Let's not assume how much memory has been allocated
[p5sagit/p5-mst-13.2.git] / Changes
1 Please note: This file provides a complete, temporally ordered log of
2 changes that went into every version of Perl.  If you'd like more
3 detailed information, please consult the comments in the individual
4 patches posted to the perl5-porters mailing list.  Patches for each
5 individual change may also be obtained through ftp and rsync--see
6 perlhack.pod for the details.
7
8
9 [The "CAST AND CREW" list has been moved to AUTHORS.]
10
11 NOTE: Each change entry shows the change number; who checked it into the
12 repository; when; description of the change; which branch the change
13 happened in; and the affected files.  The file lists have a short symbolic
14 indicator:
15
16             !       modified
17             +       added
18             -       deleted
19             +>      branched (from elsewhere)
20             !>      merged changes (from elsewhere)
21
22 The Message-Ids in the change entries refer to the email messages sent
23 to the perl5-porters mailing list.  You can retrieve the messages for
24 example from http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/
25
26 This file contains only changes that affect the mainline branch,
27 not those that affect the (now decommissioned) cfgperl, or vmsperl,
28 or any other branch.
29
30 --------------
31 Version v5.7.2          Development release working toward v5.8
32 --------------
33 ____________________________________________________________________________
34 [ 13384] By: jhi                                   on 2001/11/30  14:00:55
35         Log: Cannot test if cppstdin has not yet been installed.
36      Branch: perl
37            ! t/run/switchPx.t
38 ____________________________________________________________________________
39 [ 13383] By: jhi                                   on 2001/11/30  13:59:18
40         Log: Subject: [PATCH perl.c ...] -P on VMS.  Evicting sed
41              From: Michael G Schwern <schwern@pobox.com> 
42              Date: Thu, 29 Nov 2001 22:05:11 -0500
43              Message-ID: <20011129220510.A18869@blackrider>
44              
45              TODO 1: if cppstdin is used and not yet installed,
46              the Px.t will fail (must do the same as in cpp.t)
47              
48              TODO 2: does this work if no Perl whatsoever has
49              yet been installed?  That is, we should be using
50              the Perl we are building to execute the one-liner.
51      Branch: perl
52            + t/run/switchPx.aux t/run/switchPx.t
53            ! MANIFEST configure.com perl.c t/comp/cpp.aux t/comp/cpp.t
54            ! vms/test.com
55 ____________________________________________________________________________
56 [ 13382] By: jhi                                   on 2001/11/30  13:41:15
57         Log: Upgrade to Unicode::Normalize 0.12.
58      Branch: perl
59            ! ext/Unicode/Normalize/Changes
60            ! ext/Unicode/Normalize/Normalize.pm
61            ! ext/Unicode/Normalize/Normalize.xs
62            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
63            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
64            ! ext/Unicode/Normalize/t/test.t
65 ____________________________________________________________________________
66 [ 13381] By: jhi                                   on 2001/11/30  13:23:06
67         Log: Subject: [ID 20011130.164] Not OK: perl v5.7.2 +DEVEL13363 on i686-linux 2.4.8-26mdk
68              From: jpeacock@dsl092-147-156.wdc1.dsl.speakeasy.net
69              Date: 30 Nov 2001 11:41:53 -0000             
70              Message-Id: <20011130114153.24600.qmail@dsl092-147-156.wdc1.dsl.speakeasy.net>
71              
72              No need to die if we have high-paranoia (non-chdirable)
73              system directories.
74      Branch: perl
75            ! t/op/stat.t
76 ____________________________________________________________________________
77 [ 13380] By: jhi                                   on 2001/11/30  04:49:56
78         Log: Paragraph rewrapping.
79      Branch: perl
80            ! pod/perliol.pod
81 ____________________________________________________________________________
82 [ 13379] By: jhi                                   on 2001/11/30  04:38:34
83         Log: Subject: [patch pod/perliol.pod] s/SvPV/SvPV_nolen/
84              From: Stas Bekman <stas@stason.org>
85              Date: Fri, 30 Nov 2001 13:23:34 +0800 (SGT)       
86              Message-ID: <Pine.LNX.4.40.0111301321220.4595-100000@hope.stason.org>
87      Branch: perl
88            ! pod/perliol.pod
89 ____________________________________________________________________________
90 [ 13378] By: jhi                                   on 2001/11/30  04:34:40
91         Log: Whether select() gets restarted on signals is
92              implementation dependent.
93      Branch: perl
94            ! ext/Time/HiRes/HiRes.t
95 ____________________________________________________________________________
96 [ 13377] By: jhi                                   on 2001/11/30  01:24:29
97         Log: More forgotten checkins.
98      Branch: perl
99            ! embed.h embed.pl proto.h
100 ____________________________________________________________________________
101 [ 13376] By: jhi                                   on 2001/11/30  01:16:22
102         Log: Add a note about folding vs lowercase.
103      Branch: perl
104            ! regexec.c
105 ____________________________________________________________________________
106 [ 13375] By: jhi                                   on 2001/11/30  01:09:17
107         Log: Use to_uni_fold (and add changed global.sym)
108      Branch: perl
109            ! global.sym utf8.c
110 ____________________________________________________________________________
111 [ 13374] By: jhi                                   on 2001/11/30  00:49:35
112         Log: Make to Unicode character functions to use UVs
113              instead of U32s and add to_uni_fold().
114      Branch: perl
115            ! embed.pl proto.h utf8.c
116 ____________________________________________________________________________
117 [ 13373] By: jhi                                   on 2001/11/29  22:34:44
118         Log: Subject: Re: DRAFT perlpacktut.pod v0.0
119              From: Nicholas Clark <nick@ccl4.org>
120              Date: Thu, 29 Nov 2001 22:47:32 +0000
121              Message-ID: <20011129224732.W37621@plum.flirble.org>
122      Branch: perl
123            ! pod/perlpacktut.pod
124 ____________________________________________________________________________
125 [ 13372] By: jhi                                   on 2001/11/29  22:32:49
126         Log: README.vos updates from Paul Green.
127      Branch: perl
128            ! README.vos
129 ____________________________________________________________________________
130 [ 13371] By: jhi                                   on 2001/11/29  21:01:31
131         Log: Subject: [PATCH Perl@13343] VMS pre7 default signal handling
132              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
133              Date: Thu, 29 Nov 2001 14:18:51 EST
134              Message-Id: <011129141454.666c6@DUPHY4.Physics.Drexel.Edu>
135      Branch: perl
136            ! mg.c vms/vms.c vms/vmsish.h
137 ____________________________________________________________________________
138 [ 13370] By: jhi                                   on 2001/11/29  20:59:35
139         Log: Subject: [PATCH README.vms] Fwd: [craigberry@mac.com: RE: Broken URL in README.vms]
140              From: Michael G Schwern <schwern@pobox.com>
141              Date: Thu, 29 Nov 2001 13:12:31 -0500
142              Message-ID: <20011129131231.E11300@blackrider>
143      Branch: perl
144            ! README.vms
145 ____________________________________________________________________________
146 [ 13369] By: jhi                                   on 2001/11/29  20:58:10
147         Log: BGET_IV was missing.
148      Branch: perl
149            ! ext/ByteLoader/bytecode.h
150 ____________________________________________________________________________
151 [ 13368] By: jhi                                   on 2001/11/29  15:40:40
152         Log: Subject: [PATCH lib/Term/Cap.pm] (was Re: warnings from  [PATCH Perl@13013] Term::Cap and VMS )
153              From: Jonathan Stowe <gellyfish@gellyfish.com>
154              Date: Thu, 29 Nov 2001 16:31:24 +0000 (GMT)        
155              Message-ID: <Pine.LNX.4.33.0111291628540.20888-100000@orpheus.gellyfish.com>
156      Branch: perl
157            ! lib/Term/Cap.pm
158 ____________________________________________________________________________
159 [ 13367] By: jhi                                   on 2001/11/29  15:11:43
160         Log: Porting/checkURL.pl was missing.
161      Branch: perl
162            ! MANIFEST
163 ____________________________________________________________________________
164 [ 13366] By: jhi                                   on 2001/11/29  15:03:52
165         Log: Subject: INSTALL and READMEs should be reviewed
166              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
167              Date: Thu, 29 Nov 2001 16:49:36 +0100
168              Message-ID: <20011129164936.A17492@rafael>         
169      Branch: perl
170            ! README.cygwin
171 ____________________________________________________________________________
172 [ 13365] By: jhi                                   on 2001/11/29  14:39:01
173         Log: Subject: Re: [PATCH README.os390] URL fixes and "Tools and Toys" link
174              From: Peter Prymmer <pvhp@pvhp.best.vwh.net>
175              Date: Thu, 29 Nov 2001 15:37:42 +0000 (GMT)
176              Message-ID: <Pine.BSF.4.10.10111291529080.98343-100000@pvhp.best.vwh.net>
177      Branch: perl
178            ! README.os390
179 ____________________________________________________________________________
180 [ 13364] By: jhi                                   on 2001/11/29  14:34:18
181         Log: Update Changes.
182      Branch: perl
183            ! Changes patchlevel.h
184 ____________________________________________________________________________
185 [ 13363] By: jhi                                   on 2001/11/29  14:26:48
186         Log: The changes to the curliffed files didn't stick in #13348.
187      Branch: perl
188            ! README.dos README.win32
189 ____________________________________________________________________________
190 [ 13362] By: jhi                                   on 2001/11/29  14:13:03
191         Log: Subject: Re: Found the rev where File::Glob broke
192              From: Andy Dougherty <doughera@lafayette.edu>
193              Date: Thu, 29 Nov 2001 10:14:05 -0500 (EST)
194              Message-ID: <Pine.SOL.4.10.10111291013060.23886-100000@maxwell.phys.lafayette.edu>
195      Branch: perl
196            ! lib/ExtUtils/MM_Unix.pm
197 ____________________________________________________________________________
198 [ 13361] By: jhi                                   on 2001/11/29  14:08:30
199         Log: Use __DATA__ instead of __END__.
200      Branch: perl
201            ! lib/Term/Cap.pm
202 ____________________________________________________________________________
203 [ 13360] By: jhi                                   on 2001/11/29  14:03:28
204         Log: Subject: [PATCH toke.c] autosplit into @F fix
205              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
206              Date: Thu, 29 Nov 2001 14:52:23 +0100
207              Message-ID: <20011129145223.A25817@rafael>         
208      Branch: perl
209            ! toke.c
210 ____________________________________________________________________________
211 [ 13359] By: jhi                                   on 2001/11/29  13:47:07
212         Log: Subject: [PATCH B::Deparse] deparse -wl0 -i.bak
213              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
214              Date: Thu, 29 Nov 2001 15:48:15 +0100
215              Message-ID: <20011129154815.C25817@rafael>         
216      Branch: perl
217            ! ext/B/B/Deparse.pm ext/B/O.pm ext/B/t/deparse.t
218 ____________________________________________________________________________
219 [ 13358] By: jhi                                   on 2001/11/29  13:43:40
220         Log: Subject: DRAFT perlpacktut.pod - minor diffs to v0.1
221              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
222              Date: Wed, 28 Nov 2001 20:35:29 +0100
223              Message-ID: <200111282035290250.0067732D@smtp.chello.at>
224      Branch: perl
225            ! pod/perlpacktut.pod
226 ____________________________________________________________________________
227 [ 13357] By: jhi                                   on 2001/11/29  13:42:18
228         Log: Subject: [patch pod/perlapio.pod] csh temp env setting
229              From: Stas Bekman <stas@stason.org>
230              Date: Thu, 29 Nov 2001 13:17:57 +0800 (SGT) 
231              Message-ID: <Pine.LNX.4.40.0111291314570.17584-100000@hope.stason.org>
232              
233              (with tweaks)
234      Branch: perl
235            ! pod/perlapio.pod
236 ____________________________________________________________________________
237 [ 13356] By: jhi                                   on 2001/11/29  13:39:06
238         Log: Subject: Re: [PATCH Exporter.pm] Explain dangers & workaround for AUTOLOADed constant subs
239              From: Tels <perl_dummy@bloodgate.com>
240              Date: Thu, 29 Nov 2001 07:28:10 +0100 (CET) 
241              Message-Id: <200111290630.IAA08631@tiku.hut.fi>
242              
243              (plus paragraph rewrapping)
244      Branch: perl
245            ! lib/Exporter.pm
246 ____________________________________________________________________________
247 [ 13355] By: jhi                                   on 2001/11/29  04:43:54
248         Log: Subject: Re: More h2ph problems [was Re: h2ph confused by comments in an enum.
249              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>                 
250              Date: Wed, 28 Nov 2001 21:47:59 +0000
251              Message-Id: <200111282147.fASLlxD04163@crypt.compulink.co.uk>
252      Branch: perl
253            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
254 ____________________________________________________________________________
255 [ 13354] By: jhi                                   on 2001/11/29  04:28:29
256         Log: Subject: Re: Fw: Smoke 13285 /pro/3gl/CPAN/perl-current        
257              From: Andy Dougherty <doughera@lafayette.edu>
258              Date: Wed, 28 Nov 2001 15:33:00 -0500 (EST) 
259              Message-ID: <Pine.SOL.4.10.10111281524560.22100-100000@maxwell.phys.lafayette.edu>         
260      Branch: perl
261            ! INSTALL ext/Time/HiRes/HiRes.t
262 ____________________________________________________________________________
263 [ 13353] By: jhi                                   on 2001/11/29  04:19:40
264         Log: Subject: [PATCH t/run/kill_perl.t] (was Re: [ID 20011128.159] Segmentation faulton bad regexp)
265              From: Michael G Schwern <schwern@pobox.com> 
266              Date: Wed, 28 Nov 2001 16:37:01 -0500
267              Message-ID: <20011128163701.H676@blackrider>
268      Branch: perl
269            ! t/run/kill_perl.t
270 ____________________________________________________________________________
271 [ 13352] By: jhi                                   on 2001/11/29  04:18:08
272         Log: @INC tweak.
273      Branch: perl
274            ! t/op/ref.t
275 ____________________________________________________________________________
276 [ 13351] By: jhi                                   on 2001/11/29  02:28:06
277         Log: Subject: [PATCH] Re: [ID 20011127.153] installman error
278              From: Nicholas Clark <nick@ccl4.org>
279              Date: Wed, 28 Nov 2001 23:38:43 +0000
280              Message-ID: <20011128233843.N37621@plum.flirble.org>  
281      Branch: perl
282            ! installman
283 ____________________________________________________________________________
284 [ 13350] By: jhi                                   on 2001/11/29  02:18:30
285         Log: Tweak the forking logic.
286      Branch: perl
287            ! Porting/checkURL.pl
288 ____________________________________________________________________________
289 [ 13349] By: jhi                                   on 2001/11/29  01:37:48
290         Log: Update perlmodlib.PL as per #13348.  The L<> got
291              changed back because that is coming from ParseLink.pm.
292      Branch: perl
293            ! pod/perlmodlib.PL pod/perlmodlib.pod
294 ____________________________________________________________________________
295 [ 13348] By: jhi                                   on 2001/11/29  01:31:48
296         Log: URL fixups from Michael Schwern.
297      Branch: perl
298            ! README.cygwin README.dos README.hpux README.mint README.mpeix
299            ! README.os390 README.qnx README.solaris README.vos README.win32
300            ! pod/perlmodlib.pod
301 ____________________________________________________________________________
302 [ 13347] By: jhi                                   on 2001/11/29  01:23:08
303         Log: Subject: [PATCH Exporter.pm] Explain dangers & workaround for AUTOLOADed constant subs
304              From: Barrie Slaymaker <barries@slaysys.com>
305              Date: Wed, 28 Nov 2001 14:10:01 -0500                 
306              Message-ID: <20011128140957.D5236@sizzle.whoville.com>
307      Branch: perl
308            ! lib/Exporter.pm
309 ____________________________________________________________________________
310 [ 13346] By: jhi                                   on 2001/11/29  01:22:02
311         Log: Change $=, $., $*, $%, and $- to be IVs instead of longs.
312      Branch: perl
313            ! bytecode.pl ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c sv.h
314 ____________________________________________________________________________
315 [ 13345] By: jhi                                   on 2001/11/29  00:11:56
316         Log: Subject: [PATCH] Re: $\ very broken
317              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
318              Date: Wed, 28 Nov 2001 22:33:08 +0100                 
319              Message-ID: <20011128223308.E732@rafael>   
320              
321              Subject: Re: [PATCH] Re: $\ very broken     
322              From: Nicholas Clark <nick@ccl4.org>
323              Date: Wed, 28 Nov 2001 22:29:00 +0000                 
324              Message-ID: <20011128222859.K37621@plum.flirble.org>
325      Branch: perl
326            ! mg.c t/op/ref.t
327 ____________________________________________________________________________
328 [ 13344] By: jhi                                   on 2001/11/29  00:05:19
329         Log: Add Abigail's link checker with the following tweaks:
330              - known dummy URLs (Peter Prymmer)
331              - do also READMEs and INSTALL (Michael Schwern)
332              - do also ftp URLs
333              - add fork retry loop in case the allowed number
334              of processes per user is low
335      Branch: perl
336            + Porting/checkURL.pl
337            ! MANIFEST
338 ____________________________________________________________________________
339 [ 13343] By: jhi                                   on 2001/11/28  14:56:50
340         Log: Update Changes.
341      Branch: perl
342            ! Changes patchlevel.h
343 ____________________________________________________________________________
344 [ 13342] By: jhi                                   on 2001/11/28  14:15:25
345         Log: In Linux if we have modern enough gcc and supported
346              enough CPU, crank up the optimization level to -O3.
347      Branch: perl
348            ! hints/linux.sh
349 ____________________________________________________________________________
350 [ 13341] By: jhi                                   on 2001/11/28  14:00:12
351         Log: Add perlpacktut from Wolfgang Laun; regen toc.
352      Branch: perl
353            + pod/perlpacktut.pod
354            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldelta.pod
355            ! pod/perltoc.pod
356 ____________________________________________________________________________
357 [ 13340] By: jhi                                   on 2001/11/28  13:45:00
358         Log: Subject: [PATCH: perl@13324] arithmetic fix for skipped tests on VMS      
359              From: PPrymmer@factset.com
360              Date: Wed, 28 Nov 2001 07:51:26 -0500
361              Message-ID: <OF3C405D19.04CAF18F-ON85256B12.00464B6C@55.25.11>    
362      Branch: perl
363            ! vms/test.com
364 ____________________________________________________________________________
365 [ 13339] By: jhi                                   on 2001/11/28  13:37:31
366         Log: Test cases for the first half of #13338.
367      Branch: perl
368            ! t/lib/h2ph.h t/lib/h2ph.pht
369 ____________________________________________________________________________
370 [ 13338] By: jhi                                   on 2001/11/28  13:28:08
371         Log: Subject: Re: h2ph confused by comments in an enum.
372              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
373              Date: Wed, 28 Nov 2001 04:19:21 +0000
374              Message-Id: <200111280419.fAS4JLD17887@crypt.compulink.co.uk>        
375              
376              Subject: Re: More h2ph problems [was Re: h2ph confused by comments in an enum.]
377              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
378              Date: Wed, 28 Nov 2001 13:36:35 +0000
379              Message-Id: <200111281336.fASDaZG30245@crypt.compulink.co.uk>
380      Branch: perl
381            ! utils/h2ph.PL
382 ____________________________________________________________________________
383 [ 13337] By: jhi                                   on 2001/11/28  13:15:41
384         Log: Subject: Re: [PATCH Perl@13013] Term::Cap and VMS
385              From: Jonathan Stowe <gellyfish@gellyfish.com>
386              Date: Wed, 28 Nov 2001 10:39:54 +0000 (GMT)
387              Message-ID: <Pine.LNX.4.33.0111281039070.20888-100000@orpheus.gellyfish.com>
388              
389              (replace #13327)
390      Branch: perl
391            ! lib/Term/Cap.pm
392 ____________________________________________________________________________
393 [ 13336] By: jhi                                   on 2001/11/28  04:21:05
394         Log: Replace #13335 with
395              
396              Subject: Re: [PATCH perl@13323] Termcap.pm with no termios
397              From: Russ Allbery <rra@stanford.edu>
398              Date: 27 Nov 2001 20:42:49 -0800
399              Message-ID: <yl667vv73q.fsf@windlord.stanford.edu>
400      Branch: perl
401            ! lib/Pod/Text/Termcap.pm
402 ____________________________________________________________________________
403 [ 13335] By: jhi                                   on 2001/11/28  03:33:10
404         Log: (replaced by #13336)
405              
406              Subject: [PATCH perl@13323] Termcap.pm with no termios
407              From: "Craig A. Berry" <craigberry@mac.com> 
408              Date: Tue, 27 Nov 2001 22:28:50 -0600
409              Message-Id: <a05101003b82a151fda85@[192.168.56.184]>
410      Branch: perl
411            ! lib/Pod/Text/Termcap.pm
412 ____________________________________________________________________________
413 [ 13334] By: jhi                                   on 2001/11/28  03:31:51
414         Log: Subject: [PATCH perl@13323] solve identity crisis on VMS 
415              From: "Craig A. Berry" <craigberry@mac.com> 
416              Date: Tue, 27 Nov 2001 21:46:45 -0600
417              Message-Id: <a05101002b829f5c9824d@[192.168.56.184]>
418      Branch: perl
419            ! configure.com
420 ____________________________________________________________________________
421 [ 13333] By: jhi                                   on 2001/11/28  03:30:03
422         Log: Upgrade to podlators 1.17.
423      Branch: perl
424            ! lib/Pod/Man.pm lib/Pod/Text/Color.pm
425            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
426 ____________________________________________________________________________
427 [ 13332] By: jhi                                   on 2001/11/28  03:23:04
428         Log: Fix for "a\x{100}" =~ /A/i.
429      Branch: perl
430            ! embed.h embed.pl global.sym proto.h regexec.c t/op/pat.t
431            ! utf8.c
432 ____________________________________________________________________________
433 [ 13331] By: jhi                                   on 2001/11/28  00:52:19
434         Log: Subject: [PATCH perl@13324] fix lib/DB.t on VMS
435              From: "Craig A. Berry" <craigberry@mac.com>
436              Date: Tue, 27 Nov 2001 17:11:49 -0600
437              Message-Id: <5.1.0.14.2.20011127164513.01bf1ec0@exchi01>
438      Branch: perl
439            ! lib/DB.t
440 ____________________________________________________________________________
441 [ 13330] By: jhi                                   on 2001/11/28  00:50:53
442         Log: Subject: [PATCH] unterminated C<< ... >> in perldelta
443              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
444              Date: Tue, 27 Nov 2001 14:55:23 -0500
445              Message-ID: <20011127145523.G401767@linguist.thayer.dartmouth.edu>
446              
447              Subject: [PATCH: perl@13324] updates to perldelta.pod 
448              From: PPrymmer@factset.com
449              Date: Tue, 27 Nov 2001 18:06:04 -0500
450              Message-ID: <OF812EB439.6864B239-ON85256B11.007E73B5@55.25.11>
451              
452              plus added some known problems.
453      Branch: perl
454            ! pod/perldelta.pod
455 ____________________________________________________________________________
456 [ 13329] By: jhi                                   on 2001/11/28  00:35:53
457         Log: Subject: [PATCH Perl@13013] A not-so-lethal kill() for VMS pre-7.0
458              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
459              Date: Tue, 27 Nov 2001 15:38:02 EST 
460              Message-Id: <011127153734.62182@DUPHY4.Physics.Drexel.Edu>
461      Branch: perl
462            ! configure.com vms/vms.c vms/vmsish.h
463 ____________________________________________________________________________
464 [ 13328] By: jhi                                   on 2001/11/28  00:34:12
465         Log: Subject: [PATCH t/run/kill_perl.t] Re: [ID 20011127.155] \ -f "file" dumps core
466              From: Michael G Schwern <schwern@pobox.com> 
467              Date: Tue, 27 Nov 2001 15:31:12 -0500
468              Message-ID: <20011127153112.G20929@blackrider>
469      Branch: perl
470            ! t/run/kill_perl.t
471 ____________________________________________________________________________
472 [ 13327] By: jhi                                   on 2001/11/28  00:23:10
473         Log: (replaced by #13337)
474              
475              VMS can safely hardcode a termcap entry for VT100.
476      Branch: perl
477            ! lib/Term/Cap.pm
478 ____________________________________________________________________________
479 [ 13326] By: jhi                                   on 2001/11/27  17:47:28
480         Log: VMS piping fixes from Charles Lane (perl -P should
481              be working now).
482      Branch: perl
483            ! vms/vms.c
484 ____________________________________________________________________________
485 [ 13325] By: jhi                                   on 2001/11/27  17:44:31
486         Log: Subject: [PATCH] perlvar.pod fix
487              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
488              Date: Tue, 27 Nov 2001 13:11:47 -0500
489              Message-ID: <20011127131147.E401767@linguist.thayer.dartmouth.edu>
490      Branch: perl
491            ! pod/perlvar.pod
492 ____________________________________________________________________________
493 [ 13324] By: jhi                                   on 2001/11/27  15:56:06
494         Log: Update Changes.
495      Branch: perl
496            ! Changes patchlevel.h
497 ____________________________________________________________________________
498 [ 13323] By: jhi                                   on 2001/11/27  15:51:08
499         Log: Subject: [PATCH] bring MM_VMS::perldepend into 21st century            
500              From: "Craig A. Berry" <craigberry@mac.com> 
501              Date: Tue, 27 Nov 2001 10:21:18 -0600
502              Message-Id: <5.1.0.14.2.20011126162504.01c77610@exchi01>
503      Branch: perl
504            ! lib/ExtUtils/MM_VMS.pm
505 ____________________________________________________________________________
506 [ 13322] By: jhi                                   on 2001/11/27  15:24:12
507         Log: Protect against accumulating -options -options -options.
508      Branch: perl
509            ! hints/hpux.sh
510 ____________________________________________________________________________
511 [ 13321] By: jhi                                   on 2001/11/27  15:16:28
512         Log: Subject: [PATCH Benchmark.pm] add export tag :all and tweak SYNOPSIS   
513              From: Barrie Slaymaker <barries@slaysys.com>
514              Date: Tue, 27 Nov 2001 10:58:54 -0500
515              Message-ID: <20011127105850.B696@sizzle.whoville.com> 
516      Branch: perl
517            ! lib/Benchmark.pm
518 ____________________________________________________________________________
519 [ 13320] By: jhi                                   on 2001/11/27  15:05:33
520         Log: Tiny fix from John P. Linderman.
521      Branch: perl
522            ! lib/sort.pm
523 ____________________________________________________________________________
524 [ 13319] By: jhi                                   on 2001/11/27  15:04:37
525         Log: The Story of sort(), from John P. Linderman.
526      Branch: perl
527            ! pod/perldelta.pod
528 ____________________________________________________________________________
529 [ 13318] By: jhi                                   on 2001/11/27  14:58:06
530         Log: Add information what to do if you are reading
531              perluniintro but using some older Perl.
532      Branch: perl
533            ! pod/perluniintro.pod
534 ____________________________________________________________________________
535 [ 13317] By: jhi                                   on 2001/11/27  14:51:42
536         Log: Update the 'wide characters' FAQ entry.
537      Branch: perl
538            ! pod/perlfaq6.pod
539 ____________________________________________________________________________
540 [ 13316] By: jhi                                   on 2001/11/27  14:26:25
541         Log: Fix for
542              
543              Subject: [ID 20011127.151] regex result vars no longer marked as utf8
544              From: Marc Lehmann <root@schmorp.de>
545              Date: Tue, 27 Nov 2001 14:27:14 +0100
546              Message-Id: <E168iGY-0002pi-00.pgcc-forever-2001-11-27-14-27-14@fuji.laendle>
547      Branch: perl
548            ! ext/Encode.t ext/Encode/Encode.xs
549 ____________________________________________________________________________
550 [ 13315] By: jhi                                   on 2001/11/27  14:06:45
551         Log: Subject: [PATCH] DB_File 1.801
552              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
553              Date: Tue, 27 Nov 2001 15:06:45 -0000
554              Message-ID: <AIEAJICLCBDNAAOLLOKLEEEIDGAA.paul_marquess@yahoo.co.uk>
555      Branch: perl
556            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
557            ! ext/DB_File/DB_File.xs ext/DB_File/Makefile.PL
558 ____________________________________________________________________________
559 [ 13314] By: jhi                                   on 2001/11/27  13:51:49
560         Log: Regen perlmodlib.  (TODO: why does Pod::t::basic get listed?)
561      Branch: perl
562            ! pod/perlmodlib.pod
563 ____________________________________________________________________________
564 [ 13313] By: jhi                                   on 2001/11/27  13:49:55
565         Log: sort() doc tweaks from John P. Linderman.
566      Branch: perl
567            ! pod/perlfunc.pod
568 ____________________________________________________________________________
569 [ 13312] By: jhi                                   on 2001/11/27  13:36:44
570         Log: Subject: [PATCH] More perldelta.pod nits
571              From: Simon Glover <scog@roe.ac.uk>
572              Date: Tue, 27 Nov 2001 14:28:36 +0000 (GMT) 
573              Message-ID: <Pine.OSF.4.10.10111271421490.119807-100000@arran.roe.ac.uk>
574      Branch: perl
575            ! pod/perldelta.pod
576 ____________________________________________________________________________
577 [ 13311] By: jhi                                   on 2001/11/27  13:26:38
578         Log: Subject: RE: [PATCH @ 13283] Devel::PPPort
579              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
580              Date: Tue, 27 Nov 2001 11:52:31 -0000
581              Message-ID: <AIEAJICLCBDNAAOLLOKLMEECDGAA.paul_marquess@yahoo.co.uk>
582      Branch: perl
583            ! ext/Devel/PPPort/harness/Makefile.PL
584 ____________________________________________________________________________
585 [ 13310] By: jhi                                   on 2001/11/27  13:23:28
586         Log: Subject: [PATCH t/TEST] Remove redundant #! parsing.  Deparse tests better.
587              From: Michael G Schwern <schwern@pobox.com>
588              Date: Tue, 27 Nov 2001 03:38:24 -0500
589              Message-ID: <20011127033824.A17775@blackrider>
590      Branch: perl
591            ! t/TEST
592 ____________________________________________________________________________
593 [ 13309] By: jhi                                   on 2001/11/27  13:16:44
594         Log: Subject: Re: perlcc very broken
595              From: John Peacock <jpeacock@rowman.com>
596              Date: Tue, 27 Nov 2001 06:48:01 -0500
597              Message-ID: <3C037D71.4030508@rowman.com>
598      Branch: perl
599            ! utils/perlcc.PL
600 ____________________________________________________________________________
601 [ 13308] By: jhi                                   on 2001/11/27  12:57:49
602         Log: Subject: [ID 20011126.150] t/op/pack patch to fix Useless use of unpack in void context at op/pack.t line 704. 
603              From: David Dyck <dcd@tc.fluke.com>
604              Date: Mon, 26 Nov 2001 22:04:38 -0800
605              Message-Id: <200111270604.WAA20274@dd.tc.fluke.com>
606      Branch: perl
607            ! t/op/pack.t
608 ____________________________________________________________________________
609 [ 13307] By: jhi                                   on 2001/11/27  12:56:09
610         Log: Subject: [ID 20011126.149] t/op/split fails step 37
611              From: David Dyck <dcd@tc.fluke.com>
612              Date: Mon, 26 Nov 2001 21:52:35 -0800
613              Message-Id: <200111270552.VAA09394@dd.tc.fluke.com>
614      Branch: perl
615            ! t/op/split.t
616 ____________________________________________________________________________
617 [ 13306] By: gbarr                                 on 2001/11/27  12:19:40
618         Log: incorporate last minute change from libnet 1.0901-tobe
619      Branch: perl
620            ! lib/Net/SMTP.pm
621 ____________________________________________________________________________
622 [ 13305] By: jhi                                   on 2001/11/27  02:39:35
623         Log: Pass 7 at perldelta - random edits.
624      Branch: perl
625            ! pod/perldelta.pod
626 ____________________________________________________________________________
627 [ 13304] By: jhi                                   on 2001/11/27  02:04:19
628         Log: Portability and skippage tweaks.
629      Branch: perl
630            ! t/op/split.t
631 ____________________________________________________________________________
632 [ 13303] By: jhi                                   on 2001/11/27  02:03:49
633         Log: Try to make Unicode casemapping to work for EBCDIC, too.
634      Branch: perl
635            ! utf8.c
636 ____________________________________________________________________________
637 [ 13302] By: jhi                                   on 2001/11/27  01:35:23
638         Log: Just printing 1..0 is not quite enough...
639      Branch: perl
640            ! lib/Dumpvalue.t
641 ____________________________________________________________________________
642 [ 13301] By: jhi                                   on 2001/11/27  01:22:22
643         Log: \141 is malformed "unexpected continuation byte" in UTF-EBCDIC.
644              Delay the match until runtime.
645      Branch: perl
646            ! t/op/append.t
647 ____________________________________________________________________________
648 [ 13300] By: jhi                                   on 2001/11/27  01:08:10
649         Log: UTF-EBCDIC.
650      Branch: perl
651            ! ext/Devel/Peek/Peek.t
652 ____________________________________________________________________________
653 [ 13299] By: jhi                                   on 2001/11/27  01:02:21
654         Log: Be UTF-EBCDIC aware.
655      Branch: perl
656            ! lib/bytes.t
657 ____________________________________________________________________________
658 [ 13298] By: jhi                                   on 2001/11/27  00:59:44
659         Log: Bad assumption which way digits and letters sort.
660      Branch: perl
661            ! lib/English.t
662 ____________________________________________________________________________
663 [ 13297] By: jhi                                   on 2001/11/27  00:55:04
664         Log: If in EBCDIC but no Convert::EBCDIC
665              the libnet tests will all fail.
666      Branch: perl
667            ! lib/Net/t/config.t lib/Net/t/ftp.t lib/Net/t/hostname.t
668            ! lib/Net/t/netrc.t lib/Net/t/nntp.t lib/Net/t/require.t
669            ! lib/Net/t/smtp.t lib/Net/t/time.t
670 ____________________________________________________________________________
671 [ 13296] By: jhi                                   on 2001/11/27  00:45:55
672         Log: Just sorting to guarantee order is not enough.
673              (Think EBCDIC.) 
674      Branch: perl
675            ! lib/ExtUtils/Manifest.t
676 ____________________________________________________________________________
677 [ 13295] By: jhi                                   on 2001/11/27  00:43:38
678         Log: OS/390 cleanable gunk.
679      Branch: perl
680            ! lib/ExtUtils/MM_Unix.pm
681 ____________________________________________________________________________
682 [ 13294] By: jhi                                   on 2001/11/27  00:40:02
683         Log: Update the EBCDIC MD5 checksums.
684      Branch: perl
685            ! ext/Digest/MD5/t/files.t
686 ____________________________________________________________________________
687 [ 13293] By: jhi                                   on 2001/11/27  00:28:40
688         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20011118.128] installman chdir stuffs INC
689              From: Nicholas Clark <nick@ccl4.org>
690              Date: Mon, 26 Nov 2001 23:06:34 +0000
691              Message-ID: <20011126230633.Q37621@plum.flirble.org>
692      Branch: perl
693            ! installman
694 ____________________________________________________________________________
695 [ 13292] By: jhi                                   on 2001/11/27  00:24:36
696         Log: sort tweaks from John P. Linderman.
697      Branch: perl
698            ! lib/sort.pm lib/sort.t perl.h pp_sort.c
699 ____________________________________________________________________________
700 [ 13291] By: jhi                                   on 2001/11/27  00:20:09
701         Log: Subject: [ID 20011126.148] Socket::inet_aton() incorrectly accepts null string
702              From: Bob Dalgleish <Robert.Dalgleish@sk.sympatico.ca>          
703              Date: Mon, 26 Nov 2001 18:47:25 -0600
704              Message-Id: <B8283EBD.8414%Robert.Dalgleish@sk.sympatico.ca>
705              
706              Craig Berry submitted half of this patch just yesterday.
707              Spooky cosmic resonance.
708      Branch: perl
709            ! ext/Socket/Socket.xs
710 ____________________________________________________________________________
711 [ 13290] By: jhi                                   on 2001/11/27  00:15:07
712         Log: Subject: [PATCH] doio slightly smaller
713              From: Nicholas Clark <nick@ccl4.org>
714              Date: Tue, 27 Nov 2001 00:40:23 +0000      
715              Message-ID: <20011127004023.S37621@plum.flirble.org>                 
716      Branch: perl
717            ! doio.c
718 ____________________________________________________________________________
719 [ 13289] By: jhi                                   on 2001/11/27  00:12:11
720         Log: perldelta nits from Autrijus Tang and Ron Kimball.
721      Branch: perl
722            ! pod/perldelta.pod
723 ____________________________________________________________________________
724 [ 13288] By: jhi                                   on 2001/11/27  00:08:23
725         Log: Subject: [PATCH] unpack P* uses random length for item
726              From: "Wolfgang Laun" <wolfgang.laun@chello.at>               
727              Date: Mon, 26 Nov 2001 19:56:32 +0100
728              Message-ID: <200111261956320450.01E7217F@smtp.chello.at>
729      Branch: perl
730            ! pod/perldiag.pod pp_pack.c t/op/pack.t
731 ____________________________________________________________________________
732 [ 13287] By: jhi                                   on 2001/11/26  23:55:02
733         Log: Subject: [PATCH current] system and taintedness
734              From: Radu Greab <radu@netsoft.ro>
735              Date: Mon, 26 Nov 2001 18:42:29 +0200
736              Message-ID: <15362.28917.697078.551412@ix.netsoft.ro>
737      Branch: perl
738            ! pp_sys.c t/op/taint.t
739 ____________________________________________________________________________
740 [ 13286] By: jhi                                   on 2001/11/26  23:53:21
741         Log: Subject: [PATCH @ 13283] Devel::PPPort
742              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
743              Date: Mon, 26 Nov 2001 14:37:17 -0000
744              Message-ID: <AIEAJICLCBDNAAOLLOKLCECEDGAA.paul_marquess@yahoo.co.uk>
745      Branch: perl
746            + ext/Devel/PPPort/MANIFEST
747            ! MANIFEST ext/Devel/PPPort/Makefile.PL
748            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/harness/Harness.pm
749            ! ext/Devel/PPPort/harness/Harness.xs
750            ! ext/Devel/PPPort/harness/Makefile.PL
751            ! ext/Devel/PPPort/harness/module2.c
752            ! ext/Devel/PPPort/harness/module3.c
753            ! ext/Devel/PPPort/harness/t/test.t ext/Devel/PPPort/soak
754 ____________________________________________________________________________
755 [ 13285] By: jhi                                   on 2001/11/26  14:08:36
756         Log: Update the test list.
757      Branch: perl
758            ! t/lib/1_compile.t
759 ____________________________________________________________________________
760 [ 13284] By: gbarr                                 on 2001/11/26  12:41:45
761         Log: Sync-up tests with libnet distribution
762      Branch: perl
763            + lib/Net/t/netrc.t
764            ! MANIFEST lib/Net/t/config.t lib/Net/t/hostname.t
765 ____________________________________________________________________________
766 [ 13283] By: jhi                                   on 2001/11/26  11:34:35
767         Log: Update Changes.
768      Branch: perl
769            ! Changes patchlevel.h
770 ____________________________________________________________________________
771 [ 13282] By: jhi                                   on 2001/11/26  11:28:18
772         Log: Upgrade to podlators 1.16.
773      Branch: perl
774            + lib/Pod/t/basic.cap
775            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Termcap.pm
776            ! lib/Pod/t/basic.t pod/pod2man.PL
777 ____________________________________________________________________________
778 [ 13281] By: jhi                                   on 2001/11/26  11:11:08
779         Log: Pass 6 at perldelta - sort enhancements, generic and
780              platform specific bug fixes.
781      Branch: perl
782            ! pod/perldelta.pod
783 ____________________________________________________________________________
784 [ 13280] By: jhi                                   on 2001/11/26  10:35:56
785         Log: PROPAGATE documentation from Tony Cook.
786      Branch: perl
787            ! pod/perlfunc.pod
788 ____________________________________________________________________________
789 [ 13279] By: jhi                                   on 2001/11/25  23:45:27
790         Log: DJGPP cannot do signals that well.
791      Branch: perl
792            ! ext/POSIX/t/sigaction.t
793 ____________________________________________________________________________
794 [ 13278] By: jhi                                   on 2001/11/25  23:43:30
795         Log: Can't do subsecond alarms without ualarm; and break out
796              early if alarms do not seem to be coming in as expected.
797      Branch: perl
798            ! ext/Time/HiRes/HiRes.t
799 ____________________________________________________________________________
800 [ 13277] By: jhi                                   on 2001/11/25  23:01:39
801         Log: No Socket, little Net.
802      Branch: perl
803            ! t/lib/1_compile.t
804 ____________________________________________________________________________
805 [ 13276] By: jhi                                   on 2001/11/25  22:58:44
806         Log: Take the taint brush to the getcwds.
807      Branch: perl
808            ! djgpp/djgpp.c epoc/epoc.c os2/os2.c wince/wince.c
809 ____________________________________________________________________________
810 [ 13275] By: jhi                                   on 2001/11/25  21:42:02
811         Log: Subject: [PATCH perl@13227] Socket::my_inet_aton() tweak
812              From: "Craig A. Berry" <craigberry@mac.com>
813              Date: Sun, 25 Nov 2001 16:20:45 -0600
814              Message-Id: <5.1.0.14.2.20011125160848.01c59690@exchi01>
815      Branch: perl
816            ! ext/Socket/Socket.xs
817 ____________________________________________________________________________
818 [ 13274] By: jhi                                   on 2001/11/25  21:32:17
819         Log: Since in some DOS filesystems the timestamp granularity
820              may be only two seconds, better sleep for three to play safe.
821              (Helps CygWin, at least.)
822      Branch: perl
823            ! lib/Memoize/t/expire_file.t
824 ____________________________________________________________________________
825 [ 13273] By: jhi                                   on 2001/11/25  21:22:10
826         Log: For some reason CygWin wasn't collapsing multiple
827              slashes into one, which made some Spec.t tests to fail.
828              Either CygWin was being too prudish or the collapsing
829              logic needs to be rethunk.
830      Branch: perl
831            ! lib/File/Spec/Unix.pm
832 ____________________________________________________________________________
833 [ 13272] By: jhi                                   on 2001/11/25  20:40:23
834         Log: Cygwin needs to have libperl.dll around if trying to link
835              with -lperl.  Note: this change cures the test but whether
836              it cures CygPerl installation, I don't know: hopefully the
837              libperl5_7_2.dll, or the version equivalent, gets installed
838              also as libperl.dll to the proper place(s).
839      Branch: perl
840            ! lib/ExtUtils/Embed.t
841 ____________________________________________________________________________
842 [ 13271] By: jhi                                   on 2001/11/25  20:18:53
843         Log: -I../lib/.. and -L../lib/..?  Strange.
844      Branch: perl
845            ! lib/ExtUtils/Embed.t
846 ____________________________________________________________________________
847 [ 13270] By: jhi                                   on 2001/11/25  19:57:54
848         Log: $MM?
849      Branch: perl
850            ! lib/ExtUtils/Embed.pm
851 ____________________________________________________________________________
852 [ 13269] By: jhi                                   on 2001/11/25  19:46:55
853         Log: Subject: [PATCH] Further replacement of EU::MM with File::Spec
854              From: Dave Rolsky <autarch@urth.org>
855              Date: Mon, 19 Nov 2001 18:17:09 -0600 (CST)
856              Message-ID: <Pine.LNX.4.40.0111191750440.22189-100000@urth.org>
857      Branch: perl
858            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/Embed.pm
859            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
860 ____________________________________________________________________________
861 [ 13268] By: jhi                                   on 2001/11/25  19:44:38
862         Log: Subject: [REPATCH lib/DB.pm MANIFEST lib/DB.t] Rework DB.pm tests
863              From: chromatic <chromatic@rmci.net>
864              Date: Sat, 24 Nov 2001 14:56:57 -0700
865              Message-ID: <20011124220430.97697.qmail@onion.perl.org>
866              
867              plus a tweak for ithreads builds.
868      Branch: perl
869            + lib/DB.t
870            ! MANIFEST lib/DB.pm
871 ____________________________________________________________________________
872 [ 13267] By: jhi                                   on 2001/11/25  19:38:50
873         Log: Win32 compilation tweaks for Blair Zajac.
874      Branch: perl
875            ! ext/IO/IO.xs ext/POSIX/POSIX.xs win32/win32.h
876 ____________________________________________________________________________
877 [ 13266] By: jhi                                   on 2001/11/25  19:11:38
878         Log: I don't think trying to bracket the hires time with lores
879              times is going to be portable enough: Cygwin seems to be
880              capable of getting hires ones rather consistently lower
881              than the lores ones.  So let's try average difference instead.
882      Branch: perl
883            ! ext/Time/HiRes/HiRes.t
884 ____________________________________________________________________________
885 [ 13265] By: jhi                                   on 2001/11/25  18:28:04
886         Log: Subject: Re: benchmarks, sorts and reproducibility
887              From: "John P. Linderman" <jpl@research.att.com>
888              Date: Sun, 25 Nov 2001 14:25:18 -0500 (EST)
889              Message-Id: <200111251925.OAA77172@raptor.research.att.com>
890              
891              Randomize large partitions for quicksort to dodge the
892              angry gods of quadratic.
893      Branch: perl
894            ! pp_sort.c
895 ____________________________________________________________________________
896 [ 13264] By: jhi                                   on 2001/11/25  18:23:54
897         Log: The joys of portable quoting.
898      Branch: perl
899            ! ext/Devel/PPPort/harness/Makefile.PL
900 ____________________________________________________________________________
901 [ 13263] By: jhi                                   on 2001/11/25  18:12:31
902         Log: sort pragma tweaks.
903      Branch: perl
904            ! lib/sort.pm
905 ____________________________________________________________________________
906 [ 13262] By: jhi                                   on 2001/11/25  17:10:09
907         Log: Skip the link= directives of utils.lst if no mandir
908              (if no manpages).
909      Branch: perl
910            ! installman
911 ____________________________________________________________________________
912 [ 13260] By: gsar                                  on 2001/11/25  16:37:29
913         Log: change#3373 introduced a handle leak in backticks and piped open()s
914              that fail
915      Branch: perl
916            ! util.c
917 ____________________________________________________________________________
918 [ 13258] By: jhi                                   on 2001/11/25  05:58:30
919         Log: Extraenous breaks noticed by David Dyck.
920      Branch: perl
921            ! Configure
922 ____________________________________________________________________________
923 [ 13257] By: jhi                                   on 2001/11/25  05:32:18
924         Log: Revert the /proc/self/auxv experiment for now.
925      Branch: perl
926            ! lib/ExtUtils.t perl.c t/lib/1_compile.t
927 ____________________________________________________________________________
928 [ 13256] By: jhi                                   on 2001/11/25  04:59:31
929         Log: Also ExtUtils.t had $^X assumptions.
930      Branch: perl
931            ! lib/ExtUtils.t
932 ____________________________________________________________________________
933 [ 13255] By: jhi                                   on 2001/11/25  04:20:02
934         Log: Now is Solaris if you start the t/perl in the t/
935              as "./perl", the $^X will be "../perl", not "./perl".
936      Branch: perl
937            ! t/lib/1_compile.t
938 ____________________________________________________________________________
939 [ 13254] By: jhi                                   on 2001/11/25  03:59:06
940         Log: The new way of finding out $^X in Solaris
941              requires a little tweak if the executable
942              pathname is *not* absolute: prepend "./"
943              (otherwise `$^X ...` will start perl from PATH...)
944      Branch: perl
945            ! perl.c
946 ____________________________________________________________________________
947 [ 13253] By: jhi                                   on 2001/11/25  03:18:05
948         Log: Avoid "will not stay shared" warnings.
949      Branch: perl
950            ! lib/ExtUtils/MM_Unix.pm
951 ____________________________________________________________________________
952 [ 13252] By: jhi                                   on 2001/11/25  03:00:49
953         Log: Subject: [PATCH perl.c util.c pp_sys.c t/op/magic.t] $$ readonly, take two
954              From: Michael G Schwern <schwern@pobox.com>
955              Date: Sat, 24 Nov 2001 19:56:18 -0500
956              Message-ID: <20011124195618.A14614@blackrider>            
957      Branch: perl
958            ! perl.c pp_sys.c t/op/magic.t util.c
959 ____________________________________________________________________________
960 [ 13251] By: jhi                                   on 2001/11/25  02:48:04
961         Log: In the MakeMaker pm_to_blib target don't copy all
962              the files in one fell swppo, deal with them hunkwise,
963              helps for CLIs with limited line lengths.
964              (This seems to help for DJGPP building Encode,
965              where there are dozens of files to copy.)
966      Branch: perl
967            ! lib/ExtUtils/MM_Unix.pm
968 ____________________________________________________________________________
969 [ 13250] By: gsar                                  on 2001/11/25  00:50:10
970         Log: testsuite leaves stray files behind on windows
971      Branch: perl
972            ! lib/ExtUtils/Embed.t lib/ExtUtils/Mkbootstrap.t lib/Shell.t
973 ____________________________________________________________________________
974 [ 13249] By: gsar                                  on 2001/11/25  00:32:36
975         Log: xsubpp produces a spurious warning on directories called 'typemap'
976      Branch: perl
977            ! lib/ExtUtils/xsubpp
978 ____________________________________________________________________________
979 [ 13248] By: gsar                                  on 2001/11/25  00:17:28
980         Log: xsubpp treats invalid (indented) cpp directives as comments
981      Branch: perl
982            ! ext/IO/IO.xs
983 ____________________________________________________________________________
984 [ 13247] By: gsar                                  on 2001/11/25  00:02:37
985         Log: $(MAKE) distclean shouldn't blow away ../lib/Thread.pm
986      Branch: perl
987            ! win32/Makefile win32/Makefile.win64 win32/makefile.mk
988 ____________________________________________________________________________
989 [ 13246] By: jhi                                   on 2001/11/24  21:45:32
990         Log: The debug_pag needs to be visible at all times
991              because of the re extension.
992      Branch: perl
993            ! intrpvar.h makedef.pl perl.c perl.h regexec.c
994 ____________________________________________________________________________
995 [ 13245] By: jhi                                   on 2001/11/24  20:09:20
996         Log: Subject: Re: [PATCH] Tests are good
997              From: Philip Newton <Philip.Newton@gmx.net>
998              Date: Sat, 24 Nov 2001 21:24:00 +0100
999              Message-ID: <4c000us22s27871hrsqnvjmtnvtd4r85u1@4ax.com>
1000      Branch: perl
1001            ! pod/perlhack.pod
1002 ____________________________________________________________________________
1003 [ 13244] By: jhi                                   on 2001/11/24  19:06:29
1004         Log: Subject: [PATCH perl@13227] make PPPort/harness build on VMS
1005              From: "Craig A. Berry" <craigberry@mac.com> 
1006              Date: Sat, 24 Nov 2001 12:45:44 -0600
1007              Message-Id: <5.1.0.14.2.20011124030253.01bd4b98@exchi01>
1008              
1009              (with tweaks, and combined with Sarathy's #13242)
1010      Branch: perl
1011            ! configure.com ext/Devel/PPPort/harness/Makefile.PL
1012 ____________________________________________________________________________
1013 [ 13243] By: jhi                                   on 2001/11/24  18:46:31
1014         Log: Subject: Re: [PATCH] Make Exporter::Heavy use Universal->VERSION()
1015              From: John Peacock <jpeacock@rowman.com>
1016              Date: Sat, 24 Nov 2001 14:27:46 -0500
1017              Message-ID: <3BFFF4B2.40509@rowman.com> 
1018      Branch: perl
1019            ! lib/Exporter/Heavy.pm
1020 ____________________________________________________________________________
1021 [ 13242] By: gsar                                  on 2001/11/24  17:16:18
1022         Log: use portable quotes
1023      Branch: perl
1024            ! ext/Devel/PPPort/harness/Makefile.PL
1025 ____________________________________________________________________________
1026 [ 13241] By: jhi                                   on 2001/11/24  17:09:25
1027         Log: Subject: [PATCH] Re: [ID 20011118.128] installman chdir stuffs INC
1028              From: Nicholas Clark <nick@ccl4.org>
1029              Date: Sat, 24 Nov 2001 18:06:26 +0000
1030              Message-ID: <20011124180626.T37621@plum.flirble.org>
1031      Branch: perl
1032            ! installman
1033 ____________________________________________________________________________
1034 [ 13240] By: jhi                                   on 2001/11/24  17:06:11
1035         Log: Subject: [PATCH] perl5005delta.pod L<>
1036              From: Nicholas Clark <nick@ccl4.org>
1037              Date: Sat, 24 Nov 2001 18:04:21 +0000
1038              Message-ID: <20011124180421.S37621@plum.flirble.org>
1039      Branch: perl
1040            ! pod/perl5005delta.pod
1041 ____________________________________________________________________________
1042 [ 13239] By: gsar                                  on 2001/11/24  17:01:17
1043         Log: fix typo in config.vc; regenerate win32 config_H.* files
1044      Branch: perl
1045            ! win32/config.vc win32/config_H.bc win32/config_H.gc
1046            ! win32/config_H.vc
1047 ____________________________________________________________________________
1048 [ 13238] By: jhi                                   on 2001/11/24  16:16:01
1049         Log: Mention the charnames::vianame().
1050      Branch: perl
1051            ! pod/perluniintro.pod
1052 ____________________________________________________________________________
1053 [ 13237] By: jhi                                   on 2001/11/24  16:12:31
1054         Log: Add charnames::vianame() in case people want to access
1055              the codes in run-time (as opposed to the compile-timeness
1056              of \N{...}).
1057      Branch: perl
1058            ! lib/charnames.pm lib/charnames.t
1059 ____________________________________________________________________________
1060 [ 13236] By: jhi                                   on 2001/11/24  16:11:04
1061         Log: Subject: [PATCH] memset() is cheaper than a loop of 256 bit-a-a-times
1062              From: Nicholas Clark <nick@ccl4.org>
1063              Date: Sat, 24 Nov 2001 16:30:42 +0000
1064              Message-ID: <20011124163042.R37621@plum.flirble.org>
1065      Branch: perl
1066            ! regcomp.c regcomp.h
1067 ____________________________________________________________________________
1068 [ 13235] By: jhi                                   on 2001/11/24  15:26:37
1069         Log: Subject: [PATCH] Re: Smoke 13191 /pro/3gl/CPAN/perl-current
1070              From: Nicholas Clark <nick@ccl4.org>
1071              Date: Sat, 24 Nov 2001 16:24:33 +0000
1072              Message-ID: <20011124162433.Q37621@plum.flirble.org>
1073              
1074              cmp fixes.
1075      Branch: perl
1076            ! pp.c
1077 ____________________________________________________________________________
1078 [ 13234] By: jhi                                   on 2001/11/24  15:23:34
1079         Log: Use /proc/self/auxv in Solaris to figure out the $^X.
1080              (It seems that "./perl" gets resolved to "perl" now.)
1081      Branch: perl
1082            ! perl.c
1083 ____________________________________________________________________________
1084 [ 13233] By: jhi                                   on 2001/11/24  14:58:52
1085         Log: Subject: [PATCH] DB_File 1.800        
1086              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>               
1087              Date: Sat, 24 Nov 2001 11:41:41 -0000
1088              Message-ID: <AIEAJICLCBDNAAOLLOKLIEPMDFAA.paul_marquess@yahoo.co.uk>
1089      Branch: perl
1090            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
1091            ! ext/DB_File/DB_File.xs ext/DB_File/Makefile.PL
1092            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
1093            ! ext/DB_File/t/db-recno.t
1094 ____________________________________________________________________________
1095 [ 13232] By: jhi                                   on 2001/11/24  14:48:34
1096         Log: Tweak the PUSHED documentation.
1097      Branch: perl
1098            ! ext/PerlIO/Via/Via.pm
1099 ____________________________________________________________________________
1100 [ 13231] By: jhi                                   on 2001/11/24  04:09:41
1101         Log: Update 1_compile for new known tests.
1102      Branch: perl
1103            ! t/lib/1_compile.t
1104 ____________________________________________________________________________
1105 [ 13230] By: jhi                                   on 2001/11/24  04:07:39
1106         Log: Move the MBF/MBI test modules to t/lib.
1107      Branch: perl
1108            + t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/Subclass.pm
1109            - lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
1110            - lib/Math/BigInt/t/Math/BigInt/Subclass.pm
1111            ! MANIFEST lib/Math/BigInt/t/sub_mbf.t
1112            ! lib/Math/BigInt/t/sub_mbi.t
1113 ____________________________________________________________________________
1114 [ 13229] By: jhi                                   on 2001/11/23  23:09:27
1115         Log: Subject: [PATCH perl@13227] configure.com follow-up to 13218
1116              From: "Craig A. Berry" <craigberry@mac.com> 
1117              Date: Fri, 23 Nov 2001 18:05:35 -0600
1118              Message-Id: <5.1.0.14.2.20011123175131.01abe358@exchi01>
1119      Branch: perl
1120            ! configure.com
1121 ____________________________________________________________________________
1122 [ 13228] By: jhi                                   on 2001/11/23  21:11:56
1123         Log: Subject: [PATCH: perl@13169] switch unfcmb.h to employ 'STDCHAR' in place of char    
1124              From: PPrymmer@factset.com 
1125              Date: Fri, 23 Nov 2001 17:03:07 -0500
1126              Message-ID: <OFA09CCF98.F3E93041-ON85256B0D.00787706@55.25.11>                 
1127      Branch: perl
1128            ! ext/Unicode/Normalize/mkheader
1129 ____________________________________________________________________________
1130 [ 13227] By: jhi                                   on 2001/11/23  20:09:36
1131         Log: Here are the right helper files.
1132      Branch: perl
1133            + t/lib/Filter/Simple/ExportTest.pm
1134            + t/lib/Filter/Simple/FilterOnlyTest.pm
1135            + t/lib/Filter/Simple/FilterTest.pm
1136            + t/lib/Filter/Simple/ImportTest.pm
1137            ! MANIFEST
1138 ____________________________________________________________________________
1139 [ 13226] By: jhi                                   on 2001/11/23  20:03:28
1140         Log: Update Changes.
1141      Branch: perl
1142            ! Changes patchlevel.h
1143 ____________________________________________________________________________
1144 [ 13225] By: jhi                                   on 2001/11/23  19:53:53
1145         Log: Never mind.
1146      Branch: perl
1147            - lib/Filter/Simple/lib/ExportTest.pm
1148            - lib/Filter/Simple/lib/ImportTest.pm
1149 ____________________________________________________________________________
1150 [ 13224] By: jhi                                   on 2001/11/23  19:52:03
1151         Log: Mis-add.
1152      Branch: perl
1153            + lib/Filter/Simple/lib/ExportTest.pm
1154            + lib/Filter/Simple/lib/ImportTest.pm
1155 ____________________________________________________________________________
1156 [ 13223] By: jhi                                   on 2001/11/23  19:39:57
1157         Log: Upgrade to Filter::Simple 0.77.
1158      Branch: perl
1159            + lib/Filter/Simple/t/export.t lib/Filter/Simple/t/import.t
1160            - t/lib/FilterOnlyTest.pm t/lib/FilterTest.pm
1161            ! MANIFEST lib/Filter/Simple.pm lib/Filter/Simple/Changes
1162            ! lib/Filter/Simple/README lib/Filter/Simple/t/data.t
1163            ! lib/Filter/Simple/t/filter.t lib/Filter/Simple/t/filter_only.t
1164 ____________________________________________________________________________
1165 [ 13222] By: jhi                                   on 2001/11/23  19:12:20
1166         Log: Missing p4 add.
1167      Branch: perl
1168            + lib/ExtUtils/MM_VMS.t
1169 ____________________________________________________________________________
1170 [ 13221] By: jhi                                   on 2001/11/23  19:10:18
1171         Log: Pass 5 at perldelta - module and utility updates cleanup.
1172      Branch: perl
1173            ! pod/perldelta.pod
1174 ____________________________________________________________________________
1175 [ 13219] By: jhi                                   on 2001/11/23  18:55:06
1176         Log: Regen Porting stuff; regen toc; cleanup nit in Configure.
1177      Branch: perl
1178            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1179            ! pod/buildtoc.PL pod/perltoc.pod
1180 ____________________________________________________________________________
1181 [ 13218] By: jhi                                   on 2001/11/23  18:48:18
1182         Log: Add procselfexe and d_dirfd to strange lands.
1183      Branch: perl
1184            ! NetWare/config.wc configure.com epoc/config.sh uconfig.h
1185            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
1186            ! vos/config.ga.def vos/config.ga.h win32/config.bc
1187            ! win32/config.gc win32/config.vc win32/config.win64
1188            ! wince/config.ce
1189 ____________________________________________________________________________
1190 [ 13216] By: jhi                                   on 2001/11/23  18:47:17
1191         Log: Better to "quote" the pathname.
1192      Branch: perl
1193            ! Configure config_h.SH
1194 ____________________________________________________________________________
1195 [ 13215] By: jhi                                   on 2001/11/23  18:34:24
1196         Log: Use PROCSELFEXE_PATH.
1197      Branch: perl
1198            ! perl.c
1199 ____________________________________________________________________________
1200 [ 13213] By: jhi                                   on 2001/11/23  18:31:13
1201         Log: Add probing for BSD-like /proc/curpoc/file.
1202      Branch: perl
1203            ! Configure config_h.SH
1204 ____________________________________________________________________________
1205 [ 13211] By: jhi                                   on 2001/11/23  18:09:37
1206         Log: Add probing for dirfd() so that it can be added it IO::Dir.
1207      Branch: perl
1208            ! Configure config_h.SH perl.h
1209 ____________________________________________________________________________
1210 [ 13210] By: jhi                                   on 2001/11/23  17:37:27
1211         Log: ...and update the test count.
1212      Branch: perl
1213            ! lib/Pod/t/basic.t
1214 ____________________________________________________________________________
1215 [ 13209] By: jhi                                   on 2001/11/23  17:19:12
1216         Log: Must remove the cap test also from the test script.
1217      Branch: perl
1218            ! lib/Pod/t/basic.t
1219 ____________________________________________________________________________
1220 [ 13208] By: jhi                                   on 2001/11/23  17:11:58
1221         Log: Subject: [PATCH] Tests are good
1222              From: Nicholas Clark <nick@ccl4.org>
1223              Date: Fri, 23 Nov 2001 18:12:21 +0000
1224              Message-ID: <20011123181220.F37621@plum.flirble.org>
1225      Branch: perl
1226            ! pod/perlhack.pod
1227 ____________________________________________________________________________
1228 [ 13207] By: jhi                                   on 2001/11/23  17:08:31
1229         Log: The basic.cap from podlators 1.14 is not very portable.
1230      Branch: perl
1231            - lib/Pod/t/basic.cap
1232            ! MANIFEST
1233 ____________________________________________________________________________
1234 [ 13206] By: jhi                                   on 2001/11/23  16:41:13
1235         Log: Subject: Re: [DOC PATCHES] pod cleanups
1236              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
1237              Date: 22 Nov 2001 12:54:16 -0000
1238              Message-Id: <slrn9vptci.klv.rgarciasuarez@rafael.kazibao.net>
1239      Branch: perl
1240            ! pod/perlfunc.pod pod/perlmodinstall.pod pod/perlre.pod
1241            ! pod/perlretut.pod pod/perluniintro.pod vms/perlvms.pod
1242 ____________________________________________________________________________
1243 [ 13205] By: jhi                                   on 2001/11/23  16:38:10
1244         Log: FAQ sync.
1245      Branch: perl
1246            ! pod/perlfaq.pod pod/perlfaq3.pod pod/perlfaq4.pod
1247 ____________________________________________________________________________
1248 [ 13204] By: jhi                                   on 2001/11/23  16:37:21
1249         Log: Subject: [PATCH: perl@13169] inital testing for MM_VMS 
1250              From: PPrymmer@factset.com
1251              Date: Fri, 23 Nov 2001 11:43:45 -0500
1252              Message-ID: <OFC84EA224.295430FF-ON85256B0D.005BB70C@55.25.11>
1253      Branch: perl
1254            ! MANIFEST lib/ExtUtils/MM_VMS.pm
1255 ____________________________________________________________________________
1256 [ 13203] By: jhi                                   on 2001/11/23  15:47:13
1257         Log: Corify podlators 1.14 test.
1258      Branch: perl
1259            ! lib/Pod/t/basic.t
1260 ____________________________________________________________________________
1261 [ 13202] By: jhi                                   on 2001/11/23  15:38:36
1262         Log: Output tweak needed because of podlators 1.14.
1263      Branch: perl
1264            ! t/pod/multiline_items.xr
1265 ____________________________________________________________________________
1266 [ 13201] By: jhi                                   on 2001/11/23  15:38:04
1267         Log: Upgrade to podlators 1.14.
1268      Branch: perl
1269            + lib/Pod/t/basic.cap lib/Pod/t/basic.clr lib/Pod/t/basic.man
1270            + lib/Pod/t/basic.ovr lib/Pod/t/basic.pod lib/Pod/t/basic.t
1271            + lib/Pod/t/basic.txt lib/Pod/t/parselink.t
1272            ! MANIFEST lib/Pod/Man.pm lib/Pod/ParseLink.pm lib/Pod/Text.pm
1273            ! lib/Pod/Text/Overstrike.pm
1274 ____________________________________________________________________________
1275 [ 13200] By: jhi                                   on 2001/11/23  15:32:06
1276         Log: perlmodinstall tweaks from Philip Newton.
1277      Branch: perl
1278            ! pod/perlmodinstall.pod
1279 ____________________________________________________________________________
1280 [ 13199] By: jhi                                   on 2001/11/23  15:05:02
1281         Log: Subject: Re: [PATCH] Porting/genlog -bi and range
1282              From: Autrijus Tang <autrijus@autrijus.org>           
1283              Date: Fri, 23 Nov 2001 23:55:53 +0800
1284              Message-ID: <20011123235553.A2310@not.autrijus.org>
1285      Branch: perl
1286            ! Porting/genlog
1287 ____________________________________________________________________________
1288 [ 13198] By: jhi                                   on 2001/11/23  14:58:40
1289         Log: Subject: Re: regex oddness with \Z and $&
1290              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>  
1291              Date: Fri, 23 Nov 2001 15:15:24 +0000
1292              Message-Id: <200111231515.fANFFOR10341@crypt.compulink.co.uk>
1293      Branch: perl
1294            ! regcomp.c t/op/re_tests
1295 ____________________________________________________________________________
1296 [ 13197] By: jhi                                   on 2001/11/23  14:44:19
1297         Log: regen_headers.
1298      Branch: perl
1299            ! embed.h global.sym pod/perlapi.pod proto.h
1300 ____________________________________________________________________________
1301 [ 13196] By: jhi                                   on 2001/11/23  14:24:08
1302         Log: Forgotten check-in.
1303      Branch: perl
1304            ! pod/perlapi.pod
1305 ____________________________________________________________________________
1306 [ 13195] By: jhi                                   on 2001/11/23  14:23:49
1307         Log: Remembered everything in 13152 but Test/Simple.pm itself, duh.
1308      Branch: perl
1309            ! lib/Test/Simple.pm
1310 ____________________________________________________________________________
1311 [ 13194] By: jhi                                   on 2001/11/22  11:31:59
1312         Log: Retract #13173 (effectively retract Net::Ping 2.06,
1313              go back to 2.04, the 2.06 hasn't seen the patches
1314              that have gone to the blead version.)
1315      Branch: perl
1316            - lib/Net/Ping/CHANGES lib/Net/Ping/README
1317            - lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
1318            - lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
1319            - lib/Net/Ping/t/200_ping_tcp.t
1320            ! MANIFEST lib/Net/Ping.pm
1321 ____________________________________________________________________________
1322 [ 13193] By: jhi                                   on 2001/11/22  11:27:49
1323         Log: Subject: Re: [PATCH perldoc] problems with pod2man         
1324              From: Robin Barker <rmb1@cise.npl.co.uk>
1325              Date: Thu, 22 Nov 2001 11:00:38 GMT
1326              Message-Id: <200111221100.LAA08582@tempest.npl.co.uk>
1327      Branch: perl
1328            ! utils/perldoc.PL
1329 ____________________________________________________________________________
1330 [ 13191] By: jhi                                   on 2001/11/22  05:06:09
1331         Log: procselfexe tweak: for some reason I had a ls in
1332              /proc/self/exe, not the ls Configure thought it
1333              would found.
1334      Branch: perl
1335            ! Configure
1336 ____________________________________________________________________________
1337 [ 13190] By: jhi                                   on 2001/11/22  04:45:36
1338         Log: Corify the Net::Ping tests; skip the tests
1339              unless $ENV{PERL_TEST_Net_Ping} is true.
1340      Branch: perl
1341            ! lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
1342            ! lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
1343            ! lib/Net/Ping/t/200_ping_tcp.t
1344 ____________________________________________________________________________
1345 [ 13188] By: jhi                                   on 2001/11/22  04:43:29
1346         Log: The #13182 didn't really help.  The real problem
1347              seems to be that 'sh' can in AIX mean at least three
1348              different things, and we can't know which one it is
1349              unless we export $newsh from an earlier run (and it's
1350              the 'bsh' aka 'sh' that has the the broken test -h).
1351      Branch: perl
1352            ! Configure
1353 ____________________________________________________________________________
1354 [ 13187] By: gsar                                  on 2001/11/22  03:42:58
1355         Log: local(*CORE::GLOBAL::require) doesn't behave like other overrides 
1356      Branch: perl
1357            ! op.c t/op/override.t
1358 ____________________________________________________________________________
1359 [ 13186] By: jhi                                   on 2001/11/22  03:18:49
1360         Log: Subject: [PATCH: perl@13169] add Shell.t tests for VMS
1361              From: PPrymmer@factset.com 
1362              Date: Wed, 21 Nov 2001 20:17:25 -0500
1363              Message-ID: <OF6DA93FFA.A954A0D4-ON85256B0C.0006DDF9@55.25.11>
1364      Branch: perl
1365            ! lib/Shell.t
1366 ____________________________________________________________________________
1367 [ 13185] By: jhi                                   on 2001/11/22  03:09:27
1368         Log: Reapply perlmodinstall parts of #12897.
1369      Branch: perl
1370            ! pod/perlmodinstall.pod
1371 ____________________________________________________________________________
1372 [ 13184] By: jhi                                   on 2001/11/22  03:08:00
1373         Log: perlmodinstall 2.01 from Jon Orwant.
1374      Branch: perl
1375            ! pod/perlmodinstall.pod
1376 ____________________________________________________________________________
1377 [ 13183] By: jhi                                   on 2001/11/21  22:33:20
1378         Log: Subject: [PATCH @10907] REXX on OS/2
1379              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1380              Date: Wed, 21 Nov 2001 15:26:11 -0500
1381              Message-ID: <20011121152611.A13664@math.ohio-state.edu>
1382      Branch: perl
1383            ! os2/Makefile.SHs os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
1384            ! os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/perlrexx.c
1385 ____________________________________________________________________________
1386 [ 13181] By: jhi                                   on 2001/11/21  22:30:37
1387         Log: AIX has broken builtin 'test'.
1388      Branch: perl
1389            ! Configure
1390 ____________________________________________________________________________
1391 [ 13180] By: jhi                                   on 2001/11/21  22:27:16
1392         Log: Subject: [PATCH 5.7.x] INSTALL size update
1393              From: Andy Dougherty <doughera@lafayette.edu>
1394              Date: Wed, 21 Nov 2001 14:49:21 -0500 (EST) 
1395              Message-ID: <Pine.SOL.4.10.10111211448190.16009-100000@maxwell.phys.lafayette.edu>         
1396      Branch: perl
1397            ! INSTALL
1398 ____________________________________________________________________________
1399 [ 13179] By: jhi                                   on 2001/11/21  22:25:14
1400         Log: Implement the sort pragma.  Split sort code from pp_ctl.c
1401              to pp_sort.c.  Includes the quicksort stabilizing layer
1402              from John P. Linderman.  -Msort=qsort or -Msort=fast is
1403              faster than without (or with -Msort=mergesort or -Msort=safe)
1404              for short random inputs, but for some reason not quite as fast
1405              as 5.6.1 qsort.  More benchmarking, profiling, tuning, and
1406              optimizing definitely needed.
1407      Branch: perl
1408            + lib/sort.pm lib/sort.t pp_sort.c
1409            ! MANIFEST Makefile.SH Makefile.micro NetWare/Makefile embed.h
1410            ! embed.pl global.sym perl.h pp_ctl.c proto.h
1411            ! vms/descrip_mms.template vos/build.cm win32/Makefile
1412            ! win32/makefile.mk wince/Makefile.ce
1413 ____________________________________________________________________________
1414 [ 13178] By: gbarr                                 on 2001/11/21  18:30:10
1415         Log: Sync file with libnet-1.0901-tobe
1416      Branch: perl
1417            + lib/Net/t/config.t lib/Net/t/libnet_t.pl lib/Net/t/time.t
1418            ! MANIFEST lib/Net/ChangeLog.libnet lib/Net/Config.pm
1419            ! lib/Net/Domain.pm lib/Net/FTP.pm lib/Net/FTP/E.pm
1420            ! lib/Net/FTP/L.pm lib/Net/NNTP.pm lib/Net/POP3.pm
1421            ! lib/Net/SMTP.pm lib/Net/libnetFAQ.pod
1422 ____________________________________________________________________________
1423 [ 13177] By: jhi                                   on 2001/11/21  17:31:28
1424         Log: Subject: [PATCH perldoc] problems with pod2man
1425              From: Robin Barker <rmb1@cise.npl.co.uk>
1426              Date: Wed, 21 Nov 2001 17:48:51 GMT
1427              Message-Id: <200111211748.RAA07123@tempest.npl.co.uk>
1428      Branch: perl
1429            ! utils/perldoc.PL
1430 ____________________________________________________________________________
1431 [ 13176] By: jhi                                   on 2001/11/21  17:27:30
1432         Log: debug_pad only visible when debugging.
1433      Branch: perl
1434            ! makedef.pl
1435 ____________________________________________________________________________
1436 [ 13174] By: jhi                                   on 2001/11/21  16:01:39
1437         Log: procselfexe tweaks.
1438      Branch: perl
1439            ! Configure config_h.SH
1440 ____________________________________________________________________________
1441 [ 13173] By: jhi                                   on 2001/11/21  15:55:08
1442         Log: Upgrade to Net::Ping 2.06.
1443      Branch: perl
1444            + lib/Net/Ping/CHANGES lib/Net/Ping/README
1445            + lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
1446            + lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
1447            + lib/Net/Ping/t/200_ping_tcp.t
1448            ! MANIFEST lib/Net/Ping.pm
1449 ____________________________________________________________________________
1450 [ 13172] By: jhi                                   on 2001/11/21  15:17:13
1451         Log: Upgrade to Math::BigInt 1.47.
1452      Branch: perl
1453            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
1454            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
1455            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
1456            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
1457            ! lib/Math/BigInt/t/mbimbf.t lib/Math/BigInt/t/sub_mbf.t
1458            ! lib/Math/BigInt/t/sub_mbi.t
1459 ____________________________________________________________________________
1460 [ 13171] By: jhi                                   on 2001/11/21  15:03:53
1461         Log: Dynaloading for POSIX-BC from Thomas Dorner.
1462      Branch: perl
1463            ! hints/posix-bc.sh
1464 ____________________________________________________________________________
1465 [ 13170] By: jhi                                   on 2001/11/21  15:02:39
1466         Log: Strange: the same mysterious regex study bug
1467              seems to be present both in OS/390 and POSIX-BC.
1468              Deep EBCDIC magic that regex engine gets wrong,
1469              or a bug in some compiler/library shared by the
1470              two platforms?  From Thomas Dorner.
1471      Branch: perl
1472            ! t/op/study.t
1473 ____________________________________________________________________________
1474 [ 13169] By: jhi                                   on 2001/11/21  14:47:03
1475         Log: More lost and found.
1476      Branch: perl
1477            + lib/Test/Simple/README
1478            ! MANIFEST
1479 ____________________________________________________________________________
1480 [ 13168] By: jhi                                   on 2001/11/21  14:45:05
1481         Log: MANIFESTly missing.
1482      Branch: perl
1483            ! MANIFEST
1484 ____________________________________________________________________________
1485 [ 13167] By: jhi                                   on 2001/11/21  14:42:35
1486         Log: Subject: Re: PERFORCE change 13162 for review               
1487              From: Philip Newton <Philip.Newton@gmx.net> 
1488              Date: Wed, 21 Nov 2001 16:44:30 +0100
1489              Message-ID: <j2invt4a84bccvj8khob0s9m3hd5urmcud@4ax.com>
1490      Branch: perl
1491            ! ext/Devel/PPPort/PPPort.pm
1492 ____________________________________________________________________________
1493 [ 13166] By: jhi                                   on 2001/11/21  14:39:27
1494         Log: Update Changes.
1495      Branch: perl
1496            ! Changes patchlevel.h
1497 ____________________________________________________________________________
1498 [ 13165] By: jhi                                   on 2001/11/21  14:34:43
1499         Log: Small doc tweaks.
1500      Branch: perl
1501            ! ext/PerlIO/Via/Via.pm
1502 ____________________________________________________________________________
1503 [ 13164] By: jhi                                   on 2001/11/21  14:13:00
1504         Log: Redundant return.
1505      Branch: perl
1506            ! ext/MIME/Base64/QuotedPrint.pm
1507 ____________________________________________________________________________
1508 [ 13163] By: jhi                                   on 2001/11/21  13:52:30
1509         Log: Subject: [PATCH] Z*/[AZa]* fails to pack length properly
1510              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
1511              Date: Wed, 21 Nov 2001 10:23:16 +0100
1512              Message-ID: <200111211023160020.0050BD28@smtp.chello.at>   
1513      Branch: perl
1514            ! pp_pack.c t/op/pack.t
1515 ____________________________________________________________________________
1516 [ 13162] By: jhi                                   on 2001/11/21  13:44:41
1517         Log: Add Devel::PPPort originally from Kenneth Albanowski,
1518              revigorated by Paul Marquess: gives h2xs a Perl version
1519              portability boost.
1520      Branch: perl
1521            + ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
1522            + ext/Devel/PPPort/README ext/Devel/PPPort/TODO
1523            + ext/Devel/PPPort/harness/Harness.pm
1524            + ext/Devel/PPPort/harness/Harness.xs
1525            + ext/Devel/PPPort/harness/Makefile.PL
1526            + ext/Devel/PPPort/harness/module2.c
1527            + ext/Devel/PPPort/harness/module3.c
1528            + ext/Devel/PPPort/harness/t/test.t ext/Devel/PPPort/soak
1529            ! MANIFEST lib/h2xs.t utils/h2xs.PL
1530 ____________________________________________________________________________
1531 [ 13161] By: jhi                                   on 2001/11/21  13:43:08
1532         Log: Oops.
1533      Branch: perl
1534            ! lib/Test/Simple/t/filehandles.t
1535 ____________________________________________________________________________
1536 [ 13160] By: jhi                                   on 2001/11/21  13:23:07
1537         Log: Subject: Re: PERFORCE change 13152 for review               
1538              From: Philip Newton <Philip.Newton@gmx.net> 
1539              Date: Wed, 21 Nov 2001 09:04:05 +0100
1540              Message-ID: <1glmvtgulgh95tcrent3cso98pb5nm3rgb@4ax.com>
1541      Branch: perl
1542            ! lib/Test/Builder.pm
1543 ____________________________________________________________________________
1544 [ 13159] By: jhi                                   on 2001/11/21  13:19:08
1545         Log: Subject: Re: PERFORCE change 13142 for review
1546              From: Philip Newton <Philip.Newton@gmx.net>
1547              Date: Wed, 21 Nov 2001 09:04:03 +0100
1548              Message-ID: <m9lmvt8a2vjq2sa8stds01msej0f2f03up@4ax.com>
1549              
1550              plus rewrap few paragraphs.
1551      Branch: perl
1552            ! lib/Pod/LaTeX.pm
1553 ____________________________________________________________________________
1554 [ 13158] By: jhi                                   on 2001/11/21  03:59:51
1555         Log: Integrate #13154 from macperl; Remove comments.
1556      Branch: perl
1557           !> lib/File/Spec/Mac.pm
1558 ____________________________________________________________________________
1559 [ 13157] By: jhi                                   on 2001/11/21  03:53:06
1560         Log: Update the list of modules having tests.
1561      Branch: perl
1562            ! t/lib/1_compile.t
1563 ____________________________________________________________________________
1564 [ 13156] By: pudge                                 on 2001/11/21  03:19:09
1565         Log: Slight doc changes.
1566      Branch: maint-5.6/macperl
1567            ! macos/macperl/MacPerl.podhelp
1568 ____________________________________________________________________________
1569 [ 13155] By: pudge                                 on 2001/11/21  03:18:48
1570         Log: Add UTF-16 coercion.
1571      Branch: maint-5.6/macperl
1572            ! macos/lib/Mac/AppleEvents/Simple.pm
1573 ____________________________________________________________________________
1574 [ 13154] By: pudge                                 on 2001/11/21  03:16:55
1575         Log: Remove comments.
1576      Branch: maint-5.6/macperl
1577            ! lib/File/Spec/Mac.pm
1578 ____________________________________________________________________________
1579 [ 13153] By: pudge                                 on 2001/11/21  03:16:00
1580         Log: Fix FSpGetCatInfo (and other functions) corrupting
1581              memory with bad filespecs (bug #471867)
1582      Branch: maint-5.6/macperl
1583            ! macos/ext/Mac/Files/typemap macos/ext/Mac/typemap
1584 ____________________________________________________________________________
1585 [ 13152] By: jhi                                   on 2001/11/21  03:09:46
1586         Log: Upgrade to Test::Simple 0.33.
1587      Branch: perl
1588            ! lib/Test/Builder.pm lib/Test/More.pm lib/Test/Simple/Changes
1589            ! lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/no_header.t
1590            ! lib/Test/Simple/t/output.t lib/Test/Tutorial.pod
1591 ____________________________________________________________________________
1592 [ 13151] By: jhi                                   on 2001/11/21  03:01:36
1593         Log: Upgrade to Test::Harness 1.26.
1594      Branch: perl
1595            ! lib/Test/Harness.pm lib/Test/Harness/Changes
1596 ____________________________________________________________________________
1597 [ 13150] By: jhi                                   on 2001/11/21  02:15:47
1598         Log: Integrate change #13145 from maintperl;
1599              another compatibility tweak to change#12559: avoid quoting
1600              arguments that already have quotes; add test case
1601      Branch: perl
1602           !> t/op/system_tests win32/win32.c
1603 ____________________________________________________________________________
1604 [ 13149] By: gsar                                  on 2001/11/21  02:00:28
1605         Log: integrate change#13147 from mainline (fixes nit in change#10091)
1606              
1607              Subject: [PATCH] spaceship and refs
1608      Branch: maint-5.6/perl
1609            ! pp.c pp_hot.c t/op/cmp.t
1610 ____________________________________________________________________________
1611 [ 13148] By: jhi                                   on 2001/11/21  00:44:56
1612         Log: Subject: [PATCH] Add test for Pod::ParseUtils              
1613              From: Tim Jenness <t.jenness@jach.hawaii.edu>            
1614              Date: Tue, 20 Nov 2001 14:33:14 -1000 (HST)
1615              Message-ID: <Pine.LNX.4.33.0111201429060.22000-100000@lapaki>
1616      Branch: perl
1617            + lib/Pod/t/utils.t
1618            ! MANIFEST
1619 ____________________________________________________________________________
1620 [ 13147] By: jhi                                   on 2001/11/21  00:40:09
1621         Log: Subject: [PATCH] spaceship and refs
1622              From: Nicholas Clark <nick@ccl4.org>
1623              Date: Tue, 20 Nov 2001 21:59:51 +0000
1624              Message-ID: <20011120215951.U62891@plum.flirble.org> 
1625      Branch: perl
1626            ! pp.c pp_hot.c t/op/cmp.t
1627 ____________________________________________________________________________
1628 [ 13146] By: jhi                                   on 2001/11/21  00:37:00
1629         Log: Try to clarify which I/O call operates on bytes,
1630              which on characters, which on either.
1631      Branch: perl
1632            ! pod/perlfunc.pod
1633 ____________________________________________________________________________
1634 [ 13145] By: gsar                                  on 2001/11/21  00:14:29
1635         Log: another compatibility tweak to change#12559: avoid quoting
1636              arguments that already have quotes; add test case
1637      Branch: maint-5.6/perl
1638            ! t/op/system_tests win32/win32.c
1639 ____________________________________________________________________________
1640 [ 13144] By: jhi                                   on 2001/11/20  22:31:47
1641         Log: Give a simple example of writing PerlIO::Via handlers
1642              in Perl.
1643      Branch: perl
1644            ! ext/PerlIO/Via/Via.pm
1645 ____________________________________________________________________________
1646 [ 13143] By: jhi                                   on 2001/11/20  20:50:41
1647         Log: Add test for Pod::LaTeX; re-sort MANIFEST.
1648      Branch: perl
1649            + lib/Pod/t/latex.t
1650            ! MANIFEST
1651 ____________________________________________________________________________
1652 [ 13142] By: jhi                                   on 2001/11/20  20:42:48
1653         Log: Subject: [PATCH] Pod::LaTeX up to V0.54
1654              From: Tim Jenness <t.jenness@jach.hawaii.edu>
1655              Date: Tue, 20 Nov 2001 11:36:54 -1000 (HST)
1656              Message-ID: <Pine.LNX.4.33.0111201131060.22000-100000@lapaki>
1657      Branch: perl
1658            ! lib/Pod/LaTeX.pm pod/pod2latex.PL
1659 ____________________________________________________________________________
1660 [ 13141] By: jhi                                   on 2001/11/20  20:35:14
1661         Log: Spread d_procselfexe to far-off lands (undefined).
1662      Branch: perl
1663            ! NetWare/config.wc configure.com epoc/config.sh uconfig.h
1664            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
1665            ! vos/config.ga.def vos/config.ga.h win32/config.bc
1666            ! win32/config.gc win32/config.vc win32/config.win64
1667            ! wince/config.ce
1668 ____________________________________________________________________________
1669 [ 13140] By: jhi                                   on 2001/11/20  20:17:13
1670         Log: Integrate perlio; add detection and use of /proc/self/exe
1671              (Linuxism for finding the absolute path of the executable)
1672      Branch: perl
1673           !> Configure config_h.SH perl.c t/op/magic.t
1674 ____________________________________________________________________________
1675 [ 13139] By: jhi                                   on 2001/11/20  20:12:06
1676         Log: Really define do_report_used() only if DEBUGGING.
1677      Branch: perl
1678            ! sv.c
1679 ____________________________________________________________________________
1680 [ 13138] By: nick                                  on 2001/11/20  20:01:05
1681         Log: perl.c change to use HAS_PROCSELFEXE, also
1682              tweak to $^X test to comprehend full path to real executable
1683              being returned (like Cygwin as it happens...)
1684      Branch: perlio
1685            ! perl.c t/op/magic.t
1686 ____________________________________________________________________________
1687 [ 13137] By: nick                                  on 2001/11/20  19:46:00
1688         Log: Integrate mainline
1689      Branch: perlio
1690           +> lib/NEXT/t/actual.t lib/NEXT/t/actuns.t lib/NEXT/t/next.t
1691           +> lib/NEXT/t/unseen.t
1692            - lib/NEXT/test.pl
1693           !> (integrate 34 files)
1694 ____________________________________________________________________________
1695 [ 13136] By: jhi                                   on 2001/11/20  17:47:36
1696         Log: Subject: [?PATCH] terser pp_eq
1697              From: Nicholas Clark <nick@ccl4.org>
1698              Date: Mon, 19 Nov 2001 23:09:02 +0000
1699              Message-ID: <20011119230901.O62891@plum.flirble.org>
1700      Branch: perl
1701            ! pp_hot.c
1702 ____________________________________________________________________________
1703 [ 13135] By: jhi                                   on 2001/11/20  17:40:13
1704         Log: Pass 4 at perldelta - cleanup problems found by podchecker.
1705      Branch: perl
1706            ! pod/perldelta.pod
1707 ____________________________________________________________________________
1708 [ 13134] By: jhi                                   on 2001/11/20  16:59:54
1709         Log: Subject: Re: [ID 20011117.127] Not OK: perl v5.7.2 +DEVEL13048 on i686-linux 2.4.15-pre6
1710              From: Andy Dougherty <doughera@lafayette.edu>
1711              Date: Tue, 20 Nov 2001 12:45:32 -0500 (EST)
1712              Message-ID: <Pine.SOL.4.10.10111201240270.15132-100000@maxwell.phys.lafayette.edu>
1713      Branch: perl
1714            ! ext/re/Makefile.PL ext/re/re.xs
1715 ____________________________________________________________________________
1716 [ 13133] By: jhi                                   on 2001/11/20  15:51:04
1717         Log: Subject: Re: [ID 20011117.127] Not OK: perl v5.7.2 +DEVEL13048 on i686-linux 2.4.15-pre6
1718              From: Andy Dougherty <doughera@lafayette.edu>
1719              Date: Tue, 20 Nov 2001 11:08:13 -0500 (EST)
1720              Message-ID: <Pine.SOL.4.10.10111201106010.15104-100000@maxwell.phys.lafayette.edu>
1721      Branch: perl
1722            ! ext/re/re.xs
1723 ____________________________________________________________________________
1724 [ 13132] By: jhi                                   on 2001/11/20  15:31:43
1725         Log: Integrate change #13119 from macperl.
1726              (No changes since already applied the patch,
1727              just keep perforce happy and well-fed.)
1728      Branch: perl
1729           !> lib/Pod/Html.pm
1730 ____________________________________________________________________________
1731 [ 13131] By: jhi                                   on 2001/11/20  15:29:55
1732         Log: Subject: [PATCH] filter-util.pl for Mac OS
1733              From: Chris Nandor <pudge@pobox.com>
1734              Date: Tue, 20 Nov 2001 00:16:11 -0500
1735              Message-Id: <p0510030ab81f970e9c05@[10.0.1.177]>
1736      Branch: perl
1737            ! t/lib/filter-util.pl
1738 ____________________________________________________________________________
1739 [ 13130] By: jhi                                   on 2001/11/20  15:23:11
1740         Log: Subject: [PATCH] Portability fix for Pod::Html
1741              From: Chris Nandor <pudge@pobox.com>
1742              Date: Tue, 20 Nov 2001 00:01:05 -0500
1743              Message-Id: <p05100307b81f92788846@[10.0.1.177]>
1744      Branch: perl
1745            ! lib/Pod/Html.pm
1746 ____________________________________________________________________________
1747 [ 13129] By: jhi                                   on 2001/11/20  15:14:49
1748         Log: Need to skip more tests if not perlio.
1749      Branch: perl
1750            ! lib/open.t
1751 ____________________________________________________________________________
1752 [ 13128] By: jhi                                   on 2001/11/20  15:04:55
1753         Log: Pass 3 at perldelta - sort the lists of new modules,
1754              module improvements, and new platforms.
1755      Branch: perl
1756            ! pod/perldelta.pod
1757 ____________________________________________________________________________
1758 [ 13127] By: jhi                                   on 2001/11/20  13:42:22
1759         Log: Document ${^OPEN}.
1760      Branch: perl
1761            ! pod/perlvar.pod
1762 ____________________________________________________________________________
1763 [ 13126] By: pudge                                 on 2001/11/20  03:28:51
1764         Log: Make configpm work with extra keys
1765      Branch: maint-5.6/macperl
1766            ! macos/configpm
1767 ____________________________________________________________________________
1768 [ 13125] By: pudge                                 on 2001/11/20  03:28:09
1769         Log: Version and doc updates
1770      Branch: maint-5.6/macperl
1771            ! macos/MPVersion.r macos/macperl/MacPerl.podhelp
1772 ____________________________________________________________________________
1773 [ 13124] By: pudge                                 on 2001/11/20  03:27:44
1774         Log: More fixes for error message parsing (bug #470316)
1775      Branch: maint-5.6/macperl
1776            ! macos/macish.c
1777 ____________________________________________________________________________
1778 [ 13123] By: pudge                                 on 2001/11/20  03:26:32
1779         Log: Fix ctrl-D handling (bug #471436), more exit fixes (bug #467732),
1780              remove obsolete function (bug #465225)
1781      Branch: maint-5.6/macperl
1782            ! macos/macperl/MPConsole.cp macos/macperl/MPMain.c
1783            ! macos/macperl/MPScript.c
1784 ____________________________________________________________________________
1785 [ 13122] By: pudge                                 on 2001/11/20  03:20:17
1786         Log: Add p2as droplet to distribution.
1787      Branch: maint-5.6/macperl
1788            + macos/macperl/Droplets/p2as.plx
1789 ____________________________________________________________________________
1790 [ 13121] By: pudge                                 on 2001/11/20  03:10:36
1791         Log: Bundle File::Sort.
1792      Branch: maint-5.6/macperl
1793            + macos/bundled_lib/blib/lib/File/Sort.pm
1794 ____________________________________________________________________________
1795 [ 13120] By: pudge                                 on 2001/11/20  03:09:21
1796         Log: Various bundled module fixes.
1797      Branch: maint-5.6/macperl
1798            ! macos/bundled_ext/Compress/Zlib/Makefile.mk
1799            ! macos/bundled_ext/Digest/MD5/t/files.t
1800            ! macos/bundled_ext/Filter/t/filter-util.pl
1801            ! macos/bundled_lib/blib/lib/Net/Config.pm
1802            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-chunk.t
1803 ____________________________________________________________________________
1804 [ 13119] By: pudge                                 on 2001/11/20  03:08:27
1805         Log: Portability fix for Pod::Html.
1806      Branch: maint-5.6/macperl
1807            ! lib/Pod/Html.pm
1808 ____________________________________________________________________________
1809 [ 13118] By: jhi                                   on 2001/11/20  02:58:38
1810         Log: Upgrade to Text::Balanced 1.89.
1811      Branch: perl
1812            ! lib/Text/Balanced.pm lib/Text/Balanced/Changes
1813            ! lib/Text/Balanced/README lib/Text/Balanced/t/extbrk.t
1814            ! lib/Text/Balanced/t/extcbk.t lib/Text/Balanced/t/extdel.t
1815            ! lib/Text/Balanced/t/extmul.t lib/Text/Balanced/t/extqlk.t
1816            ! lib/Text/Balanced/t/exttag.t lib/Text/Balanced/t/extvar.t
1817            ! lib/Text/Balanced/t/gentag.t
1818 ____________________________________________________________________________
1819 [ 13117] By: jhi                                   on 2001/11/20  02:53:32
1820         Log: Upgrade to NEXT 0.50.
1821      Branch: perl
1822            + lib/NEXT/t/actual.t lib/NEXT/t/actuns.t lib/NEXT/t/next.t
1823            + lib/NEXT/t/unseen.t
1824            - lib/NEXT/test.pl
1825            ! MANIFEST lib/NEXT.pm lib/NEXT/Changes lib/NEXT/README
1826 ____________________________________________________________________________
1827 [ 13116] By: pudge                                 on 2001/11/20  02:47:23
1828         Log: Integrate with maint-5.6/perl.
1829      Branch: maint-5.6/macperl
1830           !> win32/win32.c
1831 ____________________________________________________________________________
1832 [ 13115] By: jhi                                   on 2001/11/20  01:57:41
1833         Log: Update the README.threads scary header a bit.
1834      Branch: perl
1835            ! README.threads
1836 ____________________________________________________________________________
1837 [ 13114] By: jhi                                   on 2001/11/20  01:49:59
1838         Log: Pass 2 at perldelta: add some changes since 5.7.2.
1839      Branch: perl
1840            ! pod/perldelta.pod
1841 ____________________________________________________________________________
1842 [ 13113] By: jhi                                   on 2001/11/20  00:55:25
1843         Log: Subject: [DOC PATCH] perlfaq4.pod 
1844              From: Tim Jenness <t.jenness@jach.hawaii.edu>
1845              Date: Mon, 19 Nov 2001 15:31:36 -1000 (HST)
1846              Message-ID: <Pine.LNX.4.33.0111191530180.5914-100000@lapaki>           
1847      Branch: perl
1848            ! pod/perlfaq4.pod
1849 ____________________________________________________________________________
1850 [ 13112] By: jhi                                   on 2001/11/20  00:53:17
1851         Log: Subject: [PATCH perl.c] Extra diagnostics for -DP            
1852              From: Michael G Schwern <schwern@pobox.com> 
1853              Date: Mon, 19 Nov 2001 19:53:12 -0500
1854              Message-ID: <20011119195311.I11883@blackrider>
1855      Branch: perl
1856            ! perl.c
1857 ____________________________________________________________________________
1858 [ 13111] By: jhi                                   on 2001/11/20  00:48:46
1859         Log: Subject: [PATCH: perl@13050] update of vms Makefile.SH analog
1860              From: PPrymmer@factset.com
1861              Date: Mon, 19 Nov 2001 17:08:59 -0500
1862              Message-ID: <OFE1F46859.B4E4C53A-ON85256B09.0078C420@55.25.11>
1863      Branch: perl
1864            ! vms/descrip_mms.template
1865 ____________________________________________________________________________
1866 [ 13110] By: jhi                                   on 2001/11/20  00:39:02
1867         Log: Create a per-interpeter debug scratchpad container
1868              and use that for the regexec debugging.
1869      Branch: perl
1870            ! embedvar.h intrpvar.h perl.c perl.h perlapi.h regexec.c
1871 ____________________________________________________________________________
1872 [ 13109] By: nick                                  on 2001/11/19  22:01:45
1873         Log: Use /proc/self/exe to set $^X on linux (or anywhere new
1874              Configure unit detects the feature).
1875      Branch: metaconfig/U/perl
1876            + procselfexe.U
1877      Branch: perlio
1878            ! Configure config_h.SH
1879 ____________________________________________________________________________
1880 [ 13108] By: nick                                  on 2001/11/19  20:39:17
1881         Log: Integrate mainline
1882      Branch: perlio
1883           +> t/op/or.t
1884           !> (integrate 44 files)
1885 ____________________________________________________________________________
1886 [ 13107] By: jhi                                   on 2001/11/19  20:22:36
1887         Log: sysseek tweak.
1888      Branch: perl
1889            ! pod/perlfunc.pod
1890 ____________________________________________________________________________
1891 [ 13106] By: jhi                                   on 2001/11/19  20:18:42
1892         Log: Move the sysio tests from io/utf8 to lib/open.
1893      Branch: perl
1894            ! lib/open.t t/io/utf8.t
1895 ____________________________________________________________________________
1896 [ 13105] By: nick                                  on 2001/11/19  20:15:39
1897         Log: Add a .package and a README to //depot/metaconfig
1898      Branch: metaconfig
1899            + .package README
1900 ____________________________________________________________________________
1901 [ 13104] By: jhi                                   on 2001/11/19  20:01:54
1902         Log: Thou shalt not mix stdio and sysio.
1903      Branch: perl
1904            ! t/io/utf8.t
1905 ____________________________________________________________________________
1906 [ 13103] By: jhi                                   on 2001/11/19  19:28:40
1907         Log: Update Changes.
1908      Branch: perl
1909            ! Changes patchlevel.h
1910 ____________________________________________________________________________
1911 [ 13102] By: jhi                                   on 2001/11/19  19:17:14
1912         Log: The runops_debug needs to be present always, otherwise
1913              places like AIX which need an explicit symbol export list
1914              will croak when trying to build Devel::Peek (which uses
1915              the runops_debug).
1916      Branch: perl
1917            ! makedef.pl
1918 ____________________________________________________________________________
1919 [ 13101] By: jhi                                   on 2001/11/19  19:06:48
1920         Log: Subject: [PATCH: perl@13050] VMS specific cleanup and strictness for tie_sdbm.t
1921              From: PPrymmer@factset.com 
1922              Date: Mon, 19 Nov 2001 11:34:22 -0500
1923              Message-ID: <OF8BFCD922.9F513397-ON85256B09.005AAA90@55.25.11>
1924      Branch: perl
1925            ! lib/Memoize/t/tie_sdbm.t
1926 ____________________________________________________________________________
1927 [ 13100] By: jhi                                   on 2001/11/19  18:57:11
1928         Log: Retract #13088: it seems that unless dump.c is extensively
1929              reorganized as to what symbols it shows, when, and to whom,
1930              we are stuck with having the dump.o symbols in the libperl
1931              and thusly in the main Perl binary.
1932      Branch: perl
1933            ! embedvar.h perlapi.h perlvars.h
1934 ____________________________________________________________________________
1935 [ 13099] By: jhi                                   on 2001/11/19  18:02:14
1936         Log: The _uni_display should not be in dump.c since they
1937              are used under normal operation (S_not_a_number()).
1938      Branch: perl
1939            ! dump.c embed.h embed.pl global.sym proto.h utf8.c
1940 ____________________________________________________________________________
1941 [ 13098] By: jhi                                   on 2001/11/19  17:37:26
1942         Log: Protect sv_dump() from being included unless DEBUGGING,
1943              as noticed by Ilya.
1944      Branch: perl
1945            ! sv.c
1946 ____________________________________________________________________________
1947 [ 13097] By: jhi                                   on 2001/11/19  15:11:41
1948         Log: Pending further investigation skip the tell() tests.
1949              The tell() is okay on Solaris, HP-UX and Tru64, but fails
1950              (by returning too much) in Linux.
1951      Branch: perl
1952            ! t/io/utf8.t
1953 ____________________________________________________________________________
1954 [ 13096] By: jhi                                   on 2001/11/19  14:28:57
1955         Log: Retract #13082 until a better solution is found:
1956              statics break ithreads.
1957      Branch: perl
1958            ! regexec.c
1959 ____________________________________________________________________________
1960 [ 13095] By: jhi                                   on 2001/11/19  14:24:33
1961         Log: Figures 1 and 2 for UTF-8.
1962      Branch: perl
1963            ! pod/perlunicode.pod
1964 ____________________________________________________________________________
1965 [ 13094] By: jhi                                   on 2001/11/19  14:09:34
1966         Log: Subject: [PATCH] new warning "Useless use of sort in scalar context"
1967              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1968              Date: Mon, 19 Nov 2001 13:26:45 +0100                 
1969              Message-ID: <20011119132645.A15034@rafael>
1970      Branch: perl
1971            ! op.c pod/perldiag.pod t/lib/warnings/op
1972 ____________________________________________________________________________
1973 [ 13093] By: jhi                                   on 2001/11/19  14:07:20
1974         Log: Subject: [PATCH t/op/closure.t] A little extra debugging output
1975              From: Michael G Schwern <schwern@pobox.com> 
1976              Date: Mon, 19 Nov 2001 03:11:12 -0500                 
1977              Message-ID: <20011119031112.E786@blackrider>
1978      Branch: perl
1979            ! t/op/closure.t
1980 ____________________________________________________________________________
1981 [ 13092] By: jhi                                   on 2001/11/19  14:05:21
1982         Log: Subject: [PATCH MANIFEST t/op/or.t] Double FETCH test
1983              From: Michael G Schwern <schwern@pobox.com>
1984              Date: Mon, 19 Nov 2001 03:42:56 -0500
1985              Message-ID: <20011119034256.I786@blackrider>
1986      Branch: perl
1987            + t/op/or.t
1988            ! MANIFEST
1989 ____________________________________________________________________________
1990 [ 13091] By: jhi                                   on 2001/11/19  13:50:45
1991         Log: Subject: [PATCH] io_poll.t vms/test.com tweaks
1992              From: "Craig A. Berry" <craigberry@mac.com>
1993              Date: Sun, 18 Nov 2001 14:33:48 -0600
1994              Message-Id: <a05101001b81db38899ea@[172.16.52.1]>
1995      Branch: perl
1996            ! ext/IO/lib/IO/t/io_poll.t vms/test.com
1997 ____________________________________________________________________________
1998 [ 13090] By: jhi                                   on 2001/11/19  13:49:28
1999         Log: Subject: [PATCH] ExtUtils::Install - use File::Spec instead of ExtUtils::MakeMaker
2000              From: Dave Rolsky <autarch@urth.org>
2001              Date: Mon, 19 Nov 2001 00:07:28 -0600 (CST)
2002              Message-ID: <Pine.LNX.4.40.0111190006040.4213-100000@urth.org>
2003      Branch: perl
2004            ! lib/ExtUtils/Manifest.pm
2005 ____________________________________________________________________________
2006 [ 13089] By: jhi                                   on 2001/11/19  13:48:35
2007         Log: Subject: [PATCH] ExtUtils::Install - use File::Spec instead of ExtUtils::MakeMaker
2008              From: Dave Rolsky <autarch@urth.org>
2009              Date: Mon, 19 Nov 2001 00:07:28 -0600 (CST) 
2010              Message-ID: <Pine.LNX.4.40.0111190006040.4213-100000@urth.org>
2011      Branch: perl
2012            ! lib/ExtUtils/Install.pm
2013 ____________________________________________________________________________
2014 [ 13088] By: jhi                                   on 2001/11/19  13:44:49
2015         Log: The runops_dbg should not be needed.
2016      Branch: perl
2017            ! embedvar.h perlapi.h perlvars.h pod/perlapi.pod
2018 ____________________________________________________________________________
2019 [ 13087] By: jhi                                   on 2001/11/19  13:28:22
2020         Log: do_spawn() cleanup from Charles Lane.
2021      Branch: perl
2022            ! vms/vms.c
2023 ____________________________________________________________________________
2024 [ 13086] By: jhi                                   on 2001/11/19  13:22:26
2025         Log: Update the list of tests.
2026      Branch: perl
2027            ! t/lib/1_compile.t
2028 ____________________________________________________________________________
2029 [ 13085] By: jhi                                   on 2001/11/18  21:57:23
2030         Log: Subject: [PATCH t/lib/warnings/sv] Re: [ID 20011116.125] $a = undef; print "$a\n"; does not warn
2031              From: Michael G Schwern <schwern@pobox.com> 
2032              Date: Fri, 16 Nov 2001 17:37:04 -0500
2033              Message-ID: <20011116173703.L30160@blackrider>
2034      Branch: perl
2035            ! t/lib/warnings/sv
2036 ____________________________________________________________________________
2037 [ 13084] By: jhi                                   on 2001/11/18  21:38:50
2038         Log: FAQ sync.
2039      Branch: perl
2040            ! pod/perlfaq4.pod
2041 ____________________________________________________________________________
2042 [ 13083] By: jhi                                   on 2001/11/18  21:37:06
2043         Log: Integrate perlio; win32 sync.
2044      Branch: perl
2045           !> perlio.c win32/win32io.c
2046 ____________________________________________________________________________
2047 [ 13082] By: jhi                                   on 2001/11/18  19:13:06
2048         Log: (retracted by #13096)
2049              Debugging would be badly skewed by a malloc per regex dump.
2050      Branch: perl
2051            ! regexec.c
2052 ____________________________________________________________________________
2053 [ 13081] By: nick                                  on 2001/11/18  19:08:40
2054         Log: Win32 layer has a dup which needs to match new prototype.
2055      Branch: perlio
2056            ! win32/win32io.c
2057 ____________________________________________________________________________
2058 [ 13080] By: nick                                  on 2001/11/18  19:05:02
2059         Log: Wrong way to get stdio mode used.
2060      Branch: perlio
2061            ! perlio.c
2062 ____________________________________________________________________________
2063 [ 13079] By: jhi                                   on 2001/11/18  18:59:28
2064         Log: Retract #13048: that introduced a malloc() (through savepvn())
2065              to *every* m//, which killed the performance quite badly.
2066      Branch: perl
2067            ! pp_hot.c regcomp.c regcomp.h regexp.h t/op/re_tests
2068 ____________________________________________________________________________
2069 [ 13078] By: jhi                                   on 2001/11/18  17:37:31
2070         Log: Pass 1 at perldelta.pod: sort the section contents
2071              together, drop all but the 5.7.2 known problems,
2072              leave the 5.7.1 security note since that's the
2073              fullest explanation (update the date on that).
2074      Branch: perl
2075            ! pod/perldelta.pod
2076 ____________________________________________________________________________
2077 [ 13077] By: jhi                                   on 2001/11/18  17:07:12
2078         Log: Retract 11635: close 20011113.110, reopen 20010809.028.
2079              
2080              Tiny problem in the test for 20011113.110: I hope
2081              'my $x= [("foo") x 1]' was never going to produce [qw(foo foo)] :-)
2082      Branch: perl
2083            ! pp.c t/op/repeat.t
2084 ____________________________________________________________________________
2085 [ 13076] By: jhi                                   on 2001/11/18  16:46:11
2086         Log: All of syswrite/send/sendto need to return character counts,
2087              and character counts from the offset, not the beginning of
2088              the scalar.
2089      Branch: perl
2090            ! pp_sys.c
2091 ____________________________________________________________________________
2092 [ 13075] By: jhi                                   on 2001/11/18  16:39:32
2093         Log: Integrate PerlIO: duping fixes.
2094      Branch: perl
2095           !> doio.c ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
2096           !> ext/PerlIO/Via/Via.xs ext/PerlIO/t/scalar.t perlio.c perlio.h
2097           !> perliol.h sv.c
2098 ____________________________________________________________________________
2099 [ 13074] By: jhi                                   on 2001/11/18  16:34:29
2100         Log: syswrite() was still returning byte counts, not character counts.
2101      Branch: perl
2102            ! pp_sys.c t/io/utf8.t
2103 ____________________________________________________________________________
2104 [ 13073] By: jhi                                   on 2001/11/18  16:16:17
2105         Log: Add test for sysread().
2106      Branch: perl
2107            ! t/io/utf8.t
2108 ____________________________________________________________________________
2109 [ 13072] By: nick                                  on 2001/11/18  16:15:31
2110         Log: Allow dup'ing of PerlIO::Scalar etc.
2111      Branch: perlio
2112            ! doio.c ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
2113            ! ext/PerlIO/Via/Via.xs ext/PerlIO/t/scalar.t perlio.c perlio.h
2114            ! perliol.h sv.c
2115 ____________________________________________________________________________
2116 [ 13071] By: jhi                                   on 2001/11/18  16:12:32
2117         Log: Prepend a null byte to the test set.
2118      Branch: perl
2119            ! t/io/utf8.t
2120 ____________________________________________________________________________
2121 [ 13070] By: jhi                                   on 2001/11/18  15:13:57
2122         Log: Document how "no utf8;" can become handy.
2123      Branch: perl
2124            ! lib/utf8.pm
2125 ____________________________________________________________________________
2126 [ 13069] By: jhi                                   on 2001/11/18  14:05:23
2127         Log: Integrate perlio; force the inclusion of the PL_runops_*
2128      Branch: perl
2129           !> embedvar.h hv.c perlapi.h perlvars.h pod/perlapi.pod
2130 ____________________________________________________________________________
2131 [ 13068] By: nick                                  on 2001/11/18  13:23:33
2132         Log: embed.pl generated changes I forgot to include
2133      Branch: perlio
2134            ! embedvar.h perlapi.h pod/perlapi.pod
2135 ____________________________________________________________________________
2136 [ 13067] By: nick                                  on 2001/11/18  12:50:19
2137         Log: Force inclusion of both Perl_runops_* in perl itself,
2138              so they are available for Peek.xs etc.
2139      Branch: perlio
2140            ! perlvars.h
2141 ____________________________________________________________________________
2142 [ 13066] By: nick                                  on 2001/11/18  11:00:34
2143         Log: Integrate mainline - a few Devel::Peak fails.
2144      Branch: perlio
2145           +> (branch 29 files)
2146            - ext/Thread/Thread.pm lib/Benchmark.t
2147            - lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
2148            - lib/Lingua/KO/Hangul/Util/README
2149            - lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Normalize.pm
2150            - lib/Unicode/Normalize/Changes lib/Unicode/Normalize/README
2151            - lib/Unicode/Normalize/t/norm.t lib/Unicode/Normalize/t/test.t
2152            - vms/ext/vmsish.pm vms/ext/vmsish.t
2153            ! hv.c
2154           !> (integrate 389 files)
2155 ____________________________________________________________________________
2156 [ 13065] By: jhi                                   on 2001/11/18  01:22:25
2157         Log: Start working on perldelta.  This is not yet any sort of
2158              editing; just concatenating perl570delta, perl571delta,
2159              and perl572delta.  Any sorting not done, any duplicate
2160              removal not done, any removal or update of obsolete items
2161              not done, any changes since 5.7.2 not included.  So there.
2162      Branch: perl
2163            ! pod/perldelta.pod
2164 ____________________________________________________________________________
2165 [ 13064] By: jhi                                   on 2001/11/17  22:22:47
2166         Log: Banish "use utf8".
2167      Branch: perl
2168            ! pod/perlre.pod pod/perlretut.pod pod/perlunicode.pod
2169 ____________________________________________________________________________
2170 [ 13063] By: jhi                                   on 2001/11/17  17:53:38
2171         Log: Tweak from Charles Lane.
2172      Branch: perl
2173            ! vms/vms.c
2174 ____________________________________________________________________________
2175 [ 13062] By: jhi                                   on 2001/11/17  15:35:22
2176         Log: Integrate change #13058 from maintperl;
2177              change#12559 breaks things on Win9x because command.com doesn't
2178              grok dquotes at all; disable all the system() smarts for
2179              command.com
2180      Branch: perl
2181           !> win32/win32.c
2182 ____________________________________________________________________________
2183 [ 13061] By: ams                                   on 2001/11/17  13:46:11
2184         Log: Subject: [PATCH lib/Term/Cap.pm] Sync with CPAN version
2185              From: Jonathan Stowe <gellyfish@gellyfish.com>
2186              Date: Sat, 17 Nov 2001 14:05:02 +0000 (GMT)
2187              Message-Id: <Pine.LNX.4.33.0111171356190.13024-100000@orpheus.gellyfish.com>
2188      Branch: perl
2189            ! lib/Term/Cap.pm
2190 ____________________________________________________________________________
2191 [ 13060] By: ams                                   on 2001/11/17  09:49:10
2192         Log: Subject: [PATCH9 File/Find.pm doc nits
2193              From: Tels <perl_dummy@bloodgate.com>
2194              Date: Sat, 17 Nov 2001 11:41:51 +0100 (CET)
2195      Branch: perl
2196            ! lib/File/Find.pm
2197 ____________________________________________________________________________
2198 [ 13059] By: ams                                   on 2001/11/17  09:38:38
2199         Log: Subject: [PATCH] Benchmark.pm nit
2200              From: Tels <perl_dummy@bloodgate.com>
2201              Date: Sat, 17 Nov 2001 11:29:23 +0100 (CET)
2202      Branch: perl
2203            ! lib/Benchmark.pm
2204 ____________________________________________________________________________
2205 [ 13058] By: gsar                                  on 2001/11/17  03:50:49
2206         Log: change#12559 breaks things on Win9x because command.com doesn't
2207              grok dquotes at all; disable all the system() smarts for
2208              command.com
2209      Branch: maint-5.6/perl
2210            ! win32/win32.c
2211 ____________________________________________________________________________
2212 [ 13057] By: ams                                   on 2001/11/16  20:30:03
2213         Log: Subject: [PATCH] lib/Unicode/UCD.t @INC oddity
2214              From: Andy Dougherty <doughera@lafayette.edu>
2215              Date: Fri, 16 Nov 2001 16:28:45 -0500 (EST)
2216              Message-Id: <Pine.SOL.4.10.10111161625070.7245-100000@maxwell.phys.lafayette.edu>
2217      Branch: perl
2218            ! lib/Unicode/UCD.t
2219 ____________________________________________________________________________
2220 [ 13056] By: jhi                                   on 2001/11/16  19:18:21
2221         Log: Subject: [Patch Perl@13023] VMS system() warning
2222              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
2223              Date: Fri, 16 Nov 2001 15:20:11 EST
2224              Message-Id: <011116152009.39eb8@DUPHY4.Physics.Drexel.Edu>
2225      Branch: perl
2226            ! vms/vms.c
2227 ____________________________________________________________________________
2228 [ 13055] By: jhi                                   on 2001/11/16  19:03:39
2229         Log: It's neither-nor, and protect against the impossible.
2230      Branch: perl
2231            ! lib/Thread.pm
2232 ____________________________________________________________________________
2233 [ 13054] By: jhi                                   on 2001/11/16  18:37:30
2234         Log: 5005threads didn't work because $Thread::VERSION wasn't
2235              visible.  Oops.
2236      Branch: perl
2237            ! ext/Thread/Makefile.PL lib/Thread.pm
2238 ____________________________________________________________________________
2239 [ 13053] By: jhi                                   on 2001/11/16  17:08:15
2240         Log: Robustness against Linux using something else than gcc;
2241              based on
2242              
2243              Subject: [ID 20011116.124] perl 5.6.1 with Intel's icc on RedHat Linux 7.2
2244              From: Charles Randall <cfriv@yahoo.com>
2245              Date: Fri, 16 Nov 2001 09:31:57 -0800 (PST)
2246              Message-Id: <20011116173157.2322.qmail@web20904.mail.yahoo.com>
2247      Branch: perl
2248            ! ext/Errno/Errno_pm.PL
2249 ____________________________________________________________________________
2250 [ 13052] By: ams                                   on 2001/11/16  16:46:39
2251         Log: Subject: Re: [h.m.brand@hccnet.nl: Installman problems]
2252              From: Russ Allbery <rra@stanford.edu>
2253              Date: 16 Nov 2001 09:44:21 -0800
2254              Message-Id: <yln11mwqyy.fsf@windlord.stanford.edu>
2255      Branch: perl
2256            ! lib/Pod/ParseLink.pm
2257 ____________________________________________________________________________
2258 [ 13051] By: jhi                                   on 2001/11/16  15:26:41
2259         Log: Update perluniintro on the UTF-8 output matters
2260              (that -w will warn unless the stream is explicitly UTF-8-ified).
2261      Branch: perl
2262            ! pod/perluniintro.pod
2263 ____________________________________________________________________________
2264 [ 13050] By: jhi                                   on 2001/11/16  15:08:52
2265         Log: Adding new files to MANIFEST is nice.
2266      Branch: perl
2267            ! MANIFEST
2268 ____________________________________________________________________________
2269 [ 13049] By: jhi                                   on 2001/11/16  15:04:45
2270         Log: Update Changes.
2271      Branch: perl
2272            ! Changes patchlevel.h
2273 ____________________________________________________________________________
2274 [ 13048] By: jhi                                   on 2001/11/16  14:46:17
2275         Log: Subject: Re: [PATCH regcomp.[ch], regexp.h, pp_hot.c, t/op/re_tests] lazy $& and \Z fix
2276              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net> 
2277              Date: Wed, 14 Nov 2001 16:35:29 -0500 (EST) 
2278              Message-ID: <Pine.GSO.4.21.0111141634020.16649-100000@crusoe.crusoe.net>
2279      Branch: perl
2280            ! pp_hot.c regcomp.c regcomp.h regexp.h t/op/re_tests
2281 ____________________________________________________________________________
2282 [ 13047] By: jhi                                   on 2001/11/16  14:37:32
2283         Log: Rename perlunintro to perluniintro; regen toc.
2284      Branch: perl
2285            + pod/perluniintro.pod
2286            - pod/perlunintro.pod
2287            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
2288 ____________________________________________________________________________
2289 [ 13046] By: jhi                                   on 2001/11/16  14:14:38
2290         Log: Document the negated lookeahead trick to emulate
2291              character class subtraction.
2292      Branch: perl
2293            ! pod/perlunicode.pod
2294 ____________________________________________________________________________
2295 [ 13045] By: jhi                                   on 2001/11/16  14:08:43
2296         Log: Subject: [PATCH perl@13023] Unicode General Category: Cn
2297              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
2298              Date: Fri, 16 Nov 2001 23:31:04 +0900
2299              Message-Id: <20011116232709.23CF.BQW10602@nifty.com>
2300              
2301              (with the tweak that Cntrl is not C, it's Cc)
2302      Branch: perl
2303            ! lib/unicore/In/163.pl lib/unicore/Is/C.pl lib/unicore/Is/Cn.pl
2304            ! lib/unicore/mktables
2305 ____________________________________________________________________________
2306 [ 13044] By: jhi                                   on 2001/11/16  13:42:44
2307         Log: Subject: [PATCH current] runtime runops switch
2308              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2309              Date: Fri, 16 Nov 2001 00:48:09 -0500
2310              Message-ID: <20011116004809.A934@math.ohio-state.edu>
2311      Branch: perl
2312            ! dump.c embed.h embed.pl ext/Devel/Peek/Peek.pm
2313            ! ext/Devel/Peek/Peek.xs perl.h pod/perlapi.pod
2314            ! pod/perlintern.pod proto.h run.c
2315 ____________________________________________________________________________
2316 [ 13043] By: jhi                                   on 2001/11/16  13:24:28
2317         Log: Further discourage old Thread code; tell how to tell
2318              the difference.
2319      Branch: perl
2320            ! lib/Thread.pm
2321 ____________________________________________________________________________
2322 [ 13042] By: jhi                                   on 2001/11/16  13:16:13
2323         Log: A missing return; from Charles Lane.
2324      Branch: perl
2325            ! vms/vms.c
2326 ____________________________________________________________________________
2327 [ 13041] By: ams                                   on 2001/11/16  12:11:14
2328         Log: Subject: [PATCH] Doc spellcheck + podcheck
2329              From: Autrijus Tang <autrijus@egb.elixus.org>
2330              Date: Thu, 15 Nov 2001 22:49:05 -0800
2331              Message-Id: <20011116064905.GA44092@egb.elixus.org>
2332              
2333              Subject: [PATCH] podcheck+spellcheck, the rest of the story
2334              From: Autrijus Tang <autrijus@egb.elixus.org>
2335              Date: Fri, 16 Nov 2001 00:42:20 -0800
2336              Message-Id: <20011116084220.GA44295@egb.elixus.org>
2337              
2338              Subject: Re: [PATCH] podcheck+spellcheck, the rest of the story
2339              From: Nicholas Clark <nick@ccl4.org>
2340              Date: Fri, 16 Nov 2001 10:32:01 +0000
2341              Message-Id: <20011116103200.F62891@plum.flirble.org>
2342              (Applied after suitable de-mangling.)
2343      Branch: perl
2344            ! README.aix README.dgux README.dos README.epoc README.hpux
2345            ! README.mint README.mpeix README.netware README.os2
2346            ! README.os390 README.plan9 README.qnx README.solaris
2347            ! README.threads doio.c pod/perl571delta.pod
2348            ! pod/perl572delta.pod pod/perlapi.pod pod/perlapio.pod
2349            ! pod/perldata.pod pod/perlebcdic.pod pod/perlfaq4.pod
2350            ! pod/perlfunc.pod pod/perlguts.pod pod/perlhack.pod
2351            ! pod/perliol.pod pod/perlpod.pod pod/perlpodspec.pod
2352            ! pod/perlrequick.pod pod/perlretut.pod pod/perltodo.pod
2353            ! pod/perlunicode.pod pod/perlvar.pod pp_ctl.c sharedsv.c
2354 ____________________________________________________________________________
2355 [ 13040] By: jhi                                   on 2001/11/16  04:48:16
2356         Log: Avoid redefinedness warning for now.
2357      Branch: perl
2358            ! lib/Thread.pm
2359 ____________________________________________________________________________
2360 [ 13039] By: jhi                                   on 2001/11/16  04:44:30
2361         Log: use strict.
2362      Branch: perl
2363            ! lib/Thread.pm
2364 ____________________________________________________________________________
2365 [ 13038] By: jhi                                   on 2001/11/16  04:40:19
2366         Log: Subject: [PATCH Perl@13023] subprocess command line size increase
2367              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane) 
2368              Date: Thu, 15 Nov 2001 22:54:47 EST 
2369              Message-Id: <011115225352.2db1e@DUPHY4.Physics.Drexel.Edu>         
2370      Branch: perl
2371            ! vms/vms.c vms/vmspipe.com
2372 ____________________________________________________________________________
2373 [ 13037] By: jhi                                   on 2001/11/16  04:38:47
2374         Log: Subject: [PATCH lib/File/stat.t] Fix AIX Failure (was Re: Smoke 12998 /pro/3gl/CPAN/perl-current)
2375              From: "chromatic" <chromatic@rmci.net>
2376              Date: Thu, 15 Nov 2001 19:54:23 -0700
2377              Message-ID: <20011116030139.6821.qmail@onion.perl.org>
2378      Branch: perl
2379            ! lib/File/stat.t
2380 ____________________________________________________________________________
2381 [ 13036] By: jhi                                   on 2001/11/16  04:37:52
2382         Log: Make Thread a wrapper for both ithreads and 5005threads.
2383              Needs a lot of work and Arthur's eyeballing (and finishing
2384              few missing odds and ends of threads.pm).  Now Thread
2385              is an extension without its own .pm.
2386              
2387              If there are people who have experience working with
2388              either the 5005threads or the ithreads: cleaning up
2389              the documentation (Thread.pm, threads.pm, and perl*thrtut.pod),
2390              and porting the various Thread::* modules, like Thread::Queue,
2391              to work also with ithreads, is needed.
2392              
2393              Removed the 5005threads requirement from the 5005 tests
2394              for easier testing (not all of them work yet since
2395              they use the Thread::* modules that have not been made
2396              to work with ithreads).  Leave the 5005 tests named as
2397              *.tx so that they are not run by "make test".
2398      Branch: perl
2399            + lib/Thread.pm
2400            - ext/Thread/Thread.pm
2401            ! MANIFEST ext/Thread/Makefile.PL ext/Thread/create.tx
2402            ! ext/Thread/die.tx ext/Thread/die2.tx ext/Thread/io.tx
2403            ! ext/Thread/join.tx ext/Thread/join2.tx ext/Thread/list.tx
2404            ! ext/Thread/lock.tx ext/Thread/queue.tx ext/Thread/specific.tx
2405            ! ext/Thread/sync.tx ext/Thread/sync2.tx ext/Thread/unsync.tx
2406            ! ext/Thread/unsync2.tx ext/Thread/unsync3.tx
2407            ! ext/Thread/unsync4.tx ext/threads/threads.pm pod/perlfunc.pod
2408 ____________________________________________________________________________
2409 [ 13035] By: jhi                                   on 2001/11/16  03:30:38
2410         Log: $VERSION "a5" doesn't quite work.
2411      Branch: perl
2412            ! ext/B/Makefile.PL
2413 ____________________________________________________________________________
2414 [ 13034] By: jhi                                   on 2001/11/16  00:38:41
2415         Log: Add the fruits of Larry Shatzer's version verifying script.
2416              (There are some straddlers, but they will be fixed in the
2417              upcoming releases of the modules.)
2418      Branch: perl
2419            ! bytecode.pl ext/B/B.pm ext/B/B/Asmdata.pm ext/B/B/Bblock.pm
2420            ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/CC.pm
2421            ! ext/B/B/Debug.pm ext/B/B/Disassembler.pm ext/B/B/Lint.pm
2422            ! ext/B/B/Showlex.pm ext/B/B/Stackobj.pm ext/B/B/Stash.pm
2423            ! ext/B/B/Terse.pm ext/B/B/Xref.pm ext/B/O.pm
2424            ! ext/Encode/Encode/Tcl.pm ext/Opcode/ops.pm
2425            ! ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
2426            ! ext/Thread/Thread/Signal.pm ext/Thread/Thread/Specific.pm
2427            ! lib/ExtUtils/MM_NW5.pm lib/Locale/Constants.pm lib/vmsish.pm
2428            ! os2/OS2/REXX/DLL/DLL.pm vms/ext/Filespec.pm win32/FindExt.pm
2429            ! wince/FindExt.pm
2430 ____________________________________________________________________________
2431 [ 13033] By: jhi                                   on 2001/11/16  00:37:36
2432         Log: Add Larry Shatzer's VERSION verifying script.
2433      Branch: perl
2434            + Porting/checkVERSION.pl
2435            ! MANIFEST Porting/pumpkin.pod
2436 ____________________________________________________________________________
2437 [ 13032] By: jhi                                   on 2001/11/16  00:09:31
2438         Log: Subject: [PATCH t/io/argv.t OR t/test.pl] runperl(), \n and stdin
2439              From: Michael G Schwern <schwern@pobox.com>
2440              Date: Thu, 15 Nov 2001 19:26:40 -0500
2441              Message-ID: <20011115192640.R31399@blackrider>
2442      Branch: perl
2443            ! t/test.pl
2444 ____________________________________________________________________________
2445 [ 13031] By: jhi                                   on 2001/11/15  23:18:19
2446         Log: Document the MY_CXT business; from Paul Marquess.
2447      Branch: perl
2448            ! pod/perlxs.pod
2449 ____________________________________________________________________________
2450 [ 13030] By: jhi                                   on 2001/11/15  22:03:46
2451         Log: VMSCMD synch attempt.
2452      Branch: perl
2453            ! vms/vms.c vms/vmsish.h
2454 ____________________________________________________________________________
2455 [ 13029] By: jhi                                   on 2001/11/15  21:35:36
2456         Log: Advise against -P as instructed by Schwern.
2457      Branch: perl
2458            ! pod/perlrun.pod
2459 ____________________________________________________________________________
2460 [ 13028] By: jhi                                   on 2001/11/15  21:21:29
2461         Log: Subject: [PATCH] v-strings as Objects Step 1
2462              From: John Peacock <jpeacock@rowman.com>
2463              Date: Thu, 15 Nov 2001 12:41:04 -0500
2464              Message-ID: <3BF3FE30.70D7EDCA@rowman.com>
2465      Branch: perl
2466            ! embed.h embed.pl global.sym pod/perlapi.pod proto.h toke.c
2467            ! util.c
2468 ____________________________________________________________________________
2469 [ 13027] By: jhi                                   on 2001/11/15  21:16:57
2470         Log: Subject: [PATCH] -x  (was Re: [PATCH] new tests for command-line switches)
2471              From: Michael G Schwern <schwern@pobox.com>
2472              Date: Thu, 15 Nov 2001 12:47:59 -0500
2473              Message-ID: <20011115124759.E31399@blackrider>
2474      Branch: perl
2475            + t/run/switchx.aux t/run/switchx.t
2476            ! MANIFEST t/run/switches.t
2477 ____________________________________________________________________________
2478 [ 13026] By: jhi                                   on 2001/11/15  20:55:31
2479         Log: Upgrade to Getopt::Long 2.26_03.
2480      Branch: perl
2481            ! lib/Getopt/Long.pm
2482 ____________________________________________________________________________
2483 [ 13025] By: ams                                   on 2001/11/15  20:46:22
2484         Log: Subject: [PATCH vms/vms.c] VMSCMD missing
2485              From: Michael G Schwern <schwern@pobox.com>
2486              Date: Thu, 15 Nov 2001 16:24:11 -0500
2487              Message-Id: <20011115162411.M31399@blackrider>
2488      Branch: perl
2489            ! vms/vms.c
2490 ____________________________________________________________________________
2491 [ 13024] By: ams                                   on 2001/11/15  19:32:06
2492         Log: Subject: Re: [ID 20010713.001] use lib segmentation fault
2493              From: rspier@pobox.com (Robert Spier)
2494              Date: Thu, 15 Nov 2001 11:19:21 -0800
2495              Message-Id: <15348.5433.732364.963687@rls.cx>
2496      Branch: perl
2497            ! op.c
2498 ____________________________________________________________________________
2499 [ 13023] By: jhi                                   on 2001/11/15  15:35:48
2500         Log: Update Changes.
2501      Branch: perl
2502            ! Changes patchlevel.h
2503 ____________________________________________________________________________
2504 [ 13022] By: jhi                                   on 2001/11/15  15:11:37
2505         Log: Subject: [PATCH] new tests for command-line switches
2506              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2507              Date: Thu, 15 Nov 2001 17:00:30 +0100
2508              Message-ID: <20011115170030.A14193@rafael>
2509      Branch: perl
2510            + t/run/switches.t
2511            ! MANIFEST
2512 ____________________________________________________________________________
2513 [ 13021] By: jhi                                   on 2001/11/15  15:06:36
2514         Log: Upgrade to podlators 1.13.
2515      Branch: perl
2516            + lib/Pod/ParseLink.pm
2517            ! MANIFEST lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
2518            ! lib/Pod/Text/Color.pm lib/Pod/Text/Overstrike.pm
2519            ! lib/Pod/Text/Termcap.pm pod/pod2man.PL t/pod/lref.xr
2520            ! t/pod/pod2usage.xr t/pod/podselect.xr
2521 ____________________________________________________________________________
2522 [ 13020] By: jhi                                   on 2001/11/15  14:47:29
2523         Log: skip "might be used uninitialized".
2524      Branch: perl
2525            ! pp_sys.c
2526 ____________________________________________________________________________
2527 [ 13019] By: jhi                                   on 2001/11/15  14:35:55
2528         Log: Fix for "perlio bug in koi8-r encoding".  The problem
2529              seemed to be that binmode() always flushed the handle,
2530              which is not so good when switching encodings.  Fixed,
2531              added Matt Sergeant's testcase, documented in perlfunc/binmode,
2532              also added a pointer about disciplines to perlfunc/open,
2533              and in general cleaned up and reformatted the open entry.
2534      Branch: perl
2535            ! ext/PerlIO/t/encoding.t perlio.c pod/perlfunc.pod
2536 ____________________________________________________________________________
2537 [ 13018] By: jhi                                   on 2001/11/15  13:22:57
2538         Log: Subject: Re: [ID 20011114.118] chop and chomp bind too tightly
2539              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
2540              Date: 15 Nov 2001 08:57:06 -0000
2541              Message-Id: <slrn9v70s9.gqe.rgarciasuarez@rafael.kazibao.net>
2542              
2543              chop() and chomp() are not real list functions,
2544              so let's not have them overrideable.  (Casey will
2545              be confused since in #7071 he patched the other way.)
2546      Branch: perl
2547            ! pod/perlfunc.pod toke.c
2548 ____________________________________________________________________________
2549 [ 13017] By: ams                                   on 2001/11/15  12:56:49
2550         Log: Subject: [PATCH pod/perltrap.pod] Re: Strange syntax error with map
2551              From: Robin Barker <rmb1@cise.npl.co.uk>
2552              Date: Thu, 15 Nov 2001 13:48:34 GMT
2553              Message-Id: <200111151348.NAA01299@tempest.npl.co.uk>
2554              (Applied with tweaks.)
2555      Branch: perl
2556            ! pod/perltrap.pod
2557 ____________________________________________________________________________
2558 [ 13016] By: ams                                   on 2001/11/15  09:12:48
2559         Log: Subject: [DOC PATCH] mention Filter::cpp in perlrun
2560              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2561              Date: Thu, 15 Nov 2001 09:06:39 +0100
2562              Message-Id: <20011115090639.A13005@rafael>
2563      Branch: perl
2564            ! pod/perlrun.pod
2565 ____________________________________________________________________________
2566 [ 13015] By: jhi                                   on 2001/11/15  04:08:50
2567         Log: "link =" from utils.lst was being processed oddly.
2568      Branch: perl
2569            ! installman
2570 ____________________________________________________________________________
2571 [ 13014] By: ams                                   on 2001/11/15  02:52:52
2572         Log: Subject: [PATCH current] CreateTTY in -d
2573              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2574              Date: Wed, 14 Nov 2001 21:26:31 -0500
2575              Message-Id: <20011114212631.A25705@math.ohio-state.edu>
2576      Branch: perl
2577            ! lib/perl5db.pl
2578 ____________________________________________________________________________
2579 [ 13013] By: jhi                                   on 2001/11/15  00:46:07
2580         Log: Corify the Filter::Simple tests. 
2581      Branch: perl
2582            ! lib/Filter/Simple/t/data.t lib/Filter/Simple/t/filter.t
2583            ! lib/Filter/Simple/t/filter_only.t
2584 ____________________________________________________________________________
2585 [ 13012] By: jhi                                   on 2001/11/15  00:42:25
2586         Log: Upgrade to Filter::Simple 0.70.
2587      Branch: perl
2588            + lib/Filter/Simple/t/data.t lib/Filter/Simple/t/filter_only.t
2589            + t/lib/FilterOnlyTest.pm
2590            ! MANIFEST lib/Filter/Simple.pm lib/Filter/Simple/Changes
2591            ! lib/Filter/Simple/README lib/Filter/Simple/t/filter.t
2592            ! t/lib/FilterTest.pm
2593 ____________________________________________________________________________
2594 [ 13011] By: jhi                                   on 2001/11/14  22:38:31
2595         Log: Cleanliness inspired by Cygwin.
2596      Branch: perl
2597            ! Makefile.SH x2p/Makefile.SH
2598 ____________________________________________________________________________
2599 [ 13010] By: jhi                                   on 2001/11/14  22:30:59
2600         Log: Add perlunintro (formerly known as perlunitut); regen toc.
2601      Branch: perl
2602            + pod/perlunintro.pod
2603            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
2604 ____________________________________________________________________________
2605 [ 13009] By: jhi                                   on 2001/11/14  22:27:12
2606         Log: FAQ sync.
2607      Branch: perl
2608            ! pod/perlfaq6.pod
2609 ____________________________________________________________________________
2610 [ 13008] By: jhi                                   on 2001/11/14  22:16:06
2611         Log: Quieten pgcc 2.91.66 worries.
2612      Branch: perl
2613            ! gv.c pp_ctl.c utf8.c
2614 ____________________________________________________________________________
2615 [ 13007] By: jhi                                   on 2001/11/14  22:05:01
2616         Log: Upgrade to Switch 2.06.
2617      Branch: perl
2618            ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
2619            ! lib/Switch/t/nested.t
2620 ____________________________________________________________________________
2621 [ 13006] By: jhi                                   on 2001/11/14  21:55:51
2622         Log: Upgrade to Attribute::Handlers 0.76.
2623      Branch: perl
2624            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
2625            ! lib/Attribute/Handlers/README
2626            ! lib/Attribute/Handlers/demo/Demo.pm
2627            ! lib/Attribute/Handlers/demo/Descriptions.pm
2628            ! lib/Attribute/Handlers/demo/MyClass.pm
2629            ! lib/Attribute/Handlers/demo/demo_cycle.pl
2630            ! lib/Attribute/Handlers/demo/demo_hashdir.pl
2631            ! lib/Attribute/Handlers/t/multi.t
2632 ____________________________________________________________________________
2633 [ 13005] By: jhi                                   on 2001/11/14  21:53:22
2634         Log: Signedness nit.
2635      Branch: perl
2636            ! regexec.c
2637 ____________________________________________________________________________
2638 [ 13004] By: jhi                                   on 2001/11/14  21:24:39
2639         Log: VERSIONize.
2640      Branch: perl
2641            ! lib/File/Spec/Epoc.pm lib/PerlIO.pm lib/encoding.pm
2642            ! lib/integer.pm
2643 ____________________________________________________________________________
2644 [ 13003] By: jhi                                   on 2001/11/14  21:17:02
2645         Log: No pod in internal Net::FTP classes.
2646      Branch: perl
2647            ! pod/buildtoc.PL
2648 ____________________________________________________________________________
2649 [ 13002] By: jhi                                   on 2001/11/14  21:11:48
2650         Log: Subject: Re: [PATCH regexec.c] lookahead for REF, MINMOD, PLUS, CURLY* 
2651              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
2652              Date: Wed, 14 Nov 2001 09:59:31 -0500 (EST)
2653              Message-ID: <Pine.GSO.4.21.0111140958390.1124-100000@crusoe.crusoe.net>
2654      Branch: perl
2655            ! regexec.c
2656 ____________________________________________________________________________
2657 [ 13001] By: jhi                                   on 2001/11/14  21:09:48
2658         Log: test.pl tweaks from Rafael and Pudge (assuming I deciphered
2659              Pudge correctly).
2660      Branch: perl
2661            ! t/test.pl
2662 ____________________________________________________________________________
2663 [ 13000] By: jhi                                   on 2001/11/14  21:00:23
2664         Log: Add comments to mark where $^X is being handled.
2665      Branch: perl
2666            ! perl.c toke.c
2667 ____________________________________________________________________________
2668 [ 12999] By: jhi                                   on 2001/11/14  20:45:42
2669         Log: Subject: Re: Test [ID 25] [PATCH t/op/repeat.t] Cleanup and bug test
2670              From: Michael G Schwern <schwern@pobox.com>
2671              Date: Wed, 14 Nov 2001 16:38:25 -0500
2672              Message-ID: <20011114163825.D6519@blackrider>
2673      Branch: perl
2674            ! t/op/repeat.t
2675 ____________________________________________________________________________
2676 [ 12998] By: jhi                                   on 2001/11/14  20:22:06
2677         Log: Subject: [PATCH t/op/die_exit.t] Fwd: [craigberry@mac.com: die_exit.t]
2678              From: Michael G Schwern <schwern@pobox.com>
2679              Date: Wed, 14 Nov 2001 13:19:15 -0500
2680              Message-ID: <20011114131915.K5096@blackrider>
2681      Branch: perl
2682            ! t/op/die_exit.t
2683 ____________________________________________________________________________
2684 [ 12997] By: jhi                                   on 2001/11/14  19:36:57
2685         Log: Subject: Re: [PATCH] new version of runperl()
2686              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
2687              Date: Wed, 14 Nov 2001 15:39:12 EST
2688              Message-Id: <011114153711.30f96@DUPHY4.Physics.Drexel.Edu>
2689              
2690              "VMS $^X pipes etc" patch.
2691      Branch: perl
2692            ! vms/vms.c
2693 ____________________________________________________________________________
2694 [ 12996] By: jhi                                   on 2001/11/14  19:31:01
2695         Log: test.pl runperl() nits from Chris Nandor and Craig Berry,
2696              and add "verbose" option to show the final command.
2697      Branch: perl
2698            ! t/test.pl
2699 ____________________________________________________________________________
2700 [ 12995] By: jhi                                   on 2001/11/14  15:02:29
2701         Log: Goof in some of the comment fields of #12994.
2702      Branch: perl
2703            ! lib/unicore/In/0.pl lib/unicore/In/1.pl lib/unicore/In/2.pl
2704            ! lib/unicore/In/3.pl lib/unicore/In/4.pl lib/unicore/In/5.pl
2705            ! lib/unicore/In/6.pl lib/unicore/In/7.pl lib/unicore/In/8.pl
2706            ! lib/unicore/In/9.pl
2707 ____________________________________________________________________________
2708 [ 12994] By: jhi                                   on 2001/11/14  14:59:32
2709         Log: The First, Last ranges in the Unicode data weren't
2710              getting their general categories added properly;
2711              noticed by Jeffrey Friedl.
2712      Branch: perl
2713            ! lib/unicore/Category.pl lib/unicore/In/0.pl
2714            ! lib/unicore/In/1.pl lib/unicore/In/164.pl
2715            ! lib/unicore/In/169.pl lib/unicore/In/170.pl
2716            ! lib/unicore/In/2.pl lib/unicore/In/3.pl lib/unicore/In/4.pl
2717            ! lib/unicore/In/5.pl lib/unicore/In/6.pl lib/unicore/In/7.pl
2718            ! lib/unicore/In/8.pl lib/unicore/In/9.pl
2719            ! lib/unicore/Is/Alnum.pl lib/unicore/Is/Alpha.pl
2720            ! lib/unicore/Is/C.pl lib/unicore/Is/Cntrl.pl
2721            ! lib/unicore/Is/Co.pl lib/unicore/Is/Cs.pl
2722            ! lib/unicore/Is/Graph.pl lib/unicore/Is/L.pl
2723            ! lib/unicore/Is/Lo.pl lib/unicore/Is/Print.pl
2724            ! lib/unicore/Is/Word.pl lib/unicore/Name.pl
2725            ! lib/unicore/mktables
2726 ____________________________________________________________________________
2727 [ 12993] By: jhi                                   on 2001/11/14  13:54:20
2728         Log: Subject: [PATCH] new version of runperl()
2729              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2730              Date: Wed, 14 Nov 2001 12:23:01 +0100
2731              Message-ID: <20011114122301.A29384@rafael>
2732      Branch: perl
2733            ! t/io/argv.t t/test.pl
2734 ____________________________________________________________________________
2735 [ 12992] By: ams                                   on 2001/11/14  13:40:39
2736         Log: Subject: [PATCH perl.c] s/parse_perl/parse_body/
2737              From: Michael G Schwern <schwern@pobox.com>
2738              Date: Tue, 13 Nov 2001 23:17:54 -0500
2739              Message-Id: <20011113231754.S32567@blackrider>
2740      Branch: perl
2741            ! perl.c
2742 ____________________________________________________________________________
2743 [ 12991] By: jhi                                   on 2001/11/14  13:24:34
2744         Log: Subject: Re: [PATCH pod/perlapio.pod double-word fix]
2745              From: Philip Newton <Philip.Newton@gmx.net>
2746              Date: Wed, 14 Nov 2001 10:59:53 +0100
2747              Message-ID: <e6b4vt8mfasdv0vlm1tqggqhtjbpchvpmg@4ax.com>
2748              
2749              plus a lot of paragraph reformatting because of long lines.
2750      Branch: perl
2751            ! pod/perlapio.pod
2752 ____________________________________________________________________________
2753 [ 12990] By: jhi                                   on 2001/11/14  13:19:19
2754         Log: A bool is not a pointer.
2755      Branch: perl
2756            ! pp_sys.c
2757 ____________________________________________________________________________
2758 [ 12989] By: jhi                                   on 2001/11/14  02:41:42
2759         Log: AUTHORS updates.
2760      Branch: perl
2761            ! AUTHORS
2762 ____________________________________________________________________________
2763 [ 12988] By: jhi                                   on 2001/11/14  02:18:44
2764         Log: There are several MIME RFCs.
2765      Branch: perl
2766            ! ext/Encode/Encode.pm
2767 ____________________________________________________________________________
2768 [ 12987] By: ams                                   on 2001/11/14  01:09:28
2769         Log: Subject: [PATCH t/op/groups.t vms/test.com] Simple little VMS fix
2770              From: Michael G Schwern <schwern@pobox.com>
2771              Date: Tue, 13 Nov 2001 20:59:13 -0500
2772              Message-Id: <20011113205913.H32567@blackrider>
2773      Branch: perl
2774            ! t/op/groups.t vms/test.com
2775 ____________________________________________________________________________
2776 [ 12986] By: ams                                   on 2001/11/14  01:07:06
2777         Log: Subject: [PATCH ext/IO/lib/IO/t/io_sel.t vms/test.com] VMS fix
2778              From: Michael G Schwern <schwern@pobox.com>
2779              Date: Tue, 13 Nov 2001 20:51:34 -0500
2780              Message-Id: <20011113205134.F32567@blackrider>
2781      Branch: perl
2782            ! ext/IO/lib/IO/t/io_sel.t vms/test.com
2783 ____________________________________________________________________________
2784 [ 12985] By: ams                                   on 2001/11/14  00:43:59
2785         Log: Subject: [PATCH pod/perlport.pod] Re: select() broken under VMS?
2786              From: Michael G Schwern <schwern@pobox.com>
2787              Date: Tue, 13 Nov 2001 20:38:42 -0500
2788              Message-Id: <20011113203842.E32567@blackrider>
2789      Branch: perl
2790            ! pod/perlport.pod
2791 ____________________________________________________________________________
2792 [ 12984] By: ams                                   on 2001/11/14  00:32:15
2793         Log: Subject: [PATCH ext/IO/lib/IO/t/*.t vms/test.com] VMS fixups for IO::* tests
2794              From: Michael G Schwern <schwern@pobox.com>
2795              Date: Tue, 13 Nov 2001 20:27:02 -0500
2796              Message-Id: <20011113202702.D32567@blackrider>
2797      Branch: perl
2798            ! ext/IO/lib/IO/t/io_const.t ext/IO/lib/IO/t/io_dir.t
2799            ! ext/IO/lib/IO/t/io_dup.t ext/IO/lib/IO/t/io_pipe.t
2800            ! ext/IO/lib/IO/t/io_sock.t ext/IO/lib/IO/t/io_unix.t
2801            ! ext/IO/lib/IO/t/io_xs.t vms/test.com
2802 ____________________________________________________________________________
2803 [ 12983] By: ams                                   on 2001/11/14  00:00:27
2804         Log: Subject: [PATCH pod/perlport.pod] s/socket/select/ typo
2805              From: Michael G Schwern <schwern@pobox.com>
2806              Date: Tue, 13 Nov 2001 19:51:59 -0500
2807              Message-Id: <20011113195159.B32567@blackrider>
2808      Branch: perl
2809            ! pod/perlport.pod
2810 ____________________________________________________________________________
2811 [ 12982] By: ams                                   on 2001/11/13  23:53:11
2812         Log: Subject: [PATCH pod/perlapio.pod double-word fix]
2813              From: Larry Shatzer <fugazi@zippy.zyx.net>
2814              Date: Tue, 13 Nov 2001 17:27:59 -0700
2815              Message-Id: <20011113172759.E27768@zippy.zyx.net>
2816      Branch: perl
2817            ! pod/perlapio.pod
2818 ____________________________________________________________________________
2819 [ 12981] By: jhi                                   on 2001/11/13  22:50:27
2820         Log: Fix for the :utf8 read() bug noticed by Matt Sergeant:
2821              "large enough" Unicode characters returned more than one
2822              as their "Unicode size".
2823      Branch: perl
2824            ! pp_sys.c t/io/utf8.t
2825 ____________________________________________________________________________
2826 [ 12980] By: ams                                   on 2001/11/13  19:32:33
2827         Log: Subject: [PATCH] vms/gen_shrfls.pl tweak
2828              From: "Craig A. Berry" <craigberry@mac.com>
2829              Date: Tue, 13 Nov 2001 14:33:25 -0600
2830              Message-Id: <5.1.0.14.2.20011113142319.01c3ad50@exchi01>
2831      Branch: perl
2832            ! vms/gen_shrfls.pl
2833 ____________________________________________________________________________
2834 [ 12979] By: jhi                                   on 2001/11/13  18:10:15
2835         Log: Subject: Minor patch to Encode.pm (detypo)
2836              From: "Philip Newton" <Philip.Newton@gmx.net>
2837              Date: Tue, 13 Nov 2001 20:11:01 +0100
2838              Message-ID: <20011113.200845@ID-11583.news.dfncis.de>
2839      Branch: perl
2840            ! ext/Encode/Encode.pm
2841 ____________________________________________________________________________
2842 [ 12978] By: jhi                                   on 2001/11/13  17:55:02
2843         Log: Evil tabulators.
2844      Branch: perl
2845            ! ext/Encode/Encode.pm
2846 ____________________________________________________________________________
2847 [ 12977] By: jhi                                   on 2001/11/13  17:52:17
2848         Log: Document the available encodings.
2849      Branch: perl
2850            ! ext/Encode/Encode.pm
2851 ____________________________________________________________________________
2852 [ 12976] By: ams                                   on 2001/11/13  17:14:07
2853         Log: Subject: Re: Why *not* use UNIVERSAL qw( isa can ) ; ??
2854              From: Barrie Slaymaker <barries@slaysys.com>
2855              Date: Tue, 13 Nov 2001 12:41:36 -0500
2856              Message-Id: <20011113124133.C24305@sizzle.whoville.com>
2857      Branch: perl
2858            ! t/op/universal.t
2859 ____________________________________________________________________________
2860 [ 12975] By: ams                                   on 2001/11/13  16:24:21
2861         Log: Subject: Re: Why *not* use UNIVERSAL qw( isa can ) ; ??
2862              From: Barrie Slaymaker <barries@slaysys.com>
2863              Date: Tue, 13 Nov 2001 10:56:20 -0500
2864              Message-Id: <20011113105620.B24192@sizzle.whoville.com>
2865              (Test applied with minor tweaks and ->isa("HASH") omission.)
2866      Branch: perl
2867            ! lib/UNIVERSAL.pm t/op/universal.t
2868 ____________________________________________________________________________
2869 [ 12974] By: ams                                   on 2001/11/13  15:46:07
2870         Log: Subject: [PATCH Benchmark.pm] docco tweaks
2871              From: Barrie Slaymaker <barries@slaysys.com>
2872              Date: Tue, 13 Nov 2001 11:34:45 -0500
2873              Message-Id: <20011113113442.B24305@sizzle.whoville.com>
2874      Branch: perl
2875            ! lib/Benchmark.pm
2876 ____________________________________________________________________________
2877 [ 12973] By: jhi                                   on 2001/11/13  13:42:40
2878         Log: Subject: [PATCH] Attack of the C loops, round 1
2879              From: Richard Soderberg <rs@oregonnet.com>
2880              Date: Mon, 12 Nov 2001 12:07:29 -0800
2881              Message-Id: <200111122007.MAA01994@oregonnet.com>
2882              
2883              Subject: [PATCH] bytecode.pl (tiny patch)
2884              From: Richard Soderberg <rs@oregonnet.com>
2885              Date: Mon, 12 Nov 2001 12:53:24 -0800
2886              Message-Id: <200111122053.MAA06272@oregonnet.com>
2887      Branch: perl
2888            ! bytecode.pl installhtml
2889 ____________________________________________________________________________
2890 [ 12972] By: jhi                                   on 2001/11/13  13:41:02
2891         Log: Subject: [PATCH] Update to Filter::Util::Call
2892              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
2893              Date: Sun, 11 Nov 2001 22:33:33 -0000
2894              Message-ID: <AIEAJICLCBDNAAOLLOKLAEKFDEAA.Paul_Marquess@Yahoo.co.uk>
2895              
2896              Use the new CXT* macros.
2897      Branch: perl
2898            ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
2899 ____________________________________________________________________________
2900 [ 12971] By: jhi                                   on 2001/11/13  13:31:34
2901         Log: Subject: [PATCH vms/ext/vmsish.* vms/descrip_mms.template MANIFEST] Making vmsish.pm a no-op on non-VMS  
2902              From: Michael G Schwern <schwern@pobox.com>
2903              Date: Mon, 12 Nov 2001 20:50:34 -0500
2904              Message-ID: <20011112205034.H2888@blackrider>
2905      Branch: perl
2906            + lib/vmsish.pm lib/vmsish.t
2907            - vms/ext/vmsish.pm vms/ext/vmsish.t
2908            ! MANIFEST vms/descrip_mms.template
2909 ____________________________________________________________________________
2910 [ 12970] By: jhi                                   on 2001/11/13  13:09:23
2911         Log: :utf8 works only with perlio.
2912      Branch: perl
2913            ! lib/open.t
2914 ____________________________________________________________________________
2915 [ 12969] By: jhi                                   on 2001/11/13  13:03:36
2916         Log: Subject: Re: @Config -"des" not quite working on VMS
2917              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
2918              Date: Tue, 13 Nov 2001 08:35:13 EST 
2919              Message-Id: <011113083447.28742@DUPHY4.Physics.Drexel.Edu>
2920      Branch: perl
2921            ! configure.com
2922 ____________________________________________________________________________
2923 [ 12968] By: jhi                                   on 2001/11/13  12:59:11
2924         Log: Subject: [PATCH] lib/charnames.pm 
2925              From: Jeffrey Friedl <jfriedl@yahoo.com>
2926              Date: Tue, 13 Nov 2001 00:36:21 -0800 (PST) 
2927              Message-Id: <200111130836.fAD8aLG76010@ventrue.corp.yahoo.com>
2928      Branch: perl
2929            ! lib/charnames.pm
2930 ____________________________________________________________________________
2931 [ 12967] By: pudge                                 on 2001/11/13  05:44:13
2932         Log: Docs for Mac::err.
2933      Branch: maint-5.6/macperl
2934            ! macos/ext/Mac/err/err.pm
2935 ____________________________________________________________________________
2936 [ 12966] By: pudge                                 on 2001/11/13  05:43:58
2937         Log: Some cleanup; change some globals to references for
2938              possible persistence later.
2939      Branch: maint-5.6/macperl
2940            ! macos/lib/Mac/Glue.pm
2941 ____________________________________________________________________________
2942 [ 12965] By: pudge                                 on 2001/11/13  05:42:59
2943         Log: Add in a bunch of Mac OS 9 constants for Mac::Files.
2944      Branch: maint-5.6/macperl
2945            ! macos/ext/Mac/Files/Files.pm
2946 ____________________________________________________________________________
2947 [ 12964] By: pudge                                 on 2001/11/13  05:42:35
2948         Log: Get Mac::Navigation to compile (bug #464684).
2949      Branch: maint-5.6/macperl
2950            ! macos/Makefile.mk macos/ext/Mac/Makefile.mk
2951            ! macos/ext/Mac/Navigation/Makefile.PL
2952            ! macos/ext/Mac/Navigation/Navigation.xs
2953            ! macos/macperl/Makefile.mk
2954 ____________________________________________________________________________
2955 [ 12963] By: pudge                                 on 2001/11/13  05:41:12
2956         Log: Add in modules and POD to help menu.
2957      Branch: maint-5.6/macperl
2958            ! macos/macperl/MacPerl.podhelp
2959 ____________________________________________________________________________
2960 [ 12962] By: pudge                                 on 2001/11/13  05:28:18
2961         Log: Update bundled modules.
2962      Branch: maint-5.6/macperl
2963            + macos/bundled_ext/Filter/t/FilterTest.pm
2964            + macos/bundled_ext/List/Util/t/shuffle.t
2965            + macos/bundled_ext/Storable/t/compat06.t
2966            + macos/bundled_ext/Storable/t/st-dump.pl
2967            + macos/bundled_ext/Time/HiRes/hints/dynixptx.pl
2968            + macos/bundled_lib/blib/lib/LWP/ConnCache.pm
2969            + macos/bundled_lib/blib/lib/LWP/Protocol/http10.pm
2970            + macos/bundled_lib/blib/lib/LWP/Protocol/https10.pm
2971            + macos/bundled_lib/blib/lib/LWP/Protocol/nogo.pm
2972            + macos/bundled_lib/blib/lib/Net/HTTP/NB.pm
2973            + macos/bundled_lib/blib/lib/lwpcook.pod
2974            + macos/bundled_lib/t/Filter/Simple/filter.t
2975            + macos/bundled_lib/t/Switch/t/given.t
2976            + macos/bundled_lib/t/Switch/t/nested.t
2977            + macos/bundled_lib/t/Switch/t/switch.t
2978            + macos/bundled_lib/t/Text/Balanced/t/extbrk.t
2979            + macos/bundled_lib/t/Text/Balanced/t/extcbk.t
2980            + macos/bundled_lib/t/Text/Balanced/t/extdel.t
2981            + macos/bundled_lib/t/Text/Balanced/t/extmul.t
2982            + macos/bundled_lib/t/Text/Balanced/t/extqlk.t
2983            + macos/bundled_lib/t/Text/Balanced/t/exttag.t
2984            + macos/bundled_lib/t/Text/Balanced/t/extvar.t
2985            + macos/bundled_lib/t/Text/Balanced/t/gentag.t
2986            + macos/bundled_lib/t/URI/rfc2732.t
2987            + macos/bundled_lib/t/libnet/config.t
2988            + macos/bundled_lib/t/libnet/libnet_t.pl
2989            + macos/bundled_lib/t/libwww-perl/live/google.t
2990            + macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-b.t
2991            + macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-d.t
2992            + macos/bundled_lib/t/libwww-perl/live/jigsaw-chunk.t
2993            + macos/bundled_lib/t/libwww-perl/live/jigsaw-md5.t
2994            + macos/bundled_lib/t/libwww-perl/live/jigsaw-neg.t
2995            + macos/bundled_lib/t/libwww-perl/live/jigsaw-te.t
2996            + macos/bundled_lib/t/libwww-perl/live/validator.t
2997            - macos/bundled_ext/Filter/t/MyFilter.pm
2998            - macos/bundled_ext/Storable/t/compat-0.6.t
2999            - macos/bundled_ext/Storable/t/dump.pl
3000            - macos/bundled_ext/Time/Piece/Makefile.PL
3001            - macos/bundled_ext/Time/Piece/Piece.pm
3002            - macos/bundled_ext/Time/Piece/Piece.t
3003            - macos/bundled_ext/Time/Piece/Piece.xs
3004            - macos/bundled_ext/Time/Piece/README
3005            - macos/bundled_ext/Time/Piece/Seconds.pm
3006            - macos/bundled_lib/blib/lib/LWP/Protocol/http11.pm
3007            - macos/bundled_lib/blib/lib/Net/DummyInetd.pm
3008            - macos/bundled_lib/blib/lib/Net/PH.pm
3009            - macos/bundled_lib/blib/lib/Net/SNPP.pm
3010            - macos/bundled_lib/blib/lib/Text/Balanced.pod
3011            - macos/bundled_lib/t/Filter/Simple/test.pl
3012            - macos/bundled_lib/t/Switch/test.pl
3013            - macos/bundled_lib/t/Text/Balanced/t/genxt.t
3014            - macos/bundled_lib/t/Text/Balanced/t/xbrak.t
3015            - macos/bundled_lib/t/Text/Balanced/t/xcode.t
3016            - macos/bundled_lib/t/Text/Balanced/t/xdeli.t
3017            - macos/bundled_lib/t/Text/Balanced/t/xmult.t
3018            - macos/bundled_lib/t/Text/Balanced/t/xquot.t
3019            - macos/bundled_lib/t/Text/Balanced/t/xtagg.t
3020            - macos/bundled_lib/t/Text/Balanced/t/xvari.t
3021            - macos/bundled_lib/t/libnet/ph.t
3022            ! (edit 125 files)
3023 ____________________________________________________________________________
3024 [ 12961] By: ams                                   on 2001/11/13  00:45:08
3025         Log: Subject: [PATCH pod/perlport.pod] exit docs out of order
3026              From: Michael G Schwern <schwern@pobox.com>
3027              Date: Mon, 12 Nov 2001 20:16:45 -0500
3028              Message-Id: <20011112201644.G2888@blackrider>
3029      Branch: perl
3030            ! pod/perlport.pod
3031 ____________________________________________________________________________
3032 [ 12960] By: ams                                   on 2001/11/12  23:54:00
3033         Log: Subject: [PATCH t/io/dup.t ext/IO/lib/IO/t/io_dup.t vms/test.com]
3034              Recoving dup tests for VMS
3035              From: Michael G Schwern <schwern@pobox.com>
3036              Date: Mon, 12 Nov 2001 19:35:33 -0500
3037              Message-Id: <20011112193533.D2888@blackrider>
3038      Branch: perl
3039            ! ext/IO/lib/IO/t/io_dup.t t/io/dup.t vms/test.com
3040 ____________________________________________________________________________
3041 [ 12959] By: jhi                                   on 2001/11/12  20:23:59
3042         Log: Update Changes.
3043      Branch: perl
3044            ! Changes patchlevel.h
3045 ____________________________________________________________________________
3046 [ 12958] By: jhi                                   on 2001/11/12  16:33:01
3047         Log: Subject: [Patch Perl@12856] MULTIPLICITY on VMS                
3048              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)             
3049              Date: Mon, 12 Nov 2001 12:35:18 EST 
3050              Message-Id: <011112123409.27041@DUPHY4.Physics.Drexel.Edu>
3051      Branch: perl
3052            ! ext/Cwd/Cwd.xs perlio.c vms/ext/Stdio/Stdio.xs
3053            ! vms/gen_shrfls.pl vms/sockadapt.c vms/vms.c
3054 ____________________________________________________________________________
3055 [ 12957] By: jhi                                   on 2001/11/12  15:26:37
3056         Log: Subject: [PATCH File::Spec::Win32::abs2rel] remove volume from result
3057              From: Barrie Slaymaker <barries@slaysys.com>
3058              Date: Mon, 12 Nov 2001 11:19:52 -0500
3059              Message-ID: <20011112111948.C7626@sizzle.whoville.com>
3060      Branch: perl
3061            ! lib/File/Spec.t lib/File/Spec/Win32.pm
3062 ____________________________________________________________________________
3063 [ 12956] By: jhi                                   on 2001/11/12  15:23:48
3064         Log: Subject: [PATCH Benchmark.pm] Add "none" style to cmpthese(), alter result
3065              From: Barrie Slaymaker <barries@slaysys.com>
3066              Date: Mon, 12 Nov 2001 11:07:36 -0500
3067              Message-ID: <20011112110733.B7626@sizzle.whoville.com>
3068      Branch: perl
3069            ! lib/Benchmark.pm
3070 ____________________________________________________________________________
3071 [ 12955] By: jhi                                   on 2001/11/12  15:22:23
3072         Log: Misplaced test, noticed by Barrie Slaymaker.
3073              (We are missing Benchmark tests, then.)
3074      Branch: perl
3075            + ext/Devel/DProf/DProf.t
3076            - lib/Benchmark.t
3077            ! MANIFEST
3078 ____________________________________________________________________________
3079 [ 12954] By: jhi                                   on 2001/11/12  14:50:44
3080         Log: Subject: [PATCH] a few typo fixes 
3081              From: Jeffrey Friedl <jfriedl@yahoo.com>
3082              Date: Sun, 11 Nov 2001 21:15:18 -0800 (PST)
3083              Message-Id: <200111120515.fAC5FIc74795@ventrue.corp.yahoo.com>
3084              
3085              Patching README.foo instead of pod/perlfoo.pod,
3086              not patching Math::BigInt (Tels will take care of that),
3087              dropping broken hv.c and sv.h patches, patching libnetcfg.PL
3088              and perldoc.PL instead of libnetcfg and perldoc, patching
3089              ext/Digest/MD5/t/files.t since MD5.pm was changed.
3090      Branch: perl
3091            ! (edit 109 files)
3092 ____________________________________________________________________________
3093 [ 12953] By: jhi                                   on 2001/11/12  13:11:55
3094         Log: Add a note about the dangers of bad UTF-8.
3095      Branch: perl
3096            ! pod/perlunicode.pod
3097 ____________________________________________________________________________
3098 [ 12952] By: jhi                                   on 2001/11/12  12:54:52
3099         Log: NetWare Nit from Ananth Kesari.
3100      Branch: perl
3101            ! NetWare/config.wc
3102 ____________________________________________________________________________
3103 [ 12951] By: jhi                                   on 2001/11/12  12:32:13
3104         Log: Ooops.  I was "fixing" the wrong routine in #12947 and #12950.
3105      Branch: perl
3106            ! ext/Encode/Encode.pm
3107 ____________________________________________________________________________
3108 [ 12950] By: jhi                                   on 2001/11/12  12:14:53
3109         Log: (retracted by #12951)
3110      Branch: perl
3111            ! ext/Encode/Encode.pm
3112 ____________________________________________________________________________
3113 [ 12949] By: ams                                   on 2001/11/12  06:40:18
3114         Log: Subject: [PATCH] Re: [ID 20011111.105] qr/$ARGV[0]/ not tainted
3115              From: Robert Spier <rspier@pobox.com>
3116              Date: Sun, 11 Nov 2001 18:50:18 -0800
3117              Message-Id: <15343.14570.121505.233336@rls.cx>
3118              
3119              Subject: Re: [PATCH] Re: [ID 20011111.105] qr/$ARGV[0]/ not tainted
3120              From: Rick Delaney <rick.delaney@home.com>
3121              Date: 12 Nov 2001 00:15:52 -0500
3122              Message-Id: <m3wv0wmuwn.fsf@cs839290-a.mtth1.on.wave.home.com>
3123      Branch: perl
3124            ! pp_hot.c t/op/taint.t
3125 ____________________________________________________________________________
3126 [ 12948] By: jhi                                   on 2001/11/12  01:23:58
3127         Log: It seems that we actually have this detail implemented
3128              as for as Level 1 Support of Unicode regex support is
3129              concerned: at Level 1 only 1:1 support for loose
3130              (aka caseless, aka caseigoring ) matching is required.
3131      Branch: perl
3132            ! pod/perlunicode.pod
3133 ____________________________________________________________________________
3134 [ 12947] By: jhi                                   on 2001/11/11  21:41:44
3135         Log: (retracted by #12951)
3136      Branch: perl
3137            ! ext/Encode/Encode.pm
3138 ____________________________________________________________________________
3139 [ 12946] By: jhi                                   on 2001/11/11  21:09:31
3140         Log: BOM, bom, Bom.
3141      Branch: perl
3142            ! pod/perlunicode.pod
3143 ____________________________________________________________________________
3144 [ 12945] By: jhi                                   on 2001/11/11  21:07:18
3145         Log: Upgrade to Math::BigInt 1.46.
3146      Branch: perl
3147            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
3148            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
3149            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
3150            ! lib/Math/BigInt/t/calling.t lib/Math/BigInt/t/mbimbf.t
3151            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
3152 ____________________________________________________________________________
3153 [ 12944] By: jhi                                   on 2001/11/11  18:52:22
3154         Log: Subject: Re: PERFORCE change 12943 for review
3155              From: "Philip Newton" <Philip.Newton@gmx.net>
3156              Date: Sun, 11 Nov 2001 20:53:36 +0100
3157              Message-ID: <20011111.204950@ID-11583.news.dfncis.de>           
3158      Branch: perl
3159            ! pod/perlunicode.pod
3160 ____________________________________________________________________________
3161 [ 12943] By: jhi                                   on 2001/11/11  18:00:03
3162         Log: Doc updates; make the Unicode discussions a little
3163              bit less alarming, and add information about encodings,
3164              surrogates, and BOMs.
3165      Branch: perl
3166            ! pod/perlunicode.pod
3167 ____________________________________________________________________________
3168 [ 12942] By: ams                                   on 2001/11/11  16:45:00
3169         Log: Subject: [PATCH @12917] Unicode::Collate v0.09
3170              From: =?ISO-2022-JP?B?GyRCRGdXIkNOOVQbKEI=?= <bqw10602@nifty.com>
3171              Date: Mon, 12 Nov 2001 00:22:57 +0900
3172              Message-Id: <20011112002232.BD46.BQW10602@nifty.com>
3173      Branch: perl
3174            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
3175            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
3176 ____________________________________________________________________________
3177 [ 12941] By: ams                                   on 2001/11/11  13:01:40
3178         Log: Subject: Re: PERFORCE change 12929 for review
3179              From: "Philip Newton" <Philip.Newton@gmx.net>
3180              Date: Sun, 11 Nov 2001 14:27:44 +0100
3181              Message-Id: <20011111.142505@ID-11583.news.dfncis.de>
3182      Branch: perl
3183            ! MANIFEST
3184 ____________________________________________________________________________
3185 [ 12940] By: ams                                   on 2001/11/11  05:06:43
3186         Log: Subject: [PATCH t/op/chdir.t] %ENV protection
3187              From: Michael G Schwern <schwern@pobox.com>
3188              Date: Thu, 8 Nov 2001 22:56:45 -0500
3189              Message-Id: <20011108225645.H5587@blackrider>
3190      Branch: perl
3191            ! t/op/chdir.t
3192 ____________________________________________________________________________
3193 [ 12939] By: ams                                   on 2001/11/11  05:01:00
3194         Log: Subject: [PATCH ext/Cwd/t/cwd.t] VMS fixage and cleanup
3195              From: Michael G Schwern <schwern@pobox.com>
3196              Date: Sun, 11 Nov 2001 00:54:43 -0500
3197              Message-Id: <20011111005443.A24450@blackrider>
3198      Branch: perl
3199            ! ext/Cwd/t/cwd.t
3200 ____________________________________________________________________________
3201 [ 12938] By: ams                                   on 2001/11/11  03:25:13
3202         Log: Subject: [PATCH lib/File/stat.pm lib/File/stat.t]
3203              (was Re: [ID 20011110.104] File::stat vs. $! conflict)
3204              From: "chromatic" <chromatic@rmci.net>
3205              Date: Sat, 10 Nov 2001 21:03:20 -0700
3206              Message-Id: <20011111041025.12984.qmail@onion.perl.org>
3207      Branch: perl
3208            ! lib/File/stat.pm lib/File/stat.t
3209 ____________________________________________________________________________
3210 [ 12937] By: ams                                   on 2001/11/11  02:05:23
3211         Log: Subject: Re: [PATCH] resurrect t/op/magic.t on VMS
3212              From: "Craig A. Berry" <craigberry@mac.com>
3213              Date: Sat, 10 Nov 2001 17:23:52 -0600
3214              Message-Id: <5.1.0.14.2.20011110171532.028bcaa8@mail.mac.com>
3215      Branch: perl
3216            ! t/op/magic.t
3217 ____________________________________________________________________________
3218 [ 12936] By: jhi                                   on 2001/11/10  18:55:21
3219         Log: Bah.  %X doesn't mean 0xC1, it means 0XC1.  So let's %x.
3220      Branch: perl
3221            ! lib/open.pm lib/open.t
3222 ____________________________________________________________________________
3223 [ 12935] By: jhi                                   on 2001/11/10  17:47:21
3224         Log: The Official name of ASCII.
3225      Branch: perl
3226            ! ext/Encode/Encode.pm
3227 ____________________________________________________________________________
3228 [ 12934] By: jhi                                   on 2001/11/10  17:44:27
3229         Log: The KOI8-R example wasn't quite right.
3230      Branch: perl
3231            ! lib/open.pm lib/open.t
3232 ____________________________________________________________________________
3233 [ 12933] By: jhi                                   on 2001/11/10  17:30:52
3234         Log: Enhance the open pragma to support :utf8, :locale,
3235              and :encoding directly as special cases, and rename
3236              the INOUT to IO.
3237      Branch: perl
3238            ! ext/Encode/Encode.pm lib/open.pm lib/open.t perlio.c
3239 ____________________________________________________________________________
3240 [ 12932] By: jhi                                   on 2001/11/10  15:15:29
3241         Log: Document the UTF-16 surrogate encoding and decoding.
3242      Branch: perl
3243            ! ext/Encode/Encode.pm
3244 ____________________________________________________________________________
3245 [ 12931] By: jhi                                   on 2001/11/10  15:05:56
3246         Log: A potential recursion breaker.
3247      Branch: perl
3248            ! sv.c
3249 ____________________________________________________________________________
3250 [ 12930] By: ams                                   on 2001/11/10  07:46:53
3251         Log: Subject: [PATCH] Add core switch to CGI.pm distribution tests
3252              (was Re: perl@12892)
3253              From: "chromatic" <chromatic@rmci.net>
3254              Date: Sat, 10 Nov 2001 01:28:09 -0700
3255              Message-Id: <20011110083514.86488.qmail@onion.perl.org>
3256      Branch: perl
3257            ! lib/CGI/t/apache.t lib/CGI/t/carp.t lib/CGI/t/cookie.t
3258            ! lib/CGI/t/fast.t lib/CGI/t/form.t lib/CGI/t/function.t
3259            ! lib/CGI/t/html.t lib/CGI/t/pretty.t lib/CGI/t/push.t
3260            ! lib/CGI/t/request.t lib/CGI/t/switch.t lib/CGI/t/util.t
3261 ____________________________________________________________________________
3262 [ 12929] By: jhi                                   on 2001/11/10  06:38:07
3263         Log: Add a test for the bytes pragma.
3264      Branch: perl
3265            + lib/bytes.t
3266            ! MANIFEST
3267 ____________________________________________________________________________
3268 [ 12928] By: jhi                                   on 2001/11/10  06:10:39
3269         Log: Doc update.
3270      Branch: perl
3271            ! lib/bytes.pm
3272 ____________________________________________________________________________
3273 [ 12927] By: jhi                                   on 2001/11/10  04:19:44
3274         Log: Cease to exist.
3275      Branch: perl
3276            - lib/Unicode/Normalize.pm
3277 ____________________________________________________________________________
3278 [ 12926] By: ams                                   on 2001/11/10  03:23:16
3279         Log: Subject: [patch] my_setenv speedup + fixes
3280              From: Doug MacEachern <dougm@covalent.net>
3281              Date: Fri, 9 Nov 2001 18:13:18 -0800 (PST)
3282              Message-Id: <Pine.LNX.4.21.0111091808500.22397-100000@localhost>
3283      Branch: perl
3284            ! util.c
3285 ____________________________________________________________________________
3286 [ 12925] By: jhi                                   on 2001/11/10  01:55:13
3287         Log: Newline trouble.
3288      Branch: perl
3289            ! lib/ExtUtils/Embed.t
3290 ____________________________________________________________________________
3291 [ 12924] By: jhi                                   on 2001/11/10  01:42:29
3292         Log: Subject: [PATCH perl@12917] vms/munchconfig.c line length fix
3293              From: "Craig A. Berry" <craigberry@mac.com>
3294              Date: Fri, 09 Nov 2001 18:13:16 -0600
3295              Message-Id: <5.1.0.14.2.20011109180651.02b31d20@exchi01>
3296      Branch: perl
3297            ! vms/munchconfig.c
3298 ____________________________________________________________________________
3299 [ 12923] By: jhi                                   on 2001/11/10  01:39:01
3300         Log: Subject: [PATCH] new tests for swiches -n -p -a -F
3301              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3302              Date: Sat, 10 Nov 2001 00:10:45 +0100
3303              Message-ID: <20011110001045.A11945@rafael>
3304      Branch: perl
3305            + t/run/noswitch.t t/run/switchF.t t/run/switcha.t
3306            + t/run/switchn.t t/run/switchp.t
3307            ! MANIFEST
3308 ____________________________________________________________________________
3309 [ 12922] By: jhi                                   on 2001/11/10  01:34:51
3310         Log: Subject: [PATCH] some tests not cleaning up properly               
3311              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> 
3312              Date: Fri, 9 Nov 2001 22:13:10 +0100
3313              Message-ID: <20011109221310.A11115@rafael>
3314      Branch: perl
3315            ! ext/Cwd/t/cwd.t t/io/argv.t
3316 ____________________________________________________________________________
3317 [ 12921] By: jhi                                   on 2001/11/10  01:32:52
3318         Log: Subject: [Patch Perl@12892] a *real* Embed test for VMS           
3319              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
3320              Date: Fri, 9 Nov 2001 15:07:19 EST
3321              Message-Id: <011109150622.16fb0@DUPHY4.Physics.Drexel.Edu>
3322      Branch: perl
3323            ! lib/ExtUtils/Embed.t
3324 ____________________________________________________________________________
3325 [ 12920] By: dougm                                 on 2001/11/10  00:34:50
3326         Log: when PERL_USE_SAFE_PUTENV is defined environ will not
3327              have been copied so it shouldn't be freed in perl_destruct()
3328      Branch: perl
3329            ! perl.c
3330 ____________________________________________________________________________
3331 [ 12919] By: ams                                   on 2001/11/09  15:36:22
3332         Log: Subject: [PATCH ext/Cwd/t/cwd.t] Cwd test not cleaning up after itself
3333              From: Michael G Schwern <schwern@pobox.com>
3334              Date: Fri, 9 Nov 2001 00:38:59 -0500
3335              Message-Id: <20011109003859.K5587@blackrider>
3336              (Applied with directory name changes suggested by Craig Berry.)
3337      Branch: perl
3338            ! ext/Cwd/t/cwd.t
3339 ____________________________________________________________________________
3340 [ 12918] By: ams                                   on 2001/11/09  15:29:15
3341         Log: Subject: [PATCH vms/ext/filespec.t] Cleanup & fix of unsafe filename
3342              From: Michael G Schwern <schwern@pobox.com>
3343              Date: Fri, 9 Nov 2001 01:44:14 -0500
3344              Message-Id: <20011109014414.N5587@blackrider>
3345      Branch: perl
3346            ! vms/ext/filespec.t
3347 ____________________________________________________________________________
3348 [ 12917] By: jhi                                   on 2001/11/09  14:39:14
3349         Log: Update Changes.
3350      Branch: perl
3351            ! Changes patchlevel.h
3352 ____________________________________________________________________________
3353 [ 12916] By: jhi                                   on 2001/11/09  14:33:39
3354         Log: Regen toc.
3355      Branch: perl
3356            ! pod/perltoc.pod
3357 ____________________________________________________________________________
3358 [ 12915] By: jhi                                   on 2001/11/09  14:08:30
3359         Log: JPL sync: CVSROOT=:pserver:anoncvs@as220.org:/home/cvsroot,
3360              see http://www.jepstone.net/bjepson//jpl/cvs.html
3361      Branch: perl
3362            ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
3363 ____________________________________________________________________________
3364 [ 12914] By: ams                                   on 2001/11/09  14:05:12
3365         Log: Subject: [PATCH vms/test.com] VMS test.com running in wrong order?
3366              From: Michael G Schwern <schwern@pobox.com>
3367              Date: Thu, 8 Nov 2001 22:05:49 -0500
3368              Message-Id: <20011108220549.F5587@blackrider>
3369      Branch: perl
3370            ! vms/test.com
3371 ____________________________________________________________________________
3372 [ 12913] By: jhi                                   on 2001/11/09  13:54:23
3373         Log: NetWare update from Ananth Kesari.
3374      Branch: perl
3375            ! NetWare/Makefile NetWare/config_H.wc NetWare/nwstdio.h
3376 ____________________________________________________________________________
3377 [ 12912] By: ams                                   on 2001/11/09  13:40:26
3378         Log: Subject: [PATCH ID 20011109.100] #!perl -F...
3379              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3380              Date: Fri, 9 Nov 2001 14:32:28 +0100
3381              Message-Id: <20011109143228.A18996@rafael>
3382      Branch: perl
3383            ! perl.c
3384 ____________________________________________________________________________
3385 [ 12911] By: jhi                                   on 2001/11/09  13:37:01
3386         Log: FAQ sync.
3387      Branch: perl
3388            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
3389            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
3390            ! pod/perlfaq7.pod pod/perlfaq8.pod pod/perlfaq9.pod
3391 ____________________________________________________________________________
3392 [ 12910] By: ams                                   on 2001/11/09  07:33:49
3393         Log: Subject: [PATCH lib/File/Find/t/find.t] Helpful File::Find debugging code
3394              From: Michael G Schwern <schwern@pobox.com>
3395              Date: Fri, 9 Nov 2001 00:41:56 -0500
3396              Message-Id: <20011109004156.L5587@blackrider>
3397      Branch: perl
3398            ! lib/File/Find/t/find.t
3399 ____________________________________________________________________________
3400 [ 12909] By: jhi                                   on 2001/11/09  00:23:40
3401         Log: Upgrade to Unicode::Normalize 0.10, now in XS.
3402              The CPAN distribution has both pm and XS implementations,
3403              and for performance reasons we choose the XS.
3404              Another reason to choose the XS is that it doesn't
3405              require Lingua::KO::Hangul::Util, which means that
3406              we can delete that-- which in turn means that Unicode::UCD
3407              cannot expect that: support it, but don't expect.
3408              Ditto Unicode::Collate.
3409              
3410              Note that Unicode::Normalize Makefile.PL and
3411              Normalize.xs have been modified from the CPAN 0.10
3412              versions: the first one to be simpler (no pm) and
3413              clean up the generated unf*.h files, the second one
3414              to quench compiler grumblings.  Must notify Sadahiro
3415              about these changes.
3416      Branch: perl
3417            + ext/Unicode/Normalize/Changes
3418            + ext/Unicode/Normalize/Makefile.PL
3419            + ext/Unicode/Normalize/Normalize.pm
3420            + ext/Unicode/Normalize/Normalize.pod
3421            + ext/Unicode/Normalize/Normalize.xs
3422            + ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
3423            + ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
3424            + ext/Unicode/Normalize/t/test.t
3425            - lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
3426            - lib/Lingua/KO/Hangul/Util/README
3427            - lib/Lingua/KO/Hangul/Util/t/test.t
3428            - lib/Unicode/Normalize/Changes lib/Unicode/Normalize/README
3429            - lib/Unicode/Normalize/t/norm.t lib/Unicode/Normalize/t/test.t
3430            ! MANIFEST NetWare/Makefile djgpp/config.over epoc/config.sh
3431            ! hints/uwin.sh hints/vmesa.sh lib/Unicode/Collate.pm
3432            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t win32/Makefile
3433            ! win32/makefile.mk
3434 ____________________________________________________________________________
3435 [ 12908] By: jhi                                   on 2001/11/08  23:49:42
3436         Log: Test miscounting.
3437      Branch: perl
3438            ! ext/POSIX/t/posix.t
3439 ____________________________________________________________________________
3440 [ 12907] By: jhi                                   on 2001/11/08  22:06:31
3441         Log: Quote the variables in failures messages more nicely.
3442      Branch: perl
3443            ! t/test.pl
3444 ____________________________________________________________________________
3445 [ 12906] By: jhi                                   on 2001/11/08  21:55:32
3446         Log: Subject: [PATCH t/test.pl ext/POSIX/t/posix.t vms/test.com] POSIX cleanup
3447              From: Michael G Schwern <schwern@pobox.com>
3448              Date: Thu, 8 Nov 2001 17:24:49 -0500
3449              Message-ID: <20011108172449.A5587@blackrider>
3450              
3451              Subject: Re: [PATCH t/test.pl ext/POSIX/t/posix.t vms/test.com] POSIX cleanup
3452              From: "Craig A. Berry" <craigberry@mac.com>
3453              Date: Thu, 8 Nov 2001 16:35:00 -0600
3454              Message-Id: <a05101000b810b89c5c5a@[172.16.52.1]>
3455      Branch: perl
3456            ! ext/POSIX/t/posix.t t/test.pl vms/test.com
3457 ____________________________________________________________________________
3458 [ 12905] By: jhi                                   on 2001/11/08  21:51:51
3459         Log: Subject: [PATCH] RE: Win2k / Cygwin-1.3.3
3460              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
3461              Date: Thu, 8 Nov 2001 22:52:50 -0000
3462              Message-ID: <AIEAJICLCBDNAAOLLOKLKEHNDEAA.Paul_Marquess@Yahoo.co.uk>
3463      Branch: perl
3464            ! ext/DB_File/t/db-recno.t
3465 ____________________________________________________________________________
3466 [ 12904] By: jhi                                   on 2001/11/08  21:49:20
3467         Log: Unicode::UCD is not yet supported in EBCDIC platforms.
3468              (Probably not an EBCDIC issue the way one would think
3469              since no chr() et alia are used in UCD.pm.)
3470      Branch: perl
3471            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
3472 ____________________________________________________________________________
3473 [ 12903] By: jhi                                   on 2001/11/08  15:16:49
3474         Log: Whether overwriting the $self->{...} values (see #12902)
3475              is a good policy or not is debatable, but let's at least
3476              be consistent.
3477      Branch: perl
3478            ! lib/ExtUtils/MM_Unix.pm
3479 ____________________________________________________________________________
3480 [ 12902] By: jhi                                   on 2001/11/08  15:13:15
3481         Log: The MakeMaker argument () quoting patch that sneaked
3482              in at #12883 didn't handle make macros like this $(...).
3483              Leaning toothpicks, we've got them.
3484      Branch: perl
3485            ! lib/ExtUtils/MM_Unix.pm
3486 ____________________________________________________________________________
3487 [ 12901] By: jhi                                   on 2001/11/08  14:28:38
3488         Log: Subject: Re: [PATCH t/io/argv.t vms/test.com t/test.pl] argv.t cleanup & fixes for VMS
3489              From: Michael G Schwern <schwern@pobox.com>
3490              Date: Wed, 7 Nov 2001 02:02:29 -0500
3491              Message-ID: <20011107020229.K2858@blackrider>
3492      Branch: perl
3493            ! t/io/argv.t t/test.pl vms/test.com
3494 ____________________________________________________________________________
3495 [ 12900] By: jhi                                   on 2001/11/08  14:14:40
3496         Log: Subject: [PATCH 20011106.084] -s on #! line 
3497              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3498              Date: Wed, 7 Nov 2001 22:23:39 +0100
3499              Message-ID: <20011107222339.E729@rafael>
3500      Branch: perl
3501            ! embed.h embed.pl perl.c proto.h toke.c
3502 ____________________________________________________________________________
3503 [ 12899] By: jhi                                   on 2001/11/08  13:46:02
3504         Log: Subject: [REPATCH] Re: [PATCH pod/perlhack.pod] When to use what test libraries
3505              From: Michael G Schwern <schwern@pobox.com>
3506              Date: Wed, 7 Nov 2001 16:52:49 -0500
3507              Message-ID: <20011107165249.I7346@blackrider>
3508      Branch: perl
3509            ! pod/perlhack.pod
3510 ____________________________________________________________________________
3511 [ 12898] By: ams                                   on 2001/11/08  13:02:19
3512         Log: Subject: Re: replace http://www.perl.com/CPAN/ with http://www.cpan.org/
3513              From: Mark-Jason Dominus <mjd@plover.com>
3514              Date: Thu, 08 Nov 2001 08:59:02 -0500
3515              Message-Id: <20011108135902.2275.qmail@plover.com>
3516      Branch: perl
3517            ! INSTALL README README.amiga README.os2 README.vms
3518            ! lib/I18N/LangTags.pm lib/I18N/LangTags/README
3519            ! lib/Locale/Maketext/README win32/Makefile win32/makefile.mk
3520 ____________________________________________________________________________
3521 [ 12897] By: ams                                   on 2001/11/08  12:49:28
3522         Log: Subject: replace http://www.perl.com/CPAN/ with http://www.cpan.org/
3523              From: mjd@plover.com
3524              Date: 8 Nov 2001 13:33:18 -0000
3525              Message-Id: <20011108133318.1786.qmail@plover.com>
3526      Branch: perl
3527            ! Porting/pumpkin.pod lib/Net/libnetFAQ.pod pod/perldiag.pod
3528            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
3529            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
3530            ! pod/perlfaq8.pod pod/perlfaq9.pod pod/perlmodinstall.pod
3531            ! pod/perlport.pod pod/perlvar.pod
3532 ____________________________________________________________________________
3533 [ 12896] By: ams                                   on 2001/11/08  11:22:12
3534         Log: open(FH, $file) should strip leading and trailing whitespace.
3535      Branch: perl
3536            ! doio.c
3537 ____________________________________________________________________________
3538 [ 12895] By: ams                                   on 2001/11/08  10:17:14
3539         Log: Subject: [PATCH] resurrect t/op/glob.t on VMS
3540              From: "Craig A. Berry" <craigberry@mac.com>
3541              Date: Wed, 07 Nov 2001 13:41:50 -0600
3542              Message-Id: <5.1.0.14.2.20011107133422.02419350@exchi01>
3543      Branch: perl
3544            ! t/op/glob.t
3545 ____________________________________________________________________________
3546 [ 12894] By: ams                                   on 2001/11/08  08:32:20
3547         Log: Subject: [ID 20011108.092] makedepend bug with new gcc
3548              From: Alexander Klimov <ask@wisdom.weizmann.ac.il>
3549              Date: Thu, 8 Nov 2001 10:00:29 +0200 (IST)
3550              Message-Id: <Pine.GSO.4.40.0111080952570.12110-100000@dardar.wisdom.weizmann.ac.il>
3551      Branch: perl
3552            ! makedepend.SH
3553 ____________________________________________________________________________
3554 [ 12893] By: ams                                   on 2001/11/08  08:26:31
3555         Log: Subject: bleadperl perldebug.pod: mention perldebtut.pod
3556              From: mjd@plover.com
3557              Date: 8 Nov 2001 08:08:07 -0000
3558              Message-Id: <20011108080807.30147.qmail@plover.com>
3559              
3560              Subject: bleadperl perl.pod
3561              From: mjd@plover.com
3562              Date: 8 Nov 2001 08:10:47 -0000
3563              Message-Id: <20011108081047.30178.qmail@plover.com>
3564              
3565              Subject: more bleadperl perl.pod
3566              From: mjd@plover.com
3567              Date: 8 Nov 2001 08:16:28 -0000
3568              Message-Id: <20011108081628.30229.qmail@plover.com>
3569      Branch: perl
3570            ! pod/perl.pod pod/perldebug.pod
3571 ____________________________________________________________________________
3572 [ 12892] By: jhi                                   on 2001/11/07  16:01:37
3573         Log: Tweak for Cray-friendliness from Nicholas Clark.
3574      Branch: perl
3575            ! sv.c
3576 ____________________________________________________________________________
3577 [ 12891] By: jhi                                   on 2001/11/07  15:54:24
3578         Log: VMS patch redo from Charles Lane.
3579      Branch: perl
3580            ! vms/gen_shrfls.pl
3581 ____________________________________________________________________________
3582 [ 12890] By: ams                                   on 2001/11/07  15:16:10
3583         Log: Subject: [ID 20011107.088] two perl pod nits
3584              From: lvirden@cas.org
3585              Date: Wed, 7 Nov 2001 11:09:34 -0500 (EST)
3586              Message-Id: <200111071609.fA7G9YW24607@lwv26awu.cas.org>
3587      Branch: perl
3588            ! pod/perl.pod pod/perlfaq3.pod
3589 ____________________________________________________________________________
3590 [ 12889] By: jhi                                   on 2001/11/07  15:07:18
3591         Log: Update Changes.
3592      Branch: perl
3593            ! Changes patchlevel.h
3594 ____________________________________________________________________________
3595 [ 12888] By: jhi                                   on 2001/11/07  14:26:42
3596         Log: The (emulated) "no utf8" must be in a BEGIN block
3597              to be effective.
3598      Branch: perl
3599            ! lib/CGI/t/html.t
3600 ____________________________________________________________________________
3601 [ 12887] By: jhi                                   on 2001/11/07  13:52:58
3602         Log: "v-strings" is the right term.
3603      Branch: perl
3604            ! pod/perltodo.pod
3605 ____________________________________________________________________________
3606 [ 12886] By: jhi                                   on 2001/11/07  13:48:36
3607         Log: Add vstrings-as-objects need to perltodo.
3608      Branch: perl
3609            ! pod/perltodo.pod
3610 ____________________________________________________________________________
3611 [ 12885] By: jhi                                   on 2001/11/07  13:43:33
3612         Log: Subject: Re: SunOS 5.8 is FUN! (and not quite ok, either) - @12876, gcc and suncc
3613              From: Nicholas Clark <nick@ccl4.org>
3614              Date: Wed, 7 Nov 2001 14:36:32 +0000
3615              Message-ID: <20011107143631.I24980@plum.flirble.org>
3616      Branch: perl
3617            ! t/op/pack.t
3618 ____________________________________________________________________________
3619 [ 12884] By: jhi                                   on 2001/11/07  13:34:44
3620         Log: The Embed test requires a major rewrite for VMS
3621              (plus it reveals a couple of annoying glitches
3622              in buffering), so skip the test for now; from
3623              Charles Lane.
3624      Branch: perl
3625            ! lib/ExtUtils/Embed.t
3626 ____________________________________________________________________________
3627 [ 12883] By: jhi                                   on 2001/11/07  13:33:16
3628         Log: Subject: [PATCH Perl@12856] vms/gen_shrfls.pl more general config.sh parsing
3629              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
3630              Date: Wed, 7 Nov 2001 09:23:28 EST
3631              Message-Id: <011107092325.11726@DUPHY4.Physics.Drexel.Edu>
3632      Branch: perl
3633            ! lib/ExtUtils/MM_Unix.pm vms/gen_shrfls.pl
3634 ____________________________________________________________________________
3635 [ 12882] By: ams                                   on 2001/11/07  05:14:04
3636         Log: Subject: Re: [ID 20011106.083] $dbline[$i] == 0 generates warnings
3637              From: Mark-Jason Dominus <mjd@plover.com>
3638              Date: Wed, 07 Nov 2001 00:43:46 -0500
3639              Message-Id: <20011107054346.14428.qmail@plover.com>
3640      Branch: perl
3641            ! gv.c op.c toke.c
3642 ____________________________________________________________________________
3643 [ 12881] By: jhi                                   on 2001/11/07  03:33:08
3644         Log: Subject: [PATCH lib/perl5db.pl] Mentioning perldebguts   
3645              From: Michael G Schwern <schwern@pobox.com>             
3646              Date: Tue, 6 Nov 2001 22:04:39 -0500
3647              Message-ID: <20011106220439.D2858@blackrider>              
3648      Branch: perl
3649            ! lib/perl5db.pl
3650 ____________________________________________________________________________
3651 [ 12880] By: jhi                                   on 2001/11/07  01:35:30
3652         Log: Subject: [PATCH lib/Term/Cap.t] Sync CPAN version of tests (was Re: [PATCH lib/Term/Cap.t] Skip testing where Term::Cap won't run (was Re: Win95 under
3653              stress))
3654              From: Jonathan Stowe <gellyfish@gellyfish.com>
3655              Date: Tue, 6 Nov 2001 06:54:37 +0000 (GMT)
3656              Message-ID: <Pine.LNX.4.33.0111060651210.315-100000@orpheus.gellyfish.com>
3657              
3658              (except for one hunk where indentation differs)
3659      Branch: perl
3660            ! lib/Term/Cap.t
3661 ____________________________________________________________________________
3662 [ 12879] By: jhi                                   on 2001/11/07  01:22:40
3663         Log: Subject: [PATCH File::Spec::*] a bunch of untested patches
3664              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3665              Date: Tue, 6 Nov 2001 21:45:01 +0100
3666              Message-ID: <20011106214501.A704@rafael>
3667      Branch: perl
3668            ! lib/File/Spec/OS2.pm lib/File/Spec/VMS.pm
3669            ! lib/File/Spec/Win32.pm
3670 ____________________________________________________________________________
3671 [ 12878] By: jhi                                   on 2001/11/07  01:06:41
3672         Log: Subject: [PATCH t/test.pl] Adding isnt() and next_test() 
3673              From: Michael G Schwern <schwern@pobox.com>              
3674              Date: Tue, 6 Nov 2001 20:58:45 -0500
3675              Message-ID: <20011106205845.G29411@blackrider>
3676      Branch: perl
3677            ! t/test.pl
3678 ____________________________________________________________________________
3679 [ 12877] By: jhi                                   on 2001/11/07  01:01:18
3680         Log: Subject: making do_sprintf public       
3681              From: Doug MacEachern <dougm@covalent.net>    
3682              Date: Tue, 6 Nov 2001 10:52:31 -0800 (PST)
3683              Message-ID: <Pine.LNX.4.21.0111061051250.27804-100000@localhost>
3684      Branch: perl
3685            ! embed.h embed.pl global.sym
3686 ____________________________________________________________________________
3687 [ 12876] By: jhi                                   on 2001/11/06  22:12:28
3688         Log: Update to CGI.pm 2.78.
3689              
3690              TODO: the test suite needs to be merged so that
3691              when in core, the core version is tested, and when
3692              using the CPAN version, testing the CPAN version.
3693              (the changes need to be sent to Lincoln, too...)
3694      Branch: perl
3695            ! lib/CGI.pm lib/CGI/Apache.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
3696            ! lib/CGI/Pretty.pm lib/CGI/Switch.pm lib/CGI/Util.pm
3697            ! lib/CGI/t/apache.t lib/CGI/t/carp.t lib/CGI/t/cookie.t
3698            ! lib/CGI/t/fast.t lib/CGI/t/form.t lib/CGI/t/function.t
3699            ! lib/CGI/t/html.t lib/CGI/t/pretty.t lib/CGI/t/push.t
3700            ! lib/CGI/t/request.t lib/CGI/t/switch.t lib/CGI/t/util.t
3701 ____________________________________________________________________________
3702 [ 12875] By: jhi                                   on 2001/11/06  22:10:03
3703         Log: Integrate with perlio; (strictly) readonly hashes via XS.
3704      Branch: perl
3705           +> t/lib/access.t
3706           !> MANIFEST ext/B/t/stash.t hv.c pod/perldiag.pod universal.c
3707 ____________________________________________________________________________
3708 [ 12874] By: nick                                  on 2001/11/06  21:05:16
3709         Log: Keep It Simple and Stupid version of readonly hash support.
3710              - Test for SvREAONLY(hv) at a few spots in hv.c
3711              - add the error message to perldiag.pod
3712              - (dubious) add access::readonly() to univeral.c
3713              - add test using above
3714              - fixup ext/B/t/stash.t to account for access:: existing
3715      Branch: perlio
3716            + t/lib/access.t
3717            ! MANIFEST ext/B/t/stash.t hv.c pod/perldiag.pod universal.c
3718 ____________________________________________________________________________
3719 [ 12873] By: jhi                                   on 2001/11/06  17:07:50
3720         Log: Fix incorrect warnings about broken globbing;
3721              from Andy Dougherty.
3722      Branch: perl
3723            ! hints/linux.sh
3724 ____________________________________________________________________________
3725 [ 12872] By: jhi                                   on 2001/11/06  15:18:41
3726         Log: More UTF-8 EXACT tweaking, plus a forgotten UTF-8 
3727              toggle-on from the encoding pragma.
3728      Branch: perl
3729            ! regcomp.c regexec.c
3730 ____________________________________________________________________________
3731 [ 12871] By: jhi                                   on 2001/11/06  13:19:46
3732         Log: Retract #12824, doesn't help and is ignored
3733              by Configure anyway.
3734      Branch: perl
3735            ! hints/beos.sh
3736 ____________________________________________________________________________
3737 [ 12870] By: ams                                   on 2001/11/06  10:40:37
3738         Log: Subject: Cosmetic change
3739              From: H.Merijn Brand <h.m.brand@hccnet.nl>
3740              Date: Tue, 06 Nov 2001 12:30:52 +0100
3741              Message-Id: <20011106122922.30FA.H.M.BRAND@hccnet.nl>
3742      Branch: perl
3743            ! README.hpux
3744 ____________________________________________________________________________
3745 [ 12869] By: nick                                  on 2001/11/06  08:26:40
3746         Log: Integrate mainline
3747      Branch: perlio
3748           !> ext/DB_File/DB_File.pm global.sym hints/os390.sh
3749           !> lib/encoding.pm lib/encoding.t proto.h regcomp.c regexec.c
3750 ____________________________________________________________________________
3751 [ 12868] By: jhi                                   on 2001/11/06  03:15:50
3752         Log: The parentheses are protected enough.
3753      Branch: perl
3754            ! hints/os390.sh
3755 ____________________________________________________________________________
3756 [ 12867] By: jhi                                   on 2001/11/06  03:13:50
3757         Log: ccflags, not ldflags.
3758      Branch: perl
3759            ! hints/os390.sh
3760 ____________________________________________________________________________
3761 [ 12866] By: jhi                                   on 2001/11/06  03:12:57
3762         Log: ... and the proto to go with #12865.
3763      Branch: perl
3764            ! proto.h
3765 ____________________________________________________________________________
3766 [ 12865] By: jhi                                   on 2001/11/06  03:11:12
3767         Log: Oops.  Luckily nothing was using this symbol yet.
3768      Branch: perl
3769            ! global.sym
3770 ____________________________________________________________________________
3771 [ 12864] By: jhi                                   on 2001/11/06  03:05:34
3772         Log: Implement the encoding pragma for regex literals.
3773      Branch: perl
3774            ! lib/encoding.pm lib/encoding.t regcomp.c regexec.c
3775 ____________________________________________________________________________
3776 [ 12863] By: jhi                                   on 2001/11/06  01:01:49
3777         Log: More UTF8 EXACT fixing.
3778      Branch: perl
3779            ! regexec.c
3780 ____________________________________________________________________________
3781 [ 12862] By: jhi                                   on 2001/11/06  00:05:19
3782         Log: More re debugging.
3783      Branch: perl
3784            ! regexec.c
3785 ____________________________________________________________________________
3786 [ 12861] By: jhi                                   on 2001/11/05  23:24:24
3787         Log: EXACT correction attempt.  Continued in #12863.
3788      Branch: perl
3789            ! regexec.c
3790 ____________________________________________________________________________
3791 [ 12860] By: jhi                                   on 2001/11/05  22:57:04
3792         Log: Unterminated L<.
3793      Branch: perl
3794            ! ext/DB_File/DB_File.pm
3795 ____________________________________________________________________________
3796 [ 12859] By: nick                                  on 2001/11/05  19:15:17
3797         Log: Integrate mainline
3798      Branch: perlio
3799           +> lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
3800           +> lib/Math/BigInt/t/Math/BigInt/Subclass.pm
3801           +> lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/sub_mbf.t
3802           +> lib/Math/BigInt/t/sub_mbi.t
3803            - lib/Math/BigInt/t/Math/Subclass.pm
3804            - lib/Math/BigInt/t/subclass.t
3805           !> (integrate 30 files)
3806 ____________________________________________________________________________
3807 [ 12858] By: jhi                                   on 2001/11/05  17:05:38
3808         Log: Regex debugging fixes from Hugo.
3809      Branch: perl
3810            ! regcomp.c regexec.c
3811 ____________________________________________________________________________
3812 [ 12857] By: jhi                                   on 2001/11/05  16:09:51
3813         Log: IRIX: at some point the cc -version has started
3814              to output to stderr, not stdout any more.
3815      Branch: perl
3816            ! hints/irix_6.sh
3817 ____________________________________________________________________________
3818 [ 12856] By: jhi                                   on 2001/11/05  15:27:45
3819         Log: Update Changes.
3820      Branch: perl
3821            ! Changes patchlevel.h
3822 ____________________________________________________________________________
3823 [ 12855] By: jhi                                   on 2001/11/05  15:21:13
3824         Log: The ${"\cTAINT"} raises the ire of 'use strict'.
3825      Branch: perl
3826            ! lib/File/Spec/Unix.pm
3827 ____________________________________________________________________________
3828 [ 12854] By: jhi                                   on 2001/11/05  15:16:24
3829         Log: Subject: Re: Tainted $ENV{TMPDIR} and File::Spec->tmpdir()
3830              From: rgarciasuarez@free.fr
3831              Date: Mon, 05 Nov 2001 17:10:29 +0100 (MET)            
3832              Message-ID: <1004976629.3be6b9f593085@imp3-1.free.fr>
3833      Branch: perl
3834            ! lib/File/Spec/Unix.pm
3835 ____________________________________________________________________________
3836 [ 12853] By: jhi                                   on 2001/11/05  14:54:37
3837         Log: Use config.arch in OS/390 where the combination of
3838              IEEE floats and ldflags is tricky.
3839      Branch: perl
3840            ! hints/os390.sh
3841 ____________________________________________________________________________
3842 [ 12852] By: jhi                                   on 2001/11/05  14:53:53
3843         Log: Metaconfig unit change for #12851.
3844      Branch: metaconfig
3845            ! U/modified/Config_sh.U
3846 ____________________________________________________________________________
3847 [ 12851] By: jhi                                   on 2001/11/05  14:53:14
3848         Log: Support a config.arch file, similar to config.over,
3849              but loaded just before it.
3850      Branch: perl
3851            ! Configure INSTALL
3852 ____________________________________________________________________________
3853 [ 12850] By: jhi                                   on 2001/11/05  13:34:25
3854         Log: Subject: [PATCH Symbol.{pm.t}] bugfixes 
3855              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3856              Date: Mon, 5 Nov 2001 14:26:24 +0100
3857              Message-ID: <20011105142624.C31977@rafael>
3858      Branch: perl
3859            ! lib/Symbol.pm lib/Symbol.t
3860 ____________________________________________________________________________
3861 [ 12849] By: jhi                                   on 2001/11/04  22:15:39
3862         Log: Subject: [PATCH] unbalanced parenthesis in pods                 
3863              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3864              Date: Sun, 4 Nov 2001 22:28:57 +0100
3865              Message-ID: <20011104222857.C696@rafael>
3866      Branch: perl
3867            ! pod/perldebug.pod pod/perlpodspec.pod
3868 ____________________________________________________________________________
3869 [ 12848] By: jhi                                   on 2001/11/04  22:11:24
3870         Log: The missing pieces from the Math::BigInt 1.45 puzzle.
3871      Branch: perl
3872            ! lib/Math/BigFloat.pm lib/Math/BigInt/t/bigintpm.t
3873 ____________________________________________________________________________
3874 [ 12847] By: jhi                                   on 2001/11/04  17:44:41
3875         Log: Math::Big* test tweaks to work better with core:
3876              but the coast still not clear.
3877      Branch: perl
3878            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t
3879            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
3880 ____________________________________________________________________________
3881 [ 12846] By: jhi                                   on 2001/11/04  17:43:10
3882         Log: Protect against high load: measure how much wall
3883              clock time went by while sleeping.  Avoids some
3884              false negatives, while may introduce some false
3885              positives.  Life is hard.
3886      Branch: perl
3887            ! ext/Time/HiRes/HiRes.t
3888 ____________________________________________________________________________
3889 [ 12845] By: jhi                                   on 2001/11/04  17:29:40
3890         Log: More forgotten from #12843.
3891      Branch: perl
3892            ! lib/Math/BigInt/t/bigfltpm.inc
3893 ____________________________________________________________________________
3894 [ 12844] By: jhi                                   on 2001/11/04  17:19:13
3895         Log: Forgot from #12843.
3896      Branch: perl
3897            + lib/Math/BigInt/t/bigintpm.inc
3898            ! MANIFEST
3899 ____________________________________________________________________________
3900 [ 12843] By: jhi                                   on 2001/11/04  16:52:45
3901         Log: Upgrade to Math::BigInt 1.45; from Tels.
3902              NOTE: some of the tests are failing but that's because
3903              the core integration is not yet done.
3904      Branch: perl
3905            + lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
3906            + lib/Math/BigInt/t/Math/BigInt/Subclass.pm
3907            + lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
3908            - lib/Math/BigInt/t/Math/Subclass.pm
3909            - lib/Math/BigInt/t/subclass.t
3910            ! MANIFEST lib/Math/BigInt.pm lib/Math/BigInt/Calc.pm
3911            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/calling.t
3912            ! lib/Math/BigInt/t/mbimbf.t
3913 ____________________________________________________________________________
3914 [ 12842] By: jhi                                   on 2001/11/04  16:45:02
3915         Log: VMS: adds capability to control more configuration stuff with
3916              -D and -U switches; parsing config.sh to extract previous config
3917              info in VMS-form, and a rewrite of the "prompt/response" routine;
3918              from Charles Lane.
3919      Branch: perl
3920            ! configure.com
3921 ____________________________________________________________________________
3922 [ 12841] By: jhi                                   on 2001/11/04  15:18:39
3923         Log: Subject: Typo correction in perldebguts.pod
3924              From: mjd@plover.com
3925              Date: 4 Nov 2001 16:20:05 -0000
3926              Message-ID: <20011104162005.16699.qmail@plover.com>
3927      Branch: perl
3928            ! pod/perldebguts.pod
3929 ____________________________________________________________________________
3930 [ 12840] By: jhi                                   on 2001/11/04  15:17:22
3931         Log: Subject: Re: Where are my 'O's? [+ 12836 smoke]
3932              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3933              Date: Sun, 4 Nov 2001 11:47:30 +0100
3934              Message-ID: <20011104114730.A715@rafael>
3935              
3936              Remove -T from the test, wrong place for that.
3937      Branch: perl
3938            ! lib/File/Temp/t/mktemp.t
3939 ____________________________________________________________________________
3940 [ 12839] By: jhi                                   on 2001/11/04  15:15:42
3941         Log: Subject: [REPATCH] Re: PerlIOBuf_dup
3942              From: Nicholas Clark <nick@ccl4.org>
3943              Date: Sun, 4 Nov 2001 10:41:24 +0000
3944              Message-ID: <20011104104123.U20123@plum.flirble.org>
3945      Branch: perl
3946            ! ext/Encode/Encode.xs ext/PerlIO/t/encoding.t perlio.c
3947 ____________________________________________________________________________
3948 [ 12838] By: jhi                                   on 2001/11/03  21:19:43
3949         Log: Subject: Re: [PATCH lib/Term/Cap.t] Skip testing where Term::Cap won't run (was Re: Win95 under stress)
3950              From: Michael G Schwern <schwern@pobox.com>
3951              Date: Sat, 3 Nov 2001 15:41:47 -0500
3952              Message-ID: <20011103154147.C600@blackrider>
3953      Branch: perl
3954            ! lib/Term/Cap.t
3955 ____________________________________________________________________________
3956 [ 12837] By: jhi                                   on 2001/11/03  21:14:34
3957         Log: Subject: [PATCH] stop unrestricted negativity in HiRes.t 
3958              From: "Craig A. Berry" <craigberry@mac.com>     
3959              Date: Sat, 03 Nov 2001 16:02:28 -0600
3960              Message-Id: <5.1.0.14.2.20011103155539.03e44c60@exchi01>
3961      Branch: perl
3962            ! ext/Time/HiRes/HiRes.t
3963 ____________________________________________________________________________
3964 [ 12836] By: jhi                                   on 2001/11/03  18:41:33
3965         Log: Subject: [PATCH lib/Term/Cap.t] Skip testing where Term::Cap won't run (was Re: Win95 under stress)
3966              From: "chromatic" <chromatic@rmci.net>
3967              Date: Sat, 03 Nov 2001 12:28:17 -0700
3968              Message-ID: <20011103193507.94848.qmail@onion.perl.org>
3969      Branch: perl
3970            ! lib/Term/Cap.t
3971 ____________________________________________________________________________
3972 [ 12835] By: jhi                                   on 2001/11/03  18:34:08
3973         Log: Don't bother doing POSIX charclass parsing if it
3974              possibly cannot be so.  Prepares way for charclass
3975              syntax like [[abc]||[def]] (or just [[abc][def]])
3976              for union, [[\w]&&[$a]] for intersection,
3977              and [[a-z]&&[^def]] for subtraction.
3978              
3979              Currently /[[a]/ (or /[a[]/) parses as a character
3980              class containing two characters, "[" and "a",
3981              this may have to be broken for the syntax described
3982              above, otherwise we would have to scan the whole pattern
3983              to find out whether the square brackets match pairwise.
3984              Luckily, the special case of "[" doesn't seem to be
3985              documented (as opposed to "]" and "-"), so we may have
3986              better story for breaking it...  One can always use \[
3987              if one wants a literal "[", so there.
3988      Branch: perl
3989            ! regcomp.c
3990 ____________________________________________________________________________
3991 [ 12834] By: jhi                                   on 2001/11/03  17:51:44
3992         Log: Comment correction.
3993      Branch: perl
3994            ! regcomp.c
3995 ____________________________________________________________________________
3996 [ 12833] By: jhi                                   on 2001/11/03  17:33:21
3997         Log: Add MakeMaker PREREQ_PRINT and PRINT_PREREQ targets.
3998              The latter is a RedHatism.
3999      Branch: perl
4000            ! lib/ExtUtils/MakeMaker.pm
4001 ____________________________________________________________________________
4002 [ 12832] By: jhi                                   on 2001/11/03  15:43:03
4003         Log: Integrate perlio.
4004      Branch: perl
4005           !> perlio.c
4006 ____________________________________________________________________________
4007 [ 12831] By: nick                                  on 2001/11/03  11:42:15
4008         Log: Integrate mainline
4009      Branch: perlio
4010           !> doio.c ext/DynaLoader/dl_mac.xs ext/Errno/Errno_pm.PL
4011           !> ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/syslog.t
4012           !> hints/beos.sh hints/darwin.sh perl.c perl.h perlio.c regexec.c
4013           !> sv.c t/test.pl
4014 ____________________________________________________________________________
4015 [ 12830] By: nick                                  on 2001/11/03  10:27:34
4016         Log: Fix clone_leak problem.
4017              PerlIOStdio_dup was leaking FILE * as it was still doing fdopen()
4018              as vestige of calling PerlLIO_dup().
4019      Branch: perlio
4020            ! perlio.c
4021 ____________________________________________________________________________
4022 [ 12829] By: nick                                  on 2001/11/03  09:40:46
4023         Log: Tweaks attempting to locate Doug's clone_leak leak.
4024              - add some PerlIO_debug()
4025              - handle PerlIO_clone() with empty lists (clone before Perl_parse())
4026              - Even if it closing stdout etc. do a fflush()
4027      Branch: perlio
4028            ! perlio.c
4029 ____________________________________________________________________________
4030 [ 12828] By: nick                                  on 2001/11/03  08:34:31
4031         Log: Integrate mainline
4032      Branch: perlio
4033           !> (integrate 54 files)
4034 ____________________________________________________________________________
4035 [ 12827] By: ams                                   on 2001/11/03  03:45:19
4036         Log: Ugly bandaid to stop C<package;> from segfaulting (remember to
4037              remove this later). Based on a patch from Robert Spier in
4038              <15330.61459.14452.795263@rls.cx>.
4039      Branch: perl
4040            ! sv.c
4041 ____________________________________________________________________________
4042 [ 12826] By: jhi                                   on 2001/11/02  23:56:00
4043         Log: microperl sync.
4044      Branch: perl
4045            ! doio.c perl.c perl.h perlio.c regexec.c
4046 ____________________________________________________________________________
4047 [ 12825] By: jhi                                   on 2001/11/02  23:20:03
4048         Log: Definitions for the Unicode Newline Guidelines.
4049      Branch: perl
4050            ! perl.h
4051 ____________________________________________________________________________
4052 [ 12824] By: jhi                                   on 2001/11/02  23:08:05
4053         Log: There is no csh of any kind in default BeOS.
4054              For the purposes of miniperl globbing, bash
4055              will do.
4056      Branch: perl
4057            ! hints/beos.sh
4058 ____________________________________________________________________________
4059 [ 12823] By: jhi                                   on 2001/11/02  21:56:36
4060         Log: Integrate change #12820 from macperl to maint and blead;
4061              
4062              Fix up (dynaloading) to work properly with multiplicity
4063      Branch: maint-5.6/perl
4064           !> ext/DynaLoader/dl_mac.xs
4065      Branch: perl
4066           !> ext/DynaLoader/dl_mac.xs
4067 ____________________________________________________________________________
4068 [ 12822] By: pudge                                 on 2001/11/02  21:38:22
4069         Log: Several fixes for various exit problems and clearing out
4070              task queue, as well as another (incomplete) go at
4071              fixing error message handling
4072      Branch: maint-5.6/macperl
4073            ! macos/macish.c macos/macish.h macos/macperl/MPConsole.cp
4074 ____________________________________________________________________________
4075 [ 12821] By: pudge                                 on 2001/11/02  21:36:26
4076         Log: Add source files for bleadperl builds
4077      Branch: maint-5.6/macperl
4078            ! macos/Makefile.mk
4079 ____________________________________________________________________________
4080 [ 12820] By: pudge                                 on 2001/11/02  21:35:15
4081         Log: Fix up to work properly with multiplicity
4082      Branch: maint-5.6/macperl
4083            ! ext/DynaLoader/dl_mac.xs
4084 ____________________________________________________________________________
4085 [ 12819] By: pudge                                 on 2001/11/02  21:21:56
4086         Log: Integrate with maintperl.
4087      Branch: maint-5.6/macperl
4088           +> t/op/system.t t/op/system_tests
4089           !> MANIFEST Todo-5.6 ext/ODBM_File/ODBM_File.xs perl.h
4090           !> pod/perltodo.pod util.c win32/win32.c
4091 ____________________________________________________________________________
4092 [ 12818] By: jhi                                   on 2001/11/02  21:03:58
4093         Log: Locate _PATH_LOG if it's a socket even if not #defined
4094              (helps Tru64)  From Paul David Fardy <pdf@morgan.ucs.mun.ca>,
4095              via Nick Clark.
4096      Branch: perl
4097            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/syslog.t
4098 ____________________________________________________________________________
4099 [ 12817] By: jhi                                   on 2001/11/02  20:07:05
4100         Log: Subject: [PATCH t/test.pl] _expect and other little tweaks
4101              From: Michael G Schwern <schwern@pobox.com>
4102              Date: Fri, 2 Nov 2001 15:36:41 -0500
4103              Message-ID: <20011102153641.E23234@blackrider>
4104      Branch: perl
4105            ! t/test.pl
4106 ____________________________________________________________________________
4107 [ 12816] By: jhi                                   on 2001/11/02  17:53:00
4108         Log: Subject: [PATCH] patches for MacOS X 10.1 for perl 5.7.2
4109              From: merlyn@stonehenge.com (Randal L. Schwartz)
4110              Date: 02 Nov 2001 09:33:34 -0800
4111              Message-ID: <m1wv193wnl.fsf@halfdome.holdit.com>
4112              
4113              (two of the changes)
4114              
4115              Better coexistence with extensions.
4116      Branch: perl
4117            ! ext/Errno/Errno_pm.PL hints/darwin.sh
4118 ____________________________________________________________________________
4119 [ 12815] By: ams                                   on 2001/11/02  16:47:43
4120         Log: Subject: Re: [PATCH] the the double double word word fix fix
4121              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
4122              Date: Fri, 02 Nov 2001 19:43:07 +0100
4123              Message-Id: <3BE2E93B.627C198E@alcatel.at>
4124      Branch: perl
4125            ! pod/perldebug.pod
4126 ____________________________________________________________________________
4127 [ 12814] By: jhi                                   on 2001/11/02  15:24:10
4128         Log: Update Changes.
4129      Branch: perl
4130            ! Changes patchlevel.h
4131 ____________________________________________________________________________
4132 [ 12813] By: jhi                                   on 2001/11/02  15:19:35
4133         Log: More encoding testing.
4134      Branch: perl
4135            ! lib/encoding.pm lib/encoding.t
4136 ____________________________________________________________________________
4137 [ 12812] By: ams                                   on 2001/11/02  15:07:11
4138         Log: Slight modification of #12811.
4139      Branch: perl
4140            ! op.c
4141 ____________________________________________________________________________
4142 [ 12811] By: jhi                                   on 2001/11/02  14:58:13
4143         Log: Subject: Re: [ID 20011101.069] \stat('.') gives "Attempt to free unreferenced scalar"
4144              From: Radu Greab <radu@netsoft.ro>
4145              Date: Fri, 2 Nov 2001 15:28:58 +0200
4146              Message-ID: <15330.40858.629851.468818@ix.netsoft.ro>
4147      Branch: perl
4148            ! op.c t/op/stat.t
4149 ____________________________________________________________________________
4150 [ 12810] By: jhi                                   on 2001/11/02  14:15:34
4151         Log: Subject: [PATCH] Re: Extra MakeMaker noise in lib/ExtUtils/Embed.t @12791
4152              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4153              Date: Thu, 1 Nov 2001 22:35:50 +0100
4154              Message-ID: <20011101223550.A10849@rafael>
4155      Branch: perl
4156            ! lib/ExtUtils/Embed.t
4157 ____________________________________________________________________________
4158 [ 12809] By: jhi                                   on 2001/11/02  14:10:05
4159         Log: Subject: [REPATCH] Re: [PATCH File::Find] use warnings::register
4160              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
4161              Date: 2 Nov 2001 14:48:51 -0000
4162              Message-Id: <slrn9u5cj6.liq.rgarciasuarez@rafael.kazibao.net> 
4163      Branch: perl
4164            ! lib/File/Find.pm
4165 ____________________________________________________________________________
4166 [ 12808] By: jhi                                   on 2001/11/02  05:40:21
4167         Log: Add documentation.
4168      Branch: perl
4169            ! embed.pl pod/perlapi.pod utf8.c
4170 ____________________________________________________________________________
4171 [ 12807] By: jhi                                   on 2001/11/02  05:18:45
4172         Log: Unicode: add ToFold mapping.  Not used yet; but basically
4173              a more useful mapping for caseless aka case-ignoring than
4174              doing either lc($a) eq lc($b) or uc($a) eq uc($b); the full
4175              algorithm for creating the foldings uses equivalence classes,
4176              see http://www.unicode.org/unicode/reports/tr21/
4177              Hopefully this feature will be used in //i.
4178              (The folding tables were introduced by #12689.)
4179      Branch: perl
4180            ! embed.h embed.pl embedvar.h intrpvar.h perl.c perlapi.h sv.c
4181            ! utf8.c
4182 ____________________________________________________________________________
4183 [ 12806] By: jhi                                   on 2001/11/02  05:04:05
4184         Log: Subject: [PATCH] AutoSplit.t clean-up for VMS
4185              From: "Craig A. Berry" <craigberry@mac.com>
4186              Date: Fri, 02 Nov 2001 00:03:52 -0600
4187              Message-Id: <5.1.0.14.2.20011101235844.02cd4e50@exchi01>
4188      Branch: perl
4189            ! lib/AutoSplit.t
4190 ____________________________________________________________________________
4191 [ 12805] By: jhi                                   on 2001/11/02  04:17:04
4192         Log: Subject: Trivial doc patch
4193              From: andreas.koenig@anima.de (Andreas J. Koenig)
4194              Date: 02 Nov 2001 06:11:35 +0100
4195              Message-ID: <m37kt94v08.fsf@anima.de>
4196      Branch: perl
4197            ! pod/perlport.pod
4198 ____________________________________________________________________________
4199 [ 12804] By: jhi                                   on 2001/11/02  02:14:46
4200         Log: Make encoding and charnames pragmas coexist.
4201      Branch: perl
4202            ! lib/charnames.pm lib/encoding.pm lib/encoding.t
4203 ____________________________________________________________________________
4204 [ 12803] By: jhi                                   on 2001/11/02  01:26:53
4205         Log: The basic character classes seem to go untested with Unicode.
4206      Branch: perl
4207            ! t/op/pat.t
4208 ____________________________________________________________________________
4209 [ 12802] By: ams                                   on 2001/11/02  00:39:36
4210         Log: Subject: [PATCH] the the double double word word fix fix
4211              From: Richard Soderberg <rs@oregonnet.com>
4212              Date: Thu, 1 Nov 2001 13:12:03 -0800
4213              Message-Id: <200111012112.NAA23288@oregonnet.com>
4214              
4215              Subject: Re: [PATCH] the the double double word word fix fix
4216              From: Mark-Jason Dominus <mjd@plover.com>
4217              Date: Thu, 01 Nov 2001 16:43:40 -0500
4218              Message-Id: <20011101214340.2044.qmail@plover.com>
4219              
4220              Subject: Re: [PATCH] the the double double word word fix fix
4221              From: Mark-Jason Dominus <mjd@plover.com>
4222              Date: Thu, 01 Nov 2001 16:51:39 -0500
4223              Message-Id: <20011101215139.2196.qmail@plover.com>
4224      Branch: perl
4225            ! pod/perldebtut.pod pod/perldiag.pod pod/perlfaq3.pod
4226            ! pod/perlguts.pod pod/perlintro.pod pod/perliol.pod
4227            ! pod/perlmodlib.PL pod/perlmodstyle.pod pod/perlpodspec.pod
4228            ! pod/perlrequick.pod pod/perlretut.pod pod/perltoc.pod
4229            ! pod/perltodo.pod pod/perlxstut.pod
4230 ____________________________________________________________________________
4231 [ 12801] By: jhi                                   on 2001/11/01  14:27:51
4232         Log: Comment tweaks.
4233      Branch: perl
4234            ! toke.c
4235 ____________________________________________________________________________
4236 [ 12800] By: jhi                                   on 2001/11/01  14:06:04
4237         Log: FAQ sync.
4238      Branch: perl
4239            ! pod/perlfaq9.pod
4240 ____________________________________________________________________________
4241 [ 12799] By: jhi                                   on 2001/11/01  13:59:42
4242         Log: If an encoding is set by -M/-m, it must be in
4243              effect only for the actual script, not any other
4244              required/-M/-m'ed module, otherwise we enter a nasty
4245              recursion in regexec.c while trying to init the simple
4246              UTF-8 charclasses like PL_utf8_alnum.
4247      Branch: perl
4248            ! lib/encoding.pm pod/perlunicode.pod pp_ctl.c
4249 ____________________________________________________________________________
4250 [ 12798] By: jhi                                   on 2001/10/31  21:10:09
4251         Log: A bit more descriptive name.
4252      Branch: perl
4253            ! mg.c
4254 ____________________________________________________________________________
4255 [ 12797] By: jhi                                   on 2001/10/31  20:32:29
4256         Log: Subject: [PATCH Perl@12768] Time::Hires test fix
4257              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
4258              Date: Wed, 31 Oct 2001 13:47:04 EST
4259              Message-Id: <011031134626.1227@DUPHY4.Physics.Drexel.Edu>
4260      Branch: perl
4261            ! ext/Time/HiRes/HiRes.t
4262 ____________________________________________________________________________
4263 [ 12796] By: jhi                                   on 2001/10/31  20:31:20
4264         Log: Subject: [PATCH Perl@12768] make setting signal() persistent
4265              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
4266              Date: Wed, 31 Oct 2001 13:43:29 EST
4267              Message-Id: <011031134318.231c@DUPHY4.Physics.Drexel.Edu>
4268      Branch: perl
4269            ! mg.c
4270 ____________________________________________________________________________
4271 [ 12795] By: jhi                                   on 2001/10/31  20:29:37
4272         Log: Subject: [PATCH] Various test cleanups
4273              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4274              Date: Tue, 30 Oct 2001 21:56:26 +0100
4275              Message-ID: <20011030215626.A28503@rafael>
4276      Branch: perl
4277            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
4278            ! ext/DB_File/t/db-recno.t ext/Encode.t
4279 ____________________________________________________________________________
4280 [ 12794] By: jhi                                   on 2001/10/31  15:26:59
4281         Log: Update Changes.
4282      Branch: perl
4283            ! Changes patchlevel.h
4284 ____________________________________________________________________________
4285 [ 12793] By: jhi                                   on 2001/10/31  15:23:12
4286         Log: Subject: [PATCH] Data::Dumper opt. use B::Deparse for coderefs
4287              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>               
4288              Date: Wed, 31 Oct 2001 17:16:39 +0100
4289              Message-ID: <20011031171639.A32511@rafael>
4290      Branch: perl
4291            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/t/dumper.t
4292 ____________________________________________________________________________
4293 [ 12792] By: jhi                                   on 2001/10/31  15:20:01
4294         Log: Skip message nit.
4295      Branch: perl
4296            ! t/io/fs.t
4297 ____________________________________________________________________________
4298 [ 12791] By: jhi                                   on 2001/10/31  14:54:19
4299         Log: Subject: Re: [REPATCH] Re: [PATCH] Re: [ID 20011030.064] File::Temp tempdir(CLEANUP => 1) and -T on OpenBSD 2.9
4300              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
4301              Date: 31 Oct 2001 14:49:37 -0000
4302              Message-Id: <slrn9u03sk.hco.rgarciasuarez@rafael.kazibao.net> 
4303      Branch: perl
4304            ! lib/File/Path.pm lib/File/Path.t lib/File/Temp/t/mktemp.t
4305 ____________________________________________________________________________
4306 [ 12790] By: jhi                                   on 2001/10/31  14:44:33
4307         Log: Extend the effect of the encoding pragma to chr() and ord().
4308              
4309              TODO: regex literals, reentrancy problems with the utf8
4310              and charnames pragmas.
4311      Branch: perl
4312            ! lib/encoding.pm lib/encoding.t pod/perlfunc.pod pp.c sv.c
4313 ____________________________________________________________________________
4314 [ 12789] By: jhi                                   on 2001/10/31  13:25:02
4315         Log: Doc tweaks.
4316      Branch: perl
4317            ! lib/encoding.pm
4318 ____________________________________________________________________________
4319 [ 12788] By: nick                                  on 2001/10/31  08:59:56
4320         Log: Integrate mainline
4321      Branch: perlio
4322           +> lib/encoding.pm lib/encoding.t t/op/system.t t/op/system_tests
4323           !> (integrate 49 files)
4324 ____________________________________________________________________________
4325 [ 12787] By: jhi                                   on 2001/10/31  03:22:34
4326         Log: Forgot new proto.
4327      Branch: perl
4328            ! proto.h
4329 ____________________________________________________________________________
4330 [ 12786] By: jhi                                   on 2001/10/31  02:32:35
4331         Log: Clarification: use encoding cannot be used to
4332              change the default encoding of "your whole script";
4333              only the default encoding of the *data*.  Also, it
4334              seems that "use encoding" does not mix with "use utf8"
4335              (a coredumping recursion ensues).  Should not be a huge
4336              problem since "use utf8" is pretty marginal nowadays.
4337      Branch: perl
4338            ! ext/Encode/Encode.pm lib/encoding.pm pod/perlunicode.pod
4339 ____________________________________________________________________________
4340 [ 12785] By: jhi                                   on 2001/10/31  02:19:49
4341         Log: More documentation for the encode pragma.
4342      Branch: perl
4343            ! ext/Encode/Encode.pm lib/encoding.pm lib/open.pm
4344            ! pod/perlapi.pod pod/perlunicode.pod sv.c
4345 ____________________________________________________________________________
4346 [ 12784] By: jhi                                   on 2001/10/31  02:08:27
4347         Log: Thinko in #12783.
4348      Branch: perl
4349            ! sv.c
4350 ____________________________________________________________________________
4351 [ 12783] By: jhi                                   on 2001/10/31  02:04:22
4352         Log: Make sv_recode_to_utf8() a real API: the encoding
4353              is a parameter, instead of a global.  Document the
4354              PERL_ENCODING.
4355      Branch: perl
4356            ! embed.h embed.pl pod/perlapi.pod pod/perlrun.pod proto.h sv.c
4357            ! toke.c
4358 ____________________________________________________________________________
4359 [ 12782] By: jhi                                   on 2001/10/31  00:57:42
4360         Log: Enable -Mencoding=foobar also for string literals.
4361      Branch: perl
4362            ! embed.h embed.pl global.sym lib/encoding.pm lib/encoding.t
4363            ! pod/perlapi.pod proto.h sv.c toke.c
4364 ____________________________________________________________________________
4365 [ 12781] By: jhi                                   on 2001/10/30  17:06:39
4366         Log: Subject: Re: [PATCH] Re: DynaLoader problem on NCR SVR4 box
4367              From: Andy Dougherty <doughera@lafayette.edu>
4368              Date: Tue, 30 Oct 2001 12:44:27 -0500 (EST)
4369              Message-ID: <Pine.SOL.4.10.10110301241210.25351-100000@maxwell.phys.lafayette.edu>
4370      Branch: perl
4371            ! ext/POSIX/hints/svr4.pl
4372 ____________________________________________________________________________
4373 [ 12780] By: jhi                                   on 2001/10/30  14:54:12
4374         Log: Subject: RE: [PATCH h2xs] Use of static data in XS modules
4375              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
4376              Date: Mon, 29 Oct 2001 23:11:58 -0000
4377              Message-ID: <AIEAJICLCBDNAAOLLOKLMEJGDDAA.Paul_Marquess@Yahoo.co.uk>
4378              
4379              Add compat.h.
4380      Branch: perl
4381            ! lib/h2xs.t utils/h2xs.PL
4382 ____________________________________________________________________________
4383 [ 12779] By: jhi                                   on 2001/10/30  13:51:43
4384         Log: Subject: PerlIOBuf_dup
4385              From: Nicholas Clark <nick@ccl4.org>              
4386              Date: Mon, 29 Oct 2001 21:52:35 +0000             
4387              Message-ID: <20011029215235.K41204@plum.flirble.org>
4388              
4389              Add prototype.
4390      Branch: perl
4391            ! perliol.h
4392 ____________________________________________________________________________
4393 [ 12778] By: jhi                                   on 2001/10/30  13:49:51
4394         Log: Subject: [PATCH] Make malloc.c errors more useful
4395              From: Richard Soderberg <rs@oregonnet.com>
4396              Date: Mon, 29 Oct 2001 22:28:02 -0800
4397              Message-Id: <200110300628.WAA11025@oregonnet.com>
4398      Branch: perl
4399            ! malloc.c
4400 ____________________________________________________________________________
4401 [ 12777] By: jhi                                   on 2001/10/30  04:02:10
4402         Log: Retract #12776 - the bug 19990906.001 is still valid.
4403      Branch: perl
4404            ! t/run/kill_perl.t
4405 ____________________________________________________________________________
4406 [ 12776] By: jhi                                   on 2001/10/30  03:03:49
4407         Log: (Retracted by #12777)
4408              Subject: Perlbug 19990906.001 - segfault on long escaped quote regex
4409              From: Michael G Schwern <schwern@pobox.com> 
4410              Date: Mon, 29 Oct 2001 23:01:08 -0500
4411              Message-ID: <20011029230108.G18053@blackrider>
4412      Branch: perl
4413            ! t/run/kill_perl.t
4414 ____________________________________________________________________________
4415 [ 12775] By: jhi                                   on 2001/10/30  02:56:41
4416         Log: Comment nits.
4417      Branch: perl
4418            ! lib/encoding.t
4419 ____________________________________________________________________________
4420 [ 12774] By: gsar                                  on 2001/10/30  01:32:57
4421         Log: integrate change#12772 from mainline
4422              
4423              Subject: [PATCH] Mommy, what's a pointer cast?
4424      Branch: maint-5.6/perl
4425            ! perl.h
4426 ____________________________________________________________________________
4427 [ 12773] By: jhi                                   on 2001/10/30  01:19:32
4428         Log: Subject: [PATCH] Mommy, what's a pointer cast?
4429              From: Richard Soderberg <rs@oregonnet.com>
4430              Date: Mon, 29 Oct 2001 17:01:10 -0800
4431              Message-Id: <200110300101.RAA31561@oregonnet.com>
4432              
4433              (threads* parts)
4434      Branch: perl
4435            ! ext/threads/shared/shared.xs ext/threads/threads.xs
4436 ____________________________________________________________________________
4437 [ 12772] By: jhi                                   on 2001/10/30  01:19:13
4438         Log: Subject: [PATCH] Mommy, what's a pointer cast?
4439              From: Richard Soderberg <rs@oregonnet.com>
4440              Date: Mon, 29 Oct 2001 17:01:10 -0800
4441              Message-Id: <200110300101.RAA31561@oregonnet.com>
4442              
4443              (the perl.h part)
4444      Branch: perl
4445            ! perl.h
4446 ____________________________________________________________________________
4447 [ 12771] By: jhi                                   on 2001/10/30  01:17:21
4448         Log: Subject: [PATCH] OpenBSD likes signal.h 
4449              From: Richard Soderberg <rs@oregonnet.com>
4450              Date: Mon, 29 Oct 2001 17:00:31 -0800
4451              Message-Id: <200110300100.RAA31533@oregonnet.com>
4452      Branch: perl
4453            ! unixish.h
4454 ____________________________________________________________________________
4455 [ 12770] By: jhi                                   on 2001/10/30  01:10:24
4456         Log: Subject: [PATCH] RE: DB_File-1.79 on Cygwin 1.3.3
4457              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
4458              Date: Mon, 29 Oct 2001 23:04:23 -0000
4459              Message-ID: <AIEAJICLCBDNAAOLLOKLGEJGDDAA.Paul_Marquess@Yahoo.co.uk>
4460      Branch: perl
4461            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
4462            ! ext/DB_File/t/db-recno.t
4463 ____________________________________________________________________________
4464 [ 12769] By: jhi                                   on 2001/10/30  01:08:01
4465         Log: Subject: [PATCH perl@12718] HiRes.t tweaks
4466              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
4467              Date: Mon, 29 Oct 2001 12:34:07 -0600
4468              Message-Id: <5.1.0.14.2.20011029121906.035d7e00@exchi01>
4469      Branch: perl
4470            ! ext/Time/HiRes/HiRes.t
4471 ____________________________________________________________________________
4472 [ 12768] By: jhi                                   on 2001/10/29  15:10:04
4473         Log: Update Changes.
4474      Branch: perl
4475            ! Changes patchlevel.h
4476 ____________________________________________________________________________
4477 [ 12767] By: jhi                                   on 2001/10/29  14:49:28
4478         Log: AIX needs an explicit symbol export list.
4479      Branch: perl
4480            ! lib/ExtUtils/Embed.t
4481 ____________________________________________________________________________
4482 [ 12766] By: jhi                                   on 2001/10/29  14:08:21
4483         Log: The test (and the module) would require some
4484              quality hacking time to work on EBCDIC.  Based n
4485              the test results nothing seems to be majorly broken,
4486              the module just seems to have strange assumptions:
4487              got: ''\226\225\205'
4488              expected: ''one'
4489              The \226\225\205 being, of course, 'one', in EBCDIC.
4490      Branch: perl
4491            ! lib/Dumpvalue.t
4492 ____________________________________________________________________________
4493 [ 12765] By: jhi                                   on 2001/10/29  13:58:48
4494         Log: Mark the test known to be failing in EBCDIC.
4495      Branch: perl
4496            ! t/op/tr.t
4497 ____________________________________________________________________________
4498 [ 12764] By: jhi                                   on 2001/10/29  13:51:51
4499         Log: None of the libnet modules are going to work in
4500              EBCDIC without the Convert::EBCDIC.
4501      Branch: perl
4502            ! t/lib/1_compile.t
4503 ____________________________________________________________________________
4504 [ 12763] By: jhi                                   on 2001/10/29  13:45:39
4505         Log: Neither is 0xff illegal UTF-EBCDIC since it's the last C1.
4506      Branch: perl
4507            ! t/op/pack.t
4508 ____________________________________________________________________________
4509 [ 12762] By: jhi                                   on 2001/10/29  13:40:17
4510         Log: UTF-EBCDIC ain't UTF-8.
4511      Branch: perl
4512            ! t/op/pack.t
4513 ____________________________________________________________________________
4514 [ 12761] By: jhi                                   on 2001/10/29  13:35:35
4515         Log: In EBCDIC cannot test compile Net::Cmd without Convert::EBCDIC.
4516      Branch: perl
4517            ! t/lib/1_compile.t
4518 ____________________________________________________________________________
4519 [ 12760] By: jhi                                   on 2001/10/29  13:32:20
4520         Log: Let's not assume ASCII.
4521      Branch: perl
4522            ! t/op/lc.t
4523 ____________________________________________________________________________
4524 [ 12759] By: jhi                                   on 2001/10/29  13:24:54
4525         Log: Call the new perlio symbols differently.
4526      Branch: perl
4527            ! makedef.pl
4528 ____________________________________________________________________________
4529 [ 12758] By: jhi                                   on 2001/10/29  13:23:11
4530         Log: Don't expect ASCII ordering.
4531      Branch: perl
4532            ! lib/ExtUtils/Manifest.t
4533 ____________________________________________________________________________
4534 [ 12757] By: jhi                                   on 2001/10/29  13:13:09
4535         Log: Forgot from #12756.
4536      Branch: perl
4537            ! perlio.h
4538 ____________________________________________________________________________
4539 [ 12756] By: jhi                                   on 2001/10/29  13:12:41
4540         Log: BeOS tweaks:
4541              - fseeko and ftello can be found by Configure but
4542              we do not seem to have prototypes for them so
4543              let's make up some
4544              - BeOS didn't use to have real sockets (sockets as
4545              filedescriptors) but the BONE package is supposed
4546              to fix this.  I do not know how to detect BONEness,
4547              see hints/beos.sh for a spot that needs to fixed.
4548              - BeOS has O_TEXT != O_BINARY but has no setmode()
4549      Branch: perl
4550            ! hints/beos.sh perlio.c
4551 ____________________________________________________________________________
4552 [ 12755] By: sky                                   on 2001/10/29  12:56:12
4553         Log: Ugly fix to not die when a thread creator is holding locks.
4554      Branch: perl
4555            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
4556            ! ext/threads/threads.xs
4557 ____________________________________________________________________________
4558 [ 12754] By: jhi                                   on 2001/10/29  12:31:34
4559         Log: Integrate change #12752 from maintperl;
4560              
4561              croak(Nullch) wasn't printing the contents of ERRSV if there was
4562              no outer eval (bug in change#6125)
4563      Branch: perl
4564           !> util.c
4565 ____________________________________________________________________________
4566 [ 12753] By: jhi                                   on 2001/10/29  12:28:41
4567         Log: Subject: [PATCH h2xs] Use of static data in XS modules
4568              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
4569              Date: Sun, 28 Oct 2001 21:19:07 -0000
4570              Message-ID: <AIEAJICLCBDNAAOLLOKLIEHNDDAA.Paul_Marquess@Yahoo.co.uk>
4571              
4572              with nits from Sarathy.
4573      Branch: perl
4574            ! utils/h2xs.PL
4575 ____________________________________________________________________________
4576 [ 12752] By: gsar                                  on 2001/10/29  03:07:15
4577         Log: croak(Nullch) wasn't printing the contents of ERRSV if there was
4578              no outer eval (bug in change#6125)
4579      Branch: maint-5.6/perl
4580            ! util.c
4581 ____________________________________________________________________________
4582 [ 12751] By: jhi                                   on 2001/10/28  23:11:15
4583         Log: More todo for the encoding pragma.
4584      Branch: perl
4585            ! lib/encoding.pm
4586 ____________________________________________________________________________
4587 [ 12750] By: jhi                                   on 2001/10/28  22:55:24
4588         Log: Add the encoding pragma to control the "upgrade"
4589              from the native eight bit data to Unicode.
4590              
4591              TODO: \x.. and \0... literals.  \N{}.  chr()? ord()?
4592      Branch: perl
4593            + lib/encoding.pm lib/encoding.t
4594            ! MANIFEST embedvar.h gv.c intrpvar.h mg.c perlapi.h
4595            ! pod/perlunicode.pod pod/perlvar.pod sv.c
4596 ____________________________________________________________________________
4597 [ 12749] By: sky                                   on 2001/10/28  21:02:33
4598         Log: Update documentation.
4599      Branch: perl
4600            ! ext/threads/shared/shared.pm
4601 ____________________________________________________________________________
4602 [ 12748] By: jhi                                   on 2001/10/28  20:55:57
4603         Log: Integrate change #12747 from maintperl;
4604              
4605              finishing touches to system() fixes on windows:
4606              * detect cmd shell correctly even if it had full path in it
4607              * more quoting needed for single-arg system if the argument
4608              really had multiple quoted arguments within it
4609              * be smarter about not calling the shell when the executable
4610              has spaces, but otherwise does not need shell involvement
4611              * add a testsuite (windows-specific currently)
4612      Branch: perl
4613           +> t/op/system.t t/op/system_tests
4614            ! MANIFEST pod/perltodo.pod
4615           !> win32/win32.c
4616 ____________________________________________________________________________
4617 [ 12747] By: gsar                                  on 2001/10/28  18:33:23
4618         Log: finishing touches to system() fixes on windows:
4619              * detect cmd shell correctly even if it had full path in it
4620              * more quoting needed for single-arg system if the argument
4621              really had multiple quoted arguments within it
4622              * be smarter about not calling the shell when the executable
4623              has spaces, but otherwise does not need shell involvement
4624              * add a testsuite (windows-specific currently)
4625      Branch: maint-5.6/perl
4626            + t/op/system.t t/op/system_tests
4627            ! MANIFEST Todo-5.6 pod/perltodo.pod win32/win32.c
4628 ____________________________________________________________________________
4629 [ 12746] By: jhi                                   on 2001/10/28  16:34:35
4630         Log: Integrate perlio.
4631      Branch: perl
4632           !> ext/Time/HiRes/HiRes.xs lib/ExtUtils/Embed.t
4633 ____________________________________________________________________________
4634 [ 12745] By: nick                                  on 2001/10/28  16:08:14
4635         Log: Mingw32 fixup for Embed.t
4636      Branch: perlio
4637            ! lib/ExtUtils/Embed.t
4638 ____________________________________________________________________________
4639 [ 12744] By: nick                                  on 2001/10/28  15:54:14
4640         Log: GCC vs MS 64-bit constant syntax
4641      Branch: perlio
4642            ! ext/Time/HiRes/HiRes.xs
4643 ____________________________________________________________________________
4644 [ 12743] By: nick                                  on 2001/10/28  15:42:55
4645         Log: Integrate mainline
4646      Branch: perlio
4647           !> ext/threads/threads.pm lib/ExtUtils/Embed.t
4648 ____________________________________________________________________________
4649 [ 12742] By: sky                                   on 2001/10/28  14:47:10
4650         Log: Manpage updates.
4651      Branch: perl
4652            ! ext/threads/threads.pm
4653 ____________________________________________________________________________
4654 [ 12741] By: jhi                                   on 2001/10/28  14:39:55
4655         Log: Newline confusion: t/TEST sees an extra newline and gets huffy.
4656      Branch: perl
4657            ! lib/ExtUtils/Embed.t
4658 ____________________________________________________________________________
4659 [ 12740] By: nick                                  on 2001/10/28  14:14:24
4660         Log: Integrate mainline
4661      Branch: perlio
4662           !> lib/ExtUtils/Embed.t win32/win32.c
4663 ____________________________________________________________________________
4664 [ 12739] By: jhi                                   on 2001/10/28  14:06:58
4665         Log: Need to be ./executed.
4666      Branch: perl
4667            ! lib/ExtUtils/Embed.t
4668 ____________________________________________________________________________
4669 [ 12738] By: jhi                                   on 2001/10/28  14:03:58
4670         Log: Integrate perlio.
4671      Branch: perl
4672           !> perlio.c win32/win32.h
4673 ____________________________________________________________________________
4674 [ 12737] By: nick                                  on 2001/10/28  13:53:45
4675         Log: Tweak for build with Mingw32 - __attribute__((unused)) is not liked
4676              by gcc -xc++.
4677      Branch: perlio
4678            ! win32/win32.h
4679 ____________________________________________________________________________
4680 [ 12736] By: nick                                  on 2001/10/28  13:50:50
4681         Log: Have :stdio layer update an honour the fd refcnt table.
4682              Embed.t now passes with PERLIO=stdio as well (tested under ithreads)
4683      Branch: perlio
4684            ! perlio.c
4685 ____________________________________________________________________________
4686 [ 12735] By: jhi                                   on 2001/10/28  13:34:37
4687         Log: Integrate changes #12724 and #12725 from maintperl;
4688              multiarg system now works.
4689      Branch: perl
4690           !> win32/win32.c
4691 ____________________________________________________________________________
4692 [ 12734] By: jhi                                   on 2001/10/28  13:31:54
4693         Log: Integrate perlio.
4694      Branch: perl
4695           +> lib/ExtUtils/Embed.t
4696           !> MANIFEST perlio.c
4697 ____________________________________________________________________________
4698 [ 12733] By: nick                                  on 2001/10/28  13:07:16
4699         Log: Use fd refcounts to solve the problem highlighted by new Embed.t, at
4700              least for PERLIO=perlio unthreaded case
4701      Branch: perlio
4702            ! perlio.c
4703 ____________________________________________________________________________
4704 [ 12732] By: nick                                  on 2001/10/28  11:10:24
4705         Log: Typo in exe name
4706      Branch: perlio
4707            ! lib/ExtUtils/Embed.t
4708 ____________________________________________________________________________
4709 [ 12731] By: nick                                  on 2001/10/28  11:09:59
4710         Log: Integrate Mainline
4711      Branch: perlio
4712           !> Changes configure.com ext/DB_File/DB_File.pm
4713           !> ext/ODBM_File/ODBM_File.xs ext/Time/HiRes/HiRes.xs
4714           !> ext/threads/shared/shared.xs lib/ExtUtils/xsubpp
4715           !> lib/unicore/Is.pl lib/unicore/mktables makedef.pl op.h
4716           !> patchlevel.h perlio.c pod/perlapi.pod pod/perlfaq4.pod
4717           !> pod/perlhack.pod pod/perltoc.pod pod/perlunicode.pod sv.h
4718           !> t/TEST t/op/regexp.t win32/buildext.pl
4719 ____________________________________________________________________________
4720 [ 12730] By: nick                                  on 2001/10/28  11:05:35
4721         Log: Fixup Embed.t for Win32/VC++
4722      Branch: perlio
4723            ! lib/ExtUtils/Embed.t
4724 ____________________________________________________________________________
4725 [ 12729] By: nick                                  on 2001/10/28  09:36:20
4726         Log: Adapt testcase from Doug Maceachern <dougm@covalent.net> for perlio_destruct
4727              bug as lib/ExtUtils/Embed.t which tests that and some aspects of
4728              ExtUtils::Embed.
4729      Branch: perlio
4730            + lib/ExtUtils/Embed.t
4731            ! MANIFEST
4732 ____________________________________________________________________________
4733 [ 12728] By: sky                                   on 2001/10/28  08:12:53
4734         Log: Change #12726 changed require 5.002 to 5.0 somehow, I know I never changed that
4735              line manually!
4736      Branch: perl
4737            ! lib/ExtUtils/xsubpp
4738 ____________________________________________________________________________
4739 [ 12727] By: sky                                   on 2001/10/28  08:02:09
4740         Log: And here we use the prototypes.
4741      Branch: perl
4742            ! ext/threads/shared/shared.xs
4743 ____________________________________________________________________________
4744 [ 12726] By: sky                                   on 2001/10/28  08:00:48
4745         Log: Support [] style prototypes.
4746      Branch: perl
4747            ! lib/ExtUtils/xsubpp
4748 ____________________________________________________________________________
4749 [ 12725] By: gsar                                  on 2001/10/28  04:49:15
4750         Log: yet another multi-arg system() fix on windows: batch files as the
4751              first argument (i.e. directly executed by CreateProcess()) need
4752              extra quoting to escape shell-shock
4753      Branch: maint-5.6/perl
4754            ! win32/win32.c
4755 ____________________________________________________________________________
4756 [ 12724] By: gsar                                  on 2001/10/28  03:49:31
4757         Log: another multi-arg system() fix on windows: passing empty arguments
4758              now works
4759      Branch: maint-5.6/perl
4760            ! win32/win32.c
4761 ____________________________________________________________________________
4762 [ 12723] By: jhi                                   on 2001/10/28  03:32:32
4763         Log: Explicitly expect only 4 or 8 bytes of PTRSIZE.
4764              No final #else #error because we do not seem to
4765              be using #error?
4766      Branch: perl
4767            ! op.h
4768 ____________________________________________________________________________
4769 [ 12722] By: jhi                                   on 2001/10/28  02:41:04
4770         Log: Subject: [PATCH Perl@12647] Time::HiRes ualarm for VMS without one
4771              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)        
4772              Date: Sat, 27 Oct 2001 23:28:44 EST 
4773              Message-Id: <011027232650.19ae30@DUPHY4.Physics.Drexel.Edu>
4774      Branch: perl
4775            ! ext/Time/HiRes/HiRes.xs
4776 ____________________________________________________________________________
4777 [ 12721] By: jhi                                   on 2001/10/28  01:53:34
4778         Log: Regen perlapi, perltoc.
4779      Branch: perl
4780            ! pod/perlapi.pod pod/perltoc.pod
4781 ____________________________________________________________________________
4782 [ 12720] By: jhi                                   on 2001/10/28  01:30:04
4783         Log: Subject: [PATCH] sv.h documentation
4784              From: Tim Jenness <t.jenness@jach.hawaii.edu>              
4785              Date: Sat, 27 Oct 2001 15:27:41 -1000 (HST) 
4786              Message-ID: <Pine.LNX.4.33.0110271526270.24647-100000@lapaki>
4787      Branch: perl
4788            ! sv.h
4789 ____________________________________________________________________________
4790 [ 12719] By: gsar                                  on 2001/10/27  23:42:51
4791         Log: "nmake clean" fails to clean ext/... because buildext.pl calls
4792              system("nmake -nologo", "clean") and there is no executable
4793              called "nmake -nologo"; this used to "work" pre-change#12559 due
4794              to bugs in multiarg system() that have since been fixed
4795      Branch: perl
4796            ! win32/buildext.pl
4797 ____________________________________________________________________________
4798 [ 12718] By: jhi                                   on 2001/10/27  21:58:35
4799         Log: Update Changes.
4800      Branch: perl
4801            ! Changes patchlevel.h
4802 ____________________________________________________________________________
4803 [ 12717] By: jhi                                   on 2001/10/27  21:54:11
4804         Log: Subject: perlhack.pod addendum for consideration (perlbug mail interface)
4805              From: Richard.Foley@t-online.de (Richard Foley)            
4806              Date: Sun, 28 Oct 2001 00:48:32 +0200
4807              Message-ID: <15xbQQ-1BoWxsC@fwd02.sul.t-online.com>
4808      Branch: perl
4809            ! pod/perlhack.pod
4810 ____________________________________________________________________________
4811 [ 12716] By: jhi                                   on 2001/10/27  21:41:02
4812         Log: Must store pointers with the right width.
4813      Branch: perl
4814            ! op.h
4815 ____________________________________________________________________________
4816 [ 12715] By: jhi                                   on 2001/10/27  21:22:52
4817         Log: Integrate change #12711 from perlio;
4818              
4819              Use ref count scheme rather than PerlLIO_dup() to do fp_dup().
4820              Restores op/fork.t on Win32 (still segfault on exit of ok 2).
4821      Branch: perl
4822           !> perlio.c
4823 ____________________________________________________________________________
4824 [ 12714] By: jhi                                   on 2001/10/27  21:04:59
4825         Log: Subject: [PATCH] make minitest
4826              From: Nicholas Clark <nick@ccl4.org>
4827              Date: Sat, 27 Oct 2001 22:56:16 +0100
4828              Message-ID: <20011027225616.L20275@plum.flirble.org>
4829      Branch: perl
4830            ! t/TEST
4831 ____________________________________________________________________________
4832 [ 12713] By: jhi                                   on 2001/10/27  20:58:33
4833         Log: Patch #12661 missed this.
4834      Branch: perl
4835            ! ext/DB_File/DB_File.pm
4836 ____________________________________________________________________________
4837 [ 12712] By: jhi                                   on 2001/10/27  20:56:38
4838         Log: Subject: [PATCH perl@12696] C RTL awareness update for VMS
4839              From: "Craig A. Berry" <craigberry@mac.com>
4840              Date: Sat, 27 Oct 2001 16:07:47 -0500
4841              Message-Id: <5.1.0.14.2.20011027134037.01bebc60@exchi01>
4842      Branch: perl
4843            ! configure.com perlio.c
4844 ____________________________________________________________________________
4845 [ 12711] By: nick                                  on 2001/10/27  19:49:25
4846         Log: Use ref count scheme rather than PerlLIO_dup() to do fp_dup().
4847              Restores op/fork.t on Win32 (still segfault on exit of ok 2).
4848      Branch: perlio
4849            ! perlio.c
4850 ____________________________________________________________________________
4851 [ 12710] By: jhi                                   on 2001/10/27  17:07:46
4852         Log: Let's not replace reason if there's one already supplied.
4853      Branch: perl
4854            ! t/op/regexp.t
4855 ____________________________________________________________________________
4856 [ 12709] By: jhi                                   on 2001/10/27  17:02:30
4857         Log: is not good.
4858      Branch: perl
4859            ! t/op/regexp.t
4860 ____________________________________________________________________________
4861 [ 12708] By: jhi                                   on 2001/10/27  16:54:07
4862         Log: ldlibpth can exist but be unset.
4863      Branch: perl
4864            ! t/TEST
4865 ____________________________________________________________________________
4866 [ 12707] By: jhi                                   on 2001/10/27  16:47:07
4867         Log: Unicode: property alias naming cleanup.
4868      Branch: perl
4869            ! lib/unicore/Is.pl lib/unicore/mktables pod/perlunicode.pod
4870 ____________________________________________________________________________
4871 [ 12706] By: jhi                                   on 2001/10/27  15:24:06
4872         Log: FAQ sync.
4873      Branch: perl
4874            ! pod/perlfaq4.pod
4875 ____________________________________________________________________________
4876 [ 12705] By: jhi                                   on 2001/10/27  15:23:15
4877         Log: Integrate change #12703 from maintperl;
4878              
4879              typemap stuff intervenes before declaration, move it to PREINIT
4880              section
4881              
4882              (an empty integrate, but now the files are in sync
4883              between the branches)
4884      Branch: perl
4885           !> ext/ODBM_File/ODBM_File.xs
4886 ____________________________________________________________________________
4887 [ 12704] By: jhi                                   on 2001/10/27  15:21:17
4888         Log: More PerlIO symbols.
4889      Branch: perl
4890            ! makedef.pl
4891 ____________________________________________________________________________
4892 [ 12703] By: gsar                                  on 2001/10/27  15:12:54
4893         Log: typemap stuff intervenes before declaration, move it to PREINIT
4894              section
4895      Branch: maint-5.6/perl
4896            ! ext/ODBM_File/ODBM_File.xs
4897 ____________________________________________________________________________
4898 [ 12702] By: nick                                  on 2001/10/27  14:09:35
4899         Log: Integrate mainline
4900      Branch: perlio
4901           +> ext/threads/shared/t/av_simple.t
4902           +> ext/threads/shared/t/hv_refs.t
4903           +> ext/threads/shared/t/hv_simple.t lib/unicore/To/Fold.pl
4904           !> (integrate 109 files)
4905 ____________________________________________________________________________
4906 [ 12700] By: ams                                   on 2001/10/26  21:22:23
4907         Log: Subject: [PATCH] tweak divide
4908              From: Nicholas Clark <nick@ccl4.org>
4909              Date: Fri, 26 Oct 2001 22:52:17 +0100
4910              Message-Id: <20011026225217.B20275@plum.flirble.org>
4911      Branch: perl
4912            ! pp.c
4913 ____________________________________________________________________________
4914 [ 12699] By: pudge                                 on 2001/10/26  20:49:00
4915         Log: Integrate a buncha things from maintperl.
4916      Branch: maint-5.6/macperl
4917           !> (integrate 32 files)
4918 ____________________________________________________________________________
4919 [ 12698] By: jhi                                   on 2001/10/26  19:13:24
4920         Log: Subject: [PATCH] Re: DynaLoader problem on NCR SVR4 box
4921              From: Andy Dougherty <doughera@lafayette.edu>
4922              Date: Fri, 26 Oct 2001 14:36:29 -0400 (EDT)
4923              Message-ID: <Pine.SOL.4.10.10110261434280.23229-100000@maxwell.phys.lafayette.edu>
4924      Branch: perl
4925            ! hints/svr4.sh
4926 ____________________________________________________________________________
4927 [ 12697] By: jhi                                   on 2001/10/26  18:42:58
4928         Log: When you're root, many things become writable.
4929      Branch: perl
4930            ! lib/ExtUtils/Mkbootstrap.t lib/ExtUtils/Packlist.t
4931 ____________________________________________________________________________
4932 [ 12696] By: jhi                                   on 2001/10/26  15:52:58
4933         Log: Update Changes.
4934      Branch: perl
4935            ! Changes patchlevel.h
4936 ____________________________________________________________________________
4937 [ 12695] By: gsar                                  on 2001/10/26  15:34:31
4938         Log: Term/Cap.t attempts to access the floppy drive for no good reason
4939              on dosish systems
4940      Branch: perl
4941            ! lib/Term/Cap.t
4942 ____________________________________________________________________________
4943 [ 12694] By: gsar                                  on 2001/10/26  15:15:16
4944         Log: fix misleading comment on known inadequacy in B::Terse, and skip
4945              it correctly
4946      Branch: perl
4947            ! ext/B/t/terse.t
4948 ____________________________________________________________________________
4949 [ 12693] By: gsar                                  on 2001/10/26  14:53:56
4950         Log: fix spurious AutoSplit.t failure under windows
4951      Branch: perl
4952            ! lib/AutoSplit.t
4953 ____________________________________________________________________________
4954 [ 12692] By: gsar                                  on 2001/10/26  14:39:06
4955         Log: Time::HiRes::alarm() ain't gonna work either if ualarm() ain't
4956      Branch: perl
4957            ! ext/Time/HiRes/HiRes.t
4958 ____________________________________________________________________________
4959 [ 12691] By: jhi                                   on 2001/10/26  14:34:15
4960         Log: More logical to use %04"UVXf" than %"UVuf" since
4961              the Unicode standard prefers hex.
4962      Branch: perl
4963            ! lib/unicore/To/Fold.pl lib/unicore/To/Lower.pl
4964            ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
4965            ! lib/unicore/mktables utf8.c
4966 ____________________________________________________________________________
4967 [ 12690] By: gsar                                  on 2001/10/26  14:15:55
4968         Log: change#12065 seems to have broken Encode build on windows; fix
4969      Branch: perl
4970            ! ext/Encode/Encode.xs ext/Encode/Makefile.PL
4971 ____________________________________________________________________________
4972 [ 12689] By: jhi                                   on 2001/10/26  14:12:04
4973         Log: Unicode: add the case folding table.
4974      Branch: perl
4975            + lib/unicore/To/Fold.pl
4976            ! MANIFEST lib/unicore/mktables
4977 ____________________________________________________________________________
4978 [ 12688] By: sky                                   on 2001/10/26  13:51:29
4979         Log: Get the new functions right, do not export lock since we use builtin lock.
4980              TODO: fix xsubpp to support the new prototypes
4981      Branch: perl
4982            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
4983 ____________________________________________________________________________
4984 [ 12687] By: jhi                                   on 2001/10/26  13:43:03
4985         Log: USE_ENVIRON_ARRAY instead of !MACOS_TRADITIONAL,
4986              as suggested by Sarathy.
4987      Branch: perl
4988            ! mg.c
4989 ____________________________________________________________________________
4990 [ 12686] By: gsar                                  on 2001/10/26  13:39:52
4991         Log: avoid compiler warning
4992      Branch: perl
4993            ! win32/win32.c
4994 ____________________________________________________________________________
4995 [ 12685] By: jhi                                   on 2001/10/26  13:39:12
4996         Log: WinCE update from Rainer Keuchel.
4997      Branch: perl
4998            ! perl.h wince/Makefile.ce wince/config.ce wince/perldll.def
4999            ! wince/wince.c
5000 ____________________________________________________________________________
5001 [ 12684] By: sky                                   on 2001/10/26  13:34:33
5002         Log: And then finally cond_wait cond_signal and cond_broadcast are now implmented.
5003      Branch: perl
5004            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
5005 ____________________________________________________________________________
5006 [ 12683] By: gbarr                                 on 2001/10/26  13:32:47
5007         Log: More fixes that were made to the core and not in the libnet src
5008      Branch: perl
5009            ! lib/Net/Domain.pm
5010 ____________________________________________________________________________
5011 [ 12682] By: jhi                                   on 2001/10/26  13:31:10
5012         Log: Subject: Re: DB_File-1.79 on Cygwin 1.3.3
5013              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>    
5014              Date: Fri, 26 Oct 2001 13:55:21 +0200
5015              Message-Id: <20011026135017.F575.H.M.BRAND@hccnet.nl>
5016              
5017              (plus make the db-recno.t#59 accept both \n and \r\n)
5018      Branch: perl
5019            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
5020            ! ext/DB_File/t/db-recno.t
5021 ____________________________________________________________________________
5022 [ 12681] By: gbarr                                 on 2001/10/26  13:22:38
5023         Log: Fix tests to be able to run in the core and the CPAN dist
5024      Branch: perl
5025            ! lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
5026            ! lib/Net/t/require.t lib/Net/t/smtp.t
5027 ____________________________________________________________________________
5028 [ 12680] By: jhi                                   on 2001/10/26  13:16:03
5029         Log: Subject: Re: perl@12605 on VMS, [minor PATCH enclosed]
5030              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
5031              Message-Id: <011026081912.dc29b@DUPHY4.Physics.Drexel.Edu>
5032              Date: Fri, 26 Oct 2001 08:34:46 EDT
5033      Branch: perl
5034            ! ext/Time/HiRes/HiRes.t
5035 ____________________________________________________________________________
5036 [ 12679] By: gbarr                                 on 2001/10/26  13:11:00
5037         Log: Sync libnet modules with what will be libnet-1.08
5038      Branch: perl
5039            ! lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.pm
5040            ! lib/Net/Domain.pm lib/Net/FTP.pm lib/Net/FTP/I.pm
5041            ! lib/Net/Netrc.pm lib/Net/SMTP.pm lib/Net/t/ftp.t
5042            ! lib/Net/t/hostname.t lib/Net/t/nntp.t lib/Net/t/smtp.t
5043 ____________________________________________________________________________
5044 [ 12678] By: jhi                                   on 2001/10/26  13:03:01
5045         Log: Integrate maintperl changes #12268 and #12669;
5046              
5047              final touches to the audit for statics and thread-unsafe code
5048              * make DB_File, ODBM_File thread-safe 
5049              * remove unnecessary/dangerous statics and protect others
5050              from not getting accidentally enabled under threaded perls
5051              
5052              windows support functions get_childdir() et al aren't exported
5053              correctly under vanilla build
5054              
5055              Testing under win32 appreciated since changes there had
5056              to be manually merged and I cannot test how badly did I do.
5057      Branch: perl
5058           !> ext/B/B.xs ext/DB_File/DB_File.xs ext/File/Glob/Glob.xs
5059           !> ext/ODBM_File/ODBM_File.xs ext/Opcode/Opcode.xs ext/re/re.xs
5060           !> gv.c iperlsys.h makedef.pl mg.c op.c scope.c toke.c util.c
5061           !> win32/vmem.h win32/win32.c win32/win32iop.h
5062 ____________________________________________________________________________
5063 [ 12677] By: sky                                   on 2001/10/26  12:37:17
5064         Log: More Config::threads to threads::threads changes
5065      Branch: perl
5066            ! ext/threads/shared/shared.pm ext/threads/t/basic.t
5067 ____________________________________________________________________________
5068 [ 12676] By: sky                                   on 2001/10/26  12:31:46
5069         Log: Make new() work exactly like create(). Move from Config::threads to threads::threads
5070      Branch: perl
5071            ! ext/threads/threads.pm ext/threads/threads.xs
5072 ____________________________________________________________________________
5073 [ 12675] By: sky                                   on 2001/10/26  12:06:30
5074         Log: Allocing a TLS in runtime is not too hot.
5075      Branch: perl
5076            ! ext/threads/threads.xs
5077 ____________________________________________________________________________
5078 [ 12674] By: sky                                   on 2001/10/26  11:59:09
5079         Log: Don't display debug data.
5080      Branch: perl
5081            ! ext/threads/threads.pm
5082 ____________________________________________________________________________
5083 [ 12673] By: sky                                   on 2001/10/26  11:35:47
5084         Log: Extend support of change #12672 to support arrays and hashes. Shared reference support is
5085              complete bar support for blessed objects.
5086              TODO: tests for shared arrays and more hv reference tests. Also a complex test testing all types intermixed.
5087      Branch: perl
5088            ! ext/threads/shared/shared.xs ext/threads/shared/t/hv_refs.t
5089 ____________________________________________________________________________
5090 [ 12672] By: sky                                   on 2001/10/26  11:15:28
5091         Log: Fix case where shared reference does not exist in current thread.
5092      Branch: perl
5093            ! ext/threads/shared/shared.xs ext/threads/shared/t/hv_refs.t
5094 ____________________________________________________________________________
5095 [ 12671] By: sky                                   on 2001/10/26  08:48:52
5096         Log: Support for references in shared arrays.
5097      Branch: perl
5098            ! ext/threads/shared/shared.xs
5099 ____________________________________________________________________________
5100 [ 12670] By: sky                                   on 2001/10/26  08:30:11
5101         Log: Add tests for references in hashes.
5102      Branch: perl
5103            + ext/threads/shared/t/hv_refs.t
5104            ! MANIFEST
5105 ____________________________________________________________________________
5106 [ 12669] By: gsar                                  on 2001/10/26  06:07:10
5107         Log: windows support functions get_childdir() et al aren't exported
5108              correctly under vanilla build
5109      Branch: maint-5.6/perl
5110            ! iperlsys.h makedef.pl mg.c win32/win32.c win32/win32iop.h
5111 ____________________________________________________________________________
5112 [ 12668] By: gsar                                  on 2001/10/26  03:52:12
5113         Log: final touches to the audit for statics and thread-unsafe code
5114              * make DB_File, ODBM_File thread-safe 
5115              * remove unnecessary/dangerous statics and protect others
5116              from not getting accidentally enabled under threaded perls
5117      Branch: maint-5.6/perl
5118            ! ext/B/B.xs ext/DB_File/DB_File.xs ext/File/Glob/Glob.xs
5119            ! ext/ODBM_File/ODBM_File.xs ext/Opcode/Opcode.xs ext/re/re.xs
5120            ! gv.c mg.c op.c scope.c toke.c util.c win32/vmem.h
5121            ! win32/win32.c
5122 ____________________________________________________________________________
5123 [ 12667] By: ams                                   on 2001/10/26  03:48:36
5124         Log: Subject: [PATCH] Fix sharedsv.c compile-time warnings.
5125              From: "Richard Soderberg" <rs@crystalflame.net>
5126              Date: Thu, 25 Oct 2001 23:42:50 -0400
5127              Message-Id: <NAEKLNAAHLMBPMPNBMLEKEJCEAAA.rs@crystalflame.net>
5128      Branch: perl
5129            ! sharedsv.c
5130 ____________________________________________________________________________
5131 [ 12666] By: jhi                                   on 2001/10/26  02:07:17
5132         Log: Integrate change #12664 from maintperl;
5133              
5134              the newest GCCs don't seem to like C<"string1"##STRING2>
5135              so keep it as C<"string1" STRING2> (latter appears to
5136              work everywhere)
5137      Branch: perl
5138           !> ext/DynaLoader/dlutils.c
5139 ____________________________________________________________________________
5140 [ 12665] By: jhi                                   on 2001/10/26  02:04:29
5141         Log: Subject: [PATCH] perl.h for Mac OS (Classic)
5142              From: Chris Nandor <pudge@pobox.com>
5143              Date: Thu, 25 Oct 2001 22:15:03 -0400
5144              Message-Id: <p0510030db7fe771a5a34@[10.0.1.177]>
5145      Branch: perl
5146            ! perl.h
5147 ____________________________________________________________________________
5148 [ 12664] By: gsar                                  on 2001/10/26  00:22:35
5149         Log: the newest GCCs don't seem to like C<"string1"##STRING2> so keep it as
5150              C<"string1" STRING2> (latter appears to work everywhere)
5151      Branch: maint-5.6/perl
5152            ! ext/DynaLoader/dlutils.c
5153 ____________________________________________________________________________
5154 [ 12663] By: jhi                                   on 2001/10/25  22:59:44
5155         Log: AUTHORS update.
5156      Branch: perl
5157            ! AUTHORS
5158 ____________________________________________________________________________
5159 [ 12662] By: jhi                                   on 2001/10/25  22:50:41
5160         Log: Integrate change #12660 from maintperl;
5161              
5162              make the dMY_CXT stuff available under all of
5163              MULTIPLICITY/PERL_OBJECT/USE_ITHREADS
5164      Branch: perl
5165           !> perl.h
5166 ____________________________________________________________________________
5167 [ 12661] By: jhi                                   on 2001/10/25  22:47:28
5168         Log: Subject: [PATCH] DB_File-1.79
5169              From: "Paul Marquess" <paul.marquess@openwave.com>
5170              Date: Fri, 26 Oct 2001 00:03:54 +0100
5171              Message-ID: <AIEAJICLCBDNAAOLLOKLAEELDDAA.paul.marquess@openwave.com>
5172      Branch: perl
5173            ! ext/DB_File/Changes ext/DB_File/DB_File.xs
5174            ! ext/DB_File/t/db-recno.t ext/DB_File/version.c
5175 ____________________________________________________________________________
5176 [ 12660] By: gsar                                  on 2001/10/25  22:44:44
5177         Log: make the dMY_CXT stuff available under all of
5178              MULTIPLICITY/PERL_OBJECT/USE_ITHREADS
5179      Branch: maint-5.6/perl
5180            ! perl.h
5181 ____________________________________________________________________________
5182 [ 12659] By: jhi                                   on 2001/10/25  21:27:23
5183         Log: Subject: [PATCH t/run/killperl.t] Re: [ID 20011025.054] Segmentation fault when using the function read not correctly
5184              From: Michael G Schwern <schwern@pobox.com>
5185              Date: Thu, 25 Oct 2001 18:28:12 -0400
5186              Message-ID: <20011025182812.M4811@blackrider>
5187      Branch: perl
5188            ! t/run/kill_perl.t
5189 ____________________________________________________________________________
5190 [ 12658] By: jhi                                   on 2001/10/25  20:54:58
5191         Log: STRLEN != int.
5192      Branch: perl
5193            ! regcomp.c regexec.c
5194 ____________________________________________________________________________
5195 [ 12657] By: jhi                                   on 2001/10/25  20:51:44
5196         Log: Subject: [PATCH] remove small IVop redundancy
5197              From: Nicholas Clark <nick@ccl4.org>
5198              Date: Thu, 25 Oct 2001 22:48:28 +0100
5199              Message-ID: <20011025224827.M66471@plum.flirble.org>
5200      Branch: perl
5201            ! pp.c pp_hot.c
5202 ____________________________________________________________________________
5203 [ 12656] By: jhi                                   on 2001/10/25  18:45:52
5204         Log: Metaconfig unit change for #12655.
5205      Branch: metaconfig/U/perl
5206            ! Extensions.U
5207 ____________________________________________________________________________
5208 [ 12655] By: jhi                                   on 2001/10/25  18:45:18
5209         Log: Subject: Re: Not OK @12650
5210              From: Andy Dougherty <doughera@lafayette.edu>
5211              Date: Thu, 25 Oct 2001 15:34:02 -0400 (EDT)
5212              Message-ID: <Pine.SOL.4.10.10110251520300.22317-100000@maxwell.phys.lafayette.edu>
5213      Branch: perl
5214            ! Configure
5215 ____________________________________________________________________________
5216 [ 12654] By: jhi                                   on 2001/10/25  18:07:58
5217         Log: Integrate changes #12652 and #12653 from maintperl;
5218              
5219              more tweaks to change#12626
5220              * move the boilerplate code over to perl.h and make DynaLoader
5221              use it
5222              * make re, Opcode, File::Glob and B threadsafe
5223              * re.xs needed s/deinstall/uninstall/ (guess nobody uses
5224              C<no re;> anywhere)
5225              
5226              include XS_VERSION in MY_CXT_KEY (tweak for change#12652)
5227              
5228              File::Glob required a bit more work in bleadperl
5229              because of ExtUtils::Constant (see the Makefile.PL change)
5230      Branch: perl
5231            ! ext/File/Glob/Glob.pm ext/File/Glob/Makefile.PL
5232           !> ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
5233           !> ext/Opcode/Opcode.xs ext/re/re.xs perl.h
5234 ____________________________________________________________________________
5235 [ 12653] By: gsar                                  on 2001/10/25  17:23:52
5236         Log: include XS_VERSION in MY_CXT_KEY (tweak for change#12652)
5237      Branch: maint-5.6/perl
5238            ! ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
5239            ! ext/Opcode/Opcode.xs ext/re/re.xs
5240 ____________________________________________________________________________
5241 [ 12652] By: gsar                                  on 2001/10/25  16:46:44
5242         Log: more tweaks to change#12626
5243              * move the boilerplate code over to perl.h and make DynaLoader
5244              use it
5245              * make re, Opcode, File::Glob and B threadsafe
5246              * re.xs needed s/deinstall/uninstall/ (guess nobody uses
5247              C<no re;> anywhere)
5248      Branch: maint-5.6/perl
5249            ! ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
5250            ! ext/Opcode/Opcode.xs ext/re/re.xs perl.h
5251 ____________________________________________________________________________
5252 [ 12651] By: jhi                                   on 2001/10/25  16:35:51
5253         Log: Metaconfig unit change for #12650.
5254      Branch: metaconfig/U/perl
5255            ! Extensions.U
5256 ____________________________________________________________________________
5257 [ 12650] By: jhi                                   on 2001/10/25  16:35:34
5258         Log: Subject: Re: ithreads doesn't like usedl=n
5259              From: Andy Dougherty <doughera@lafayette.edu>
5260              Date: Thu, 25 Oct 2001 13:16:00 -0400 (EDT)
5261              Message-ID: <Pine.SOL.4.10.10110251312200.22183-100000@maxwell.phys.lafayette.edu>
5262              
5263              Special-case threads::shared.
5264      Branch: perl
5265            ! Configure
5266 ____________________________________________________________________________
5267 [ 12649] By: jhi                                   on 2001/10/25  16:21:35
5268         Log: Getting fancier...
5269      Branch: perl
5270            ! t/TEST
5271 ____________________________________________________________________________
5272 [ 12648] By: jhi                                   on 2001/10/25  14:26:20
5273         Log: csh - what a pain.
5274      Branch: perl
5275            ! t/TEST
5276 ____________________________________________________________________________
5277 [ 12647] By: jhi                                   on 2001/10/25  14:04:01
5278         Log: Update Changes.
5279      Branch: perl
5280            ! Changes patchlevel.h
5281 ____________________________________________________________________________
5282 [ 12646] By: jhi                                   on 2001/10/25  13:34:19
5283         Log: Allow resetting the locale system for the duration
5284              of the build (Mac OS X default setting LANG=En_US
5285              ist kaputt)
5286      Branch: perl
5287            ! Makefile.SH
5288 ____________________________________________________________________________
5289 [ 12645] By: jhi                                   on 2001/10/25  13:04:17
5290         Log: Update the MD5 checksum of MD5.xs (caused by #12642)
5291      Branch: perl
5292            ! ext/Digest/MD5/t/files.t
5293 ____________________________________________________________________________
5294 [ 12644] By: jhi                                   on 2001/10/25  12:56:33
5295         Log: Subject: [PATCH] Omit needless calls to pod2man (perl@12641)
5296              From: Andy Dougherty <doughera@lafayette.edu>
5297              Date: Thu, 25 Oct 2001 09:56:57 -0400 (EDT) 
5298              Message-ID: <Pine.SOL.4.10.10110250955390.18833-100000@maxwell.phys.lafayette.edu>
5299      Branch: perl
5300            ! ext/I18N/Langinfo/Makefile.PL ext/threads/Makefile.PL
5301            ! ext/threads/shared/Makefile.PL
5302 ____________________________________________________________________________
5303 [ 12643] By: sky                                   on 2001/10/25  12:28:26
5304         Log: Add support for reference members of hashes.
5305      Branch: perl
5306            ! ext/threads/shared/shared.xs
5307 ____________________________________________________________________________
5308 [ 12642] By: ams                                   on 2001/10/25  12:21:13
5309         Log: Subject: [PATCH] ext/Digest/MD5/MD5.xs RFC typo
5310              From: "Norton Allen" <nort@qnx.com>
5311              Date: Thu, 25 Oct 2001 08:53:56 -0400 (edt)
5312              Message-Id: <200110251253.IAA180600866@rosamund.arp.harvard.edu>
5313      Branch: perl
5314            ! ext/Digest/MD5/MD5.xs
5315 ____________________________________________________________________________
5316 [ 12641] By: sky                                   on 2001/10/25  10:27:39
5317         Log: Tests shared hashes.
5318      Branch: perl
5319            + ext/threads/shared/t/hv_simple.t
5320            ! MANIFEST
5321 ____________________________________________________________________________
5322 [ 12640] By: sky                                   on 2001/10/25  10:18:23
5323         Log: Fix threadcounts for arrays and hashes.
5324      Branch: perl
5325            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
5326 ____________________________________________________________________________
5327 [ 12639] By: sky                                   on 2001/10/25  10:17:26
5328         Log: Note to self, doing *src_ary++ in a macro that evaluates
5329              the value more than once is a good way to dump core.
5330      Branch: perl
5331            ! sharedsv.c
5332 ____________________________________________________________________________
5333 [ 12638] By: jhi                                   on 2001/10/25  05:18:06
5334         Log: Integrate change #12636 from maintperl; more dl fixups.
5335      Branch: perl
5336           !> ext/DynaLoader/dl_mac.xs ext/DynaLoader/dl_next.xs
5337           !> ext/DynaLoader/dl_vms.xs
5338 ____________________________________________________________________________
5339 [ 12637] By: jhi                                   on 2001/10/25  05:14:17
5340         Log: Like dl_hpux, like dl_dld.
5341      Branch: perl
5342            ! ext/DynaLoader/dl_dld.xs
5343 ____________________________________________________________________________
5344 [ 12636] By: gsar                                  on 2001/10/25  02:34:06
5345         Log: followups to change#12635
5346      Branch: maint-5.6/perl
5347            ! ext/DynaLoader/dl_mac.xs ext/DynaLoader/dl_next.xs
5348            ! ext/DynaLoader/dl_vms.xs
5349 ____________________________________________________________________________
5350 [ 12635] By: gsar                                  on 2001/10/25  02:22:03
5351         Log: add part of change#12634 to the two files that need it; dl_aix.xs
5352              in maint-5.6 doesn't have the branch that had the problem in
5353              mainline
5354      Branch: maint-5.6/perl
5355            ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_hpux.xs
5356 ____________________________________________________________________________
5357 [ 12634] By: jhi                                   on 2001/10/25  01:53:03
5358         Log: Fixes for #12627.
5359      Branch: perl
5360            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_hpux.xs
5361 ____________________________________________________________________________
5362 [ 12633] By: jhi                                   on 2001/10/25  01:52:33
5363         Log: Since pv_uni_display and sv_uni_display are now used
5364              in the re extension, their symbols have to be exported.
5365      Branch: perl
5366            ! embed.pl global.sym
5367 ____________________________________________________________________________
5368 [ 12632] By: jhi                                   on 2001/10/25  01:00:06
5369         Log: Subject:  Re: [PATCH Perl@12567] debug /list
5370              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
5371              Date: Tue, 23 Oct 2001 21:40:33 EDT
5372              Message-Id: <011023214011.184825@DUPHY4.Physics.Drexel.Edu>
5373      Branch: perl
5374            ! configure.com
5375 ____________________________________________________________________________
5376 [ 12631] By: jhi                                   on 2001/10/25  00:25:55
5377         Log: This takes care of some of the re 'debug' cases but
5378              not all cases since the information whether the pattern
5379              or the target are utf8 seems to be either lost or not
5380              spread widely enough, sigh.
5381      Branch: perl
5382            ! regcomp.c
5383 ____________________________________________________________________________
5384 [ 12630] By: jhi                                   on 2001/10/25  00:03:07
5385         Log: Subject: [PATCH] - was RE: [PATCH perl@12443] VMS64-bitconfigure
5386              From: John Peacock <jpeacock@rowman.com>
5387              Date: Wed, 24 Oct 2001 16:53:29 -0400
5388              Message-ID: <3BD72A49.1508D152@rowman.com>
5389      Branch: perl
5390            ! configure.com
5391 ____________________________________________________________________________
5392 [ 12629] By: jhi                                   on 2001/10/24  23:16:21
5393         Log: Upgrade NetWare and WinCE as in #12626.
5394      Branch: perl
5395            ! NetWare/dl_netware.xs wince/dl_win32.xs
5396 ____________________________________________________________________________
5397 [ 12628] By: jhi                                   on 2001/10/24  23:07:00
5398         Log: Tru64 compiler nit.
5399      Branch: perl
5400            ! ext/threads/shared/shared.xs
5401 ____________________________________________________________________________
5402 [ 12627] By: jhi                                   on 2001/10/24  22:02:23
5403         Log: Integrate change #12626 from maintperl;
5404              make DynaLoader threadsafe by moving all statics into
5405              interpreter-local space
5406              
5407              TODO: Netware, OS/2, WinCE
5408      Branch: perl
5409           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
5410           !> ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_dllload.xs
5411           !> ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_dyld.xs
5412           !> ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mac.xs
5413           !> ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
5414           !> ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
5415           !> ext/DynaLoader/dlutils.c win32/dl_win32.xs
5416 ____________________________________________________________________________
5417 [ 12626] By: gsar                                  on 2001/10/24  21:43:10
5418         Log: make DynaLoader threadsafe by moving all statics into interpreter-local
5419              space
5420      Branch: maint-5.6/perl
5421            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
5422            ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_dllload.xs
5423            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_dyld.xs
5424            ! ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mac.xs
5425            ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
5426            ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
5427            ! ext/DynaLoader/dlutils.c win32/dl_win32.xs
5428 ____________________________________________________________________________
5429 [ 12625] By: sky                                   on 2001/10/24  20:05:26
5430         Log: Change #12623 inflicted an infinite hang. Fixed.
5431      Branch: perl
5432            ! ext/threads/shared/shared.xs
5433 ____________________________________________________________________________
5434 [ 12624] By: sky                                   on 2001/10/24  19:06:55
5435         Log: Adds support for hashes. Neither hashes nor arrays can contain references yet.
5436      Branch: perl
5437            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
5438 ____________________________________________________________________________
5439 [ 12623] By: sky                                   on 2001/10/24  18:06:34
5440         Log: We need to do sharedsv_find in the original perl context.
5441      Branch: perl
5442            ! ext/threads/shared/shared.xs
5443 ____________________________________________________________________________
5444 [ 12622] By: sky                                   on 2001/10/24  17:26:51
5445         Log: Add support for basic support for AVs, references not supported yet.
5446              Add test for AVs.
5447              Add more tests to sv_refs
5448              Fix documentation issues.  
5449      Branch: perl
5450            + ext/threads/shared/t/av_simple.t
5451            ! MANIFEST ext/threads/shared/shared.pm
5452            ! ext/threads/shared/shared.xs ext/threads/shared/t/sv_refs.t
5453 ____________________________________________________________________________
5454 [ 12621] By: jhi                                   on 2001/10/24  14:08:39
5455         Log: Dump Unicode better for re 'debug'.  The regprop()
5456              is unfinished since have to figure out how to detect
5457              Unicodeness in there.
5458      Branch: perl
5459            ! regcomp.c regexec.c
5460 ____________________________________________________________________________
5461 [ 12620] By: sky                                   on 2001/10/24  13:18:07
5462         Log: Add support for finding shared arrays and hashes.
5463      Branch: perl
5464            ! sharedsv.c
5465 ____________________________________________________________________________
5466 [ 12619] By: jhi                                   on 2001/10/24  13:06:24
5467         Log: Rewrite sv_uni_display() as pv_uni_display() as
5468              reimplement sv_uni_display() using that.
5469      Branch: perl
5470            ! dump.c embed.h embed.pl proto.h
5471 ____________________________________________________________________________
5472 [ 12618] By: jhi                                   on 2001/10/24  12:14:03
5473         Log: Integrate change #12615 from maintperl;
5474              on Windows, IO::File::new_tmpfile() fails after being called
5475              32767 times because MSVCRT thinks stdio's TMP_MAX is a
5476              process-wide limit
5477      Branch: perl
5478           !> win32/win32.c
5479 ____________________________________________________________________________
5480 [ 12617] By: jhi                                   on 2001/10/24  12:10:37
5481         Log: Don't try to print ints as IVs.
5482      Branch: perl
5483            ! ext/Time/HiRes/HiRes.xs
5484 ____________________________________________________________________________
5485 [ 12616] By: sky                                   on 2001/10/24  11:06:35
5486         Log: We only need to fetch the SV from the backend if the index
5487              is not the same as mg_private.     In theory this could be
5488              a problem if there are an exact multiple of U16 changes
5489              of a shared variable between two access in a given thread,
5490              we choose to avoid theory for now.
5491      Branch: perl
5492            ! ext/threads/shared/shared.xs sharedsv.c sharedsv.h
5493 ____________________________________________________________________________
5494 [ 12615] By: gsar                                  on 2001/10/24  04:09:43
5495         Log: on Windows, IO::File::new_tmpfile() fails after being called
5496              32767 times because MSVCRT thinks stdio's TMP_MAX is a
5497              process-wide limit
5498      Branch: maint-5.6/perl
5499            ! win32/win32.c
5500 ____________________________________________________________________________
5501 [ 12614] By: jhi                                   on 2001/10/23  22:19:34
5502         Log: Negation and Unicode: sort of solves 20010303.010,
5503              except not quite like reported in the Subject
5504              (Perl_warner is still utf8-ignorant).
5505      Branch: perl
5506            ! pp.c t/lib/warnings/sv
5507 ____________________________________________________________________________
5508 [ 12613] By: jhi                                   on 2001/10/23  21:53:13
5509         Log: Make the "isn't numeric" warning to show Unicode as Unicode.
5510      Branch: perl
5511            ! sv.c t/lib/warnings/sv
5512 ____________________________________________________________________________
5513 [ 12612] By: jhi                                   on 2001/10/23  21:52:45
5514         Log: sv_uni_display(): do not add the "...", let the caller
5515              do it if wanted, and be prepared for more display options.
5516      Branch: perl
5517            ! dump.c embed.h embed.pl proto.h
5518 ____________________________________________________________________________
5519 [ 12611] By: nick                                  on 2001/10/23  20:28:07
5520         Log: Integrate mainline
5521      Branch: perlio
5522           !> Changes configure.com cygwin/cygwin.c
5523           !> ext/DynaLoader/DynaLoader_pm.PL ext/File/Glob/t/basic.t
5524           !> ext/Time/HiRes/HiRes.t ext/Time/HiRes/HiRes.xs lib/AutoSplit.t
5525           !> lib/File/Spec.t lib/File/Spec/Mac.pm lib/File/Spec/Win32.pm
5526           !> lib/Net/Domain.pm patchlevel.h perl.c perlio.c
5527           !> pod/perlunicode.pod pp.c t/TEST t/op/lc.t t/op/taint.t
5528           !> utils/h2xs.PL utils/perldoc.PL
5529 ____________________________________________________________________________
5530 [ 12610] By: sky                                   on 2001/10/23  19:39:24
5531         Log: Change #12607 introduced a bug, seems like some MAGICAL svs don't call themselves
5532              READONLY but still dies with modification attempt. We only call bless for ext and
5533              umagic.
5534      Branch: perl
5535            ! sv.c
5536 ____________________________________________________________________________
5537 [ 12609] By: jhi                                   on 2001/10/23  19:35:02
5538         Log: Croak() on negative time; doc tweaks.
5539      Branch: perl
5540            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
5541            ! ext/Time/HiRes/HiRes.xs
5542 ____________________________________________________________________________
5543 [ 12608] By: jhi                                   on 2001/10/23  18:38:03
5544         Log: FAQ sync.
5545      Branch: perl
5546            ! pod/perlfaq4.pod pod/perlfaq7.pod
5547 ____________________________________________________________________________
5548 [ 12607] By: sky                                   on 2001/10/23  18:27:27
5549         Log: Call setmagic on the referant we blessing!
5550      Branch: perl
5551            ! sv.c
5552 ____________________________________________________________________________
5553 [ 12606] By: jhi                                   on 2001/10/23  16:30:00
5554         Log: Small test nits.
5555      Branch: perl
5556            ! t/op/lc.t
5557 ____________________________________________________________________________
5558 [ 12605] By: jhi                                   on 2001/10/23  13:08:32
5559         Log: Update Changes.
5560      Branch: perl
5561            ! Changes patchlevel.h
5562 ____________________________________________________________________________
5563 [ 12604] By: jhi                                   on 2001/10/23  13:03:21
5564         Log: Make the PerlIO_init() prototypes consistent.
5565      Branch: perl
5566            ! perlio.c
5567 ____________________________________________________________________________
5568 [ 12603] By: jhi                                   on 2001/10/23  12:54:52
5569         Log: Upping the test count is a good idea.
5570      Branch: perl
5571            ! t/op/lc.t
5572 ____________________________________________________________________________
5573 [ 12602] By: jhi                                   on 2001/10/23  12:52:10
5574         Log: Document the final sigma spot.
5575      Branch: perl
5576            ! pp.c
5577 ____________________________________________________________________________
5578 [ 12601] By: jhi                                   on 2001/10/23  12:26:12
5579         Log: Fix multicharacter titlecase (ucfirst).
5580      Branch: perl
5581            ! pod/perlunicode.pod pp.c t/op/lc.t
5582 ____________________________________________________________________________
5583 [ 12600] By: jhi                                   on 2001/10/23  11:47:19
5584         Log: Subject: [PATCH 5.6.1 perldoc] one more touch on File::Temp
5585              From: Mikhail Zabaluev <mhz@alt-linux.org>
5586              Date: Tue, 23 Oct 2001 10:40:37 +0400
5587              Message-ID: <20011023104037.A12761@localhost.localdomain>
5588              
5589              (#12406 replaced with this)
5590      Branch: perl
5591            ! utils/perldoc.PL
5592 ____________________________________________________________________________
5593 [ 12599] By: jhi                                   on 2001/10/23  00:26:17
5594         Log: MacOS Classic updates from Pudge.
5595      Branch: perl
5596            ! lib/File/Spec.t lib/File/Spec/Mac.pm
5597 ____________________________________________________________________________
5598 [ 12598] By: jhi                                   on 2001/10/22  22:32:59
5599         Log: Subject: [PATCH bleadperl] AutoSplit.t now passes (partialy) on Win32
5600              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
5601              Date: Sun, 14 Oct 2001 23:14:46 +0200
5602              Message-ID: <265984377.20011014231446@tesla.rcub.bg.ac.yu>
5603              
5604              except for the 2->4 changes.
5605      Branch: perl
5606            ! lib/AutoSplit.t
5607 ____________________________________________________________________________
5608 [ 12597] By: gsar                                  on 2001/10/22  22:02:50
5609         Log: integrate macperl contents into maint-5.6
5610      Branch: maint-5.6/perl
5611            ! mg.c
5612           !> AUTHORS README.macos ext/DynaLoader/DynaLoader_pm.PL
5613           !> ext/DynaLoader/dl_mac.xs lib/File/Find.pm lib/File/Spec.pm
5614           !> lib/File/Spec/Epoc.pm lib/File/Spec/Functions.pm
5615           !> lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
5616           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm lib/File/Temp.pm
5617           !> perl.c perl.h pod/perlport.pod t/lib/filefind-taint.t
5618           !> t/lib/filefind.t t/lib/filespec.t
5619 ____________________________________________________________________________
5620 [ 12596] By: jhi                                   on 2001/10/22  21:43:44
5621         Log: At some point the #6234 has been lost from the mainline
5622              (noticed by Pudge; what's a Mac guy doing reading Win modules? :-)
5623      Branch: perl
5624            ! lib/File/Spec/Win32.pm
5625 ____________________________________________________________________________
5626 [ 12595] By: jhi                                   on 2001/10/22  21:31:31
5627         Log: Cygwin seems to round up (or closest, but not down)
5628              for time(), so half of the time (bad pun intended)
5629              Time::HiRes::time() is less than time(), half of
5630              the time it's more.  So let's try harder in the loop.
5631      Branch: perl
5632            ! ext/Time/HiRes/HiRes.t
5633 ____________________________________________________________________________
5634 [ 12594] By: jhi                                   on 2001/10/22  21:23:15
5635         Log: MacOS Classic timeofday(), from Chris Nandor. 
5636      Branch: perl
5637            ! ext/Time/HiRes/HiRes.xs
5638 ____________________________________________________________________________
5639 [ 12593] By: jhi                                   on 2001/10/22  21:17:39
5640         Log: Integrate changes #12580 and #12581 from macperl;
5641              
5642              Fix path construction.
5643              
5644              (Copyright) Nit.
5645      Branch: perl
5646           !> ext/DynaLoader/DynaLoader_pm.PL perl.c
5647 ____________________________________________________________________________
5648 [ 12592] By: jhi                                   on 2001/10/22  21:00:18
5649         Log: No domainname(1) in Cygwin, either, and the 2>/dev/null
5650              doesn't seem to help (the error being output to console, maybe?)
5651      Branch: perl
5652            ! lib/Net/Domain.pm
5653 ____________________________________________________________________________
5654 [ 12591] By: jhi                                   on 2001/10/22  20:55:08
5655         Log: Taint the getcwd() result also in Cygwin.
5656              (TODO: which other platforms need the same thing?)
5657      Branch: perl
5658            ! cygwin/cygwin.c
5659 ____________________________________________________________________________
5660 [ 12590] By: jhi                                   on 2001/10/22  20:27:47
5661         Log: Pretty hard for eval { setpwent(); getpwent(); 1 } to return false.
5662      Branch: perl
5663            ! t/op/taint.t
5664 ____________________________________________________________________________
5665 [ 12589] By: jhi                                   on 2001/10/22  20:10:40
5666         Log: getpwuid() fragility continues.
5667      Branch: perl
5668            ! utils/h2xs.PL
5669 ____________________________________________________________________________
5670 [ 12588] By: jhi                                   on 2001/10/22  19:58:34
5671         Log: getpwuid() might succeed but that's no guarantee
5672              that the $home will be defined.
5673      Branch: perl
5674            ! ext/File/Glob/t/basic.t
5675 ____________________________________________________________________________
5676 [ 12587] By: jhi                                   on 2001/10/22  19:50:35
5677         Log: It's safer to to expand the variable, too... (see #12571)
5678      Branch: perl
5679            ! t/TEST
5680 ____________________________________________________________________________
5681 [ 12586] By: pudge                                 on 2001/10/22  19:42:04
5682         Log: Integrate with maintperl.
5683      Branch: maint-5.6/macperl
5684           !> win32/bin/pl2bat.pl win32/win32.c
5685 ____________________________________________________________________________
5686 [ 12585] By: pudge                                 on 2001/10/22  19:32:02
5687         Log: Oops, forgot to include Win32 ... just as well, since it
5688              seems in bleadperl, change #7764 was not included
5689              (adding C:\temp).  Re-added.  Rip it back out if it
5690              doesn't belong.  :-)
5691      Branch: maint-5.6/macperl
5692            ! lib/File/Spec/Win32.pm
5693 ____________________________________________________________________________
5694 [ 12584] By: jhi                                   on 2001/10/22  19:26:47
5695         Log: Subject: [PATCH perl@12567] configure.com: no threads/shared without ithreads
5696              From: "Craig A. Berry" <craigberry@mac.com>
5697              Date: Mon, 22 Oct 2001 15:25:19 -0500
5698              Message-Id: <5.1.0.14.2.20011022151232.032544e8@exchi01>
5699      Branch: perl
5700            ! configure.com
5701 ____________________________________________________________________________
5702 [ 12583] By: pudge                                 on 2001/10/22  19:26:00
5703         Log: Add in lots of File::Spec changes, from Thomas Wegner,
5704              and sync with changes from bleadperl.
5705      Branch: maint-5.6/macperl
5706            ! lib/File/Spec.pm lib/File/Spec/Epoc.pm
5707            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
5708            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
5709            ! lib/File/Spec/Win32.pm t/lib/filespec.t
5710 ____________________________________________________________________________
5711 [ 12582] By: pudge                                 on 2001/10/22  19:23:28
5712         Log: Sync with latest File::Find and tests from bleadperl.
5713      Branch: maint-5.6/macperl
5714            ! lib/File/Find.pm t/lib/filefind-taint.t t/lib/filefind.t
5715 ____________________________________________________________________________
5716 [ 12581] By: pudge                                 on 2001/10/22  19:22:12
5717         Log: Nit.
5718      Branch: maint-5.6/macperl
5719            ! perl.c
5720 ____________________________________________________________________________
5721 [ 12580] By: pudge                                 on 2001/10/22  19:21:37
5722         Log: Fix path construction.
5723      Branch: maint-5.6/macperl
5724            ! ext/DynaLoader/DynaLoader_pm.PL
5725 ____________________________________________________________________________
5726 [ 12579] By: nick                                  on 2001/10/22  19:08:35
5727         Log: Integrate mainline (for Arthurs thread.xs fix)
5728      Branch: perlio
5729           !> ext/threads/threads.xs lib/Net/Domain.pm t/TEST t/op/groups.t
5730 ____________________________________________________________________________
5731 [ 12578] By: pudge                                 on 2001/10/22  19:02:34
5732         Log: Fix up exported symbols, move relevant docs
5733              over from macperl.pod.
5734      Branch: maint-5.6/macperl
5735            ! macos/ext/MacPerl/MacPerl.pm
5736 ____________________________________________________________________________
5737 [ 12577] By: pudge                                 on 2001/10/22  19:01:38
5738         Log: Make ADDRESS called optionally as a method.
5739      Branch: maint-5.6/macperl
5740            ! macos/lib/Mac/Glue.pm
5741 ____________________________________________________________________________
5742 [ 12576] By: pudge                                 on 2001/10/22  18:58:22
5743         Log: Fix exit code (MacPerl bug #422129) and add Stop Script
5744              Apple event.
5745      Branch: maint-5.6/macperl
5746            ! macos/macish.c macos/macish.h macos/macperl/MPAppleEvents.c
5747            ! macos/macperl/MPConsole.cp macos/macperl/MPMain.c
5748            ! macos/macperl/MPTerminology.aete
5749 ____________________________________________________________________________
5750 [ 12575] By: pudge                                 on 2001/10/22  18:56:34
5751         Log: Clean up some build utilities. Change Entab to Duplicate;
5752              fix docs and error reporting; improve macify() of paths;
5753              remove requirement for Exporter.pm presence.
5754      Branch: maint-5.6/macperl
5755            ! macos/InstallBLIB macos/MacPerlTests.cmd
5756            ! macos/lib/ExtUtils/MM_MacOS.pm macos/lib/Mac/BuildTools.pm
5757 ____________________________________________________________________________
5758 [ 12574] By: pudge                                 on 2001/10/22  18:53:28
5759         Log: Sync Time::HiRes with bleadperl
5760      Branch: maint-5.6/macperl
5761            ! macos/bundled_ext/Time/HiRes/HiRes.pm
5762            ! macos/bundled_ext/Time/HiRes/HiRes.t
5763            ! macos/bundled_ext/Time/HiRes/HiRes.xs
5764 ____________________________________________________________________________
5765 [ 12573] By: pudge                                 on 2001/10/22  18:52:58
5766         Log: Fix up Changes
5767      Branch: maint-5.6/macperl
5768            ! macos/Changes
5769 ____________________________________________________________________________
5770 [ 12572] By: jhi                                   on 2001/10/22  18:49:32
5771         Log: A user might belong to only a single group
5772              (the group equal to the group id).
5773      Branch: perl
5774            ! t/op/groups.t
5775 ____________________________________________________________________________
5776 [ 12571] By: jhi                                   on 2001/10/22  18:36:46
5777         Log: Prepending (instead of replacing with) the pwd is safer. 
5778      Branch: perl
5779            ! t/TEST
5780 ____________________________________________________________________________
5781 [ 12570] By: jhi                                   on 2001/10/22  18:34:54
5782         Log: Be more robust if no hostname or domainname
5783              (especially the latter)
5784      Branch: perl
5785            ! lib/Net/Domain.pm
5786 ____________________________________________________________________________
5787 [ 12569] By: sky                                   on 2001/10/22  17:41:07
5788         Log: Flush IO buffers before starting a thread, this mimics fork and seems like a saneer behaviour.
5789      Branch: perl
5790            ! ext/threads/threads.xs
5791 ____________________________________________________________________________
5792 [ 12568] By: nick                                  on 2001/10/22  16:31:24
5793         Log: Integrate mainline
5794      Branch: perlio
5795           +> ext/threads/shared/Makefile.PL ext/threads/shared/README
5796           +> ext/threads/shared/shared.pm ext/threads/shared/shared.xs
5797           +> ext/threads/shared/t/sv_refs.t
5798           +> ext/threads/shared/t/sv_simple.t pod/perlpodspec.pod
5799            - lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
5800            - lib/unicore/To/SpecUpper.pl
5801           !> (integrate 42 files)
5802 ____________________________________________________________________________
5803 [ 12567] By: jhi                                   on 2001/10/22  12:56:20
5804         Log: Update Changes.
5805      Branch: perl
5806            ! Changes patchlevel.h
5807 ____________________________________________________________________________
5808 [ 12566] By: jhi                                   on 2001/10/22  12:22:29
5809         Log: Subject: [PATCH pod/perlvar.pod] Undeprecating $]
5810              From: Michael G Schwern <schwern@pobox.com>
5811              Date: Mon, 22 Oct 2001 03:48:38 -0400
5812              Message-ID: <20011022034838.B1676@blackrider>
5813      Branch: perl
5814            ! pod/perlvar.pod
5815 ____________________________________________________________________________
5816 [ 12565] By: jhi                                   on 2001/10/22  12:21:28
5817         Log: Pod nits, as suggested by Stas Bekman.
5818      Branch: perl
5819            ! ext/threads/shared/shared.pm ext/threads/threads.pm
5820 ____________________________________________________________________________
5821 [ 12564] By: jhi                                   on 2001/10/22  12:17:00
5822         Log: Subject: [PATCH @ ] Fix for FETCH/NEXTKEY problem in all *DB*_File modules
5823              From: "Paul Marquess" <paul.marquess@openwave.com> 
5824              Date: Sun, 21 Oct 2001 21:11:15 +0100
5825              Message-ID: <AIEAJICLCBDNAAOLLOKLAEOMDCAA.paul.marquess@openwave.com>
5826      Branch: perl
5827            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
5828            ! ext/DB_File/t/db-hash.t ext/GDBM_File/GDBM_File.xs
5829            ! ext/GDBM_File/gdbm.t ext/GDBM_File/typemap
5830            ! ext/NDBM_File/NDBM_File.xs ext/NDBM_File/ndbm.t
5831            ! ext/ODBM_File/ODBM_File.xs ext/ODBM_File/odbm.t
5832            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.xs
5833            ! ext/SDBM_File/sdbm.t
5834 ____________________________________________________________________________
5835 [ 12563] By: jhi                                   on 2001/10/22  12:15:19
5836         Log: Integrate change #12559 from maintperl;
5837              various fixes for system() and backticks under windows
5838      Branch: perl
5839           !> win32/win32.c
5840 ____________________________________________________________________________
5841 [ 12562] By: jhi                                   on 2001/10/22  12:05:35
5842         Log: Integrate change #12560 from maintperl;
5843              make pl2bat use %0 rather than "%0" (the latter fails to work
5844              in a lot of common cases)
5845      Branch: perl
5846           !> win32/bin/pl2bat.pl
5847 ____________________________________________________________________________
5848 [ 12561] By: jhi                                   on 2001/10/22  12:00:23
5849         Log: Integrate changes #12549 and #12550 from maintperl;
5850              
5851              readline() doesn't work with our variables; it confuses them with
5852              my variables (change#4227 was incomplete)
5853      Branch: perl
5854            ! t/lib/strict/vars
5855           !> t/base/rs.t toke.c
5856 ____________________________________________________________________________
5857 [ 12560] By: gsar                                  on 2001/10/22  09:51:59
5858         Log: make pl2bat use %0 rather than "%0" (the latter fails to work
5859              in a lot of common cases)
5860      Branch: maint-5.6/perl
5861            ! win32/bin/pl2bat.pl
5862 ____________________________________________________________________________
5863 [ 12559] By: gsar                                  on 2001/10/22  09:49:51
5864         Log: various fixes for system() and backticks under windows:
5865              
5866              * avoid munging whitespace that is passed within quotes
5867              * work around a cmd.exe misfeature that made multi-arg
5868              system() unreliable when there is more than one quoted
5869              argument
5870              * make multi-arg system() autoquote arguments as needed
5871              before passing them to the shell (this avoids having to
5872              second guess the shell quoting)
5873              * perl's -Dp switch can be used to trace the innards
5874      Branch: maint-5.6/perl
5875            ! win32/win32.c
5876 ____________________________________________________________________________
5877 [ 12558] By: nick                                  on 2001/10/22  08:58:42
5878         Log: Integrate ithreads buffer flush fix from perlio
5879      Branch: perl
5880           !> ext/threads/t/basic.t perl.c
5881 ____________________________________________________________________________
5882 [ 12557] By: nick                                  on 2001/10/22  08:35:09
5883         Log: All tests pass (legitimately) on ithreads
5884      Branch: perlio
5885            ! ext/threads/t/basic.t perl.c
5886 ____________________________________________________________________________
5887 [ 12556] By: nick                                  on 2001/10/22  06:51:22
5888         Log: Integrate non-ithreads fix to mainline
5889      Branch: perl
5890           !> perlio.c
5891 ____________________________________________________________________________
5892 [ 12555] By: nick                                  on 2001/10/22  06:48:33
5893         Log: Restore non-ithreads build. Interestingly binmode test passes
5894              non-ithreads - so crlf layer is not damaged and ithreads fail
5895              is a symptom ...
5896      Branch: perlio
5897            ! perlio.c
5898 ____________________________________________________________________________
5899 [ 12554] By: jhi                                   on 2001/10/21  22:21:55
5900         Log: Integrate from perlio; restructuring.
5901      Branch: perl
5902           !> embed.h embedvar.h intrpvar.h perl.c perlapi.h perlio.c
5903           !> perlio.h perliol.h pod/perlapi.pod sv.c win32/makefile.mk
5904           !> win32/perlhost.h
5905 ____________________________________________________________________________
5906 [ 12553] By: pudge                                 on 2001/10/21  21:51:34
5907         Log: Integrate from maintperl
5908              (Changes 12350, 12496, 12548, 12549, 12550)
5909      Branch: maint-5.6/macperl
5910           !> ext/IO/lib/IO/Seekable.pm lib/Carp/Heavy.pm t/base/rs.t
5911           !> t/lib/filefind-taint.t t/pragma/strict-vars toke.c
5912 ____________________________________________________________________________
5913 [ 12552] By: nick                                  on 2001/10/21  19:18:12
5914         Log: Win32 PerlIO_cleanup special cases should no longer be required.
5915      Branch: perlio
5916            ! perl.c
5917 ____________________________________________________________________________
5918 [ 12551] By: nick                                  on 2001/10/21  19:16:56
5919         Log: Multiple win32io.o is fatal for GCC (and noise with VC++)
5920      Branch: perlio
5921            ! win32/makefile.mk
5922 ____________________________________________________________________________
5923 [ 12550] By: gsar                                  on 2001/10/21  19:05:54
5924         Log: change#12549 wasn't aware of strictures
5925      Branch: maint-5.6/perl
5926            ! t/pragma/strict-vars toke.c
5927 ____________________________________________________________________________
5928 [ 12549] By: gsar                                  on 2001/10/21  18:03:19
5929         Log: readline() doesn't work with our variables; it confuses them with
5930              my variables (change#4227 was incomplete)
5931      Branch: maint-5.6/perl
5932            ! t/base/rs.t toke.c
5933 ____________________________________________________________________________
5934 [ 12548] By: gsar                                  on 2001/10/21  17:48:01
5935         Log: change#12220 appears to have pulled in a mainline change that
5936              isn't applicable to maint-5.6 (some platforms don't taint
5937              cwd)
5938      Branch: maint-5.6/perl
5939            ! t/lib/filefind-taint.t
5940 ____________________________________________________________________________
5941 [ 12547] By: nick                                  on 2001/10/21  17:15:54
5942         Log: Convert rest of PerlIO's memory tables to per-interp and add clone functions
5943              for them. Call explicit cleanup during destruct process.
5944              - one binmode test is failing
5945              - also ext/threads/t/basic.t fails under make test, and is noisy under
5946              harness. (Threads results are intermingled and don't match order expected.)
5947      Branch: perlio
5948            ! embed.h embedvar.h intrpvar.h perl.c perlapi.h perlio.c
5949            ! perlio.h perliol.h pod/perlapi.pod sv.c
5950 ____________________________________________________________________________
5951 [ 12546] By: jhi                                   on 2001/10/21  16:12:08
5952         Log: Implement multicharacter case mappings where a single
5953              Unicode character can be mapped into several.
5954      Branch: perl
5955            - lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
5956            - lib/unicore/To/SpecUpper.pl
5957            ! MANIFEST embed.h embed.pl global.sym lib/unicore/To/Lower.pl
5958            ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
5959            ! lib/unicore/mktables pod/perlfunc.pod pod/perlunicode.pod pp.c
5960            ! proto.h t/op/lc.t utf8.c
5961 ____________________________________________________________________________
5962 [ 12545] By: sky                                   on 2001/10/21  15:25:16
5963         Log: First support of threads::shared, support shared svs and references.
5964      Branch: perl
5965            + ext/threads/shared/Makefile.PL ext/threads/shared/README
5966            + ext/threads/shared/shared.pm ext/threads/shared/shared.xs
5967            + ext/threads/shared/t/sv_refs.t
5968            + ext/threads/shared/t/sv_simple.t
5969            ! MANIFEST sharedsv.c
5970 ____________________________________________________________________________
5971 [ 12544] By: nick                                  on 2001/10/21  14:52:35
5972         Log: PerlIO layer table as PL_perlio (per-interpreter)
5973      Branch: perlio
5974            ! embed.h embedvar.h intrpvar.h perlapi.h perlio.c perlio.h
5975            ! pod/perlapi.pod sv.c
5976 ____________________________________________________________________________
5977 [ 12543] By: jhi                                   on 2001/10/21  13:36:40
5978         Log: Prettyprinting.
5979      Branch: perl
5980            ! pod/perlunicode.pod
5981 ____________________________________________________________________________
5982 [ 12542] By: ams                                   on 2001/10/21  03:50:25
5983         Log: Subject: perlpodspec and perlpod rewrite, draft 3 "final"
5984              From: "Sean M. Burke" <sburke@cpan.org>
5985              Date: Sat, 20 Oct 2001 17:51:09 -0600
5986              Message-Id: <3.0.6.32.20011020175109.007cb3d0@mail.spinn.net>
5987      Branch: perl
5988            + pod/perlpodspec.pod
5989            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlpod.pod
5990            ! pod/perltoc.pod
5991 ____________________________________________________________________________
5992 [ 12541] By: nick                                  on 2001/10/20  22:23:53
5993         Log: Fix typos in new locking on MemShared
5994              Make buffers in PerlIOBuf_* in per-thread heap (they are cloned after all...)
5995              - seems to make segfaults more deterministic - suspect they are 
5996              attempt to free() after Interp and Host have gone.
5997      Branch: perlio
5998            ! perlio.c win32/perlhost.h
5999 ____________________________________________________________________________
6000 [ 12540] By: nick                                  on 2001/10/20  21:50:46
6001         Log: Remove the MemShared re-#define (again)
6002      Branch: perlio
6003            ! perlio.c
6004 ____________________________________________________________________________
6005 [ 12539] By: nick                                  on 2001/10/20  21:49:06
6006         Log: Use locks on MemShared
6007      Branch: perlio
6008            ! win32/perlhost.h
6009 ____________________________________________________________________________
6010 [ 12538] By: jhi                                   on 2001/10/20  17:31:07
6011         Log: Subject: [REPATCH installhtml] Re: installhtml needs a good beating out
6012              From: "chromatic" <chromatic@rmci.net>
6013              Date: Sat, 20 Oct 2001 11:13:47 -0600
6014              Message-ID: <20011020172003.60024.qmail@onion.perl.org>
6015      Branch: perl
6016            ! installhtml
6017 ____________________________________________________________________________
6018 [ 12537] By: nick                                  on 2001/10/20  16:44:03
6019         Log: Integrate mainline
6020      Branch: perlio
6021           !> (integrate 48 files)
6022 ____________________________________________________________________________
6023 [ 12536] By: jhi                                   on 2001/10/20  15:58:00
6024         Log: Update Changes.
6025      Branch: perl
6026            ! Changes patchlevel.h
6027 ____________________________________________________________________________
6028 [ 12535] By: jhi                                   on 2001/10/20  15:18:57
6029         Log: Upgrade to podlators 1.11, from Russ Allbery.
6030      Branch: perl
6031            ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
6032            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
6033            ! pod/pod2man.PL pod/pod2text.PL
6034 ____________________________________________________________________________
6035 [ 12534] By: jhi                                   on 2001/10/20  15:14:25
6036         Log: Integrate perlio change #12532:
6037              introduce and use PerlIO_intmod2str().
6038      Branch: perl
6039           !> doio.c lib/Net/Domain.pm perlio.c perlio.h
6040 ____________________________________________________________________________
6041 [ 12533] By: jhi                                   on 2001/10/20  14:42:33
6042         Log: Update to Getopt::Long 2.26_02, from Johan Vromans.
6043      Branch: perl
6044            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES lib/newgetopt.pl
6045 ____________________________________________________________________________
6046 [ 12532] By: nick                                  on 2001/10/20  14:25:37
6047         Log: Extract doio.c's open(2) mode to string conversion as PerlIO_intmod2str()
6048              Use for non-PERLIO fdupopen().
6049      Branch: perlio
6050            ! doio.c lib/Net/Domain.pm perlio.c perlio.h
6051 ____________________________________________________________________________
6052 [ 12531] By: jhi                                   on 2001/10/20  14:05:47
6053         Log: Integrate perlio: PerlIO win32 fixes.
6054      Branch: perl
6055           !> embed.h embed.pl embedvar.h ext/threads/threads.xs global.sym
6056           !> perl.h perlapi.c perlapi.h perlio.c perlsdio.h pod/perlapi.pod
6057           !> proto.h sv.h win32/win32io.c
6058 ____________________________________________________________________________
6059 [ 12530] By: nick                                  on 2001/10/20  12:53:30
6060         Log: Fixed in two places - p4 resolve
6061      Branch: perlio
6062            ! perlsdio.h
6063 ____________________________________________________________________________
6064 [ 12529] By: nick                                  on 2001/10/20  12:51:05
6065         Log: Fix for ithreads/stdio build
6066      Branch: perlio
6067            ! perlio.c perlsdio.h
6068 ____________________________________________________________________________
6069 [ 12528] By: ams                                   on 2001/10/20  12:13:25
6070         Log: Subject: [PATCH installman] Using Pod::Man instead of pod2man
6071              From: Michael G Schwern <schwern@pobox.com>
6072              Date: Sat, 20 Oct 2001 01:41:21 -0400
6073              Message-Id: <20011020014121.I3681@blackrider>
6074      Branch: perl
6075            ! installman
6076 ____________________________________________________________________________
6077 [ 12527] By: ams                                   on 2001/10/20  12:09:41
6078         Log: Subject: [PATCH lib/Pod/Checker.pm] Minor typo
6079              From: Michael G Schwern <schwern@pobox.com>
6080              Date: Sat, 20 Oct 2001 02:04:21 -0400
6081              Message-Id: <20011020020421.A11732@blackrider>
6082      Branch: perl
6083            ! lib/Pod/Checker.pm
6084 ____________________________________________________________________________
6085 [ 12526] By: ams                                   on 2001/10/20  11:59:41
6086         Log: Subject: [PATCH lib/Net/Config.pm] Fix Some Pod Typos
6087              From: "chromatic" <chromatic@rmci.net>
6088              Date: Fri, 19 Oct 2001 22:46:39 -0600
6089              Message-Id: <20011020045254.73112.qmail@onion.perl.org>
6090      Branch: perl
6091            ! lib/Net/Config.pm
6092 ____________________________________________________________________________
6093 [ 12525] By: nick                                  on 2001/10/20  11:16:18
6094         Log: Avoid calling (now non-existant) Perl_sv_setsv(), by calling
6095              Perl_sv_setsv_flags directly.
6096      Branch: perlio
6097            ! ext/threads/threads.xs
6098 ____________________________________________________________________________
6099 [ 12524] By: nick                                  on 2001/10/20  10:28:17
6100         Log: Add a new flag character 'm' to embed.pl set to represent
6101              "functions" which are really macros. Use it foe the troublesome
6102              sv_setsv() etc. macros in sv.h - changing latter to define
6103              sv_setsv rather than sv_setsv_macro etc.
6104      Branch: perlio
6105            ! embed.h embed.pl embedvar.h global.sym perlapi.c perlapi.h
6106            ! pod/perlapi.pod proto.h sv.h
6107 ____________________________________________________________________________
6108 [ 12523] By: nick                                  on 2001/10/20  09:17:17
6109         Log: Add comments explaining why win32.h/embed.h are included where they are
6110              in perl.h 
6111      Branch: perlio
6112            ! perl.h
6113 ____________________________________________________________________________
6114 [ 12522] By: nick                                  on 2001/10/20  08:27:44
6115         Log: Code PerlIOWin32_dup - does not fix Win32 problems as :win32 is not 
6116              being used yet.
6117      Branch: perlio
6118            ! win32/win32io.c
6119 ____________________________________________________________________________
6120 [ 12521] By: jhi                                   on 2001/10/20  02:36:21
6121         Log: Wording tweaks.
6122      Branch: perl
6123            ! t/TEST
6124 ____________________________________________________________________________
6125 [ 12520] By: jhi                                   on 2001/10/20  01:02:26
6126         Log: Subject: IO module with nonblocking socket connect patch 
6127              From: Raul Dias <raul@dias.com.br>
6128              Date: Fri, 19 Oct 2001 22:45:32 -0300
6129              Message-Id: <200110200145.f9K1jWW08398@stratus.swi.com.br>     
6130      Branch: perl
6131            ! ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
6132 ____________________________________________________________________________
6133 [ 12519] By: jhi                                   on 2001/10/20  00:51:07
6134         Log: Test vertical whitespace combined with /x in \p{}.
6135      Branch: perl
6136            ! t/op/pat.t
6137 ____________________________________________________________________________
6138 [ 12518] By: jhi                                   on 2001/10/20  00:13:47
6139         Log: Subject: [PATCH] PERL_MM_USE_DEFAULT
6140              From: Gisle Aas <gisle@ActiveState.com> 
6141              Date: 19 Oct 2001 16:46:02 -0700
6142              Message-ID: <lrofn3i479.fsf_-_@caliper.ActiveState.com> 
6143      Branch: perl
6144            ! lib/ExtUtils/MakeMaker.pm
6145 ____________________________________________________________________________
6146 [ 12517] By: jhi                                   on 2001/10/19  23:59:34
6147         Log: No more this symbol.
6148      Branch: perl
6149            ! makedef.pl
6150 ____________________________________________________________________________
6151 [ 12516] By: jhi                                   on 2001/10/19  23:57:48
6152         Log: Integrate change #12511; fix gross win32 build issues.
6153      Branch: perl
6154           !> makedef.pl sv.c
6155 ____________________________________________________________________________
6156 [ 12515] By: jhi                                   on 2001/10/19  23:16:06
6157         Log: Unpack in scalar context should return the first value
6158              returned in list context, as pointed out by Ton Hospel
6159              in 2001-05-21 (this is how it works already in blead,
6160              just adding the test).
6161      Branch: perl
6162            ! t/op/pack.t
6163 ____________________________________________________________________________
6164 [ 12514] By: jhi                                   on 2001/10/19  21:10:43
6165         Log: Subject: [PATCH perl@12494] perldoc.PL tweak for VMS
6166              From: "Craig A. Berry" <craigberry@mac.com>
6167              Date: Fri, 19 Oct 2001 16:59:30 -0500
6168              Message-Id: <5.1.0.14.2.20011019162623.021e3868@exchi01>
6169      Branch: perl
6170            ! utils/perldoc.PL
6171 ____________________________________________________________________________
6172 [ 12513] By: jhi                                   on 2001/10/19  21:09:27
6173         Log: Subject: [PATCH Perl@12494] vmsish fix, ieee rand() cleanup
6174              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
6175              Date: Fri, 19 Oct 2001 17:45:23 EDT
6176              Message-Id: <011019174427.d749b@DUPHY4.Physics.Drexel.Edu>
6177      Branch: perl
6178            ! configure.com dump.c ext/B/t/stash.t op.c op.h opcode.h
6179            ! opcode.pl perl.c perl.h perlvars.h pp.sym pp_ctl.c pp_proto.h
6180            ! pp_sys.c vms/ext/vmsish.pm vms/ext/vmsish.t vms/vms.c
6181            ! vms/vmsish.h
6182 ____________________________________________________________________________
6183 [ 12512] By: jhi                                   on 2001/10/19  20:28:48
6184         Log: Subject: [PATCH Perl@12494] two fake test failures on VMS fixed
6185              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
6186              Date: Fri, 19 Oct 2001 17:26:35 EDT
6187              Message-Id: <011019172623.11292c@DUPHY4.Physics.Drexel.Edu>
6188      Branch: perl
6189            ! lib/Term/Complete.t lib/Test/Simple/t/output.t
6190 ____________________________________________________________________________
6191 [ 12511] By: nick                                  on 2001/10/19  19:55:36
6192         Log: Fix gross win32 build issues
6193      Branch: perlio
6194            ! makedef.pl sv.c
6195 ____________________________________________________________________________
6196 [ 12510] By: jhi                                   on 2001/10/19  19:52:17
6197         Log: Subject: Re: find2perl and File::Find on cdrom filesystems (with Tel's patch applied to perl-current)
6198              From: David Dyck <dcd@tc.fluke.com>
6199              Date: Fri, 19 Oct 2001 13:36:09 -0700 (PDT)
6200              Message-ID: <Pine.LNX.4.33.0110191309310.28510-100000@dd.tc.fluke.com>
6201      Branch: perl
6202            ! lib/File/Find.pm
6203 ____________________________________________________________________________
6204 [ 12509] By: jhi                                   on 2001/10/19  19:01:46
6205         Log: Subject: Re: PerlIO and Encode
6206              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
6207              Date: Tue, 16 Oct 2001 01:50:16 +0900
6208              Message-Id: <20011016014150.0C8E.BQW10602@nifty.com>
6209      Branch: perl
6210            ! ext/Encode/Encode.pm ext/Encode/Encode/Tcl.pm
6211            ! ext/Encode/Encode/Tcl.t
6212 ____________________________________________________________________________
6213 [ 12508] By: ams                                   on 2001/10/19  17:59:16
6214         Log: C<foo I<bar>> hunks from <20011019014551.A35625@not.autrijus.org>.
6215              (See #12499)
6216      Branch: perl
6217            ! pod/perlintro.pod
6218 ____________________________________________________________________________
6219 [ 12507] By: nick                                  on 2001/10/19  16:30:43
6220         Log: Integrate mainline
6221      Branch: perlio
6222           +> lib/Test/Builder.pm lib/Test/Simple/t/Builder.t
6223           +> lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/import.t
6224           +> lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/no_ending.t
6225           +> lib/Test/Simple/t/no_header.t lib/Test/Simple/t/output.t
6226           +> lib/Test/Simple/t/plan.t lib/Test/Simple/t/plan_no_plan.t
6227           +> lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/use_ok.t
6228           +> lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
6229           +> lib/unicore/To/SpecUpper.pl pod/perlintro.pod
6230           +> pod/perlmodstyle.pod win32/Makefile.win64 win32/config.win64
6231           +> win32/config_H.win64
6232            - lib/Test/Utils.pm lib/unicore/mktables.PL
6233            - t/lib/Test/Simple/Catch/More.pm
6234           !> (integrate 84 files)
6235 ____________________________________________________________________________
6236 [ 12506] By: jhi                                   on 2001/10/19  14:20:15
6237         Log: Retract the #10451 which seems to be the cause
6238              of the major leakage from while(){eval"sub{}"}
6239      Branch: perl
6240            ! op.c t/run/kill_perl.t
6241 ____________________________________________________________________________
6242 [ 12505] By: jhi                                   on 2001/10/19  13:39:59
6243         Log: Regen toc.
6244      Branch: perl
6245            ! pod/perltoc.pod
6246 ____________________________________________________________________________
6247 [ 12504] By: jhi                                   on 2001/10/19  13:35:59
6248         Log: Tiny tweaks.
6249      Branch: perl
6250            ! pod/perl.pod
6251 ____________________________________________________________________________
6252 [ 12503] By: ams                                   on 2001/10/19  13:34:24
6253         Log: Subject: Re: perlintro.pod
6254              From: Abe Timmerman <abe@ztreet.demon.nl>
6255              Date: Fri, 19 Oct 2001 14:12:40 +0200
6256              Message-Id: <ls40ttsmrr3rpjlm3dqhh8v60onsiopmuc@4ax.com>
6257      Branch: perl
6258            ! pod/perlintro.pod
6259 ____________________________________________________________________________
6260 [ 12502] By: ams                                   on 2001/10/19  13:24:12
6261         Log: Slight reorganisation of references.
6262      Branch: perl
6263            ! pod/perl.pod
6264 ____________________________________________________________________________
6265 [ 12501] By: jhi                                   on 2001/10/19  13:19:14
6266         Log: Subject: [DOC PATCH lib/ExtUtils/MakeMaker.pm] Discouraging use of PREREQ_FATAL in day-to-day Makefile.PL's   
6267              From: Kay Röpke <kroepke@dolphin-services.de>
6268              Date: Fri, 19 Oct 2001 14:04:01 +0200 
6269              Message-Id: <E15uYNb-00040L-00@mrvdom01.schlund.de>
6270      Branch: perl
6271            ! lib/ExtUtils/MakeMaker.pm
6272 ____________________________________________________________________________
6273 [ 12500] By: jhi                                   on 2001/10/19  03:25:44
6274         Log: Unicode categories continue:
6275              implement Category=, Script=, Block=
6276              (these are based on an upcoming update of TR#18)
6277              Fix a bug where we got two In categories named "old italic",
6278              and another where shortcut for the Is categories wasn't taken.
6279      Branch: perl
6280            ! lib/unicore/Blocks.pl lib/unicore/In.pl lib/unicore/In/137.pl
6281            ! lib/unicore/mktables lib/utf8_heavy.pl pod/perltodo.pod
6282            ! pod/perlunicode.pod t/op/pat.t
6283 ____________________________________________________________________________
6284 [ 12499] By: ams                                   on 2001/10/19  01:42:29
6285         Log: Subject: a small patch to perlintro.pod.
6286              From: Autrijus Tang <autrijus@autrijus.org>
6287              Date: Fri, 19 Oct 2001 01:45:51 +0800
6288              Message-Id: <20011019014551.A35625@not.autrijus.org>
6289              (Applied by hand with nits.)
6290      Branch: perl
6291            ! pod/perlintro.pod
6292 ____________________________________________________________________________
6293 [ 12498] By: jhi                                   on 2001/10/19  00:14:50
6294         Log: Subject: [PATCH] OpenBSD hints for ithreads
6295              From: Andy Dougherty <doughera@lafayette.edu>
6296              Date: Thu, 18 Oct 2001 12:33:59 -0400 (EDT)
6297              Message-ID: <Pine.SOL.4.10.10110181232060.15040-100000@maxwell.phys.lafayette.edu>
6298      Branch: perl
6299            ! hints/openbsd.sh
6300 ____________________________________________________________________________
6301 [ 12497] By: jhi                                   on 2001/10/18  16:14:13
6302         Log: Retract #12446; the problem solved by #12474.
6303      Branch: perl
6304            ! hints/aix.sh
6305 ____________________________________________________________________________
6306 [ 12496] By: gsar                                  on 2001/10/18  15:38:22
6307         Log: Carp::shortmess_heavy() doesn't notice trailing newline in
6308              message and suppress line number info (from Steve Hay
6309              <Steve.Hay@uk.radan.com>)
6310      Branch: maint-5.6/perl
6311            ! lib/Carp/Heavy.pm
6312 ____________________________________________________________________________
6313 [ 12495] By: jhi                                   on 2001/10/18  14:06:52
6314         Log: More documented In categories.
6315      Branch: perl
6316            ! pod/perlunicode.pod
6317 ____________________________________________________________________________
6318 [ 12494] By: jhi                                   on 2001/10/18  13:04:48
6319         Log: Update Changes.
6320      Branch: perl
6321            ! Changes patchlevel.h
6322 ____________________________________________________________________________
6323 [ 12493] By: jhi                                   on 2001/10/18  12:58:31
6324         Log: Add the lib/unicore/To/Spec*.pl to the MANIFEST.
6325      Branch: perl
6326            ! MANIFEST
6327 ____________________________________________________________________________
6328 [ 12492] By: jhi                                   on 2001/10/18  12:37:28
6329         Log: Wrong skip() arguments.
6330      Branch: perl
6331            ! ext/B/t/terse.t
6332 ____________________________________________________________________________
6333 [ 12491] By: jhi                                   on 2001/10/18  12:17:16
6334         Log: Subject: try#2: [proposed PATCH Perl@12401] ieee floats, rand() & old systems  
6335              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
6336              Date: Wed, 17 Oct 2001 09:10:53 EDT 
6337              Message-Id: <011017090944.15ad2e@DUPHY4.Physics.Drexel.Edu>
6338      Branch: perl
6339            ! configure.com embedvar.h opcode.pl perlapi.h perlvars.h
6340            ! pod/perlapi.pod vms/vms.c
6341 ____________________________________________________________________________
6342 [ 12490] By: ams                                   on 2001/10/18  09:31:00
6343         Log: Subject: PATCH perl.pod: Suggested reorganization of table of contents
6344              From: Mark-Jason Dominus <mjd@plover.com>
6345              Date: Thu, 18 Oct 2001 06:25:35 -0400
6346              Message-Id: <20011018102535.19264.qmail@plover.com>
6347      Branch: perl
6348            ! pod/perl.pod
6349 ____________________________________________________________________________
6350 [ 12489] By: jhi                                   on 2001/10/18  02:24:52
6351         Log: Prettyprinting.
6352      Branch: perl
6353            ! lib/unicore/In.pl lib/unicore/Is.pl lib/unicore/mktables
6354 ____________________________________________________________________________
6355 [ 12488] By: jhi                                   on 2001/10/18  00:47:19
6356         Log: Regen toc.
6357      Branch: perl
6358            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
6359 ____________________________________________________________________________
6360 [ 12487] By: jhi                                   on 2001/10/18  00:43:18
6361         Log: Add perlintro, from Skud.
6362      Branch: perl
6363            + pod/perlintro.pod
6364            ! MANIFEST
6365 ____________________________________________________________________________
6366 [ 12486] By: jhi                                   on 2001/10/18  00:10:44
6367         Log: FAQ sync.
6368      Branch: perl
6369            ! pod/perlfaq.pod pod/perlfaq2.pod pod/perlfaq3.pod
6370            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq7.pod
6371            ! pod/perlfaq8.pod pod/perlfaq9.pod
6372 ____________________________________________________________________________
6373 [ 12485] By: jhi                                   on 2001/10/17  23:57:15
6374         Log: Oh, bother. In Tru64 cc -std1 was looking rather nice
6375              in speed (upto 20% speedup in certain operations) but meanwhile
6376              regexps and arithmetics got slower (5-10%) (according to
6377              perlbench average speedup is negligible, and within measuring
6378              flutter, 1%).  Therefore retracting all the changes
6379              aimed at getting -std1 to compile cleanly:  #12475, #12476,
6380              #12479, #12480, #12481, #12482, #12483, #12484.
6381      Branch: perl
6382            ! doio.c mg.c miniperlmain.c perl.c perl.h perlio.c pp_ctl.c
6383            ! pp_hot.c pp_sys.c toke.c
6384 ____________________________________________________________________________
6385 [ 12484] By: jhi                                   on 2001/10/17  21:58:40
6386         Log: (retracted by #12485)
6387              Strict ANSI doesn't like the third argument of main()
6388              so enable ignoring it if using ultra picky compiler.
6389      Branch: perl
6390            ! miniperlmain.c
6391 ____________________________________________________________________________
6392 [ 12483] By: jhi                                   on 2001/10/17  21:48:24
6393         Log: (retracted by #12485)
6394              Move the VMS_FOO_ERROR codes next to the SETERRNO() definition.
6395      Branch: perl
6396            ! perl.h
6397 ____________________________________________________________________________
6398 [ 12482] By: jhi                                   on 2001/10/17  21:42:57
6399         Log: (retracted by #12485)
6400              Add explanatory comment.
6401      Branch: perl
6402            ! mg.c
6403 ____________________________________________________________________________
6404 [ 12481] By: jhi                                   on 2001/10/17  20:50:37
6405         Log: (retracted by #12485)
6406              More dollar$hiding.
6407      Branch: perl
6408            ! doio.c perl.h pp_sys.c
6409 ____________________________________________________________________________
6410 [ 12480] By: jhi                                   on 2001/10/17  20:27:34
6411         Log: (retracted by #12485)
6412              KISS.
6413      Branch: perl
6414            ! mg.c
6415 ____________________________________________________________________________
6416 [ 12479] By: jhi                                   on 2001/10/17  19:57:34
6417         Log: (retracted by #12485)
6418              Thou shalt not #ifdef inside macro invocations,
6419              noticed by Rafael Garcia-Suarez.
6420      Branch: perl
6421            ! mg.c
6422 ____________________________________________________________________________
6423 [ 12478] By: ams                                   on 2001/10/17  18:50:55
6424         Log: Subject: [PATCH pp_sys.c] coredump fix in pp_accept()
6425              From: Anton Berezin <tobez@tobez.org>
6426              Date: Wed, 17 Oct 2001 18:25:48 +0200
6427              Message-Id: <20011017182548.A12082@heechee.tobez.org>
6428      Branch: perl
6429            ! pp_sys.c
6430 ____________________________________________________________________________
6431 [ 12476] By: jhi                                   on 2001/10/17  16:46:50
6432         Log: (retracted by #12485)
6433              Unterminated #ifdef.
6434      Branch: perl
6435            ! mg.c
6436 ____________________________________________________________________________
6437 [ 12475] By: jhi                                   on 2001/10/17  16:42:49
6438         Log: (retracted by #12485)
6439              Avoid dollar signs in identifiers (in non-VMS) to
6440              placate ultra picky ANSI compilers (such as DEC^WCPQ^WHP).
6441      Branch: perl
6442            ! doio.c mg.c perl.c perl.h perlio.c pp_ctl.c pp_hot.c pp_sys.c
6443            ! toke.c
6444 ____________________________________________________________________________
6445 [ 12474] By: ams                                   on 2001/10/17  15:14:50
6446         Log: Subject: Two AIX patches
6447              From: H.Merijn Brand <h.m.brand@hccnet.nl>
6448              Date: Wed, 17 Oct 2001 18:04:35 +0200
6449              Message-Id: <20011017180223.1346.H.M.BRAND@hccnet.nl>
6450      Branch: perl
6451            ! hints/aix.sh makedef.pl
6452 ____________________________________________________________________________
6453 [ 12473] By: jhi                                   on 2001/10/17  14:48:38
6454         Log: Limiting the Time::HiRes::sleep and usleep to
6455              one second is not a good policy if drop-in
6456              replacement is still a goal.
6457      Branch: perl
6458            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
6459            ! ext/Time/HiRes/HiRes.xs
6460 ____________________________________________________________________________
6461 [ 12472] By: jhi                                   on 2001/10/17  11:00:54
6462         Log: Subject: [PATCH] Test::Simple 0.32
6463              From: Michael G Schwern <schwern@pobox.com> 
6464              Date: Wed, 17 Oct 2001 03:42:41 -0400
6465              Message-ID: <20011017034241.A25038@blackrider>
6466      Branch: perl
6467            + lib/Test/Builder.pm lib/Test/Simple/t/Builder.t
6468            + lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/import.t
6469            + lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/no_ending.t
6470            + lib/Test/Simple/t/no_header.t lib/Test/Simple/t/output.t
6471            + lib/Test/Simple/t/plan.t lib/Test/Simple/t/plan_no_plan.t
6472            + lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/use_ok.t
6473            - lib/Test/Utils.pm t/lib/Test/Simple/Catch/More.pm
6474            ! MANIFEST lib/Test/More.pm lib/Test/Simple.pm
6475            ! lib/Test/Simple/Changes lib/Test/Simple/t/More.t
6476            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
6477            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
6478            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
6479            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
6480            ! lib/Test/Simple/t/simple.t lib/Test/Simple/t/skip.t
6481            ! lib/Test/Simple/t/skipall.t lib/Test/Simple/t/todo.t
6482            ! lib/Test/Simple/t/undef.t lib/Test/Simple/t/useing.t
6483            ! t/lib/Test/Simple/Catch.pm
6484            ! t/lib/Test/Simple/sample_tests/five_fail.plx
6485 ____________________________________________________________________________
6486 [ 12471] By: jhi                                   on 2001/10/17  10:25:06
6487         Log: Subject: [PATCH t/TEST t/harness vms/test.com] Set PERL_CORE environment var   
6488              From: Michael G Schwern <schwern@pobox.com> 
6489              Date: Wed, 17 Oct 2001 04:04:13 -0400
6490              Message-ID: <20011017040413.C25550@blackrider>
6491      Branch: perl
6492            ! t/TEST t/harness vms/test.com
6493 ____________________________________________________________________________
6494 [ 12470] By: jhi                                   on 2001/10/17  02:25:01
6495         Log: Regen doc with perlmodstyle added.
6496      Branch: perl
6497            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
6498 ____________________________________________________________________________
6499 [ 12469] By: jhi                                   on 2001/10/17  02:24:02
6500         Log: Pod cleanup.
6501      Branch: perl
6502            ! lib/File/Spec.pm lib/File/Spec/Mac.pm
6503 ____________________________________________________________________________
6504 [ 12468] By: jhi                                   on 2001/10/17  02:16:11
6505         Log: Subject: perlmodstyle as a patch
6506              From: Kirrily Robert <skud@infotrope.net>
6507              Date: Tue, 16 Oct 2001 22:47:23 -0400
6508              Message-ID: <20011016224723.A20673@infotrope.net>
6509      Branch: perl
6510            + pod/perlmodstyle.pod
6511            ! MANIFEST
6512 ____________________________________________________________________________
6513 [ 12467] By: jhi                                   on 2001/10/17  00:59:43
6514         Log: Subject: [PATCH] for perlhack.pod - no p5p archive on deja/google
6515              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
6516              Date: Thu, 6 Sep 2001 11:09:40 +0100
6517              Message-ID: <20010906110939.A914@homer.diplex.co.uk>
6518              
6519              Mention also the develooper p5p archive.
6520      Branch: perl
6521            ! pod/perlhack.pod
6522 ____________________________________________________________________________
6523 [ 12466] By: jhi                                   on 2001/10/17  00:57:38
6524         Log: Subject: [PATCH lib/ExtUtils/MakeMaker.pm] PREREQ_PM does not really require.
6525              From: Kay Röpke <kroepke@dolphin-services.de>
6526              Date: Tue, 16 Oct 2001 17:23:52 +0200
6527              Message-Id: <E15tW4O-0003J7-00@mrvdom03.schlund.de>
6528      Branch: perl
6529            ! lib/ExtUtils/MakeMaker.pm
6530 ____________________________________________________________________________
6531 [ 12465] By: jhi                                   on 2001/10/17  00:54:28
6532         Log: Add the special casing mappings (from SpecCase.txt)
6533              (except for the hyper special case mappings that have
6534              the condition list); the special casing mappings are
6535              unused for now.  Small tidying up on mktables.
6536      Branch: perl
6537            + lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
6538            + lib/unicore/To/SpecUpper.pl
6539            ! lib/unicore/mktables
6540 ____________________________________________________________________________
6541 [ 12464] By: jhi                                   on 2001/10/16  22:38:24
6542         Log: Subject: [PATCH] Doc patch on here-docs (perlop and perldata)
6543              From: "David H. Adler" <dha@panix.com>       
6544              Date: Tue, 16 Oct 2001 11:59:35 -0400
6545              Message-ID: <20011016115935.A13078@panix.com>
6546              
6547              Subject: [ PATCH ] perldata patch, revised
6548              From: "David H. Adler" <dha@panix.com>     
6549              Date: Tue, 16 Oct 2001 18:26:49 -0400
6550              Message-ID: <20011016182649.C23970@panix.com>
6551      Branch: perl
6552            ! pod/perldata.pod pod/perlop.pod
6553 ____________________________________________________________________________
6554 [ 12463] By: jhi                                   on 2001/10/16  19:39:25
6555         Log: Integrate perlio: PerlIO_dup (for all but Win32).
6556      Branch: perl
6557           !> embed.h embed.pl ext/Encode/Encode.xs
6558           !> ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs hv.c perl.h
6559           !> perlio.c perlio.h perliol.h pod/perlapi.pod proto.h sv.c sv.h
6560           !> win32/win32io.c
6561 ____________________________________________________________________________
6562 [ 12462] By: nick                                  on 2001/10/16  19:11:30
6563         Log: PerlIOXxxx_dups for all but Win32
6564      Branch: perlio
6565            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
6566            ! ext/PerlIO/Via/Via.xs
6567 ____________________________________________________________________________
6568 [ 12461] By: nick                                  on 2001/10/16  18:28:48
6569         Log: Implement PerlIOStdio_dup (explains core dumps - dup
6570              was not setting up a FILE * to be fclosed()).
6571      Branch: perlio
6572            ! perlio.c
6573 ____________________________________________________________________________
6574 [ 12460] By: nick                                  on 2001/10/16  17:31:47
6575         Log: When USE_ITHREADS avoid SV * in PerlIO_debug, at risk of buffer
6576              overflow.
6577      Branch: perlio
6578            ! perlio.c
6579 ____________________________________________________________________________
6580 [ 12459] By: jhi                                   on 2001/10/16  17:10:22
6581         Log: Subject: [PATCH perl@12443] VMS 64-bit configure
6582              From: "Craig A. Berry" <craigberry@mac.com>
6583              Date: Tue, 16 Oct 2001 13:08:38 -0500
6584              Message-Id: <5.1.0.14.2.20011016122704.029eaea8@exchi01>
6585      Branch: perl
6586            ! configure.com
6587 ____________________________________________________________________________
6588 [ 12458] By: jhi                                   on 2001/10/16  17:07:20
6589         Log: Can't expect too much accuracy from a sleep of one second.
6590              (I think this will also fail with high load.)
6591      Branch: perl
6592            ! ext/Time/HiRes/HiRes.t
6593 ____________________________________________________________________________
6594 [ 12457] By: jhi                                   on 2001/10/16  16:50:24
6595         Log: Subject: WIN64 (Itanium) port of Perl 5.6.1
6596              From: "Werner, Randolf" <randolf.werner@sap.com>
6597              Date: Tue, 16 Oct 2001 18:33:02 +0200
6598              Message-ID: <816D93CCC927D31188570008C75D1DE10A5CB1F8@dbwdfx1a.wdf.sap-ag.de>
6599      Branch: perl
6600            + win32/Makefile.win64 win32/config.win64 win32/config_H.win64
6601            ! MANIFEST Porting/makerel ext/SDBM_File/sdbm/sdbm.c
6602 ____________________________________________________________________________
6603 [ 12456] By: nick                                  on 2001/10/16  14:08:16
6604         Log: Builds under ithreads (but fails all threads tests)
6605      Branch: perlio
6606            ! hv.c perlio.c sv.c
6607 ____________________________________________________________________________
6608 [ 12455] By: jhi                                   on 2001/10/16  13:59:32
6609         Log: I think the Perl_sortsv needs *not* be skipped?
6610      Branch: perl
6611            ! makedef.pl
6612 ____________________________________________________________________________
6613 [ 12454] By: jhi                                   on 2001/10/16  13:05:38
6614         Log: Subject: [ PATCH ] maint/perl/t/op/groups.t for build on Cygwin
6615              From: "Gerrit P. Haase" <gerrit.haase@convey.de>
6616              Date: Tue, 16 Oct 2001 15:32:44 +0200
6617              Message-ID: <3BCC531C.11494.3E433F@localhost>
6618      Branch: perl
6619            ! t/op/groups.t
6620 ____________________________________________________________________________
6621 [ 12453] By: jhi                                   on 2001/10/16  13:04:38
6622         Log: Subject: [ PATCH ] maint/perl/t/io/fs.t for build on Cygwin
6623              From: "Gerrit P. Haase" <gerrit.haase@convey.de>
6624              Date: Tue, 16 Oct 2001 15:01:04 +0200
6625              Message-ID: <3BCC4BB0.30935.2145B7@localhost>
6626      Branch: perl
6627            ! t/io/fs.t
6628 ____________________________________________________________________________
6629 [ 12452] By: jhi                                   on 2001/10/16  12:03:49
6630         Log: A forgotten deletion.
6631      Branch: perl
6632            - lib/unicore/mktables.PL
6633 ____________________________________________________________________________
6634 [ 12451] By: nick                                  on 2001/10/16  11:32:48
6635         Log: Skeleton of "PerlIO_dup" coded.
6636              Still-passes all tests non-threaded (well it would wouldn't it!)
6637      Branch: perlio
6638            ! embed.h embed.pl ext/Encode/Encode.xs
6639            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs perl.h
6640            ! perlio.c perlio.h perliol.h pod/perlapi.pod proto.h sv.c sv.h
6641            ! win32/win32io.c
6642 ____________________________________________________________________________
6643 [ 12450] By: jhi                                   on 2001/10/16  02:27:51
6644         Log: Document the problem with the swash_fetch() API that affects
6645              more complex case conversions.
6646      Branch: perl
6647            ! lib/utf8_heavy.pl utf8.c
6648 ____________________________________________________________________________
6649 [ 12449] By: jhi                                   on 2001/10/16  01:55:48
6650         Log: Make Time::HiRes::sleep() and usleep() to return
6651              the number of seconds (a floating point value) and 
6652              microseconds (an integer) actually slept (well,
6653              modulo the time spent in measuring the time actually
6654              slept...), to be a better drop-in replacement for
6655              the builtin sleep().  Noticed by Chris Nandor.
6656              
6657              Also make usleep() to croak if fed illegal number
6658              of useconds (anything greater than 1_000_000).
6659      Branch: perl
6660            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
6661            ! ext/Time/HiRes/HiRes.xs
6662 ____________________________________________________________________________
6663 [ 12448] By: jhi                                   on 2001/10/16  00:57:05
6664         Log: A missing SvREFCNT_dec.
6665      Branch: perl
6666            ! perl.c
6667 ____________________________________________________________________________
6668 [ 12447] By: nick                                  on 2001/10/15  20:27:53
6669         Log: Beginings of PerlIO_dup support (unstable)
6670      Branch: perlio
6671            ! perlio.c perliol.h
6672 ____________________________________________________________________________
6673 [ 12446] By: jhi                                   on 2001/10/15  18:44:19
6674         Log: (retracted by #12497)
6675              In AIX vac 5 just can't seem to get regcomp right.
6676      Branch: perl
6677            ! hints/aix.sh
6678 ____________________________________________________________________________
6679 [ 12445] By: jhi                                   on 2001/10/15  16:44:04
6680         Log: Bump the version number to agree with the maintperl one.
6681      Branch: perl
6682            ! lib/Tie/RefHash.pm
6683 ____________________________________________________________________________
6684 [ 12444] By: nick                                  on 2001/10/15  15:59:57
6685         Log: Integrate mainline
6686      Branch: perlio
6687           +> lib/Math/BigInt/t/Math/Subclass.pm
6688           +> lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/calling.t
6689           +> lib/Math/BigInt/t/subclass.t lib/unicore/In/163.pl
6690           +> lib/unicore/In/164.pl lib/unicore/In/165.pl
6691           +> lib/unicore/In/166.pl lib/unicore/In/167.pl
6692           +> lib/unicore/In/168.pl lib/unicore/In/169.pl
6693           +> lib/unicore/In/170.pl lib/unicore/In/171.pl lib/unicore/Is.pl
6694           +> lib/unicore/Is/Title.pl lib/unicore/Lbrk.pl
6695           +> lib/unicore/mktables
6696            - lib/unicore/Is/SylA.pl lib/unicore/Is/SylAA.pl
6697            - lib/unicore/Is/SylAAI.pl lib/unicore/Is/SylAI.pl
6698            - lib/unicore/Is/SylC.pl lib/unicore/Is/SylE.pl
6699            - lib/unicore/Is/SylEE.pl lib/unicore/Is/SylI.pl
6700            - lib/unicore/Is/SylII.pl lib/unicore/Is/SylN.pl
6701            - lib/unicore/Is/SylO.pl lib/unicore/Is/SylOO.pl
6702            - lib/unicore/Is/SylU.pl lib/unicore/Is/SylV.pl
6703            - lib/unicore/Is/SylWA.pl lib/unicore/Is/SylWAA.pl
6704            - lib/unicore/Is/SylWC.pl lib/unicore/Is/SylWE.pl
6705            - lib/unicore/Is/SylWEE.pl lib/unicore/Is/SylWI.pl
6706            - lib/unicore/Is/SylWII.pl lib/unicore/Is/SylWO.pl
6707            - lib/unicore/Is/SylWOO.pl lib/unicore/Is/SylWU.pl
6708            - lib/unicore/Is/SylWV.pl lib/unicore/Is/Syllable.pl
6709            - lib/unicore/syllables.txt
6710           !> (integrate 344 files)
6711 ____________________________________________________________________________
6712 [ 12443] By: jhi                                   on 2001/10/15  13:40:20
6713         Log: Casting tweak from Paul Marquess, helps Merijn on AIX.
6714      Branch: perl
6715            ! ext/DB_File/DB_File.xs
6716 ____________________________________________________________________________
6717 [ 12442] By: jhi                                   on 2001/10/15  13:35:36
6718         Log: Sync the skip() amounts with the number of tests.
6719      Branch: perl
6720            ! lib/Term/Complete.t
6721 ____________________________________________________________________________
6722 [ 12441] By: jhi                                   on 2001/10/15  13:11:03
6723         Log: Update Changes.
6724      Branch: perl
6725            ! Changes patchlevel.h
6726 ____________________________________________________________________________
6727 [ 12440] By: jhi                                   on 2001/10/15  12:58:24
6728         Log: MacOS Classic catdir() rewrite from Thomas Wegner
6729              (backward incompatibility, but a deliberate one,
6730              the old version simply is broken in its logic),
6731              also documentation updates, and as suggested replicated
6732              the File::Spec::Unix documentation updates also on the
6733              File::Spec documentation.
6734              
6735              TODO: there seems to be duplication of documentation
6736              between File::Spec and File::Spec::Unix.  I think
6737              the ::Unix should be left only with specific UNIXisms,
6738              and all the generic documentation should be in ::Spec.
6739      Branch: perl
6740            ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
6741            ! lib/File/Spec.pm lib/File/Spec.t lib/File/Spec/Mac.pm
6742            ! lib/File/Spec/Unix.pm
6743 ____________________________________________________________________________
6744 [ 12439] By: jhi                                   on 2001/10/15  12:32:07
6745         Log: Subject: Re: [PATCH t/op/magic.t] missing tests on Win32
6746              From: Blair Zajac <blair@orcaware.com>
6747              Date: Mon, 24 Sep 2001 11:48:58 -0700
6748              Message-ID: <3BAF801A.88A4F614@orcaware.com>     
6749              
6750              (the skip() messages)
6751      Branch: perl
6752            ! t/op/magic.t
6753 ____________________________________________________________________________
6754 [ 12438] By: ams                                   on 2001/10/14  23:43:59
6755         Log: Subject: [PATCH] make PerlIO default on VMS
6756              From: "Craig A. Berry" <craigberry@mac.com>
6757              Date: Sun, 14 Oct 2001 15:27:18 -0500
6758              Message-Id: <5.1.0.14.0.20011014152339.021ec150@exchi01>
6759      Branch: perl
6760            ! configure.com
6761 ____________________________________________________________________________
6762 [ 12437] By: jhi                                   on 2001/10/14  23:05:57
6763         Log: Retract #12436 (Abhijit already did this at #12426)
6764      Branch: perl
6765            ! lib/ExtUtils/MM_Unix.pm
6766 ____________________________________________________________________________
6767 [ 12436] By: jhi                                   on 2001/10/14  21:22:43
6768         Log: (retracted by #12437)
6769              Subject: [PATCH lib/ExtUtils/MM_Unix.pm] MakeMaker tries to parse commented out $VERSION
6770              From: =?iso-8859-1?Q?Kay_R=F6pke?= <kroepke@dolphin-services.de>
6771              Date: Sat, 13 Oct 2001 20:33:55 +0200
6772              Message-Id: <E15sTbe-0001nt-00@mrvdom04.kundenserver.de>
6773      Branch: perl
6774            ! lib/ExtUtils/MM_Unix.pm
6775 ____________________________________________________________________________
6776 [ 12435] By: jhi                                   on 2001/10/14  21:21:52
6777         Log: Subject: h2xs grammar nit
6778              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
6779              Date: Fri, 12 Oct 2001 00:12:01 -0700 (PDT)
6780              Message-ID: <Pine.GSU.4.21.0110120010540.9710-100000@garcia.efn.org>
6781      Branch: perl
6782            ! utils/h2xs.PL
6783 ____________________________________________________________________________
6784 [ 12434] By: jhi                                   on 2001/10/14  13:48:30
6785         Log: Subject: [PATCH @12422] Fix scoping problem with FATAL warnings
6786              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
6787              Date: Sun, 14 Oct 2001 11:25:08 +0100
6788              Message-ID: <AIEAJICLCBDNAAOLLOKLCEFDDCAA.Paul_Marquess@Yahoo.co.uk>
6789      Branch: perl
6790            ! lib/warnings.pm pod/perllexwarn.pod t/lib/warnings/7fatal
6791            ! warnings.pl
6792 ____________________________________________________________________________
6793 [ 12433] By: jhi                                   on 2001/10/13  23:20:11
6794         Log: Use File::Spec (needs Thomas Wegner's upcoming patch
6795              for File::Spec::Mac::catfile)
6796      Branch: perl
6797            ! lib/h2xs.t
6798 ____________________________________________________________________________
6799 [ 12432] By: jhi                                   on 2001/10/13  23:17:31
6800         Log: Subject: [PATCH] Re: default module version for h2xs (was Re: [PATCH] Re: What sort of Makefile.PL should h2xs write?)   
6801              From: Nicholas Clark <nick@ccl4.org>
6802              Date: Sat, 13 Oct 2001 00:07:31 +0100
6803              Message-ID: <20011013000731.D67535@plum.flirble.org>
6804      Branch: perl
6805            ! lib/h2xs.t utils/h2xs.PL
6806 ____________________________________________________________________________
6807 [ 12431] By: jhi                                   on 2001/10/13  22:35:58
6808         Log: Define PASTHRU_DEFINE and PASTHRU_INC (which are used
6809              before DEFINE and INC), and repent by taking DEFINE and
6810              INC away from PASTHRU.
6811      Branch: perl
6812            ! lib/ExtUtils/MM_Unix.pm
6813 ____________________________________________________________________________
6814 [ 12430] By: jhi                                   on 2001/10/13  21:23:09
6815         Log: More MANIFEST anomalies.
6816      Branch: perl
6817            ! MANIFEST
6818 ____________________________________________________________________________
6819 [ 12429] By: jhi                                   on 2001/10/13  21:01:32
6820         Log: Not that many.
6821      Branch: perl
6822            ! MANIFEST
6823 ____________________________________________________________________________
6824 [ 12428] By: sky                                   on 2001/10/13  20:59:27
6825         Log: Subject: [DOC PATCH] pod syntax fixups for File::Spec::* modules
6826              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6827              Date: Sat, 13 Oct 2001 23:15:55 +0200
6828              Message-ID: <20011013231555.A18071@rafael>
6829      Branch: perl
6830            ! lib/File/Spec.pm lib/File/Spec/Epoc.pm lib/File/Spec/Mac.pm
6831            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
6832 ____________________________________________________________________________
6833 [ 12427] By: jhi                                   on 2001/10/13  20:54:17
6834         Log: Rewrite mktables from scratch.
6835              - Cleaner.
6836              - Faster: 15-20 seconds as opposed to several minutes.
6837              - More dynamic: the names of the various categories
6838              such as the linebreak ones are dynamic, not static.
6839              - Is.pl: long names for the general category properties
6840              are now available.
6841              - Ranges (<... ,First>, <..., Last>) from the general
6842              categories work now.
6843              - No more mktables.PL because the mktables.PL is not
6844              and never has been run to create a mktables.
6845              - syllables.txt and Is/Syl*.pl removed: non-standard
6846              (not part of the Unicode), and the whole concept is
6847              being reworked (http://syllabary.sourceforge.net/),
6848              the old way wouldn't even work with the new Syllables.txt
6849              (it would result in 1000+ new categories)
6850      Branch: perl
6851            + lib/unicore/In/163.pl lib/unicore/In/164.pl
6852            + lib/unicore/In/165.pl lib/unicore/In/166.pl
6853            + lib/unicore/In/167.pl lib/unicore/In/168.pl
6854            + lib/unicore/In/169.pl lib/unicore/In/170.pl
6855            + lib/unicore/In/171.pl lib/unicore/Is.pl
6856            + lib/unicore/Is/Title.pl lib/unicore/Lbrk.pl
6857            + lib/unicore/mktables
6858            - lib/unicore/Is/SylA.pl lib/unicore/Is/SylAA.pl
6859            - lib/unicore/Is/SylAAI.pl lib/unicore/Is/SylAI.pl
6860            - lib/unicore/Is/SylC.pl lib/unicore/Is/SylE.pl
6861            - lib/unicore/Is/SylEE.pl lib/unicore/Is/SylI.pl
6862            - lib/unicore/Is/SylII.pl lib/unicore/Is/SylN.pl
6863            - lib/unicore/Is/SylO.pl lib/unicore/Is/SylOO.pl
6864            - lib/unicore/Is/SylU.pl lib/unicore/Is/SylV.pl
6865            - lib/unicore/Is/SylWA.pl lib/unicore/Is/SylWAA.pl
6866            - lib/unicore/Is/SylWC.pl lib/unicore/Is/SylWE.pl
6867            - lib/unicore/Is/SylWEE.pl lib/unicore/Is/SylWI.pl
6868            - lib/unicore/Is/SylWII.pl lib/unicore/Is/SylWO.pl
6869            - lib/unicore/Is/SylWOO.pl lib/unicore/Is/SylWU.pl
6870            - lib/unicore/Is/SylWV.pl lib/unicore/Is/Syllable.pl
6871            - lib/unicore/syllables.txt
6872            ! (edit 304 files)
6873 ____________________________________________________________________________
6874 [ 12426] By: ams                                   on 2001/10/13  18:05:36
6875         Log: ExtUtils::MM_Unix should ignore comments when searching for
6876              $VERSION.
6877      Branch: perl
6878            ! lib/ExtUtils/MM_Unix.pm
6879 ____________________________________________________________________________
6880 [ 12425] By: jhi                                   on 2001/10/13  12:26:41
6881         Log: Subject: Re: New module XML::Clean
6882              From: andreas.koenig@anima.de (Andreas J. Koenig)
6883              Date: 13 Oct 2001 10:17:09 +0200
6884              Message-ID: <m37ku0t0my.fsf@anima.de>
6885      Branch: perl
6886            ! pod/perlnewmod.pod
6887 ____________________________________________________________________________
6888 [ 12424] By: sky                                   on 2001/10/13  09:39:59
6889         Log: Set thread stack size if needed.
6890      Branch: perl
6891            ! ext/threads/threads.xs
6892 ____________________________________________________________________________
6893 [ 12423] By: sky                                   on 2001/10/13  09:36:49
6894         Log: We do want to set the attribute to joinable even on modern posix
6895              platforms.
6896      Branch: perl
6897            ! ext/threads/threads.xs
6898 ____________________________________________________________________________
6899 [ 12422] By: jhi                                   on 2001/10/13  02:04:44
6900         Log: Subject: [PATCH ext/Data/Dumper.xs]
6901              From: Brian Ingerson <ingy@ttul.org>
6902              Date: Fri, 12 Oct 2001 19:32:35 -0700
6903              Message-ID: <20011012193235.B889@ttul.org>
6904      Branch: perl
6905            ! ext/Data/Dumper/Dumper.xs
6906 ____________________________________________________________________________
6907 [ 12421] By: jhi                                   on 2001/10/12  23:22:45
6908         Log: Update Changes.
6909      Branch: perl
6910            ! Changes patchlevel.h
6911 ____________________________________________________________________________
6912 [ 12420] By: jhi                                   on 2001/10/12  22:51:17
6913         Log: FAQ sync.
6914      Branch: perl
6915            ! pod/perlfaq3.pod pod/perlfaq4.pod
6916 ____________________________________________________________________________
6917 [ 12419] By: jhi                                   on 2001/10/12  22:46:49
6918         Log: Subject: RE: [PATCH File::Copy] Silence warnings for tied filehandles     
6919              From: "Wilson, Doug" <Doug_Wilson@intuit.com>
6920              Date: Fri, 12 Oct 2001 11:51:05 -0700
6921              Message-ID: <35A280DF784CD411A06B0008C7B130AD0115DDAE@sdex04.sd.intuit.com>
6922      Branch: perl
6923            ! lib/File/Copy.pm
6924 ____________________________________________________________________________
6925 [ 12418] By: jhi                                   on 2001/10/12  22:44:24
6926         Log: Subject: [PATCH lib/Term/Complete.t] Rethinking the Test
6927              From: "chromatic" <chromatic@rmci.net>     
6928              Date: Thu, 11 Oct 2001 10:57:55 -0600
6929              Message-ID: <20011011170354.74354.qmail@onion.perl.org>
6930              
6931              Subject: [PATCH Complete.pm] Re: [PATCH lib/Term/Complete.t] Rethinking the Test
6932              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6933              Date: Thu, 11 Oct 2001 22:34:21 +0200
6934              Message-ID: <20011011223421.A693@rafael>     
6935              
6936              plus undef $Term::Complete::stty as suggested by Rafael.
6937      Branch: perl
6938            ! lib/Term/Complete.pm lib/Term/Complete.t
6939 ____________________________________________________________________________
6940 [ 12417] By: jhi                                   on 2001/10/12  20:35:49
6941         Log: UUnndduupplleexx..
6942      Branch: perl
6943            ! perl.h
6944 ____________________________________________________________________________
6945 [ 12416] By: sky                                   on 2001/10/12  20:16:19
6946         Log: Subject: Re: Sparc/Linux/ithreads unhappy @12391 [PATCH]
6947              From: Andy Dougherty <doughera@lafayette.edu>
6948              Date: Fri, 12 Oct 2001 16:53:03 -0400 (EDT)
6949              Message-ID: <Pine.SOL.4.10.10110121647360.11279-100000@maxwell.phys.lafayette.edu>
6950              (Potentially only band-aid)
6951      Branch: perl
6952            ! sv.c
6953 ____________________________________________________________________________
6954 [ 12415] By: jhi                                   on 2001/10/12  20:13:06
6955         Log: VMS pre-7.0 (which doesn't have sigaction()) uniformly
6956              mishandles kill(), and therefore the sigaction test
6957              should be skipped, from Charles Lane.
6958      Branch: perl
6959            ! ext/POSIX/t/sigaction.t
6960 ____________________________________________________________________________
6961 [ 12414] By: sky                                   on 2001/10/12  18:47:49
6962         Log: Perhaps other OLD_POSIX_API systems might be happy and not only HP-UX 10.20
6963      Branch: perl
6964            ! op.h
6965 ____________________________________________________________________________
6966 [ 12413] By: jhi                                   on 2001/10/12  18:35:31
6967         Log: Upgrade to Math::BigInt 1.44 from Tels and
6968              further fixes from John Peacock.
6969      Branch: perl
6970            + lib/Math/BigInt/t/Math/Subclass.pm
6971            + lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/calling.t
6972            + lib/Math/BigInt/t/subclass.t
6973            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
6974            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
6975            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
6976            ! lib/Math/BigInt/t/mbimbf.t
6977 ____________________________________________________________________________
6978 [ 12412] By: sky                                   on 2001/10/12  18:28:23
6979         Log: perhaps pthread_attr_t really needs to be set for the old api
6980      Branch: perl
6981            ! ext/threads/threads.xs
6982 ____________________________________________________________________________
6983 [ 12411] By: sky                                   on 2001/10/12  18:11:45
6984         Log: pthread_keycreate not pthread_key_create under the here be dragons API
6985      Branch: perl
6986            ! ext/threads/threads.h
6987 ____________________________________________________________________________
6988 [ 12410] By: sky                                   on 2001/10/12  18:07:37
6989         Log: Apperently OLD PTHREADS API is a bit retarded.
6990              This should fix another set of compile failures in HP-UX 10.20.
6991      Branch: perl
6992            ! ext/threads/threads.h ext/threads/threads.xs
6993 ____________________________________________________________________________
6994 [ 12409] By: nick                                  on 2001/10/12  15:30:01
6995         Log: Blind integrate of mainline
6996      Branch: perlio
6997           +> (branch 32 files)
6998            - lib/unicode/README
6999           !> (integrate 121 files)
7000 ____________________________________________________________________________
7001 [ 12408] By: sky                                   on 2001/10/12  14:55:08
7002         Log: Let us avoid being smart for now.
7003      Branch: perl
7004            ! ext/threads/threads.h
7005 ____________________________________________________________________________
7006 [ 12407] By: sky                                   on 2001/10/12  14:38:12
7007         Log: (void*) the argument to make sure we work with picky compilers
7008      Branch: perl
7009            ! ext/threads/threads.xs
7010 ____________________________________________________________________________
7011 [ 12406] By: ams                                   on 2001/10/12  13:26:04
7012         Log: (replaced with #12600)
7013              
7014              Subject: [PATCH 5.6.1 perldoc] use File::Temp
7015              From: Mikhail Zabaluev <mhz@alt-linux.org>
7016              Date: Fri, 12 Oct 2001 12:47:47 +0400
7017              Message-Id: <20011012124747.E13918@localhost.localdomain>
7018      Branch: perl
7019            ! utils/perldoc.PL
7020 ____________________________________________________________________________
7021 [ 12405] By: ams                                   on 2001/10/12  13:05:32
7022         Log: Subject: [PATCH] (Was: lib/Memoize/t/speed.................FAILED at test 2)
7023              From: andreas.koenig@anima.de (Andreas J. Koenig)
7024              Date: 12 Oct 2001 11:12:07 +0200
7025              Message-Id: <m3wv21te6w.fsf_-_@anima.de>
7026      Branch: perl
7027            ! lib/Memoize/t/speed.t
7028 ____________________________________________________________________________
7029 [ 12404] By: sky                                   on 2001/10/12  12:46:15
7030         Log: A) Support OLD_PTHREADS_API
7031              B) Change from using pthread_t to using a TLS to store the
7032              index of the thread in an hash, this is to avoid problems when
7033              in fact pthread_t was not a seralizable type.
7034              Both these changes are because of HP-UX 10.20
7035              This has not been tested on win32 but should work there.
7036              Need to add support for NetWare.
7037      Branch: perl
7038            ! ext/threads/threads.h ext/threads/threads.xs
7039 ____________________________________________________________________________
7040 [ 12403] By: ams                                   on 2001/10/12  07:34:19
7041         Log: Subject: Re: New module XML::Clean
7042              From: andreas.koenig@anima.de (Andreas J. Koenig)
7043              Date: 12 Oct 2001 10:20:35 +0200
7044              Message-Id: <m3elo9uv58.fsf@anima.de>
7045      Branch: perl
7046            ! pod/perlnewmod.pod
7047 ____________________________________________________________________________
7048 [ 12402] By: jhi                                   on 2001/10/11  19:51:04
7049         Log: More HP model tweaks from Merijn.
7050      Branch: perl
7051            ! README.hpux
7052 ____________________________________________________________________________
7053 [ 12401] By: jhi                                   on 2001/10/11  13:03:10
7054         Log: Update Changes.
7055      Branch: perl
7056            ! Changes patchlevel.h
7057 ____________________________________________________________________________
7058 [ 12400] By: jhi                                   on 2001/10/11  11:33:20
7059         Log: HP-UX update from H.Merijn Brand.
7060      Branch: perl
7061            ! README.hpux
7062 ____________________________________________________________________________
7063 [ 12399] By: jhi                                   on 2001/10/11  00:53:56
7064         Log: Subject: [PATCH] fix link rot in README.vms
7065              From: "Craig A. Berry" <craigberry@mac.com>
7066              Date: Wed, 10 Oct 2001 17:17:00 -0500
7067              Message-Id: <5.1.0.14.0.20011010171057.01bd77c8@exchi01>
7068      Branch: perl
7069            ! README.vms
7070 ____________________________________________________________________________
7071 [ 12398] By: jhi                                   on 2001/10/11  00:49:42
7072         Log: Subject: [PATCH lib/Term/Complete.t] (was Re: lib/Term/Complete.t won't complete in background)
7073              From: "chromatic" <chromatic@rmci.net>
7074              Date: Wed, 10 Oct 2001 15:50:30 -0600
7075              Message-ID: <20011010215627.13283.qmail@onion.perl.org> 
7076      Branch: perl
7077            ! lib/Term/Complete.t
7078 ____________________________________________________________________________
7079 [ 12397] By: jhi                                   on 2001/10/11  00:48:54
7080         Log: Subject: [PATCH MANIFEST lib/ExtUtils/Packlist.t] Add Tests for ExtUtils::Packlist
7081              From: "chromatic" <chromatic@rmci.net>
7082              Date: Wed, 10 Oct 2001 15:45:42 -0600
7083              Message-ID: <20011010215140.8913.qmail@onion.perl.org>
7084      Branch: perl
7085            + lib/ExtUtils/Packlist.t
7086            ! MANIFEST
7087 ____________________________________________________________________________
7088 [ 12396] By: jhi                                   on 2001/10/10  20:20:22
7089         Log: VMS needs quotes around the -I option to keep it from
7090              being downcased, from Charles Lane.
7091      Branch: perl
7092            ! t/run/kill_perl.t
7093 ____________________________________________________________________________
7094 [ 12395] By: ams                                   on 2001/10/10  16:22:32
7095         Log: Subject: [PATCH lib/FindBin.pm]
7096              From: Stas Bekman <stas@stason.org>
7097              Date: Tue, 09 Oct 2001 23:57:10 +0800
7098              Message-Id: <3BC31E56.60805@stason.org>
7099      Branch: perl
7100            ! lib/FindBin.pm
7101 ____________________________________________________________________________
7102 [ 12394] By: ams                                   on 2001/10/10  16:09:53
7103         Log: Subject: Re: /usr/include/sys/e ?? (perl@12340)
7104              From: Abhijit Menon-Sen <ams@wiw.org>
7105              Date: Wed, 10 Oct 2001 21:59:33 +0530
7106              Message-Id: <20011010215933.B2444@lustre.dyn.wiw.org>
7107      Branch: perl
7108            ! ext/Data/Dumper/Dumper.xs
7109 ____________________________________________________________________________
7110 [ 12393] By: jhi                                   on 2001/10/10  15:53:39
7111         Log: VMS: reorder the elimination of 000000 in the canonpath logic,
7112              from Charles Lane.
7113      Branch: perl
7114            ! lib/File/Spec/VMS.pm
7115 ____________________________________________________________________________
7116 [ 12392] By: ams                                   on 2001/10/10  14:49:43
7117         Log: Subject: [PATCH] two s/// bugfixes
7118              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7119              Date: Wed, 10 Oct 2001 17:23:44 +0200
7120              Message-Id: <20011010172344.C22440@rafael>
7121      Branch: perl
7122            ! pp_ctl.c regexec.c t/op/subst.t
7123 ____________________________________________________________________________
7124 [ 12391] By: jhi                                   on 2001/10/10  12:22:02
7125         Log: Fix/improve handling of the [000000] special "root"
7126              directory, by putting cwd in canonical form when doing
7127              abs2rel, and prepending a 000000 to directory "chunks"
7128              if missing from base or path.  Also adjust test to
7129              reflect the (improved) output from abs2rel.
7130              From Charles Lane.
7131      Branch: perl
7132            ! lib/File/Spec.t lib/File/Spec/VMS.pm
7133 ____________________________________________________________________________
7134 [ 12390] By: jhi                                   on 2001/10/10  11:48:14
7135         Log: In VMS the copy-to-untaint %ENV in the initialization also loses
7136              all of the extra VMSish attributes (such as "treat this logical
7137              as a device name") that are necessary to make programs run.
7138              A tainted %ENV does not hinder VMS.  From Charles Lane.
7139      Branch: perl
7140            ! lib/File/Find/t/taint.t
7141 ____________________________________________________________________________
7142 [ 12389] By: jhi                                   on 2001/10/10  11:40:29
7143         Log: VMS-specific fixes to the ExtUtils::Manifest tests.
7144              
7145              o  VMS is case-insensitive, RTL downcases filenames read
7146              by perl... so need to re-upcase filenames like MANIFEST
7147              and MANIFEST.SKIP
7148              
7149              o  Need to convert VMS-style to Unix-style filenames when comparing
7150              names in MANIFEST to names in filesystem.
7151              
7152              o  Need to remove mantest/MANIFEST before rmdir'ing mantest,
7153              since VMS won't let you (easily) delete non-empty directories.
7154              
7155              From Charles Lane.
7156      Branch: perl
7157            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Manifest.t
7158 ____________________________________________________________________________
7159 [ 12388] By: jhi                                   on 2001/10/10  11:28:44
7160         Log: Unix and VMS agree on "*" as a "match any number of any chars"
7161              wildcards, but differ ("?"  vs.  "%") for their "match any single
7162              char" wildcard.  This patch changes "?"  chars to "%" before doing a
7163              VMS glob...at no loss of functionality, since "?"  isn't a valid
7164              filename char on VMS.  From Charles Lane.
7165      Branch: perl
7166            ! doio.c
7167 ____________________________________________________________________________
7168 [ 12387] By: jhi                                   on 2001/10/10  11:20:13
7169         Log: (accidentally empty submit; new life as #12390)
7170      Branch: perl
7171            ! lib/File/Find/t/taint.t
7172 ____________________________________________________________________________
7173 [ 12386] By: jhi                                   on 2001/10/10  11:12:40
7174         Log: Even more VMS tweakage from Charles Lane:
7175              
7176              Tweak #1:  splitdir only works on directory part of filespec,
7177              split off volume first
7178              Tweak #2:  VMS pre-7.0's $ENV{'HOME'} is not settable
7179              (it's a horrible kludge in the run-time library,
7180              improved in later versions). Check the
7181              $Config{'d_setenv'} flag before attempting to set it.
7182      Branch: perl
7183            ! t/op/chdir.t
7184 ____________________________________________________________________________
7185 [ 12385] By: jhi                                   on 2001/10/09  20:34:36
7186         Log: VMS tweakage from Charles Lane.
7187              
7188              . command.com doubles an output line when prompting for extensions
7189              . Term::Cap has no business trying to run obscure Un*x utilities on VMS
7190              . perl5db doesn't clean up after itself
7191      Branch: perl
7192            ! configure.com lib/Term/Cap.pm lib/perl5db.pl
7193 ____________________________________________________________________________
7194 [ 12384] By: sky                                   on 2001/10/09  19:16:11
7195         Log: Subject: [PATCH again again], Re: [PATCH again] Re: [PATCH mg.c gv.c and others] ${^TAINT}
7196              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7197              Date: Tue, 9 Oct 2001 22:10:26 +0200
7198              Message-ID: <20011009221026.A8579@rafael>
7199      Branch: perl
7200            ! pod/perldata.pod
7201 ____________________________________________________________________________
7202 [ 12383] By: jhi                                   on 2001/10/09  14:33:15
7203         Log: Subject: [PATCH t/op/subst.t] new tests, new TODO test
7204              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
7205              Date: 9 Oct 2001 15:15:06 -0000
7206              Message-Id: <slrn9s653h.h2p.rgarciasuarez@rafael.kazibao.net>
7207      Branch: perl
7208            ! t/op/subst.t
7209 ____________________________________________________________________________
7210 [ 12382] By: jhi                                   on 2001/10/09  14:03:30
7211         Log: Update Changes.
7212      Branch: perl
7213            ! Changes patchlevel.h
7214 ____________________________________________________________________________
7215 [ 12381] By: jhi                                   on 2001/10/09  13:52:50
7216         Log: Seems that a glob(undef) triggers an ACCVIO in Perl_flex_stat
7217              Seems that a glob(undef) triggers an ACCVIO in Perl_flex_stat,
7218              when a NULL is passed for the filename string pointer.
7219              From Charles Lane.
7220      Branch: perl
7221            ! vms/vms.c
7222 ____________________________________________________________________________
7223 [ 12379] By: jhi                                   on 2001/10/09  13:03:49
7224         Log: Subject: HP systems update
7225              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
7226              Date: Tue, 09 Oct 2001 15:59:22 +0200
7227              Message-Id: <20011009155614.A4F5.H.M.BRAND@hccnet.nl>
7228      Branch: perl
7229            ! README.hpux
7230 ____________________________________________________________________________
7231 [ 12378] By: jhi                                   on 2001/10/09  12:52:21
7232         Log: CPAN::Nox does now have a test.
7233      Branch: perl
7234            ! t/lib/1_compile.t
7235 ____________________________________________________________________________
7236 [ 12377] By: jhi                                   on 2001/10/09  12:23:27
7237         Log: Subject: [ID 20011001.009] /usr/bin/perl (in addition to /usr/local/bin/perl)
7238              From: David Dyck <dcd@tc.fluke.com>
7239              Date: Mon, 1 Oct 2001 12:17:36 -0700
7240              Message-Id: <200110011917.MAA11879@dd.tc.fluke.com>
7241      Branch: perl
7242            ! installperl
7243 ____________________________________________________________________________
7244 [ 12376] By: jhi                                   on 2001/10/09  12:18:39
7245         Log: NetWare update from Ananth Kesari.
7246      Branch: perl
7247            ! NetWare/nwperlsys.h makedef.pl
7248 ____________________________________________________________________________
7249 [ 12375] By: jhi                                   on 2001/10/09  11:43:01
7250         Log: Subject: [PATCH Perl@12307] File::Find test on VMS
7251              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
7252              Date: Tue, 9 Oct 2001 08:40:57 EDT
7253              Message-Id: <011009083426.17530f@DUPHY4.Physics.Drexel.Edu>
7254      Branch: perl
7255            ! lib/File/Find/t/find.t
7256 ____________________________________________________________________________
7257 [ 12374] By: ams                                   on 2001/10/09  05:31:45
7258         Log: Subject: [PATCH MANIFEST lib/ExtUtils/Mkbootstrap.t] Add Tests for
7259              ExtUtils::Mkbootstrap
7260              From: "chromatic" <chromatic@rmci.net>
7261              Date: Tue, 09 Oct 2001 00:08:37 -0600
7262              Message-Id: <20011009061432.46666.qmail@onion.perl.org>
7263      Branch: perl
7264            + lib/ExtUtils/Mkbootstrap.t
7265            ! MANIFEST
7266 ____________________________________________________________________________
7267 [ 12373] By: jhi                                   on 2001/10/09  02:56:13
7268         Log: Enable more debugging.
7269      Branch: perl
7270            ! lib/utf8_heavy.pl
7271 ____________________________________________________________________________
7272 [ 12372] By: ams                                   on 2001/10/09  02:11:59
7273         Log: #12370 forgot to modify is_gv_magical().
7274      Branch: perl
7275            ! gv.c
7276 ____________________________________________________________________________
7277 [ 12371] By: jhi                                   on 2001/10/09  01:48:17
7278         Log: Make the toupper/lower/title API for Unicode not right
7279              but at least less wrong: prepare for the mapping being
7280              more than just one-character-to-one-character.
7281      Branch: perl
7282            ! embed.h embed.pl global.sym handy.h pp.c proto.h regcomp.c
7283            ! regexec.c utf8.c
7284 ____________________________________________________________________________
7285 [ 12370] By: jhi                                   on 2001/10/09  01:23:08
7286         Log: Subject: Re: [PATCH mg.c gv.c and others] ${^TAINT}
7287              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
7288              Date: Mon, 8 Oct 2001 22:18:23 -0400
7289              Message-ID: <20011008221823.A413700@linguist.thayer.dartmouth.edu>
7290      Branch: perl
7291            ! pod/perlvar.pod t/op/taint.t
7292 ____________________________________________________________________________
7293 [ 12369] By: jhi                                   on 2001/10/08  23:31:21
7294         Log: FAQ sync.
7295      Branch: perl
7296            ! pod/perlfaq3.pod pod/perlfaq4.pod
7297 ____________________________________________________________________________
7298 [ 12368] By: jhi                                   on 2001/10/08  21:20:45
7299         Log: Subject: [PATCH lib/Term/Cap.t] Fix Debian Failures on Test 22
7300              From: "chromatic" <chromatic@rmci.net>
7301              Date: Mon, 08 Oct 2001 14:05:32 -0600
7302              Message-ID: <20011008201126.73702.qmail@onion.perl.org>
7303      Branch: perl
7304            ! lib/Term/Cap.t
7305 ____________________________________________________________________________
7306 [ 12367] By: jhi                                   on 2001/10/08  21:10:49
7307         Log: Subject: [PATCH again] Re: [PATCH mg.c gv.c and others] ${^TAINT}
7308              From: Michael G Schwern <schwern@pobox.com>
7309              Date: Mon, 8 Oct 2001 17:00:14 -0400
7310              Message-ID: <20011008170014.L17083@blackrider>
7311      Branch: perl
7312            ! gv.c mg.c pod/perlvar.pod t/op/magic.t t/op/taint.t
7313 ____________________________________________________________________________
7314 [ 12366] By: jhi                                   on 2001/10/08  20:43:19
7315         Log: Subject: [PATCH Perl@12307] Time::Hires for VMS pre-7.0
7316              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
7317              Date: Mon, 8 Oct 2001 16:01:33 EDT
7318              Message-Id: <011008155856.1604b5@DUPHY4.Physics.Drexel.Edu>
7319      Branch: perl
7320            ! ext/Time/HiRes/HiRes.xs
7321 ____________________________________________________________________________
7322 [ 12365] By: jhi                                   on 2001/10/08  20:41:50
7323         Log: Subject: [PATCH] Autosplit patch for VMS
7324              From: "Craig A. Berry" <craigberry@mac.com>
7325              Date: Mon, 08 Oct 2001 15:40:43 -0500
7326              Message-Id: <5.1.0.14.0.20011008150808.02302618@exchi01>
7327      Branch: perl
7328            ! lib/AutoSplit.pm lib/AutoSplit.t
7329 ____________________________________________________________________________
7330 [ 12364] By: jhi                                   on 2001/10/08  20:36:58
7331         Log: Don't assume that everybody is running OS X 10.1 yet;
7332              from Kay Röpke.
7333      Branch: perl
7334            ! hints/darwin.sh
7335 ____________________________________________________________________________
7336 [ 12363] By: jhi                                   on 2001/10/08  14:26:35
7337         Log: Update Changes.
7338      Branch: perl
7339            ! Changes patchlevel.h
7340 ____________________________________________________________________________
7341 [ 12362] By: jhi                                   on 2001/10/08  14:05:50
7342         Log: Retract #12358 for now.
7343      Branch: perl
7344            ! lib/Term/Cap.t
7345 ____________________________________________________________________________
7346 [ 12361] By: jhi                                   on 2001/10/08  13:57:10
7347         Log: Can't figure out what this is testing.
7348              (If it is trying to catch SIGKILL, it should stop
7349              trying because that is by definition impossible.)
7350      Branch: perl
7351            ! lib/sigtrap.t
7352 ____________________________________________________________________________
7353 [ 12360] By: jhi                                   on 2001/10/08  13:23:28
7354         Log: Subject: [PATCH bleadperl] why some tests fail on Win95...
7355              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
7356              Date: Sun, 30 Sep 2001 21:15:13 +0200
7357              Message-ID: <5033457805.20010930211513@tesla.rcub.bg.ac.yu>
7358      Branch: perl
7359            ! lib/ExtUtils/MM_Win32.pm
7360 ____________________________________________________________________________
7361 [ 12359] By: jhi                                   on 2001/10/08  12:37:17
7362         Log: Clarify the ldlibpth part and condense the overall text.
7363      Branch: perl
7364            ! t/TEST
7365 ____________________________________________________________________________
7366 [ 12358] By: jhi                                   on 2001/10/08  11:56:49
7367         Log: Subject: Re: [PATCH] & what's to be done for 5.8.0?
7368              From: "chromatic" <chromatic@rmci.net>
7369              Date: Sun, 07 Oct 2001 16:59:26 -0600
7370              Message-ID: <20011007230518.90917.qmail@onion.perl.org>
7371      Branch: perl
7372            ! lib/Term/Cap.t
7373 ____________________________________________________________________________
7374 [ 12357] By: jhi                                   on 2001/10/08  11:54:50
7375         Log: Update the list because fo #12265.
7376      Branch: perl
7377            ! t/lib/1_compile.t
7378 ____________________________________________________________________________
7379 [ 12356] By: jhi                                   on 2001/10/08  11:53:30
7380         Log: Subject: [PATCH] & what's to be done for 5.8.0? 
7381              From: Nicholas Clark <nick@ccl4.org>
7382              Date: Sun, 7 Oct 2001 20:53:33 +0100
7383              Message-ID: <20011007205333.S38756@plum.flirble.org>   
7384      Branch: perl
7385            ! ext/B/t/showlex.t ext/B/t/stash.t ext/Cwd/t/taint.t
7386            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
7387            ! ext/DB_File/t/db-recno.t ext/Fcntl/t/fcntl.t lib/CGI/t/carp.t
7388            ! lib/CGI/t/cookie.t lib/File/Find/t/taint.t lib/FindBin.t
7389            ! lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
7390            ! lib/Net/t/smtp.t lib/Switch/t/given.t lib/Switch/t/nested.t
7391            ! lib/Switch/t/switch.t lib/Term/Complete.t
7392            ! lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/todo.t
7393            ! lib/bigfloat.t lib/bigint.t lib/integer.t t/op/flip.t
7394            ! t/op/my_stash.t
7395 ____________________________________________________________________________
7396 [ 12355] By: jhi                                   on 2001/10/08  11:51:29
7397         Log: Integrate patch #12350 from maintperl; typo in
7398              IO::Seekable doc.
7399      Branch: perl
7400           !> ext/IO/lib/IO/Seekable.pm
7401 ____________________________________________________________________________
7402 [ 12354] By: jhi                                   on 2001/10/08  11:41:16
7403         Log: Detypo.
7404      Branch: perl
7405            ! hints/darwin.sh
7406 ____________________________________________________________________________
7407 [ 12353] By: sky                                   on 2001/10/07  17:16:14
7408         Log: Change 12349 didn't really get it right.
7409      Branch: perl
7410            ! lib/Unicode/README
7411 ____________________________________________________________________________
7412 [ 12352] By: jhi                                   on 2001/10/07  15:03:18
7413         Log: If running the harness the dynamic library search path
7414              may need setting.
7415      Branch: perl
7416            ! t/TEST
7417 ____________________________________________________________________________
7418 [ 12351] By: jhi                                   on 2001/10/07  14:17:12
7419         Log: It seems that in MacOS X 10.1 one must use -flat_namespace
7420              in ldflags.
7421      Branch: perl
7422            ! hints/darwin.sh
7423 ____________________________________________________________________________
7424 [ 12350] By: gsar                                  on 2001/10/07  13:30:42
7425         Log: typo in IO::Seekable doc
7426      Branch: maint-5.6/perl
7427            ! ext/IO/lib/IO/Seekable.pm
7428 ____________________________________________________________________________
7429 [ 12349] By: jhi                                   on 2001/10/07  12:49:31
7430         Log: Give up the fantasy of having lib/Unicode and lib/unicode:
7431              doesn't work on Mac OS X 10.1 (when unpacking the tar the
7432              latter gets renamed as lib/unicode:1, assumedly for security
7433              reasons not to overwrite stuff)
7434      Branch: perl
7435            + lib/Unicode/README
7436            - lib/unicode/README
7437            ! MANIFEST
7438 ____________________________________________________________________________
7439 [ 12348] By: ams                                   on 2001/10/07  05:33:40
7440         Log: Subject: [PATCH MANIFEST lib/CPAN/t/Nox.t] Add Tests for CPAN::Nox
7441              From: "chromatic" <chromatic@rmci.net>
7442              Date: Sat, 06 Oct 2001 21:42:03 -0600
7443              Message-Id: <20011007034754.21057.qmail@onion.perl.org>
7444      Branch: perl
7445            + lib/CPAN/t/Nox.t
7446            ! MANIFEST
7447 ____________________________________________________________________________
7448 [ 12347] By: ams                                   on 2001/10/07  00:48:10
7449         Log: Subject: [PATCH MANIFEST lib/sigtrap.t] Add Tests for sigtrap.pm
7450              From: "chromatic" <chromatic@rmci.net>
7451              Date: Sat, 06 Oct 2001 18:52:10 -0600
7452              Message-Id: <20011007005801.98381.qmail@onion.perl.org>
7453      Branch: perl
7454            + lib/sigtrap.t
7455            ! MANIFEST
7456 ____________________________________________________________________________
7457 [ 12346] By: ams                                   on 2001/10/06  23:14:01
7458         Log: Subject: [PATCH] (was Re: [PATCH] Re: What sort of Makefile.PL should
7459              h2xs write?)
7460              From: Nicholas Clark <nick@ccl4.org>
7461              Date: Sat, 6 Oct 2001 21:46:43 +0100
7462              Message-Id: <20011006214643.L38756@plum.flirble.org>
7463      Branch: perl
7464            ! utils/h2xs.PL
7465 ____________________________________________________________________________
7466 [ 12345] By: ams                                   on 2001/10/06  17:39:53
7467         Log: Subject: [PATCH] Memoize tests
7468              From: Nicholas Clark <nick@ccl4.org>
7469              Date: Sat, 6 Oct 2001 18:04:21 +0100
7470              Message-Id: <20011006180421.J38756@plum.flirble.org>
7471      Branch: perl
7472            ! lib/Memoize/t/array.t lib/Memoize/t/array_confusion.t
7473            ! lib/Memoize/t/correctness.t lib/Memoize/t/errors.t
7474            ! lib/Memoize/t/expire.t lib/Memoize/t/expire_file.t
7475            ! lib/Memoize/t/expire_module_n.t
7476            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
7477            ! lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
7478            ! lib/Memoize/t/speed.t lib/Memoize/t/tie.t
7479            ! lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
7480            ! lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
7481            ! lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
7482 ____________________________________________________________________________
7483 [ 12344] By: jhi                                   on 2001/10/06  00:30:23
7484         Log: Retract the latter part of #12343.
7485      Branch: perl
7486            ! ext/IO/lib/IO/Socket/INET.pm
7487 ____________________________________________________________________________
7488 [ 12343] By: jhi                                   on 2001/10/05  23:32:07
7489         Log: Subject: patch to ext/IO/lib/IO/Socket/INET.pm fixes Bug ID (20010803.022)
7490              From: David Dyck <dcd@tc.fluke.com>
7491              Date: Fri, 5 Oct 2001 16:04:43 -0700 (PDT)
7492              Message-ID: <Pine.LNX.4.33.0110051548340.9856-100000@dd.tc.fluke.com>
7493              
7494              Subject: Re: patch to ext/IO/lib/IO/Socket/INET.pm fixes Bug ID (20010803.022)
7495              From: David Dyck <dcd@tc.fluke.com>
7496              Date: Fri, 5 Oct 2001 17:27:46 -0700 (PDT)
7497              Message-ID: <Pine.LNX.4.33.0110051714350.14248-100000@dd.tc.fluke.com>
7498      Branch: perl
7499            ! ext/IO/lib/IO/Socket/INET.pm
7500 ____________________________________________________________________________
7501 [ 12342] By: jhi                                   on 2001/10/05  16:28:37
7502         Log: Subject: [PATCH perl@12307] Re: test names from C<make TEST>
7503              From: Robin Barker <rmb1@cise.npl.co.uk>
7504              Date: Fri, 5 Oct 2001 18:20:44 +0100 (BST)
7505              Message-Id: <200110051720.SAA17023@tempest.npl.co.uk>
7506      Branch: perl
7507            ! t/TEST
7508 ____________________________________________________________________________
7509 [ 12341] By: jhi                                   on 2001/10/05  13:54:08
7510         Log: Don't assume that %x is good for displaying UVs.
7511      Branch: perl
7512            ! dump.c
7513 ____________________________________________________________________________
7514 [ 12340] By: jhi                                   on 2001/10/05  12:41:31
7515         Log: Update Changes.
7516      Branch: perl
7517            ! Changes patchlevel.h
7518 ____________________________________________________________________________
7519 [ 12339] By: ams                                   on 2001/10/05  10:22:34
7520         Log: Subject: [PATCH] perlfunc/select
7521              From: Nicholas Clark <nick@ccl4.org>
7522              Date: Fri, 5 Oct 2001 11:33:58 +0100
7523              Message-Id: <20011005113358.Z38756@plum.flirble.org>
7524      Branch: perl
7525            ! pod/perlfunc.pod
7526 ____________________________________________________________________________
7527 [ 12338] By: jhi                                   on 2001/10/04  22:54:06
7528         Log: Retract #12313 and #12249.
7529      Branch: perl
7530            ! pod/perlboot.pod pod/perlbot.pod pod/perlcall.pod
7531            ! pod/perldata.pod pod/perldbmfilter.pod pod/perldsc.pod
7532            ! pod/perlebcdic.pod
7533 ____________________________________________________________________________
7534 [ 12337] By: jhi                                   on 2001/10/04  17:17:03
7535         Log: Subject: [PATCH] perlvms.pod update
7536              From: "Craig A. Berry" <craigberry@mac.com>
7537              Date: Thu, 04 Oct 2001 12:55:52 -0500
7538              Message-Id: <5.1.0.14.0.20011004124831.01aa49c0@exchi01>
7539      Branch: perl
7540            ! vms/perlvms.pod
7541 ____________________________________________________________________________
7542 [ 12336] By: jhi                                   on 2001/10/04  14:02:17
7543         Log: Subject: PATCH: Tie::SubstrHash
7544              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
7545              Date: Thu, 04 Oct 2001 12:12:41 +0100
7546              Message-Id: <200110041112.f94BCfS17390@crypt.compulink.co.uk> 
7547      Branch: perl
7548            ! lib/Tie/SubstrHash.pm
7549 ____________________________________________________________________________
7550 [ 12335] By: jhi                                   on 2001/10/04  04:45:00
7551         Log: Unicode properties saga continues.
7552      Branch: perl
7553            ! lib/unicore/In.pl lib/unicore/In/136.pl lib/unicore/In/155.pl
7554            ! lib/unicore/mktables.PL lib/utf8_heavy.pl
7555 ____________________________________________________________________________
7556 [ 12334] By: jhi                                   on 2001/10/04  03:42:04
7557         Log: Yet more Unicode properties.
7558      Branch: perl
7559            + lib/unicore/In/137.pl lib/unicore/In/138.pl
7560            + lib/unicore/In/139.pl lib/unicore/In/140.pl
7561            + lib/unicore/In/141.pl lib/unicore/In/142.pl
7562            + lib/unicore/In/143.pl lib/unicore/In/144.pl
7563            + lib/unicore/In/145.pl lib/unicore/In/146.pl
7564            + lib/unicore/In/147.pl lib/unicore/In/148.pl
7565            + lib/unicore/In/149.pl lib/unicore/In/150.pl
7566            + lib/unicore/In/151.pl lib/unicore/In/152.pl
7567            + lib/unicore/In/153.pl lib/unicore/In/154.pl
7568            + lib/unicore/In/155.pl lib/unicore/In/156.pl
7569            + lib/unicore/In/157.pl lib/unicore/In/158.pl
7570            + lib/unicore/In/159.pl lib/unicore/In/160.pl
7571            + lib/unicore/In/161.pl lib/unicore/In/162.pl
7572            ! MANIFEST lib/unicore/In.pl lib/unicore/In/136.pl
7573            ! lib/unicore/mktables.PL lib/utf8_heavy.pl pod/perltodo.pod
7574            ! pod/perlunicode.pod
7575 ____________________________________________________________________________
7576 [ 12333] By: jhi                                   on 2001/10/04  03:02:19
7577         Log: Subject: [PATCH perl@12307] 2 more VMS test tweaks
7578              From: "Craig A. Berry" <craigberry@mac.com>
7579              Date: Wed, 03 Oct 2001 17:45:25 -0500
7580              Message-Id: <5.1.0.14.0.20011003154131.01bc8528@exchi01>
7581              
7582              (the lib/Term/Complete.t patched differently by #12332)
7583      Branch: perl
7584            ! lib/ExtUtils/Command.t
7585 ____________________________________________________________________________
7586 [ 12332] By: jhi                                   on 2001/10/04  03:00:03
7587         Log: Restore only if something to restore.
7588      Branch: perl
7589            ! lib/Term/Complete.t
7590 ____________________________________________________________________________
7591 [ 12331] By: pudge                                 on 2001/10/03  19:30:48
7592         Log: Update various resources for credits,
7593              minor icons fixes, and versions.
7594      Branch: maint-5.6/macperl
7595            ! macos/MPVersion.r macos/Perl.r macos/macperl/MPDroplet.r
7596            ! macos/macperl/MPExtension.rsrc macos/macperl/MPSave.c
7597            ! macos/macperl/MacPerl.r macos/macperl/MacPerl.rsrc
7598 ____________________________________________________________________________
7599 [ 12330] By: pudge                                 on 2001/10/03  19:17:25
7600         Log: Quiet the warnings about using undef value
7601      Branch: maint-5.6/macperl
7602            ! lib/File/Temp.pm
7603 ____________________________________________________________________________
7604 [ 12329] By: pudge                                 on 2001/10/03  19:14:59
7605         Log: Fix up Ballon Help and Help menu docs (first pass);
7606              remove balloon rez file, and autogenerate with
7607              Balloon2Rez instead.
7608      Branch: maint-5.6/macperl
7609            + macos/macperl/macscripts/Balloon2Rez
7610            - macos/macperl/MPBalloons.r
7611            ! macos/macperl/MPBalloons.ball macos/macperl/MacPerl.podhelp
7612 ____________________________________________________________________________
7613 [ 12328] By: pudge                                 on 2001/10/03  19:11:15
7614         Log: Allow overriding of defaults, for change #12327.
7615      Branch: maint-5.6/macperl
7616            ! perl.h
7617 ____________________________________________________________________________
7618 [ 12327] By: pudge                                 on 2001/10/03  19:10:26
7619         Log: Override PerlProc_exit.
7620      Branch: maint-5.6/macperl
7621            ! macos/macish.h
7622 ____________________________________________________________________________
7623 [ 12326] By: pudge                                 on 2001/10/03  19:08:28
7624         Log: Add in new macos/ modules, fix up BuildTools and Makefile.
7625      Branch: maint-5.6/macperl
7626            + macos/bundled_lib/blib/lib/MD5.pm
7627            + macos/bundled_lib/t/MD5/md5.t macos/lib/Mac/AETE/App.pm
7628            + macos/lib/Mac/AETE/Dialect.pm
7629            + macos/lib/Mac/AETE/Format/Converter.pm
7630            + macos/lib/Mac/AETE/Format/Dictionary.pm
7631            + macos/lib/Mac/AETE/Format/Glue.pm macos/lib/Mac/AETE/Parser.pm
7632            + macos/lib/Mac/Glue.pm macos/lib/Mac/OSA/Simple.pm
7633            + macos/lib/Mac/Toolbox.pod
7634            ! macos/Makefile.mk macos/lib/Mac/BuildTools.pm
7635 ____________________________________________________________________________
7636 [ 12325] By: pudge                                 on 2001/10/03  18:51:28
7637         Log: Sync up silly CVS headers ... I should commit CVS
7638              first to avoid this ...
7639      Branch: maint-5.6/macperl
7640            ! macos/config.h macos/ext/Mac/ExtUtils/MakeToolboxModule
7641            ! macos/ext/Mac/Fonts/Fonts.xs macos/ext/MacPerl/MacPerl.xs
7642            ! macos/macperl/MPEditor.c macos/macperl/MPGlobals.h
7643            ! macos/macperl/MPScript.c macos/macperl/MPUtils.c
7644 ____________________________________________________________________________
7645 [ 12324] By: pudge                                 on 2001/10/03  18:44:09
7646         Log: Fix Matthias' address, and attributions.
7647      Branch: maint-5.6/macperl
7648            ! AUTHORS README.macos ext/DynaLoader/dl_mac.xs perl.c
7649            ! pod/perlport.pod
7650 ____________________________________________________________________________
7651 [ 12323] By: pudge                                 on 2001/10/03  18:42:37
7652         Log: Fix Matthias' address, and attributions.
7653      Branch: maint-5.6/macperl
7654            ! macos/config.h macos/ext/Mac/AppleEvents/AppleEvents.pm
7655            ! macos/ext/Mac/Components/Components.pm
7656            ! macos/ext/Mac/Controls/Controls.pm macos/ext/Mac/DCon/DCon.pm
7657            ! macos/ext/Mac/Dialogs/Dialogs.pm
7658            ! macos/ext/Mac/Events/Events.pm
7659            ! macos/ext/Mac/ExtUtils/MakeToolboxModule
7660            ! macos/ext/Mac/Files/Files.pm macos/ext/Mac/Fonts/Fonts.pm
7661            ! macos/ext/Mac/Gestalt/Gestalt.pm
7662            ! macos/ext/Mac/ImageCompression/ImageCompression.pm
7663            ! macos/ext/Mac/Lists/Lists.pm macos/ext/Mac/Memory/Memory.pm
7664            ! macos/ext/Mac/Menus/Menus.pm
7665            ! macos/ext/Mac/MoreFiles/MoreFiles.pm
7666            ! macos/ext/Mac/Movies/Movies.pm
7667            ! macos/ext/Mac/Navigation/Navigation.pm
7668            ! macos/ext/Mac/Notification/Notification.pm
7669            ! macos/ext/Mac/OSA/OSA.pm macos/ext/Mac/Processes/Processes.pm
7670            ! macos/ext/Mac/QDOffscreen/QDOffscreen.pm
7671            ! macos/ext/Mac/QuickDraw/QuickDraw.pm
7672            ! macos/ext/Mac/QuickTimeVR/QuickTimeVR.pm
7673            ! macos/ext/Mac/Resources/Resources.pm macos/ext/Mac/SAT/SAT.pm
7674            ! macos/ext/Mac/Sound/Sound.pm macos/ext/Mac/Speech/Speech.pm
7675            ! macos/ext/Mac/SpeechRecognition/SpeechRecognition.pm
7676            ! macos/ext/Mac/StandardFile/StandardFile.pm
7677            ! macos/ext/Mac/TextEdit/TextEdit.pm
7678            ! macos/ext/Mac/Types/Types.pm macos/ext/Mac/Windows/Windows.pm
7679            ! macos/fcntl.h macos/lib/ExtUtils/MM_MacOS.pm
7680            ! macos/lib/Mac/LowMem.pm
7681 ____________________________________________________________________________
7682 [ 12322] By: sky                                   on 2001/10/03  18:41:07
7683         Log: Subject: [PATCH perl@12307] %ENV tainting for VMS
7684              From: "Craig A. Berry" <craigberry@mac.com>
7685              Date: Wed, 03 Oct 2001 14:30:55 -0500
7686              Message-Id: <5.1.0.14.0.20011003124800.01bd31c0@exchi01>
7687      Branch: perl
7688            ! vms/vms.c
7689 ____________________________________________________________________________
7690 [ 12321] By: jhi                                   on 2001/10/03  18:38:34
7691         Log: Subject: [PATCH perl@12307] %ENV tainting for VMS
7692              From: "Craig A. Berry" <craigberry@mac.com>
7693              Date: Wed, 03 Oct 2001 14:30:55 -0500
7694              Message-Id: <5.1.0.14.0.20011003124800.01bd31c0@exchi01>
7695      Branch: perl
7696            ! vms/vms.c
7697 ____________________________________________________________________________
7698 [ 12320] By: jhi                                   on 2001/10/03  16:47:30
7699         Log: Unicode properties: fix L& (the #12319 didn't allow L&,
7700              only IsL&) and Inherited (negative lookahead good);
7701              add tests for Common, Inherited, and L&.
7702      Branch: perl
7703            ! lib/utf8_heavy.pl pod/perltodo.pod t/op/pat.t
7704 ____________________________________________________________________________
7705 [ 12319] By: jhi                                   on 2001/10/03  16:12:53
7706         Log: Unicode properties: support \p{(?:Is)?L&} as an alias for \pL.
7707              (The Unicode standard uses L& quite often.)
7708      Branch: perl
7709            ! lib/utf8_heavy.pl
7710 ____________________________________________________________________________
7711 [ 12318] By: jhi                                   on 2001/10/03  15:57:34
7712         Log: Add the 'Common' Unicode property (code points not
7713              explicitly assigned to any other script).
7714      Branch: perl
7715            + lib/unicore/In/136.pl
7716            ! MANIFEST lib/unicore/In.pl lib/unicore/mktables.PL
7717 ____________________________________________________________________________
7718 [ 12317] By: jhi                                   on 2001/10/03  13:23:32
7719         Log: Skip the RV printing test under threads until fixed.
7720      Branch: perl
7721            ! ext/B/t/terse.t
7722 ____________________________________________________________________________
7723 [ 12316] By: jhi                                   on 2001/10/03  12:57:05
7724         Log: Subject: 12309 / cygwin / win2k
7725              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
7726              Date: Wed, 03 Oct 2001 15:25:15 +0200
7727              Message-Id: <20011003152353.A479.H.M.BRAND@hccnet.nl>
7728      Branch: perl
7729            ! makedef.pl
7730 ____________________________________________________________________________
7731 [ 12315] By: jhi                                   on 2001/10/03  12:50:17
7732         Log: Metaconfig unit change for #12314.
7733      Branch: metaconfig
7734            ! U/modified/Head.U
7735 ____________________________________________________________________________
7736 [ 12314] By: jhi                                   on 2001/10/03  12:49:26
7737         Log: Subject: Both cygwin and djgpp on one machine
7738              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
7739              Date: Wed, 03 Oct 2001 15:02:59 +0200
7740              Message-Id: <20011003150222.A474.H.M.BRAND@hccnet.nl>
7741      Branch: perl
7742            ! Configure
7743 ____________________________________________________________________________
7744 [ 12313] By: jhi                                   on 2001/10/03  12:04:49
7745         Log: (retracted by #12338)
7746              
7747              Subject: [PATCH] Code clean up for perlboot.pod
7748              From: Casey West <casey@geeknest.com>
7749              Date: Tue, 2 Oct 2001 19:24:43 -0400
7750              Message-ID: <20011002192443.B2163@stupid.geeknest.com>
7751              
7752              Subject: [PATCH] Code clean up for perlbot.diff
7753              From: Casey West <casey@geeknest.com>
7754              Date: Tue, 2 Oct 2001 19:25:22 -0400
7755              Message-ID: <20011002192522.C2163@stupid.geeknest.com>
7756              
7757              Subject: [PATCH] Code clean up for perlcall.pod
7758              From: Casey West <casey@geeknest.com>
7759              Date: Tue, 2 Oct 2001 19:25:57 -0400
7760              Message-ID: <20011002192557.D2163@stupid.geeknest.com>
7761              
7762              Subject: [PATCH] Code clean up for perldata.pod
7763              From: Casey West <casey@geeknest.com>
7764              Date: Tue, 2 Oct 2001 19:26:29 -0400
7765              Message-ID: <20011002192629.E2163@stupid.geeknest.com>
7766              
7767              Subject: [PATCH] Code clean up for perldbmfilter.pod
7768              From: Casey West <casey@geeknest.com>
7769              Date: Tue, 2 Oct 2001 19:26:59 -0400
7770              Message-ID: <20011002192659.F2163@stupid.geeknest.com>
7771              
7772              Subject: [PATCH] Code clean up for perlebcdic.pod
7773              From: Casey West <casey@geeknest.com>
7774              Date: Tue, 2 Oct 2001 19:27:37 -0400
7775              Message-ID: <20011002192737.G2163@stupid.geeknest.com>
7776      Branch: perl
7777            ! pod/perlboot.pod pod/perlbot.pod pod/perlcall.pod
7778            ! pod/perldata.pod pod/perldbmfilter.pod pod/perlebcdic.pod
7779 ____________________________________________________________________________
7780 [ 12312] By: ams                                   on 2001/10/02  23:43:55
7781         Log: Subject: [PATCH lib/ExtUtils/MakeMaker.pm] makemaker@perl.org
7782              From: Michael G Schwern <schwern@pobox.com>
7783              Date: Tue, 2 Oct 2001 17:00:49 -0400
7784              Message-Id: <20011002170049.A9955@blackrider>
7785      Branch: perl
7786            ! lib/ExtUtils/MakeMaker.pm
7787 ____________________________________________________________________________
7788 [ 12311] By: jhi                                   on 2001/10/02  23:24:07
7789         Log: FAQ sync.
7790      Branch: perl
7791            ! pod/perlfaq3.pod
7792 ____________________________________________________________________________
7793 [ 12310] By: nick                                  on 2001/10/02  16:09:49
7794         Log: Integrate mainline
7795      Branch: perlio
7796           !> AUTHORS Changes ext/I18N/Langinfo/Langinfo.pm
7797           !> ext/I18N/Langinfo/Langinfo.t ext/I18N/Langinfo/Makefile.PL
7798           !> lib/Pod/Html.pm lib/unicore/In.pl lib/unicore/mktables.PL mg.c
7799           !> patchlevel.h t/op/pat.t
7800 ____________________________________________________________________________
7801 [ 12309] By: jhi                                   on 2001/10/02  14:34:59
7802         Log: Unicode properties: allow also intra(wordbreak)name whitespace,
7803              not just one single space.
7804      Branch: perl
7805            ! lib/unicore/In.pl lib/unicore/mktables.PL t/op/pat.t
7806 ____________________________________________________________________________
7807 [ 12308] By: jhi                                   on 2001/10/02  12:49:41
7808         Log: AUTHORS updates.
7809      Branch: perl
7810            ! AUTHORS
7811 ____________________________________________________________________________
7812 [ 12307] By: jhi                                   on 2001/10/02  12:22:21
7813         Log: Update Changes.
7814      Branch: perl
7815            ! Changes patchlevel.h
7816 ____________________________________________________________________________
7817 [ 12306] By: jhi                                   on 2001/10/02  11:59:12
7818         Log: Work around old buggy glibcs for langinfo constants,
7819              from Nicholas Clark and David Dyck.
7820      Branch: perl
7821            ! ext/I18N/Langinfo/Langinfo.t ext/I18N/Langinfo/Makefile.PL
7822 ____________________________________________________________________________
7823 [ 12305] By: jhi                                   on 2001/10/02  11:45:55
7824         Log: Eradicate Time::Piece; add an example.
7825      Branch: perl
7826            ! ext/I18N/Langinfo/Langinfo.pm
7827 ____________________________________________________________________________
7828 [ 12304] By: jhi                                   on 2001/10/02  11:34:18
7829         Log: Subject: [PATCH] Pod::Html makes a poor guess at author
7830              From: Robert Spier <rspier@pobox.com>
7831              Date: Mon, 1 Oct 2001 23:20:16 -0700
7832              Message-ID: <15289.23712.422087.878224@rls.cx>
7833      Branch: perl
7834            ! lib/Pod/Html.pm
7835 ____________________________________________________________________________
7836 [ 12303] By: sky                                   on 2001/10/02  10:40:57
7837         Log: Fixes obscure bug that manifests itself by.
7838              local $!=0;undef*STDOUT;#segfaults
7839              Has been around for a while. Possible other magic IO vars are
7840              possibly affected aswell. Reported by Jos Boumans.
7841      Branch: perl
7842            ! mg.c
7843 ____________________________________________________________________________
7844 [ 12302] By: nick                                  on 2001/10/02  09:00:52
7845         Log: Integrate mainline
7846      Branch: perlio
7847           !> ext/B/t/terse.t ext/I18N/Langinfo/Langinfo.t hints/darwin.sh
7848           !> lib/Term/Cap.t lib/open.t pod/perlapi.pod pod/perlunicode.pod
7849           !> pp_ctl.c regcomp.c t/TEST t/op/arith.t t/op/pack.t t/op/pat.t
7850 ____________________________________________________________________________
7851 [ 12301] By: nick                                  on 2001/10/02  08:40:57
7852         Log: Integrate mainline + lib/open.t patch from Chromatic
7853      Branch: perlio
7854           +> lib/Term/Cap.t lib/Text/TabsWrap/CHANGELOG
7855            ! lib/open.t
7856           !> (integrate 29 files)
7857 ____________________________________________________________________________
7858 [ 12300] By: jhi                                   on 2001/10/01  19:22:16
7859         Log: Mac OS X doesn't have threadsafe (_r) libc interfaces.
7860              Until it has, better stop early if someone requests threads.
7861      Branch: perl
7862            ! hints/darwin.sh
7863 ____________________________________________________________________________
7864 [ 12299] By: jhi                                   on 2001/10/01  19:01:31
7865         Log: Subject: [ID 20011001.011] redundant code in t/TEST
7866              From: David Dyck <dcd@tc.fluke.com>
7867              Date: Mon, 1 Oct 2001 12:56:24 -0700
7868              Message-Id: <200110011956.MAA16250@dd.tc.fluke.com>
7869      Branch: perl
7870            ! t/TEST
7871 ____________________________________________________________________________
7872 [ 12298] By: jhi                                   on 2001/10/01  18:52:12
7873         Log: Subject: [PATCH lib/Term/Cap.t] Robustify %ENV Handling in Test (was Re: Failed Term/Cap.t test)
7874              From: "chromatic" <chromatic@rmci.net>
7875              Date: Mon, 01 Oct 2001 12:27:12 -0600
7876              Message-ID: <20011001183251.89148.qmail@onion.perl.org>
7877      Branch: perl
7878            ! lib/Term/Cap.t
7879 ____________________________________________________________________________
7880 [ 12297] By: jhi                                   on 2001/10/01  17:04:18
7881         Log: UNICOS testing patches from Nicholas Clark.
7882      Branch: perl
7883            ! t/op/arith.t t/op/pack.t
7884 ____________________________________________________________________________
7885 [ 12296] By: jhi                                   on 2001/10/01  17:01:26
7886         Log: Subject: [PATCH lib/open.t] Better Locale Flutzigation (was Re: lib/open.t and locale tests)
7887              From: "chromatic" <chromatic@rmci.net>
7888              Date: Mon, 01 Oct 2001 10:21:51 -0600
7889              Message-ID: <20011001162731.40639.qmail@onion.perl.org>
7890      Branch: perl
7891            ! lib/open.t
7892 ____________________________________________________________________________
7893 [ 12295] By: jhi                                   on 2001/10/01  14:55:37
7894         Log: Make missing the RADIXCHAR a softer, gentler error.
7895      Branch: perl
7896            ! ext/I18N/Langinfo/Langinfo.t
7897 ____________________________________________________________________________
7898 [ 12294] By: jhi                                   on 2001/10/01  14:51:42
7899         Log: Nuke also the LANG because of glibc.
7900      Branch: perl
7901            ! lib/open.t
7902 ____________________________________________________________________________
7903 [ 12293] By: jhi                                   on 2001/10/01  14:51:20
7904         Log: Also the ^Is is optional.
7905      Branch: perl
7906            ! pod/perlunicode.pod t/op/pat.t
7907 ____________________________________________________________________________
7908 [ 12292] By: jhi                                   on 2001/10/01  14:08:26
7909         Log: Be careful to pull chars from the varargs stack when
7910              formatting chars.
7911      Branch: perl
7912            ! regcomp.c
7913 ____________________________________________________________________________
7914 [ 12291] By: jhi                                   on 2001/10/01  12:27:57
7915         Log: sortsv not in place anymore, noticed by John P. Linderman.
7916      Branch: perl
7917            ! pod/perlapi.pod pp_ctl.c
7918 ____________________________________________________________________________
7919 [ 12290] By: jhi                                   on 2001/10/01  12:25:03
7920         Log: Make the diagnostic messages more neutral.
7921      Branch: perl
7922            ! ext/B/t/terse.t
7923 ____________________________________________________________________________
7924 [ 12289] By: jhi                                   on 2001/10/01  03:59:34
7925         Log: Forgotten from #12288.
7926      Branch: perl
7927            ! ext/Data/Dumper/Dumper.pm
7928 ____________________________________________________________________________
7929 [ 12288] By: jhi                                   on 2001/10/01  03:58:37
7930         Log: Subject: [PATCH ext/Data/Dumper.pm Dumper.xs Dumper.t] Option to sort hashes
7931              From: Brian Ingerson <ingy@ttul.org>
7932              Date: Sun, 30 Sep 2001 21:45:56 -0700
7933              Message-ID: <20010930214556.D26392@ttul.org>
7934              
7935              (remember also the #12289)
7936      Branch: perl
7937            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
7938 ____________________________________________________________________________
7939 [ 12287] By: jhi                                   on 2001/10/01  03:33:15
7940         Log: More Unicode property tests for the abbreviated
7941              general properties.
7942      Branch: perl
7943            ! t/op/pat.t
7944 ____________________________________________________________________________
7945 [ 12286] By: jhi                                   on 2001/10/01  02:02:08
7946         Log: Further tweaks to the Unicode properties.
7947      Branch: perl
7948            ! lib/utf8_heavy.pl pod/perlunicode.pod regcomp.c t/op/pat.t
7949 ____________________________________________________________________________
7950 [ 12285] By: jhi                                   on 2001/10/01  01:46:35
7951         Log: Retract #12284.
7952      Branch: perl
7953            ! lib/Term/Cap.t
7954 ____________________________________________________________________________
7955 [ 12284] By: jhi                                   on 2001/10/01  01:24:12
7956         Log: (Retracted by #12285)
7957      Branch: perl
7958            ! lib/Term/Cap.t
7959 ____________________________________________________________________________
7960 [ 12283] By: jhi                                   on 2001/10/01  01:22:05
7961         Log: Subject: [PATCH MANIFEST lib/Term/Cap.t] Add tests for Term::Cap   
7962              From: "chromatic" <chromatic@rmci.net>  
7963              Date: Sun, 30 Sep 2001 16:10:02 -0600
7964              Message-ID: <20010930221540.67279.qmail@onion.perl.org>
7965      Branch: perl
7966            + lib/Term/Cap.t
7967            ! MANIFEST
7968 ____________________________________________________________________________
7969 [ 12282] By: jhi                                   on 2001/10/01  01:19:21
7970         Log: Use stty -g to restore the terminal state, do not even
7971              try to run the tests if stty -g is not available.
7972      Branch: perl
7973            ! lib/Term/Complete.t
7974 ____________________________________________________________________________
7975 [ 12281] By: jhi                                   on 2001/09/30  21:05:00
7976         Log: Cleanup utf8_heavy; allow dropping the In prefix from
7977              Unicode script/block properties.
7978      Branch: perl
7979            ! lib/utf8_heavy.pl
7980 ____________________________________________________________________________
7981 [ 12280] By: jhi                                   on 2001/09/30  13:42:18
7982         Log: Retract the #12259 for now.
7983      Branch: perl
7984            ! embed.h embed.pl sv.h
7985 ____________________________________________________________________________
7986 [ 12279] By: jhi                                   on 2001/09/30  13:37:59
7987         Log: Upgrade to Text-Tabs+Wrap-2001.0929 from David Muir Sharnoff.
7988      Branch: perl
7989            + lib/Text/TabsWrap/CHANGELOG
7990            ! MANIFEST lib/Text/TabsWrap/t/fill.t lib/Text/Wrap.pm
7991 ____________________________________________________________________________
7992 [ 12278] By: jhi                                   on 2001/09/30  05:05:18
7993         Log: #12272 wasn't right, it introduced an extra ().
7994      Branch: perl
7995            ! lib/utf8_heavy.pl
7996 ____________________________________________________________________________
7997 [ 12277] By: jhi                                   on 2001/09/30  00:31:07
7998         Log: Subject: [PATCH @12256 ext/DB_File.pm ext/GDBM_File.pm] Remove string eval from AUTOLOAD
7999              From: Jonathan Stowe <gellyfish@gellyfish.com>
8000              Date: Sat, 29 Sep 2001 15:52:43 +0100 (BST)
8001              Message-ID: <Pine.LNX.4.33.0109291535120.18586-100000@orpheus.gellyfish.com>
8002      Branch: perl
8003            ! ext/DB_File/DB_File.pm ext/GDBM_File/GDBM_File.pm
8004 ____________________________________________________________________________
8005 [ 12276] By: jhi                                   on 2001/09/30  00:15:38
8006         Log: Subject: Patch to put qsortsv in the public API
8007              From: Brian Ingerson <ingy@ttul.org>
8008              Date: Sat, 29 Sep 2001 17:41:13 -0700
8009              Message-ID: <20010929174113.A30223@ttul.org>
8010      Branch: perl
8011            ! embed.h embed.pl global.sym pod/perlapi.pod pp_ctl.c proto.h
8012 ____________________________________________________________________________
8013 [ 12275] By: jhi                                   on 2001/09/30  00:11:21
8014         Log: Subject: [PATCH perlvar, perlfunc, inccode.t] additional docs and tests
8015              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8016              Date: Sat, 29 Sep 2001 23:54:48 +0200
8017              Message-ID: <20010929235448.A5017@rafael>
8018      Branch: perl
8019            ! pod/perlfunc.pod pod/perlvar.pod t/op/inccode.t
8020 ____________________________________________________________________________
8021 [ 12274] By: jhi                                   on 2001/09/30  00:03:19
8022         Log: FAQ sync.
8023      Branch: perl
8024            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
8025            ! pod/perlfaq9.pod
8026 ____________________________________________________________________________
8027 [ 12273] By: bailey                                on 2001/09/29  23:43:46
8028         Log: Resync with mainline
8029      Branch: vmsperl
8030           +> (branch 1207 files)
8031            - (delete 324 files)
8032           !> (integrate 866 files)
8033 ____________________________________________________________________________
8034 [ 12272] By: jhi                                   on 2001/09/29  21:32:33
8035         Log: Nasty recursion trap if one would match Unicode.
8036      Branch: perl
8037            ! lib/utf8_heavy.pl
8038 ____________________________________________________________________________
8039 [ 12271] By: jhi                                   on 2001/09/29  21:18:44
8040         Log: More Unicode todo.
8041      Branch: perl
8042            ! pod/perltodo.pod
8043 ____________________________________________________________________________
8044 [ 12270] By: jhi                                   on 2001/09/29  20:15:32
8045         Log: Explain a bit the new more flexible \p\P syntax.
8046      Branch: perl
8047            ! pod/perlunicode.pod
8048 ____________________________________________________________________________
8049 [ 12269] By: jhi                                   on 2001/09/29  20:05:24
8050         Log: More leniency to the \p and \P: now can have whitespace
8051              between the property definition and the curlies; now can
8052              invert the property by having a caret between the open
8053              curly and the property.
8054      Branch: perl
8055            ! lib/utf8_heavy.pl pod/perldiag.pod regcomp.c t/op/pat.t
8056 ____________________________________________________________________________
8057 [ 12268] By: nick                                  on 2001/09/29  17:39:26
8058         Log: Integrate mainline. Builds lots of sv.h/embed.h redef warnings
8059              one test (lib/open.t) fails
8060      Branch: perlio
8061           +> ext/B/t/b.t ext/B/t/debug.t ext/B/t/deparse.t
8062           +> ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
8063           +> ext/threads/t/stress_cv.t ext/threads/t/stress_string.t
8064           +> lib/Tie/Scalar.t lib/open.t
8065            - ext/B/B.t ext/B/Debug.t ext/B/Deparse.t ext/B/Showlex.t
8066            - ext/B/Stash.t
8067           !> (integrate 62 files)
8068 ____________________________________________________________________________
8069 [ 12267] By: jhi                                   on 2001/09/29  13:54:04
8070         Log: Save and restore $ENV{'SYS$LOGIN'} only in VMS.
8071      Branch: perl
8072            ! t/op/chdir.t
8073 ____________________________________________________________________________
8074 [ 12266] By: jhi                                   on 2001/09/29  13:51:49
8075         Log: Subject: [PATCH perl@12258] chdir.t finally (I hope)
8076              From: "Craig A. Berry" <craigberry@mac.com> 
8077              Date: Sat, 29 Sep 2001 09:35:33 -0500
8078              Message-Id: <a05101000b7db8afde231@[172.16.52.1]>
8079      Branch: perl
8080            ! t/op/chdir.t
8081 ____________________________________________________________________________
8082 [ 12265] By: jhi                                   on 2001/09/29  13:49:43
8083         Log: Subject: [PATCH MANIFEST lib/Tie/Scalar.pm lib/Tie/Scalar.t] Add tests, clean up Tie::Scalar
8084              From: "chromatic" <chromatic@rmci.net>
8085              Date: Fri, 28 Sep 2001 21:20:12 -0600
8086              Message-ID: <20010929032543.58322.qmail@onion.perl.org>
8087      Branch: perl
8088            + lib/Tie/Scalar.t
8089            ! MANIFEST lib/Tie/Scalar.pm
8090 ____________________________________________________________________________
8091 [ 12264] By: jhi                                   on 2001/09/29  04:57:42
8092         Log: Allow for more flexibility in the \p{In...} names, now
8093              case doesn't matter, and any space or dash can be
8094              matched by any space, dash, underbar, or empty.
8095              (may be going too far on leniency)
8096      Branch: perl
8097            ! lib/unicore/Blocks.pl lib/unicore/In.pl lib/unicore/Scripts.pl
8098            ! lib/unicore/mktables.PL lib/utf8_heavy.pl pod/perlunicode.pod
8099            ! t/op/pat.t
8100 ____________________________________________________________________________
8101 [ 12263] By: jhi                                   on 2001/09/28  23:04:13
8102         Log: Subject: [PATCH MANIFEST lib/open.t] Add tests for open.pm
8103              From: "chromatic" <chromatic@rmci.net>
8104              Date: Fri, 28 Sep 2001 17:39:50 -0600
8105              Message-ID: <20010928234521.14178.qmail@onion.perl.org>
8106      Branch: perl
8107            + lib/open.t
8108            ! MANIFEST
8109 ____________________________________________________________________________
8110 [ 12262] By: jhi                                   on 2001/09/28  22:23:53
8111         Log: Subject: [PATCH perl@12258] glob test case tweak for VMS
8112              From: "Craig A. Berry" <craigberry@mac.com>
8113              Date: Fri, 28 Sep 2001 16:24:51 -0500
8114              Message-Id: <a05101000b7da98ceb83c@[172.16.52.1]>
8115      Branch: perl
8116            ! ext/File/Glob/t/basic.t
8117 ____________________________________________________________________________
8118 [ 12261] By: jhi                                   on 2001/09/28  22:23:05
8119         Log: Subject: [DOC PATCH] Carp.pm pod typo
8120              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8121              Date: Fri, 28 Sep 2001 23:14:51 +0200
8122              Message-ID: <20010928231451.E16889@rafael>
8123      Branch: perl
8124            ! lib/Carp.pm
8125 ____________________________________________________________________________
8126 [ 12260] By: jhi                                   on 2001/09/28  22:21:55
8127         Log: Subject: [PATCH] Allow an @INC hook to set %INC
8128              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8129              Date: Fri, 28 Sep 2001 22:18:13 +0200
8130              Message-ID: <20010928221813.A16889@rafael>
8131      Branch: perl
8132            ! pp_ctl.c
8133 ____________________________________________________________________________
8134 [ 12259] By: jhi                                   on 2001/09/28  22:20:26
8135         Log: Subject: Re: macro redefinitions on Win32 (was Re: Question about PERLIO)
8136              From: Nicholas Clark <nick@ccl4.org>
8137              Date: Fri, 28 Sep 2001 23:39:33 +0100
8138              Message-ID: <20010928233933.C23673@plum.flirble.org>
8139      Branch: perl
8140            ! embed.h embed.pl sv.h
8141 ____________________________________________________________________________
8142 [ 12258] By: jhi                                   on 2001/09/28  12:45:45
8143         Log: Update Changes.
8144      Branch: perl
8145            ! Changes patchlevel.h
8146 ____________________________________________________________________________
8147 [ 12256] By: jhi                                   on 2001/09/28  12:18:29
8148         Log: Move the B tests to B/t.
8149      Branch: perl
8150            + ext/B/t/b.t ext/B/t/debug.t ext/B/t/deparse.t
8151            + ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
8152            - ext/B/B.t ext/B/B/Terse.t ext/B/Debug.t ext/B/Deparse.t
8153            - ext/B/Showlex.t ext/B/Stash.t
8154            ! MANIFEST
8155 ____________________________________________________________________________
8156 [ 12255] By: jhi                                   on 2001/09/28  12:09:40
8157         Log: Forgot from #12254.
8158      Branch: perl
8159            + ext/B/B/Terse.t
8160 ____________________________________________________________________________
8161 [ 12254] By: jhi                                   on 2001/09/28  12:09:06
8162         Log: Subject: [PATCH MANIFEST ext/B/B/Terse.t] Add tests for B::Terse
8163              From: "chromatic" <chromatic@rmci.net>
8164              Date: Thu, 27 Sep 2001 23:22:17 -0600
8165              Message-ID: <20010928052747.56587.qmail@onion.perl.org>   
8166      Branch: perl
8167            ! MANIFEST
8168 ____________________________________________________________________________
8169 [ 12253] By: jhi                                   on 2001/09/28  02:31:49
8170         Log: Test numbering mismatch.
8171      Branch: perl
8172            ! t/op/chdir.t
8173 ____________________________________________________________________________
8174 [ 12252] By: jhi                                   on 2001/09/27  22:46:42
8175         Log: Subject: [PATCH perl@12239] slightly less broken chdir.t for VMS
8176              From: "Craig A. Berry" <craigberry@mac.com>
8177              Date: Wed, 26 Sep 2001 17:43:14 -0500
8178              Message-Id: <5.1.0.14.0.20010926173048.01aac5b0@exchi01>
8179      Branch: perl
8180            ! iperlsys.h t/op/chdir.t
8181 ____________________________________________________________________________
8182 [ 12251] By: jhi                                   on 2001/09/27  22:44:35
8183         Log: Subject: [PATCH gv.c] make __ANON__ global
8184              From: Robin Barker <rmb1@cise.npl.co.uk>
8185              Date: Wed, 26 Sep 2001 17:56:28 +0100 (BST)
8186              Message-Id: <200109261656.RAA27762@tempest.npl.co.uk>
8187      Branch: perl
8188            ! gv.c t/op/anonsub.t t/op/runlevel.t
8189 ____________________________________________________________________________
8190 [ 12250] By: jhi                                   on 2001/09/27  22:33:11
8191         Log: Subject: Re: [BUG] B::Terse can't handle constant scalar refs
8192              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8193              Date: Thu, 27 Sep 2001 22:34:32 +0200
8194              Message-ID: <20010927223432.A1485@rafael>
8195      Branch: perl
8196            ! ext/B/B/Terse.pm
8197 ____________________________________________________________________________
8198 [ 12249] By: jhi                                   on 2001/09/27  22:29:32
8199         Log: (retracted by #12338)
8200              
8201              Subject: [PATCH] Cleanup of perldsc.pod      
8202              From: Casey West <casey@geeknest.com>
8203              Date: Thu, 27 Sep 2001 11:13:17 -0400
8204              Message-ID: <20010927111317.A1942@stupid.geeknest.com>
8205      Branch: perl
8206            ! pod/perldsc.pod
8207 ____________________________________________________________________________
8208 [ 12248] By: jhi                                   on 2001/09/27  22:23:24
8209         Log: Not everyone is using ithreads...
8210      Branch: perl
8211            ! ext/Devel/Peek/Peek.t
8212 ____________________________________________________________________________
8213 [ 12247] By: jhi                                   on 2001/09/27  13:39:39
8214         Log: Document the nss_delete core dump workaround for HP-UX
8215              and Solaris, bug IDs 20010805.018 and 20010629.004.
8216      Branch: perl
8217            ! README.hpux README.solaris
8218 ____________________________________________________________________________
8219 [ 12246] By: jhi                                   on 2001/09/27  12:05:36
8220         Log: Dump Unicode hash keys also as Unicode,
8221              not just as a byte string.
8222      Branch: perl
8223            ! dump.c ext/Devel/Peek/Peek.t
8224 ____________________________________________________________________________
8225 [ 12245] By: jhi                                   on 2001/09/27  11:15:51
8226         Log: Integrate changes #12241 and #12242 from macperl:
8227              
8228              Remove unneeded disabling of umask() calls
8229              
8230              Note (get|set)sockopt are available.
8231      Branch: perl
8232           !> lib/File/Temp.pm pod/perlport.pod
8233 ____________________________________________________________________________
8234 [ 12244] By: sky                                   on 2001/09/27  08:53:00
8235         Log: Flush buffers on thread closedown.
8236      Branch: perl
8237            ! ext/threads/threads.xs
8238 ____________________________________________________________________________
8239 [ 12243] By: jhi                                   on 2001/09/27  02:20:06
8240         Log: Dump SvUTF8(sv)s also as \x{...}.
8241              
8242              TODO: dump the SvUTF8() hash keys similarly. 
8243      Branch: perl
8244            ! dump.c embed.h embed.pl ext/Devel/Peek/Peek.t proto.h
8245 ____________________________________________________________________________
8246 [ 12242] By: pudge                                 on 2001/09/26  20:41:35
8247         Log: Note (get|set)sockopt are available.
8248      Branch: maint-5.6/macperl
8249            ! pod/perlport.pod
8250 ____________________________________________________________________________
8251 [ 12241] By: pudge                                 on 2001/09/26  20:28:49
8252         Log: Remove unneeded disabling of umask() calls
8253      Branch: maint-5.6/macperl
8254            ! lib/File/Temp.pm
8255 ____________________________________________________________________________
8256 [ 12240] By: sky                                   on 2001/09/26  18:44:56
8257         Log: Documention update
8258      Branch: perl
8259            ! ext/threads/threads.pm
8260 ____________________________________________________________________________
8261 [ 12239] By: jhi                                   on 2001/09/26  13:49:05
8262         Log: Update Changes.
8263      Branch: perl
8264            ! Changes patchlevel.h
8265 ____________________________________________________________________________
8266 [ 12238] By: jhi                                   on 2001/09/26  13:40:53
8267         Log: Check that all environment variables are tainted.
8268      Branch: perl
8269            ! t/op/taint.t
8270 ____________________________________________________________________________
8271 [ 12237] By: jhi                                   on 2001/09/26  13:02:07
8272         Log: Manual integration error in #12235.
8273      Branch: perl
8274            ! lib/File/DosGlob.t
8275 ____________________________________________________________________________
8276 [ 12236] By: jhi                                   on 2001/09/26  12:57:11
8277         Log: Subject: Re: binmode(STDOUT, ":unix") busted when STDOUT is piped.
8278              From: "chromatic" <chromatic@rmci.net>
8279              Date: Tue, 25 Sep 2001 23:57:07 -0600
8280              Message-ID: <20010926060233.7554.qmail@onion.perl.org>
8281      Branch: perl
8282            ! perlio.c
8283 ____________________________________________________________________________
8284 [ 12235] By: jhi                                   on 2001/09/26  12:53:16
8285         Log: Integrate macperl changes from Chris Nandor:
8286              12192 11817 11815 11813 11778 11775
8287              
8288              Update CPAN.pm to work with new Mac::BuildTools instead
8289              of ExtUtils::MM_MacOS "orphan" functions
8290              
8291              Fix test
8292              
8293              Make syntax check report in MPW style, fix tests
8294              to use Mac::err=unix to get normal-style error
8295              messages.
8296              
8297              More module and test ports from Thomas Wegner et al
8298              
8299              Fix open of /dev/null for Mac OS
8300              
8301              Allow for platforms to override formatting of errors
8302              on output from Matthias Neeracher (core files)
8303      Branch: perl
8304            ! ext/B/Deparse.t lib/File/DosGlob.pm lib/File/DosGlob.t
8305            ! lib/File/Spec.t lib/File/Temp/t/security.t lib/strict.t
8306            ! lib/subs.t lib/warnings.t t/op/magic.t t/run/kill_perl.t
8307           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c lib/CPAN.pm
8308           !> lib/File/Spec/Mac.pm lib/File/Temp.pm perl.c perl.h pp_ctl.c
8309           !> t/base/term.t t/op/runlevel.t t/pod/testp2pt.pl util.c
8310 ____________________________________________________________________________
8311 [ 12234] By: jhi                                   on 2001/09/26  11:58:11
8312         Log: grrr.
8313      Branch: perl
8314            ! t/op/gv.t
8315 ____________________________________________________________________________
8316 [ 12233] By: jhi                                   on 2001/09/26  11:56:09
8317         Log: Retract #12232.
8318      Branch: perl
8319            ! t/op/gv.t
8320 ____________________________________________________________________________
8321 [ 12232] By: jhi                                   on 2001/09/26  11:53:37
8322         Log: (Retracted by #12233.)
8323      Branch: perl
8324            ! t/op/gv.t
8325 ____________________________________________________________________________
8326 [ 12231] By: jhi                                   on 2001/09/26  11:52:09
8327         Log: Detypo.
8328      Branch: perl
8329            ! ext/Encode/Makefile.PL
8330 ____________________________________________________________________________
8331 [ 12230] By: sky                                   on 2001/09/26  11:36:23
8332         Log: Increase the amount of time we spend in each thread, and add one that uses an anonymous sub.
8333              We are using a "delay" here because we do not want to depend on thread synchronization issues.
8334      Branch: perl
8335            + ext/threads/t/stress_cv.t
8336            ! MANIFEST ext/threads/t/stress_string.t
8337 ____________________________________________________________________________
8338 [ 12229] By: jhi                                   on 2001/09/26  11:27:54
8339         Log: NetWare tweak from Ananth Kesari.
8340      Branch: perl
8341            ! NetWare/t/Readme.txt
8342 ____________________________________________________________________________
8343 [ 12228] By: jhi                                   on 2001/09/26  11:26:26
8344         Log: Trick to fool case-blind filesystems.
8345      Branch: perl
8346            ! ext/Encode/Makefile.PL
8347 ____________________________________________________________________________
8348 [ 12227] By: sky                                   on 2001/09/26  11:06:50
8349         Log: Threads can start executing in a different order than they were
8350              created.... so we cannot ok() inside the threadstarter.
8351      Branch: perl
8352            ! ext/threads/t/stress_string.t
8353 ____________________________________________________________________________
8354 [ 12226] By: sky                                   on 2001/09/26  07:41:45
8355         Log: Add in stress_string.t to stress test threads a bit more.
8356      Branch: perl
8357            + ext/threads/t/stress_string.t
8358            ! MANIFEST
8359 ____________________________________________________________________________
8360 [ 12225] By: sky                                   on 2001/09/26  07:04:21
8361         Log: Fix negative refcount introduced by #12223.
8362      Branch: perl
8363            ! ext/threads/threads.xs
8364 ____________________________________________________________________________
8365 [ 12224] By: sky                                   on 2001/09/26  06:57:58
8366         Log: Update documentation to match change #12223
8367      Branch: perl
8368            ! sharedsv.c
8369 ____________________________________________________________________________
8370 [ 12223] By: sky                                   on 2001/09/26  06:54:32
8371         Log: Use a separate interpreter for the sharedsv space. Another
8372              negative sv leak. Sigh.
8373      Branch: perl
8374            ! sharedsv.c
8375 ____________________________________________________________________________
8376 [ 12222] By: sky                                   on 2001/09/26  05:58:35
8377         Log: Do the environ assignment in perl_contruct to match perl_destruct.
8378              Now we don't need to perl_parse/perl_run. However environ is a
8379              global....
8380      Branch: perl
8381            ! perl.c
8382 ____________________________________________________________________________
8383 [ 12221] By: sky                                   on 2001/09/26  05:41:02
8384         Log: Move the creation of PL_strtab to perl_construct so we can work
8385              with HV and HEs without running perl_parse.
8386      Branch: perl
8387            ! perl.c
8388 ____________________________________________________________________________
8389 [ 12220] By: gsar                                  on 2001/09/26  02:18:26
8390         Log: integrate macperl changes into maint-5.6
8391      Branch: maint-5.6/perl
8392           !> (integrate 26 files)
8393 ____________________________________________________________________________
8394 [ 12219] By: pudge                                 on 2001/09/26  00:19:35
8395         Log: Fix just a few of the bugs in Mac::InternetConfig (Bug #462999, Axel Rose);
8396              fix doc in Mac::Fonts (Patch #447221, Andreas Marcel Riechert).
8397      Branch: maint-5.6/macperl
8398            ! macos/ext/Mac/Fonts/Fonts.xs
8399            ! macos/ext/Mac/InternetConfig/InternetConfig.pm
8400 ____________________________________________________________________________
8401 [ 12218] By: ams                                   on 2001/09/25  23:31:33
8402         Log: Subject: Re: [PATCH] AutoSplit.t (was Re: Untested libraries update)
8403              From: Nicholas Clark <nick@ccl4.org>
8404              Date: Wed, 26 Sep 2001 01:20:20 +0100
8405              Message-Id: <20010926012020.B48092@plum.flirble.org>
8406      Branch: perl
8407            ! lib/AutoSplit.t
8408 ____________________________________________________________________________
8409 [ 12217] By: ams                                   on 2001/09/25  22:33:05
8410         Log: Subject: [PATCH perl@12180] angle bracket filespec problem on VMS
8411              From: "Craig A. Berry" <craigberry@mac.com>
8412              Date: Tue, 25 Sep 2001 18:08:42 -0500
8413              Message-Id: <5.1.0.14.0.20010925154848.036887d8@exchi01>
8414      Branch: perl
8415            ! vms/vms.c
8416 ____________________________________________________________________________
8417 [ 12216] By: ams                                   on 2001/09/25  21:41:01
8418         Log: Subject: [PATCH lib/AutoSplit.t]  Fixing mysterious TEST failure. (was
8419              Re: binmode(STDOUT, ":unix") busted when STDOUT is piped.)
8420              From: Michael G Schwern <schwern@pobox.com>
8421              Date: Wed, 26 Sep 2001 00:38:21 -0400
8422              Message-Id: <20010926003821.A627@blackrider>
8423      Branch: perl
8424            ! lib/AutoSplit.t
8425 ____________________________________________________________________________
8426 [ 12215] By: jhi                                   on 2001/09/25  21:40:04
8427         Log: Subject: [PATCH lib/Test/Simple.pm lib/Test/Utils.pm] fix test.deparse
8428              From: Michael G Schwern <schwern@pobox.com>
8429              Date: Tue, 25 Sep 2001 17:43:49 -0400
8430              Message-ID: <20010925174349.B19534@blackrider>
8431      Branch: perl
8432            ! lib/Test/Simple.pm lib/Test/Utils.pm
8433 ____________________________________________________________________________
8434 [ 12214] By: pudge                                 on 2001/09/25  21:11:21
8435         Log: Integrate changes from bleadperl.
8436      Branch: maint-5.6/macperl
8437           !> pod/perlport.pod
8438 ____________________________________________________________________________
8439 [ 12213] By: jhi                                   on 2001/09/25  20:37:14
8440         Log: skip($mess) should result in one skip.
8441      Branch: perl
8442            ! t/test.pl
8443 ____________________________________________________________________________
8444 [ 12212] By: pudge                                 on 2001/09/25  20:21:06
8445         Log: Integrate change #12200 from maintperl.
8446      Branch: maint-5.6/macperl
8447           !> win32/perlhost.h
8448 ____________________________________________________________________________
8449 [ 12211] By: pudge                                 on 2001/09/25  20:11:56
8450         Log: Fix file types to "apple"
8451      Branch: maint-5.6/macperl
8452            ! macos/ext/Mac/Menus/t/MenuBar.rsrc
8453            ! macos/ext/Mac/SAT/t/Collision.rsrc
8454 ____________________________________________________________________________
8455 [ 12210] By: pudge                                 on 2001/09/25  19:28:20
8456         Log: Fix rsrc file as snd file; fix path in t file.
8457      Branch: maint-5.6/macperl
8458            ! macos/ext/Mac/Notification/t/Notification.rsrc
8459            ! macos/ext/Mac/Notification/t/Notification.t
8460 ____________________________________________________________________________
8461 [ 12209] By: pudge                                 on 2001/09/25  19:15:57
8462         Log: Sync up with File::Find from bleadperl.
8463      Branch: maint-5.6/macperl
8464            ! lib/File/Find.pm t/lib/filefind-taint.t
8465 ____________________________________________________________________________
8466 [ 12208] By: pudge                                 on 2001/09/25  19:06:48
8467         Log: Ignore SIGPIPE being set to IGNORE.  Temporary fix until we upgrade
8468              to new version of libnet.  (Axel Rose, Paul Schinder, and a cast
8469              of hundreds)
8470      Branch: maint-5.6/macperl
8471            ! macos/bundled_lib/blib/lib/Net/Cmd.pm
8472            ! macos/bundled_lib/blib/lib/Net/FTP/A.pm
8473            ! macos/bundled_lib/blib/lib/Net/FTP/I.pm
8474 ____________________________________________________________________________
8475 [ 12207] By: nick                                  on 2001/09/25  19:04:36
8476         Log: Integrate mainline (untested while modem is up)
8477      Branch: perlio
8478           +> lib/AutoSplit.t t/test.pl
8479            - lib/warnings/register.t
8480           !> (integrate 28 files)
8481 ____________________________________________________________________________
8482 [ 12206] By: jhi                                   on 2001/09/25  17:21:00
8483         Log: perldiag entry for #12205.
8484      Branch: perl
8485            ! pod/perldiag.pod
8486 ____________________________________________________________________________
8487 [ 12205] By: jhi                                   on 2001/09/25  17:20:38
8488         Log: Subject: [PATCH] warning on v-string in use/require
8489              From: John Peacock <jpeacock@rowman.com>
8490              Date: Mon, 24 Sep 2001 17:29:03 -0400
8491              Message-ID: <3BAFA59F.9C0E0339@rowman.com>
8492      Branch: perl
8493            ! ext/IO/lib/IO/Socket.pm pp_ctl.c t/lib/warnings/pp_ctl
8494 ____________________________________________________________________________
8495 [ 12204] By: jhi                                   on 2001/09/25  17:11:02
8496         Log: perltooc et al updates.
8497      Branch: perl
8498            ! plan9/mkfile pod/roffitall
8499 ____________________________________________________________________________
8500 [ 12203] By: jhi                                   on 2001/09/25  17:05:19
8501         Log: Subject: [PATCH pp_sys.c t/op/chdir.t ...] Deprecating chdir(undef)/chdir('')
8502              From: Michael G Schwern <schwern@pobox.com>
8503              Date: Sun, 23 Sep 2001 00:07:12 -0400
8504              Message-ID: <20010923000712.A7005@blackrider>
8505      Branch: perl
8506            ! pod/perl572delta.pod pod/perldiag.pod pp_sys.c t/op/chdir.t
8507 ____________________________________________________________________________
8508 [ 12202] By: jhi                                   on 2001/09/25  16:55:29
8509         Log: Subject: [PATCH perl@12185] Some Encode/*.enc files needs to be corrected
8510              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
8511              Date: Wed, 26 Sep 2001 01:25:10 +0900
8512              Message-Id: <20010926012410.5B86.BQW10602@nifty.com>
8513      Branch: perl
8514            ! ext/Encode/Encode/cp932.enc ext/Encode/Encode/cp936.enc
8515            ! ext/Encode/Encode/cp949.enc ext/Encode/Encode/cp950.enc
8516            ! ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/shiftjis.enc
8517 ____________________________________________________________________________
8518 [ 12201] By: jhi                                   on 2001/09/25  16:52:03
8519         Log: Integrate change #12200 from maintperl;
8520              on windows, virtualized environment could propagate deleted variables
8521              into children if they happen to be at the very end of the table
8522      Branch: perl
8523           !> win32/perlhost.h
8524 ____________________________________________________________________________
8525 [ 12200] By: gsar                                  on 2001/09/25  16:36:01
8526         Log: on windows, virtualized environment could propagate deleted variables
8527              into children if they happen to be at the very end of the table
8528              (thanks for succinct test case from Johan Holmberg, and fix from
8529              Doug Lankshear)
8530      Branch: maint-5.6/perl
8531            ! win32/perlhost.h
8532 ____________________________________________________________________________
8533 [ 12199] By: gsar                                  on 2001/09/25  15:19:13
8534         Log: avoid the use of ftime() (it does a useless, potentially
8535              expensive call to GetTimeZoneInformation()); this potentially
8536              also results in three more digits of precision from
8537              Time::HiRes::time()
8538      Branch: perl
8539            ! ext/Time/HiRes/HiRes.xs
8540 ____________________________________________________________________________
8541 [ 12198] By: jhi                                   on 2001/09/25  14:27:01
8542         Log: Replace the use Test::More in t/{op,io,run} with t/test.pl.
8543              
8544              Note: io/binmode is failing, have to figure out why.
8545      Branch: perl
8546            + t/test.pl
8547            ! MANIFEST t/io/binmode.t t/op/chdir.t t/op/crypt.t
8548            ! t/op/inccode.t t/op/rand.t t/op/srand.t t/op/ver.t
8549            ! t/run/exit.t
8550 ____________________________________________________________________________
8551 [ 12197] By: ams                                   on 2001/09/25  13:48:55
8552         Log: Subject: [PATCH] AutoSplit.t (was Re: Untested libraries update)
8553              From: Nicholas Clark <nick@ccl4.org>
8554              Date: Tue, 25 Sep 2001 00:37:40 +0100
8555              Message-Id: <20010925003740.S4971@plum.flirble.org>
8556              (Further changes expected.)
8557      Branch: perl
8558            + lib/AutoSplit.t
8559            ! MANIFEST
8560 ____________________________________________________________________________
8561 [ 12196] By: sky                                   on 2001/09/25  13:37:12
8562         Log: Second attempt at fixing Time::HiRes::time on win32. Apperently if ENV{TZ} is wrong we fail. New attempt uses 
8563              _ftime to try and be more robust.
8564      Branch: perl
8565            ! ext/Time/HiRes/HiRes.xs
8566 ____________________________________________________________________________
8567 [ 12194] By: ams                                   on 2001/09/25  11:40:00
8568         Log: Subject: [PATCH perl@12180] perltootc -> perltooc in vms/descrip_mms.template
8569              From: "Craig A. Berry" <craigberry@mac.com>
8570              Date: Mon, 24 Sep 2001 17:54:20 -0500
8571              Message-Id: <5.1.0.14.0.20010924171225.01bb0428@exchi01>
8572      Branch: perl
8573            ! vms/descrip_mms.template
8574 ____________________________________________________________________________
8575 [ 12193] By: pudge                                 on 2001/09/25  02:53:42
8576         Log: Fixes for multiline error parsing (Bug #459263); cmd-.
8577              not working, cursor not spinning (Bug #422129); external
8578              editor problems (Bug #456329); escape/cmd-. not activating
8579              "Cancel" in Save dialog box (Bug #446960); Runtimes not
8580              executing on launch (Bug #464441).
8581      Branch: maint-5.6/macperl
8582            ! macos/macish.c macos/macish.h macos/macperl/MPEditor.c
8583            ! macos/macperl/MPGlobals.h macos/macperl/MPScript.c
8584            ! macos/macperl/MacPerl.r
8585 ____________________________________________________________________________
8586 [ 12192] By: pudge                                 on 2001/09/25  02:42:49
8587         Log: Update CPAN.pm to work with new Mac::BuildTools instead
8588              of ExtUtils::MM_MacOS "orphan" functions
8589      Branch: maint-5.6/macperl
8590            ! lib/CPAN.pm
8591 ____________________________________________________________________________
8592 [ 12191] By: pudge                                 on 2001/09/25  02:37:58
8593         Log: Fix up another xsubpp problem (Matthias Neeracher)
8594      Branch: maint-5.6/macperl
8595            ! macos/xsubpp
8596 ____________________________________________________________________________
8597 [ 12190] By: pudge                                 on 2001/09/25  02:37:38
8598         Log: Remove literal tabs from source in MM_MacOS.pm (Thomas Wegner)
8599      Branch: maint-5.6/macperl
8600            ! macos/lib/ExtUtils/MM_MacOS.pm
8601 ____________________________________________________________________________
8602 [ 12189] By: pudge                                 on 2001/09/25  02:37:08
8603         Log: Fix up Makefiles for more Mac:: modules (and prepare for
8604              static build ...?)
8605      Branch: maint-5.6/macperl
8606            ! macos/Makefile.mk macos/ext/Mac/Makefile.mk
8607            ! macos/macperl/Makefile.mk
8608 ____________________________________________________________________________
8609 [ 12188] By: pudge                                 on 2001/09/25  02:36:19
8610         Log: Fix up tests
8611      Branch: maint-5.6/macperl
8612            ! macos/MacPerlTests.cmd macos/MacPerlTests.plx
8613 ____________________________________________________________________________
8614 [ 12187] By: pudge                                 on 2001/09/25  02:11:13
8615         Log: Make malloc smarter, fix bugs.  (Bug #404030)
8616      Branch: maint-5.6/macperl
8617            ! macos/icemalloc.c macos/icemalloc.h
8618 ____________________________________________________________________________
8619 [ 12186] By: nick                                  on 2001/09/24  19:18:17
8620         Log: Integrate mainline
8621      Branch: perlio
8622           +> ext/I18N/Langinfo/fallback.c ext/I18N/Langinfo/fallback.xs
8623           +> lib/filetest.t
8624           !> (integrate 30 files)
8625 ____________________________________________________________________________
8626 [ 12185] By: jhi                                   on 2001/09/24  18:56:40
8627         Log: Retract #12136, the warnings::register is already
8628              tested by t/lib/warnings/9enabled, as pointed out
8629              by Paul Marquess.
8630      Branch: perl
8631            - lib/warnings/register.t
8632            ! MANIFEST lib/warnings/register.pm t/lib/1_compile.t
8633 ____________________________________________________________________________
8634 [ 12184] By: gsar                                  on 2001/09/24  18:39:58
8635         Log: fix Time::HiRes implementation of gettimeofday() on windows
8636              (HiRes.t#14 now passes)
8637      Branch: perl
8638            ! ext/Time/HiRes/HiRes.xs
8639 ____________________________________________________________________________
8640 [ 12183] By: gsar                                  on 2001/09/24  18:13:23
8641         Log: File::Spec::catfile() canonifies everything to blackslashes on
8642              windows :-(
8643      Branch: perl
8644            ! lib/ExtUtils/Manifest.t
8645 ____________________________________________________________________________
8646 [ 12182] By: gsar                                  on 2001/09/24  17:59:54
8647         Log: test number mismatch
8648      Branch: perl
8649            ! t/op/magic.t
8650 ____________________________________________________________________________
8651 [ 12181] By: jhi                                   on 2001/09/24  17:10:41
8652         Log: ok().
8653      Branch: perl
8654            ! t/op/pack.t
8655 ____________________________________________________________________________
8656 [ 12180] By: jhi                                   on 2001/09/24  16:09:37
8657         Log: unpack("Z*Z*", pack("Z*Z*", ..)) bug, patch and test from
8658              Wolfgang Laun <Wolfgang.Laun@alcatel.at>
8659      Branch: perl
8660            ! pp_pack.c t/op/pack.t
8661 ____________________________________________________________________________
8662 [ 12179] By: jhi                                   on 2001/09/24  15:46:49
8663         Log: Update Changes.
8664      Branch: perl
8665            ! Changes patchlevel.h
8666 ____________________________________________________________________________
8667 [ 12178] By: jhi                                   on 2001/09/24  14:12:06
8668         Log: Subject: [REPATCH] Re: [PATCH lib/ExtUtils/Manifest.pm] Minor bug in comment logic in maniread() on VMS
8669              From: Michael G Schwern <schwern@pobox.com>
8670              Date: Mon, 24 Sep 2001 11:12:13 -0400
8671              Message-ID: <20010924111213.G27885@blackrider>
8672      Branch: perl
8673            ! lib/ExtUtils/Manifest.pm
8674 ____________________________________________________________________________
8675 [ 12177] By: jhi                                   on 2001/09/24  14:02:32
8676         Log: Subject: [PATCH vms/test.com] Fixing inline TODO recognition
8677              From: Michael G Schwern <schwern@pobox.com> 
8678              Date: Mon, 24 Sep 2001 11:02:07 -0400
8679              Message-ID: <20010924110207.E27885@blackrider>
8680      Branch: perl
8681            ! vms/test.com
8682 ____________________________________________________________________________
8683 [ 12176] By: ams                                   on 2001/09/24  14:01:59
8684         Log: Update Changes.
8685      Branch: perl
8686            ! Changes
8687 ____________________________________________________________________________
8688 [ 12175] By: jhi                                   on 2001/09/24  13:20:28
8689         Log: Various cleanups.
8690      Branch: perl
8691            ! ext/threads/Makefile.PL ext/threads/threads.xs
8692 ____________________________________________________________________________
8693 [ 12173] By: pudge                                 on 2001/09/24  12:56:13
8694         Log: Integrate maint-5.6/perl changes 12024, 12026, 12145, 12146.
8695      Branch: maint-5.6/macperl
8696           !> (integrate 33 files)
8697 ____________________________________________________________________________
8698 [ 12171] By: jhi                                   on 2001/09/24  12:26:58
8699         Log: Subject: [PATCH gb2312.enc] (Re: [PATCH perl@12088] 2022-cn.enc of Encode.pm)
8700              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
8701              Date: Mon, 24 Sep 2001 20:04:58 +0900
8702              Message-Id: <20010924200207.A030.BQW10602@nifty.com>         
8703      Branch: perl
8704            ! ext/Encode/Encode/gb2312.enc
8705 ____________________________________________________________________________
8706 [ 12170] By: jhi                                   on 2001/09/24  12:08:30
8707         Log: Clarifying comment to #12164.
8708      Branch: perl
8709            ! lib/Cwd.pm
8710 ____________________________________________________________________________
8711 [ 12169] By: jhi                                   on 2001/09/24  11:59:33
8712         Log: Subject: [PATCH] Re: What sort of Makefile.PL should h2xs write?
8713              From: Nicholas Clark <nick@ccl4.org>
8714              Date: Sun, 23 Sep 2001 23:00:56 +0100
8715              Message-ID: <20010923230055.Y4971@plum.flirble.org>
8716              
8717              (with "sample_constants" changed to "fallback")
8718      Branch: perl
8719            + ext/I18N/Langinfo/fallback.c ext/I18N/Langinfo/fallback.xs
8720            ! MANIFEST ext/I18N/Langinfo/Langinfo.xs
8721            ! ext/I18N/Langinfo/Makefile.PL lib/ExtUtils/Constant.pm
8722            ! lib/h2xs.t utils/h2xs.PL
8723 ____________________________________________________________________________
8724 [ 12168] By: jhi                                   on 2001/09/24  11:25:56
8725         Log: Metaconfig unit change for #12167.
8726      Branch: metaconfig
8727            ! U/modified/Cppsym.U
8728 ____________________________________________________________________________
8729 [ 12167] By: jhi                                   on 2001/09/24  11:25:22
8730         Log: Add a few glibc cpp symbols to probe for.
8731      Branch: perl
8732            ! Configure
8733 ____________________________________________________________________________
8734 [ 12166] By: jhi                                   on 2001/09/24  11:14:43
8735         Log: DJGPP tweaks for Laszlo Molnar.
8736      Branch: perl
8737            ! djgpp/djgppsed.sh dosish.h
8738 ____________________________________________________________________________
8739 [ 12165] By: ams                                   on 2001/09/24  10:07:08
8740         Log: Subject: [PATCH t/op/inccode.t] More tests
8741              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
8742              Date: 24 Sep 2001 10:01:44 -0000
8743              Message-Id: <slrn9qu158.l2t.rgarciasuarez@rafael.kazibao.net>
8744      Branch: perl
8745            ! t/op/inccode.t
8746 ____________________________________________________________________________
8747 [ 12164] By: ams                                   on 2001/09/24  09:43:29
8748         Log: Subject: [PATCH Cwd.pm] local $/ = "\n";
8749              From: Jeff 'japhy/Marillion' Pinyan <jeffp@crusoe.net>
8750              Date: Mon, 24 Sep 2001 00:22:32 -0400 (EDT)
8751              Message-Id: <Pine.GSO.4.21.0109240021410.9178-100000@crusoe.crusoe.net>
8752      Branch: perl
8753            ! lib/Cwd.pm
8754 ____________________________________________________________________________
8755 [ 12163] By: jhi                                   on 2001/09/23  22:50:35
8756         Log: 1_compile updates.
8757      Branch: perl
8758            ! t/lib/1_compile.t
8759 ____________________________________________________________________________
8760 [ 12162] By: jhi                                   on 2001/09/23  21:11:22
8761         Log: Subject: [PATCH] proposal : put the @INC-hooks directly in %INC
8762              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8763              Date: Wed, 19 Sep 2001 22:47:14 +0200
8764              Message-ID: <20010919224714.A6382@rafael>
8765      Branch: perl
8766            ! pod/perlvar.pod pp_ctl.c
8767 ____________________________________________________________________________
8768 [ 12161] By: ams                                   on 2001/09/23  17:40:02
8769         Log: Subject: [PATCH MANIFEST lib/filetest t/lib/1_compile.t] Add Tests for
8770              filetest Pragma
8771              From: "chromatic" <chromatic@rmci.net>
8772              Date: Sun, 23 Sep 2001 12:07:25 -0600
8773              Message-Id: <20010923181223.32427.qmail@onion.perl.org>
8774      Branch: perl
8775            + lib/filetest.t
8776            ! MANIFEST t/lib/1_compile.t
8777 ____________________________________________________________________________
8778 [ 12160] By: ams                                   on 2001/09/23  16:32:11
8779         Log: Additional minor chdir() tweak.
8780      Branch: perl
8781            ! pod/perlfunc.pod
8782 ____________________________________________________________________________
8783 [ 12159] By: ams                                   on 2001/09/23  16:25:01
8784         Log: Subject: PATCH lib/ExtUtils/Command.t
8785              From: Abe Timmerman <abe@ztreet.demon.nl>
8786              Date: Sun, 23 Sep 2001 19:11:44 +0200
8787              Message-Id: <b94sqtk7sidi2501apjssfubdc2ulmap38@4ax.com>
8788      Branch: perl
8789            ! lib/ExtUtils/Command.t
8790 ____________________________________________________________________________
8791 [ 12158] By: jhi                                   on 2001/09/23  12:52:36
8792         Log: Subject: [PATCH] Win32 compilation without USE_ITHREADS
8793              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
8794              Date: Sun, 23 Sep 2001 02:02:26 +0200
8795              Message-ID: <3BAD42B2.2951.39B2E2A@localhost>
8796      Branch: perl
8797            ! makedef.pl
8798 ____________________________________________________________________________
8799 [ 12157] By: jhi                                   on 2001/09/23  12:46:05
8800         Log: Subject: [PATCH t/op/study.t] Cleanup & OS/390 "fix"
8801              From: Michael G Schwern <schwern@pobox.com> (by way of Craig A. Berry)         
8802              Date: Sat, 22 Sep 2001 12:54:39 -0500
8803              Message-Id: <a05101003b7d27f77cfa1@[172.16.52.1]>
8804      Branch: perl
8805            ! t/op/study.t
8806 ____________________________________________________________________________
8807 [ 12156] By: nick                                  on 2001/09/23  07:48:44
8808         Log: Integrate mainline
8809      Branch: perlio
8810            - check83.pl
8811           !> ext/Encode/Encode/2022-cn.enc
8812 ____________________________________________________________________________
8813 [ 12155] By: nick                                  on 2001/09/23  07:48:01
8814         Log: Integrate mainline
8815      Branch: perlio
8816           +> (branch 64 files)
8817            - ext/Encode/Encode/cns11643-1.enc
8818            - ext/Encode/Encode/cns11643-2.enc
8819            - ext/Encode/Encode/iso2022-cn.enc
8820            - ext/Encode/Encode/iso2022-jp.enc
8821            - ext/Encode/Encode/iso2022-jp1.enc
8822            - ext/Encode/Encode/iso2022-jp2.enc
8823            - ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
8824            - ext/Encode/Encode/iso8859-1.enc
8825            - ext/Encode/Encode/iso8859-1.ucm
8826            - ext/Encode/Encode/iso8859-10.enc
8827            - ext/Encode/Encode/iso8859-10.ucm
8828            - ext/Encode/Encode/iso8859-13.enc
8829            - ext/Encode/Encode/iso8859-13.ucm
8830            - ext/Encode/Encode/iso8859-14.enc
8831            - ext/Encode/Encode/iso8859-14.ucm
8832            - ext/Encode/Encode/iso8859-15.enc
8833            - ext/Encode/Encode/iso8859-15.ucm
8834            - ext/Encode/Encode/iso8859-16.enc
8835            - ext/Encode/Encode/iso8859-16.ucm
8836            - ext/Encode/Encode/iso8859-2.enc
8837            - ext/Encode/Encode/iso8859-2.ucm
8838            - ext/Encode/Encode/iso8859-3.enc
8839            - ext/Encode/Encode/iso8859-3.ucm
8840            - ext/Encode/Encode/iso8859-4.enc
8841            - ext/Encode/Encode/iso8859-4.ucm
8842            - ext/Encode/Encode/iso8859-5.enc
8843            - ext/Encode/Encode/iso8859-5.ucm
8844            - ext/Encode/Encode/iso8859-6.enc
8845            - ext/Encode/Encode/iso8859-6.ucm
8846            - ext/Encode/Encode/iso8859-7.enc
8847            - ext/Encode/Encode/iso8859-7.ucm
8848            - ext/Encode/Encode/iso8859-8.enc
8849            - ext/Encode/Encode/iso8859-8.ucm
8850            - ext/Encode/Encode/iso8859-9.enc
8851            - ext/Encode/Encode/iso8859-9.ucm
8852            - ext/Encode/Encode/isoir-197.enc
8853            - ext/Encode/Encode/macRomania.enc pod/perltootc.pod
8854            - t/lib/sample-tests/header_at_end
8855            - t/lib/sample-tests/header_at_end_fail
8856           !> (integrate 174 files)
8857 ____________________________________________________________________________
8858 [ 12154] By: ams                                   on 2001/09/23  07:11:46
8859         Log: Mention $ENV{SYS$LOGIN} in chdir() documentation, as suggested
8860              by Blair Zajac.
8861      Branch: perl
8862            ! pod/perlfunc.pod
8863 ____________________________________________________________________________
8864 [ 12153] By: ams                                   on 2001/09/23  06:56:32
8865         Log: Subject: [PATCH pp.c t/op/gv.t pod/perlref.pod pod/perldiag.pod] Re:
8866              Forgotten deprecation of *glob{FILEHANDLE}?
8867              From: "chromatic" <chromatic@rmci.net>
8868              Date: Sat, 22 Sep 2001 21:27:56 -0600
8869              Message-Id: <20010923033252.33085.qmail@onion.perl.org>
8870      Branch: perl
8871            ! pod/perldiag.pod pod/perlref.pod pp.c t/op/gv.t
8872 ____________________________________________________________________________
8873 [ 12152] By: ams                                   on 2001/09/23  06:42:58
8874         Log: Subject: [PATCH lib/File/Find.pm] Fixing lib/File/Find/t/taint.t on VMS
8875              From: Michael G Schwern <schwern@pobox.com>
8876              Date: Sun, 23 Sep 2001 03:34:39 -0400
8877              Message-Id: <20010923033439.E7005@blackrider>
8878      Branch: perl
8879            ! lib/File/Find.pm
8880 ____________________________________________________________________________
8881 [ 12151] By: ams                                   on 2001/09/23  06:37:57
8882         Log: Subject: Re: t/op/magic.t missing tests on Win32
8883              From: Michael G Schwern <schwern@pobox.com>
8884              Date: Sat, 22 Sep 2001 20:29:09 -0400
8885              Message-Id: <20010922202909.I18223@blackrider>
8886      Branch: perl
8887            ! t/op/magic.t
8888 ____________________________________________________________________________
8889 [ 12150] By: ams                                   on 2001/09/23  06:36:26
8890         Log: Subject: [PATCH MANIFEST lib/Dumpvalue.t lib/Dumpvalue.pm] Add tests for
8891              Dumpvalue.pm
8892              From: "chromatic" <chromatic@rmci.net>
8893              Date: Sat, 22 Sep 2001 19:41:31 -0600
8894              Message-Id: <20010923014628.7739.qmail@onion.perl.org>
8895      Branch: perl
8896            + lib/Dumpvalue.t
8897            ! MANIFEST lib/Dumpvalue.pm
8898 ____________________________________________________________________________
8899 [ 12149] By: ams                                   on 2001/09/23  06:25:35
8900         Log: Subject: [PATCH perl@12088] 2022-cn.enc of Encode.pm
8901              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
8902              Date: Sun, 23 Sep 2001 15:27:56 +0900
8903              Message-Id: <20010923152641.5E26.BQW10602@nifty.com>
8904      Branch: perl
8905            ! ext/Encode/Encode/2022-cn.enc
8906 ____________________________________________________________________________
8907 [ 12148] By: jhi                                   on 2001/09/22  23:33:42
8908         Log: Manual eror in #12147.
8909      Branch: perl
8910            ! win32/win32.c
8911 ____________________________________________________________________________
8912 [ 12147] By: jhi                                   on 2001/09/22  23:25:02
8913         Log: Integrate change #12146 from maintperl;
8914              win32_chdir() et al don't handle a NULL argument gracefully
8915      Branch: perl
8916           !> win32/perlhost.h win32/win32.c
8917 ____________________________________________________________________________
8918 [ 12146] By: gsar                                  on 2001/09/22  23:18:47
8919         Log: win32_chdir() et al don't handle a NULL argument gracefully
8920      Branch: maint-5.6/perl
8921            ! win32/perlhost.h win32/win32.c
8922 ____________________________________________________________________________
8923 [ 12145] By: gsar                                  on 2001/09/22  23:17:42
8924         Log: typo in change#12026
8925      Branch: maint-5.6/perl
8926            ! op.c
8927 ____________________________________________________________________________
8928 [ 12144] By: jhi                                   on 2001/09/22  21:22:28
8929         Log: Subject: [PATCH] Re: scalar context unpack bugs
8930              From: Nicholas Clark <nick@ccl4.org>
8931              Date: Sat, 22 Sep 2001 23:07:56 +0100
8932              Message-ID: <20010922230755.O4971@plum.flirble.org>
8933      Branch: perl
8934            ! pp_pack.c t/op/pack.t
8935 ____________________________________________________________________________
8936 [ 12143] By: jhi                                   on 2001/09/22  21:18:43
8937         Log: Try ExtUtils::Command.t everywhere, not just on Win32
8938              (as suggested by NI-S).  Also allow running it either
8939              in t/ or in the main directory.
8940      Branch: perl
8941            ! lib/ExtUtils/Command.t
8942 ____________________________________________________________________________
8943 [ 12142] By: jhi                                   on 2001/09/22  21:04:39
8944         Log: Update the test on warnings/register.t.
8945      Branch: perl
8946            ! t/lib/1_compile.t
8947 ____________________________________________________________________________
8948 [ 12141] By: jhi                                   on 2001/09/22  20:40:06
8949         Log: The code is now almost tidy enough to keep the IRIX cc happy.
8950      Branch: perl
8951            ! hints/irix_6.sh
8952 ____________________________________________________________________________
8953 [ 12140] By: ams                                   on 2001/09/22  17:26:32
8954         Log: Subject: [PATCH perl@12088] configure.com: don't build 'threads" w/out
8955              use_ithreads
8956              From: "Craig A. Berry" <craigberry@mac.com>
8957              Date: Sat, 22 Sep 2001 13:15:32 -0500
8958              Message-Id: <a05101005b7d284f5192c@[172.16.52.1]>
8959      Branch: perl
8960            ! configure.com
8961 ____________________________________________________________________________
8962 [ 12139] By: ams                                   on 2001/09/22  16:44:08
8963         Log: Do what perl_clone() does for sharedsv functions.
8964      Branch: perl
8965            ! embed.pl proto.h
8966 ____________________________________________________________________________
8967 [ 12138] By: jhi                                   on 2001/09/22  16:42:04
8968         Log: Retract #12134; reintroduce #11949: PADOFFSETs are now UVs
8969              (suggested by Sarathy, extensions shouldn't be dabbling with
8970              op structures, so binary backward compatibility should not be
8971              an issue.)
8972      Branch: perl
8973            ! hints/irix_6.sh op.h
8974 ____________________________________________________________________________
8975 [ 12137] By: ams                                   on 2001/09/22  16:21:05
8976         Log: More cleanups. (What's PERL_DECL_PROT?)
8977      Branch: perl
8978            ! embed.pl proto.h sharedsv.h
8979 ____________________________________________________________________________
8980 [ 12136] By: ams                                   on 2001/09/22  15:14:34
8981         Log: (Retracted by #12185)
8982              
8983              Subject: [PATCH MANIFEST lib/warnings/register.t lib/warnings/register.pm]
8984              Add Tests for warnings::register, Doc Update
8985              From: "chromatic" <chromatic@rmci.net>
8986              Date: Sat, 22 Sep 2001 09:43:20 -0600
8987              Message-Id: <20010922154815.32004.qmail@onion.perl.org>
8988      Branch: perl
8989            + lib/warnings/register.t
8990            ! MANIFEST lib/warnings/register.pm
8991 ____________________________________________________________________________
8992 [ 12135] By: ams                                   on 2001/09/22  15:07:50
8993         Log: `@foo' should be @foo for consistency.
8994      Branch: perl
8995            ! pod/perldiag.pod
8996 ____________________________________________________________________________
8997 [ 12134] By: jhi                                   on 2001/09/22  14:20:47
8998         Log: (Retracted by #12138)
8999              
9000              Add -woff (turn warning off) 3187:
9001              "A pointer is converted to a smaller integer."
9002              This happens when your pointers are 64-bit: then every case
9003              of converting pointers to PADOFFSETs (explicitly 32-bit)
9004              faces truncation (even explicit use of INT2PTR doesn't help).
9005              CxITERVAR(), POPLOOP(), and PUSHLOOP() are afflicted.
9006              Changing PADOFFSET from U32 to UV would help, but that
9007              would break binary backward compatibility of BASEOP and padop
9008              (assuming you have been using 64-bit pointers).
9009      Branch: perl
9010            ! hints/irix_6.sh
9011 ____________________________________________________________________________
9012 [ 12133] By: jhi                                   on 2001/09/22  13:53:49
9013         Log: More 8.3-cleanup: there isn't an encoding called macRumanian,
9014              but the name comes from the inside the file, not from the file
9015              name, and Rumanian is the name of the language.
9016      Branch: perl
9017            + ext/Encode/Encode/macRumanian.enc
9018            - ext/Encode/Encode/macRomania.enc
9019            ! MANIFEST
9020 ____________________________________________________________________________
9021 [ 12132] By: jhi                                   on 2001/09/22  13:48:29
9022         Log: Rename perltootc as perltooc for 8.3-friedliness.
9023      Branch: perl
9024            + pod/perltooc.pod
9025            - pod/perltootc.pod
9026            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlboot.pod
9027            ! pod/perlmod.pod pod/perlobj.pod pod/perltoc.pod
9028            ! pod/perltoot.pod
9029 ____________________________________________________________________________
9030 [ 12131] By: jhi                                   on 2001/09/22  13:38:49
9031         Log: Find more conflicts by lowercasing.
9032      Branch: perl
9033            + Porting/check83.pl
9034            - check83.pl
9035            ! MANIFEST
9036 ____________________________________________________________________________
9037 [ 12130] By: jhi                                   on 2001/09/22  13:20:20
9038         Log: The AIX cc 5.0.0.0 is simply too buggy.
9039      Branch: perl
9040            ! hints/aix.sh
9041 ____________________________________________________________________________
9042 [ 12129] By: ams                                   on 2001/09/22  12:35:38
9043         Log: Uninteresting cleanup.
9044      Branch: perl
9045            ! form.h
9046 ____________________________________________________________________________
9047 [ 12128] By: ams                                   on 2001/09/22  12:28:48
9048         Log: Subject: [PATCH@12110] Missing ")" in CvFILEGV
9049              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
9050              Date: Sat, 22 Sep 2001 14:29:13 +0100
9051              Message-Id: <AIEAJICLCBDNAAOLLOKLAEGADAAA.Paul_Marquess@Yahoo.co.uk>
9052      Branch: perl
9053            ! cv.h
9054 ____________________________________________________________________________
9055 [ 12127] By: ams                                   on 2001/09/22  12:04:28
9056         Log: What's a backet?
9057      Branch: perl
9058            ! dump.c
9059 ____________________________________________________________________________
9060 [ 12126] By: ams                                   on 2001/09/22  10:02:34
9061         Log: Removed duplicated tests #19 and #20.
9062      Branch: perl
9063            ! t/op/do.t
9064 ____________________________________________________________________________
9065 [ 12125] By: ams                                   on 2001/09/22  03:58:41
9066         Log: Subject: Re: [ID 20010919.001] local() fails on imported variables
9067              From: Michael Carman <mjcarman@home.com>
9068              Date: Fri, 21 Sep 2001 17:54:05 -0500
9069              Message-Id: <3BABC50D.6040202@home.com>
9070              (Applied with some changes.)
9071      Branch: perl
9072            ! pod/perlmod.pod
9073 ____________________________________________________________________________
9074 [ 12124] By: ams                                   on 2001/09/22  03:44:19
9075         Log: Subject: [PATCH t/op/chdir.t] Reconciling the Cwd/File::Spec differences
9076              From: Michael G Schwern <schwern@pobox.com>
9077              Date: Fri, 21 Sep 2001 19:20:40 -0400
9078              Message-Id: <20010921192040.E5494@blackrider>
9079      Branch: perl
9080            ! t/op/chdir.t
9081 ____________________________________________________________________________
9082 [ 12123] By: ams                                   on 2001/09/22  03:41:08
9083         Log: Subject: [PATCH] t/op/chdir.t won't pass on VMS
9084              From: Blair Zajac <blair@orcaware.com>
9085              Date: Fri, 21 Sep 2001 15:13:04 -0700
9086              Message-Id: <3BABBB70.55FD41DC@orcaware.com>
9087      Branch: perl
9088            ! t/op/chdir.t
9089 ____________________________________________________________________________
9090 [ 12122] By: ams                                   on 2001/09/22  03:37:07
9091         Log: Subject: [REPATCH] Re: [PATCH t/op/do.t] new regression tests for bug ID
9092              20010920.007
9093              From: Michael G Schwern <schwern@pobox.com>
9094              Date: Fri, 21 Sep 2001 17:59:03 -0400
9095              Message-Id: <20010921175903.V5494@blackrider>
9096      Branch: perl
9097            ! t/op/do.t
9098 ____________________________________________________________________________
9099 [ 12121] By: ams                                   on 2001/09/22  03:30:38
9100         Log: Subject: [PATCH pod/perlport.pod] expand DOS-like table (was Re: test
9101              suite on WinCE)
9102              From: Michael G Schwern <schwern@pobox.com>
9103              Date: Fri, 21 Sep 2001 19:41:03 -0400
9104              Message-Id: <20010921194103.G5494@blackrider>
9105      Branch: perl
9106            ! pod/perlport.pod
9107 ____________________________________________________________________________
9108 [ 12120] By: ams                                   on 2001/09/22  03:28:06
9109         Log: Subject: [PATCH t/op/magic.t] Re: Weird $ENV{FOO} = undef warning
9110              From: Michael G Schwern <schwern@pobox.com>
9111              Date: Fri, 21 Sep 2001 17:33:35 -0400
9112              Message-Id: <20010921173335.T5494@blackrider>
9113              ($ENV{FOO}=undef hunk not applied.)
9114      Branch: perl
9115            ! t/op/magic.t
9116 ____________________________________________________________________________
9117 [ 12119] By: ams                                   on 2001/09/22  03:02:26
9118         Log: Subject: [PATCH] perldiag.pod
9119              From: Peter Scott <Peter@PSDT.com>
9120              Date: Fri, 21 Sep 2001 18:54:50 -0700
9121              Message-Id: <4.3.2.7.2.20010921183823.00aa9890@mail.webquarry.com>
9122              (Moved to the right place.)
9123      Branch: perl
9124            ! pod/perldiag.pod
9125 ____________________________________________________________________________
9126 [ 12118] By: ams                                   on 2001/09/21  20:05:29
9127         Log: Subject: [PATCH t/op/do.t] new regression tests for bug ID 20010920.007
9128              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9129              Date: Fri, 21 Sep 2001 22:36:54 +0200
9130              Message-Id: <20010921223654.A12742@rafael>
9131      Branch: perl
9132            ! t/op/do.t
9133 ____________________________________________________________________________
9134 [ 12117] By: jhi                                   on 2001/09/21  20:05:23
9135         Log: Restore things as they were before
9136              the backward compatibility police notices.
9137      Branch: perl
9138            ! lib/Cwd.pm
9139 ____________________________________________________________________________
9140 [ 12116] By: jhi                                   on 2001/09/21  17:52:28
9141         Log: More Cwd from Schwern: make also OS/2 and DOS
9142              Cwd agree with File::Spec (that is, native path
9143              syntax using \ instead of / -- backward compatibility
9144              polic warning) and stop Win32 from using bsd_realpath().
9145      Branch: perl
9146            ! lib/Cwd.pm
9147 ____________________________________________________________________________
9148 [ 12115] By: jhi                                   on 2001/09/21  17:19:03
9149         Log: Subject: [PATCH @12110] RE: Untested libraries update
9150              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
9151              Date: Fri, 21 Sep 2001 18:21:07 +0100
9152              Message-ID: <AIEAJICLCBDNAAOLLOKLOEENDAAA.Paul_Marquess@Yahoo.co.uk>
9153      Branch: perl
9154            ! lib/warnings/register.pm
9155 ____________________________________________________________________________
9156 [ 12114] By: jhi                                   on 2001/09/21  17:09:52
9157         Log: Subject: Re: And now the Cwd problem (was Re: chdir.t problem...)
9158              From: Michael G Schwern <schwern@pobox.com>
9159              Date: Thu, 20 Sep 2001 22:54:02 -0400
9160              Message-ID: <20010920225402.A3611@blackrider>
9161      Branch: perl
9162            ! lib/Cwd.pm
9163 ____________________________________________________________________________
9164 [ 12113] By: ams                                   on 2001/09/21  17:08:24
9165         Log: Subject: [PATCH] avoid v-strings with require/use
9166              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
9167              Date: Fri, 21 Sep 2001 12:34:40 -0400
9168              Message-Id: <20010921123440.A148500@linguist.thayer.dartmouth.edu>
9169      Branch: perl
9170            ! ext/ByteLoader/bytecode.h ext/Data/Dumper/Dumper.pm
9171            ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/Dir.pm
9172            ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
9173            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
9174            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/AutoLoader.pm
9175            ! lib/AutoSplit.pm lib/Class/Struct.pm lib/Cwd.pm
9176            ! lib/Dumpvalue.pm lib/ExtUtils/Command.pm
9177            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
9178            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Mksymlists.pm
9179            ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/File/Basename.pm
9180            ! lib/File/CheckTree.pm lib/File/Compare.pm lib/File/Copy.pm
9181            ! lib/File/Find.pm lib/File/Path.pm lib/File/stat.pm
9182            ! lib/FileHandle.pm lib/Math/Trig.pm lib/Net/Ping.pm
9183            ! lib/Net/hostent.pm lib/Net/netent.pm lib/Net/protoent.pm
9184            ! lib/Net/servent.pm lib/Shell.pm lib/Tie/Array.pm
9185            ! lib/Tie/Handle.pm lib/Time/Local.pm lib/Time/gmtime.pm
9186            ! lib/Time/localtime.pm lib/User/grent.pm lib/base.pm
9187            ! lib/diagnostics.pm lib/fields.pm lib/vars.pm
9188            ! pod/perl56delta.pod pod/perlfunc.pod pp_ctl.c utils/pl2pm.PL
9189 ____________________________________________________________________________
9190 [ 12110] By: jhi                                   on 2001/09/21  13:59:13
9191         Log: Update Changes.
9192      Branch: perl
9193            ! Changes patchlevel.h
9194 ____________________________________________________________________________
9195 [ 12109] By: jhi                                   on 2001/09/21  13:44:43
9196         Log: Make AIX and Tru64 compilers happy.  
9197      Branch: perl
9198            ! ext/threads/threads.h ext/threads/threads.xs
9199 ____________________________________________________________________________
9200 [ 12108] By: jhi                                   on 2001/09/21  12:16:27
9201         Log: Subject: [PATCH] Re: [ID 20010920.007] q and qq does not work after do
9202              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
9203              Date: 21 Sep 2001 09:16:37 -0000
9204              Message-Id: <slrn9qm1ca.h6b.rgarciasuarez@rafael.kazibao.net>
9205      Branch: perl
9206            ! toke.c
9207 ____________________________________________________________________________
9208 [ 12107] By: jhi                                   on 2001/09/21  12:14:41
9209         Log: Subject: [PATCH pp_sys.c] pp_chdir Win32 fix
9210              From: Michael G Schwern <schwern@pobox.com>
9211              Date: Thu, 20 Sep 2001 21:21:34 -0400
9212              Message-ID: <20010920212134.Y28291@blackrider>
9213      Branch: perl
9214            ! pp_sys.c
9215 ____________________________________________________________________________
9216 [ 12106] By: jhi                                   on 2001/09/21  12:12:09
9217         Log: Subject: Re: GDB Debugging Macros from mod_perl
9218              From: rspier@pobox.com (Robert Spier)
9219              Date: Thu, 20 Sep 2001 22:45:03 -0700
9220              Message-ID: <15274.54239.413929.49430@rls.cx>
9221      Branch: perl
9222            ! pod/perltodo.pod
9223 ____________________________________________________________________________
9224 [ 12105] By: sky                                   on 2001/09/21  10:33:34
9225         Log: Fixed bug where Time::HiRes::time returned time adjusted to 
9226              timezone! GetSystemTime should be available on all Win32 
9227              platforms we support. Perhaps Time::HiRes should be extended to
9228              support WinCE and Novell?
9229      Branch: perl
9230            ! ext/Time/HiRes/HiRes.xs
9231 ____________________________________________________________________________
9232 [ 12104] By: sky                                   on 2001/09/21  08:12:39
9233         Log: Attempt to fix solaris issue raised by Andy Dougherty.  
9234      Branch: perl
9235            ! ext/threads/threads.h ext/threads/threads.xs
9236 ____________________________________________________________________________
9237 [ 12103] By: sky                                   on 2001/09/21  07:57:41
9238         Log: Rename the *thread* functions to Perl_* to avoid clashes.
9239              Notably on AIX but could become a problem on other platforms.
9240      Branch: perl
9241            ! ext/threads/threads.h ext/threads/threads.xs
9242 ____________________________________________________________________________
9243 [ 12102] By: sky                                   on 2001/09/21  07:35:30
9244         Log: Add the shared sv space to the global vars.
9245              Fix problems compiling on win32.
9246      Branch: perl
9247            ! embedvar.h ext/threads/threads.xs perlapi.h perlvars.h
9248            ! sharedsv.c sharedsv.h
9249 ____________________________________________________________________________
9250 [ 12101] By: ams                                   on 2001/09/21  00:19:55
9251         Log: Subject: [PATCH] win32/Makefile warning fix
9252              From: Blair Zajac <blair@orcaware.com>
9253              Date: Thu, 20 Sep 2001 18:15:43 -0700
9254              Message-Id: <3BAA94BF.FFD5FC3A@orcaware.com>
9255      Branch: perl
9256            ! win32/Makefile
9257 ____________________________________________________________________________
9258 [ 12100] By: jhi                                   on 2001/09/20  21:57:04
9259         Log: Subject: [PATCH bleadperl] Command.t patch had some errors... sorry.
9260              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
9261              Date: Thu, 20 Sep 2001 18:36:22 +0200
9262              Message-ID: <549856591.20010920183622@tesla.rcub.bg.ac.yu>
9263      Branch: perl
9264            ! lib/ExtUtils/Command.t
9265 ____________________________________________________________________________
9266 [ 12099] By: jhi                                   on 2001/09/20  21:53:00
9267         Log: Cant spl wirth a dam.
9268      Branch: perl
9269            ! intrpvar.h
9270 ____________________________________________________________________________
9271 [ 12098] By: jhi                                   on 2001/09/20  21:52:24
9272         Log: Don't use C++ comments.
9273      Branch: perl
9274            ! ext/threads/threads.xs
9275 ____________________________________________________________________________
9276 [ 12097] By: ams                                   on 2001/09/20  21:42:07
9277         Log: Change #12044 didn't.
9278      Branch: perl
9279            ! lib/constant.pm
9280 ____________________________________________________________________________
9281 [ 12096] By: jhi                                   on 2001/09/20  13:38:44
9282         Log: Metaconfig unit changes for #12095.
9283      Branch: metaconfig
9284            ! U/modified/Myinit.U U/modified/libs.U
9285 ____________________________________________________________________________
9286 [ 12095] By: jhi                                   on 2001/09/20  13:38:22
9287         Log: Remove iconv references since we are not using it
9288              and not going to; regen perltoc, perlmodlib.
9289              (Some references still linger in perltoc, have to figure
9290              out where they are coming from.)
9291      Branch: perl
9292            ! Configure NetWare/config.wc NetWare/config_H.wc
9293            ! Porting/Glossary Porting/config.sh Porting/config_H
9294            ! config_h.SH configure.com epoc/config.sh perl.h
9295            ! pod/perlmodlib.pod pod/perltoc.pod uconfig.h uconfig.sh
9296            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
9297            ! vos/config.ga.h win32/config.bc win32/config.gc
9298            ! win32/config.vc win32/config_H.bc win32/config_H.gc
9299            ! win32/config_H.vc wince/config.ce wince/config.h
9300            ! wince/config_H.ce
9301 ____________________________________________________________________________
9302 [ 12094] By: jhi                                   on 2001/09/20  12:49:17
9303         Log: Subject: [PATCH docs] Re: ARGV and read
9304              From: Dave Mitchell <davem@fdgroup.co.uk>
9305              Date: Thu, 20 Sep 2001 13:21:31 +0100 (BST)
9306              Message-Id: <200109201221.NAA04258@gizmo.fdgroup.co.uk>
9307      Branch: perl
9308            ! pod/perltodo.pod pod/perlvar.pod
9309 ____________________________________________________________________________
9310 [ 12093] By: jhi                                   on 2001/09/20  12:45:35
9311         Log: Fresh copies from the cvs.perl.org perlfaq repository.
9312      Branch: perl
9313            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
9314            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
9315            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
9316            ! pod/perlfaq9.pod
9317 ____________________________________________________________________________
9318 [ 12092] By: jhi                                   on 2001/09/20  12:32:44
9319         Log: Subject: [PATCH] Re: n questions (was Re: 4 questions about pack/unpack)        
9320              From: Nicholas Clark <nick@ccl4.org>
9321              Date: Thu, 20 Sep 2001 14:27:08 +0100
9322              Message-ID: <20010920142708.X4971@plum.flirble.org>
9323      Branch: perl
9324            ! pp_pack.c t/op/pack.t
9325 ____________________________________________________________________________
9326 [ 12091] By: jhi                                   on 2001/09/20  12:16:50
9327         Log: The sharedsv_space* are variables, not code.  Duh.
9328      Branch: perl
9329            ! intrpvar.h makedef.pl
9330 ____________________________________________________________________________
9331 [ 12090] By: ams                                   on 2001/09/20  11:26:06
9332         Log: Subject: [patch lib/lib_pm.PL]
9333              From: Stas Bekman <stas@stason.org>
9334              Date: Thu, 20 Sep 2001 18:48:53 +0800
9335              Message-Id: <3BA9C995.6010302@stason.org>
9336              (Applied by hand.)
9337      Branch: perl
9338            ! lib/lib_pm.PL
9339 ____________________________________________________________________________
9340 [ 12089] By: jhi                                   on 2001/09/20  01:36:23
9341         Log: Only 21 tests, skipping or not.
9342      Branch: perl
9343            ! lib/ExtUtils/Command.t
9344 ____________________________________________________________________________
9345 [ 12088] By: jhi                                   on 2001/09/19  18:54:37
9346         Log: New exported symbols.
9347      Branch: perl
9348            ! makedef.pl
9349 ____________________________________________________________________________
9350 [ 12087] By: jhi                                   on 2001/09/19  13:45:59
9351         Log: Update Changes.
9352      Branch: perl
9353            ! Changes patchlevel.h
9354 ____________________________________________________________________________
9355 [ 12086] By: jhi                                   on 2001/09/19  13:02:58
9356         Log: Correct numbering of the tests is useful.
9357      Branch: perl
9358            ! ext/threads/t/basic.t
9359 ____________________________________________________________________________
9360 [ 12085] By: jhi                                   on 2001/09/19  12:11:15
9361         Log: More tests now too.
9362      Branch: perl
9363            ! lib/ExtUtils/Command.t
9364 ____________________________________________________________________________
9365 [ 12084] By: jhi                                   on 2001/09/19  12:08:33
9366         Log: More tests now.
9367      Branch: perl
9368            ! ext/threads/t/basic.t
9369 ____________________________________________________________________________
9370 [ 12083] By: jhi                                   on 2001/09/19  11:35:55
9371         Log: The test assumed 7-bit ASCII.  Now it "just"
9372              assumes 8-bit whatever.
9373      Branch: perl
9374            ! t/op/crypt.t
9375 ____________________________________________________________________________
9376 [ 12082] By: jhi                                   on 2001/09/19  11:19:56
9377         Log: Subject: Re: [PATCH] Smoke 12057 /pro/3gl/CPAN/perl-current
9378              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
9379              Date: Wed, 19 Sep 2001 11:45:28 +0200
9380              Message-Id: <20010919110037.19C7.H.M.BRAND@hccnet.nl>
9381              
9382              Lvalue casts are not portable.
9383      Branch: perl
9384            ! ext/threads/threads.xs
9385 ____________________________________________________________________________
9386 [ 12081] By: sky                                   on 2001/09/19  10:17:52
9387         Log: Make the basic test contain only realy basic API tests
9388              Seems to be a problem with detach.
9389      Branch: perl
9390            ! ext/threads/t/basic.t
9391 ____________________________________________________________________________
9392 [ 12080] By: ams                                   on 2001/09/19  01:23:55
9393         Log: Subject: [PATCH] Syncing with Test::Simple 0.19
9394              From: Michael G Schwern <schwern@pobox.com>
9395              Date: Tue, 18 Sep 2001 19:53:48 -0400
9396              Message-Id: <20010918195348.M585@blackrider>
9397              
9398              Subject: [REPATCH] Re: [PATCH lib/Test/More.pm] Stray newline confusing t/TEST
9399              From: Michael G Schwern <schwern@pobox.com>
9400              Date: Tue, 18 Sep 2001 22:07:13 -0400
9401              Message-Id: <20010918220713.B19616@blackrider>
9402      Branch: perl
9403            ! lib/Test/More.pm lib/Test/Simple.pm lib/Test/Simple/Changes
9404            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
9405            ! lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/fail.t
9406            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/todo.t
9407            ! lib/Test/Tutorial.pod
9408 ____________________________________________________________________________
9409 [ 12079] By: jhi                                   on 2001/09/19  00:19:45
9410         Log: Indent the test a bit.
9411      Branch: perl
9412            ! ext/threads/t/basic.t
9413 ____________________________________________________________________________
9414 [ 12078] By: jhi                                   on 2001/09/18  22:54:21
9415         Log: Subject: [PATCH bleadperl] added tainting for getcwd for Win32
9416              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
9417              Date: Tue, 18 Sep 2001 18:06:44 +0200
9418              Message-ID: <11018348611.20010918180644@tesla.rcub.bg.ac.yu>
9419      Branch: perl
9420            ! win32/win32.c
9421 ____________________________________________________________________________
9422 [ 12077] By: jhi                                   on 2001/09/18  22:52:24
9423         Log: Subject: stat access time is wrong on Win95
9424              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
9425              Date: Tue, 18 Sep 2001 21:59:24 +0200
9426              Message-ID: <413158386.20010918215924@tesla.rcub.bg.ac.yu>
9427      Branch: perl
9428            ! lib/ExtUtils/Command.pm lib/ExtUtils/Command.t
9429 ____________________________________________________________________________
9430 [ 12076] By: ams                                   on 2001/09/18  22:11:25
9431         Log: Subject: [PATCH] Re: [PATCH] t/op/crypt.t
9432              From: Michael G Schwern <schwern@pobox.com>
9433              Date: Tue, 18 Sep 2001 18:47:14 -0400
9434              Message-Id: <20010918184714.I585@blackrider>
9435      Branch: perl
9436            ! t/op/crypt.t
9437 ____________________________________________________________________________
9438 [ 12075] By: sky                                   on 2001/09/18  19:29:37
9439         Log: two test failures
9440              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9441              Message-ID: <20010918221702.A17408@rafael>
9442              partly applied, #12074 already fixed half the patch
9443      Branch: perl
9444            ! ext/threads/t/basic.t
9445 ____________________________________________________________________________
9446 [ 12074] By: sky                                   on 2001/09/18  18:49:03
9447         Log: Fixes test case failure introduced by #12071, the warning is
9448              now correctly spelled :-)
9449      Branch: perl
9450            ! ext/IO/lib/IO/t/io_sel.t
9451 ____________________________________________________________________________
9452 [ 12073] By: sky                                   on 2001/09/18  18:46:22
9453         Log: Make the test behave properly!
9454      Branch: perl
9455            ! ext/threads/t/basic.t
9456 ____________________________________________________________________________
9457 [ 12072] By: ams                                   on 2001/09/18  18:44:59
9458         Log: OP_RCATLINE is an SVOP, not a BASEOP.
9459      Branch: perl
9460            ! opcode.h opcode.pl
9461 ____________________________________________________________________________
9462 [ 12071] By: ams                                   on 2001/09/18  18:06:27
9463         Log: Deprecate != Depreciate.
9464      Branch: perl
9465            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Select.pm
9466            ! lib/Pod/ParseUtils.pm
9467 ____________________________________________________________________________
9468 [ 12070] By: ams                                   on 2001/09/18  15:14:58
9469         Log: Subject: [PATCH] Getopt::Std cleanup
9470              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9471              Date: Tue, 18 Sep 2001 17:32:13 +0200
9472              Message-Id: <20010918173213.C777@rafael>
9473      Branch: perl
9474            ! lib/Getopt/Std.pm lib/Getopt/Std.t
9475 ____________________________________________________________________________
9476 [ 12069] By: sky                                   on 2001/09/18  14:56:33
9477         Log: Forgot the makefile
9478      Branch: perl
9479            + ext/threads/Makefile.PL
9480 ____________________________________________________________________________
9481 [ 12068] By: sky                                   on 2001/09/18  14:13:26
9482         Log: Adds the thread 0.05 module. It is now moved to the core from CPAN.
9483              The test will fail because of Test.pm not knowing about threads. 
9484              basic needs to be manually tested
9485              compile time warnings on IV2PTR conversions need to be fixed
9486      Branch: perl
9487            + ext/threads/Changes ext/threads/README ext/threads/t/basic.t
9488            + ext/threads/threads.h ext/threads/threads.pm
9489            + ext/threads/threads.xs
9490            ! MANIFEST
9491 ____________________________________________________________________________
9492 [ 12067] By: jhi                                   on 2001/09/18  11:51:08
9493         Log: DJGPP tweak from Laszlo Molnar.
9494      Branch: perl
9495            ! djgpp/config.over
9496 ____________________________________________________________________________
9497 [ 12066] By: sky                                   on 2001/09/18  10:24:31
9498         Log: Changed how ownership of mutexes are held. We never hold a mutex only a slot indicating that we own the lock.
9499      Branch: perl
9500            ! sharedsv.c sharedsv.h
9501 ____________________________________________________________________________
9502 [ 12065] By: jhi                                   on 2001/09/18  00:00:09
9503         Log: Strip ^iso- from the Encode filenames to be 8.3-friendly,
9504              ditto ^cns.
9505      Branch: perl
9506            + ext/Encode/Encode/11643-1.enc ext/Encode/Encode/11643-2.enc
9507            + ext/Encode/Encode/2022-cn.enc ext/Encode/Encode/2022-jp.enc
9508            + ext/Encode/Encode/2022-jp1.enc ext/Encode/Encode/2022-jp2.enc
9509            + ext/Encode/Encode/2022-kr.enc ext/Encode/Encode/2022.enc
9510            + ext/Encode/Encode/8859-1.enc ext/Encode/Encode/8859-1.ucm
9511            + ext/Encode/Encode/8859-10.enc ext/Encode/Encode/8859-10.ucm
9512            + ext/Encode/Encode/8859-11.enc ext/Encode/Encode/8859-11.ucm
9513            + ext/Encode/Encode/8859-13.enc ext/Encode/Encode/8859-13.ucm
9514            + ext/Encode/Encode/8859-14.enc ext/Encode/Encode/8859-14.ucm
9515            + ext/Encode/Encode/8859-15.enc ext/Encode/Encode/8859-15.ucm
9516            + ext/Encode/Encode/8859-16.enc ext/Encode/Encode/8859-16.ucm
9517            + ext/Encode/Encode/8859-2.enc ext/Encode/Encode/8859-2.ucm
9518            + ext/Encode/Encode/8859-3.enc ext/Encode/Encode/8859-3.ucm
9519            + ext/Encode/Encode/8859-4.enc ext/Encode/Encode/8859-4.ucm
9520            + ext/Encode/Encode/8859-5.enc ext/Encode/Encode/8859-5.ucm
9521            + ext/Encode/Encode/8859-6.enc ext/Encode/Encode/8859-6.ucm
9522            + ext/Encode/Encode/8859-7.enc ext/Encode/Encode/8859-7.ucm
9523            + ext/Encode/Encode/8859-8.enc ext/Encode/Encode/8859-8.ucm
9524            + ext/Encode/Encode/8859-9.enc ext/Encode/Encode/8859-9.ucm
9525            + ext/Encode/Encode/ir-197.enc
9526            - ext/Encode/Encode/cns11643-1.enc
9527            - ext/Encode/Encode/cns11643-2.enc
9528            - ext/Encode/Encode/iso2022-cn.enc
9529            - ext/Encode/Encode/iso2022-jp.enc
9530            - ext/Encode/Encode/iso2022-jp1.enc
9531            - ext/Encode/Encode/iso2022-jp2.enc
9532            - ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
9533            - ext/Encode/Encode/iso8859-1.enc
9534            - ext/Encode/Encode/iso8859-1.ucm
9535            - ext/Encode/Encode/iso8859-10.enc
9536            - ext/Encode/Encode/iso8859-10.ucm
9537            - ext/Encode/Encode/iso8859-11.enc
9538            - ext/Encode/Encode/iso8859-11.ucm
9539            - ext/Encode/Encode/iso8859-13.enc
9540            - ext/Encode/Encode/iso8859-13.ucm
9541            - ext/Encode/Encode/iso8859-14.enc
9542            - ext/Encode/Encode/iso8859-14.ucm
9543            - ext/Encode/Encode/iso8859-15.enc
9544            - ext/Encode/Encode/iso8859-15.ucm
9545            - ext/Encode/Encode/iso8859-16.enc
9546            - ext/Encode/Encode/iso8859-16.ucm
9547            - ext/Encode/Encode/iso8859-2.enc
9548            - ext/Encode/Encode/iso8859-2.ucm
9549            - ext/Encode/Encode/iso8859-3.enc
9550            - ext/Encode/Encode/iso8859-3.ucm
9551            - ext/Encode/Encode/iso8859-4.enc
9552            - ext/Encode/Encode/iso8859-4.ucm
9553            - ext/Encode/Encode/iso8859-5.enc
9554            - ext/Encode/Encode/iso8859-5.ucm
9555            - ext/Encode/Encode/iso8859-6.enc
9556            - ext/Encode/Encode/iso8859-6.ucm
9557            - ext/Encode/Encode/iso8859-7.enc
9558            - ext/Encode/Encode/iso8859-7.ucm
9559            - ext/Encode/Encode/iso8859-8.enc
9560            - ext/Encode/Encode/iso8859-8.ucm
9561            - ext/Encode/Encode/iso8859-9.enc
9562            - ext/Encode/Encode/iso8859-9.ucm
9563            - ext/Encode/Encode/isoir-197.enc
9564            ! MANIFEST ext/Encode/Encode/Tcl.t ext/Encode/Makefile.PL
9565 ____________________________________________________________________________
9566 [ 12064] By: jhi                                   on 2001/09/17  23:53:38
9567         Log: Must Uppercase.
9568      Branch: perl
9569            ! ext/Encode/Encode.pm
9570 ____________________________________________________________________________
9571 [ 12063] By: jhi                                   on 2001/09/17  23:39:28
9572         Log: Add various encodings.
9573      Branch: perl
9574            + ext/Encode/Encode/iso8859-11.enc
9575            + ext/Encode/Encode/iso8859-11.ucm ext/Encode/Encode/koi8-f.enc
9576            + ext/Encode/Encode/koi8-f.ucm ext/Encode/Encode/koi8-u.enc
9577            + ext/Encode/Encode/koi8-u.ucm ext/Encode/Encode/nextstep.enc
9578            + ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/roman8.enc
9579            + ext/Encode/Encode/roman8.ucm ext/Encode/Encode/viscii.enc
9580            + ext/Encode/Encode/viscii.ucm
9581            ! MANIFEST ext/Encode/Encode.pm
9582 ____________________________________________________________________________
9583 [ 12062] By: jhi                                   on 2001/09/17  22:48:21
9584         Log: lib/unicode relic.
9585      Branch: perl
9586            ! ext/Encode/compile
9587 ____________________________________________________________________________
9588 [ 12061] By: jhi                                   on 2001/09/17  20:50:16
9589         Log: Subject: [PATCH] Re: filename problems
9590              From: Michael G Schwern <schwern@pobox.com>
9591              Date: Mon, 17 Sep 2001 17:26:26 -0400
9592              Message-ID: <20010917172626.Q585@blackrider>
9593      Branch: perl
9594            + t/lib/sample-tests/head_end t/lib/sample-tests/head_fail
9595            - t/lib/sample-tests/header_at_end
9596            - t/lib/sample-tests/header_at_end_fail
9597            ! MANIFEST lib/Test/Harness/t/test-harness.t
9598 ____________________________________________________________________________
9599 [ 12060] By: jhi                                   on 2001/09/17  20:14:53
9600         Log: Explicitly explain the 1e9 seconds, not everybody
9601              is a C geek.
9602      Branch: perl
9603            ! ext/Time/HiRes/HiRes.pm
9604 ____________________________________________________________________________
9605 [ 12059] By: jhi                                   on 2001/09/17  20:07:20
9606         Log: Explain an apparent bug reported by
9607              Richard J. Barbalace <rjbarbal@MIT.EDU>,
9608              with additional explanation from Gisle Aas.
9609      Branch: perl
9610            ! ext/Time/HiRes/HiRes.pm
9611 ____________________________________________________________________________
9612 [ 12058] By: ams                                   on 2001/09/17  19:52:01
9613         Log: Subject: [PATCH t/lib/warnings/pp, t/lib/warnings/op] new tests
9614              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9615              Date: Mon, 17 Sep 2001 22:48:05 +0200
9616              Message-Id: <20010917224805.C11744@rafael>
9617      Branch: perl
9618            ! t/lib/warnings/op t/lib/warnings/pp
9619 ____________________________________________________________________________
9620 [ 12057] By: ams                                   on 2001/09/17  16:51:18
9621         Log: Its a nit!
9622      Branch: perl
9623            ! sv.h
9624 ____________________________________________________________________________
9625 [ 12056] By: ams                                   on 2001/09/17  16:47:55
9626         Log: Subject: [PATCH perl@12023] waitpid enhancements for VMS
9627              From: "Craig A. Berry" <craigberry@mac.com>
9628              Date: Mon, 17 Sep 2001 12:34:20 -0500
9629              Message-Id: <5.1.0.14.0.20010916222208.0469cdf8@exchi01>
9630      Branch: perl
9631            ! vms/vms.c
9632 ____________________________________________________________________________
9633 [ 12055] By: ams                                   on 2001/09/17  16:05:15
9634         Log: Subject: [PATCH] Make CPAN.pm use Digest::MD5
9635              From: Gisle Aas <gisle@ActiveState.com>
9636              Date: 16 Apr 2001 16:20:34 -0700
9637              Message-ID: <lrlmp0sa7x.fsf@caliper.ActiveState.com>
9638              (Applied by hand.)
9639      Branch: perl
9640            ! lib/CPAN.pm lib/CPAN/Nox.pm
9641 ____________________________________________________________________________
9642 [ 12054] By: jhi                                   on 2001/09/17  14:06:26
9643         Log: Update Changes.
9644      Branch: perl
9645            ! Changes patchlevel.h
9646 ____________________________________________________________________________
9647 [ 12053] By: jhi                                   on 2001/09/17  13:45:26
9648         Log: Adding new files to the MANIFEST is always nice.
9649      Branch: perl
9650            ! MANIFEST
9651 ____________________________________________________________________________
9652 [ 12052] By: jhi                                   on 2001/09/17  13:12:31
9653         Log: Reindent the PerlIO files (suggested by NI-S), used
9654              indent -kr -nce -psl -sc -TSV -TAV -THV -TGV -TIV -TUV -TNV -TMAGIC -TFILE -TPerlIO -TPerlIO_list_t -TPerlIO_funcs -TPerlIO_pair_t
9655              (GNU indent).  Note that wholesale re-indenting might
9656              be nice, but that would break nice formatting/alignment
9657              of assignments, equality testing, and complex boolean
9658              expressions with lots of &s and |s.
9659      Branch: perl
9660            ! perlio.c perlio.h perliol.h
9661 ____________________________________________________________________________
9662 [ 12051] By: jhi                                   on 2001/09/17  12:55:53
9663         Log: Add a script for being 8.3-polite.
9664              The found conflicts are being worked on.
9665      Branch: perl
9666            + check83.pl
9667            ! MANIFEST Porting/pumpkin.pod
9668 ____________________________________________________________________________
9669 [ 12050] By: sky                                   on 2001/09/17  12:44:36
9670         Log: Fixes coredump introduced by 11755 and 11790. Thanks to Doug for
9671              finding it.
9672      Branch: perl
9673            ! sv.c
9674 ____________________________________________________________________________
9675 [ 12049] By: jhi                                   on 2001/09/17  11:55:07
9676         Log: Bump up versions because of #12041.
9677      Branch: perl
9678            ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/File.pm
9679            ! ext/IO/lib/IO/Pipe.pm lib/Fatal.pm lib/Time/gmtime.pm
9680            ! lib/Time/localtime.pm
9681 ____________________________________________________________________________
9682 [ 12048] By: jhi                                   on 2001/09/17  11:51:54
9683         Log: Bump the version number because of #12042.
9684      Branch: perl
9685            ! lib/CPAN/FirstTime.pm
9686 ____________________________________________________________________________
9687 [ 12047] By: ams                                   on 2001/09/17  11:21:40
9688         Log: Subject: Re: [PATCH] turn $a.=<F> into an RCATLINE
9689              From: Abhijit Menon-Sen <ams@wiw.org>
9690              Date: Mon, 17 Sep 2001 17:44:12 +0530
9691              Message-Id: <20010917174412.B7058@lustre.dyn.wiw.org>
9692      Branch: perl
9693            ! op.c
9694 ____________________________________________________________________________
9695 [ 12046] By: sky                                   on 2001/09/17  07:14:17
9696         Log: Subject: Re: t/op/ver.t using skip() improperly
9697              From: "chromatic" <chromatic@rmci.net>
9698              Date: Mon, 17 Sep 2001 00:22:29 -0600
9699              Message-ID: <20010917062713.47716.qmail@onion.perl.org>
9700      Branch: perl
9701            ! t/op/ver.t
9702 ____________________________________________________________________________
9703 [ 12045] By: nick                                  on 2001/09/17  07:12:14
9704         Log: Integrate mainline
9705      Branch: perlio
9706           +> t/op/chdir.t
9707           !> (integrate 117 files)
9708 ____________________________________________________________________________
9709 [ 12044] By: ams                                   on 2001/09/17  05:49:53
9710         Log: Subject: [PATCH lib/constant.pm] Major POD rewrite of constant.pm
9711              From: Ilmari Karonen <iltzu@sci.fi>
9712              Date: Mon, 17 Sep 2001 00:47:57 +0300 (EET DST)
9713              Message-Id: <Pine.SOL.3.96.1010917002916.13210A-100000@simpukka>
9714              (And $VERSION = '1.05'.)
9715      Branch: perl
9716            ! lib/constant.pm
9717 ____________________________________________________________________________
9718 [ 12043] By: ams                                   on 2001/09/17  05:44:50
9719         Log: Subject: Re: [BUG?] chdir(undef) == chdir() probably a bug
9720              From: Michael G Schwern <schwern@pobox.com>
9721              Date: Mon, 17 Sep 2001 07:49:04 +0200
9722              Message-Id: <20010917074904.V1588@blackrider>
9723              (Applied with tweaks to chdir.t and pp_sys.c hunks.)
9724      Branch: perl
9725            + t/op/chdir.t
9726            ! MANIFEST pp_sys.c
9727 ____________________________________________________________________________
9728 [ 12042] By: jhi                                   on 2001/09/17  02:54:13
9729         Log: Subject: Re: CPAN.pm needs some hacking 
9730              From: "chromatic" <chromatic@rmci.net>
9731              Date: Sun, 16 Sep 2001 16:46:29 -0600
9732              Message-ID: <20010916225113.5606.qmail@onion.perl.org>
9733      Branch: perl
9734            ! lib/CPAN/FirstTime.pm
9735 ____________________________________________________________________________
9736 [ 12041] By: jhi                                   on 2001/09/16  20:43:15
9737         Log: Change use|require 5.005_64 to use|require 5.6.1.
9738      Branch: perl
9739            ! ext/Data/Dumper/Dumper.pm ext/Devel/DProf/DProf.pm
9740            ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
9741            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
9742            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/AutoSplit.pm
9743            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Command.pm
9744            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
9745            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Mksymlists.pm
9746            ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/FileHandle.pm
9747            ! lib/Math/Trig.pm lib/Net/Ping.pm lib/Net/hostent.pm
9748            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
9749            ! lib/Shell.pm lib/Tie/Array.pm lib/Tie/Handle.pm
9750            ! lib/Time/gmtime.pm lib/Time/localtime.pm lib/User/grent.pm
9751            ! lib/base.pm lib/fields.pm
9752 ____________________________________________________________________________
9753 [ 12040] By: jhi                                   on 2001/09/16  20:36:58
9754         Log: Bump up version numbers.
9755              
9756              TODO 1: double check that pre-5.6.1 CPAN.pm:s
9757              don't try to download 5.8.0 because of the
9758              version numbers.  Mainly this means using _00
9759              in the core version numbers.
9760              
9761              TODO 2: the "use 5.005_64" in many modules
9762              needs to be changed to, say, "use 5.6.1".
9763      Branch: perl
9764            ! ext/B/B/Assembler.pm ext/Data/Dumper/Dumper.pm
9765            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/CPAN.pm
9766            ! lib/ExtUtils/Embed.pm lib/ExtUtils/Install.pm
9767            ! lib/ExtUtils/Installed.pm lib/ExtUtils/Manifest.pm
9768            ! lib/File/Basename.pm lib/File/Copy.pm lib/File/Find.pm
9769            ! lib/File/Path.pm lib/File/Spec.pm lib/File/Spec/Functions.pm
9770            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
9771            ! lib/File/Spec/Win32.pm lib/FindBin.pm lib/Pod/Checker.pm
9772            ! lib/Pod/Find.pm lib/SelfLoader.pm lib/Shell.pm
9773            ! lib/Tie/Handle.pm lib/blib.pm lib/diagnostics.pm
9774            ! vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
9775 ____________________________________________________________________________
9776 [ 12039] By: jhi                                   on 2001/09/16  19:23:07
9777         Log: Use UCHARAT() as suggested by Inaba Hiroto.
9778      Branch: perl
9779            ! regexec.c
9780 ____________________________________________________________________________
9781 [ 12038] By: ams                                   on 2001/09/16  15:16:24
9782         Log: Subject: [PATCH] Re: Core module version numbers review
9783              From: Peter Scott <Peter@PSDT.com>
9784              Date: Sun, 16 Sep 2001 09:09:58 -0700
9785              Message-Id: <4.3.2.7.2.20010916090716.00b452a0@mail.webquarry.com>
9786      Branch: perl
9787            ! lib/perl5db.pl
9788 ____________________________________________________________________________
9789 [ 12037] By: jhi                                   on 2001/09/16  14:27:54
9790         Log: Supply more details on how lc/uc/lcfirst/ucfirst are
9791              not yet fully implemented.
9792      Branch: perl
9793            ! pod/perlfunc.pod pod/perlunicode.pod
9794 ____________________________________________________________________________
9795 [ 12036] By: jhi                                   on 2001/09/15  23:13:12
9796         Log: Subject: [patch] plug PL_beginav_save leak
9797              From: Doug MacEachern <dougm@covalent.net>
9798              Date: Sat, 15 Sep 2001 17:02:18 -0700 (PDT)
9799              Message-ID: <Pine.LNX.4.21.0109151659060.6089-100000@mako.covalent.net>
9800      Branch: perl
9801            ! perl.c
9802 ____________________________________________________________________________
9803 [ 12035] By: jhi                                   on 2001/09/15  23:12:28
9804         Log: (accidentally empty checkin)
9805      Branch: perl
9806            ! sv.c
9807 ____________________________________________________________________________
9808 [ 12034] By: jhi                                   on 2001/09/15  23:08:09
9809         Log: Subject: [patch] ithreads+PL_beginav_save
9810              From: Doug MacEachern <dougm@covalent.net>
9811              Date: Sat, 15 Sep 2001 16:53:01 -0700 (PDT)
9812              Message-ID: <Pine.LNX.4.21.0109151651050.6089-100000@mako.covalent.net>
9813      Branch: perl
9814            ! sv.c
9815 ____________________________________________________________________________
9816 [ 12033] By: jhi                                   on 2001/09/15  23:07:19
9817         Log: Subject: [PATCH] h2xs.PL with C::Scan
9818              From: Tim Jenness <t.jenness@jach.hawaii.edu>
9819              Date: Sat, 15 Sep 2001 13:41:28 -1000 (HST)
9820              Message-ID: <Pine.LNX.4.33.0109151338560.3075-100000@lapaki>
9821      Branch: perl
9822            ! utils/h2xs.PL
9823 ____________________________________________________________________________
9824 [ 12032] By: jhi                                   on 2001/09/15  18:43:20
9825         Log: Elaborate (well, make more vague, really) #12030.
9826      Branch: perl
9827            ! pod/perltodo.pod pod/perlunicode.pod
9828 ____________________________________________________________________________
9829 [ 12031] By: jhi                                   on 2001/09/15  18:37:07
9830         Log: Subject: [PATCH regexec.c] adding (U8) to case insensitive matching
9831              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
9832              Date: Fri, 14 Sep 2001 20:58:30 -0400 (EDT)
9833              Message-ID: <Pine.GSO.4.21.0109142057490.12393-100000@crusoe.crusoe.net>
9834      Branch: perl
9835            ! regexec.c
9836 ____________________________________________________________________________
9837 [ 12030] By: jhi                                   on 2001/09/15  17:15:40
9838         Log: Document that the lc(), uc(), lcfirst(), ucfirst()
9839              are not yet complete.
9840      Branch: perl
9841            ! pod/perltodo.pod pod/perlunicode.pod
9842 ____________________________________________________________________________
9843 [ 12029] By: jhi                                   on 2001/09/15  13:53:42
9844         Log: Document what's still to be done on the regular expression
9845              Unicode support, based on the UTR#18.
9846      Branch: perl
9847            ! pod/perltodo.pod pod/perlunicode.pod
9848 ____________________________________________________________________________
9849 [ 12028] By: jhi                                   on 2001/09/15  12:37:31
9850         Log: Regen headers.
9851      Branch: perl
9852            ! embedvar.h perlapi.h
9853 ____________________________________________________________________________
9854 [ 12027] By: jhi                                   on 2001/09/15  12:33:49
9855         Log: Subject: Re: [ID 20010815.012] Unfortunate interaction between -0 cmd line arg & (??{CODE}) regex 
9856              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
9857              Date: Sun, 09 Sep 2001 18:41:54 +0100
9858              Message-Id: <200109091741.f89HfsM18534@crypt.compulink.co.uk>
9859      Branch: perl
9860            ! Porting/findvars ext/ByteLoader/bytecode.h
9861            ! ext/Thread/Thread.xs mg.c op.c perl.c perl.h pp_ctl.c sv.c
9862            ! t/run/kill_perl.t thrdvar.h toke.c util.c wince/perldll.def
9863 ____________________________________________________________________________
9864 [ 12026] By: gsar                                  on 2001/09/15  04:04:04
9865         Log: enable most warnings for windows build; fix the various typecasting
9866              nits that showed up (no bugfixes here)
9867      Branch: maint-5.6/perl
9868            ! av.c cop.h doop.c dump.c ext/Devel/Peek/Peek.xs
9869            ! ext/POSIX/POSIX.xs gv.c hv.c mg.c op.c perl.c perl.h perly.c
9870            ! perly.y pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c
9871            ! sv.c toke.c universal.c utf8.c util.c vms/perly_c.vms
9872            ! win32/perllib.c win32/win32.c win32/win32.h win32/win32sck.c
9873            ! x2p/walk.c
9874 ____________________________________________________________________________
9875 [ 12025] By: jhi                                   on 2001/09/14  22:22:58
9876         Log: Integrate change #12024 from maintperl
9877              (a local() precedence bug)
9878      Branch: perl
9879           !> lib/ExtUtils/Install.pm
9880 ____________________________________________________________________________
9881 [ 12024] By: gsar                                  on 2001/09/14  22:11:06
9882         Log: fix local() precedence bug in change#8311, came into maint-5.6 as
9883              change#8642
9884      Branch: maint-5.6/perl
9885            ! lib/ExtUtils/Install.pm
9886 ____________________________________________________________________________
9887 [ 12023] By: jhi                                   on 2001/09/14  15:04:16
9888         Log: Update Changes.
9889      Branch: perl
9890            ! Changes patchlevel.h
9891 ____________________________________________________________________________
9892 [ 12022] By: jhi                                   on 2001/09/14  14:49:52
9893         Log: Subject: Re: [ID 20010911.001] Not OK: perl v5.7.2 +DEVEL11978 on
9894              From: "chromatic" <chromatic@rmci.net>
9895              Date: Fri, 14 Sep 2001 09:44:57 -0600 
9896              Message-ID: <20010914154936.70059.qmail@onion.perl.org>
9897      Branch: perl
9898            ! lib/ExtUtils/Manifest.t
9899 ____________________________________________________________________________
9900 [ 12021] By: jhi                                   on 2001/09/14  14:46:36
9901         Log: Hopefully better skipping of the Complete.t tests
9902              in case of not a tty. 
9903      Branch: perl
9904            ! lib/Term/Complete.t t/op/stat.t
9905 ____________________________________________________________________________
9906 [ 12020] By: jhi                                   on 2001/09/14  14:10:44
9907         Log: Subject: [PATCH regexec.c] more jumpables, and hit-bit bug
9908              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
9909              Date: Fri, 14 Sep 2001 09:58:24 -0400 (EDT)
9910              Message-ID: <Pine.GSO.4.21.0109140955250.12393-100000@crusoe.crusoe.net>     
9911      Branch: perl
9912            ! regexec.c t/op/pat.t
9913 ____________________________________________________________________________
9914 [ 12019] By: jhi                                   on 2001/09/14  14:02:59
9915         Log: Subject: Re: unterminated C<...> at line 426 in file perlport.pod
9916              From: Robin Barker <rmb1@cise.npl.co.uk>
9917              Date: Fri, 14 Sep 2001 16:01:11 +0100 (BST)
9918              Message-Id: <200109141501.QAA13044@tempest.npl.co.uk>
9919      Branch: perl
9920            ! pod/perlport.pod
9921 ____________________________________________________________________________
9922 [ 12018] By: jhi                                   on 2001/09/14  13:55:56
9923         Log: NetWare tweaks from Ananth Kesari.
9924      Branch: perl
9925            ! NetWare/NWUtil.c NetWare/Nwmain.c NetWare/Nwpipe.c
9926            ! NetWare/nwutil.h
9927 ____________________________________________________________________________
9928 [ 12017] By: jhi                                   on 2001/09/14  13:50:08
9929         Log: Subject: unterminated C<...> at line 426 in file perlport.pod
9930              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
9931              Date: Fri, 14 Sep 2001 10:51:13 +0200
9932              Message-Id: <20010914103300.4B59.H.M.BRAND@hccnet.nl>
9933      Branch: perl
9934            ! pod/perlport.pod
9935 ____________________________________________________________________________
9936 [ 12016] By: jhi                                   on 2001/09/14  13:28:08
9937         Log: Subject: Re: [PATCH 2 pl2pm.PL]
9938              From: Joe Smith <Joe.Smith@inwap.com>
9939              Date: Fri, 14 Sep 2001 00:13:32 -0700
9940              Message-Id: <3BA1AE1C.64313CEE@inwap.com>                 
9941              
9942              Eradicate qu.
9943      Branch: perl
9944            ! keywords.h keywords.pl utils/pl2pm.PL
9945 ____________________________________________________________________________
9946 [ 12015] By: jhi                                   on 2001/09/14  02:38:23
9947         Log: Retract #12013, didn't go over too well in Tru64.
9948      Branch: perl
9949            ! embed.h embed.pl sv.h
9950 ____________________________________________________________________________
9951 [ 12014] By: jhi                                   on 2001/09/14  02:31:05
9952         Log: Subject: [PATCH] Execute files of debugger commands
9953              From: Peter Scott <Peter@PSDT.com>
9954              Date: Thu, 13 Sep 2001 15:26:31 -0700
9955              Message-Id: <4.3.2.7.2.20010913115845.00b22100@mail.webquarry.com>
9956      Branch: perl
9957            ! lib/perl5db.pl pod/perldebug.pod
9958 ____________________________________________________________________________
9959 [ 12013] By: jhi                                   on 2001/09/14  02:25:05
9960         Log: (Retracted by #12015)
9961              Subject: [proposed PATCH] Re: perl@11920
9962              From: Nicholas Clark <nick@ccl4.org>
9963              Date: Wed, 12 Sep 2001 23:46:09 +0100
9964              Message-ID: <20010912234609.H4971@plum.flirble.org>     
9965      Branch: perl
9966            ! embed.h embed.pl sv.h
9967 ____________________________________________________________________________
9968 [ 12012] By: jhi                                   on 2001/09/14  02:12:02
9969         Log: ucblib shouldn't be linked against in nonstop-ux,
9970              from Tom Bates.
9971      Branch: perl
9972            ! hints/nonstopux.sh
9973 ____________________________________________________________________________
9974 [ 12011] By: jhi                                   on 2001/09/13  12:54:51
9975         Log: Do stty only if we have stty.
9976              
9977              TODO: non-UNIX platforms.  Solaris and /usr/ucb/stty?
9978      Branch: perl
9979            ! lib/Term/Complete.pm
9980 ____________________________________________________________________________
9981 [ 12010] By: jhi                                   on 2001/09/13  12:44:28
9982         Log: Skip the test if not running on a tty.
9983      Branch: perl
9984            ! lib/Term/Complete.t
9985 ____________________________________________________________________________
9986 [ 12009] By: jhi                                   on 2001/09/13  12:01:56
9987         Log: Regen headers.
9988      Branch: perl
9989            ! embed.h opcode.h pod/perlapi.pod proto.h
9990 ____________________________________________________________________________
9991 [ 12008] By: jhi                                   on 2001/09/12  17:51:32
9992         Log: Subject: [PATCH op.c] Re: perl@12003
9993              From: Robin Barker <rmb1@cise.npl.co.uk>
9994              Date: Wed, 12 Sep 2001 19:00:38 +0100 (BST)
9995              Message-Id: <200109121800.TAA05256@tempest.npl.co.uk>
9996      Branch: perl
9997            ! op.c
9998 ____________________________________________________________________________
9999 [ 12007] By: jhi                                   on 2001/09/12  17:49:39
10000         Log: Subject: [PATCH sv.c] may be uninitialized warning forperl@12003
10001              From: Robin Barker <rmb1@cise.npl.co.uk>
10002              Date: Wed, 12 Sep 2001 19:00:31 +0100 (BST)
10003              Message-Id: <200109121800.TAA05250@tempest.npl.co.uk>
10004      Branch: perl
10005            ! sv.c
10006 ____________________________________________________________________________
10007 [ 12006] By: jhi                                   on 2001/09/12  17:41:49
10008         Log: Upgrade to Memoize 0.66.
10009      Branch: perl
10010            ! lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
10011            ! lib/Memoize/Expire.pm lib/Memoize/README lib/Memoize/TODO
10012            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
10013 ____________________________________________________________________________
10014 [ 12005] By: jhi                                   on 2001/09/12  13:14:59
10015         Log: Subject: [ID 20010912.007] substr reference core dump
10016              From: me-01@ton.iguana.be
10017              Date: 12 Sep 2001 14:11:16 -0000
10018              Message-Id: <20010912141116.6058.qmail@quasar.home.lunix>
10019      Branch: perl
10020            ! mg.c
10021 ____________________________________________________________________________
10022 [ 12004] By: ams                                   on 2001/09/12  01:13:49
10023         Log: Subject: [PATCH perlfaq4.pod] Deobfuscate Fisher-Yates example code
10024              From: Ilmari Karonen <iltzu@sci.fi>
10025              Date: Tue, 11 Sep 2001 23:31:25 +0300 (EET DST)
10026              Message-Id: <Pine.SOL.3.96.1010911231925.688A-100000@simpukka>
10027      Branch: perl
10028            ! pod/perlfaq4.pod
10029 ____________________________________________________________________________
10030 [ 12003] By: jhi                                   on 2001/09/11  13:02:37
10031         Log: Update Changes.
10032      Branch: perl
10033            ! Changes patchlevel.h
10034 ____________________________________________________________________________
10035 [ 12002] By: jhi                                   on 2001/09/11  11:50:48
10036         Log: NetWare update from Ananth Kesari.
10037      Branch: perl
10038            ! NetWare/NWUtil.c NetWare/Nwmain.c NetWare/Nwpipe.c
10039            ! NetWare/config.wc NetWare/config_H.wc NetWare/nwutil.h
10040 ____________________________________________________________________________
10041 [ 12001] By: jhi                                   on 2001/09/11  11:40:51
10042         Log: Retract #11984: div() being redefined, and 1397
10043              failing on 64-bit platforms.
10044      Branch: perl
10045            ! lib/Math/BigInt/Calc.pm
10046 ____________________________________________________________________________
10047 [ 12000] By: jhi                                   on 2001/09/11  11:19:07
10048         Log: Metaconfig unit change for #11999.
10049      Branch: metaconfig
10050            ! U/protos/d_lseekproto.U
10051 ____________________________________________________________________________
10052 [ 11999] By: jhi                                   on 2001/09/11  11:18:36
10053         Log: The lseek fix (#11991) was no fix.
10054      Branch: perl
10055            ! Configure
10056 ____________________________________________________________________________
10057 [ 11998] By: sky                                   on 2001/09/11  07:52:06
10058         Log: Subject: [PATCH] Encode.pm add UCS-2 little endian support
10059              From: Matt Sergeant <MSergeant@star.net.uk>
10060              Date: Tue, 11 Sep 2001 09:22:32 +0100
10061              Message-ID: <315E8A8BF9D1D411AD3D00508BB1B0C004B9003C@UKS040>
10062      Branch: perl
10063            ! ext/Encode/Encode.pm
10064 ____________________________________________________________________________
10065 [ 11997] By: sky                                   on 2001/09/11  06:35:29
10066         Log: Sometimes dTHX is added because it is needed on non 
10067              gnuc platforms, but not needed there. This uses GCC
10068              to silence GCC specific warnings by marking pTHX as 
10069              unused.
10070      Branch: perl
10071            ! perl.h
10072 ____________________________________________________________________________
10073 [ 11996] By: nick                                  on 2001/09/11  06:25:27
10074         Log: Integrate mainline
10075      Branch: perlio
10076            - ext/POSIX/sigaction.t lib/File/Find/taint.t
10077           !> lib/CGI/t/carp.t lib/Test/Simple/t/simple.t t/op/crypt.t
10078 ____________________________________________________________________________
10079 [ 11995] By: nick                                  on 2001/09/11  06:23:39
10080         Log: Part Integrate mainline
10081      Branch: perlio
10082           +> (branch 69 files)
10083            - ext/Cwd/Cwd.t ext/Fcntl/Fcntl.t ext/Fcntl/syslfs.t
10084            - ext/POSIX/POSIX.t lib/Attribute/Handlers/test.pl
10085            - lib/Env/array.t lib/Env/env.t lib/File/Find/find.t
10086            - lib/Filter/Simple/test.pl lib/Switch/t/given_when.t
10087            - lib/Switch/t/switch_case.t lib/Test/Harness.t
10088            - lib/Test/More/Changes lib/Test/More/t/More.t
10089            - lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
10090            - lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
10091            - lib/Text/Balanced.pod lib/Text/Balanced/t/genxt.t
10092            - lib/Text/Balanced/t/xbrak.t lib/Text/Balanced/t/xcode.t
10093            - lib/Text/Balanced/t/xdeli.t lib/Text/Balanced/t/xmult.t
10094            - lib/Text/Balanced/t/xquot.t lib/Text/Balanced/t/xtagg.t
10095            - lib/Text/Balanced/t/xvari.t objXSUB.h t/lib/MyFilter.pm
10096            - t/lib/Test/More/Catch.pm wince/perl.ico
10097           !> (integrate 197 files)
10098 ____________________________________________________________________________
10099 [ 11994] By: jhi                                   on 2001/09/11  03:12:44
10100         Log: Subject: Re: [PATCH] Encode.pm docs fix
10101              From: Gisle Aas <gisle@ActiveState.com>
10102              Date: 10 Sep 2001 11:27:02 -0700
10103              Message-ID: <lrwv363nrd.fsf@caliper.ActiveState.com>
10104      Branch: perl
10105            ! ext/Encode/Encode.pm
10106 ____________________________________________________________________________
10107 [ 11993] By: jhi                                   on 2001/09/11  02:27:25
10108         Log: Fix unpack U to be the reverse of pack U
10109              (but implement unpack U0U as a backdoor to get
10110              the UTF-8 malformed warnings from un-UTF-8 data)
10111      Branch: perl
10112            ! pod/perlunicode.pod pp_pack.c t/op/pack.t t/op/utf8decode.t
10113 ____________________________________________________________________________
10114 [ 11992] By: jhi                                   on 2001/09/11  00:14:24
10115         Log: Metaconfig unit change for #11991;
10116              delete an unused unit (d_strtoull.U is the one used)
10117      Branch: metaconfig
10118            ! U/protos/d_lseekproto.U
10119      Branch: metaconfig/U/perl
10120            - strtoull.U
10121 ____________________________________________________________________________
10122 [ 11991] By: jhi                                   on 2001/09/11  00:14:01
10123         Log: Subject: [PATCH] Configure not recording lseek proto
10124              From: Blair Zajac <blair@orcaware.com>
10125              Date: Mon, 10 Sep 2001 17:52:37 -0700
10126              Message-ID: <3B9D6055.BA334A31@orcaware.com>
10127              
10128              plus regen Configure.
10129      Branch: perl
10130            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
10131            ! config_h.SH uconfig.h
10132 ____________________________________________________________________________
10133 [ 11990] By: jhi                                   on 2001/09/10  23:59:25
10134         Log: Subject: [PATCH] Re: the remaining bugs in \x escapes (was Re: [PATCH] oct and hex in glorious 64 bit (with less bugs) (was Re: hex and oct again (was Re: FreeBSD MD5 crypt? Re: crypt/hex/oct and Unicode?)))                  
10135              From: Nicholas Clark <nick@ccl4.org>
10136              Date: Tue, 11 Sep 2001 00:00:31 +0100
10137              Message-ID: <20010911000031.G1512@plum.flirble.org>
10138      Branch: perl
10139            + t/op/qq.t
10140            ! MANIFEST numeric.c perl.h regcomp.c t/op/pat.t toke.c
10141 ____________________________________________________________________________
10142 [ 11989] By: jhi                                   on 2001/09/10  23:31:45
10143         Log: Subject: [PATCH] Building on win32 w/o perlio
10144              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
10145              Date: Mon, 10 Sep 2001 23:38:46 +0200
10146              Message-ID: <3B9D4F06.14433.2C37644@localhost>
10147      Branch: perl
10148            ! perl.c win32/Makefile win32/makefile.mk
10149 ____________________________________________________________________________
10150 [ 11988] By: jhi                                   on 2001/09/10  23:26:40
10151         Log: Subject: [PATCH MANIFEST lib/CGI/t/push.t] New Test for CGI::Push
10152              From: "chromatic" <chromatic@rmci.net>
10153              Date: Mon, 10 Sep 2001 15:14:01 -0600
10154              Message-ID: <20010910211833.30177.qmail@onion.perl.org>
10155      Branch: perl
10156            + lib/CGI/t/push.t
10157            ! MANIFEST
10158 ____________________________________________________________________________
10159 [ 11987] By: jhi                                   on 2001/09/10  23:24:11
10160         Log: Subject: avoiding hoardes of zombies
10161              From: Nicholas Clark <nick@ccl4.org>
10162              Date: Mon, 10 Sep 2001 22:00:40 +0100
10163              Message-ID: <20010910220040.C1512@plum.flirble.org>
10164      Branch: perl
10165            ! pod/perlipc.pod
10166 ____________________________________________________________________________
10167 [ 11986] By: jhi                                   on 2001/09/10  23:22:10
10168         Log: Subject: PATCH Resubmission  - was Re: [ID 20010902.001] v strings over 2*31 barf
10169              From: John Peacock <jpeacock@rowman.com>
10170              Date: Mon, 10 Sep 2001 16:34:30 -0400
10171              Message-ID: <3B9D23D6.90BCCC25@rowman.com>
10172      Branch: perl
10173            ! sv.c t/op/ver.t utf8.h
10174 ____________________________________________________________________________
10175 [ 11985] By: ams                                   on 2001/09/10  23:20:13
10176         Log: Typo fixed by Blair Zajac in <3B9D284C.23B8D20B@orcaware.com>.
10177      Branch: perl
10178            ! MANIFEST
10179 ____________________________________________________________________________
10180 [ 11984] By: jhi                                   on 2001/09/10  23:09:31
10181         Log: (Retracted by #12001)
10182              Subject: Calc with USE_MUL/USE_DIV
10183              From: Tels <perl_dummy@bloodgate.com>
10184              Date: Fri, 07 Sep 2001 18:52:08 +0200 (CEST)
10185              Message-Id: <200109071651.TAA11249@tiku.hut.fi>
10186      Branch: perl
10187            ! lib/Math/BigInt/Calc.pm
10188 ____________________________________________________________________________
10189 [ 11983] By: jhi                                   on 2001/09/10  22:37:14
10190         Log: Subject: [PATCH op.c] Re: perl@11978
10191              From: Robin Barker <rmb1@cise.npl.co.uk>
10192              Date: Mon, 10 Sep 2001 18:58:01 +0100 (BST)
10193              Message-Id: <200109101758.SAA07670@tempest.npl.co.uk>
10194              
10195              Format errors.
10196      Branch: perl
10197            ! op.c
10198 ____________________________________________________________________________
10199 [ 11982] By: jhi                                   on 2001/09/10  22:35:57
10200         Log: Switch PADOFFSET back to U32 both because of binary backward
10201              compatibility and because Arthur seems to have been fixing the
10202              problems with naughty integer-pointer casting.
10203      Branch: perl
10204            ! op.h
10205 ____________________________________________________________________________
10206 [ 11981] By: ams                                   on 2001/09/10  16:31:43
10207         Log: Subject: [PATCH MANIFEST, lib/ExtUtils/Command.pm, lib/ExtUtils/Command.t]
10208              Fix Pod Typo, Add Test for ExtUtils::Command
10209              From: "chromatic" <chromatic@rmci.net>
10210              Date: Mon, 10 Sep 2001 11:20:56 -0600
10211              Message-Id: <20010910172528.54160.qmail@onion.perl.org>
10212      Branch: perl
10213            + lib/ExtUtils/Command.t
10214            ! MANIFEST lib/ExtUtils/Command.pm
10215 ____________________________________________________________________________
10216 [ 11980] By: jhi                                   on 2001/09/10  13:29:35
10217         Log: Subject: [PATCH] Encode.pm docs fix
10218              From: Matt Sergeant <MSergeant@star.net.uk>
10219              Date: Mon, 10 Sep 2001 15:24:01 +0100
10220              Message-ID: <315E8A8BF9D1D411AD3D00508BB1B0C004B90035@UKS040>     
10221      Branch: perl
10222            ! ext/Encode/Encode.pm
10223 ____________________________________________________________________________
10224 [ 11979] By: jhi                                   on 2001/09/10  13:17:48
10225         Log: Update Changes.
10226      Branch: perl
10227            ! Changes patchlevel.h
10228 ____________________________________________________________________________
10229 [ 11978] By: jhi                                   on 2001/09/10  12:59:40
10230         Log: Revert #11973, the dTHX seems to be needed in there
10231              for threaded builds.
10232      Branch: perl
10233            ! perlio.c
10234 ____________________________________________________________________________
10235 [ 11977] By: jhi                                   on 2001/09/10  12:55:47
10236         Log: Detypo.
10237      Branch: perl
10238            ! pod/perlguts.pod
10239 ____________________________________________________________________________
10240 [ 11976] By: jhi                                   on 2001/09/10  12:46:34
10241         Log: Further Class::Struct patching from Damian.
10242              
10243              The new new semantics are:
10244              
10245              * If you pass an initializer for a nested object, it has to be:
10246              a) a reference to an object of that class, or      
10247              b) a reference to an object of a subclass of that class, or
10248              c) a reference to a hash of arguments to be passed to the
10249              class's constructor
10250              * If you pass no initializer for a nested object, the attribute
10251              is initialized to C<undef>
10252      Branch: perl
10253            ! lib/Class/Struct.pm
10254 ____________________________________________________________________________
10255 [ 11975] By: jhi                                   on 2001/09/10  12:42:24
10256         Log: Skip the crypt test if no crypt.
10257      Branch: perl
10258            ! t/op/crypt.t
10259 ____________________________________________________________________________
10260 [ 11974] By: jhi                                   on 2001/09/10  12:39:25
10261         Log: Warn against using bare v-strings as IP addresses
10262              (okay if using the wrappers from Socket)
10263      Branch: perl
10264            ! pod/perldata.pod pod/perlport.pod
10265 ____________________________________________________________________________
10266 [ 11973] By: sky                                   on 2001/09/10  11:57:58
10267         Log: Remove unused dTHX. Silenced another warning.
10268      Branch: perl
10269            ! perlio.c
10270 ____________________________________________________________________________
10271 [ 11972] By: sky                                   on 2001/09/10  11:54:25
10272         Log: Silence some more warnings INT2PTR.
10273      Branch: perl
10274            ! pp.c pp_ctl.c sharedsv.c sv.c taint.c
10275 ____________________________________________________________________________
10276 [ 11971] By: sky                                   on 2001/09/10  11:21:50
10277         Log: Silence another ITHREAD 64bit INT/32bit PTR warning.
10278      Branch: perl
10279            ! cop.h
10280 ____________________________________________________________________________
10281 [ 11970] By: sky                                   on 2001/09/10  11:17:25
10282         Log: Apply INT2PTR with force to silence warnings from
10283              PM_GETRE and friends. No more warnings with 64bit 
10284              IVs and 32bit pointers.    
10285      Branch: perl
10286            ! op.c op.h perl.c
10287 ____________________________________________________________________________
10288 [ 11969] By: sky                                   on 2001/09/10  10:13:02
10289         Log: Removed reference of -DPERL_CUSTOM_OPS in the documentation.
10290      Branch: perl
10291            ! pod/perlguts.pod
10292 ____________________________________________________________________________
10293 [ 11968] By: sky                                   on 2001/09/10  10:02:51
10294         Log: Remove #ifdef PERL_CUSTOM_OPS, always build with PERL_CUSTOM_OPS
10295              Rename to custop_op_name to Perl_custom_op_name to match perlapi
10296              Clone the hashtable PL_custom_op_names and PL_custop_op_descs in 
10297              perl_clone.
10298      Branch: perl
10299            ! embed.pl intrpvar.h makedef.pl op.c opcode.pl sv.c
10300 ____________________________________________________________________________
10301 [ 11967] By: jhi                                   on 2001/09/10  03:14:35
10302         Log: Using strlen() not good on embedded nul bytes.
10303      Branch: perl
10304            ! regcomp.c
10305 ____________________________________________________________________________
10306 [ 11966] By: ams                                   on 2001/09/09  21:06:13
10307         Log: Subject: Re: [ID 20010810.011] 'use v2b' not allowed with strict
10308              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10309              Date: Mon, 13 Aug 2001 22:51:59 +0200
10310              Message-ID: <20010813225159.C6681@rafael>
10311              (Applied with several tweaks.)
10312      Branch: perl
10313            ! embed.h embed.pl proto.h toke.c
10314 ____________________________________________________________________________
10315 [ 11965] By: jhi                                   on 2001/09/09  14:40:39
10316         Log: The exact error message is system-dependent.
10317      Branch: perl
10318            ! lib/ExtUtils/Manifest.t
10319 ____________________________________________________________________________
10320 [ 11964] By: jhi                                   on 2001/09/09  14:38:05
10321         Log: Add Windows and Mac Sami support to Encode
10322              (http://www.egt.ie/standards/se/sami-teastabaiki.html)
10323      Branch: perl
10324            + ext/Encode/Encode/isoir-197.enc ext/Encode/Encode/macSami.enc
10325            ! MANIFEST
10326 ____________________________________________________________________________
10327 [ 11963] By: jhi                                   on 2001/09/09  13:54:07
10328         Log: Use the tried method.
10329      Branch: perl
10330            ! pod/perlport.pod
10331 ____________________________________________________________________________
10332 [ 11962] By: jhi                                   on 2001/09/09  13:46:59
10333         Log: Can't count parentheses.
10334      Branch: perl
10335            ! ext/IO/lib/IO/Socket/INET.pm
10336 ____________________________________________________________________________
10337 [ 11961] By: jhi                                   on 2001/09/09  13:34:12
10338         Log: perlport additions: 1 while unlink, add/delete directory
10339              entries and permissions, cygwin stat funkiness (from Michael
10340              Schwern and Nicholas Clark)
10341      Branch: perl
10342            ! pod/perlport.pod
10343 ____________________________________________________________________________
10344 [ 11960] By: jhi                                   on 2001/09/09  13:19:12
10345         Log: blib does have a detectable test.
10346      Branch: perl
10347            ! t/lib/1_compile.t
10348 ____________________________________________________________________________
10349 [ 11959] By: jhi                                   on 2001/09/09  13:16:43
10350         Log: Subject: [PATCH MANIFEST, lib/Term/Complete.t] Add Test for Term::Complete
10351              From: "chromatic" <chromatic@rmci.net>
10352              Date: Sat, 08 Sep 2001 19:33:42 -0600
10353              Message-ID: <20010909013810.11522.qmail@onion.perl.org>
10354      Branch: perl
10355            + lib/Term/Complete.t
10356            ! MANIFEST
10357 ____________________________________________________________________________
10358 [ 11958] By: jhi                                   on 2001/09/09  13:09:02
10359         Log: Subject: [PATCH MANIFEST lib/Test/Tutorial.pod] Test::Tutorial?
10360              From: Michael G Schwern <schwern@pobox.com> 
10361              Date: Sat, 8 Sep 2001 02:40:26 -0400
10362              Message-ID: <20010908024026.A26283@blackrider>
10363      Branch: perl
10364            + lib/Test/Tutorial.pod
10365            ! MANIFEST
10366 ____________________________________________________________________________
10367 [ 11957] By: jhi                                   on 2001/09/09  13:03:33
10368         Log: Try to look up protocol (by name) only iff it has non-numbers:
10369              nice if the server is in a chrooted environment (no /etc/protocols,
10370              server code using hardcorded protocol numbers like 6 for tcp),
10371              suggested by John Holdsworth <coldwave@bigfoot.com>.
10372              In other words, if we are given a number, why look it up again
10373              (by number)?
10374      Branch: perl
10375            ! ext/IO/lib/IO/Socket/INET.pm
10376 ____________________________________________________________________________
10377 [ 11956] By: jhi                                   on 2001/09/09  12:53:12
10378         Log: Subject: [PATCH regcomp.c] zero-width assertions CAN be ?'d
10379              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
10380              Date: Sat, 8 Sep 2001 15:42:30 -0400 (EDT) 
10381              Message-ID: <Pine.GSO.4.21.0109081535480.24489-100000@crusoe.crusoe.net>
10382              
10383              Subject: Re: [PATCH t/op/misc.t] regcomp.c patch broke test 
10384              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
10385              Date: Sat, 8 Sep 2001 18:33:12 -0400 (EDT)
10386              Message-ID: <Pine.GSO.4.21.0109081832030.24489-100000@crusoe.crusoe.net>
10387              Subject: [PATCH t/lib/warnings/regcomp] (?=...)? gives no warning now
10388              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
10389              Date: Sat, 8 Sep 2001 18:37:22 -0400 (EDT)
10390              Message-ID: <Pine.GSO.4.21.0109081835340.24489-100000@crusoe.crusoe.net>
10391      Branch: perl
10392            ! regcomp.c t/lib/warnings/regcomp t/run/kill_perl.t
10393 ____________________________________________________________________________
10394 [ 11955] By: ams                                   on 2001/09/09  02:54:21
10395         Log: Subject: Re: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm
10396              From: "Craig A. Berry" <craigberry@mac.com>
10397              Date: Sat, 08 Sep 2001 19:02:16 -0500
10398              Message-Id: <5.1.0.14.0.20010908185936.01aadcc0@mail.mac.com>
10399      Branch: perl
10400            ! lib/CGI/t/carp.t
10401 ____________________________________________________________________________
10402 [ 11954] By: jhi                                   on 2001/09/09  02:30:39
10403         Log: Documentation tweaks; think the IP address as an opaque string.
10404      Branch: perl
10405            ! ext/Socket/Socket.pm
10406 ____________________________________________________________________________
10407 [ 11953] By: jhi                                   on 2001/09/09  00:32:05
10408         Log: Subject: [REPATCH] Re: [PATCH] new test lib/blib.t
10409              From: Michael G Schwern <schwern@pobox.com>
10410              Date: Sat, 8 Sep 2001 19:45:46 -0400
10411              Message-ID: <20010908194546.C9193@blackrider>
10412      Branch: perl
10413            + lib/blib.t
10414            ! MANIFEST lib/blib.pm t/lib/1_compile.t
10415 ____________________________________________________________________________
10416 [ 11952] By: jhi                                   on 2001/09/09  00:27:15
10417         Log: Subject: [PATCH MANIFEST, lib/CGI/t/fast.t] Added Test for CGI::Fast
10418              From: "chromatic" <chromatic@rmci.net>
10419              Date: Sat, 08 Sep 2001 12:31:44 -0600
10420              Message-ID: <20010908183612.49960.qmail@onion.perl.org>
10421      Branch: perl
10422            + lib/CGI/t/fast.t
10423            ! MANIFEST
10424 ____________________________________________________________________________
10425 [ 11951] By: jhi                                   on 2001/09/09  00:24:07
10426         Log: The Socket tests were wrong: they were assuming too much.
10427      Branch: perl
10428            ! ext/Socket/Socket.pm ext/Socket/Socket.t ext/Socket/Socket.xs
10429 ____________________________________________________________________________
10430 [ 11950] By: jhi                                   on 2001/09/08  20:09:07
10431         Log: Retract the portability changes since they
10432              seem to have opened a can of worms... will
10433              go back to UNICOS/mk and do the bare minimum
10434              required to get the tests working.
10435      Branch: perl
10436            ! ext/Socket/Socket.xs
10437 ____________________________________________________________________________
10438 [ 11949] By: jhi                                   on 2001/09/08  19:48:20
10439         Log: PADOFFSET is used to cast pointers into integers,
10440              if pointers are 64 bits and U32 32 bits,
10441              bad things may happen, or at least warnings issued.
10442      Branch: perl
10443            ! op.h
10444 ____________________________________________________________________________
10445 [ 11948] By: jhi                                   on 2001/09/08  18:50:07
10446         Log: Still more Socket portability tweaking.
10447              Now Socket.t seems to be happy in all of
10448              Linux/x86, Tru64/alpha, Solaris/sparc,
10449              IRIX/MIPS (both 32-bit and 64-bit), and UNICOS/mk/alpha.
10450              
10451              Addendum: it seems that io_multihomed, io_sock, and hostent
10452              were broken in little-endians (linux/x86 and tru64/alpha)
10453              because of this change.  Argh.
10454      Branch: perl
10455            ! ext/Socket/Socket.xs
10456 ____________________________________________________________________________
10457 [ 11947] By: jhi                                   on 2001/09/08  17:23:23
10458         Log: More portability kicking on inet_ntoa().
10459      Branch: perl
10460            ! ext/Socket/Socket.xs
10461 ____________________________________________________________________________
10462 [ 11946] By: jhi                                   on 2001/09/08  15:09:58
10463         Log: Subject: [REPATCH] Re: [PATCH MANIFEST, lib/ExtUtils/Manifest.t] Another New Test
10464              From: Michael G Schwern <schwern@pobox.com> 
10465              Date: Fri, 7 Sep 2001 23:06:51 -0400
10466              Message-ID: <20010907230651.R606@blackrider>
10467      Branch: perl
10468            + lib/ExtUtils/Manifest.t
10469            ! MANIFEST lib/ExtUtils/MM_Unix.pm lib/ExtUtils/Manifest.pm
10470 ____________________________________________________________________________
10471 [ 11945] By: jhi                                   on 2001/09/08  14:49:15
10472         Log: Subject: Re: [PATCH MANIFEST, lib/ExtUtils/testlib.t] More Tests
10473              From: "chromatic" <chromatic@rmci.net>
10474              Date: Fri, 07 Sep 2001 17:53:15 -0600      
10475              Message-ID: <20010907235740.80566.qmail@onion.perl.org>              
10476      Branch: perl
10477            + lib/ExtUtils/testlib.t
10478            ! MANIFEST
10479 ____________________________________________________________________________
10480 [ 11944] By: jhi                                   on 2001/09/07  22:57:00
10481         Log: Thinko.
10482      Branch: perl
10483            ! lib/integer.t
10484 ____________________________________________________________________________
10485 [ 11943] By: jhi                                   on 2001/09/07  20:34:55
10486         Log: Subject: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm
10487              From: "Craig A. Berry" <craigberry@mac.com>
10488              Date: Fri, 07 Sep 2001 15:30:03 -0500
10489              Message-Id: <5.1.0.14.0.20010907142644.03700c38@exchi01>
10490      Branch: perl
10491            ! lib/CGI/Carp.pm
10492 ____________________________________________________________________________
10493 [ 11942] By: jhi                                   on 2001/09/07  20:30:43
10494         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm] (was Re: MakeMaker: MM_Unix rule excluding pods)
10495              From: Michael G Schwern <schwern@pobox.com>
10496              Date: Fri, 7 Sep 2001 15:38:13 -0400
10497              Message-ID: <20010907153813.K606@blackrider>
10498      Branch: perl
10499            ! lib/ExtUtils/MM_Unix.pm
10500 ____________________________________________________________________________
10501 [ 11941] By: jhi                                   on 2001/09/07  20:28:24
10502         Log: Subject: [PATCH perl.h mg.c pp_sys.c] Silence the remaing format warning
10503              From: Robin Barker <rmb1@cise.npl.co.uk>
10504              Date: Fri, 7 Sep 2001 18:28:23 +0100 (BST)
10505              Message-Id: <200109071728.SAA13569@tempest.npl.co.uk>
10506      Branch: perl
10507            ! Porting/pumpkin.pod mg.c perl.h pp_sys.c
10508 ____________________________________________________________________________
10509 [ 11940] By: jhi                                   on 2001/09/07  20:26:29
10510         Log: Clean up 1_compile.t; move tests to more consistent
10511              places (t/ subdirectories); add integer.t (much of
10512              the pragma is tested elsewhere but there is no one
10513              centralized place)
10514      Branch: perl
10515            + ext/Fcntl/t/fcntl.t ext/Fcntl/t/syslfs.t ext/POSIX/t/posix.t
10516            + ext/POSIX/t/sigaction.t lib/Env/t/array.t lib/Env/t/env.t
10517            + lib/File/Find/t/find.t lib/File/Find/t/taint.t lib/integer.t
10518            - ext/Fcntl/Fcntl.t ext/Fcntl/syslfs.t ext/POSIX/POSIX.t
10519            - ext/POSIX/sigaction.t lib/Env/array.t lib/Env/env.t
10520            - lib/File/Find/find.t lib/File/Find/taint.t
10521            ! MANIFEST t/lib/1_compile.t t/op/lfs.t
10522 ____________________________________________________________________________
10523 [ 11939] By: jhi                                   on 2001/09/07  17:25:32
10524         Log: Subject: Re: [PATCH lib/File/Find/taint.t] Use Test::More
10525              From: "chromatic" <chromatic@rmci.net>
10526              Date: Fri, 07 Sep 2001 10:17:40 -0600
10527              Message-ID: <20010907162205.84723.qmail@onion.perl.org>
10528      Branch: perl
10529            ! lib/File/Find/taint.t
10530 ____________________________________________________________________________
10531 [ 11938] By: jhi                                   on 2001/09/07  14:04:43
10532         Log: Update Changes.
10533      Branch: perl
10534            ! Changes patchlevel.h
10535 ____________________________________________________________________________
10536 [ 11937] By: jhi                                   on 2001/09/07  13:52:03
10537         Log: Rename the old threading tutorial, start a new one,
10538              regen toc.
10539      Branch: perl
10540            + pod/perlothrtut.pod
10541            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlthrtut.pod
10542            ! pod/perltoc.pod
10543 ____________________________________________________________________________
10544 [ 11936] By: jhi                                   on 2001/09/07  13:05:48
10545         Log: vars very much has a test.
10546      Branch: perl
10547            ! t/lib/1_compile.t
10548 ____________________________________________________________________________
10549 [ 11935] By: jhi                                   on 2001/09/07  12:52:06
10550         Log: Subject: Re: wince/perl.ico marked as binary
10551              From: Nicholas Clark <nick@ccl4.org>
10552              Date: Fri, 7 Sep 2001 13:54:40 +0100
10553              Message-ID: <20010907135439.D39150@plum.flirble.org>
10554              
10555              and wince/Makefile.ce change from Rainer Keuchel.
10556      Branch: perl
10557            + wince/makeico.pl
10558            ! MANIFEST wince/Makefile.ce
10559 ____________________________________________________________________________
10560 [ 11934] By: jhi                                   on 2001/09/07  12:43:50
10561         Log: Subject: Re: [PATCH regexec.c] more general .* and .*?
10562              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
10563              Date: Fri, 7 Sep 2001 09:41:10 -0400 (EDT)
10564              Message-ID: <Pine.GSO.4.21.0109070933530.7041-100000@crusoe.crusoe.net>
10565      Branch: perl
10566            ! regexec.c
10567 ____________________________________________________________________________
10568 [ 11933] By: jhi                                   on 2001/09/07  12:37:46
10569         Log: (Replaced by #11934)
10570              Subject: Re: [PATCH regexec.c] more general .* and .*?
10571              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
10572              Date: Fri, 7 Sep 2001 08:44:17 -0400 (EDT)
10573              Message-ID: <Pine.GSO.4.21.0109070836110.7041-100000@crusoe.crusoe.net>
10574      Branch: perl
10575            ! regexec.c
10576 ____________________________________________________________________________
10577 [ 11932] By: jhi                                   on 2001/09/07  12:27:14
10578         Log: The #11931 patching misbehaved.
10579      Branch: perl
10580            ! lib/Test/Harness/t/test-harness.t
10581 ____________________________________________________________________________
10582 [ 11931] By: jhi                                   on 2001/09/07  12:21:30
10583         Log: Subject: [PATCH lib/Test/Harness* t/TEST] Test::Harness 1.25 sync
10584              From: Michael G Schwern <schwern@pobox.com>
10585              Date: Fri, 7 Sep 2001 03:30:41 -0400
10586              Message-ID: <20010907033041.A2796@blackrider>
10587      Branch: perl
10588            + lib/Test/Harness/Changes lib/Test/Harness/t/base.t
10589            + lib/Test/Harness/t/ok.t lib/Test/Harness/t/test-harness.t
10590            + t/lib/sample-tests/header_at_end_fail
10591            + t/lib/sample-tests/skip_no_msg t/lib/sample-tests/todo_inline
10592            - lib/Test/Harness.t
10593            ! MANIFEST lib/Test/Harness.pm t/TEST
10594 ____________________________________________________________________________
10595 [ 11930] By: jhi                                   on 2001/09/07  11:59:17
10596         Log: Subject: [PATCH] Digest::MD5 update
10597              From: Gisle Aas <gisle@ActiveState.com>
10598              Date: 06 Sep 2001 23:32:56 -0700
10599              Message-ID: <lrofon5x47.fsf@caliper.ActiveState.com>
10600      Branch: perl
10601            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
10602            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
10603 ____________________________________________________________________________
10604 [ 11929] By: jhi                                   on 2001/09/07  11:23:05
10605         Log: Subject: [PATCH MANIFEST, lib/less.t] Add Tests for the less Pragma
10606              From: "chromatic" <chromatic@rmci.net>
10607              Date: Thu, 06 Sep 2001 23:11:44 -0600
10608              Message-ID: <20010907051609.91459.qmail@onion.perl.org>
10609      Branch: perl
10610            + lib/less.t
10611            ! MANIFEST t/lib/1_compile.t
10612 ____________________________________________________________________________
10613 [ 11928] By: jhi                                   on 2001/09/07  11:19:29
10614         Log: The binary file must somehow differently stored.
10615      Branch: perl
10616            - wince/perl.ico
10617            ! MANIFEST
10618 ____________________________________________________________________________
10619 [ 11927] By: jhi                                   on 2001/09/07  03:53:29
10620         Log: Add more modules to the list of modules that have tests,
10621              Schwern's wallet is getting more nervous.
10622              (Run t/lib/1_compile.t manually to see which modules
10623              are lacking tests, or the tests can't be run for some
10624              reason or another, such as the Net:: modules)
10625      Branch: perl
10626            ! t/lib/1_compile.t
10627 ____________________________________________________________________________
10628 [ 11926] By: jhi                                   on 2001/09/07  03:43:11
10629         Log: Try to make Socket::inet_ntoa() more robust.
10630      Branch: perl
10631            ! ext/Socket/Socket.t ext/Socket/Socket.xs pod/perldiag.pod
10632 ____________________________________________________________________________
10633 [ 11925] By: jhi                                   on 2001/09/07  01:57:58
10634         Log: Subject: Re: [PATCH lib/English.t] Test All Aliases (including %Errno)
10635              From: chromatic <chromatic@rmci.net>       
10636              Date: Wed, 5 Sep 2001 22:58:05 -0600                         
10637              Message-Id: <01090522580506.19590@firewheel>           
10638      Branch: perl
10639            ! lib/English.t
10640 ____________________________________________________________________________
10641 [ 11924] By: jhi                                   on 2001/09/07  01:55:05
10642         Log: Subject: Re: perlvar manpage and localizing special vars
10643              From: Stas Bekman <stas@stason.org>
10644              Date: Fri, 7 Sep 2001 10:10:24 +0800 (SGT)
10645              Message-ID: <Pine.LNX.4.33.0109071009240.19262-100000@stas.singnet.com.sg>
10646      Branch: perl
10647            ! pod/perlvar.pod
10648 ____________________________________________________________________________
10649 [ 11923] By: jhi                                   on 2001/09/07  01:49:36
10650         Log: Subject: [PATCH MakeMaker.pm] noise from make in ext/SDBM
10651              From: Robin Barker <rmb1@cise.npl.co.uk>
10652              Date: Thu, 6 Sep 2001 19:36:49 +0100 (BST)
10653              Message-Id: <200109061836.TAA08747@tempest.npl.co.uk>
10654      Branch: perl
10655            ! lib/ExtUtils/MakeMaker.pm
10656 ____________________________________________________________________________
10657 [ 11922] By: jhi                                   on 2001/09/06  18:09:08
10658         Log: Symbol missing; AIX unhappy.
10659      Branch: perl
10660            ! makedef.pl
10661 ____________________________________________________________________________
10662 [ 11921] By: jhi                                   on 2001/09/06  17:52:43
10663         Log: Add a test for [ID 20010906.019] perl crashes on "undef foo"
10664              Reported in 5.61, seems to work okay in blead.
10665      Branch: perl
10666            ! t/run/kill_perl.t
10667 ____________________________________________________________________________
10668 [ 11920] By: jhi                                   on 2001/09/06  14:35:09
10669         Log: Update Changes.
10670      Branch: perl
10671            ! Changes patchlevel.h
10672 ____________________________________________________________________________
10673 [ 11919] By: jhi                                   on 2001/09/06  14:20:10
10674         Log: Document the bad assumptions currently breaking
10675              the Socket.t tests 10, 11, and 13 in UNICOS.
10676      Branch: perl
10677            ! ext/Socket/Socket.xs
10678 ____________________________________________________________________________
10679 [ 11918] By: jhi                                   on 2001/09/06  14:07:45
10680         Log: Subject: [PATCH x2p] make OPTIMIZE=...
10681              From: Robin Barker <rmb1@cise.npl.co.uk>
10682              Date: Thu, 6 Sep 2001 13:31:37 +0100 (BST)
10683              Message-Id: <200109061231.NAA25265@tempest.npl.co.uk>
10684      Branch: perl
10685            ! x2p/Makefile.SH x2p/cflags.SH
10686 ____________________________________________________________________________
10687 [ 11917] By: jhi                                   on 2001/09/06  14:01:45
10688         Log: Subject: [PATCH] for perlhack.pod - no p5p archive on deja/google
10689              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
10690              Date: Thu, 6 Sep 2001 11:09:40 +0100
10691              Message-ID: <20010906110939.A914@homer.diplex.co.uk>
10692              
10693              Subject: Re: [PATCH] for perlhack.pod - no p5p archive on deja/google    
10694              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
10695              Date: 6 Sep 2001 10:14:38 -0000
10696              Message-Id: <slrn9pej4m.1j8.rgarciasuarez@rafael.kazibao.net>   
10697      Branch: perl
10698            ! pod/perlfaq1.pod pod/perlhack.pod
10699 ____________________________________________________________________________
10700 [ 11916] By: jhi                                   on 2001/09/06  13:56:19
10701         Log: Subject: Extra NUL is Data::Dumper output - patch
10702              From: Tony Cook <tony@develop-help.com>
10703              Date: Thu, 6 Sep 2001 12:35:49 +1000 (EST)
10704              Message-ID: <Pine.LNX.4.10.10109061157210.9366-100000@develop-help.com>
10705      Branch: perl
10706            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
10707 ____________________________________________________________________________
10708 [ 11915] By: jhi                                   on 2001/09/06  13:51:16
10709         Log: Avoid redefinition warning
10710              Subroutine Cwd::fastcwd redefined at lib/XSLoader.pm line 97.
10711              from
10712              perl -w -Ilib -MCwd -e ''
10713      Branch: perl
10714            ! lib/Cwd.pm
10715 ____________________________________________________________________________
10716 [ 11914] By: jhi                                   on 2001/09/06  13:30:32
10717         Log: Update the is_tainted() example implementation.
10718      Branch: perl
10719            ! pod/perlsec.pod
10720 ____________________________________________________________________________
10721 [ 11913] By: jhi                                   on 2001/09/06  13:15:59
10722         Log: Missing) in #11912.
10723      Branch: perl
10724            ! lib/Test/Simple/t/fail.t
10725 ____________________________________________________________________________
10726 [ 11912] By: jhi                                   on 2001/09/06  13:08:48
10727         Log: Rewhack Test-Simple into core harness.
10728      Branch: perl
10729            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
10730            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
10731            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
10732            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
10733            ! lib/Test/Simple/t/skipall.t
10734 ____________________________________________________________________________
10735 [ 11911] By: jhi                                   on 2001/09/06  11:54:06
10736         Log: Workaround for the new Exporter 'feature'.
10737      Branch: perl
10738            ! lib/Test/More.pm
10739 ____________________________________________________________________________
10740 [ 11910] By: jhi                                   on 2001/09/06  11:52:56
10741         Log: Re-introduce pure-Perl fall-back for abs_path,
10742              re-introduce #11898.
10743      Branch: perl
10744            ! lib/Cwd.pm lib/File/Find.pm
10745 ____________________________________________________________________________
10746 [ 11909] By: jhi                                   on 2001/09/06  03:49:13
10747         Log: More tests.
10748      Branch: perl
10749            ! lib/Exporter.t
10750 ____________________________________________________________________________
10751 [ 11908] By: jhi                                   on 2001/09/06  03:38:22
10752         Log: Retract #11898 for now because it introduces
10753              a rather nasty depencency: when B is being built,
10754              MakeMaker is used.  MakeMaker uses File::Find.
10755              File::Find uses Cwd::getcwd()...which doesn't
10756              exist yet.
10757      Branch: perl
10758            ! lib/File/Find.pm
10759 ____________________________________________________________________________
10760 [ 11907] By: jhi                                   on 2001/09/06  03:20:02
10761         Log: New test welcome.
10762      Branch: perl
10763            + lib/Test/Simple/t/simple.t
10764 ____________________________________________________________________________
10765 [ 11906] By: jhi                                   on 2001/09/06  03:08:01
10766         Log: Old test begone.
10767      Branch: perl
10768            - lib/Attribute/Handlers/test.pl
10769 ____________________________________________________________________________
10770 [ 11905] By: jhi                                   on 2001/09/06  01:41:03
10771         Log: Test-Simple syncup from Schwern.
10772      Branch: perl
10773            + lib/Test/Simple/t/More.t lib/Test/Simple/t/fail-like.t
10774            + lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/skip.t
10775            + lib/Test/Simple/t/skipall.t lib/Test/Simple/t/todo.t
10776            + lib/Test/Simple/t/undef.t lib/Test/Simple/t/useing.t
10777            + lib/Test/Utils.pm t/lib/Test/Simple/Catch/More.pm
10778            - lib/Test/More/Changes lib/Test/More/t/More.t
10779            - lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
10780            - lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
10781            - lib/Test/Simple/t/simple.t t/lib/Test/More/Catch.pm
10782            ! MANIFEST lib/Test/More.pm lib/Test/Simple.pm
10783            ! lib/Test/Simple/Changes lib/Test/Simple/t/exit.t
10784            ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
10785            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
10786            ! lib/Test/Simple/t/plan_is_noplan.t t/lib/Test/Simple/Catch.pm
10787            ! t/lib/Test/Simple/sample_tests/death.plx
10788            ! t/lib/Test/Simple/sample_tests/death_in_eval.plx
10789            ! t/lib/Test/Simple/sample_tests/extras.plx
10790            ! t/lib/Test/Simple/sample_tests/five_fail.plx
10791            ! t/lib/Test/Simple/sample_tests/last_minute_death.plx
10792            ! t/lib/Test/Simple/sample_tests/one_fail.plx
10793            ! t/lib/Test/Simple/sample_tests/require.plx
10794            ! t/lib/Test/Simple/sample_tests/success.plx
10795            ! t/lib/Test/Simple/sample_tests/too_few.plx
10796            ! t/lib/Test/Simple/sample_tests/two_fail.plx
10797 ____________________________________________________________________________
10798 [ 11904] By: pudge                                 on 2001/09/06  00:28:01
10799         Log: Integrate File::Find changes from bleadperl
10800      Branch: maint-5.6/macperl
10801            ! lib/File/Find.pm t/lib/filefind-taint.t
10802 ____________________________________________________________________________
10803 [ 11903] By: pudge                                 on 2001/09/06  00:22:29
10804         Log: Integrate 11847 from maint-5.6/perl
10805      Branch: maint-5.6/macperl
10806           !> sv.c
10807 ____________________________________________________________________________
10808 [ 11902] By: jhi                                   on 2001/09/05  23:27:57
10809         Log: In UNICOS division yada yada.
10810      Branch: perl
10811            ! t/op/override.t
10812 ____________________________________________________________________________
10813 [ 11901] By: jhi                                   on 2001/09/05  23:26:23
10814         Log: In UNICOS division is really lossy, better use
10815              a tolerance test.
10816      Branch: perl
10817            ! ext/Time/HiRes/HiRes.t
10818 ____________________________________________________________________________
10819 [ 11900] By: jhi                                   on 2001/09/05  23:22:38
10820         Log: In UNICOS sigaction() sets an extra flag
10821              ("the signal has been registered for all the processes in
10822              a multitasking group.")
10823      Branch: perl
10824            ! ext/POSIX/sigaction.t
10825 ____________________________________________________________________________
10826 [ 11899] By: jhi                                   on 2001/09/05  23:18:48
10827         Log: Documentation micropatch from Damian.
10828      Branch: perl
10829            ! lib/Attribute/Handlers.pm
10830 ____________________________________________________________________________
10831 [ 11898] By: jhi                                   on 2001/09/05  23:16:50
10832         Log: (Retracted by #11908)
10833              Subject: [PATCH] Re: [PATCH lib/File/Find.pm lib/File/Find/taint.t] Fixing those damned taint tests
10834              From: Michael G Schwern <schwern@pobox.com>
10835              Date: Wed, 5 Sep 2001 15:58:21 -0400
10836              Message-ID: <20010905155821.I632@blackrider>
10837      Branch: perl
10838            ! lib/File/Find.pm lib/File/Find/taint.t
10839 ____________________________________________________________________________
10840 [ 11897] By: jhi                                   on 2001/09/05  23:14:43
10841         Log: Subject: [PATCH lib/CGI/t/carp.t] Tests for CGI::Carp               
10842              From: Michael G Schwern <schwern@pobox.com>
10843              Date: Wed, 5 Sep 2001 19:16:31 -0400
10844              Message-ID: <20010905191631.E11386@blackrider>
10845      Branch: perl
10846            + lib/CGI/t/carp.t
10847            ! MANIFEST
10848 ____________________________________________________________________________
10849 [ 11896] By: jhi                                   on 2001/09/05  23:14:11
10850         Log: Subject: Re: [PATCH] Re: English.pm should do *PREMATCH = \$`       
10851              From: chromatic <chromatic@rmci.net>
10852              Date: Wed, 5 Sep 2001 18:08:07 -0600
10853              Message-Id: <01090518080700.19590@firewheel>
10854      Branch: perl
10855            ! lib/English.pm
10856 ____________________________________________________________________________
10857 [ 11895] By: jhi                                   on 2001/09/05  22:52:01
10858         Log: Fix a typo #11889 and add a test for the same.
10859      Branch: perl
10860            ! ext/Socket/Socket.t ext/Socket/Socket.xs
10861 ____________________________________________________________________________
10862 [ 11894] By: jhi                                   on 2001/09/05  22:43:26
10863         Log: Subject: [PATCH bleadperl] tweak warnings.t and kill_perl.t for VMS
10864              From: "Craig A. Berry" <craigberry@mac.com>
10865              Date: Wed, 05 Sep 2001 17:48:54 -0500
10866              Message-Id: <5.1.0.14.0.20010905145002.02b45218@exchi01>
10867      Branch: perl
10868            ! lib/warnings.t t/run/kill_perl.t
10869 ____________________________________________________________________________
10870 [ 11893] By: jhi                                   on 2001/09/05  22:36:35
10871         Log: Subject: [PATCH t/run/kill_perl.t] tying a bareword causes a segfault in 5.6.1
10872              From: Michael G Schwern <schwern@pobox.com>
10873              Date: Wed, 5 Sep 2001 17:22:25 -0400
10874              Message-ID: <20010905172225.C11386@blackrider>
10875      Branch: perl
10876            ! t/run/kill_perl.t
10877 ____________________________________________________________________________
10878 [ 11892] By: jhi                                   on 2001/09/05  22:34:55
10879         Log: Subject: [PATCH] Re: [ID 20010825.006] -DCRIPPLED_CC is broken
10880              From: Nicholas Clark <nick@ccl4.org>
10881              Date: Wed, 5 Sep 2001 20:54:24 +0100
10882              Message-ID: <20010905205424.C25120@plum.flirble.org>
10883      Branch: perl
10884            ! embed.h embed.pl global.sym pod/perlapi.pod proto.h sv.c sv.h
10885 ____________________________________________________________________________
10886 [ 11891] By: jhi                                   on 2001/09/05  22:34:16
10887         Log: Forgotten thing.
10888      Branch: perl
10889            ! uconfig.h
10890 ____________________________________________________________________________
10891 [ 11890] By: jhi                                   on 2001/09/05  22:27:42
10892         Log: Subject: Re: [PATCH] Re: English.pm should do *PREMATCH = \$`
10893              From: chromatic <chromatic@rmci.net>               
10894              Date: Wed, 5 Sep 2001 13:22:08 -0600
10895              Message-Id: <01090513220807.10587@firewheel> 
10896      Branch: perl
10897            ! lib/English.pm
10898 ____________________________________________________________________________
10899 [ 11889] By: jhi                                   on 2001/09/05  22:23:06
10900         Log: inet_ntoa() tweaks:
10901              - don't allow addresses with > 255 characters
10902              - indent the HP-UX workaround
10903              - don't leak memory
10904      Branch: perl
10905            ! ext/Socket/Socket.xs
10906 ____________________________________________________________________________
10907 [ 11888] By: jhi                                   on 2001/09/05  16:26:17
10908         Log: Clear up a documentation confusion noticed by Xiaoyun Wu
10909              <xwu@theeducationcenter.com>
10910      Branch: perl
10911            ! lib/File/Find.pm
10912 ____________________________________________________________________________
10913 [ 11887] By: jhi                                   on 2001/09/05  15:40:03
10914         Log: Typo nits.
10915      Branch: perl
10916            ! lib/File/Find.pm
10917 ____________________________________________________________________________
10918 [ 11886] By: jhi                                   on 2001/09/05  15:30:11
10919         Log: -Wall nit.
10920      Branch: perl
10921            ! op.c
10922 ____________________________________________________________________________
10923 [ 11885] By: gbarr                                 on 2001/09/05  15:26:18
10924         Log: Update to Scalar-List-Utils 1.05
10925      Branch: perl
10926            ! ext/List/Util/ChangeLog ext/List/Util/README
10927            ! ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm
10928 ____________________________________________________________________________
10929 [ 11884] By: jhi                                   on 2001/09/05  13:05:14
10930         Log: Update Changes.
10931      Branch: perl
10932            ! Changes patchlevel.h
10933 ____________________________________________________________________________
10934 [ 11883] By: gbarr                                 on 2001/09/05  12:51:35
10935         Log: Update to Scalar-List-Utils 1.04
10936      Branch: perl
10937            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
10938            ! ext/List/Util/lib/List/Util.pm
10939            ! ext/List/Util/lib/Scalar/Util.pm
10940 ____________________________________________________________________________
10941 [ 11882] By: jhi                                   on 2001/09/05  12:29:44
10942         Log: Metaconfigify #11724.
10943      Branch: metaconfig
10944            ! U/threads/archname.U
10945 ____________________________________________________________________________
10946 [ 11881] By: jhi                                   on 2001/09/05  12:21:44
10947         Log: The MacOS reference is okay, no reason to hide it.
10948      Branch: perl
10949            ! lib/Cwd.pm
10950 ____________________________________________________________________________
10951 [ 11880] By: jhi                                   on 2001/09/05  12:20:49
10952         Log: Subject: [PATCH lib/Cwd.pm ext/Cwd/Makefile.PL] Full doc cleanup (was  Re: [PATCH lib/Cwd.pm]  Try this again.)
10953              From: Michael G Schwern <schwern@pobox.com>
10954              Date: Tue, 4 Sep 2001 15:30:10 -0400
10955              Message-ID: <20010904153010.H26466@blackrider> 
10956              
10957              (We'll see whether the ../../lib/Cwd.pm works in alien lands)
10958      Branch: perl
10959            ! ext/Cwd/Makefile.PL lib/Cwd.pm
10960 ____________________________________________________________________________
10961 [ 11879] By: jhi                                   on 2001/09/05  12:12:18
10962         Log: Subject: [PATCH lib/Cwd.pm] cwd() taint safe  (was Re: [PATCH lib/Cwd.pm ext/Cwd/Makefile.PL] Full doc cleanup (was  Re: [PATCH lib/Cwd.pm]  Try this again.))
10963              From: Michael G Schwern <schwern@pobox.com>
10964              Date: Tue, 4 Sep 2001 17:39:13 -0400
10965              Message-ID: <20010904173913.C626@blackrider>
10966      Branch: perl
10967            ! lib/Cwd.pm
10968 ____________________________________________________________________________
10969 [ 11878] By: jhi                                   on 2001/09/05  12:10:50
10970         Log: Subject: Re: Perl_pp_* in public API?
10971              From: "Craig A. Berry" <craigberry@mac.com>
10972              Date: Tue, 4 Sep 2001 21:51:29 -0500
10973              Message-Id: <a05101000b7bb3f558c8a@[172.16.52.1]>
10974      Branch: perl
10975            ! ext/List/Util/Util.xs
10976 ____________________________________________________________________________
10977 [ 11877] By: jhi                                   on 2001/09/05  12:07:53
10978         Log: From Damian: Class::Struct was unable to define
10979              recursive classes.  After the patch an object reference
10980              (rather than a hash) is required to initialize
10981              an object attribute.  If no such initializer is given to
10982              the constructor, object attributes are now default
10983              initialized to C<undef>.
10984      Branch: perl
10985            ! lib/Class/Struct.pm lib/Class/Struct.t
10986 ____________________________________________________________________________
10987 [ 11876] By: jhi                                   on 2001/09/05  11:51:24
10988         Log: Subject: Re: sv_catpvfn and sv_setpvfn
10989              From: Richard Soderberg <rs@oregonnet.com>
10990              Date: Tue, 4 Sep 2001 15:16:47 -0700
10991              Message-Id: <200109042216.PAA17858@oregonnet.com>
10992      Branch: perl
10993            ! pod/perlclib.pod pod/perlguts.pod
10994 ____________________________________________________________________________
10995 [ 11875] By: jhi                                   on 2001/09/05  11:48:14
10996         Log: NetWare updates from Ananth Kesari.
10997      Branch: perl
10998            ! NetWare/config.wc NetWare/netware.h NetWare/nw5.c
10999            ! NetWare/nw5thread.h
11000 ____________________________________________________________________________
11001 [ 11874] By: jhi                                   on 2001/09/05  11:30:59
11002         Log: Subject: [PATCH] oct and hex in glorious 64 bit (with less bugs) (was Re: hex and oct again (was Re: FreeBSD MD5 crypt? Re: crypt/hex/oct and Unicode?))
11003              From: Nicholas Clark <nick@ccl4.org>
11004              Date: Tue, 4 Sep 2001 22:42:50 +0100
11005              Message-ID: <20010904224250.P25120@plum.flirble.org>
11006      Branch: perl
11007            ! embed.h embed.pl numeric.c perl.c perl.h pod/perlclib.pod
11008            ! pod/perlfunc.pod pp.c proto.h regcomp.c t/op/64bitint.t
11009            ! t/op/oct.t toke.c
11010 ____________________________________________________________________________
11011 [ 11873] By: jhi                                   on 2001/09/04  21:03:17
11012         Log: Fix Cwd::getcwd() not being tainted, as noticed
11013              by Schwern.
11014      Branch: perl
11015            + ext/Cwd/t/cwd.t ext/Cwd/t/taint.t
11016            - ext/Cwd/Cwd.t
11017            ! MANIFEST ext/Cwd/Cwd.xs util.c
11018 ____________________________________________________________________________
11019 [ 11872] By: jhi                                   on 2001/09/04  20:00:50
11020         Log: Retract #11870 and volatilize the right destruct_level.
11021              Silly thinko pointed out by Sarathy.
11022      Branch: perl
11023            ! intrpvar.h perl.c
11024 ____________________________________________________________________________
11025 [ 11871] By: jhi                                   on 2001/09/04  19:45:59
11026         Log: At least a temporary fix for the mysterious scope core dumps
11027              in Tru64 from Graham.
11028      Branch: perl
11029            ! ext/List/Util/Util.xs
11030 ____________________________________________________________________________
11031 [ 11870] By: jhi                                   on 2001/09/04  19:01:48
11032         Log: (Retracted by #11872)
11033      Branch: perl
11034            ! intrpvar.h
11035 ____________________________________________________________________________
11036 [ 11869] By: jhi                                   on 2001/09/04  17:43:31
11037         Log: Quench a -Wall gripe noticed by Robin Barker.
11038      Branch: perl
11039            ! op.c
11040 ____________________________________________________________________________
11041 [ 11868] By: jhi                                   on 2001/09/04  16:38:07
11042         Log: Subject: [PATCH perl@11834] Unicode::UCD rewritten using Lingua::KO::Hangul::Util
11043              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
11044              Date: Wed, 05 Sep 2001 02:01:32 +0900
11045              Message-Id: <20010905015059.E684.BQW10602@nifty.com>
11046      Branch: perl
11047            ! lib/Unicode/UCD.pm
11048 ____________________________________________________________________________
11049 [ 11867] By: jhi                                   on 2001/09/04  16:35:27
11050         Log: Subject: Re: [PATCH gv.c] @& sets PL_sawampersand
11051              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
11052              Date: Tue, 4 Sep 2001 12:51:02 -0400 (EDT)
11053              Message-ID: <Pine.GSO.4.21.0109041250420.7601-100000@crusoe.crusoe.net>
11054      Branch: perl
11055            ! gv.c
11056 ____________________________________________________________________________
11057 [ 11866] By: jhi                                   on 2001/09/04  13:52:28
11058         Log: Update Changes.
11059      Branch: perl
11060            ! Changes patchlevel.h
11061 ____________________________________________________________________________
11062 [ 11865] By: jhi                                   on 2001/09/04  13:36:58
11063         Log: Add the \[$@%&*] prototype support.
11064      Branch: perl
11065            ! op.c pod/perlsub.pod t/comp/proto.t
11066 ____________________________________________________________________________
11067 [ 11864] By: jhi                                   on 2001/09/04  13:10:38
11068         Log: Subject: [PATCH lib/CGI/t/form.t] Cleanup
11069              From: Michael G Schwern <schwern@pobox.com>
11070              Date: Mon, 3 Sep 2001 18:59:01 -0400
11071              Message-ID: <20010903185901.Z9233@blackrider>
11072      Branch: perl
11073            ! lib/CGI/t/form.t
11074 ____________________________________________________________________________
11075 [ 11863] By: jhi                                   on 2001/09/04  13:06:39
11076         Log: Subject: [PATCH gv.c] @& sets PL_sawampersand
11077              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
11078              Date: Mon, 3 Sep 2001 12:36:20 -0400 (EDT)
11079              Message-ID: <Pine.GSO.4.21.0109031235240.7601-100000@crusoe.crusoe.net>
11080      Branch: perl
11081            ! gv.c
11082 ____________________________________________________________________________
11083 [ 11862] By: jhi                                   on 2001/09/04  13:05:23
11084         Log: More srand entry tweakage based on Randal's suggestion.
11085      Branch: perl
11086            ! pod/perlfunc.pod
11087 ____________________________________________________________________________
11088 [ 11861] By: jhi                                   on 2001/09/04  12:48:14
11089         Log: Subject: [PATCH] 'main' *is* a reserved word
11090              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11091              Date: Mon, 3 Sep 2001 22:55:41 +0200
11092              Message-ID: <20010903225541.A24097@rafael>
11093      Branch: perl
11094            ! toke.c
11095 ____________________________________________________________________________
11096 [ 11860] By: jhi                                   on 2001/09/04  12:46:30
11097         Log: Subject: [PATCH: bleedperl] s/ROOT\./_ROOT./ for VMS default install prefix appendage
11098              From: Peter Prymmer <pvhp@best.com>
11099              Date: Mon, 3 Sep 2001 13:43:04 -0700 (PDT)
11100              Message-ID: <Pine.BSF.4.21.0109031338300.5068-100000@shell8.ba.best.com>
11101      Branch: perl
11102            ! README.vms configure.com
11103 ____________________________________________________________________________
11104 [ 11859] By: jhi                                   on 2001/09/04  12:44:29
11105         Log: Subject: Re: A slightly better default seed?   
11106              From: Michael G Schwern <schwern@pobox.com>
11107              Date: Mon, 3 Sep 2001 18:08:15 -0400 
11108              Message-ID: <20010903180815.W9233@blackrider>
11109      Branch: perl
11110            ! t/op/srand.t
11111 ____________________________________________________________________________
11112 [ 11858] By: jhi                                   on 2001/09/04  12:41:59
11113         Log: Add sharedsv.o to microperl object files.
11114      Branch: perl
11115            ! Makefile.micro
11116 ____________________________________________________________________________
11117 [ 11857] By: jhi                                   on 2001/09/04  12:27:51
11118         Log: AUTHORS updates and
11119              
11120              Subject: [PATCH] Just some preening :-)        
11121              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
11122              Date: Tue, 4 Sep 2001 14:16:59 +0100
11123              Message-ID: <20010904141659.A10129@homer.diplex.co.uk>            
11124      Branch: perl
11125            ! AUTHORS ext/Data/Dumper/Changes lib/Text/Soundex.pm
11126 ____________________________________________________________________________
11127 [ 11856] By: jhi                                   on 2001/09/04  12:09:43
11128         Log: Typo fix and slight rewording.
11129      Branch: perl
11130            ! pod/perlfunc.pod
11131 ____________________________________________________________________________
11132 [ 11855] By: jhi                                   on 2001/09/04  12:04:16
11133         Log: Update the FAQ now that Scalar-List-Utils 1.03 has shuffle().
11134      Branch: perl
11135            ! pod/perlfaq4.pod
11136 ____________________________________________________________________________
11137 [ 11854] By: jhi                                   on 2001/09/03  20:12:21
11138         Log: The helper file changed name.
11139      Branch: perl
11140            ! MANIFEST
11141 ____________________________________________________________________________
11142 [ 11853] By: gbarr                                 on 2001/09/03  20:00:00
11143         Log: Update to Scalar-List-Utils 1.03
11144      Branch: perl
11145            + ext/List/Util/t/shuffle.t
11146            ! MANIFEST ext/List/Util/ChangeLog ext/List/Util/Util.xs
11147            ! ext/List/Util/lib/List/Util.pm ext/List/Util/t/blessed.t
11148            ! ext/List/Util/t/dualvar.t ext/List/Util/t/first.t
11149            ! ext/List/Util/t/max.t ext/List/Util/t/maxstr.t
11150            ! ext/List/Util/t/min.t ext/List/Util/t/minstr.t
11151            ! ext/List/Util/t/readonly.t ext/List/Util/t/reduce.t
11152            ! ext/List/Util/t/reftype.t ext/List/Util/t/sum.t
11153            ! ext/List/Util/t/tainted.t ext/List/Util/t/weak.t
11154 ____________________________________________________________________________
11155 [ 11852] By: jhi                                   on 2001/09/03  19:50:57
11156         Log: Make crypt() do something more sane for Unicode
11157              (take crypt() of the low eight bits of the characters,
11158              instead of taking crypt() of the UTF-8 of the scalar);
11159              add a test for crypt().
11160      Branch: perl
11161            + t/op/crypt.t
11162            ! MANIFEST pod/perlfunc.pod pp.c
11163 ____________________________________________________________________________
11164 [ 11851] By: jhi                                   on 2001/09/03  19:19:35
11165         Log: Reorganize the srand entry.
11166      Branch: perl
11167            ! pod/perlfunc.pod
11168 ____________________________________________________________________________
11169 [ 11850] By: jhi                                   on 2001/09/03  18:54:51
11170         Log: Remove the tests that assume something about
11171              calling srand() without arguments multiple times.
11172      Branch: perl
11173            ! t/op/srand.t
11174 ____________________________________________________________________________
11175 [ 11849] By: jhi                                   on 2001/09/03  18:15:16
11176         Log: Upgrade to Math::BigInt 1.42.
11177      Branch: perl
11178            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
11179            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
11180            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
11181            ! lib/Math/BigInt/t/mbimbf.t
11182 ____________________________________________________________________________
11183 [ 11848] By: gsar                                  on 2001/09/03  17:07:54
11184         Log: integrate change#11847 from maint-5.6
11185              
11186              typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
11187      Branch: perl
11188            ! sv.c
11189 ____________________________________________________________________________
11190 [ 11847] By: gsar                                  on 2001/09/03  16:47:54
11191         Log: typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
11192      Branch: maint-5.6/perl
11193            ! sv.c
11194 ____________________________________________________________________________
11195 [ 11846] By: jhi                                   on 2001/09/03  15:12:58
11196         Log: As far as I can tell these functions have been Unicodified.
11197      Branch: perl
11198            ! doop.c
11199 ____________________________________________________________________________
11200 [ 11845] By: jhi                                   on 2001/09/03  15:11:27
11201         Log: Update to Storable 1.0.13.
11202      Branch: perl
11203            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
11204            ! ext/Storable/Storable.xs
11205 ____________________________________________________________________________
11206 [ 11844] By: jhi                                   on 2001/09/03  12:42:06
11207         Log: Patch the Filter::Simple test to work with
11208              the core test suite (since the FilterTest.pm
11209              is in t/lib, not in lib).
11210      Branch: perl
11211            ! lib/Filter/Simple/t/filter.t
11212 ____________________________________________________________________________
11213 [ 11843] By: jhi                                   on 2001/09/03  12:39:11
11214         Log: Damian's Filter::Simple test uses FilterTest, not MyFilter.
11215      Branch: perl
11216            + t/lib/FilterTest.pm
11217            - t/lib/MyFilter.pm
11218 ____________________________________________________________________________
11219 [ 11842] By: jhi                                   on 2001/09/03  12:17:30
11220         Log: Damian-o-rama: upgrade to Attribute::Handlers 0.75,
11221              Filter::Simple 0.61, NEXT 0.02, Switch 2.05, and
11222              Text::Balanced 1.86.
11223      Branch: perl
11224            + lib/Attribute/Handlers/t/multi.t lib/Filter/Simple/Changes
11225            + lib/Filter/Simple/README lib/Filter/Simple/t/filter.t
11226            + lib/NEXT/Changes lib/NEXT/README lib/Switch/t/given.t
11227            + lib/Switch/t/nested.t lib/Switch/t/switch.t
11228            + lib/Text/Balanced/Changes lib/Text/Balanced/README
11229            + lib/Text/Balanced/t/extbrk.t lib/Text/Balanced/t/extcbk.t
11230            + lib/Text/Balanced/t/extdel.t lib/Text/Balanced/t/extmul.t
11231            + lib/Text/Balanced/t/extqlk.t lib/Text/Balanced/t/exttag.t
11232            + lib/Text/Balanced/t/extvar.t lib/Text/Balanced/t/gentag.t
11233            - lib/Filter/Simple/test.pl lib/Switch/t/given_when.t
11234            - lib/Switch/t/switch_case.t lib/Text/Balanced.pod
11235            - lib/Text/Balanced/t/genxt.t lib/Text/Balanced/t/xbrak.t
11236            - lib/Text/Balanced/t/xcode.t lib/Text/Balanced/t/xdeli.t
11237            - lib/Text/Balanced/t/xmult.t lib/Text/Balanced/t/xquot.t
11238            - lib/Text/Balanced/t/xtagg.t lib/Text/Balanced/t/xvari.t
11239            ! MANIFEST lib/Attribute/Handlers.pm
11240            ! lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
11241            ! lib/Attribute/Handlers/demo/Demo.pm
11242            ! lib/Attribute/Handlers/demo/Descriptions.pm
11243            ! lib/Attribute/Handlers/demo/MyClass.pm
11244            ! lib/Attribute/Handlers/demo/demo.pl
11245            ! lib/Attribute/Handlers/demo/demo2.pl
11246            ! lib/Attribute/Handlers/demo/demo3.pl
11247            ! lib/Attribute/Handlers/demo/demo4.pl
11248            ! lib/Attribute/Handlers/demo/demo_call.pl
11249            ! lib/Attribute/Handlers/demo/demo_chain.pl
11250            ! lib/Attribute/Handlers/demo/demo_cycle.pl
11251            ! lib/Attribute/Handlers/demo/demo_hashdir.pl
11252            ! lib/Attribute/Handlers/demo/demo_phases.pl
11253            ! lib/Attribute/Handlers/demo/demo_range.pl
11254            ! lib/Attribute/Handlers/demo/demo_rawdata.pl
11255            ! lib/Filter/Simple.pm lib/NEXT.pm lib/NEXT/test.pl
11256            ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
11257            ! lib/Text/Balanced.pm
11258 ____________________________________________________________________________
11259 [ 11841] By: sky                                   on 2001/09/03  11:04:15
11260         Log: Forgot to add a file with Change #11840
11261      Branch: perl
11262            + t/op/srand.t
11263 ____________________________________________________________________________
11264 [ 11840] By: sky                                   on 2001/09/03  11:02:04
11265         Log: Subject: [PATCH t/op/srand.t t/op/rand.t pod/perlfunc.pod MANIFEST] Tests for srand()
11266              From: Michael G Schwern <schwern@pobox.com>
11267              Date: Mon, 3 Sep 2001 07:43:00 -0400
11268              Message-ID: <20010903074300.E9233@blackrider>
11269      Branch: perl
11270            ! MANIFEST pod/perlfunc.pod t/op/rand.t
11271 ____________________________________________________________________________
11272 [ 11839] By: sky                                   on 2001/09/03  10:47:11
11273         Log: Document the changes with regards to running of END blocks.
11274              And DESTROY on global objects are called in perl_destruct()!
11275      Branch: perl
11276            ! pod/perl572delta.pod pod/perlembed.pod
11277 ____________________________________________________________________________
11278 [ 11838] By: sky                                   on 2001/09/03  09:34:44
11279         Log: Subject: [PATCH t/op/time.t] Partial cleanup
11280              From: Michael G Schwern <schwern@pobox.com>
11281              Date: Mon, 3 Sep 2001 06:29:42 -0400
11282              Message-ID: <20010903062942.C9233@blackrider>
11283      Branch: perl
11284            ! t/op/time.t
11285 ____________________________________________________________________________
11286 [ 11837] By: sky                                   on 2001/09/03  09:30:02
11287         Log: Subject: [PATCH t/op/rand.t] Increase the repetitions
11288              From: Michael G Schwern <schwern@pobox.com>
11289              Date: Mon, 3 Sep 2001 06:24:13 -0400
11290              Message-ID: <20010903062413.B9233@blackrider>
11291      Branch: perl
11292            ! t/op/rand.t
11293 ____________________________________________________________________________
11294 [ 11836] By: sky                                   on 2001/09/03  07:56:47
11295         Log: Subject: [PATCH] CGI::Cookie, Apache & Switch tests
11296              From: Michael G Schwern <schwern@pobox.com>
11297              Date: Sun, 2 Sep 2001 21:38:43 -0400
11298              Message-ID: <20010902213843.L2711@blackrider>
11299      Branch: perl
11300            + lib/CGI/t/apache.t lib/CGI/t/cookie.t lib/CGI/t/switch.t
11301            ! MANIFEST
11302 ____________________________________________________________________________
11303 [ 11835] By: nick                                  on 2001/09/03  06:20:06
11304         Log: Integrate mainline
11305      Branch: perlio
11306           +> lib/Shell.t t/op/inccode.t t/run/kill_perl.t
11307            - t/op/misc.t
11308           !> (integrate 187 files)
11309 ____________________________________________________________________________
11310 [ 11834] By: jhi                                   on 2001/09/02  13:07:53
11311         Log: Update Changes.
11312      Branch: perl
11313            ! Changes patchlevel.h
11314 ____________________________________________________________________________
11315 [ 11833] By: jhi                                   on 2001/09/02  12:59:05
11316         Log: Slight tweaks.
11317      Branch: perl
11318            ! t/run/kill_perl.t
11319 ____________________________________________________________________________
11320 [ 11832] By: jhi                                   on 2001/09/02  12:41:12
11321         Log: Special casing had become a little bit more complex in Unicode 3.1.1.
11322      Branch: perl
11323            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
11324 ____________________________________________________________________________
11325 [ 11831] By: sky                                   on 2001/09/02  12:10:42
11326         Log: Change #11828 wasn't complete, this updates to intest path
11327      Branch: perl
11328            ! t/run/kill_perl.t
11329 ____________________________________________________________________________
11330 [ 11830] By: jhi                                   on 2001/09/02  11:56:18
11331         Log: 's's's.
11332      Branch: perl
11333            ! Changes
11334 ____________________________________________________________________________
11335 [ 11829] By: jhi                                   on 2001/09/02  11:54:22
11336         Log: Update Changes.
11337      Branch: perl
11338            ! Changes patchlevel.h
11339 ____________________________________________________________________________
11340 [ 11828] By: sky                                   on 2001/09/02  11:53:56
11341         Log: Subject: [PATCH] rm t/run/segfault.t; mv t/op/misc.t t/run/kill_perl.t
11342              From: Michael G Schwern <schwern@pobox.com>
11343              Date: Sat, 1 Sep 2001 20:18:58 -0400
11344              Message-ID: <20010901201858.X606@blackrider>
11345              +MANIFEST Fix
11346      Branch: perl
11347            + t/run/kill_perl.t
11348            - t/op/misc.t t/run/segfault.t
11349            ! MANIFEST
11350 ____________________________________________________________________________
11351 [ 11827] By: jhi                                   on 2001/09/02  11:46:47
11352         Log: Subject: [PATCH] lib/Time/Local.pm
11353              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
11354              Date: Sun, 2 Sep 2001 06:50:01 -0500
11355              Message-ID: <20010902065001.A21529@staff1.cso.uiuc.edu>
11356      Branch: perl
11357            ! lib/Time/Local.pm
11358 ____________________________________________________________________________
11359 [ 11826] By: jhi                                   on 2001/09/02  11:40:49
11360         Log: Tick off Unicode collation and the normalization from
11361              the todo list.
11362      Branch: perl
11363            ! pod/perltodo.pod
11364 ____________________________________________________________________________
11365 [ 11825] By: jhi                                   on 2001/09/02  11:16:24
11366         Log: Update to Unicode 3.1.1.
11367      Branch: perl
11368            ! lib/unicore/ArabLink.pl lib/unicore/ArabLnkGrp.pl
11369            ! lib/unicore/ArabShap.txt lib/unicore/CaseFold.txt
11370            ! lib/unicore/EAWidth.txt lib/unicore/PropList.html
11371            ! lib/unicore/PropList.txt lib/unicore/README.perl
11372            ! lib/unicore/ReadMe.txt lib/unicore/SpecCase.txt
11373            ! lib/unicore/rename lib/unicore/version
11374 ____________________________________________________________________________
11375 [ 11824] By: jhi                                   on 2001/09/02  10:32:30
11376         Log: Slight doc tweaks for the module.
11377      Branch: perl
11378            ! lib/Unicode/UCD.pm
11379 ____________________________________________________________________________
11380 [ 11823] By: jhi                                   on 2001/09/02  10:02:20
11381         Log: Rename the variable: it *used* to be (wrongly) that the
11382              code related to PL_reg_sv (so PL_reg_sv_utf8 was logical)
11383              but that is no more the case: PL_reg_match_utf8 is better.
11384      Branch: perl
11385            ! embedvar.h mg.c perlapi.c perlapi.h pp.c pp_hot.c regcomp.c
11386            ! regexec.c sv.c thrdvar.h
11387 ____________________________________________________________________________
11388 [ 11822] By: ams                                   on 2001/09/02  02:54:50
11389         Log: Subject: RE: [PATCH] Add a nextstate into empty blocks
11390              From: Ilmari Karonen <iltzu@sci.fi>
11391              Date: Sun, 19 Aug 2001 19:27:33 +0300 (EET DST)
11392              Message-Id: <Pine.SOL.3.96.1010819163840.8384B-100000@simpukka>
11393              (op/sub_lval.t updated to take new error message into account.)
11394      Branch: perl
11395            ! op.c t/op/sub_lval.t
11396 ____________________________________________________________________________
11397 [ 11821] By: gsar                                  on 2001/09/02  01:06:30
11398         Log: remove stray CRs in files; keep all files with UNIX line-ends
11399              (Porting/makerel adds CRs to the files that need it in the
11400              distribution)
11401      Branch: perl
11402            ! NetWare/t/NWScripts.pl README.dos
11403            ! ext/Encode/Encode/cns11643-1.enc
11404            ! ext/Encode/Encode/cns11643-2.enc ext/SDBM_File/Makefile.PL
11405            ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
11406 ____________________________________________________________________________
11407 [ 11820] By: gsar                                  on 2001/09/02  00:56:44
11408         Log: some remnants of change#11803
11409      Branch: perl
11410            ! ext/ByteLoader/byterun.h perl.h
11411 ____________________________________________________________________________
11412 [ 11819] By: jhi                                   on 2001/09/01  23:40:36
11413         Log: Update to Unicode::Collate 0.08.
11414      Branch: perl
11415            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
11416            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
11417 ____________________________________________________________________________
11418 [ 11818] By: jhi                                   on 2001/09/01  23:02:09
11419         Log: Test tweaks.
11420      Branch: perl
11421            ! t/op/pat.t
11422 ____________________________________________________________________________
11423 [ 11817] By: pudge                                 on 2001/09/01  22:36:29
11424         Log: Fix test
11425      Branch: maint-5.6/macperl
11426            ! t/lib/b.t
11427 ____________________________________________________________________________
11428 [ 11816] By: pudge                                 on 2001/09/01  22:15:09
11429         Log: Misc. patches: fix tests script; add Mac::LowMem; quiet
11430              warnings in Config.pm with -W; increase default and
11431              minimum RAM; bump version number.
11432      Branch: maint-5.6/macperl
11433            + macos/lib/Mac/LowMem.pm
11434            ! macos/MPVersion.r macos/MacPerlTests.cmd macos/Makefile.mk
11435            ! macos/configpm macos/macperl/MacPerl.r
11436 ____________________________________________________________________________
11437 [ 11815] By: pudge                                 on 2001/09/01  22:10:49
11438         Log: Make syntax check report in MPW style, fix tests
11439              to use Mac::err=unix to get normal-style error
11440              messages.
11441      Branch: maint-5.6/macperl
11442            ! perl.c t/lib/b.t t/op/misc.t t/op/runlevel.t t/pod/testp2pt.pl
11443            ! t/pragma/strict.t t/pragma/subs.t t/pragma/warnings.t
11444 ____________________________________________________________________________
11445 [ 11814] By: pudge                                 on 2001/09/01  22:09:08
11446         Log: Make MPW-style errors optional (but the default); add
11447              MacPerl::ErrorFormat() function and Mac::err pragma
11448      Branch: maint-5.6/macperl
11449            + macos/ext/Mac/err/Makefile.PL macos/ext/Mac/err/err.pm
11450            + macos/ext/Mac/err/err.xs
11451            ! macos/ext/Mac/Makefile.mk macos/ext/MacPerl/MacPerl.xs
11452            ! macos/macish.c macos/macish.h macos/macperl.sym
11453 ____________________________________________________________________________
11454 [ 11813] By: pudge                                 on 2001/09/01  22:01:40
11455         Log: More module and test ports from Thomas Wegner et al
11456      Branch: maint-5.6/macperl
11457            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
11458            ! lib/File/DosGlob.pm lib/File/Spec/Mac.pm lib/File/Temp.pm
11459            ! t/lib/dosglob.t t/lib/filespec.t t/lib/ftmp-security.t
11460            ! t/op/magic.t
11461 ____________________________________________________________________________
11462 [ 11812] By: sky                                   on 2001/09/01  17:19:30
11463         Log: Subject: [PATCH t/op/concat.t] cleanup
11464              From: Michael G Schwern <schwern@pobox.com>
11465              Date: Sat, 1 Sep 2001 14:06:28 -0400
11466              Message-ID: <20010901140628.C606@blackrider>
11467      Branch: perl
11468            ! t/op/concat.t
11469 ____________________________________________________________________________
11470 [ 11811] By: sky                                   on 2001/09/01  12:25:29
11471         Log: Change #11805 didn't update the MANIFEST
11472      Branch: perl
11473            ! MANIFEST
11474 ____________________________________________________________________________
11475 [ 11810] By: sky                                   on 2001/09/01  11:52:44
11476         Log: Subject: [PATCH], was t/op/incode.t breaks make minitest
11477              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11478              Date: Sat, 1 Sep 2001 14:50:14 +0200
11479              Message-ID: <20010901145014.A691@rafael>
11480      Branch: perl
11481            ! t/op/inccode.t
11482 ____________________________________________________________________________
11483 [ 11809] By: sky                                   on 2001/09/01  11:49:22
11484         Log: Subject: PATCH: ExtUtils::MakeMaker
11485              From: Tony Bowden <tony@kasei.com>
11486              Date: Sat, 1 Sep 2001 10:33:53 +0100
11487              Message-ID: <20010901103353.A13863@soto.kasei.com>
11488              Manually applied
11489      Branch: perl
11490            ! lib/ExtUtils/MakeMaker.pm
11491 ____________________________________________________________________________
11492 [ 11808] By: sky                                   on 2001/09/01  11:39:13
11493         Log: Subject: [ID 20010831.002] Bug in Term::Cap on Solaris ansi terminal using CPAN::Shell
11494              From: mike808@users.sourceforge.net
11495              Date: Sat, 1 Sep 101 11:27:50 GMT
11496              Message-Id: <200108312123.QAA27476@smtp.networkusa.net>
11497              With little tweak
11498      Branch: perl
11499            ! lib/Term/Cap.pm
11500 ____________________________________________________________________________
11501 [ 11807] By: ams                                   on 2001/09/01  11:31:16
11502         Log: Subject: oct() and hex()
11503              From: Nicholas Clark <nick@ccl4.org>
11504              Date: Fri, 31 Aug 2001 23:14:13 +0100
11505              Message-Id: <20010831231413.J4950@plum.flirble.org>
11506      Branch: perl
11507            ! pod/perlclib.pod
11508 ____________________________________________________________________________
11509 [ 11806] By: pudge                                 on 2001/09/01  00:04:52
11510         Log: Integrate change 11801 from maintperl
11511      Branch: maint-5.6/macperl
11512            ! perl.c
11513 ____________________________________________________________________________
11514 [ 11805] By: sky                                   on 2001/08/31  21:35:10
11515         Log: Subject: Re: [ID 20010831.001] SEGV from ($a, b) = (1, 2)
11516              From: Michael G Schwern <schwern@pobox.com>
11517              Date: Fri, 31 Aug 2001 15:36:28 -0400
11518              Message-ID: <20010831153628.B598@blackrider>
11519              Check for things which used to segfault
11520      Branch: perl
11521            + t/run/segfault.t
11522 ____________________________________________________________________________
11523 [ 11804] By: gsar                                  on 2001/08/31  21:02:54
11524         Log: integrate change#11801 from maint-5.6
11525              
11526              remove age-old UNICOS "workaround" that introduces a static, and
11527              hence an egregious race condition for threaded builds (*sigh*
11528              beats me why this kludge wasn't guarded by a UNICOS-specific
11529              #define *sigh*)
11530      Branch: perl
11531            ! perl.c
11532 ____________________________________________________________________________
11533 [ 11803] By: gsar                                  on 2001/08/31  20:58:38
11534         Log: remove deprecated PERL_OBJECT cruft, it has long since stopped
11535              working in 5.7.x
11536      Branch: perl
11537            - objXSUB.h
11538            ! EXTERN.h MANIFEST Makefile.SH Makefile.micro NetWare/Makefile
11539            ! NetWare/config_h.PL NetWare/dl_netware.xs NetWare/interface.c
11540            ! NetWare/nw5.c NetWare/nw5sck.c NetWare/nw5thread.c
11541            ! NetWare/nwperlsys.c NetWare/nwperlsys.h Porting/makerel
11542            ! README.win32 XSUB.h bytecode.pl cv.h cygwin/cygwin.c
11543            ! emacs/ptags embed.h embed.pl embedvar.h epoc/epoc.c ext/B/B.xs
11544            ! ext/B/B/C.pm ext/ByteLoader/ByteLoader.xs
11545            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
11546            ! ext/DynaLoader/dlutils.c ext/Opcode/Opcode.xs
11547            ! ext/POSIX/POSIX.xs globals.c iperlsys.h lib/ExtUtils/Embed.pm
11548            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
11549            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
11550            ! lib/ExtUtils/xsubpp makedef.pl mg.c op.c perl.c perl.h
11551            ! perlapi.c perlapi.h perlio.c perly.c perly.y perly_c.diff
11552            ! pod/perlguts.pod pp_ctl.c pp_hot.c proto.h regcomp.c regexec.c
11553            ! scope.c sv.c sv.h toke.c universal.c vms/descrip_mms.template
11554            ! vms/perly_c.vms win32/Makefile win32/config_h.PL
11555            ! win32/dl_win32.xs win32/makefile.mk win32/perlhost.h
11556            ! win32/perllib.c win32/win32.c win32/win32.h win32/win32sck.c
11557            ! win32/win32thread.c wince/Makefile.ce wince/config_h.PL
11558            ! wince/dl_win32.xs wince/perllib.c wince/win32.h
11559            ! wince/win32thread.c wince/wince.c wince/wincesck.c xsutils.c
11560 ____________________________________________________________________________
11561 [ 11802] By: ams                                   on 2001/08/31  18:11:32
11562         Log: Subject: [DOC PATCH] Add perl4 warning messages to perldiag.pod
11563              From: "Philip Newton" <Philip.Newton@gmx.net>
11564              Date: Fri, 31 Aug 2001 21:12:56 +0200
11565              Message-Id: <20010831.211000@ID-11583.news.dfncis.de>
11566      Branch: perl
11567            ! pod/perldiag.pod
11568 ____________________________________________________________________________
11569 [ 11801] By: gsar                                  on 2001/08/31  17:49:03
11570         Log: remove age-old UNICOS "workaround" that introduces a static, and
11571              hence an egregious race condition for threaded builds (*sigh*
11572              beats me why this kludge wasn't guarded by a UNICOS-specific
11573              #define *sigh*)
11574      Branch: maint-5.6/perl
11575            ! perl.c
11576 ____________________________________________________________________________
11577 [ 11800] By: sky                                   on 2001/08/31  17:30:26
11578         Log: Fixes bug in change 11717 that bus errored on HP-UX 10.20
11579              Might break on platforms where bool is larger than 8 bites ???
11580      Branch: perl
11581            ! regcomp.c
11582 ____________________________________________________________________________
11583 [ 11799] By: ams                                   on 2001/08/31  12:15:44
11584         Log: Integrate 11778 into mainline.
11585      Branch: perl
11586            ! t/base/term.t
11587 ____________________________________________________________________________
11588 [ 11798] By: sky                                   on 2001/08/31  11:31:44
11589         Log: Change 11797 sneaked in a faulty regcomp.c change which wasn't
11590              supposed to happen.
11591      Branch: perl
11592            ! regcomp.c
11593 ____________________________________________________________________________
11594 [ 11797] By: sky                                   on 2001/08/31  11:28:17
11595         Log: Subject: Re: Problem in ext/Time/HiRest/HiRes.t 
11596              From: "John P. Linderman" <jpl@research.att.com>
11597              Date: Fri, 31 Aug 2001 08:20:35 -0400
11598              Message-Id: <200108311220.IAA54125@raptor.research.att.com>
11599              Fixes test 14 which could fail randomly in rare cases.
11600      Branch: perl
11601            ! ext/Time/HiRes/HiRes.t regcomp.c
11602 ____________________________________________________________________________
11603 [ 11796] By: ams                                   on 2001/08/31  01:13:07
11604         Log: Subject: [PATCH] Embaressing typo in Syslog's Makefile.PL
11605              From: Nicholas Clark <nick@ccl4.org>
11606              Date: Thu, 30 Aug 2001 23:21:50 +0100
11607              Message-Id: <20010830232150.D4950@plum.flirble.org>
11608      Branch: perl
11609            ! ext/Sys/Syslog/Makefile.PL
11610 ____________________________________________________________________________
11611 [ 11795] By: ams                                   on 2001/08/30  23:53:23
11612         Log: Subject: [PATCH pod/perlhack.pod] Yet another improvement to the
11613              patching example
11614              From: Michael G Schwern <schwern@pobox.com>
11615              Date: Thu, 30 Aug 2001 17:02:08 -0400
11616              Message-Id: <20010830170208.M2318@blackrider>
11617      Branch: perl
11618            ! pod/perlhack.pod
11619 ____________________________________________________________________________
11620 [ 11794] By: ams                                   on 2001/08/30  19:35:36
11621         Log: Subject: [PATCH] pp_modulo
11622              From: Nicholas Clark <nick@ccl4.org>
11623              Date: Thu, 30 Aug 2001 18:20:54 +0100
11624              Message-Id: <20010830182053.A4950@plum.flirble.org>
11625      Branch: perl
11626            ! pp.c t/op/64bitint.t
11627 ____________________________________________________________________________
11628 [ 11793] By: sky                                   on 2001/08/30  13:02:48
11629         Log: 11792 wasn't complete
11630      Branch: perl
11631            ! makedef.pl regcomp.c
11632 ____________________________________________________________________________
11633 [ 11792] By: sky                                   on 2001/08/30  12:21:11
11634         Log: Added checks for PL_custom* and Perl_custom* functions in makedef.pl
11635      Branch: perl
11636            ! makedef.pl
11637 ____________________________________________________________________________
11638 [ 11791] By: sky                                   on 2001/08/30  10:08:02
11639         Log: Due to braindamaged makedef.pl change 11758 broke makedef.pl
11640      Branch: perl
11641            ! config_h.SH
11642 ____________________________________________________________________________
11643 [ 11790] By: sky                                   on 2001/08/30  08:22:31
11644         Log: Introduces SvREPADTMP(sv) that marks a repad SvIV as a offset
11645              on the pad. Fixes coredumps in cleanups introduced by
11646              Change 11755  
11647      Branch: perl
11648            ! op.c perl.c sv.h
11649 ____________________________________________________________________________
11650 [ 11789] By: sky                                   on 2001/08/29  19:01:47
11651         Log: GCC on HP-UX 11 with 64bit support breaks inet_ntoa
11652              This is a replacement implmentation that works on HPUX.
11653              This bug should probably be fixed in GCC.
11654      Branch: perl
11655            ! ext/Socket/Socket.xs
11656 ____________________________________________________________________________
11657 [ 11788] By: ams                                   on 2001/08/29  17:35:33
11658         Log: Subject: [PATCH] pass all tests when compiling with -DNO_PERL_PRESERVE_IVUV
11659              From: Nicholas Clark <nick@ccl4.org>
11660              Date: Wed, 29 Aug 2001 18:21:56 +0100
11661              Message-Id: <20010829182156.O4950@plum.flirble.org>
11662      Branch: perl
11663            ! ext/Devel/Peek/Peek.t sv.c t/op/64bitint.t t/op/numconvert.t
11664 ____________________________________________________________________________
11665 [ 11787] By: sky                                   on 2001/08/29  10:42:54
11666         Log: Added test for pack_addr_in and unpack_addr_in
11667              Nitpik in test 10
11668      Branch: perl
11669            ! ext/Socket/Socket.t
11670 ____________________________________________________________________________
11671 [ 11786] By: sky                                   on 2001/08/29  10:28:14
11672         Log: Added three tests to test inet_ntoa/inet_aton and *packaddr*
11673              Trying to catch errors on HP-UX
11674      Branch: perl
11675            ! ext/Socket/Socket.t
11676 ____________________________________________________________________________
11677 [ 11785] By: sky                                   on 2001/08/29  09:07:03
11678         Log: make sure USE_THREADS is defined so external apps work
11679      Branch: perl
11680            ! config_h.SH
11681 ____________________________________________________________________________
11682 [ 11784] By: sky                                   on 2001/08/29  08:06:12
11683         Log: Subject: Re: The hitlist of untested modules.
11684              From: Jonathan Stowe <gellyfish@gellyfish.com>
11685              Date: Wed, 29 Aug 2001 09:25:49 +0100 (BST)
11686              Message-ID: <Pine.LNX.4.33.0108290923320.29273-100000@orpheus.gellyfish.com>
11687              Start of tests for Shell.pm (make Schwern poorer!)
11688      Branch: perl
11689            + lib/Shell.t
11690            ! MANIFEST
11691 ____________________________________________________________________________
11692 [ 11783] By: sky                                   on 2001/08/29  07:37:50
11693         Log: END{} can change the return value even if we die from BEGIN{}
11694      Branch: perl
11695            ! miniperlmain.c
11696 ____________________________________________________________________________
11697 [ 11782] By: ams                                   on 2001/08/29  06:32:17
11698         Log: Subject: Re: [PATCH] newer tests for the coderef-in-@INC !
11699              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11700              Date: Wed, 29 Aug 2001 09:18:17 +0200
11701              Message-Id: <20010829091817.A4453@rafael>
11702      Branch: perl
11703            ! t/op/inccode.t
11704 ____________________________________________________________________________
11705 [ 11781] By: pudge                                 on 2001/08/29  02:28:33
11706         Log: Delete xsubpp.patch, as full copy exists now
11707      Branch: maint-5.6/macperl
11708            - macos/xsubpp.patch
11709 ____________________________________________________________________________
11710 [ 11780] By: pudge                                 on 2001/08/29  02:26:03
11711         Log: Add Changes file
11712      Branch: maint-5.6/macperl
11713            + macos/Changes
11714 ____________________________________________________________________________
11715 [ 11779] By: pudge                                 on 2001/08/29  02:23:11
11716         Log: Add Mac version of xsubpp as separate file
11717      Branch: maint-5.6/macperl
11718            + macos/xsubpp
11719            ! macos/Makefile.mk
11720 ____________________________________________________________________________
11721 [ 11778] By: pudge                                 on 2001/08/29  02:14:57
11722         Log: Fix open of /dev/null for Mac OS
11723      Branch: maint-5.6/macperl
11724            ! t/base/term.t
11725 ____________________________________________________________________________
11726 [ 11777] By: pudge                                 on 2001/08/29  02:12:52
11727         Log: Various patches: enable more tests; skip CVS in PerlInstall;
11728              fix typemap for Mac::Processes; remove comments in MM_MacOS.pm
11729      Branch: maint-5.6/macperl
11730            ! macos/MacPerlTests.cmd macos/PerlInstall
11731            ! macos/ext/Mac/Processes/typemap macos/lib/ExtUtils/MM_MacOS.pm
11732 ____________________________________________________________________________
11733 [ 11776] By: pudge                                 on 2001/08/29  02:11:42
11734         Log: Allow for platforms to override formatting of errors
11735              on output from Matthias Neeracher (Mac files)
11736      Branch: maint-5.6/macperl
11737            ! macos/macish.c macos/macish.h
11738 ____________________________________________________________________________
11739 [ 11775] By: pudge                                 on 2001/08/29  01:59:32
11740         Log: Allow for platforms to override formatting of errors
11741              on output from Matthias Neeracher (core files)
11742      Branch: maint-5.6/macperl
11743            ! perl.h pp_ctl.c util.c
11744 ____________________________________________________________________________
11745 [ 11774] By: pudge                                 on 2001/08/29  01:29:43
11746         Log: Add some param checking, from reports by Kevin Reid.
11747      Branch: maint-5.6/macperl
11748            ! macos/ext/Mac/Controls/Controls.pm
11749            ! macos/ext/Mac/Menus/Menus.pm macos/ext/Mac/Windows/Windows.pm
11750 ____________________________________________________________________________
11751 [ 11773] By: ams                                   on 2001/08/28  23:54:57
11752         Log: Subject: [PATCH] make coretest
11753              From: Paul Johnson <paul@pjcj.net>
11754              Date: Wed, 29 Aug 2001 00:11:38 +0200
11755              Message-Id: <20010829001138.B12169@pjcj.net>
11756              (Applied without the change to perlhack.pod. This should
11757              probably stay undocumented.)
11758      Branch: perl
11759            ! Makefile.SH t/TEST
11760 ____________________________________________________________________________
11761 [ 11772] By: sky                                   on 2001/08/28  13:01:20
11762         Log: Subject: [PATCH t/op/pack.t pod/perlhack.pod] Adding the failure diagnostic  
11763              From: Michael G Schwern <schwern@pobox.com>
11764              Date: Tue, 28 Aug 2001 09:57:39 -0400
11765              Message-ID: <20010828095738.E17775@blackrider>
11766      Branch: perl
11767            ! pod/perlhack.pod t/op/pack.t
11768 ____________________________________________________________________________
11769 [ 11771] By: sky                                   on 2001/08/28  11:20:13
11770         Log: Subject: [PATCH] put useful info in %INC for files loaded by a hook in @INC
11771              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11772              Date: Tue, 28 Aug 2001 14:23:43 +0200
11773              Message-ID: <20010828142343.A19299@rafael>
11774      Branch: perl
11775            ! pod/perlvar.pod pp_ctl.c
11776 ____________________________________________________________________________
11777 [ 11770] By: ams                                   on 2001/08/28  10:13:21
11778         Log: Subject: [PATCH] odd typo in op.h
11779              From: Nicholas Clark <nick@ccl4.org>
11780              Date: Tue, 28 Aug 2001 12:10:26 +0100
11781              Message-Id: <20010828121026.V4950@plum.flirble.org>
11782      Branch: perl
11783            ! op.h
11784 ____________________________________________________________________________
11785 [ 11769] By: sky                                   on 2001/08/28  08:09:16
11786         Log: Subject: [ID 20010827.008] no-foo options broken in B::Lint
11787              From: Ville "Skyttä" <scop@cs132170.pp.htv.fi>
11788              Date: Tue, 28 Aug 2001 02:22:20 +0300
11789              Message-Id: <200108272322.f7RNMKd02261@cs132170.pp.htv.fi>
11790      Branch: perl
11791            ! ext/B/B/Lint.pm
11792 ____________________________________________________________________________
11793 [ 11768] By: ams                                   on 2001/08/28  00:47:35
11794         Log: Subject: Re: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
11795              From: Michael G Schwern <schwern@pobox.com>
11796              Date: Mon, 27 Aug 2001 21:24:44 -0400
11797              Message-Id: <20010827212444.F12582@blackrider>
11798      Branch: perl
11799            ! pod/perlhack.pod t/op/pack.t
11800 ____________________________________________________________________________
11801 [ 11767] By: ams                                   on 2001/08/27  23:59:48
11802         Log: Subject: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
11803              From: Michael G Schwern <schwern@pobox.com>
11804              Date: Mon, 27 Aug 2001 20:12:29 -0400
11805              Message-Id: <20010827201229.D12582@blackrider>
11806      Branch: perl
11807            ! pod/perlhack.pod t/op/pack.t
11808 ____________________________________________________________________________
11809 [ 11766] By: ams                                   on 2001/08/27  23:39:40
11810         Log: Update Changes.
11811      Branch: perl
11812            ! Changes
11813 ____________________________________________________________________________
11814 [ 11765] By: ams                                   on 2001/08/27  22:53:10
11815         Log: Subject: Re: [PATCH] new tests for the coderef-in-@INC
11816              From: Michael G Schwern <schwern@pobox.com>
11817              Date: Mon, 27 Aug 2001 19:47:30 -0400
11818              Message-Id: <20010827194730.C12582@blackrider>
11819      Branch: perl
11820            ! t/op/inccode.t
11821 ____________________________________________________________________________
11822 [ 11764] By: ams                                   on 2001/08/27  22:46:21
11823         Log: Subject: [PATCH] new tests for the coderef-in-@INC
11824              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11825              Date: Mon, 27 Aug 2001 22:36:27 +0200
11826              Message-Id: <20010827223627.C690@rafael>
11827              
11828              Subject: Re: [PATCH] new tests for the coderef-in-@INC
11829              From: Nicholas Clark <nick@ccl4.org>
11830              Date: Tue, 28 Aug 2001 00:02:46 +0100
11831              Message-Id: <20010828000245.R4950@plum.flirble.org>
11832      Branch: perl
11833            + t/op/inccode.t
11834            ! MANIFEST
11835 ____________________________________________________________________________
11836 [ 11763] By: ams                                   on 2001/08/27  22:41:09
11837         Log: Subject: [PATCH lib/warnings.t] Removing 2>&1 requirement  (was Re:
11838              bleadperl on fire, Win95+4NT)
11839              From: Michael G Schwern <schwern@pobox.com>
11840              Date: Mon, 27 Aug 2001 16:54:42 -0400
11841              Message-Id: <20010827165442.F9436@blackrider>
11842      Branch: perl
11843            ! lib/warnings.t
11844 ____________________________________________________________________________
11845 [ 11762] By: sky                                   on 2001/08/27  19:19:17
11846         Log: Changed back Net/Ping.pm change #11759 since WNOHANG wasn't
11847              avaible at compile time. This broke the compilation of 
11848              Net/Ping.pm
11849      Branch: perl
11850            ! lib/Net/Ping.pm
11851 ____________________________________________________________________________
11852 [ 11761] By: sky                                   on 2001/08/27  18:34:48
11853         Log: Removed tripple definitions of CUSTOM_OP functions.
11854      Branch: perl
11855            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
11856 ____________________________________________________________________________
11857 [ 11760] By: sky                                   on 2001/08/27  18:21:27
11858         Log: Regen headers
11859      Branch: perl
11860            ! embed.h embedvar.h objXSUB.h opcode.h opnames.h perlapi.c
11861            ! perlapi.h proto.h
11862 ____________________________________________________________________________
11863 [ 11759] By: ams                                   on 2001/08/27  16:31:53
11864         Log: Subject: [PATCH] pod/perlfunc.pod, lib/Net/Ping.pm, ext/POSIX/POSIX.pod
11865              From: "chromatic" <chromatic@rmci.net>
11866              Date: Mon, 27 Aug 2001 11:17:09 -0600
11867              Message-Id: <20010827172111.89491.qmail@onion.perl.org>
11868      Branch: perl
11869            ! ext/POSIX/POSIX.pod lib/Net/Ping.pm pod/perlfunc.pod
11870 ____________________________________________________________________________
11871 [ 11758] By: sky                                   on 2001/08/27  15:16:42
11872         Log: Changes USE_THREADS to USE_5005THREADS in the entire source.
11873              Thanks to H. Merijn Brand for the patch.
11874              Some of the comments and or guards might be removable in perl.h now.
11875      Branch: perl
11876            ! NetWare/config_H.wc NetWare/nw5thread.c NetWare/nw5thread.h
11877            ! Porting/Glossary Porting/config_H README.threads config_h.SH
11878            ! cop.h cv.h deb.c dosish.h dump.c embed.h embed.pl embedvar.h
11879            ! ext/B/B.xs ext/B/B/C.pm ext/B/B/Deparse.pm
11880            ! ext/B/ramblings/runtime.porting ext/DynaLoader/dl_aix.xs
11881            ! ext/Thread/Thread.xs gv.c intrpvar.h mg.c miniperlmain.c
11882            ! objXSUB.h op.c os2/os2.c os2/os2ish.h perl.c perl.h perlapi.c
11883            ! perlvars.h pod/perlguts.pod pp.c pp.h pp_ctl.c pp_hot.c
11884            ! proto.h regexec.c scope.c sv.c sv.h thrdvar.h thread.h toke.c
11885            ! uconfig.h util.c vms/genconfig.pl vms/vms.c vos/config.alpha.h
11886            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
11887            ! win32/config_H.vc win32/perllib.c win32/win32.h
11888            ! win32/win32sck.c win32/win32thread.c win32/win32thread.h
11889            ! wince/config.h wince/config_H.ce wince/win32.h
11890            ! wince/win32thread.c wince/win32thread.h wince/wincesck.c
11891 ____________________________________________________________________________
11892 [ 11757] By: sky                                   on 2001/08/27  13:39:16
11893         Log: Subject: GNU ld parses arguments different
11894              From: H.Merijn Brand <h.m.brand@hccnet.nl>
11895              Date: Mon, 27 Aug 2001 16:25:51 +0200
11896              Message-Id: <20010827162254.2EA6.H.M.BRAND@hccnet.nl>
11897      Branch: perl
11898            ! hints/hpux.sh
11899 ____________________________________________________________________________
11900 [ 11756] By: sky                                   on 2001/08/27  13:18:45
11901         Log: Subject: Custom Ops
11902              From: Simon Cozens <simon@netthink.co.uk>
11903              Date: Sat, 25 Aug 2001 17:45:09 +0100
11904              Message-ID: <20010825174509.A5752@netthink.co.uk>
11905              I also added a fix to Opcode.pm to quite test cases.
11906      Branch: perl
11907            ! dump.c embed.pl ext/Opcode/Opcode.pm intrpvar.h op.c op.h
11908            ! opcode.pl pod/perlguts.pod pp_ctl.c pp_sys.c run.c sv.c utf8.c
11909 ____________________________________________________________________________
11910 [ 11755] By: sky                                   on 2001/08/27  05:37:17
11911         Log: Plugs a memory leak on destruction of regular expressions
11912              introcued by #11274.
11913              PL_regex_padav now has an AV as it's first entry with a list
11914              of freed regex_padav slots that it will reuse on creating
11915              new PMOPs.
11916      Branch: perl
11917            ! op.c perl.c
11918 ____________________________________________________________________________
11919 [ 11754] By: ams                                   on 2001/08/26  14:38:52
11920         Log: Subject: [PATCH] t/io/binmode.t
11921              From: Nicholas Clark <nick@ccl4.org>
11922              Date: Sun, 26 Aug 2001 12:03:05 +0100
11923              Message-Id: <20010826120305.C4950@plum.flirble.org>
11924              
11925              (Also a nitpick in #11752 to t/op/universal.t)
11926      Branch: perl
11927            ! t/io/binmode.t t/op/universal.t
11928 ____________________________________________________________________________
11929 [ 11753] By: ams                                   on 2001/08/26  08:19:34
11930         Log: Subject: [PATCH] op/universal.t failing
11931              From: Nicholas Clark <nick@ccl4.org>
11932              Date: Sun, 26 Aug 2001 09:48:22 +0100
11933              Message-Id: <20010826094822.B4950@plum.flirble.org>
11934      Branch: perl
11935            ! t/op/universal.t
11936 ____________________________________________________________________________
11937 [ 11752] By: ams                                   on 2001/08/25  22:46:13
11938         Log: Subject: Re: 'can' with undefined subs
11939              From: Tony Bowden <tony@kasei.com>
11940              Date: Sat, 25 Aug 2001 14:58:17 +0100
11941              Message-Id: <20010825145817.A11788@soto.kasei.com>
11942              (Applied with minor modifications.)
11943      Branch: perl
11944            ! t/op/universal.t
11945 ____________________________________________________________________________
11946 [ 11751] By: ams                                   on 2001/08/25  18:28:43
11947         Log: Subject: Re: 'can' with undefined subs
11948              From: Tony Bowden <tony@kasei.com>
11949              Date: Sat, 25 Aug 2001 15:13:14 +0100
11950              Message-Id: <20010825151314.B11788@soto.kasei.com>
11951      Branch: perl
11952            ! lib/UNIVERSAL.pm
11953 ____________________________________________________________________________
11954 [ 11750] By: nick                                  on 2001/08/25  15:24:15
11955         Log: Integrate mainline
11956      Branch: perlio
11957           +> t/io/binmode.t
11958           !> (integrate 26 files)
11959 ____________________________________________________________________________
11960 [ 11749] By: nick                                  on 2001/08/25  14:55:41
11961         Log: Subject:  Re: [PATCH] Added wisdom to perlhack.pod
11962              From:  John Peacock <jpeacock@rowman.com>
11963              Date:  Wed, 22 Aug 2001 12:05:28 -0400
11964              Message-Id:  <3B83D848.7FD9C6EF@rowman.com>
11965      Branch: perl
11966            ! pod/perlhack.pod
11967 ____________________________________________________________________________
11968 [ 11748] By: nick                                  on 2001/08/25  14:53:04
11969         Log: Subject:  Re: [PATCH] (was Re: PerlIO regerssion tests?)
11970              From:  Michael G Schwern <schwern@pobox.com>
11971              Date:  Wed, 22 Aug 2001 19:22:45 -0400
11972              Message-Id:  <20010822192245.U619@blackrider>
11973      Branch: perl
11974            ! MANIFEST
11975 ____________________________________________________________________________
11976 [ 11747] By: nick                                  on 2001/08/25  14:52:33
11977         Log: Subject:  [PATCH] (was Re: PerlIO regerssion tests?)
11978              From:  Nicholas Clark <nick@ccl4.org>
11979              Date:  Wed, 22 Aug 2001 23:29:06 +0100
11980              Message-Id:  <20010822232906.Z82818@plum.flirble.org>
11981      Branch: perl
11982            + t/io/binmode.t
11983            ! perlio.c pod/perlfunc.pod
11984 ____________________________________________________________________________
11985 [ 11744] By: nick                                  on 2001/08/25  14:37:33
11986         Log: Subject:  [PATCH bleadperl] quiet down VC++ warnings in a2py.c and walk.c
11987              From:  Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
11988              Date:  Fri, 24 Aug 2001 22:10:42 +0200
11989              Message-Id:  <1065978076.20010824221042@tesla.rcub.bg.ac.yu>
11990      Branch: perl
11991            ! x2p/a2py.c x2p/walk.c
11992 ____________________________________________________________________________
11993 [ 11743] By: nick                                  on 2001/08/25  14:32:47
11994         Log: Subject:  [DOC PATCH] The coderef-in-@INC feature
11995              From:  Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11996              Date:  Fri, 24 Aug 2001 23:34:13 +0200
11997              Message-Id:  <20010824233413.A1285@rafael>
11998      Branch: perl
11999            ! pod/perlfunc.pod pod/perlvar.pod
12000 ____________________________________________________________________________
12001 [ 11742] By: ams                                   on 2001/08/25  13:16:02
12002         Log: Subject: [PATCH] Re: The coderef in @INC strikes back
12003              From: Nicholas Clark <nick@ccl4.org>
12004              Date: Sat, 25 Aug 2001 14:50:07 +0100
12005              Message-Id: <20010825145007.L41464@plum.flirble.org>
12006      Branch: perl
12007            ! pp_ctl.c
12008 ____________________________________________________________________________
12009 [ 11741] By: nick                                  on 2001/08/24  07:08:45
12010         Log: When applying patch via Porting/apply fails, do p4 refresh
12011              to get old files back.
12012      Branch: perl
12013            ! Porting/apply
12014 ____________________________________________________________________________
12015 [ 11740] By: ams                                   on 2001/08/24  04:47:24
12016         Log: #11739 was incomplete.
12017      Branch: perl
12018            ! pod/perldiag.pod
12019 ____________________________________________________________________________
12020 [ 11739] By: ams                                   on 2001/08/24  04:09:40
12021         Log: Subject: [DOC patch bleadperl] "misspelled" misspelled
12022              From: "Philip Newton" <Philip.Newton@gmx.net>
12023              Date: Fri, 24 Aug 2001 07:08:34 +0200
12024      Branch: perl
12025            ! pod/perldiag.pod
12026 ____________________________________________________________________________
12027 [ 11738] By: ams                                   on 2001/08/24  02:19:42
12028         Log: Fixed Doug Wilson's email address.
12029      Branch: perl
12030            ! AUTHORS
12031 ____________________________________________________________________________
12032 [ 11737] By: ams                                   on 2001/08/24  00:10:13
12033         Log: Subject: [DOC PATCH] Adding new warning in perldiag.pod
12034              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
12035              Date: Thu, 23 Aug 2001 22:22:58 +0200
12036              Message-Id: <20010823222258.A901@rafael>
12037      Branch: perl
12038            ! pod/perldiag.pod
12039 ____________________________________________________________________________
12040 [ 11736] By: ams                                   on 2001/08/24  00:05:02
12041         Log: Subject: [PATCH perl@ ] add $Config('scriptdir'} on VMS
12042              From: "Craig A. Berry" <craigberry@mac.com>
12043              Date: Thu, 23 Aug 2001 19:07:45 -0500
12044              Message-Id: <a05101004b7ab4593bb24@[172.16.52.1]>
12045      Branch: perl
12046            ! configure.com
12047 ____________________________________________________________________________
12048 [ 11735] By: sky                                   on 2001/08/23  13:42:07
12049         Log: Backed out 11732, it breaks lib/strict.t 
12050      Branch: perl
12051            ! op.c
12052 ____________________________________________________________________________
12053 [ 11734] By: sky                                   on 2001/08/23  11:45:59
12054         Log: Removed toy from 17133 after Matt Sargeants request.
12055      Branch: perl
12056            ! pod/perlfaq4.pod
12057 ____________________________________________________________________________
12058 [ 11733] By: sky                                   on 2001/08/23  11:36:29
12059         Log: Subject: [PATCH perlfaq4] Faster permutation algorithms
12060              From: Robin Houston <robin@kitsite.com>
12061              Date: Wed, 22 Aug 2001 23:06:16 +0100
12062              Message-ID: <20010822230616.A254@robin.kitsite.com>
12063      Branch: perl
12064            ! pod/perlfaq4.pod
12065 ____________________________________________________________________________
12066 [ 11732] By: sky                                   on 2001/08/23  10:36:02
12067         Log: Subject: Re: [ID 20010822.001] Freeing pads after parse error
12068              From: Simon Cozens <simon@netthink.co.uk>
12069              Date: Thu, 23 Aug 2001 12:06:36 +0100
12070              Message-ID: <20010823120636.A9961@netthink.co.uk>
12071      Branch: perl
12072            ! op.c
12073 ____________________________________________________________________________
12074 [ 11731] By: gsar                                  on 2001/08/23  03:58:58
12075         Log: fix broken windows build
12076      Branch: perl
12077            ! perl.h
12078 ____________________________________________________________________________
12079 [ 11730] By: ams                                   on 2001/08/22  21:35:30
12080         Log: Subject: [PATCH] io/tell.t doesn't chdir t
12081              From: Nicholas Clark <nick@ccl4.org>
12082              Date: Wed, 22 Aug 2001 23:25:58 +0100
12083              Message-Id: <20010822232557.Y82818@plum.flirble.org>
12084      Branch: perl
12085            ! t/io/tell.t
12086 ____________________________________________________________________________
12087 [ 11729] By: ams                                   on 2001/08/22  20:32:21
12088         Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
12089              questions)
12090              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
12091              Date: Wed, 22 Aug 2001 17:09:04 -0400
12092              Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
12093              (Oops, forgot File::Spec::Unix in the previous patch.)
12094      Branch: perl
12095            ! lib/File/Spec/Unix.pm
12096 ____________________________________________________________________________
12097 [ 11728] By: ams                                   on 2001/08/22  20:25:41
12098         Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
12099              questions)
12100              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
12101              Date: Wed, 22 Aug 2001 17:09:04 -0400
12102              Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
12103      Branch: perl
12104            ! lib/File/Spec.pm
12105 ____________________________________________________________________________
12106 [ 11727] By: ams                                   on 2001/08/22  19:43:30
12107         Log: Subject: Re: [PATCH 1 of 3] $] is deprecated - eliminate from core tests
12108              From: John Peacock <jpeacock@rowman.com>
12109              Date: Wed, 22 Aug 2001 12:35:52 -0400
12110              Message-Id: <3B83DF68.5D89DC81@rowman.com>
12111              (Adds proper tests for $], notwithstanding Subject. +nitpick)
12112      Branch: perl
12113            ! t/op/ver.t
12114 ____________________________________________________________________________
12115 [ 11726] By: ams                                   on 2001/08/22  19:36:39
12116         Log: Subject: [ID 20010822.007] eval STRING & diagnostics.pm not mixing
12117              From: schwern@ool-18b93024.dyn.optonline.net (Michael G Schwern)
12118              Date: Wed, 22 Aug 2001 16:03:00 -0400 (EDT)
12119              Message-Id: <20010822200300.0D1638253@ool-18b93024.dyn.optonline.net>
12120      Branch: perl
12121            ! lib/diagnostics.pm lib/diagnostics.t
12122 ____________________________________________________________________________
12123 [ 11725] By: ams                                   on 2001/08/22  19:25:01
12124         Log: Subject: [PATCH] 64 bit integer preserving pp_divide
12125              From: Nicholas Clark <nick@ccl4.org>
12126              Date: Wed, 22 Aug 2001 20:59:05 +0100
12127              Message-Id: <20010822205905.U82818@plum.flirble.org>
12128      Branch: perl
12129            ! pp.c t/op/64bitint.t t/op/arith.t
12130 ____________________________________________________________________________
12131 [ 11724] By: ams                                   on 2001/08/22  10:02:33
12132         Log: Subject: Configure blooper
12133              From: H.Merijn Brand <h.m.brand@hccnet.nl>
12134              Date: Wed, 22 Aug 2001 12:38:35 +0200
12135              Message-Id: <20010822123750.A797.H.M.BRAND@hccnet.nl>
12136      Branch: perl
12137            ! Configure
12138 ____________________________________________________________________________
12139 [ 11723] By: ams                                   on 2001/08/21  16:17:53
12140         Log: Subject: [PATCH] installperl -help
12141              From: Nicholas Clark <nick@ccl4.org>
12142              Date: Tue, 21 Aug 2001 17:34:23 +0100
12143              Message-Id: <20010821173423.F82818@plum.flirble.org>
12144      Branch: perl
12145            ! installperl
12146 ____________________________________________________________________________
12147 [ 11722] By: ams                                   on 2001/08/20  07:46:31
12148         Log: Subject: [PATCH perlvar.pod] Rewrite $. entry and switch to -> syntax
12149              From: Ilmari Karonen <iltzu@sci.fi>
12150              Date: Mon, 20 Aug 2001 06:42:01 +0300 (EET DST)
12151              Message-Id: <Pine.SOL.3.96.1010820063126.28048A-100000@simpukka>
12152      Branch: perl
12153            ! pod/perlvar.pod
12154 ____________________________________________________________________________
12155 [ 11721] By: nick                                  on 2001/08/20  06:24:31
12156         Log: Integrate mainline
12157      Branch: perlio
12158           +> Porting/apply lib/Lingua/KO/Hangul/Util.pm
12159           +> lib/Lingua/KO/Hangul/Util/Changes
12160           +> lib/Lingua/KO/Hangul/Util/README
12161           +> lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
12162           +> lib/Unicode/Collate/Changes lib/Unicode/Collate/README
12163           +> lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
12164           +> lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
12165           +> lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
12166           +> lib/Unicode/Normalize/t/test.t
12167            - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
12168           !> (integrate 55 files)
12169 ____________________________________________________________________________
12170 [ 11720] By: pudge                                 on 2001/08/19  19:00:16
12171         Log: Integrate Change #11599 from maint-5.6/perl
12172      Branch: maint-5.6/macperl
12173           !> README.win32
12174 ____________________________________________________________________________
12175 [ 11719] By: ams                                   on 2001/08/18  21:21:42
12176         Log: Add Porting/apply to MANIFEST.
12177      Branch: perl
12178            ! MANIFEST
12179 ____________________________________________________________________________
12180 [ 11718] By: sky                                   on 2001/08/18  14:38:01
12181         Log: PL_reentrant_buffer does not exist in 5005threaded perl.
12182              Better solution would be to make 5005threaded perl use
12183              the same system as ithreads do
12184      Branch: perl
12185            ! perl.h
12186 ____________________________________________________________________________
12187 [ 11717] By: jhi                                   on 2001/08/18  14:24:42
12188         Log: New try for ID 20010407.006: detach the semantics
12189              "was the last match target UTF8" into its own variable.
12190      Branch: perl
12191            ! embedvar.h intrpvar.h mg.c perlapi.h pod/perlapi.pod pp.c
12192            ! pp_hot.c regcomp.c regexec.c sv.c t/op/pat.t thrdvar.h
12193 ____________________________________________________________________________
12194 [ 11716] By: jhi                                   on 2001/08/18  12:11:14
12195         Log: UTF8 flag should be meaningful only when POK.
12196      Branch: perl
12197            ! dump.c
12198 ____________________________________________________________________________
12199 [ 11715] By: sky                                   on 2001/08/18  11:45:16
12200         Log: USE_THREADS and USE_ITHREADS are never true at the same time
12201      Branch: perl
12202            ! perl.h
12203 ____________________________________________________________________________
12204 [ 11714] By: jhi                                   on 2001/08/18  06:03:24
12205         Log: Retract #11712 for now.  The real fix would probably
12206              be something like making PL_reg_sv a copy (PV + UTF8)
12207              of the matched/substituted string (note: not just a SvPOK
12208              string, for example the stringified form of a ROK would
12209              be applicable)  Beware of leaks.
12210      Branch: perl
12211            ! pp_hot.c t/op/pat.t
12212 ____________________________________________________________________________
12213 [ 11713] By: jhi                                   on 2001/08/18  03:22:42
12214         Log: UTF8 wasn't printing for PVMGs.
12215      Branch: perl
12216            ! dump.c
12217 ____________________________________________________________________________
12218 [ 11712] By: jhi                                   on 2001/08/18  03:22:24
12219         Log: (Retracted by #11714)
12220              
12221              Okay analysis, debatable fix.  (The fix will inc
12222              the refcount of all temporary match objects,
12223              like for example tied(%h) =~ /^.../ from Tie/RefHash.t,
12224              which will then cause griping at untie() time
12225              ("inner references remain").
12226              
12227              Fix for ID 20010407.006: PL_reg_sv got wiped out
12228              by freetemps if the match target was a temporary
12229              (like function_call() =~ /.../), which in turn meant
12230              that the $1 et al stopped working if they had UTF-8
12231              in them.  Therefore bump up the refcount of PL_reg_sv.
12232      Branch: perl
12233            ! pp_hot.c t/op/pat.t
12234 ____________________________________________________________________________
12235 [ 11711] By: ams                                   on 2001/08/17  20:32:08
12236         Log: Subject: [PATCH] doesn't compile, was perl@11710
12237              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
12238              Date: Fri, 17 Aug 2001 23:21:10 +0200
12239              Message-Id: <20010817232110.C7041@rafael> 
12240      Branch: perl
12241            ! sharedsv.c
12242 ____________________________________________________________________________
12243 [ 11710] By: jhi                                   on 2001/08/17  14:26:57
12244         Log: Update Changes.
12245      Branch: perl
12246            ! Changes patchlevel.h
12247 ____________________________________________________________________________
12248 [ 11709] By: jhi                                   on 2001/08/17  13:47:53
12249         Log: Upgrade to libnet 1.0704.
12250      Branch: perl
12251            - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
12252            ! MANIFEST lib/Net/ChangeLog.libnet lib/Net/Cmd.pm
12253            ! lib/Net/Config.pm lib/Net/Domain.pm lib/Net/FTP.pm
12254            ! lib/Net/FTP/A.pm lib/Net/FTP/I.pm lib/Net/FTP/dataconn.pm
12255            ! lib/Net/NNTP.pm lib/Net/Netrc.pm lib/Net/POP3.pm
12256            ! lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/Time.pm
12257            ! lib/Net/libnetFAQ.pod lib/Net/t/ftp.t
12258 ____________________________________________________________________________
12259 [ 11708] By: sky                                   on 2001/08/17  13:34:04
12260         Log: Let perl_clone copy PL_exit_flags
12261      Branch: perl
12262            ! sv.c
12263 ____________________________________________________________________________
12264 [ 11707] By: sky                                   on 2001/08/17  12:28:41
12265         Log: Protext sharedsv_space better. Extended EDIT and RELEASE macro
12266      Branch: perl
12267            ! sharedsv.c sharedsv.h
12268 ____________________________________________________________________________
12269 [ 11706] By: jhi                                   on 2001/08/17  11:59:28
12270         Log: The metaconfig unit change for #11705.
12271      Branch: metaconfig/U/perl
12272            ! Extensions.U
12273 ____________________________________________________________________________
12274 [ 11705] By: jhi                                   on 2001/08/17  11:58:48
12275         Log: Allow the threads extension to be found if present.
12276      Branch: perl
12277            ! Configure
12278 ____________________________________________________________________________
12279 [ 11704] By: nick                                  on 2001/08/17  11:47:54
12280         Log: Mail -> change script (pre-alpha)
12281      Branch: perl
12282            + Porting/apply
12283 ____________________________________________________________________________
12284 [ 11703] By: sky                                   on 2001/08/17  07:11:24
12285         Log: Fixed macros for localtime_r under USE_REENTRANT_API, also fixed for HP-UX 10.20
12286              Thanks to Tom Hospel for pointing out my error.
12287      Branch: perl
12288            ! op.h
12289 ____________________________________________________________________________
12290 [ 11702] By: sky                                   on 2001/08/17  04:18:11
12291         Log: Adds PERL_EXIT_DESTRUCT_END to PL_exit_flags which if set moves END block running to perl_destruct, changes prototype of perl_destruct to return exitstatus.
12292      Branch: perl
12293            ! embed.pl miniperlmain.c perl.c perl.h proto.h
12294 ____________________________________________________________________________
12295 [ 11701] By: jhi                                   on 2001/08/17  03:22:38
12296         Log: Integrate Lingua::KO::Hangul::Util 0.02, Unicode::Normalize,
12297              and Unicode::Collate 0.07, from SADAHIRO Tomoyuki.
12298      Branch: perl
12299            + lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
12300            + lib/Lingua/KO/Hangul/Util/README
12301            + lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
12302            + lib/Unicode/Collate/Changes lib/Unicode/Collate/README
12303            + lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
12304            + lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
12305            + lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
12306            + lib/Unicode/Normalize/t/test.t
12307            ! MANIFEST
12308 ____________________________________________________________________________
12309 [ 11700] By: jhi                                   on 2001/08/17  02:58:59
12310         Log: Subject: [PATCH perl@11683] IEEE float tweak for VMS
12311              Date: Thu, 16 Aug 2001 22:46:15 -0500
12312              From: "Craig A. Berry" <craigberry@mac.com>
12313              Message-Id: <5.1.0.14.0.20010816204836.01ab4e58@exchi01>
12314      Branch: perl
12315            ! configure.com numeric.c
12316 ____________________________________________________________________________
12317 [ 11699] By: jhi                                   on 2001/08/17  02:33:00
12318         Log: It seems that Tru64 has "naturally" threadsafe APIs only for
12319              of the usual suspects (like getpwent) but not for others
12320              (like localtime and rand).  The _r versions are available
12321              for all of them, so let's use them.
12322      Branch: perl
12323            ! perl.h
12324 ____________________________________________________________________________
12325 [ 11698] By: jhi                                   on 2001/08/17  01:53:02
12326         Log: (Accidental apply; thankfully empty.)
12327      Branch: perl
12328            ! hints/os390.sh
12329 ____________________________________________________________________________
12330 [ 11697] By: jhi                                   on 2001/08/17  01:50:55
12331         Log: Subject: Re: [ID 20010803.016] Possible regex bug in 5.6.1 
12332              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
12333              Date: Thu, 16 Aug 2001 16:27:49 +0100
12334              Message-Id: <200108161527.f7GFRnH09419@crypt.compulink.co.uk>
12335      Branch: perl
12336            ! regexec.c t/op/re_tests
12337 ____________________________________________________________________________
12338 [ 11696] By: jhi                                   on 2001/08/17  01:50:01
12339         Log: Subject: Re: [ID 20010814.004] pos() doesn't work when using =~m// in list context 
12340              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
12341              Date: Thu, 16 Aug 2001 18:50:01 +0100
12342              Message-Id: <200108161750.f7GHo1l22207@crypt.compulink.co.uk>
12343      Branch: perl
12344            ! pp_hot.c t/op/pat.t
12345 ____________________________________________________________________________
12346 [ 11695] By: jhi                                   on 2001/08/17  01:49:12
12347         Log: Subject: [PATCH] *time_r again
12348              From: "Arthur Bergman" <arthur@contiller.se>
12349              Date: Thu, 16 Aug 2001 16:01:54 +0200
12350              Message-ID: <00ca01c1265c$0175f940$21000a0a@vogw2kdev>
12351      Branch: perl
12352            ! op.h
12353 ____________________________________________________________________________
12354 [ 11694] By: jhi                                   on 2001/08/17  01:47:53
12355         Log: system() and backtick error handling cleanup from Craig A. Berry.
12356      Branch: perl
12357            ! vms/vms.c
12358 ____________________________________________________________________________
12359 [ 11693] By: gsar                                  on 2001/08/17  01:07:21
12360         Log: change#10334 leaks memory, copies string when it doesn't
12361              need to
12362      Branch: perl
12363            ! perl.c
12364 ____________________________________________________________________________
12365 [ 11692] By: jhi                                   on 2001/08/16  12:22:29
12366         Log: One more twist to the sprintf + utf8 testing.
12367      Branch: perl
12368            ! t/op/misc.t
12369 ____________________________________________________________________________
12370 [ 11691] By: jhi                                   on 2001/08/16  11:46:02
12371         Log: Fix for 20010407.008 sprintf removes utf8-ness.
12372      Branch: perl
12373            ! pp.c t/op/misc.t
12374 ____________________________________________________________________________
12375 [ 11690] By: jhi                                   on 2001/08/16  11:31:00
12376         Log: Subject: [PATCH] *time_r fixes
12377              From: "Arthur Bergman" <arthur@contiller.se>
12378              Message-ID: <00b901c1264e$1cbe6970$21000a0a@vogw2kdev>
12379              Date: Thu, 16 Aug 2001 14:22:27 +0200
12380      Branch: perl
12381            ! op.h
12382 ____________________________________________________________________________
12383 [ 11689] By: jhi                                   on 2001/08/16  11:29:30
12384         Log: Upgrade to CGI.pm 2.77.
12385      Branch: perl
12386            ! lib/CGI.pm lib/CGI/Fast.pm lib/CGI/Util.pm lib/CGI/t/form.t
12387            ! lib/CGI/t/function.t
12388 ____________________________________________________________________________
12389 [ 11688] By: jhi                                   on 2001/08/16  01:07:21
12390         Log: Document the bytes-to-Unicode upgrading.
12391      Branch: perl
12392            ! pod/perlunicode.pod
12393 ____________________________________________________________________________
12394 [ 11687] By: jhi                                   on 2001/08/16  00:29:29
12395         Log: Add a test for Unicode sprintf.
12396      Branch: perl
12397            ! t/op/misc.t
12398 ____________________________________________________________________________
12399 [ 11686] By: jhi                                   on 2001/08/16  00:20:40
12400         Log: Add Unicode tests for index/rindex.
12401      Branch: perl
12402            ! t/op/index.t
12403 ____________________________________________________________________________
12404 [ 11685] By: jhi                                   on 2001/08/15  22:51:53
12405         Log: Document a bit the art of minimizing the installation,
12406              based on the p5p discussion.
12407      Branch: perl
12408            ! INSTALL
12409 ____________________________________________________________________________
12410 [ 11684] By: nick                                  on 2001/08/15  15:03:31
12411         Log: Integrate mainline
12412      Branch: perlio
12413           +> sharedsv.c sharedsv.h
12414           !> (integrate 53 files)
12415 ____________________________________________________________________________
12416 [ 11683] By: jhi                                   on 2001/08/15  13:49:07
12417         Log: Update Changes.
12418      Branch: perl
12419            ! Changes patchlevel.h
12420 ____________________________________________________________________________
12421 [ 11682] By: jhi                                   on 2001/08/15  13:26:00
12422         Log: The #11673 necessitated a test tweak.
12423      Branch: perl
12424            ! t/io/utf8.t
12425 ____________________________________________________________________________
12426 [ 11681] By: jhi                                   on 2001/08/15  13:12:50
12427         Log: Also UNICOS is in the general case unable to silently
12428              handle fp overflows.
12429      Branch: perl
12430            ! numeric.c
12431 ____________________________________________________________________________
12432 [ 11680] By: jhi                                   on 2001/08/15  13:05:15
12433         Log: Try to get NV_MIN, NV_MAX, NV_MIN_10_EXP, NV_MAX_10_EXP,
12434              NV_EPSILON #defined.
12435      Branch: perl
12436            ! perl.h
12437 ____________________________________________________________________________
12438 [ 11679] By: jhi                                   on 2001/08/15  12:48:32
12439         Log: Re-establish the fp overflow detection for VAX VMS; there
12440              is no easy way to have the IEEE fp silent overflow semantics.
12441              (in Alpha VMS we still will use IEEE fp by default-- but it
12442              is still possible to configure Perl to use G_FLOAT)
12443      Branch: perl
12444            ! numeric.c
12445 ____________________________________________________________________________
12446 [ 11678] By: jhi                                   on 2001/08/15  12:27:41
12447         Log: Subject: [PATCH] pp_lock 
12448              From: "Arthur Bergman" <arthur@contiller.se>
12449              Date: Wed, 15 Aug 2001 11:52:16 +0200
12450              Message-ID: <008401c1256f$f75a91b0$21000a0a@vogw2kdev>
12451      Branch: perl
12452            ! pp.c
12453 ____________________________________________________________________________
12454 [ 11677] By: jhi                                   on 2001/08/15  12:26:44
12455         Log: Subject: Re: [ID 20010809.023] perlre misleads when stating that (?i) should be at front of pattern 
12456              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
12457              Date: Wed, 15 Aug 2001 11:32:11 +0100
12458              Message-Id: <200108151032.f7FAWBI30961@crypt.compulink.co.uk>
12459      Branch: perl
12460            ! regcomp.c t/op/re_tests
12461 ____________________________________________________________________________
12462 [ 11676] By: jhi                                   on 2001/08/15  12:25:29
12463         Log: Subject: Re: [ID 20010811.006] re_eval: logical leaks 
12464              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
12465              Date: Wed, 15 Aug 2001 10:33:49 +0100
12466              Message-Id: <200108150933.f7F9Xnr11222@crypt.compulink.co.uk>
12467      Branch: perl
12468            ! regexec.c t/op/re_tests
12469 ____________________________________________________________________________
12470 [ 11675] By: jhi                                   on 2001/08/15  03:28:20
12471         Log: Subject: Re: bug in File::Spec 0.82 (canonpath)
12472              From: Barrie Slaymaker <barries@slaysys.com>
12473              Date: Tue, 14 Aug 2001 14:32:25 -0400
12474              Message-ID: <20010814143225.A19822@jester.slaysys.com>
12475      Branch: perl
12476            ! lib/File/Spec.t lib/File/Spec/Unix.pm
12477 ____________________________________________________________________________
12478 [ 11674] By: jhi                                   on 2001/08/15  03:25:32
12479         Log: Subject: [PATCH: perl@11626] modify VMS default prefix for installation
12480              From: Peter Prymmer <pvhp@forte.com>
12481              Date: Tue, 14 Aug 2001 13:33:32 -0700 (PDT)
12482              Message-ID: <Pine.OSF.4.10.10108141327590.192110-100000@aspara.forte.com>
12483      Branch: perl
12484            ! README.vms configure.com
12485 ____________________________________________________________________________
12486 [ 11673] By: jhi                                   on 2001/08/15  03:16:14
12487         Log: Subject: [PATCH perl@11660] Warning incorrectly reported without -w
12488              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
12489              Date: Tue, 14 Aug 2001 21:23:27 +0200
12490              Message-ID: <20010814212327.A1919@rafael>
12491      Branch: perl
12492            ! doio.c
12493 ____________________________________________________________________________
12494 [ 11672] By: jhi                                   on 2001/08/15  03:15:25
12495         Log: Subject: [PATCH bleadperl] fixing SDBM_File problems under win32
12496              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
12497              Date: Tue, 14 Aug 2001 22:30:11 +0200
12498              Message-ID: <4224685483.20010814223011@tesla.rcub.bg.ac.yu>
12499              
12500              Combination of nmake, quoting, and Perl expanded $( in here-doc.
12501      Branch: perl
12502            ! ext/SDBM_File/Makefile.PL
12503 ____________________________________________________________________________
12504 [ 11671] By: jhi                                   on 2001/08/14  13:44:40
12505         Log: Todo updates.
12506      Branch: perl
12507            ! pod/perltodo.pod
12508 ____________________________________________________________________________
12509 [ 11670] By: jhi                                   on 2001/08/14  13:10:36
12510         Log: Subject: [PATCH bleadperl CORE] removing sv.c warnings on VC++5.0
12511              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
12512              Date: Mon, 13 Aug 2001 23:15:01 +0200
12513              Message-ID: <6114148607.20010813231501@tesla.rcub.bg.ac.yu>
12514      Branch: perl
12515            ! sv.c
12516 ____________________________________________________________________________
12517 [ 11669] By: jhi                                   on 2001/08/14  13:07:09
12518         Log: Subject: [PATCH] [b-]showlex.t
12519              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
12520              Date: Sun, 12 Aug 2001 22:24:51 +0200
12521              Message-ID: <6510457078.20010812222451@tesla.rcub.bg.ac.yu>
12522              
12523              The 4nt command shell will expand the % in command line
12524              no matter what quoting is attempted, changed the % to @.
12525      Branch: perl
12526            ! ext/B/Showlex.t
12527 ____________________________________________________________________________
12528 [ 11668] By: jhi                                   on 2001/08/14  13:01:02
12529         Log: Subject: [PATCH] magic.t
12530              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
12531              Date: Sun, 12 Aug 2001 20:49:27 +0200
12532              Message-ID: <844732764.20010812204927@tesla.rcub.bg.ac.yu>
12533      Branch: perl
12534            ! t/op/magic.t
12535 ____________________________________________________________________________
12536 [ 11667] By: jhi                                   on 2001/08/14  12:35:17
12537         Log: Add sharedsv* to the DOSish platforms; plus add
12538              some WinCE files to the list of DOSish files.
12539      Branch: perl
12540            ! NetWare/Makefile Porting/makerel win32/Makefile
12541            ! win32/makefile.mk wince/Makefile.ce
12542 ____________________________________________________________________________
12543 [ 11666] By: jhi                                   on 2001/08/14  12:29:57
12544         Log: More DOSish files.
12545      Branch: perl
12546            ! Porting/makerel
12547 ____________________________________________________________________________
12548 [ 11665] By: jhi                                   on 2001/08/14  12:27:58
12549         Log: Strip CRs from the WinCE files.  Now we need to
12550              figure out in which CRs are really needed: probably
12551              Makefile.ce and the README files, at least, probably
12552              also the registry.bat.
12553      Branch: perl
12554            ! wince/Makefile.ce wince/README.compile wince/README.perlce
12555            ! wince/config.h wince/include/cectype.h wince/include/errno.h
12556            ! wince/include/sys/stat.h wince/include/sys/types.h
12557            ! wince/include/sys/utime.h wince/include/time.h wince/perl.rc
12558            ! wince/perldll.def wince/registry.bat wince/wince.h
12559            ! wince/xbuildall.ksh wince/xdistclean.ksh wince/xmakediffs.ksh
12560 ____________________________________________________________________________
12561 [ 11664] By: jhi                                   on 2001/08/14  12:05:09
12562         Log: Add some files to DOSish and writables.
12563      Branch: perl
12564            ! Porting/makerel
12565 ____________________________________________________________________________
12566 [ 11663] By: jhi                                   on 2001/08/14  03:08:07
12567         Log: Compile failure message tidying.
12568      Branch: perl
12569            ! t/lib/1_compile.t
12570 ____________________________________________________________________________
12571 [ 11662] By: jhi                                   on 2001/08/14  01:41:22
12572         Log: The new sharedsv* should be exported only if usethreads.
12573      Branch: perl
12574            ! makedef.pl
12575 ____________________________________________________________________________
12576 [ 11661] By: jhi                                   on 2001/08/14  00:25:30
12577         Log: Subject: [PATCH: perl@11626] URL updates for README.os390
12578              From: Peter Prymmer <pvhp@forte.com>
12579              Date: Mon, 13 Aug 2001 15:21:06 -0700 (PDT)
12580              Message-ID: <Pine.OSF.4.10.10108131517570.151295-100000@aspara.forte.com>
12581      Branch: perl
12582            ! README.os390
12583 ____________________________________________________________________________
12584 [ 11660] By: jhi                                   on 2001/08/13  12:54:54
12585         Log: Update Changes.
12586      Branch: perl
12587            ! Changes patchlevel.h
12588 ____________________________________________________________________________
12589 [ 11659] By: jhi                                   on 2001/08/13  12:45:21
12590         Log: Subject: [PATHC] sharedsv.[c|h]
12591              From: "Artur Bergman" <artur@contiller.se>
12592              Date: Mon, 13 Aug 2001 14:38:41 +0200
12593              Message-ID: <005401c123f4$e1f53360$21000a0a@vogw2kdev>  
12594              
12595              Subject: [PATCH] embed.pl
12596              From: Arthur Bergman <arthur@contiller.se>
12597              Date: Mon, 13 Aug 2001 14:38:14 +0200
12598              Message-ID: <B79D96D6.3088%arthur@contiller.se>
12599              
12600              Subject: [PATCH] sharedsv cleanups
12601              From: "Arthur Bergman" <arthur@contiller.se>
12602              Date: Mon, 13 Aug 2001 15:14:25 +0200
12603              Message-ID: <005a01c123f9$dfe525d0$21000a0a@vogw2kdev>  
12604              
12605              Plus few tweaks: _init needs to be Adp, the prototypes
12606              should not be revealed unless using ithreads, #endif FOO
12607              must be #endif /* FOO */, adding (parentheses) around
12608              do { } while doesn't work too well.
12609      Branch: perl
12610            + sharedsv.c sharedsv.h
12611            ! MANIFEST Makefile.SH embed.h embed.pl global.sym objXSUB.h
12612            ! perl.h perlapi.c pod/perlapi.pod proto.h
12613 ____________________________________________________________________________
12614 [ 11658] By: jhi                                   on 2001/08/13  12:00:08
12615         Log: Subject: Re: END {} blocks run in perl_run
12616              From: Arthur Bergman <arthur@contiller.se>
12617              Date: Mon, 13 Aug 2001 11:11:30 +0200
12618              Message-ID: <B79D6661.3068%arthur@contiller.se>
12619      Branch: perl
12620            ! perl.c
12621 ____________________________________________________________________________
12622 [ 11657] By: nick                                  on 2001/08/13  09:03:02
12623         Log: Integrate mainline
12624      Branch: perlio
12625           +> (branch 326 files)
12626            - (delete 330 files)
12627           !> (integrate 85 files)
12628 ____________________________________________________________________________
12629 [ 11656] By: jhi                                   on 2001/08/12  23:24:18
12630         Log: If you want you can now add -DUSE_UTF8_SCRIPTS to your cflags
12631              and the Perl will be built to do that by default (adding that
12632              will break scripts having non-UTF-8 binary data, such as Latin-1.)
12633      Branch: perl
12634            ! op.c toke.c utf8.h
12635 ____________________________________________________________________________
12636 [ 11655] By: jhi                                   on 2001/08/12  23:05:14
12637         Log: Unnecessary downgrades.
12638      Branch: perl
12639            ! doop.c
12640 ____________________________________________________________________________
12641 [ 11654] By: jhi                                   on 2001/08/12  22:56:47
12642         Log: Failure not true anymore (probably caused by my broken setup).
12643      Branch: perl
12644            ! t/op/pat.t
12645 ____________________________________________________________________________
12646 [ 11653] By: jhi                                   on 2001/08/12  22:46:12
12647         Log: Not quite so relicy as thought in #11651 (op/concat #4 and #5
12648              stopped working).
12649      Branch: perl
12650            ! op.h pp_ctl.c regcomp.c
12651 ____________________________________________________________________________
12652 [ 11652] By: jhi                                   on 2001/08/12  22:30:04
12653         Log: There is no IN_UTF8.
12654      Branch: perl
12655            ! utf8.h
12656 ____________________________________________________________________________
12657 [ 11651] By: jhi                                   on 2001/08/12  21:08:06
12658         Log: More (less) regex/utf8 relics.  (Toned down later in #11653.)
12659      Branch: perl
12660            ! op.c op.h pp_ctl.c regcomp.c
12661 ____________________________________________________________________________
12662 [ 11650] By: jhi                                   on 2001/08/12  20:17:32
12663         Log: Relic in op.c (no regex feature should depend on the utf8 pragma),
12664              and a test tweak.
12665      Branch: perl
12666            ! op.c t/pod/find.t
12667 ____________________________________________________________________________
12668 [ 11649] By: jhi                                   on 2001/08/12  18:45:52
12669         Log: Todo updates and fixes.
12670      Branch: perl
12671            ! pod/perltodo.pod
12672 ____________________________________________________________________________
12673 [ 11648] By: jhi                                   on 2001/08/12  18:43:50
12674         Log: Mark tests (and one module) having explicit Latin-1
12675              (and one file having explicit UTF-8) with an explicit
12676              'no utf8' (and one explicit 'use utf8').
12677              
12678              NOTE: t/op/pat.t #64 fails mysteriously under 'use utf8'.
12679      Branch: perl
12680            ! lib/CGI/t/html.t lib/Locale/Codes/t/languages.t
12681            ! lib/Locale/Language.pm lib/charnames.t lib/locale.t
12682            ! t/lib/locale/latin1 t/lib/locale/utf8 t/op/pat.t
12683 ____________________________________________________________________________
12684 [ 11647] By: jhi                                   on 2001/08/12  17:10:22
12685         Log: Subject: SV: END {} blocks run in perl_run
12686              From: "Arthur Bergman" <arthur@contiller.se>
12687              Date: Sun, 12 Aug 2001 00:34:28 +0200 
12688              Message-ID: <03fd01c122b5$c803c600$052aa8c0@foo>
12689      Branch: perl
12690            ! miniperlmain.c perl.c
12691 ____________________________________________________________________________
12692 [ 11646] By: jhi                                   on 2001/08/12  16:59:00
12693         Log: Typos in #11645.
12694      Branch: perl
12695            ! perl.h
12696 ____________________________________________________________________________
12697 [ 11645] By: jhi                                   on 2001/08/12  16:55:31
12698         Log: On ithreads default to use_reentrant except on naturally
12699              threadsafe platforms.
12700      Branch: perl
12701            ! perl.h
12702 ____________________________________________________________________________
12703 [ 11644] By: jhi                                   on 2001/08/12  15:45:43
12704         Log: (Hopefully) a fix for 20010723.004: make install needs
12705              write permission in build directory.  The problem was
12706              probably caused by overeager sprinkling of the lib/re.pm
12707              dependencies (which was done to guarantee lib/re.pm being
12708              uptodate for parallel makes: now solved by funneling that
12709              through an explicit recursive make in the preplibrary target).
12710      Branch: perl
12711            ! Makefile.SH
12712 ____________________________________________________________________________
12713 [ 11643] By: jhi                                   on 2001/08/12  14:16:44
12714         Log: Dispell the "use utf8" superstition.
12715      Branch: perl
12716            ! lib/utf8.pm pod/perlfunc.pod pod/perlretut.pod pod/perltoc.pod
12717            ! pod/perlunicode.pod
12718 ____________________________________________________________________________
12719 [ 11642] By: jhi                                   on 2001/08/12  13:56:42
12720         Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
12721              From: "Abigail" <abigail@foad.org> 
12722              Date: Sat, 11 Aug 2001 23:49:49 +0200
12723              Message-ID: <20010811214950.23255.qmail@foad.org>
12724      Branch: perl
12725            ! t/op/taint.t
12726 ____________________________________________________________________________
12727 [ 11641] By: jhi                                   on 2001/08/12  13:56:18
12728         Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
12729              From: Abhijit Menon-Sen <ams@wiw.org>
12730              Date: Sat, 11 Aug 2001 06:18:19 +0530
12731              Message-ID: <20010811061819.P526@lustre.dyn.wiw.org>
12732      Branch: perl
12733            ! mg.c
12734 ____________________________________________________________________________
12735 [ 11640] By: jhi                                   on 2001/08/12  13:45:58
12736         Log: Test for change #11639.
12737      Branch: perl
12738            ! t/op/tiehandle.t
12739 ____________________________________________________________________________
12740 [ 11639] By: jhi                                   on 2001/08/12  13:42:03
12741         Log: Subject: Re: Can't localize *FH, then tie it
12742              From: Abhijit Menon-Sen <ams@wiw.org>
12743              Date: Sun, 12 Aug 2001 16:08:06 +0530
12744              Message-ID: <20010812160806.A28712@lustre.dyn.wiw.org>
12745      Branch: perl
12746            ! pp_hot.c pp_sys.c
12747 ____________________________________________________________________________
12748 [ 11638] By: jhi                                   on 2001/08/12  03:30:07
12749         Log: Drop all the unnecessary "use utf8" clauses and some of
12750              the unnecessary "use bytes" ones.
12751              
12752              TODO: scour the documentation for unnecessary "use utf8"
12753              and prominently display it in perldelta when the time comes.
12754              ("use utf8" should be necessary ONLY if one wants the script
12755              to be in UTF-8.)  Also should be checked in some non-ASCII
12756              non-Latin-1 platform, like EBCDIC.
12757      Branch: perl
12758            ! t/comp/require.t t/io/utf8.t t/op/concat.t t/op/each.t
12759            ! t/op/pat.t t/op/regmesg.t t/op/sprintf.t t/op/tr.t
12760 ____________________________________________________________________________
12761 [ 11637] By: jhi                                   on 2001/08/11  17:55:36
12762         Log: Add t/op/lc.t to see if lc, uc, lcfirst, ucfirst, quotemeta work.
12763              Smoked out bugs (well, the same bug twice) from ucfirst and lcfirst
12764              in Unicode handling.
12765      Branch: perl
12766            + t/op/lc.t
12767            ! MANIFEST pp.c t/op/misc.t t/op/readdir.t
12768 ____________________________________________________________________________
12769 [ 11636] By: jhi                                   on 2001/08/11  17:14:06
12770         Log: Thinko: we want the flags for native cc, not gcc.
12771      Branch: perl
12772            ! hints/dec_osf.sh
12773 ____________________________________________________________________________
12774 [ 11635] By: jhi                                   on 2001/08/11  15:14:48
12775         Log: Subject: [PATCH] Re: [ID 20010809.028] x operator not copying elements in 'for' list?
12776              From: Robin Houston <robin@kitsite.com>
12777              Date: Fri, 10 Aug 2001 14:42:02 +0100
12778              Message-ID: <20010810144202.A32754@puffinry.freeserve.co.uk>
12779      Branch: perl
12780            ! pp.c
12781 ____________________________________________________________________________
12782 [ 11634] By: jhi                                   on 2001/08/11  14:59:22
12783         Log: Subject: [PATCH] turn $a.=<F> into an RCATLINE
12784              From: Abhijit Menon-Sen <ams@wiw.org>
12785              Date: Sat, 11 Aug 2001 16:31:04 +0530
12786              Message-ID: <20010811163104.Q526@lustre.dyn.wiw.org>
12787      Branch: perl
12788            ! op.c
12789 ____________________________________________________________________________
12790 [ 11633] By: jhi                                   on 2001/08/11  14:58:07
12791         Log: Get rid of indread, from Abhijit Menon-Sen.
12792      Branch: perl
12793            ! pp_sys.c
12794 ____________________________________________________________________________
12795 [ 11632] By: jhi                                   on 2001/08/10  23:39:04
12796         Log: CRLFgngngn.
12797      Branch: perl
12798            ! win32/Makefile win32/makefile.mk
12799 ____________________________________________________________________________
12800 [ 11631] By: jhi                                   on 2001/08/10  23:37:43
12801         Log: Decommission Time::Piece; unnecessary Yet Another Time-Date Module.
12802      Branch: perl
12803            - ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
12804            - ext/Time/Piece/Piece.t ext/Time/Piece/Piece.xs
12805            - ext/Time/Piece/README ext/Time/Piece/Seconds.pm
12806            ! MANIFEST Porting/config.sh djgpp/config.over epoc/config.sh
12807            ! ext/POSIX/POSIX.pod hints/vmesa.sh pod/perlfaq4.pod
12808            ! pod/perllocale.pod pod/perltoc.pod t/lib/1_compile.t
12809            ! win32/Makefile win32/makefile.mk
12810 ____________________________________________________________________________
12811 [ 11630] By: jhi                                   on 2001/08/10  13:53:15
12812         Log: Avoid #elif (less portable than #else #if).
12813      Branch: perl
12814            ! handy.h
12815 ____________________________________________________________________________
12816 [ 11629] By: jhi                                   on 2001/08/10  13:49:53
12817         Log: Subject: patch for perlvar.pod
12818              From: mah@everybody.org (Mark A. Hershberger)
12819              Date: 08 Aug 2001 17:03:16 -0500
12820              Message-ID: <87g0b2w6or.fsf@mah.mcdermott.com>
12821      Branch: perl
12822            ! pod/perlvar.pod
12823 ____________________________________________________________________________
12824 [ 11628] By: jhi                                   on 2001/08/10  13:45:48
12825         Log: cpp commands must start (the # must be) at the column #0.
12826      Branch: perl
12827            ! op.c
12828 ____________________________________________________________________________
12829 [ 11627] By: jhi                                   on 2001/08/10  13:41:07
12830         Log: If using gcc -B/foo/bar makedepend would give
12831              unnecessary warnings about unused -B/foo/bar.
12832      Branch: perl
12833            ! makedepend.SH
12834 ____________________________________________________________________________
12835 [ 11626] By: jhi                                   on 2001/08/09  14:56:29
12836         Log: Update Changes.
12837      Branch: perl
12838            ! Changes patchlevel.h
12839 ____________________________________________________________________________
12840 [ 11625] By: jhi                                   on 2001/08/09  14:54:05
12841         Log: s/z/tz/
12842      Branch: perl
12843            ! pod/perlfaq2.pod
12844 ____________________________________________________________________________
12845 [ 11624] By: jhi                                   on 2001/08/09  14:52:52
12846         Log: Article nit.
12847      Branch: perl
12848            ! pod/perlfaq2.pod
12849 ____________________________________________________________________________
12850 [ 11623] By: jhi                                   on 2001/08/09  14:49:00
12851         Log: Rename lib/unicode files to lib/unicore to avoid
12852              conflicts between core lib/unicode and Unicode::
12853              files in case-ignoring filesystems.
12854      Branch: perl
12855            + (add 325 files)
12856            - (delete 324 files)
12857            ! MANIFEST lib/charnames.pm lib/utf8_heavy.pl pod/perlretut.pod
12858 ____________________________________________________________________________
12859 [ 11622] By: jhi                                   on 2001/08/09  13:33:47
12860         Log: Upgrade to Math::BigInt 1.41.
12861      Branch: perl
12862            ! lib/Math/BigInt.pm lib/Math/BigInt/t/bigintpm.t
12863 ____________________________________________________________________________
12864 [ 11621] By: jhi                                   on 2001/08/09  13:31:20
12865         Log: Subject: [PATCH] remove PL_na from typemap
12866              From: James <james@rf.net>
12867              Date: Mon, 06 Aug 2001 20:23:15 -0700
12868              Message-ID: <3B6F5F23.A31A81B1@rf.net>
12869              
12870              (had to be manually applied)
12871      Branch: perl
12872            ! lib/ExtUtils/typemap
12873 ____________________________________________________________________________
12874 [ 11620] By: jhi                                   on 2001/08/09  13:27:11
12875         Log: The metaconfig unit changes for #11618.
12876      Branch: metaconfig/U/perl
12877            + d_fpclassl.U i_fp.U
12878 ____________________________________________________________________________
12879 [ 11619] By: jhi                                   on 2001/08/09  13:25:21
12880         Log: Forgot this from #11618.
12881              
12882              NOTE: wince/config_H.ce needs updating.
12883      Branch: perl
12884            ! wince/config.ce
12885 ____________________________________________________________________________
12886 [ 11618] By: jhi                                   on 2001/08/09  13:21:51
12887         Log: Introduce more floating point classifying APIs;
12888              try to define (most importantly) Perl_is{inf,nan}(x).
12889              
12890              For this first cut, assume none such APIs exist in non-UNIXoid
12891              platforms-- this is of course too unkind: Win32 rumoredly has
12892              _fpclass() and _isnan(), and VMS/VOS very probably have some
12893              of the APIs available.     The only thing Perl uses at the moment
12894              is Perl_isnan() (has been in use for a while now).
12895              
12896              NOTE: the Win32 and NetWare config_h.?c need regenerating.
12897      Branch: perl
12898            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
12899            ! Porting/config_H config_h.SH configure.com epoc/config.sh
12900            ! hints/hpux.sh perl.h pod/perltoc.pod uconfig.h uconfig.sh
12901            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
12902            ! vos/config.ga.h win32/config.bc win32/config.gc
12903            ! win32/config.vc win32/config_H.bc win32/config_H.gc
12904            ! win32/config_H.vc wince/config.ce wince/config.h
12905 ____________________________________________________________________________
12906 [ 11617] By: jhi                                   on 2001/08/09  11:08:51
12907         Log: Integrate change #11519 from perlio:
12908              
12909              Avoid testing for (non-)existance of "encoding(xxxx)"
12910              layer is called "encoding" the (xxxx) is an argument.
12911      Branch: perl
12912           !> lib/open.pm
12913 ____________________________________________________________________________
12914 [ 11616] By: nick                                  on 2001/08/09  07:50:24
12915         Log: Integrate mainline
12916      Branch: perlio
12917           +> ext/PerlIO/t/via.t lib/Getopt/Long/CHANGES
12918           +> lib/Getopt/Long/README lib/Getopt/Long/t/gol-basic.t
12919           +> lib/Getopt/Long/t/gol-compat.t lib/Getopt/Long/t/gol-linkage.t
12920           +> lib/Getopt/Long/t/gol-oo.t utils/perlivp.PL
12921            - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
12922            - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
12923           !> (integrate 79 files)
12924 ____________________________________________________________________________
12925 [ 11615] By: nick                                  on 2001/08/09  06:23:44
12926         Log: Avoid testing for (non-)existance of "encoding(xxxx)"
12927              layer is called "encoding" the (xxxx) is an argument.
12928      Branch: perlio
12929            ! lib/open.pm
12930 ____________________________________________________________________________
12931 [ 11614] By: jhi                                   on 2001/08/08  21:50:19
12932         Log: Subject: [PATCH bleadperl] Teach B::Concise about PADOP
12933              From: Paul Johnson <paul@pjcj.net>
12934              Date: Wed, 8 Aug 2001 23:54:17 +0200
12935              Message-ID: <20010808235417.O1006@pjcj.net>
12936      Branch: perl
12937            ! ext/B/B/Concise.pm
12938 ____________________________________________________________________________
12939 [ 11613] By: jhi                                   on 2001/08/08  13:22:13
12940         Log: Make VMS use IEEE math by default; reorder Tru64 hints
12941              so that -fprm d -ieee (the -ieee gives as e.g. IEEE 754
12942              exception semantics) is always set if using (the new) cc.
12943      Branch: perl
12944            ! configure.com hints/dec_osf.sh
12945 ____________________________________________________________________________
12946 [ 11612] By: jhi                                   on 2001/08/08  12:14:56
12947         Log: Subject: Re: [ID 20010806.008] tied hashes, invocation of FIRSTKEY
12948              From: Abhijit Menon-Sen <ams@wiw.org>
12949              Date: Tue, 7 Aug 2001 17:16:05 +0530
12950              Message-ID: <20010807171605.K526@lustre.dyn.wiw.org>
12951      Branch: perl
12952            ! pp_sys.c
12953 ____________________________________________________________________________
12954 [ 11611] By: jhi                                   on 2001/08/08  02:28:58
12955         Log: Subject: [PATCH perl@11597] fix t/run/exit.t for VMS
12956              From: "Craig A. Berry" <craigberry@mac.com>
12957              Date: Tue, 07 Aug 2001 22:27:47 -0500
12958              Message-Id: <5.1.0.14.0.20010806105326.02d22298@exchi01>
12959      Branch: perl
12960            ! t/run/exit.t
12961 ____________________________________________________________________________
12962 [ 11610] By: jhi                                   on 2001/08/08  00:12:00
12963         Log: Subject: [PATCH bleadperl] better VMS docs for $?, exit(), and system()
12964              From: "Craig A. Berry" <craigberry@mac.com>
12965              Date: Tue, 07 Aug 2001 20:01:53 -0500
12966              Message-Id: <5.1.0.14.0.20010807155648.01ba3c98@exchi01>
12967      Branch: perl
12968            ! pod/perlport.pod pod/perlvar.pod vms/perlvms.pod
12969 ____________________________________________________________________________
12970 [ 11609] By: jhi                                   on 2001/08/07  23:49:09
12971         Log: Update the magazine information.
12972      Branch: perl
12973            ! pod/perlfaq2.pod
12974 ____________________________________________________________________________
12975 [ 11608] By: jhi                                   on 2001/08/07  23:35:27
12976         Log: Ignore SIGFPE everywhere.
12977      Branch: perl
12978            ! hints/os390.sh hints/posix-bc.sh hints/uts.sh numeric.c perl.h
12979 ____________________________________________________________________________
12980 [ 11607] By: jhi                                   on 2001/08/07  23:07:04
12981         Log: With permission, change the licensing of the docs by
12982              TomC (and Gnat) to comply with the rest of Perl.
12983      Branch: perl
12984            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
12985            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
12986            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
12987            ! pod/perlfaq9.pod pod/perlopentut.pod pod/perltoot.pod
12988            ! pod/perltootc.pod
12989 ____________________________________________________________________________
12990 [ 11606] By: jhi                                   on 2001/08/07  22:50:04
12991         Log: Subject: [PATCH 5.6.x, 5.7.2] hints/openbsd.sh tweaks.
12992              From: Andy Dougherty <doughera@lafayette.edu>
12993              Date: Tue, 7 Aug 2001 15:49:33 -0400 (EDT)
12994              Message-ID: <Pine.SOL.4.10.10108071544040.2431-100000@maxwell.phys.lafayette.edu>
12995      Branch: perl
12996            ! hints/openbsd.sh
12997 ____________________________________________________________________________
12998 [ 11605] By: jhi                                   on 2001/08/07  22:49:18
12999         Log: Subject: [PATCH] Makefile.SH test_prep dependency
13000              From: Andy Dougherty <doughera@lafayette.edu>
13001              Date: Tue, 7 Aug 2001 15:44:01 -0400 (EDT)
13002              Message-ID: <Pine.SOL.4.10.10108071540190.2431-100000@maxwell.phys.lafayette.edu>
13003      Branch: perl
13004            ! Makefile.SH
13005 ____________________________________________________________________________
13006 [ 11604] By: jhi                                   on 2001/08/07  22:44:35
13007         Log: Don't autogenerate the headers et alia,
13008              make regen_headers explicitly.
13009      Branch: perl
13010            ! Makefile.SH
13011 ____________________________________________________________________________
13012 [ 11603] By: jhi                                   on 2001/08/07  22:33:48
13013         Log: Subject: Re: [ID 20010807.011] 5.6.1 coredumping on bleedperl embed.pl
13014              From: Gurusamy Sarathy <gsar@ActiveState.com> 
13015              Date: Tue, 07 Aug 2001 08:33:26 -0700
13016              Message-Id: <200108071533.f77FXQf01168@smtp3.ActiveState.com>
13017              
13018              Unnecessary dependency.
13019      Branch: perl
13020            ! embed.pl
13021 ____________________________________________________________________________
13022 [ 11602] By: jhi                                   on 2001/08/07  13:52:41
13023         Log: Subject: Re: [ID 20010806.006] Can't read coderef from tied variable
13024              From: Abhijit Menon-Sen <ams@wiw.org>
13025              Date: Tue, 7 Aug 2001 09:10:54 +0530
13026              Message-ID: <20010807091054.H526@lustre.dyn.wiw.org>
13027      Branch: perl
13028            ! pp_hot.c
13029 ____________________________________________________________________________
13030 [ 11601] By: jhi                                   on 2001/08/07  13:46:33
13031         Log: Subject: [PATCH perl@11597] B && BEGIN handling
13032              From: "James A. Duncan" <jduncan@fotango.com>
13033              Date: Mon, 6 Aug 2001 17:29:11 +0100
13034              Message-ID: <20010806172911.A2071@fotango.com>
13035              
13036              (the intrpvar.h addition moved to the end for bincompat)
13037      Branch: perl
13038            ! embedvar.h ext/B/B.xs intrpvar.h perl.c perlapi.h
13039 ____________________________________________________________________________
13040 [ 11600] By: jhi                                   on 2001/08/07  11:53:48
13041         Log: Integrate change #11598 from maintperl (fcrypt.c URL updates)
13042      Branch: perl
13043           !> README.win32
13044 ____________________________________________________________________________
13045 [ 11599] By: gsar                                  on 2001/08/07  06:31:39
13046         Log: fix URLs for fcrypt.c
13047      Branch: maint-5.6/perl
13048            ! README.win32
13049 ____________________________________________________________________________
13050 [ 11598] By: jhi                                   on 2001/08/06  15:02:48
13051         Log: Yet another way to say Infinity: HP-UX calls its "++".
13052      Branch: perl
13053            ! lib/Math/BigInt/t/bigintpm.t
13054 ____________________________________________________________________________
13055 [ 11597] By: jhi                                   on 2001/08/06  13:40:01
13056         Log: Update Changes.
13057      Branch: perl
13058            ! Changes patchlevel.h
13059 ____________________________________________________________________________
13060 [ 11596] By: jhi                                   on 2001/08/06  13:24:28
13061         Log: Advertise File::Temp, don't advertise POSIX::tmpnam().
13062      Branch: perl
13063            ! pod/perlfaq5.pod
13064 ____________________________________________________________________________
13065 [ 11595] By: jhi                                   on 2001/08/06  12:51:38
13066         Log: The #11593 wasn't right.
13067      Branch: perl
13068            ! lib/Math/BigInt/t/bigintpm.t
13069 ____________________________________________________________________________
13070 [ 11594] By: jhi                                   on 2001/08/06  12:34:15
13071         Log: Subject: [PATCH: perl@11564] introducing perlivp
13072              From: Prymmer/Kahn <pvhp@best.com>
13073              Date: Sun, 5 Aug 2001 22:00:14 -0700 (PDT)
13074              Message-ID: <Pine.BSF.4.21.0108052155110.7110-100000@shell8.ba.best.com>
13075              
13076              Subject: Re: [PATCH: perl@11564] introducing perlivp
13077              From: Prymmer/Kahn <pvhp@best.com>
13078              Date: Sun, 5 Aug 2001 22:32:59 -0700 (PDT)
13079              Message-ID: <Pine.BSF.4.21.0108052229470.9059-100000@shell8.ba.best.com>
13080      Branch: perl
13081            + utils/perlivp.PL
13082            ! MANIFEST utils.lst utils/Makefile vms/descrip_mms.template
13083            ! win32/Makefile win32/makefile.mk
13084 ____________________________________________________________________________
13085 [ 11593] By: jhi                                   on 2001/08/05  23:10:52
13086         Log: libcs are confused what to call Infinity.
13087      Branch: perl
13088            ! lib/Math/BigInt/t/bigintpm.t
13089 ____________________________________________________________________________
13090 [ 11592] By: jhi                                   on 2001/08/05  23:07:50
13091         Log: Avoid SIGFPE in Tru64.
13092      Branch: perl
13093            ! numeric.c
13094 ____________________________________________________________________________
13095 [ 11591] By: jhi                                   on 2001/08/05  22:46:10
13096         Log: Upgrade to Math::BigInt 1.40.
13097              
13098              NOTE: this patch necessitates doing something about
13099              infinity handling since the new bigintpm.t tests use
13100              infinity, which causes SIGFPEs at least in Tru64.
13101      Branch: perl
13102            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
13103            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
13104            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
13105            ! lib/Math/BigInt/t/mbimbf.t
13106 ____________________________________________________________________________
13107 [ 11590] By: gsar                                  on 2001/08/05  21:57:43
13108         Log: remove hardcoded cmd shell in testsuite
13109      Branch: perl
13110            ! t/op/glob.t t/op/magic.t t/op/stat.t
13111 ____________________________________________________________________________
13112 [ 11589] By: gsar                                  on 2001/08/05  21:35:50
13113         Log: 4-arg select() was busted on windows because change#8178 didn't
13114              make it into mainline
13115      Branch: perl
13116            ! perl.h win32/include/sys/socket.h
13117 ____________________________________________________________________________
13118 [ 11588] By: jhi                                   on 2001/08/05  19:40:31
13119         Log: Rename the Getopt::Long tests to be as they are
13120              in the Getopt::Long official distribution.
13121      Branch: perl
13122            + lib/Getopt/Long/t/gol-basic.t lib/Getopt/Long/t/gol-compat.t
13123            + lib/Getopt/Long/t/gol-linkage.t lib/Getopt/Long/t/gol-oo.t
13124            - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
13125            - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
13126            ! MANIFEST
13127 ____________________________________________________________________________
13128 [ 11587] By: jhi                                   on 2001/08/05  19:38:07
13129         Log: Upgrade to Getopt::Long 2.26.
13130      Branch: perl
13131            + lib/Getopt/Long/CHANGES lib/Getopt/Long/README
13132            ! MANIFEST lib/Getopt/Long.pm
13133 ____________________________________________________________________________
13134 [ 11586] By: jhi                                   on 2001/08/05  19:26:50
13135         Log: Retract #10874 (the hack should be unnecessary by now)
13136      Branch: perl
13137            ! lib/Test/Harness.pm
13138 ____________________________________________________________________________
13139 [ 11585] By: gsar                                  on 2001/08/05  16:45:54
13140         Log: avoid temp file littering in tests
13141      Branch: perl
13142            ! ext/PerlIO/t/encoding.t lib/Memoize/t/errors.t
13143 ____________________________________________________________________________
13144 [ 11584] By: jhi                                   on 2001/08/05  16:42:50
13145         Log: Subject: warning in sv.c: double format, NV arg
13146              From: "Philip Newton" <Philip.Newton@gmx.net>
13147              Date: Sun, 5 Aug 2001 19:41:07 +0200
13148              Message-Id: <200108051735.f75HZ1L18235@chaos.wustl.edu>
13149      Branch: perl
13150            ! sv.c
13151 ____________________________________________________________________________
13152 [ 11583] By: gsar                                  on 2001/08/05  16:28:22
13153         Log: fix POSIX.t#13 for windos
13154      Branch: perl
13155            ! ext/POSIX/POSIX.t
13156 ____________________________________________________________________________
13157 [ 11582] By: jhi                                   on 2001/08/05  16:10:59
13158         Log: Add a test for PerlIO::Via.
13159      Branch: perl
13160            + ext/PerlIO/t/via.t
13161            ! MANIFEST ext/PerlIO/Via/Via.pm
13162 ____________________________________________________________________________
13163 [ 11581] By: gsar                                  on 2001/08/05  15:00:26
13164         Log: flock() and link() are not available on Windows 9x
13165      Branch: perl
13166            ! win32/config_sh.PL
13167 ____________________________________________________________________________
13168 [ 11580] By: jhi                                   on 2001/08/05  13:56:46
13169         Log: Some Tru64 C compilers have C++ components that confuse
13170              the ccversion parsing.
13171      Branch: perl
13172            ! hints/dec_osf.sh
13173 ____________________________________________________________________________
13174 [ 11579] By: jhi                                   on 2001/08/05  13:31:07
13175         Log: (Reintroduce #11125)
13176              
13177              Subject: MakeMaker should pass through DEFINE and INC to subdirs 
13178              From: Alan Burlison <Alan.Burlison@sun.com> 
13179              Date: Tue, 03 Jul 2001 15:20:13 +0100   
13180              Message-ID: <3B41D49D.A923D4F9@sun.com> 
13181      Branch: perl
13182            ! lib/ExtUtils/MM_Unix.pm
13183 ____________________________________________________________________________
13184 [ 11578] By: jhi                                   on 2001/08/05  03:17:20
13185         Log: Little pointer juggling for HP-UX cc to avoid
13186              "warning 524: Cast (non-lvalue) appears on left-hand side of assignment."
13187              followed by
13188              "error 1549: Modifiable lvalue required for assignment operator."
13189      Branch: perl
13190            ! hv.c
13191 ____________________________________________________________________________
13192 [ 11577] By: jhi                                   on 2001/08/04  18:09:38
13193         Log: Continuation of #11575: SANY_SEEN completely deprecated,
13194              plus more tests that unearthed a bug in @a = ($utf8 =~ /\C/g),
13195              plus a fix for the bug.
13196      Branch: perl
13197            ! pp_hot.c regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
13198 ____________________________________________________________________________
13199 [ 11576] By: jhi                                   on 2001/08/04  17:31:06
13200         Log: Subject: Re: [patch] rid "Scalars leaked" from perl_clone
13201              From: Doug MacEachern <dougm@covalent.net>
13202              Date: Sat, 4 Aug 2001 11:09:37 -0700 (PDT)
13203              Message-ID: <Pine.LNX.4.21.0108041102390.23972-100000@mako.covalent.net>
13204      Branch: perl
13205            ! sv.c
13206 ____________________________________________________________________________
13207 [ 11575] By: jhi                                   on 2001/08/04  17:28:55
13208         Log: Decouple SANY into SANY and CANY: the new SANY is /./s,
13209              the new CANY is the \C.  The problem reported and the
13210              test case supplied in
13211              
13212              Subject: UTF-8 bugs in string length & single line regex matches
13213              From: "Daniel P. Berrange" <dan@berrange.com>
13214              Date: Fri, 3 Aug 2001 11:39:33 +0100
13215              Message-ID: <20010803113932.A19318@berrange.com>
13216      Branch: perl
13217            ! regcomp.c regcomp.h regcomp.sym regexec.c regexp.h regnodes.h
13218            ! t/op/pat.t
13219 ____________________________________________________________________________
13220 [ 11574] By: jhi                                   on 2001/08/04  15:42:34
13221         Log: Subject: Re: [patch] ignore PL_curpm in PL_regex_padav cleanup
13222              From: Doug MacEachern <dougm@covalent.net>
13223              Date: Sat, 4 Aug 2001 09:43:02 -0700 (PDT)
13224              Message-ID: <Pine.LNX.4.21.0108040939050.23972-100000@mako.covalent.net>
13225      Branch: perl
13226            ! perl.c regexec.c
13227 ____________________________________________________________________________
13228 [ 11573] By: jhi                                   on 2001/08/04  14:20:26
13229         Log: The #11572 didn't up the test count.
13230      Branch: perl
13231            ! t/op/length.t
13232 ____________________________________________________________________________
13233 [ 11572] By: jhi                                   on 2001/08/04  14:12:45
13234         Log: Subject: UTF-8 bugs in string length & single line regex matches
13235              From: "Daniel P. Berrange" <dan@berrange.com>
13236              Date: Fri, 3 Aug 2001 11:39:33 +0100         
13237              Message-ID: <20010803113932.A19318@berrange.com>
13238              
13239              (the mg_length() fix)
13240      Branch: perl
13241            ! mg.c t/op/length.t
13242 ____________________________________________________________________________
13243 [ 11571] By: jhi                                   on 2001/08/04  14:10:39
13244         Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
13245              From: Abhijit Menon-Sen <ams@wiw.org>
13246              Date: Sat, 4 Aug 2001 16:56:35 +0530
13247              Message-ID: <20010804165635.E526@lustre.dyn.wiw.org>
13248      Branch: perl
13249            ! hv.c
13250 ____________________________________________________________________________
13251 [ 11570] By: jhi                                   on 2001/08/04  14:09:59
13252         Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
13253              From: Abhijit Menon-Sen <ams@wiw.org>
13254              Date: Sat, 4 Aug 2001 16:16:03 +0530
13255              Message-ID: <20010804161603.C526@lustre.dyn.wiw.org>
13256      Branch: perl
13257            ! hv.c
13258 ____________________________________________________________________________
13259 [ 11569] By: jhi                                   on 2001/08/04  14:09:09
13260         Log: Subject: Re: [patch] refcount re ops
13261              From: Abhijit Menon-Sen <ams@wiw.org>
13262              Date: Sat, 4 Aug 2001 08:54:55 +0530
13263              Message-ID: <20010804085455.B526@lustre.dyn.wiw.org>
13264      Branch: perl
13265            ! sv.c
13266 ____________________________________________________________________________
13267 [ 11568] By: jhi                                   on 2001/08/04  14:08:19
13268         Log: Subject: [patch] refcount re ops
13269              From: Doug MacEachern <dougm@covalent.net>
13270              Date: Fri, 3 Aug 2001 18:17:41 -0700 (PDT)
13271              Message-ID: <Pine.LNX.4.21.0108031814240.23972-100000@mako.covalent.net>
13272      Branch: perl
13273            ! regcomp.c sv.c
13274 ____________________________________________________________________________
13275 [ 11567] By: jhi                                   on 2001/08/03  23:52:56
13276         Log: Subject: [patch] ignore PL_curpm in PL_regex_padav cleanup
13277              From: Doug MacEachern <dougm@covalent.net>
13278              Date: Fri, 3 Aug 2001 17:37:53 -0700 (PDT)
13279              Message-ID: <Pine.LNX.4.21.0108031730040.23972-100000@mako.covalent.net>
13280      Branch: perl
13281            ! perl.c regexec.c
13282 ____________________________________________________________________________
13283 [ 11566] By: jhi                                   on 2001/08/03  20:45:10
13284         Log: Subject: [PATCH perl@11564] fix t/op/misc.t for VMS
13285              From: "Craig A. Berry" <craigberry@mac.com> 
13286              Date: Fri, 03 Aug 2001 16:16:16 -0500
13287              Message-Id: <5.1.0.14.0.20010803161026.03530e58@exchi01> 
13288      Branch: perl
13289            ! t/op/misc.t
13290 ____________________________________________________________________________
13291 [ 11565] By: jhi                                   on 2001/08/03  13:46:40
13292         Log: Subject: Re: [ID 20010731.105] MinGW can't compile win32.c on Windows 2000
13293              From: John Kristian <jmk2001@engineer.com>
13294              Date: Fri, 03 Aug 2001 00:59:08 -0700
13295              Message-id: <03a101c11bf2$2c9b5ee0$0100a8c0@JOHNKRISTIAN>
13296      Branch: perl
13297            ! win32/win32.c
13298 ____________________________________________________________________________
13299 [ 11564] By: jhi                                   on 2001/08/03  13:25:39
13300         Log: Update Changes.
13301      Branch: perl
13302            ! Changes patchlevel.h
13303 ____________________________________________________________________________
13304 [ 11563] By: jhi                                   on 2001/08/03  12:13:17
13305         Log: Subject: [PATCH perl@11523] fix Stash.t for VMS
13306              From: "Craig A. Berry" <craigberry@mac.com>
13307              Date: Thu, 02 Aug 2001 23:15:24 -0500
13308              Message-Id: <5.1.0.14.0.20010802230843.03530e58@mail.mac.com>
13309      Branch: perl
13310            ! ext/B/Stash.t
13311 ____________________________________________________________________________
13312 [ 11562] By: jhi                                   on 2001/08/03  12:11:57
13313         Log: Subject: [patch] plug PL_cshname leak
13314              From: Doug MacEachern <dougm@covalent.net>
13315              Date: Thu, 2 Aug 2001 20:59:04 -0700 (PDT)
13316              Message-ID: <Pine.LNX.4.21.0108022058020.8991-100000@mako.covalent.net>
13317      Branch: perl
13318            ! sv.c
13319 ____________________________________________________________________________
13320 [ 11561] By: jhi                                   on 2001/08/03  12:10:32
13321         Log: Subject: [patch] plug PL_sh_path leak
13322              From: Doug MacEachern <dougm@covalent.net>
13323              Date: Thu, 2 Aug 2001 20:54:08 -0700 (PDT)
13324              Message-ID: <Pine.LNX.4.21.0108022043040.8991-100000@mako.covalent.net>
13325      Branch: perl
13326            ! sv.c
13327 ____________________________________________________________________________
13328 [ 11560] By: jhi                                   on 2001/08/03  12:09:50
13329         Log: Subject: [patch] plug PL_regex_padav leaks
13330              From: Doug MacEachern <dougm@covalent.net>
13331              Date: Thu, 2 Aug 2001 20:24:55 -0700 (PDT)
13332              Message-ID: <Pine.LNX.4.21.0108022020100.8991-100000@mako.covalent.net>
13333      Branch: perl
13334            ! op.c op.h perl.c
13335 ____________________________________________________________________________
13336 [ 11559] By: jhi                                   on 2001/08/03  12:08:59
13337         Log: Subject: [patch] plug PL_origargv leak
13338              From: Doug MacEachern <dougm@covalent.net>
13339              Date: Thu, 2 Aug 2001 18:15:22 -0700 (PDT)
13340              Message-ID: <Pine.LNX.4.21.0108021813380.8991-100000@mako.covalent.net>
13341      Branch: perl
13342            ! perl.c
13343 ____________________________________________________________________________
13344 [ 11558] By: jhi                                   on 2001/08/03  12:07:58
13345         Log: Subject: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
13346              From: Abhijit Menon-Sen <ams@wiw.org>
13347              Date: Fri, 3 Aug 2001 06:38:11 +0530
13348              Message-ID: <20010803063811.A19266@lustre.dyn.wiw.org>
13349      Branch: perl
13350            ! hv.c
13351 ____________________________________________________________________________
13352 [ 11557] By: nick                                  on 2001/08/03  08:17:38
13353         Log: Integrate mainline
13354      Branch: perlio
13355           +> (branch 47 files)
13356            - lib/Switch/test.pl
13357           !> (integrate 49 files)
13358 ____________________________________________________________________________
13359 [ 11556] By: jhi                                   on 2001/08/02  22:46:22
13360         Log: Subject: [PATCH perl@11523] fix Showlex.t for VMS
13361              From: "Craig A. Berry" <craigberry@mac.com>
13362              Date: Thu, 02 Aug 2001 12:56:19 -0500
13363              Message-Id: <5.1.0.14.0.20010802124618.034c5008@exchi01>
13364      Branch: perl
13365            ! ext/B/Showlex.t
13366 ____________________________________________________________________________
13367 [ 11555] By: jhi                                   on 2001/08/02  22:29:34
13368         Log: Be more careful about non-existent files.
13369      Branch: perl
13370            ! lib/File/Copy.pm
13371 ____________________________________________________________________________
13372 [ 11554] By: jhi                                   on 2001/08/02  21:37:27
13373         Log: Subject: [PATCH resend] deparse empty formats
13374              From: Robin Houston <robin@kitsite.com> 
13375              Date: Thu, 2 Aug 2001 14:32:36 +0100
13376              Message-ID: <20010802143236.A894@robin.kitsite.com>
13377      Branch: perl
13378            ! ext/B/B/Deparse.pm
13379 ____________________________________________________________________________
13380 [ 11553] By: jhi                                   on 2001/08/02  16:37:32
13381         Log: Subject: [patch] ithreads + refto fix improvement
13382              From: Doug MacEachern <dougm@covalent.net>
13383              Date: Thu, 2 Aug 2001 09:41:53 -0700 (PDT)
13384              Message-ID: <Pine.LNX.4.21.0108020939030.8991-100000@mako.covalent.net>
13385      Branch: perl
13386            ! pp.c
13387 ____________________________________________________________________________
13388 [ 11552] By: jhi                                   on 2001/08/02  14:24:26
13389         Log: Readability nit from Abhijit.
13390      Branch: perl
13391            ! op.c
13392 ____________________________________________________________________________
13393 [ 11551] By: jhi                                   on 2001/08/02  14:22:31
13394         Log: setproctitle() API version nit from Anton Berezin.
13395      Branch: perl
13396            ! mg.c
13397 ____________________________________________________________________________
13398 [ 11550] By: jhi                                   on 2001/08/02  13:51:41
13399         Log: Add PerlCE to the docs.
13400      Branch: perl
13401            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
13402            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
13403 ____________________________________________________________________________
13404 [ 11549] By: jhi                                   on 2001/08/02  13:25:43
13405         Log: Integrate the PerlCE (WinCE Perl) port;
13406              kindly supplied by Rainer Keuchel <rkeuc@allgeier.com>.
13407      Branch: perl
13408            + README.ce wince/FindExt.pm wince/Makefile.ce
13409            + wince/README.compile wince/README.perlce wince/bin/exetype.pl
13410            + wince/bin/perlglob.pl wince/bin/pl2bat.pl wince/bin/runperl.pl
13411            + wince/bin/search.pl wince/config.ce wince/config.h
13412            + wince/config_H.ce wince/config_h.PL wince/config_sh.PL
13413            + wince/dl_win32.xs wince/include/arpa/inet.h
13414            + wince/include/cectype.h wince/include/errno.h
13415            + wince/include/netdb.h wince/include/sys/socket.h
13416            + wince/include/sys/stat.h wince/include/sys/types.h
13417            + wince/include/sys/utime.h wince/include/time.h wince/perl.ico
13418            + wince/perl.rc wince/perldll.def wince/perllib.c
13419            + wince/perlmain.c wince/registry.bat wince/runperl.c
13420            + wince/splittree.pl wince/win32.h wince/win32iop.h
13421            + wince/win32thread.c wince/win32thread.h wince/wince.c
13422            + wince/wince.h wince/wincesck.c wince/xbuildall.ksh
13423            + wince/xdistclean.ksh wince/xmakediffs.ksh
13424            ! MANIFEST perl.c perl.h perlio.c
13425 ____________________________________________________________________________
13426 [ 11548] By: jhi                                   on 2001/08/02  13:18:08
13427         Log: setproctitle() made simpler.  (This assumes the string is
13428              \0-terminated: if not, the three-arg form setproctitle(fmt, len, s)
13429              should be used.  Note len, not len + 1.)  BSD-fu from Anton
13430              Berezin.
13431      Branch: perl
13432            ! mg.c
13433 ____________________________________________________________________________
13434 [ 11547] By: jhi                                   on 2001/08/02  12:49:54
13435         Log: Subject: [PATCH] -Wall cleanup: op.c
13436              From: Richard Soderberg <rs@oregonnet.com>
13437              Date: Thu, 2 Aug 2001 00:17:09 -0700
13438              Message-Id: <200108020717.AAA26895@oregonnet.com>
13439              
13440              Subject: [PATCH] -Wall cleanup: sv.c
13441              From: Richard Soderberg <rs@oregonnet.com>
13442              Date: Thu, 2 Aug 2001 00:49:21 -0700
13443              Message-Id: <200108020749.AAA27492@oregonnet.com>
13444      Branch: perl
13445            ! op.c sv.c
13446 ____________________________________________________________________________
13447 [ 11546] By: jhi                                   on 2001/08/02  00:53:34
13448         Log: Update Changes.
13449      Branch: perl
13450            ! Changes patchlevel.h
13451 ____________________________________________________________________________
13452 [ 11545] By: jhi                                   on 2001/08/02  00:48:55
13453         Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
13454              From: Doug MacEachern <dougm@covalent.net>
13455              Date: Wed, 1 Aug 2001 18:34:44 -0700 (PDT)
13456              Message-ID: <Pine.LNX.4.21.0108011830080.8991-100000@mako.covalent.net>
13457      Branch: perl
13458            ! op.c
13459 ____________________________________________________________________________
13460 [ 11544] By: jhi                                   on 2001/08/01  23:08:41
13461         Log: The #11541 didn't work under threads.
13462      Branch: perl
13463            ! op.c
13464 ____________________________________________________________________________
13465 [ 11543] By: jhi                                   on 2001/08/01  22:46:41
13466         Log: Subject: Re: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
13467              From: Hugo <hv@crypt.compulink.co.uk>
13468              Date: Fri, 22 Jun 2001 01:19:08 +0100 
13469              Message-Id: <200106220019.BAA03365@crypt.compulink.co.uk>
13470              
13471              (Skip tests if accept() failed)
13472      Branch: perl
13473            ! ext/IO/lib/IO/t/io_unix.t
13474 ____________________________________________________________________________
13475 [ 11542] By: jhi                                   on 2001/08/01  22:40:09
13476         Log: Subject: [ID 20010730.003] IRIX 6.5 already has struct sv in <sys/sema.h> (defined in perl.h)
13477              From: "Stian Seeberg" <sseeberg@nimsoft.no>
13478              Date: Mon, 30 Jul 2001 12:28:07 +0200
13479              Message-Id: <68236D3FC2D92347B466639324391D1A0432AB@PONDUS.nimsoft.no>
13480      Branch: perl
13481            ! perl.h
13482 ____________________________________________________________________________
13483 [ 11541] By: jhi                                   on 2001/08/01  22:38:31
13484         Log: Subject: Pluggable optimizer
13485              From: Simon Cozens <simon@netthink.co.uk>
13486              Date: Wed, 1 Aug 2001 13:57:02 -0700
13487              Message-ID: <20010801135702.I10442@netthink.co.uk>
13488      Branch: perl
13489            ! embedvar.h op.c perl.c perl.h perlapi.h sv.c thrdvar.h util.c
13490 ____________________________________________________________________________
13491 [ 11540] By: jhi                                   on 2001/08/01  22:29:54
13492         Log: Subject: [ID 20010801.039] perlre.pod message typo
13493              From: Autrijus Tang <autrijus@geb.elixus.org>
13494              Date: Thu, 2 Aug 2001 04:48:02 +0800 (CST)
13495              Message-Id: <200108012048.f71Km2r79890@geb.elixus.org>                         
13496      Branch: perl
13497            ! pod/perlre.pod
13498 ____________________________________________________________________________
13499 [ 11539] By: jhi                                   on 2001/08/01  16:32:52
13500         Log: Test for change #11536.
13501      Branch: perl
13502            ! t/op/tiehandle.t
13503 ____________________________________________________________________________
13504 [ 11538] By: jhi                                   on 2001/08/01  16:27:19
13505         Log: More test fixups for #11537.
13506      Branch: perl
13507            ! t/lib/warnings/4lint t/lib/warnings/9enabled
13508 ____________________________________________________________________________
13509 [ 11537] By: jhi                                   on 2001/08/01  16:26:25
13510         Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
13511              From: Doug MacEachern <dougm@covalent.net>
13512              Date: Mon, 30 Jul 2001 17:38:50 -0700 (PDT)
13513              Message-ID: <Pine.LNX.4.21.0107301720310.25941-100000@mako.covalent.net>
13514      Branch: perl
13515            ! op.c t/TestInit.pm
13516 ____________________________________________________________________________
13517 [ 11536] By: jhi                                   on 2001/08/01  16:08:08
13518         Log: Subject: [patch] ithreads + refto bug
13519              From: Doug MacEachern <dougm@covalent.net>
13520              Date: Wed, 1 Aug 2001 09:47:28 -0700 (PDT)
13521              Message-ID: <Pine.LNX.4.21.0108010937240.7498-100000@mako.covalent.net>
13522              
13523              (Test in change #11539)
13524      Branch: perl
13525            ! pp.c
13526 ____________________________________________________________________________
13527 [ 11535] By: jhi                                   on 2001/08/01  16:05:56
13528         Log: Subject: [PATCH: perl@11523] fixups for t/harness
13529              From: Prymmer/Kahn <pvhp@best.com>
13530              Date: Wed, 1 Aug 2001 09:24:23 -0700 (PDT)
13531              Message-ID: <Pine.BSF.4.21.0108010910310.17655-100000@shell8.ba.best.com>
13532      Branch: perl
13533            ! t/harness
13534 ____________________________________________________________________________
13535 [ 11534] By: jhi                                   on 2001/08/01  16:00:45
13536         Log: Subject: [PATCH: perl@11523] add xsubpp and libnetcfg to installed *.bat files for win32 builds
13537              From: Prymmer/Kahn <pvhp@best.com>
13538              Date: Wed, 1 Aug 2001 09:07:13 -0700 (PDT)
13539              Message-ID: <Pine.BSF.4.21.0108010859230.17655-100000@shell8.ba.best.com>
13540      Branch: perl
13541            ! win32/Makefile win32/makefile.mk
13542 ____________________________________________________________________________
13543 [ 11533] By: jhi                                   on 2001/08/01  13:38:29
13544         Log: Need to know the number of tests.
13545      Branch: perl
13546            ! t/run/exit.t
13547 ____________________________________________________________________________
13548 [ 11532] By: jhi                                   on 2001/08/01  13:04:31
13549         Log: Subject: Re: new exit tests on VMS
13550              From: "Craig A. Berry" <craigberry@mac.com>
13551              Date: Tue, 31 Jul 2001 12:19:29 -0500
13552              Message-Id: <5.1.0.14.0.20010731114845.03743008@mail.telocity.com>
13553      Branch: perl
13554            ! t/run/exit.t
13555 ____________________________________________________________________________
13556 [ 11531] By: jhi                                   on 2001/08/01  12:46:43
13557         Log: Retract #11530 (the dTHX is needed under threads)
13558      Branch: perl
13559            ! perlio.c
13560 ____________________________________________________________________________
13561 [ 11530] By: jhi                                   on 2001/08/01  12:39:35
13562         Log: (Retracted by #11531)
13563      Branch: perl
13564            ! perlio.c
13565 ____________________________________________________________________________
13566 [ 11529] By: jhi                                   on 2001/08/01  12:32:22
13567         Log: Subject: [PATCH 1/4] -Wall cleanups: unixish.h
13568              From: Richard Soderberg <rs@crystalflame.net>
13569              Date: Tue, 31 Jul 2001 23:16:22 -0700 (PDT) 
13570              Message-ID: <Pine.LNX.4.21.0107312313490.24341-100000@oregonnet.com>
13571      Branch: perl
13572            ! unixish.h
13573 ____________________________________________________________________________
13574 [ 11528] By: jhi                                   on 2001/08/01  12:18:59
13575         Log: Subject: [PATCH 5.7.2] Allow for long long in h2xs 
13576              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13577              Date: Tue, 31 Jul 2001 05:39:09 -0400
13578              Message-ID: <20010731053909.A1810@math.ohio-state.edu>
13579              
13580              (with a note about the case of UV being equal to long long)
13581      Branch: perl
13582            ! utils/h2xs.PL
13583 ____________________________________________________________________________
13584 [ 11527] By: jhi                                   on 2001/07/31  23:49:04
13585         Log: Subject: [PATCH perl@11487] fix fs.t for VMS
13586              From: "Craig A. Berry" <craigberry@mac.com>
13587              Date: Tue, 31 Jul 2001 14:57:43 -0500
13588              Message-Id: <5.1.0.14.0.20010731145015.03743008@exchi01>
13589      Branch: perl
13590            ! t/io/fs.t
13591 ____________________________________________________________________________
13592 [ 11526] By: jhi                                   on 2001/07/31  23:47:57
13593         Log: Fix for
13594              
13595              Subject: [ID 20010116.001] File::Copy truncates orig file 
13596              From: arbor@al37al08.telecel.pt
13597              Date: Tue, 16 Jan 2001 11:43:02 GMT
13598              Message-Id: <200101161143.AA11184@al37al08.telecel.pt>
13599              
13600              (copy($foo, $foo) would truncate $foo)
13601      Branch: perl
13602            ! lib/File/Copy.pm lib/File/Copy.t
13603 ____________________________________________________________________________
13604 [ 11525] By: jhi                                   on 2001/07/31  23:01:01
13605         Log: Metaconfig unit change for #11524.
13606      Branch: metaconfig/U/perl
13607            ! Extras.U
13608 ____________________________________________________________________________
13609 [ 11524] By: jhi                                   on 2001/07/31  23:00:36
13610         Log: Multiple modules didn't work; plus typo fixes.
13611      Branch: perl
13612            ! Configure
13613 ____________________________________________________________________________
13614 [ 11523] By: jhi                                   on 2001/07/31  15:29:58
13615         Log: Update Changes.
13616      Branch: perl
13617            ! Changes patchlevel.h
13618 ____________________________________________________________________________
13619 [ 11522] By: jhi                                   on 2001/07/31  15:25:35
13620         Log: Regen perlapi.
13621      Branch: perl
13622            ! pod/perlapi.pod
13623 ____________________________________________________________________________
13624 [ 11521] By: jhi                                   on 2001/07/31  15:19:01
13625         Log: Subject: Re: [PATCH sv.c] mortal doc thinko
13626              From: Dave Mitchell <davem@fdgroup.co.uk>
13627              Date: Tue, 31 Jul 2001 11:52:42 +0100 (BST)
13628              Message-Id: <200107311052.LAA14427@gizmo.fdgroup.co.uk>
13629      Branch: perl
13630            ! sv.c
13631 ____________________________________________________________________________
13632 [ 11520] By: jhi                                   on 2001/07/31  15:17:43
13633         Log: Regen toc.
13634      Branch: perl
13635            ! pod/perltoc.pod
13636 ____________________________________________________________________________
13637 [ 11519] By: jhi                                   on 2001/07/31  15:17:17
13638         Log: Regen Porting stuff.
13639      Branch: perl
13640            ! Porting/Glossary Porting/config.sh Porting/config_H
13641 ____________________________________________________________________________
13642 [ 11518] By: jhi                                   on 2001/07/31  14:16:08
13643         Log: Subject: [PATCH 5.7.2] Allow for GNU-isms in h2xs
13644              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13645              Date: Tue, 31 Jul 2001 05:34:38 -0400
13646              Message-ID: <20010731053438.A1754@math.ohio-state.edu>
13647      Branch: perl
13648            ! utils/h2xs.PL
13649 ____________________________________________________________________________
13650 [ 11517] By: jhi                                   on 2001/07/31  14:15:01
13651         Log: Metaconfig unit change for #11516. 
13652      Branch: metaconfig/U/perl
13653            ! gccvers.U
13654 ____________________________________________________________________________
13655 [ 11516] By: jhi                                   on 2001/07/31  14:14:35
13656         Log: Add -Wall in cflags, not in Configure.
13657              (This way -Wall affects only the core and the core XS,
13658              not user modules' XS.  Concern from Paul Marquess,
13659              implementation idea from Andy Dougherty.)
13660      Branch: perl
13661            ! Configure cflags.SH
13662 ____________________________________________________________________________
13663 [ 11515] By: jhi                                   on 2001/07/31  13:57:15
13664         Log: Metaconfig unit changes for #11514.
13665      Branch: metaconfig
13666            + U/modified/sysman.U
13667            ! U/installdirs/man1dir.U
13668 ____________________________________________________________________________
13669 [ 11514] By: jhi                                   on 2001/07/31  13:56:26
13670         Log: Subject: Configure's detection of system manual
13671              From: Sean Dague <sean@dague.net> 
13672              Date: Sun, 13 May 2001 15:53:15 -0400
13673              Message-ID: <20010513155315.A15833@underhill.dague.net>
13674      Branch: perl
13675            ! Configure
13676 ____________________________________________________________________________
13677 [ 11513] By: jhi                                   on 2001/07/31  03:23:01
13678         Log: Subject: [ID 20010621.004] Typo in perlobj.pod
13679              From: Autrijus Tang <autrijus@autrijus.org> 
13680              Date: Thu, 21 Jun 2001 23:56:48 +0800
13681              Message-Id: <20010621235648.A57340@not.autrijus.org>
13682      Branch: perl
13683            ! pod/perlobj.pod
13684 ____________________________________________________________________________
13685 [ 11512] By: jhi                                   on 2001/07/31  03:13:35
13686         Log: Subject: Typo in DB_File.pm
13687              From: "Philip Newton" <Philip.Newton@gmx.net>
13688              Date: Tue, 31 Jul 2001 06:19:35 +0200
13689              Message-Id: <200107310413.f6V4DmL11900@chaos.wustl.edu>
13690      Branch: perl
13691            ! ext/DB_File/DB_File.pm
13692 ____________________________________________________________________________
13693 [ 11511] By: jhi                                   on 2001/07/31  03:01:49
13694         Log: Subject: Re: [ID 20010529.002] typos in man page perlre 
13695              From: "Stephen P. Potter" <spp@spotter.yi.org>
13696              Date: Wed, 30 May 2001 13:59:34 -0400
13697              Message-Id: <20010530175939.59DEC729E1@belgarath.spotter.yi.org>
13698      Branch: perl
13699            ! pod/perlre.pod
13700 ____________________________________________________________________________
13701 [ 11510] By: jhi                                   on 2001/07/31  02:13:58
13702         Log: eval "format foo=" would loop indefinitely; reported in
13703              
13704              Subject: A load of old rubbish
13705              From: Mike Guy <mjtg@cam.ac.uk>
13706              Date: Mon, 14 May 2001 16:12:22 +0100
13707              Message-Id: <E14zK1G-0003a2-00@virgo.cus.cam.ac.uk>
13708              
13709              (The core dumps reported in there already fixed.)
13710      Branch: perl
13711            ! toke.c
13712 ____________________________________________________________________________
13713 [ 11509] By: jhi                                   on 2001/07/31  00:37:49
13714         Log: Upgrade to Switch 2.04, now with Perl 6 given+when.
13715      Branch: perl
13716            + lib/Switch/Changes lib/Switch/README lib/Switch/t/given_when.t
13717            + lib/Switch/t/switch_case.t
13718            - lib/Switch/test.pl
13719            ! MANIFEST lib/Switch.pm
13720 ____________________________________________________________________________
13721 [ 11508] By: jhi                                   on 2001/07/31  00:17:38
13722         Log: Subject: [PATCH @11505] DB_File-1.78
13723              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
13724              Date: Mon, 30 Jul 2001 22:54:37 +0100
13725              Message-ID: <AIEAJICLCBDNAAOLLOKLGELNCLAA.Paul_Marquess@Yahoo.co.uk>
13726      Branch: perl
13727            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
13728            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
13729 ____________________________________________________________________________
13730 [ 11507] By: jhi                                   on 2001/07/30  23:11:10
13731         Log: Explain in more detail why -pipe and -fno-common are good.
13732      Branch: perl
13733            ! hints/darwin.sh
13734 ____________________________________________________________________________
13735 [ 11506] By: nick                                  on 2001/07/30  14:32:23
13736         Log: Integrate mainline
13737      Branch: perlio
13738           !> INSTALL Makefile.SH doio.c hints/darwin.sh
13739 ____________________________________________________________________________
13740 [ 11505] By: jhi                                   on 2001/07/30  14:14:39
13741         Log: Perl hasn't been putting man pages into $prefix/lib for
13742              a long time now; pointed out by Andy Dougherty. 
13743      Branch: perl
13744            ! hints/darwin.sh
13745 ____________________________________________________________________________
13746 [ 11504] By: jhi                                   on 2001/07/30  14:13:15
13747         Log: Document the extras Configure option.
13748      Branch: perl
13749            ! INSTALL
13750 ____________________________________________________________________________
13751 [ 11503] By: jhi                                   on 2001/07/30  13:52:14
13752         Log: Integrate change #11051 from macperl; O_RDONLY is not zero
13753              everywhere.
13754      Branch: perl
13755           !> doio.c
13756 ____________________________________________________________________________
13757 [ 11502] By: jhi                                   on 2001/07/30  13:45:27
13758         Log: Doubly guard against invoking CPAN if no extras defined,
13759              pointed out by H. Merijn Brand.
13760      Branch: perl
13761            ! Makefile.SH
13762 ____________________________________________________________________________
13763 [ 11501] By: pudge                                 on 2001/07/30  12:57:56
13764         Log: Fix O_RDONLY check to check for O_RDONLY.
13765      Branch: maint-5.6/macperl
13766            ! doio.c
13767 ____________________________________________________________________________
13768 [ 11500] By: pudge                                 on 2001/07/30  12:41:11
13769         Log: Integrate miscellaneous changes from maint-5.6/perl.
13770      Branch: maint-5.6/macperl
13771           !> MANIFEST t/TEST t/harness t/pod/testp2pt.pl t/run/runenv.t
13772 ____________________________________________________________________________
13773 [ 11499] By: nick                                  on 2001/07/30  06:52:42
13774         Log: Integrate mainline
13775      Branch: perlio
13776           +> macos/MacPerlTests.cmd macos/xsubpp.patch os2/perlrexx.c
13777           +> win32/sync_ext.pl
13778            - win32/sncfnmcs.pl
13779           !> (integrate 71 files)
13780 ____________________________________________________________________________
13781 [ 11498] By: jhi                                   on 2001/07/30  03:53:34
13782         Log: Update Changes.
13783      Branch: perl
13784            ! Changes patchlevel.h
13785 ____________________________________________________________________________
13786 [ 11497] By: jhi                                   on 2001/07/30  03:45:32
13787         Log: Now Configure -Dextras=Foo::Bar and "make install" will
13788              fetch and install Foo::Bar.
13789      Branch: perl
13790            ! Makefile.SH
13791 ____________________________________________________________________________
13792 [ 11496] By: jhi                                   on 2001/07/30  03:18:28
13793         Log: Metaconfig unit change for #11495.
13794      Branch: metaconfig/U/perl
13795            ! Extras.U
13796 ____________________________________________________________________________
13797 [ 11495] By: jhi                                   on 2001/07/30  03:18:01
13798         Log: extras.make, extras.test, and extras.install make targets.
13799      Branch: perl
13800            ! Configure Makefile.SH
13801 ____________________________________________________________________________
13802 [ 11494] By: jhi                                   on 2001/07/30  01:37:35
13803         Log: Metaconfig unit change for #11493.
13804      Branch: metaconfig/U/perl
13805            ! Extras.U
13806 ____________________________________________________________________________
13807 [ 11493] By: jhi                                   on 2001/07/30  01:37:14
13808         Log: Better to have the list of extras in $extras than 'define'.
13809      Branch: perl
13810            ! Configure
13811 ____________________________________________________________________________
13812 [ 11492] By: jhi                                   on 2001/07/30  01:33:16
13813         Log: The metaconfig unit change for #11490.
13814      Branch: metaconfig/U/perl
13815            + Extras.U
13816 ____________________________________________________________________________
13817 [ 11491] By: jhi                                   on 2001/07/30  01:32:54
13818         Log: Missed from #11490 (the required dependency).
13819      Branch: perl
13820            ! Makefile.SH
13821 ____________________________________________________________________________
13822 [ 11490] By: jhi                                   on 2001/07/30  01:32:02
13823         Log: Add the support of asking for extra modules or bundles of modules
13824              to be fetched from the CPAN and installed as a part of the Perl
13825              build process.  None of this installation is yet really done;
13826              only the list is asked, and saved away in extras.lst for
13827              the build and installation process to worry about later.
13828      Branch: perl
13829            ! Configure
13830 ____________________________________________________________________________
13831 [ 11489] By: jhi                                   on 2001/07/29  22:15:25
13832         Log: Beginnings of better Inf and NaN support.
13833              At least toke.c and sv.c still need quite a bit of work.
13834      Branch: perl
13835            ! numeric.c perl.h
13836 ____________________________________________________________________________
13837 [ 11488] By: jhi                                   on 2001/07/29  21:18:57
13838         Log: Top-level Makefile didn't honour OPTIMIZE.
13839      Branch: perl
13840            ! Makefile.SH
13841 ____________________________________________________________________________
13842 [ 11487] By: jhi                                   on 2001/07/29  20:56:04
13843         Log: Update Changes.
13844      Branch: perl
13845            ! Changes patchlevel.h
13846 ____________________________________________________________________________
13847 [ 11486] By: jhi                                   on 2001/07/29  20:38:09
13848         Log: Use Search::Dict 1.02 interface for charinfo().
13849      Branch: perl
13850            ! lib/UnicodeCD.pm
13851 ____________________________________________________________________________
13852 [ 11485] By: jhi                                   on 2001/07/29  20:37:11
13853         Log: Now also allow transforming the read lines before comparing them.
13854              (This will help UnicodeCD.) 
13855      Branch: perl
13856            ! lib/Search/Dict.pm
13857 ____________________________________________________________________________
13858 [ 11484] By: jhi                                   on 2001/07/29  20:03:13
13859         Log: Remove tiehandle code.
13860      Branch: perl
13861            ! lib/UnicodeCD.pm
13862 ____________________________________________________________________________
13863 [ 11483] By: jhi                                   on 2001/07/29  19:59:02
13864         Log: Allow specifying a comparison function for Search::Dict::look().
13865      Branch: perl
13866            ! lib/Search/Dict.pm
13867 ____________________________________________________________________________
13868 [ 11482] By: jhi                                   on 2001/07/29  18:55:04
13869         Log: Small UnicodeCD tweaks.
13870      Branch: perl
13871            ! lib/UnicodeCD.pm lib/UnicodeCD.t
13872 ____________________________________________________________________________
13873 [ 11481] By: jhi                                   on 2001/07/29  17:14:19
13874         Log: Subject: [PATCH @11446] UnicodeCD::charinfo
13875              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
13876              Date: Tue, 24 Jul 2001 01:51:32 +0900
13877              Message-Id: <20010724015114.CF4D.BQW10602@nifty.com>
13878      Branch: perl
13879            ! lib/UnicodeCD.pm lib/UnicodeCD.t
13880 ____________________________________________________________________________
13881 [ 11480] By: jhi                                   on 2001/07/29  16:55:58
13882         Log: Subject: [PATCH] installperl
13883              From: Wilfredo Sánchez <wsanchez@MIT.EDU>
13884              Date: Fri, 27 Jul 2001 19:05:04 -0700
13885              Message-Id: <F7912758-82FC-11D5-BFC6-003065D59FBA@thor.sbay.org>
13886      Branch: perl
13887            ! installperl
13888 ____________________________________________________________________________
13889 [ 11479] By: jhi                                   on 2001/07/29  16:52:52
13890         Log: Subject: [PATCH] Set proper compatibility versions in core
13891              From: Wilfredo Sánchez <wsanchez@MIT.EDU>
13892              Date: Fri, 27 Jul 2001 20:01:49 -0700
13893              Message-Id: <E3A6C66A-8304-11D5-BFC6-003065D59FBA@thor.sbay.org>
13894      Branch: perl
13895            ! Makefile.SH
13896 ____________________________________________________________________________
13897 [ 11478] By: jhi                                   on 2001/07/29  16:50:55
13898         Log: Metaconfig unit change for #11477.
13899      Branch: metaconfig/U/perl
13900            ! dlsrc.U
13901 ____________________________________________________________________________
13902 [ 11477] By: jhi                                   on 2001/07/29  16:50:35
13903         Log: Subject: [PATCH] Darwin: -fpic not so good
13904              From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
13905              Date: Fri, 27 Jul 2001 18:57:38 -0700
13906              Message-Id: <EC1496A6-82FB-11D5-BFC6-003065D59FBA@thor.sbay.org>
13907      Branch: perl
13908            ! Configure
13909 ____________________________________________________________________________
13910 [ 11476] By: jhi                                   on 2001/07/29  16:44:03
13911         Log: Subject: [PATCH] Clean up Darwin hints
13912              From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
13913              Date: Fri, 27 Jul 2001 19:13:15 -0700
13914              Message-Id: <1A70CA3F-82FE-11D5-BFC6-003065D59FBA@thor.sbay.org>
13915      Branch: perl
13916            ! hints/darwin.sh
13917 ____________________________________________________________________________
13918 [ 11475] By: jhi                                   on 2001/07/29  16:28:45
13919         Log: Subject: [PATCH split()] split()'s unused captures should be undef, not ''
13920              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
13921              Date: Fri, 27 Jul 2001 14:00:37 -0400 (EDT)
13922              Message-ID: <Pine.GSO.4.21.0107271358310.28213-100000@crusoe.crusoe.net>
13923      Branch: perl
13924            ! pod/perlfunc.pod pp.c t/op/split.t
13925 ____________________________________________________________________________
13926 [ 11474] By: jhi                                   on 2001/07/29  16:27:54
13927         Log: Subject: [PATCH perlvar.pod] $^N foolery as well
13928              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
13929              Date: Thu, 26 Jul 2001 20:03:12 -0400 (EDT)
13930              Message-ID: <Pine.GSO.4.21.0107261958380.28213-100000@crusoe.crusoe.net>
13931      Branch: perl
13932            ! pod/perlvar.pod
13933 ____________________________________________________________________________
13934 [ 11473] By: jhi                                   on 2001/07/29  16:27:00
13935         Log: Subject: [PATCH] fixes to constant.pm documentation
13936              From: Ilmari Karonen <iltzu@sci.fi>
13937              Date: Tue, 24 Jul 2001 16:44:24 +0300 (EET DST)
13938              Message-ID: <Pine.SOL.3.96.1010724163055.6822A-100000@simpukka>
13939      Branch: perl
13940            ! lib/constant.pm
13941 ____________________________________________________________________________
13942 [ 11472] By: jhi                                   on 2001/07/28  18:39:03
13943         Log: Subject: [DOC PATCH bleadperl] perlport.pod and C<..">>"...>
13944              From: "Philip Newton" <Philip.Newton@gmx.net>
13945              Date: Fri, 27 Jul 2001 07:51:10 +0200
13946              Message-Id: <200107270548.f6R5mJL09063@chaos.wustl.edu>
13947      Branch: perl
13948            ! pod/perlport.pod
13949 ____________________________________________________________________________
13950 [ 11471] By: nick                                  on 2001/07/26  06:23:32
13951         Log: Subject:  [PATCH] Doc fix for perlguts / threading
13952              From:  Arthur Bergman <arthur@contiller.se>
13953              Date:  Wed, 25 Jul 2001 11:28:23 +0200
13954              Message-Id:  <B7845DD6.2812%arthur@contiller.se>
13955      Branch: perl
13956            ! pod/perlguts.pod
13957 ____________________________________________________________________________
13958 [ 11470] By: nick                                  on 2001/07/26  06:21:06
13959         Log: Subject:  [DOC PATCH bleadperl] INSTALL: README for Unix systems exist
13960              From:  Philip Newton <Philip.Newton@gmx.net>
13961              Date:  Wed, 25 Jul 2001 08:19:47 +0200
13962              Message-Id:  <E15PHy4-0000cR-00@mserv1f.vianw.co.uk>
13963      Branch: perl
13964            ! INSTALL
13965 ____________________________________________________________________________
13966 [ 11469] By: nick                                  on 2001/07/26  06:20:25
13967         Log: Subject:  [DOC PATCH bleadperl] typo in INSTALL?
13968              From:  Philip Newton <Philip.Newton@gmx.net>
13969              Date:  Wed, 25 Jul 2001 08:12:48 +0200
13970              Message-Id:  <E15PHrJ-00003f-00@mserv1f.vianw.co.uk>
13971      Branch: perl
13972            ! INSTALL
13973 ____________________________________________________________________________
13974 [ 11468] By: jhi                                   on 2001/07/25  01:39:11
13975         Log: More +x.
13976      Branch: perl
13977            ! Porting/makerel
13978 ____________________________________________________________________________
13979 [ 11467] By: jhi                                   on 2001/07/24  16:05:34
13980         Log: Update Changes.
13981      Branch: perl
13982            ! Changes patchlevel.h
13983 ____________________________________________________________________________
13984 [ 11466] By: jhi                                   on 2001/07/24  15:40:28
13985         Log: Subject: [PATCH bleadperl os2/perlrexx.c] my C compiler has no HTML parser
13986              From: "Philip Newton" <Philip.Newton@gmx.net>
13987              Date: Tue, 24 Jul 2001 06:45:55 +0200
13988              Message-ID: <20010724.064500@ID-11583.news.dfncis.de>
13989      Branch: perl
13990            ! os2/perlrexx.c
13991 ____________________________________________________________________________
13992 [ 11465] By: jhi                                   on 2001/07/24  15:37:48
13993         Log: Subject: [PATCH: perl@11446] add io/fs.t to vmsperl test suite
13994              From: Peter Prymmer <pvhp@forte.com>
13995              Date: Mon, 23 Jul 2001 16:58:30 -0700 (PDT)
13996              Message-ID: <Pine.OSF.4.10.10107231643480.401242-100000@aspara.forte.com>
13997      Branch: perl
13998            ! pod/perlport.pod t/io/fs.t vms/test.com
13999 ____________________________________________________________________________
14000 [ 11464] By: jhi                                   on 2001/07/24  02:58:20
14001         Log: Workaround on Cwd bootstrap problem.
14002      Branch: perl
14003            ! lib/ExtUtils/MakeMaker.pm
14004 ____________________________________________________________________________
14005 [ 11463] By: jhi                                   on 2001/07/23  23:11:41
14006         Log: When in Rome, quote like the Romans do.
14007      Branch: perl
14008            ! cflags.SH
14009 ____________________________________________________________________________
14010 [ 11462] By: jhi                                   on 2001/07/23  23:04:02
14011         Log: Subject: [PATCH 5.7.2] OS/2 multi-architecture
14012              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14013              Date: Mon, 23 Jul 2001 19:29:49 -0400
14014              Message-ID: <20010723192949.A14802@math.ohio-state.edu>
14015      Branch: perl
14016            + os2/perlrexx.c
14017            ! MANIFEST configpm makedef.pl mg.c os2/Makefile.SHs
14018            ! os2/OS2/REXX/t/rx_vrexx.t os2/os2.c os2/os2ish.h perl.c
14019            ! t/op/write.t
14020 ____________________________________________________________________________
14021 [ 11461] By: jhi                                   on 2001/07/23  22:58:15
14022         Log: Subject: [PATCH 5.7.2] MakeMaker FIRST_MAKEFILE and subdir
14023              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14024              Date: Mon, 23 Jul 2001 18:43:42 -0400
14025              Message-ID: <20010723184342.A14494@math.ohio-state.edu>
14026      Branch: perl
14027            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
14028 ____________________________________________________________________________
14029 [ 11460] By: jhi                                   on 2001/07/23  22:54:52
14030         Log: Subject: [PATCH 5.7.2] MakeMaker subdir
14031              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14032              Date: Mon, 23 Jul 2001 18:33:16 -0400
14033              Message-ID: <20010723183316.A14298@math.ohio-state.edu>
14034      Branch: perl
14035            ! lib/ExtUtils/MakeMaker.pm
14036 ____________________________________________________________________________
14037 [ 11459] By: jhi                                   on 2001/07/23  22:52:02
14038         Log: Subject: [PATCH 5.7.2] OPTIMIZE= during perl make
14039              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14040              Date: Mon, 23 Jul 2001 18:20:35 -0400
14041              Message-ID: <20010723182035.A14192@math.ohio-state.edu>
14042      Branch: perl
14043            ! Makefile.SH cflags.SH
14044 ____________________________________________________________________________
14045 [ 11458] By: jhi                                   on 2001/07/23  22:41:19
14046         Log: Subject: [PATCH] Print CONFIGURE params in ExtUtils::MakeMaker output
14047              From: "David D. Kilzer" <ddkilzer@lubricants-oil.com>
14048              Date: Mon, 23 Jul 2001 11:32:17 -0500
14049              Message-ID: <20010723113217.A28614@elbonia.lubricants-oil.com>
14050      Branch: perl
14051            ! lib/ExtUtils/MakeMaker.pm
14052 ____________________________________________________________________________
14053 [ 11457] By: jhi                                   on 2001/07/23  21:22:36
14054         Log: Subject: [PATCH 5.7.2] debug reloading selfloaded stuff
14055              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14056              Date: Mon, 23 Jul 2001 18:13:20 -0400
14057              Message-ID: <20010723181320.A14005@math.ohio-state.edu>
14058      Branch: perl
14059            ! lib/perl5db.pl
14060 ____________________________________________________________________________
14061 [ 11456] By: jhi                                   on 2001/07/23  21:19:28
14062         Log: Subject: [PATCH 5.7.2] debugging selfloaded stuff
14063              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14064              Date: Mon, 23 Jul 2001 18:07:40 -0400
14065              Message-ID: <20010723180740.A13960@math.ohio-state.edu>
14066      Branch: perl
14067            ! op.c
14068 ____________________________________________________________________________
14069 [ 11455] By: jhi                                   on 2001/07/23  21:13:12
14070         Log: Subject: [PATCH perl@11446] util.c: return required in Perl_my_fork
14071              From: "Craig A. Berry" <craigberry@mac.com>
14072              Date: Mon, 23 Jul 2001 15:35:06 -0500
14073              Message-Id: <5.1.0.14.0.20010723152732.02ad4470@exchi01>
14074      Branch: perl
14075            ! util.c
14076 ____________________________________________________________________________
14077 [ 11454] By: jhi                                   on 2001/07/23  21:09:13
14078         Log: Subject: [PATCH perlfaq9.pod typo]
14079              From: "Larry Shatzer, Jr." <lshatzer@islanddata.com>
14080              Date: Mon, 23 Jul 2001 07:49:05 -0700
14081              Message-ID: <002f01c11386$a8539580$bb01a8c0@LSHATZER>
14082      Branch: perl
14083            ! pod/perlfaq9.pod
14084 ____________________________________________________________________________
14085 [ 11453] By: jhi                                   on 2001/07/23  21:06:42
14086         Log: Subject: win32\sncfnmcs.pl corrections
14087              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
14088              Date: Mon, 23 Jul 2001 12:56:54 +0200
14089              Message-ID: <E3FB32585BF1D411B9E900805FF51A080C1C5D@RU0022EXCH001U>
14090              
14091              Rename the script a little bit more sensibly.
14092      Branch: perl
14093            + win32/sync_ext.pl
14094            - win32/sncfnmcs.pl
14095            ! MANIFEST README.win32
14096 ____________________________________________________________________________
14097 [ 11452] By: jhi                                   on 2001/07/23  17:22:37
14098         Log: Test tweak.
14099      Branch: perl
14100            ! ext/B/Deparse.t
14101 ____________________________________________________________________________
14102 [ 11451] By: jhi                                   on 2001/07/23  17:10:52
14103         Log: Metaconfig unit tweak for #11450.
14104      Branch: metaconfig/U/perl
14105            ! Mksymlinks.U
14106 ____________________________________________________________________________
14107 [ 11450] By: jhi                                   on 2001/07/23  17:09:46
14108         Log: Too volatile failsafe check.
14109      Branch: perl
14110            ! Configure
14111 ____________________________________________________________________________
14112 [ 11449] By: jhi                                   on 2001/07/23  16:53:59
14113         Log: Further doc tweaks.
14114      Branch: perl
14115            ! lib/UnicodeCD.pm
14116 ____________________________________________________________________________
14117 [ 11448] By: jhi                                   on 2001/07/23  05:26:50
14118         Log: Doc tweaks.
14119      Branch: perl
14120            ! lib/UnicodeCD.pm
14121 ____________________________________________________________________________
14122 [ 11447] By: jhi                                   on 2001/07/23  04:57:49
14123         Log: Doc tweakery from Abhijit.
14124      Branch: perl
14125            ! Porting/repository.pod
14126 ____________________________________________________________________________
14127 [ 11446] By: jhi                                   on 2001/07/22  15:41:02
14128         Log: An accidental empty line.
14129      Branch: perl
14130            ! MANIFEST
14131 ____________________________________________________________________________
14132 [ 11445] By: jhi                                   on 2001/07/22  15:38:30
14133         Log: Missing MANIFESTations.
14134      Branch: perl
14135            ! MANIFEST
14136 ____________________________________________________________________________
14137 [ 11444] By: jhi                                   on 2001/07/22  15:30:10
14138         Log: Update Changes.
14139      Branch: perl
14140            ! Changes patchlevel.h
14141 ____________________________________________________________________________
14142 [ 11443] By: jhi                                   on 2001/07/22  15:02:11
14143         Log: Subject: Re: Typo in Porting/pumpkin/pod ?
14144              From: Mike Guy <mjtg@cam.ac.uk>
14145              Date: Fri, 20 Jul 2001 16:12:49 +0100
14146              Message-Id: <E15NbxR-0006HD-00@draco.cus.cam.ac.uk>
14147      Branch: perl
14148            ! Porting/pumpkin.pod
14149 ____________________________________________________________________________
14150 [ 11442] By: jhi                                   on 2001/07/22  14:58:33
14151         Log: Subject: Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
14152              From: Peter Prymmer <pvhp@forte.com>
14153              Date: Fri, 20 Jul 2001 17:04:55 -0700 (PDT)
14154              Message-ID: <Pine.OSF.4.10.10107201650510.144528-100000@aspara.forte.com>
14155      Branch: perl
14156            ! pod/perlhack.pod
14157 ____________________________________________________________________________
14158 [ 11441] By: jhi                                   on 2001/07/22  14:54:29
14159         Log: Subject: [PATCH Test.pm] Getting rid of the expected "UNEXPECTEDLY SUCCEEDED"
14160              From: Michael G Schwern <schwern@pobox.com>
14161              Date: Fri, 20 Jul 2001 20:22:35 -0400
14162              Message-ID: <20010720202235.O4498@blackrider>
14163      Branch: perl
14164            ! lib/Test.pm lib/Test/t/mix.t lib/Test/t/success.t
14165            ! lib/Test/t/todo.t
14166 ____________________________________________________________________________
14167 [ 11440] By: jhi                                   on 2001/07/22  14:51:14
14168         Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]?
14169              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
14170              Message-Id: <200107210559.WAA09160@ventrue.corp.yahoo.com>
14171              Date: Fri, 20 Jul 2001 22:59:25 -0700 (PDT)
14172      Branch: perl
14173            ! ext/POSIX/POSIX.pod
14174 ____________________________________________________________________________
14175 [ 11439] By: jhi                                   on 2001/07/22  14:49:25
14176         Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]? 
14177              From: Mark-Jason Dominus <mjd@plover.com>
14178              Date: Fri, 20 Jul 2001 23:16:54 -0400
14179              Message-ID: <20010721031654.21877.qmail@plover.com>
14180      Branch: perl
14181            ! ext/POSIX/POSIX.pod
14182 ____________________________________________________________________________
14183 [ 11438] By: jhi                                   on 2001/07/22  14:41:58
14184         Log: Subject: Re: [PATCH O.pm] avoid to clutter output with -l
14185              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14186              Date: Sun, 22 Jul 2001 14:56:09 +0200
14187              Message-ID: <20010722145609.A766@rafael>
14188      Branch: perl
14189            ! ext/B/O.pm
14190 ____________________________________________________________________________
14191 [ 11437] By: jhi                                   on 2001/07/22  14:39:07
14192         Log: Subject: regexec.c #define cleanup
14193              From: Mark-Jason Dominus <mjd@plover.com>
14194              Date: Sat, 21 Jul 2001 18:33:25 -0400
14195              Message-ID: <20010721223325.3069.qmail@plover.com>
14196      Branch: perl
14197            ! regexec.c
14198 ____________________________________________________________________________
14199 [ 11436] By: jhi                                   on 2001/07/22  14:36:43
14200         Log: Subject: [PATCH: perl@11373] Win32 update for t/io/fs.t (may effect NetWare)
14201              From: Prymmer/Kahn <pvhp@best.com>
14202              Date: Sat, 21 Jul 2001 12:08:29 -0700 (PDT)
14203              Message-ID: <Pine.BSF.4.21.0107211156160.17271-100000@shell8.ba.best.com>
14204      Branch: perl
14205            ! t/io/fs.t
14206 ____________________________________________________________________________
14207 [ 11435] By: jhi                                   on 2001/07/22  00:22:51
14208         Log: Typo in #11432.
14209      Branch: perl
14210            ! ext/POSIX/POSIX.t
14211 ____________________________________________________________________________
14212 [ 11434] By: jhi                                   on 2001/07/21  23:12:26
14213         Log: Integrate (manually) change #11424 from macperl.
14214      Branch: perl
14215            ! ext/Filter/t/call.t
14216 ____________________________________________________________________________
14217 [ 11433] By: jhi                                   on 2001/07/21  23:07:43
14218         Log: Integrate change #11408 from macperl.
14219      Branch: perl
14220           !> README.macos pod/perlport.pod
14221 ____________________________________________________________________________
14222 [ 11432] By: jhi                                   on 2001/07/21  23:02:30
14223         Log: Integrate change #11388 from macperl (the *.t parts needed hand massage).
14224      Branch: perl
14225           +> macos/MacPerlTests.cmd macos/xsubpp.patch
14226            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
14227            ! ext/DB_File/t/db-recno.t ext/NDBM_File/ndbm.t
14228            ! ext/POSIX/POSIX.t
14229 ____________________________________________________________________________
14230 [ 11431] By: gsar                                  on 2001/07/21  05:03:44
14231         Log: pod/*.t tests not picked up by t/TEST either
14232      Branch: maint-5.6/perl
14233            ! t/TEST
14234 ____________________________________________________________________________
14235 [ 11430] By: gsar                                  on 2001/07/21  04:58:12
14236         Log: better tweak for change#11429 (windows has both / and \ separated
14237              paths in @INC at that point)
14238      Branch: maint-5.6/perl
14239            ! t/pod/testp2pt.pl
14240 ____________________________________________________________________________
14241 [ 11429] By: gsar                                  on 2001/07/21  04:41:15
14242         Log: MacOS pod test tweak needs \Escape
14243      Branch: maint-5.6/perl
14244            ! t/pod/testp2pt.pl
14245 ____________________________________________________________________________
14246 [ 11428] By: gsar                                  on 2001/07/21  04:39:34
14247         Log: run/runenv.t needs fflushNULL sanity (t/TEST is too dumb to detect
14248              resulting duplicate output, but t/harness isn't)
14249      Branch: maint-5.6/perl
14250            ! t/run/runenv.t
14251 ____________________________________________________________________________
14252 [ 11427] By: gsar                                  on 2001/07/21  04:37:26
14253         Log: t/harness wasn't picking up all the tests
14254      Branch: maint-5.6/perl
14255            ! t/harness
14256 ____________________________________________________________________________
14257 [ 11426] By: gsar                                  on 2001/07/21  04:09:26
14258         Log: update MANIFEST for new file
14259      Branch: maint-5.6/perl
14260            ! MANIFEST
14261 ____________________________________________________________________________
14262 [ 11425] By: gsar                                  on 2001/07/21  04:07:46
14263         Log: integrate maint-5.6/macperl changes into maint-5.6/perl, with
14264              the exception of the macperl/macos/... tree
14265      Branch: maint-5.6/perl
14266           +> t/lib/filefind-taint.t
14267           !> (integrate 72 files)
14268 ____________________________________________________________________________
14269 [ 11424] By: pudge                                 on 2001/07/20  18:55:25
14270         Log: Fix test.
14271      Branch: maint-5.6/macperl
14272            ! macos/bundled_ext/Filter/t/call.t
14273 ____________________________________________________________________________
14274 [ 11423] By: gsar                                  on 2001/07/20  18:38:48
14275         Log: Make perl fork()-safe (in a slightly limited way) even on
14276              platforms that don't have pthread_atfork() (extension of
14277              the fix in change#11151).
14278              
14279              Note that this will not help extensions that call fork()
14280              directly in C, or that link to libraries that call fork()
14281              directly.  Such cases must be fixed to either call
14282              PerlProc_fork(), or call atfork_lock() in parent before the
14283              calling the function that forks and call atfork_unlock()
14284              in both parent and child immediately after the fork().
14285              (There are no worries if C code calls exec() in the child
14286              immediately after a fork().  Only cases where the child
14287              calls perl's API functions (including New()) after the
14288              fork() are problematic.)
14289              
14290              This change also eliminates the use of vfork() from perl,
14291              since all such uses were violating the severe restrictions
14292              on modifying the state of the process between the vfork()
14293              and the exec().
14294              
14295              This is a modified version of patches suggested by Abhijit
14296              Menon-Sen and Richard Soderberg.
14297      Branch: perl
14298            ! embed.h embed.pl global.sym iperlsys.h miniperlmain.c
14299            ! objXSUB.h perl.c perlapi.c pp_sys.c proto.h thread.h util.c
14300 ____________________________________________________________________________
14301 [ 11422] By: pudge                                 on 2001/07/20  18:16:37
14302         Log: Add Filter::Util::Call, Class::ISA, Digest, Filter::Simple,
14303              Switch, and Text::Balanced.
14304      Branch: maint-5.6/macperl
14305            + macos/bundled_ext/Filter/Util/Call/Call.pm
14306            + macos/bundled_ext/Filter/Util/Call/Call.xs
14307            + macos/bundled_ext/Filter/Util/Call/Makefile.PL
14308            + macos/bundled_ext/Filter/t/MyFilter.pm
14309            + macos/bundled_ext/Filter/t/call.t
14310            + macos/bundled_ext/Filter/t/filter-util.pl
14311            + macos/bundled_lib/blib/lib/Class/ISA.pm
14312            + macos/bundled_lib/blib/lib/Digest.pm
14313            + macos/bundled_lib/blib/lib/Filter/Simple.pm
14314            + macos/bundled_lib/blib/lib/Switch.pm
14315            + macos/bundled_lib/blib/lib/Text/Balanced.pm
14316            + macos/bundled_lib/blib/lib/Text/Balanced.pod
14317            + macos/bundled_lib/t/Class/ISA/test.pl
14318            + macos/bundled_lib/t/Digest/Digest.t
14319            + macos/bundled_lib/t/Filter/Simple/test.pl
14320            + macos/bundled_lib/t/Switch/test.pl
14321            + macos/bundled_lib/t/Text/Balanced/t/genxt.t
14322            + macos/bundled_lib/t/Text/Balanced/t/xbrak.t
14323            + macos/bundled_lib/t/Text/Balanced/t/xcode.t
14324            + macos/bundled_lib/t/Text/Balanced/t/xdeli.t
14325            + macos/bundled_lib/t/Text/Balanced/t/xmult.t
14326            + macos/bundled_lib/t/Text/Balanced/t/xquot.t
14327            + macos/bundled_lib/t/Text/Balanced/t/xtagg.t
14328            + macos/bundled_lib/t/Text/Balanced/t/xvari.t
14329 ____________________________________________________________________________
14330 [ 11421] By: pudge                                 on 2001/07/20  18:03:28
14331         Log: Add Filter::Util::Call to config/make files; edit utils
14332              to recognize the module (it was descended too far down).
14333              Bump version to 5.6.1a4.
14334      Branch: maint-5.6/macperl
14335            ! macos/InstallBLIB macos/MPVersion.r macos/Makefile.mk
14336            ! macos/config.sh macos/lib/ExtUtils/MM_MacOS.pm
14337            ! macos/macperl/Makefile.mk macos/xsubpp.patch
14338 ____________________________________________________________________________
14339 [ 11420] By: pudge                                 on 2001/07/20  18:02:05
14340         Log: Make DB_File the default for MLDBM on MacOS.
14341      Branch: maint-5.6/macperl
14342            ! macos/bundled_lib/blib/lib/MLDBM.pm
14343 ____________________________________________________________________________
14344 [ 11419] By: nick                                  on 2001/07/20  14:51:03
14345         Log: Subject:  [PATCH UnicodeCD.pm] Fix erronous documentation
14346              From:  Simon Cozens <simon@netthink.co.uk>
14347              Date:  Fri, 20 Jul 2001 11:42:35 -0400
14348              Message-Id:  <20010720114235.A5235@netthink.co.uk>
14349      Branch: perl
14350            ! lib/UnicodeCD.pm
14351 ____________________________________________________________________________
14352 [ 11418] By: nick                                  on 2001/07/20  14:48:12
14353         Log: Subject:  [PATCH regcomp.h] adds a comment
14354              From:  Abhijit Menon-Sen <ams@wiw.org>
14355              Date:  Fri, 20 Jul 2001 21:05:37 +0530
14356              Message-Id:  <20010720210537.A7678@lustre.dyn.wiw.org>
14357      Branch: perl
14358            ! regcomp.h
14359 ____________________________________________________________________________
14360 [ 11417] By: nick                                  on 2001/07/20  14:16:38
14361         Log: Subject:  [PATCH 5.7.2] INSTALL updates
14362              From:  Andy Dougherty <doughera@lafayette.edu>
14363              Date:  Fri, 20 Jul 2001 11:01:40 -0400 (EDT)
14364              Message-Id:  <Pine.SOL.4.10.10107201059510.16494-100000@maxwell.phys.lafayette.edu>
14365      Branch: perl
14366            ! INSTALL
14367 ____________________________________________________________________________
14368 [ 11416] By: nick                                  on 2001/07/20  06:44:44
14369         Log: Subject:  Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
14370              From:  Russ Allbery <rra@stanford.edu>
14371              Date:  19 Jul 2001 15:52:37 -0700
14372              Message-Id:  <ylvgko4jm2.fsf@windlord.stanford.edu>
14373      Branch: perl
14374            ! lib/Pod/Man.pm
14375 ____________________________________________________________________________
14376 [ 11415] By: nick                                  on 2001/07/20  06:35:11
14377         Log: Subject:  [PATCH] defer op_seq allocation
14378              From:  Abhijit Menon-Sen <ams@wiw.org>
14379              Date:  Thu, 19 Jul 2001 22:12:24 +0530
14380              Message-Id:  <20010719221224.A13786@lustre.dyn.wiw.org>
14381      Branch: perl
14382            ! op.c
14383 ____________________________________________________________________________
14384 [ 11414] By: nick                                  on 2001/07/20  06:23:36
14385         Log: Subject:  [PATCH] prototype for Time::HiRes::sleep()
14386              From:  Abhijit Menon-Sen <ams@wiw.org>
14387              Date:  Fri, 20 Jul 2001 01:18:50 +0530
14388              Message-Id:  <20010720011850.A19650@lustre.dyn.wiw.org>
14389              (Private e-mail)
14390      Branch: perl
14391            ! ext/Time/HiRes/HiRes.xs
14392 ____________________________________________________________________________
14393 [ 11413] By: nick                                  on 2001/07/20  06:18:53
14394         Log: Integrate mainline
14395      Branch: perlio
14396           +> ext/Encode/Encode/euc-jp-0212.enc t/lib/commonsense.t
14397            - t/base/commonsense.t
14398           !> MANIFEST doio.c ext/B/B/Deparse.pm ext/Encode/Encode/Tcl.pm
14399           !> ext/POSIX/POSIX.t ext/Time/HiRes/HiRes.xs gv.c hints/darwin.sh
14400           !> hints/rhapsody.sh numeric.c pod/perlfunc.pod pod/perlhack.pod
14401           !> pod/perlre.pod pp_sys.c sv.c t/README t/op/arith.t
14402           !> t/op/sprintf.t thread.h utils/h2xs.PL win32/perlhost.h
14403           !> win32/win32.c
14404 ____________________________________________________________________________
14405 [ 11412] By: nick                                  on 2001/07/19  06:44:27
14406         Log: Integrate win32/perlhost.h from maintenance branch.
14407              (Rest of $ENV{PATH} / system() fix.)
14408      Branch: perl
14409           !> win32/perlhost.h
14410 ____________________________________________________________________________
14411 [ 11411] By: nick                                  on 2001/07/19  06:41:34
14412         Log: Subject:  [DOC PATCH bleadperl] its vs it's in perlhack.pod
14413              From:  Philip Newton <Philip.Newton@gmx.net>
14414              Date:  Wed, 18 Jul 2001 21:43:57 +0200
14415              Message-Id:  <E15Mx9y-0007Oz-00@mserv1b.vianw.co.uk>
14416      Branch: perl
14417            ! pod/perlhack.pod
14418 ____________________________________________________________________________
14419 [ 11410] By: nick                                  on 2001/07/19  06:39:35
14420         Log: Subject:  Security hole in taint checking in open()
14421              From:  deekoo@tentacle.net
14422              Date:  Thu, 19 Jul 2001 00:03:46 -0700 (PDT)
14423              Message-Id:  <Pine.LNX.4.33.0107182248330.11996-100000@chaos.tentacle.net>
14424      Branch: perl
14425            ! doio.c
14426 ____________________________________________________________________________
14427 [ 11409] By: nick                                  on 2001/07/19  06:28:08
14428         Log: Subject:  [PATCH] Re: Time::HiRes qw(sleep) fails
14429              From:  Abhijit Menon-Sen <ams@wiw.org>
14430              Date:  Thu, 19 Jul 2001 04:30:43 +0530
14431              Message-Id:  <20010719043043.A10327@lustre.dyn.wiw.org>
14432      Branch: perl
14433            ! ext/Time/HiRes/HiRes.xs
14434 ____________________________________________________________________________
14435 [ 11408] By: pudge                                 on 2001/07/19  03:27:36
14436         Log: Update docs with latest implementation information and new URLs.
14437      Branch: maint-5.6/macperl
14438            ! README.macos pod/perlport.pod
14439 ____________________________________________________________________________
14440 [ 11407] By: pudge                                 on 2001/07/19  02:35:46
14441         Log: Add Time::HiRes, and add default Makefile.mk for Digest::MD5.
14442              Fix BuildRules to accept optimization variables.
14443      Branch: maint-5.6/macperl
14444            + macos/bundled_ext/Digest/MD5/Makefile.mk
14445            ! macos/BuildRules.mk macos/Makefile.mk
14446            ! macos/bundled_ext/Time/HiRes/HiRes.xs macos/config.sh
14447            ! macos/macish.c macos/macish.h macos/macperl/Makefile.mk
14448 ____________________________________________________________________________
14449 [ 11406] By: pudge                                 on 2001/07/19  01:11:39
14450         Log: Integrate changes 11399,11401
14451      Branch: maint-5.6/macperl
14452           !> win32/perlhost.h win32/win32.c
14453 ____________________________________________________________________________
14454 [ 11405] By: nick                                  on 2001/07/18  06:50:33
14455         Log: Integrate Sarathy's Win32 $ENV{'PATH'}/system fixes (11399, 11400)
14456              from perl5.6*
14457      Branch: perl
14458           !> win32/perlhost.h win32/win32.c
14459 ____________________________________________________________________________
14460 [ 11404] By: nick                                  on 2001/07/18  06:43:59
14461         Log: Subject:  Re: Perl 5.7.2 Has Been Released 
14462              From:  hv@crypt0.demon.co.uk
14463              Date:  Wed, 18 Jul 2001 05:58:46 +0100
14464              Message-Id:  <200107180458.f6I4wlJ19966@crypt0.demon.co.uk>
14465      Branch: perl
14466            ! ext/POSIX/POSIX.t
14467 ____________________________________________________________________________
14468 [ 11403] By: nick                                  on 2001/07/18  06:38:57
14469         Log: Subject:  Re: [ID 20010716.005] numeric conversions in 5.7.[12] changed from perl5.6.1 (leading whitespace) 
14470              From:  hv@crypt0.demon.co.uk
14471              Date:  Wed, 18 Jul 2001 05:21:54 +0100
14472              Message-Id:  <200107180421.f6I4Ltc00987@crypt0.demon.co.uk>
14473      Branch: perl
14474            ! numeric.c t/op/arith.t
14475 ____________________________________________________________________________
14476 [ 11402] By: nick                                  on 2001/07/18  06:19:17
14477         Log: Subject:  Doc patch: perlre should mention perlrequick and perlretut
14478              From:  mjd@plover.com
14479              Date:  17 Jul 2001 17:59:20 -0000
14480              Message-Id:  <20010717175920.8177.qmail@plover.com>
14481      Branch: perl
14482            ! pod/perlre.pod
14483 ____________________________________________________________________________
14484 [ 11401] By: gsar                                  on 2001/07/17  21:31:31
14485         Log: thinko in change#11400 (duh)
14486      Branch: maint-5.6/perl
14487            ! win32/perlhost.h
14488 ____________________________________________________________________________
14489 [ 11400] By: gsar                                  on 2001/07/17  19:46:34
14490         Log: change#11399 revealed another unrelated bug; this is just a temporary
14491              bandaid
14492      Branch: maint-5.6/perl
14493            ! win32/perlhost.h
14494 ____________________________________________________________________________
14495 [ 11399] By: gsar                                  on 2001/07/17  19:11:57
14496         Log: fix bugs in handling of the virtualized environment under windows;
14497              there were bugs in propagating any changes to %ENV down to the real
14498              environment when such changes happened in the toplevel process
14499              (thanks to Johan Holmberg <holmberg@iar.se> for the excellent
14500              problem identification, and for a part of the fix)
14501      Branch: maint-5.6/perl
14502            ! win32/perlhost.h win32/win32.c
14503 ____________________________________________________________________________
14504 [ 11398] By: nick                                  on 2001/07/17  08:26:35
14505         Log: Subject: Re: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
14506              From: Peter Prymmer <pvhp@forte.com>
14507              Date: Mon, 16 Jul 2001 16:43:14 -0700 (PDT)
14508              Message-Id: <Pine.OSF.4.10.10107161631300.464972-100000@aspara.forte.com>
14509              
14510              Move t/base/commonsense.t to t/lib/commonsense.t - base tests
14511              should not depend on existance of Config.pm
14512      Branch: perl
14513           +> t/lib/commonsense.t
14514            - t/base/commonsense.t
14515            ! MANIFEST t/README
14516 ____________________________________________________________________________
14517 [ 11397] By: nick                                  on 2001/07/17  08:09:58
14518         Log: Subject:  [PATCH pod/perlhack.pod] Sections on writing tests & patching core mods
14519              From:  Michael G Schwern <schwern@pobox.com>
14520              Date:  Mon, 16 Jul 2001 18:20:31 -0400
14521              Message-Id:  <20010716182031.A1128@blackrider>
14522      Branch: perl
14523            ! pod/perlhack.pod
14524 ____________________________________________________________________________
14525 [ 11396] By: nick                                  on 2001/07/17  08:04:11
14526         Log: Subject:  [PATCH perlfunc.pod] make printf refer to sprintf
14527              From:  Gwyn Judd <b.judd@xtra.co.nz>
14528              Date:  Tue, 17 Jul 2001 20:55:58 +1200
14529              Message-Id:  <20010717205558.A3107@thislove>
14530      Branch: perl
14531            ! pod/perlfunc.pod
14532 ____________________________________________________________________________
14533 [ 11395] By: nick                                  on 2001/07/17  08:02:22
14534         Log: Subject:  [PATCH: perl@11373] fix t/op/sprintf.t to not load %Config
14535              From:  Peter Prymmer <pvhp@forte.com>
14536              Date:  Mon, 16 Jul 2001 15:48:33 -0700 (PDT)
14537              Message-Id:  <Pine.OSF.4.10.10107161543400.464972-100000@aspara.forte.com>
14538      Branch: perl
14539            ! t/op/sprintf.t
14540 ____________________________________________________________________________
14541 [ 11394] By: nick                                  on 2001/07/17  07:57:06
14542         Log: Subject:  Re: [PATCH gv.c] allow ${"1f"} to be non-regex var 
14543              From:  Jeff 'Japhy' Pinyan <jeffp@crusoe.net>
14544              Date:  Mon, 16 Jul 2001 18:46:53 -0400 (EDT)
14545              Message-Id:  <Pine.GSO.4.21.0107161829390.1405-100000@crusoe.crusoe.net>
14546      Branch: perl
14547            ! gv.c
14548 ____________________________________________________________________________
14549 [ 11392] By: nick                                  on 2001/07/17  07:50:12
14550         Log: Subject:  [PATCH] fix PTHREAD_ATFORK croaking too early, too often
14551              From:  Coral <coral@moonlight.crystalflame.net>
14552              Date:  Mon, 16 Jul 2001 14:25:19 -0700 (PDT)
14553              Message-Id:  <200107162125.f6GLPJ345261@moonlight.crystalflame.net>
14554      Branch: perl
14555            ! pp_sys.c thread.h
14556 ____________________________________________________________________________
14557 [ 11391] By: nick                                  on 2001/07/17  07:34:28
14558         Log: Subject:  Re: [PATCH h2xs.PL ] use Test::More where appropriate (was Re:   
14559              From:  Jonathan Stowe <gellyfish@gellyfish.com>
14560              Date:  Mon, 16 Jul 2001 18:31:21 +0100 (BST)
14561              Message-Id:  <Pine.LNX.4.33.0107161827570.15520-100000@orpheus.gellyfish.com>
14562      Branch: perl
14563            ! utils/h2xs.PL
14564 ____________________________________________________________________________
14565 [ 11390] By: pudge                                 on 2001/07/16  23:54:44
14566         Log: Add in List::Util, Memoize, NEXT, and a bunch of tests for other
14567              modules.  Also added Mac::BuildTools, Mac::AppleEvents::Simple,
14568              and Mac::Apps::Launch, which don't work, and Time::HiRes and
14569              Time::Piece, which don't yet work.
14570      Branch: maint-5.6/macperl
14571            + (add 154 files)
14572 ____________________________________________________________________________
14573 [ 11389] By: pudge                                 on 2001/07/16  23:13:10
14574         Log: Fix %ENV to be tainted [SF bug #231848, Thomas Wegner].
14575              Also add hack to get around missing setenv for PERL5DB.
14576      Branch: maint-5.6/macperl
14577            ! macos/macish.c macos/macish.h
14578 ____________________________________________________________________________
14579 [ 11388] By: pudge                                 on 2001/07/16  23:11:26
14580         Log: Fix DB_File, and patch tests for it, and NDBM_File, and POSIX.
14581      Branch: maint-5.6/macperl
14582            ! macos/MacPerlTests.cmd macos/xsubpp.patch t/lib/db-btree.t
14583            ! t/lib/db-hash.t t/lib/db-recno.t t/lib/ndbm.t t/lib/posix.t
14584 ____________________________________________________________________________
14585 [ 11387] By: pudge                                 on 2001/07/16  23:05:12
14586         Log: Fix up some configuration and make options, add extra
14587              extensions.
14588      Branch: maint-5.6/macperl
14589            ! macos/ExtBuildRules.mk macos/Makefile.mk macos/config.sh
14590            ! macos/macperl/Makefile.mk
14591 ____________________________________________________________________________
14592 [ 11386] By: pudge                                 on 2001/07/16  21:22:32
14593         Log: From Change 11374 in maintperl.
14594      Branch: maint-5.6/macperl
14595           !> utils/h2ph.PL
14596 ____________________________________________________________________________
14597 [ 11385] By: nick                                  on 2001/07/16  14:12:58
14598         Log: Back out change to h2xs till it passes its test.
14599      Branch: perl
14600            ! utils/h2xs.PL
14601 ____________________________________________________________________________
14602 [ 11384] By: nick                                  on 2001/07/16  14:00:10
14603         Log: Subject:  [PATCH h2xs.PL ] use Test::More where appropriate (was Re: [PATCH]
14604              From:  Jonathan Stowe <gellyfish@gellyfish.com>
14605              Date:  Mon, 16 Jul 2001 08:37:05 +0100 (BST)
14606              Message-Id:  <Pine.LNX.4.33.0107160830480.9915-100000@orpheus.gellyfish.com>
14607      Branch: perl
14608            ! utils/h2xs.PL
14609 ____________________________________________________________________________
14610 [ 11383] By: nick                                  on 2001/07/16  13:53:12
14611         Log: Subject:  [PATCH hints/darwin.sh] Don't override user-specified optimize flag
14612              From:  Robin Houston <robin@kitsite.com>
14613              Date:  Sun, 15 Jul 2001 18:22:31 +0100
14614              Message-Id:  <20010715182230.A11174@robin>
14615      Branch: perl
14616            ! hints/darwin.sh
14617 ____________________________________________________________________________
14618 [ 11382] By: nick                                  on 2001/07/16  13:52:49
14619         Log: Subject:  [PATCH perl@11372] re_dup
14620              From:  Radu Greab <radu@netsoft.ro>
14621              Date:  Sun, 15 Jul 2001 04:50:06 +0300
14622              Message-Id:  <15184.63182.656988.340591@ix.netsoft.ro>
14623      Branch: perl
14624            ! sv.c
14625 ____________________________________________________________________________
14626 [ 11379] By: nick                                  on 2001/07/16  13:35:39
14627         Log: Subject:  [PATCH B::Deparse] formats can't contain formats
14628              From:  Robin Houston <robin@kitsite.com>
14629              Date:  Sat, 14 Jul 2001 14:28:50 +0100
14630              Message-Id:  <20010714142850.A10205@robin>
14631      Branch: perl
14632            ! ext/B/B/Deparse.pm
14633 ____________________________________________________________________________
14634 [ 11378] By: nick                                  on 2001/07/16  13:30:36
14635         Log: Subject:  [PATCH @11359] Encode::Tcl.pm, EUC-JP with jis-x0212
14636              From:  Sadahiro Tomoyuki <BQW10602@nifty.com>
14637              Date:  Sat, 14 Jul 2001 22:17:42 +0900
14638              Message-Id:  <20010714221736.6CA3.BQW10602@nifty.com>
14639      Branch: perl
14640            + ext/Encode/Encode/euc-jp-0212.enc
14641            ! ext/Encode/Encode/Tcl.pm
14642 ____________________________________________________________________________
14643 [ 11377] By: nick                                  on 2001/07/16  13:17:28
14644         Log: Subject:  [PATCH 5.7.2] Remove useless ccflags hints
14645              From:  Andy Dougherty <doughera@lafayette.edu>
14646              Date:  Sun, 15 Jul 2001 22:52:54 -0400 (EDT)
14647              Message-Id:  <Pine.SOL.4.10.10107152250230.10344-100000@maxwell.phys.lafayette.edu>
14648      Branch: perl
14649            ! hints/darwin.sh hints/rhapsody.sh
14650 ____________________________________________________________________________
14651 [ 11376] By: nick                                  on 2001/07/16  09:05:00
14652         Log: Integrate mainline
14653      Branch: perlio
14654           +> ext/Encode/Encode/7bit-greek.enc
14655           +> ext/Encode/Encode/7bit-latin1.enc
14656           +> ext/Encode/Encode/cns11643-1.enc
14657           +> ext/Encode/Encode/cns11643-2.enc
14658           +> ext/Encode/Encode/iso2022-cn.enc
14659           +> ext/Encode/Encode/iso2022-jp1.enc
14660           +> ext/Encode/Encode/iso2022-jp2.enc
14661           !> Changes Configure MANIFEST Makefile.SH
14662           !> ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
14663           !> ext/Encode/Encode/iso2022-kr.enc ext/POSIX/POSIX.pm
14664           !> ext/PerlIO/Via/Via.pm handy.h myconfig.SH patchlevel.h
14665           !> pod/perlhack.pod pod/perlre.pod pod/perltoc.pod regcomp.c sv.c
14666           !> t/op/pat.t t/op/sprintf.t utils/h2ph.PL utils/h2xs.PL
14667 ____________________________________________________________________________
14668 [ 11375] By: gsar                                  on 2001/07/16  02:46:11
14669         Log: integrate change#11374 from maint-5.6
14670              
14671              make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
14672      Branch: perl
14673           !> utils/h2ph.PL
14674 ____________________________________________________________________________
14675 [ 11374] By: gsar                                  on 2001/07/16  02:10:51
14676         Log: make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
14677      Branch: maint-5.6/perl
14678            ! utils/h2ph.PL
14679 ____________________________________________________________________________
14680 [ 11373] By: jhi                                   on 2001/07/14  09:27:10
14681         Log: Update Changes.
14682      Branch: perl
14683            ! Changes patchlevel.h
14684 ____________________________________________________________________________
14685 [ 11372] By: jhi                                   on 2001/07/14  09:19:18
14686         Log: Subject: [PATCH h2xs.PL] use Getopt::Long (was Re: [PATCH] h2xs)
14687              From: Jonathan Stowe <gellyfish@gellyfish.com>
14688              Date: Sat, 14 Jul 2001 10:14:34 +0100 (BST)
14689              Message-ID: <Pine.LNX.4.33.0107141008350.9915-100000@orpheus.gellyfish.com>
14690      Branch: perl
14691            ! utils/h2xs.PL
14692 ____________________________________________________________________________
14693 [ 11371] By: jhi                                   on 2001/07/14  09:18:09
14694         Log: Subject: patch to add DEL to [:cntrl:]
14695              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
14696              Date: Fri, 13 Jul 2001 23:25:12 -0700 (PDT)
14697              Message-Id: <200107140625.XAA01517@ventrue.corp.yahoo.com>
14698      Branch: perl
14699            ! handy.h pod/perlre.pod regcomp.c t/op/pat.t
14700 ____________________________________________________________________________
14701 [ 11370] By: jhi                                   on 2001/07/14  01:33:17
14702         Log: Metaconfig unit change for #11369; plus a dependency nit.
14703      Branch: metaconfig
14704            ! U/compline/nblock_io.U
14705      Branch: metaconfig/U/perl
14706            ! Extensions.U
14707 ____________________________________________________________________________
14708 [ 11369] By: jhi                                   on 2001/07/14  01:32:33
14709         Log: #include <stdlib.h> so that exit() is prototyped,
14710              noticed by Hugo.
14711      Branch: perl
14712            ! Configure
14713 ____________________________________________________________________________
14714 [ 11368] By: jhi                                   on 2001/07/14  01:18:28
14715         Log: Subject: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
14716              From: Peter Prymmer <pvhp@forte.com>
14717              Date: Fri, 13 Jul 2001 19:15:45 -0700 (PDT)
14718              Message-ID: <Pine.OSF.4.10.10107131908370.270775-100000@aspara.forte.com>
14719      Branch: perl
14720            ! t/op/sprintf.t
14721 ____________________________________________________________________________
14722 [ 11367] By: jhi                                   on 2001/07/14  01:07:03
14723         Log: Subject: [PATCH: perl@11359] fixup for Encode/Tcl.t on ruthless filesystems
14724              From: Peter Prymmer <pvhp@forte.com>
14725              Date: Fri, 13 Jul 2001 19:00:20 -0700 (PDT)
14726              Message-ID: <Pine.OSF.4.10.10107131856280.270775-100000@aspara.forte.com>
14727      Branch: perl
14728            ! ext/Encode/Encode/Tcl.t
14729 ____________________________________________________________________________
14730 [ 11366] By: jhi                                   on 2001/07/13  22:48:47
14731         Log: Add information about gcc 3.0 basic block profiling.
14732      Branch: perl
14733            ! Makefile.SH pod/perlhack.pod pod/perltoc.pod
14734 ____________________________________________________________________________
14735 [ 11365] By: jhi                                   on 2001/07/13  21:22:20
14736         Log: Subject: Error in lib/PerlIO/Via.pm ?
14737              From: Mark-Jason Dominus <mjd@plover.com>
14738              Date: Fri, 13 Jul 2001 15:55:41 -0400
14739              Message-ID: <20010713195541.26751.qmail@plover.com>
14740      Branch: perl
14741            ! ext/PerlIO/Via/Via.pm
14742 ____________________________________________________________________________
14743 [ 11364] By: jhi                                   on 2001/07/13  21:21:23
14744         Log: Move both usemymalloc and d_bincompat5005 to the Platfom
14745              section from the Compiler section.
14746      Branch: perl
14747            ! myconfig.SH
14748 ____________________________________________________________________________
14749 [ 11363] By: jhi                                   on 2001/07/13  21:19:34
14750         Log: Handle glibc style of constant definitions using enum
14751              with intervening #defines; from Brendan O'Dea.
14752      Branch: perl
14753            ! utils/h2ph.PL
14754 ____________________________________________________________________________
14755 [ 11362] By: jhi                                   on 2001/07/13  21:17:40
14756         Log: Add LC_MESSAGES to the locale_h export tag (it already is
14757              in the Makefile.PL and thusly eligible for an XS constant)
14758              (see also maintperl #10543)
14759      Branch: perl
14760            ! ext/POSIX/POSIX.pm
14761 ____________________________________________________________________________
14762 [ 11361] By: jhi                                   on 2001/07/13  15:12:37
14763         Log: Subject: Re: [patch] re_dup
14764              From: Abhijit Menon-Sen <ams@wiw.org>
14765              Date: Fri, 13 Jul 2001 21:41:09 +0530
14766              Message-ID: <20010713214109.A3328@lustre.dyn.wiw.org>
14767      Branch: perl
14768            ! sv.c
14769 ____________________________________________________________________________
14770 [ 11360] By: jhi                                   on 2001/07/13  15:11:45
14771         Log: Subject: [patch] re_dup
14772              From: Doug MacEachern <dougm@covalent.net>
14773              Date: Fri, 13 Jul 2001 08:51:24 -0700 (PDT)
14774              Message-ID: <Pine.LNX.4.21.0107130848530.28844-100000@mako.covalent.net>
14775      Branch: perl
14776            ! sv.c
14777 ____________________________________________________________________________
14778 [ 11359] By: jhi                                   on 2001/07/13  14:30:32
14779         Log: Update Changes.
14780      Branch: perl
14781            ! Changes patchlevel.h
14782 ____________________________________________________________________________
14783 [ 11358] By: jhi                                   on 2001/07/13  14:26:36
14784         Log: Subject: [PATCH @11328] Encode::Tcl.pm for iso-2022-(?:jp-[12]|cn)
14785              From: SADAHIRO Tomoyuki <BQW10602@nifty.com> 
14786              Date: Sat, 14 Jul 2001 00:06:30 +0900
14787              Message-Id: <20010713235522.8406.BQW10602@nifty.com>
14788      Branch: perl
14789            + ext/Encode/Encode/7bit-greek.enc
14790            + ext/Encode/Encode/7bit-latin1.enc
14791            + ext/Encode/Encode/cns11643-1.enc
14792            + ext/Encode/Encode/cns11643-2.enc
14793            + ext/Encode/Encode/iso2022-cn.enc
14794            + ext/Encode/Encode/iso2022-jp1.enc
14795            + ext/Encode/Encode/iso2022-jp2.enc
14796            ! MANIFEST ext/Encode/Encode/Tcl.pm
14797            ! ext/Encode/Encode/iso2022-kr.enc
14798 ____________________________________________________________________________
14799 [ 11357] By: nick                                  on 2001/07/13  14:24:06
14800         Log: Blind integrate mainline (as of 5.7.2?)
14801      Branch: perlio
14802           !> AUTHORS Changes Porting/config.sh Porting/config_H
14803           !> README.netware ext/PerlIO/t/encoding.t makedef.pl patchlevel.h
14804           !> pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
14805           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
14806           !> win32/makefile.mk
14807 ____________________________________________________________________________
14808 [ 11355] By: jhi                                   on 2001/07/13  13:13:46
14809         Log: Snip away the devel patchlevel.
14810      Branch: perl
14811            ! patchlevel.h
14812 ____________________________________________________________________________
14813 [ 11354] By: jhi                                   on 2001/07/13  13:12:01
14814         Log: Bump the version to 5.7.2.
14815      Branch: perl
14816            ! Porting/config.sh Porting/config_H patchlevel.h
14817            ! pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
14818            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
14819            ! win32/makefile.mk
14820 ____________________________________________________________________________
14821 [ 11353] By: jhi                                   on 2001/07/13  13:00:00
14822         Log: Update Changes.
14823      Branch: perl
14824            ! Changes
14825 ____________________________________________________________________________
14826 [ 11352] By: jhi                                   on 2001/07/13  12:54:49
14827         Log: Reword.
14828      Branch: perl
14829            ! AUTHORS
14830 ____________________________________________________________________________
14831 [ 11351] By: jhi                                   on 2001/07/13  12:52:47
14832         Log: AUTHORS update.
14833      Branch: perl
14834            ! AUTHORS
14835 ____________________________________________________________________________
14836 [ 11350] By: jhi                                   on 2001/07/13  12:24:36
14837         Log: Ignore PL_regex_pad and PL_regex_padav from symbols
14838              unless ithreads.
14839      Branch: perl
14840            ! makedef.pl
14841 ____________________________________________________________________________
14842 [ 11349] By: jhi                                   on 2001/07/13  11:54:10
14843         Log: Integrate perlio.
14844      Branch: perl
14845           !> win32/distclean.bat
14846 ____________________________________________________________________________
14847 [ 11348] By: jhi                                   on 2001/07/13  11:49:50
14848         Log: Test the encoding transform only iff we have PerlIO,
14849              noticed by H. Merijn Brand.
14850      Branch: perl
14851            ! ext/PerlIO/t/encoding.t
14852 ____________________________________________________________________________
14853 [ 11347] By: jhi                                   on 2001/07/13  11:40:13
14854         Log: README.netware tweaks from Ananth Kesari.
14855      Branch: perl
14856            ! README.netware
14857 ____________________________________________________________________________
14858 [ 11346] By: nick                                  on 2001/07/13  09:18:51
14859         Log: Win32/distclean.bat - Down-case all MANIFEST and File::Find results so 
14860              to avoid /unicode vs /Unicode issues.
14861      Branch: perlio
14862            ! win32/distclean.bat
14863 ____________________________________________________________________________
14864 [ 11345] By: nick                                  on 2001/07/13  06:24:18
14865         Log: Integrate mainline
14866      Branch: perlio
14867           +> README.uts lib/UnicodeCD.pm lib/UnicodeCD.t
14868            - lib/Unicode/UCD.pm lib/Unicode/UCD.t lib/unicode/distinct.pm
14869           !> (integrate 63 files)
14870 ____________________________________________________________________________
14871 [ 11344] By: jhi                                   on 2001/07/13  04:50:22
14872         Log: Add d_bincompat5005 information to perl -V.
14873      Branch: perl
14874            ! myconfig.SH
14875 ____________________________________________________________________________
14876 [ 11343] By: jhi                                   on 2001/07/13  03:42:05
14877         Log: Subject: Re: [PATCH] Re: Memory corruption? Read-only $_?
14878              From: Abhijit Menon-Sen <ams@wiw.org>
14879              Date: Fri, 13 Jul 2001 07:12:36 +0530
14880              Message-ID: <20010713071236.C5669@lustre.dyn.wiw.org>
14881      Branch: perl
14882            ! sv.c
14883 ____________________________________________________________________________
14884 [ 11342] By: jhi                                   on 2001/07/13  03:36:22
14885         Log: Remove unicode::distinct, as per Inaba Hiroto.
14886      Branch: perl
14887            - lib/unicode/distinct.pm
14888            ! MANIFEST hv.c perl.h pod/perlmodlib.pod pod/perltoc.pod sv.c
14889            ! t/lib/1_compile.t
14890 ____________________________________________________________________________
14891 [ 11341] By: jhi                                   on 2001/07/13  00:05:53
14892         Log: Paging for Dr Octothorpe.
14893      Branch: perl
14894            ! pod/perlfaq4.pod
14895 ____________________________________________________________________________
14896 [ 11340] By: jhi                                   on 2001/07/12  23:53:44
14897         Log: cut-n-paste error noticed by mjd.
14898      Branch: perl
14899            ! pod/perlfaq4.pod
14900 ____________________________________________________________________________
14901 [ 11339] By: jhi                                   on 2001/07/12  23:39:42
14902         Log: Subject: [PATCH: perl@11328] update the octal situation in perlfaq4.pod
14903              From: Peter Prymmer <pvhp@forte.com>
14904              Date: Thu, 12 Jul 2001 17:04:22 -0700 (PDT)
14905              Message-ID: <Pine.OSF.4.10.10107121703040.219875-100000@aspara.forte.com>
14906      Branch: perl
14907            ! pod/perlfaq4.pod
14908 ____________________________________________________________________________
14909 [ 11338] By: jhi                                   on 2001/07/12  23:38:49
14910         Log: Subject: Re: [randy@qualcomm.com: Corrections for ' repository - Using the Perl repository ']
14911              From: Randall Gellens <randy@qualcomm.com>
14912              Date: Thu, 12 Jul 2001 16:56:23 -0700
14913              Message-Id: <p05100301b773e9751c04@[129.46.176.61]>
14914      Branch: perl
14915            ! Porting/repository.pod
14916 ____________________________________________________________________________
14917 [ 11337] By: jhi                                   on 2001/07/12  23:35:06
14918         Log: Make PTHREAD_ATFORK() to croak if HAS_FORK, noop otherwise.
14919      Branch: perl
14920            ! thread.h
14921 ____________________________________________________________________________
14922 [ 11336] By: jhi                                   on 2001/07/12  23:23:39
14923         Log: Subject: [PATCH] pthread_atfork on FreeBSD - Part 1: #ifdef HAS_PTHREAD_ATFORK  
14924              From: coral <coral@moonlight.crystalflame.net>
14925              Date: Thu, 12 Jul 2001 16:16:50 -0700 (PDT)
14926              Message-Id: <200107122316.f6CNGoq09171@moonlight.crystalflame.net>
14927      Branch: perl
14928            ! thread.h
14929 ____________________________________________________________________________
14930 [ 11335] By: jhi                                   on 2001/07/12  23:23:14
14931         Log: Metaconfig unit change for #11134.
14932      Branch: metaconfig
14933            + U/threads/d_pthread_atfork.U
14934 ____________________________________________________________________________
14935 [ 11334] By: jhi                                   on 2001/07/12  23:22:42
14936         Log: Add HAS_PTHREAD_ATFORK.
14937      Branch: perl
14938            ! Configure NetWare/config.wc NetWare/config_H.wc
14939            ! Porting/Glossary Porting/config.sh Porting/config_H
14940            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
14941            ! uconfig.h uconfig.sh vos/config.alpha.def vos/config.alpha.h
14942            ! vos/config.ga.def vos/config.ga.h win32/config.bc
14943            ! win32/config.gc win32/config.vc win32/config_H.bc
14944            ! win32/config_H.gc win32/config_H.vc
14945 ____________________________________________________________________________
14946 [ 11333] By: jhi                                   on 2001/07/12  22:58:35
14947         Log: Subject: [PATCH] File::Copy fails on tied handles
14948              From: "Wilson, Doug" <Doug_Wilson@intuit.com>
14949              Date: Thu, 12 Jul 2001 15:18:51 -0700
14950              Message-ID: <35A280DF784CD411A06B0008C7B130ADB5505B@sdex04.sd.intuit.com>
14951      Branch: perl
14952            ! lib/File/Copy.pm
14953 ____________________________________________________________________________
14954 [ 11332] By: jhi                                   on 2001/07/12  22:57:04
14955         Log: Subject: [PATCH] Langinfo.t
14956              From: Nicholas Clark <nick@ccl4.org>
14957              Date: Thu, 12 Jul 2001 23:55:38 +0100
14958              Message-ID: <20010712235538.M5827@plum.flirble.org>
14959      Branch: perl
14960            ! ext/I18N/Langinfo/Langinfo.t
14961 ____________________________________________________________________________
14962 [ 11331] By: jhi                                   on 2001/07/12  22:56:09
14963         Log: Subject: [PATCH: perl@11328] informational tweaks to perl572delta.pod
14964              From: Peter Prymmer <pvhp@forte.com>
14965              Date: Thu, 12 Jul 2001 16:38:00 -0700 (PDT)
14966              Message-ID: <Pine.OSF.4.10.10107121633340.219875-100000@aspara.forte.com>
14967      Branch: perl
14968            ! pod/perl572delta.pod
14969 ____________________________________________________________________________
14970 [ 11330] By: jhi                                   on 2001/07/12  22:55:23
14971         Log: Subject: [PATCH] Re: Memory corruption? Read-only $_?
14972              From: Abhijit Menon-Sen <ams@wiw.org>
14973              Date: Fri, 13 Jul 2001 05:21:16 +0530
14974              Message-ID: <20010713052116.B5669@lustre.dyn.wiw.org>
14975      Branch: perl
14976            ! sv.c
14977 ____________________________________________________________________________
14978 [ 11329] By: jhi                                   on 2001/07/12  22:54:39
14979         Log: Subject: [PATCH 20010712.005] Re: Perl bug with "delete" on arrays
14980              From: Abhijit Menon-Sen <ams@wiw.org>
14981              Date: Fri, 13 Jul 2001 03:04:25 +0530
14982              Message-ID: <20010713030425.A5669@lustre.dyn.wiw.org>
14983      Branch: perl
14984            ! av.c
14985 ____________________________________________________________________________
14986 [ 11328] By: gsar                                  on 2001/07/12  19:02:01
14987         Log: s/^M$//g
14988      Branch: perl
14989            ! win32/Makefile win32/makefile.mk
14990 ____________________________________________________________________________
14991 [ 11327] By: jhi                                   on 2001/07/12  18:54:09
14992         Log: Update Changes.
14993      Branch: perl
14994            ! Changes patchlevel.h
14995 ____________________________________________________________________________
14996 [ 11326] By: jhi                                   on 2001/07/12  18:17:18
14997         Log: Typo spotted by Philip Newton.
14998      Branch: perl
14999            ! pod/perl572delta.pod
15000 ____________________________________________________________________________
15001 [ 11325] By: jhi                                   on 2001/07/12  18:11:42
15002         Log: Subject: [PATCH] fixes perl_clone of perl_clone
15003              From: Artur Bergman <artur@contiller.se>
15004              Date: Thu, 12 Jul 2001 20:57:09 +0200
15005              Message-ID: <B773BFA4.236B%artur@contiller.se>
15006      Branch: perl
15007            ! sv.c
15008 ____________________________________________________________________________
15009 [ 11324] By: jhi                                   on 2001/07/12  18:09:17
15010         Log: Add README.uts from Hal Morris.
15011      Branch: perl
15012            + README.uts
15013            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perl572delta.pod
15014            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
15015 ____________________________________________________________________________
15016 [ 11323] By: jhi                                   on 2001/07/12  17:48:33
15017         Log: Subject: Re: AIX 4.3.3 w/ vac 5.0 [ FATAL in B ]
15018              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
15019              Date: Thu, 12 Jul 2001 20:32:37 +0200
15020              Message-Id: <20010712201743.E108.H.M.BRAND@hccnet.nl>
15021      Branch: perl
15022            ! hints/aix.sh
15023 ____________________________________________________________________________
15024 [ 11322] By: jhi                                   on 2001/07/12  17:44:29
15025         Log: Subject: Patch: document reg_data.what member
15026              From: Mark-Jason Dominus <mjd@plover.com>
15027              Message-ID: <20010712182532.14821.qmail@plover.com>
15028              Date: Thu, 12 Jul 2001 14:25:32 -0400
15029      Branch: perl
15030            ! regcomp.c regcomp.h
15031 ____________________________________________________________________________
15032 [ 11321] By: jhi                                   on 2001/07/12  17:43:18
15033         Log: Subject: [PATCH] Perl_re_dup()
15034              From: Abhijit Menon-Sen <ams@wiw.org>
15035              Date: Thu, 12 Jul 2001 23:54:32 +0530
15036              Message-ID: <20010712235432.J24707@lustre.dyn.wiw.org>
15037      Branch: perl
15038            ! embed.h embed.pl perlapi.c proto.h sv.c
15039 ____________________________________________________________________________
15040 [ 11320] By: jhi                                   on 2001/07/12  17:18:54
15041         Log: Regen Configure, modlib, toc.
15042      Branch: perl
15043            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
15044            ! pod/perlmodlib.pod pod/perltoc.pod
15045 ____________________________________________________________________________
15046 [ 11319] By: jhi                                   on 2001/07/12  17:08:15
15047         Log: The problem seems to be in PerlIO::Layer::->find() not
15048              accepting the ":encoding(blurflur)" arguments.
15049      Branch: perl
15050            ! lib/PerlIO.pm lib/open.pm
15051 ____________________________________________________________________________
15052 [ 11318] By: jhi                                   on 2001/07/12  16:58:11
15053         Log: AIX doc update.
15054      Branch: perl
15055            ! README.aix pod/perl572delta.pod
15056 ____________________________________________________________________________
15057 [ 11317] By: jhi                                   on 2001/07/12  16:39:11
15058         Log: Subject: AIX README update
15059              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
15060              Date: Thu, 12 Jul 2001 19:28:30 +0200
15061              Message-Id: <20010712192620.E0F9.H.M.BRAND@hccnet.nl>
15062      Branch: perl
15063            ! README.aix
15064 ____________________________________________________________________________
15065 [ 11316] By: jhi                                   on 2001/07/12  16:37:15
15066         Log: Subject: [PATCH ext/IO/lib/IO/t/io_unix.t] for QNX6
15067              From: Norton Allen <allen@huarp.harvard.edu>
15068              Date: Thu, 12 Jul 2001 11:30:51 -0400 (edt)
15069              Message-Id: <200107121530.LAA12631@bottesini.harvard.edu>
15070      Branch: perl
15071            ! ext/IO/lib/IO/t/io_unix.t
15072 ____________________________________________________________________________
15073 [ 11315] By: jhi                                   on 2001/07/12  16:35:53
15074         Log: Subject: [PATCH README.qnx hints/qnx.sh]
15075              From: Norton Allen <allen@huarp.harvard.edu>
15076              Date: Thu, 12 Jul 2001 11:29:19 -0400 (edt)
15077              Message-Id: <200107121529.LAA23411@bottesini.harvard.edu>
15078      Branch: perl
15079            ! README.qnx hints/qnx.sh
15080 ____________________________________________________________________________
15081 [ 11314] By: jhi                                   on 2001/07/12  16:13:15
15082         Log: Subject: [patch] faster PM_GETRE
15083              From: Doug MacEachern <dougm@covalent.net>
15084              Date: Thu, 12 Jul 2001 10:13:27 -0700 (PDT)
15085              Message-ID: <Pine.LNX.4.21.0107121011530.28844-100000@mako.covalent.net>
15086      Branch: perl
15087            ! op.h
15088 ____________________________________________________________________________
15089 [ 11313] By: jhi                                   on 2001/07/12  16:12:23
15090         Log: Subject: Re: [PATCH] Threadsafe PMOPs! We might still win this war.
15091              From: Doug MacEachern <dougm@covalent.net>
15092              Date: Thu, 12 Jul 2001 10:11:28 -0700 (PDT)
15093              Message-ID: <Pine.LNX.4.21.0107121010160.28844-100000@mako.covalent.net>
15094      Branch: perl
15095            ! op.c
15096 ____________________________________________________________________________
15097 [ 11312] By: jhi                                   on 2001/07/12  16:07:22
15098         Log: Tell where the nice Estonian database is.
15099      Branch: perl
15100            ! lib/open.pm
15101 ____________________________________________________________________________
15102 [ 11311] By: jhi                                   on 2001/07/12  16:05:31
15103         Log: Retract #11309 since #11310 is a better fix.
15104      Branch: perl
15105            ! t/lib/1_compile.t
15106 ____________________________________________________________________________
15107 [ 11310] By: gsar                                  on 2001/07/12  15:50:40
15108         Log: fix for failing fork.t#12 on windows (win32_execvp() tweak in
15109              change#11300 needs to return the status of failed win32_spawnvp())
15110              
15111              fix various open.pm bugs: '\0' isn't the same as "\0", so it wasn't
15112              splitting correctly; remove unused variables; 'require' at run time
15113              rather than 'use' at compile time for I18N::Langinfo, since it
15114              isn't everyware
15115      Branch: perl
15116            ! lib/open.pm win32/win32.c
15117 ____________________________________________________________________________
15118 [ 11309] By: jhi                                   on 2001/07/12  15:29:55
15119         Log: Temporary workaround.
15120      Branch: perl
15121            ! t/lib/1_compile.t
15122 ____________________________________________________________________________
15123 [ 11308] By: jhi                                   on 2001/07/12  14:44:51
15124         Log: UCD typo in #11306 and add also more known-to-be-tested
15125              modules to the skip list.
15126      Branch: perl
15127            ! t/lib/1_compile.t
15128 ____________________________________________________________________________
15129 [ 11307] By: jhi                                   on 2001/07/12  14:38:38
15130         Log: Rename Unicode::UCD to UnicodeCD to avoid
15131              messups with case-insensitive filesystems.
15132      Branch: perl
15133            + lib/UnicodeCD.pm lib/UnicodeCD.t
15134            - lib/Unicode/UCD.pm lib/Unicode/UCD.t
15135            ! MANIFEST pod/perl572delta.pod t/lib/1_compile.t
15136 ____________________________________________________________________________
15137 [ 11306] By: jhi                                   on 2001/07/12  13:32:05
15138         Log: Subject: [ID 20010711.005] in Tie::Array, SPLICE ignores context, breaking SHIFT 
15139              From: daniel@biz.bitpusher.com
15140              Date: Wed, 11 Jul 2001 23:25:47 -0700
15141              Message-Id: <200107120625.f6C6PkJ13065@biz.bitpusher.com>
15142      Branch: perl
15143            ! lib/Tie/Array.pm t/op/splice.t
15144 ____________________________________________________________________________
15145 [ 11305] By: jhi                                   on 2001/07/12  13:05:46
15146         Log: Subject: [PATCH] More accurate line numbers in messages
15147              From: Paul Johnson <paul@pjcj.net>
15148              Date: Thu, 12 Jul 2001 04:14:11 +0200
15149              Message-ID: <20010712041411.A3467@pjcj.net>
15150              
15151              (With prototyping and multiplicity tweaks.)
15152      Branch: perl
15153            ! dump.c embed.h embed.pl t/lib/warnings/util util.c
15154 ____________________________________________________________________________
15155 [ 11304] By: nick                                  on 2001/07/12  12:53:40
15156         Log: Integrate mainline
15157      Branch: perlio
15158           !> ext/ByteLoader/bytecode.h hints/aix.sh pod/perl572delta.pod
15159           !> regexec.c thread.h
15160 ____________________________________________________________________________
15161 [ 11303] By: jhi                                   on 2001/07/12  12:46:20
15162         Log: Cut-and-pasto in #11298.
15163      Branch: perl
15164            ! ext/ByteLoader/bytecode.h
15165 ____________________________________________________________________________
15166 [ 11302] By: jhi                                   on 2001/07/12  12:42:35
15167         Log: Update the AIX known problems section.
15168      Branch: perl
15169            ! pod/perl572delta.pod
15170 ____________________________________________________________________________
15171 [ 11301] By: jhi                                   on 2001/07/12  12:36:46
15172         Log: Subject: Re: HiRes on AIX 4.2 in threaded mode
15173              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
15174              Date: Thu, 12 Jul 2001 12:16:16 +0200
15175              Message-Id: <20010712114215.E0D9.H.M.BRAND@hccnet.nl>
15176      Branch: perl
15177            ! hints/aix.sh
15178 ____________________________________________________________________________
15179 [ 11300] By: jhi                                   on 2001/07/12  12:35:44
15180         Log: Integrate perlio.
15181      Branch: perl
15182           !> makedef.pl win32/win32.c
15183 ____________________________________________________________________________
15184 [ 11299] By: jhi                                   on 2001/07/12  12:33:57
15185         Log: Subject: [PATCH] fix for PMOP threadness failures
15186              From: Artur Bergman <artur@contiller.se>
15187              Date: Thu, 12 Jul 2001 09:48:06 +0200
15188              Message-ID: <B77322D6.22DD%artur@contiller.se>
15189      Branch: perl
15190            ! regexec.c
15191 ____________________________________________________________________________
15192 [ 11298] By: jhi                                   on 2001/07/12  12:27:47
15193         Log: Subject: RE: Win32 Failure, was Re: perl@11278 - LAST CALL FOR 5.7.2
15194              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
15195              Date: Thu, 12 Jul 2001 09:09:48 +0200
15196              Message-ID: <E3FB32585BF1D411B9E900805FF51A0808CE70@RU0022EXCH001U> 
15197              
15198              More parentheses to keep bcc happy.
15199      Branch: perl
15200            ! ext/ByteLoader/bytecode.h
15201 ____________________________________________________________________________
15202 [ 11297] By: jhi                                   on 2001/07/12  12:24:50
15203         Log: Subject: Re: [patch] pthread_atfork bandaid
15204              From: Doug MacEachern <dougm@covalent.net>
15205              Date: Wed, 11 Jul 2001 23:43:17 -0700 (PDT)
15206              Message-ID: <Pine.LNX.4.21.0107112342330.28844-100000@mako.covalent.net>
15207      Branch: perl
15208            ! thread.h
15209 ____________________________________________________________________________
15210 [ 11296] By: nick                                  on 2001/07/12  11:55:48
15211         Log: Exclude reentrant_buffer from .def file
15212      Branch: perlio
15213            ! makedef.pl
15214 ____________________________________________________________________________
15215 [ 11295] By: nick                                  on 2001/07/12  11:11:44
15216         Log: Honour void-ness of my_exit()
15217      Branch: perlio
15218            ! win32/win32.c
15219 ____________________________________________________________________________
15220 [ 11294] By: nick                                  on 2001/07/12  07:51:04
15221         Log: Integrate mainline
15222      Branch: perlio
15223           +> uts/sprintf_wrap.c
15224           !> (integrate 35 files)
15225 ____________________________________________________________________________
15226 [ 11293] By: jhi                                   on 2001/07/12  04:58:08
15227         Log: Retract #11289.
15228      Branch: perl
15229            ! embed.h embed.pl perl.c proto.h thread.h
15230 ____________________________________________________________________________
15231 [ 11292] By: jhi                                   on 2001/07/12  04:47:43
15232         Log: Now the :locale pseudolayer *almost* works...
15233      Branch: perl
15234            ! lib/open.pm
15235 ____________________________________________________________________________
15236 [ 11291] By: jhi                                   on 2001/07/12  04:36:47
15237         Log: Locale encoding tweaks.
15238      Branch: perl
15239            ! lib/open.pm
15240 ____________________________________________________________________________
15241 [ 11290] By: jhi                                   on 2001/07/12  04:25:53
15242         Log: Subject: Re: [PATCH: perl@11181] UCD.t fails LATIN|Latin test
15243              From: Mark-Jason Dominus <mjd@plover.com>
15244              Date: Thu, 12 Jul 2001 00:59:31 -0400
15245              Message-ID: <20010712045931.8543.qmail@plover.com>
15246              
15247              Remove the chmod/umask leading zero warning.
15248      Branch: perl
15249            ! lib/warnings.pm pod/perldiag.pod pod/perllexwarn.pod
15250            ! t/lib/warnings/toke toke.c warnings.h warnings.pl
15251 ____________________________________________________________________________
15252 [ 11289] By: jhi                                   on 2001/07/12  04:16:41
15253         Log: (Retracted by #11289.)
15254      Branch: perl
15255            ! embed.h embed.pl perl.c proto.h thread.h
15256 ____________________________________________________________________________
15257 [ 11288] By: jhi                                   on 2001/07/12  03:45:11
15258         Log: Needed by #11283.
15259      Branch: perl
15260            ! intrpvar.h
15261 ____________________________________________________________________________
15262 [ 11287] By: jhi                                   on 2001/07/12  03:40:04
15263         Log: Metaconfig unit change for #11286.
15264      Branch: metaconfig/U/perl
15265            ! patchlevel.U
15266 ____________________________________________________________________________
15267 [ 11286] By: jhi                                   on 2001/07/12  03:39:18
15268         Log: Subject: Re: [PATCH Configure] perl -V broken
15269              From: Andy Dougherty <doughera@lafayette.edu>
15270              Date: Wed, 11 Jul 2001 13:30:27 -0400 (EDT)
15271              Message-ID: <Pine.SOL.4.10.10107111329060.2021-100000@maxwell.phys.lafayette.edu>
15272      Branch: perl
15273            ! Configure myconfig.SH
15274 ____________________________________________________________________________
15275 [ 11285] By: jhi                                   on 2001/07/12  03:27:28
15276         Log: Retract #11166 (and #11237).
15277      Branch: perl
15278            ! dump.c embed.h lib/warnings.pm op.c op.h opcode.h opcode.pl
15279            ! pod/perldiag.pod pp.sym pp_proto.h t/lib/warnings/op
15280            ! t/lib/warnings/toke toke.c warnings.h warnings.pl
15281 ____________________________________________________________________________
15282 [ 11284] By: jhi                                   on 2001/07/12  02:36:42
15283         Log: UTS tweaks for Hal Morris.
15284      Branch: perl
15285            + uts/sprintf_wrap.c
15286            ! MANIFEST hints/uts.sh perl.h
15287 ____________________________________________________________________________
15288 [ 11283] By: jhi                                   on 2001/07/12  00:52:36
15289         Log: Subject: [PATCH] Use reentrant API glibc
15290              From: Artur Bergman <artur@contiller.se>
15291              Date: Thu, 12 Jul 2001 00:58:21 +0200
15292              Message-ID: <B772A6AD.2288%artur@contiller.se>
15293      Branch: perl
15294            ! embedvar.h intrpvar.h op.h perl.c perlapi.h pod/perlapi.pod
15295            ! sv.c
15296 ____________________________________________________________________________
15297 [ 11282] By: jhi                                   on 2001/07/12  00:35:27
15298         Log: Subject: Re: ActivePerl 628 + warnings + fork + exec = spurious "Can't exec"?
15299              From: barries <barries@slaysys.com>
15300              Date: Wed, 11 Jul 2001 15:11:46 -0400
15301              Message-ID: <20010711151146.G24560@jester.slaysys.com>
15302      Branch: perl
15303            ! pp_sys.c t/lib/warnings/doio win32/win32.c
15304 ____________________________________________________________________________
15305 [ 11281] By: jhi                                   on 2001/07/12  00:32:17
15306         Log: Subject: [patch] pthread_atfork bandaid
15307              From: Doug MacEachern <dougm@covalent.net>
15308              Date: Wed, 11 Jul 2001 08:59:12 -0700 (PDT)
15309              Message-ID: <Pine.LNX.4.21.0107110855070.11688-100000@mako.covalent.net>
15310      Branch: perl
15311            ! miniperlmain.c perl.c
15312 ____________________________________________________________________________
15313 [ 11280] By: jhi                                   on 2001/07/12  00:31:34
15314         Log: Subject: [patch] perl_clone leaks
15315              From: Doug MacEachern <dougm@covalent.net>
15316              Date: Wed, 11 Jul 2001 08:43:32 -0700 (PDT)
15317              Message-ID: <Pine.LNX.4.21.0107110842390.11688-100000@mako.covalent.net>
15318      Branch: perl
15319            ! sv.c
15320 ____________________________________________________________________________
15321 [ 11279] By: nick                                  on 2001/07/11  15:49:38
15322         Log: Integrate mainline
15323      Branch: perlio
15324           +> ext/Encode/Encode/HZ.enc ext/PerlIO/t/encoding.t
15325           +> ext/Time/HiRes/hints/dynixptx.pl lib/Math/BigInt/Calc.pm
15326           +> lib/Math/BigInt/t/bigintc.t lib/Term/ANSIColor/ChangeLog
15327           +> lib/Term/ANSIColor/README
15328           !> (integrate 54 files)
15329 ____________________________________________________________________________
15330 [ 11278] By: jhi                                   on 2001/07/11  13:52:20
15331         Log: Update Changes.
15332      Branch: perl
15333            ! Changes patchlevel.h
15334 ____________________________________________________________________________
15335 [ 11277] By: jhi                                   on 2001/07/11  13:31:43
15336         Log: Subject: blead kit timestamps && the problem with running perl embed.pl
15337              From: Peter Prymmer <pvhp@forte.com>
15338              Date: Tue, 10 Jul 2001 19:33:00 -0700 (PDT)
15339              Message-ID: <Pine.OSF.4.10.10107101906360.137455-100000@aspara.forte.com>
15340              
15341              Backport of embed.pl to 5.003.
15342      Branch: perl
15343            ! embed.pl
15344 ____________________________________________________________________________
15345 [ 11276] By: jhi                                   on 2001/07/11  13:18:07
15346         Log: Subject: Re: POSIX test #14 on UTS 
15347              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
15348              Date: Wed, 11 Jul 2001 03:02:14 +0100
15349              Message-Id: <200107110202.f6B22Ea10727@crypt.compulink.co.uk>
15350      Branch: perl
15351            ! ext/POSIX/POSIX.t
15352 ____________________________________________________________________________
15353 [ 11275] By: jhi                                   on 2001/07/11  13:15:49
15354         Log: Make the I32 an IV to preserve structure alignment and size.
15355      Branch: perl
15356            ! op.h
15357 ____________________________________________________________________________
15358 [ 11274] By: jhi                                   on 2001/07/11  13:13:27
15359         Log: Subject: [PATCH] Threadsafe PMOPs! We might still win this war.
15360              From: "Artur Bergman" <artur@contiller.se>
15361              Date: Wed, 11 Jul 2001 14:23:37 +0200
15362              Message-ID: <000b01c10a04$4fa16a10$21000a0a@vogw2kdev>
15363              
15364              Threadsafe PMOPs for ithreads, waiting for AMS's Perl_re_dup().
15365      Branch: perl
15366            ! embedvar.h intrpvar.h op.c op.h perl.c perlapi.h
15367            ! pod/perlapi.pod sv.c
15368 ____________________________________________________________________________
15369 [ 11273] By: jhi                                   on 2001/07/11  03:53:28
15370         Log: Tweak until Pod::Parser gets updated.
15371      Branch: perl
15372            ! t/pod/special_seqs.xr
15373 ____________________________________________________________________________
15374 [ 11272] By: jhi                                   on 2001/07/11  00:46:05
15375         Log: File::Spec usage tweak.
15376      Branch: perl
15377            ! lib/ExtUtils.t
15378 ____________________________________________________________________________
15379 [ 11271] By: jhi                                   on 2001/07/11  00:37:19
15380         Log: Integrate #11263 from macperl; macos and macosx updates.
15381      Branch: perl
15382           !> pod/perlport.pod
15383 ____________________________________________________________________________
15384 [ 11270] By: jhi                                   on 2001/07/11  00:33:27
15385         Log: Subject: [PATCH: perl@11238] dynixptx updates for osvers='4.5.2'
15386              From: Peter Prymmer <pvhp@forte.com>
15387              Date: Tue, 10 Jul 2001 15:29:45 -0700 (PDT)
15388              Message-ID: <Pine.OSF.4.10.10107101519160.137455-100000@aspara.forte.com>
15389      Branch: perl
15390            + ext/Time/HiRes/hints/dynixptx.pl
15391            ! MANIFEST hints/dynixptx.sh
15392 ____________________________________________________________________________
15393 [ 11269] By: jhi                                   on 2001/07/11  00:32:16
15394         Log: Subject: [PATCH] ExtUtils::Constant (was Re: funny numconvert test in perl@11006 (was Re: report on BS2000 wit h perl@11006))
15395              From: Nicholas Clark <nick@ccl4.org>
15396              Date: Tue, 10 Jul 2001 23:17:43 +0100
15397              Message-ID: <20010710231742.B59620@plum.flirble.org>
15398      Branch: perl
15399            ! lib/ExtUtils.t lib/ExtUtils/Constant.pm
15400 ____________________________________________________________________________
15401 [ 11268] By: jhi                                   on 2001/07/11  00:30:56
15402         Log: Subject: [DOC PATCH] Pluggable runops
15403              From: Paul Johnson <paul@pjcj.net>
15404              Date: Tue, 10 Jul 2001 21:53:28 +0200
15405              Message-ID: <20010710215328.B26577@pjcj.net>
15406      Branch: perl
15407            ! pod/perlguts.pod
15408 ____________________________________________________________________________
15409 [ 11267] By: jhi                                   on 2001/07/11  00:29:59
15410         Log: Subject: [PATCH] Authors
15411              From: Artur Bergman <artur@contiller.se>
15412              Date: Tue, 10 Jul 2001 20:39:12 +0200
15413              Message-ID: <B771186F.21CD%artur@contiller.se>
15414      Branch: perl
15415            ! AUTHORS
15416 ____________________________________________________________________________
15417 [ 11266] By: jhi                                   on 2001/07/11  00:29:13
15418         Log: Subject: Re: [PATCH] Small fix to pp_gmtime
15419              From: Doug MacEachern <dougm@covalent.net>
15420              Date: Tue, 10 Jul 2001 11:19:43 -0700 (PDT)
15421              Message-ID: <Pine.LNX.4.21.0107101118020.10475-100000@mako.covalent.net>
15422      Branch: perl
15423            ! pp_ctl.c
15424 ____________________________________________________________________________
15425 [ 11265] By: jhi                                   on 2001/07/11  00:28:15
15426         Log: Subject: doc patch; times() in scalar context
15427              From: mjd@plover.com
15428              Date: 10 Jul 2001 18:01:17 -0000
15429              Message-ID: <20010710180117.12477.qmail@plover.com>
15430      Branch: perl
15431            ! pod/perlfunc.pod
15432 ____________________________________________________________________________
15433 [ 11264] By: jhi                                   on 2001/07/11  00:27:17
15434         Log: Subject: [PATCH] Small fix to pp_gmtime
15435              From: Artur Bergman <artur@contiller.se>
15436              Date: Tue, 10 Jul 2001 19:54:52 +0200
15437              Message-ID: <B7710E0B.21C5%artur@contiller.se>
15438      Branch: perl
15439            ! pp_sys.c
15440 ____________________________________________________________________________
15441 [ 11263] By: pudge                                 on 2001/07/10  21:06:10
15442         Log: Integrate changes from mainline perl, add notes about
15443              Mac OS X and Mac OS.
15444      Branch: maint-5.6/macperl
15445            ! pod/perlport.pod
15446 ____________________________________________________________________________
15447 [ 11262] By: jhi                                   on 2001/07/10  15:21:26
15448         Log: A proof of the dangers of package; ?
15449      Branch: perl
15450            ! t/lib/warnings/op
15451 ____________________________________________________________________________
15452 [ 11261] By: jhi                                   on 2001/07/10  15:02:27
15453         Log: Regen toc and modlib.
15454      Branch: perl
15455            ! pod/perlmodlib.pod pod/perltoc.pod
15456 ____________________________________________________________________________
15457 [ 11260] By: jhi                                   on 2001/07/10  15:00:37
15458         Log: Add compexcl(), casefold(), and casespec() interfaces;
15459              and make all interfaces to return hash references instead
15460              of hashes. 
15461      Branch: perl
15462            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
15463 ____________________________________________________________________________
15464 [ 11259] By: jhi                                   on 2001/07/10  13:50:17
15465         Log: Subject: [PATCH bleadperl] Math::Big* doc patches (and some code)
15466              From: "Philip Newton" <Philip.Newton@gmx.net>
15467              Date: Tue, 10 Jul 2001 09:55:59 +0200
15468              Message-ID: <20010710.095300@ID-11583.news.dfncis.de>
15469              
15470              Subject: [DOC PATCH bleadperl] detypo Math::BigInt docs
15471              From: "Philip Newton" <Philip.Newton@gmx.net>
15472              Date: Tue, 10 Jul 2001 09:56:37 +0200
15473              Message-ID: <20010710.095600@ID-11583.news.dfncis.de>
15474      Branch: perl
15475            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
15476            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintpm.t
15477 ____________________________________________________________________________
15478 [ 11258] By: jhi                                   on 2001/07/10  13:47:20
15479         Log: Subject: [patch] undef &xsub for 1,2
15480              From: Doug MacEachern <dougm@covalent.net>
15481              Date: Mon, 9 Jul 2001 20:16:49 -0700 (PDT)
15482              Message-ID: <Pine.LNX.4.21.0107092012570.1913-100000@mako.covalent.net>
15483              
15484              (This version of the patch with a comment from Gisle.)
15485      Branch: perl
15486            ! op.c
15487 ____________________________________________________________________________
15488 [ 11257] By: jhi                                   on 2001/07/10  13:45:44
15489         Log: Mention package; deprecation and the Win32 problems.
15490      Branch: perl
15491            ! pod/perl572delta.pod
15492 ____________________________________________________________________________
15493 [ 11256] By: jhi                                   on 2001/07/10  13:45:12
15494         Log: Subject: [PATCH] deprecate package with no arguments
15495              From: Robin Houston <robin@kitsite.com>
15496              Date: Tue, 10 Jul 2001 13:33:40 +0100
15497              Message-ID: <20010710133340.A13452@robin.kitsite.com>
15498      Branch: perl
15499            ! op.c pod/perldiag.pod pod/perlfunc.pod t/lib/warnings/op
15500 ____________________________________________________________________________
15501 [ 11255] By: jhi                                   on 2001/07/10  13:16:11
15502         Log: Upgrade to podlators 1.10.
15503      Branch: perl
15504            ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
15505            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
15506            ! pod/pod2man.PL pod/pod2text.PL
15507 ____________________________________________________________________________
15508 [ 11254] By: jhi                                   on 2001/07/10  13:09:34
15509         Log: Upgrade to Term::ANSIColor 1.04.
15510      Branch: perl
15511            + lib/Term/ANSIColor/ChangeLog lib/Term/ANSIColor/README
15512            ! MANIFEST lib/Term/ANSIColor.pm lib/Term/ANSIColor/test.pl
15513 ____________________________________________________________________________
15514 [ 11253] By: jhi                                   on 2001/07/10  12:59:27
15515         Log: Integrate perlio (the right fix for the ":layer(args)")
15516      Branch: perl
15517           !> perlio.c
15518 ____________________________________________________________________________
15519 [ 11252] By: nick                                  on 2001/07/10  06:58:14
15520         Log: Fix open(...,"...:layer(xxx)",...)
15521              - use memEQ not strEQ as there is '(' not '\0'
15522      Branch: perlio
15523            ! perlio.c
15524 ____________________________________________________________________________
15525 [ 11251] By: jhi                                   on 2001/07/10  04:04:18
15526         Log: Telling the number of tests helps.
15527      Branch: perl
15528            ! ext/PerlIO/t/encoding.t
15529 ____________________________________________________________________________
15530 [ 11250] By: jhi                                   on 2001/07/10  03:55:38
15531         Log: Require I18N::Langinfo, not use.
15532      Branch: perl
15533            ! lib/open.pm
15534 ____________________________________________________________________________
15535 [ 11249] By: jhi                                   on 2001/07/10  03:50:18
15536         Log: Add a test for for PerlIO ":encoding(...)" layer.
15537      Branch: perl
15538            + ext/PerlIO/t/encoding.t
15539            ! MANIFEST ext/Encode/Encode.pm
15540 ____________________________________________________________________________
15541 [ 11248] By: jhi                                   on 2001/07/10  02:06:57
15542         Log: PerlIO ":encoding(foobar)" temporary fix.
15543              Not really correct, I think, since the change means
15544              that prefixes match.
15545      Branch: perl
15546            ! perlio.c
15547 ____________________________________________________________________________
15548 [ 11247] By: jhi                                   on 2001/07/10  01:38:11
15549         Log: Update to Math::BigInt 1.36.  The biggest news is
15550              the separation of the backend; now the pure Perl
15551              implementation is in Math::BigInt::Calc, but one
15552              can plugin, say, Math::BigInt::BitVect, and get
15553              considerable speedup.
15554      Branch: perl
15555            + lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintc.t
15556            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
15557            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t
15558            ! lib/Math/BigInt/t/mbimbf.t
15559 ____________________________________________________________________________
15560 [ 11246] By: jhi                                   on 2001/07/10  01:19:55
15561         Log: Subject: Re: compatibility question
15562              From: Peter Prymmer <pvhp@forte.com>
15563              Date: Mon, 9 Jul 2001 18:04:33 -0700 (PDT)
15564              Message-ID: <Pine.OSF.4.10.10107091619360.86512-100000@aspara.forte.com>
15565      Branch: perl
15566            ! lib/ExtUtils/MM_VMS.pm
15567 ____________________________________________________________________________
15568 [ 11245] By: jhi                                   on 2001/07/10  01:18:04
15569         Log: Subject: [PATCH ext/File/Glob/t/basic.t]
15570              From: Norton Allen <allen@huarp.harvard.edu>
15571              Date: Mon, 9 Jul 2001 17:16:15 -0400 (edt)
15572              Message-Id: <200107092116.RAA12010@bottesini.harvard.edu>
15573      Branch: perl
15574            ! ext/File/Glob/t/basic.t
15575 ____________________________________________________________________________
15576 [ 11244] By: jhi                                   on 2001/07/10  01:16:27
15577         Log: Subject: [PATCH] Encode::Tcl. add "HZ" encoding and bugfix
15578              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
15579              Date: Tue, 10 Jul 2001 00:29:55 +0900
15580              Message-Id: <20010710002756.B497.BQW10602@nifty.com>
15581      Branch: perl
15582            + ext/Encode/Encode/HZ.enc
15583            ! MANIFEST ext/Encode/Encode/7bit-kana.enc
15584            ! ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
15585            ! ext/Encode/Encode/iso2022-jp.enc
15586            ! ext/Encode/Encode/iso2022-kr.enc
15587 ____________________________________________________________________________
15588 [ 11243] By: pudge                                 on 2001/07/09  22:16:12
15589         Log: Add in all them there macos/ files.
15590      Branch: maint-5.6/macperl
15591            + (add 577 files)
15592 ____________________________________________________________________________
15593 [ 11242] By: jhi                                   on 2001/07/09  20:26:04
15594         Log: Add the new modules to the list of having those own tests.
15595      Branch: perl
15596            ! t/lib/1_compile.t
15597 ____________________________________________________________________________
15598 [ 11241] By: jhi                                   on 2001/07/09  19:09:58
15599         Log: Add INOUT to control both ways at the same time.
15600      Branch: perl
15601            ! lib/open.pm
15602 ____________________________________________________________________________
15603 [ 11240] By: nick                                  on 2001/07/09  16:33:50
15604         Log: Integrate mainline
15605      Branch: perlio
15606           +> ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
15607           +> ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
15608           !> (integrate 41 files)
15609 ____________________________________________________________________________
15610 [ 11239] By: jhi                                   on 2001/07/09  16:14:35
15611         Log: More encoding mapping magic.
15612      Branch: perl
15613            ! lib/open.pm
15614 ____________________________________________________________________________
15615 [ 11238] By: jhi                                   on 2001/07/09  14:40:43
15616         Log: Update Changes.
15617      Branch: perl
15618            ! Changes patchlevel.h
15619 ____________________________________________________________________________
15620 [ 11237] By: jhi                                   on 2001/07/09  14:27:27
15621         Log: (Retracted by #11285).
15622              
15623              Subject: [PATCH] OPpCONST_OCTAL fixes
15624              From: Abhijit Menon-Sen <ams@wiw.org>
15625              Date: Mon, 9 Jul 2001 07:38:45 +0530
15626              Message-ID: <20010709073845.A25406@lustre.dyn.wiw.org>
15627      Branch: perl
15628            ! op.c
15629 ____________________________________________________________________________
15630 [ 11236] By: jhi                                   on 2001/07/09  14:10:07
15631         Log: Add a pseudolayer ":locale" to the open pragma which
15632              will get the encoding from the locale.  Yet undocumented
15633              because I can't get the PerlIO :encoding(foobar) to work.
15634      Branch: perl
15635            ! ext/Encode/Encode.pm lib/open.pm
15636 ____________________________________________________________________________
15637 [ 11235] By: jhi                                   on 2001/07/09  13:38:43
15638         Log: Add more encoding mappings.
15639      Branch: perl
15640            ! ext/Encode/Encode.pm
15641 ____________________________________________________________________________
15642 [ 11234] By: jhi                                   on 2001/07/09  13:24:54
15643         Log: Document that using :encoding layer requires using Encode.
15644      Branch: perl
15645            ! ext/Encode/Encode.pm lib/PerlIO.pm
15646 ____________________________________________________________________________
15647 [ 11233] By: jhi                                   on 2001/07/09  13:19:34
15648         Log: Netware tweak from Ananth Kesari.
15649      Branch: perl
15650            ! NetWare/netware.h
15651 ____________________________________________________________________________
15652 [ 11232] By: gsar                                  on 2001/07/09  04:40:07
15653         Log: t/harness doesn't know about run/*.t
15654      Branch: perl
15655            ! t/harness
15656 ____________________________________________________________________________
15657 [ 11231] By: gsar                                  on 2001/07/09  04:36:30
15658         Log: run/exit.t busted on windows
15659      Branch: perl
15660            ! t/run/exit.t
15661 ____________________________________________________________________________
15662 [ 11230] By: gsar                                  on 2001/07/09  04:14:54
15663         Log: fix a couple of UCD.t tests that fail due to bad case
15664      Branch: perl
15665            ! lib/Unicode/UCD.t
15666 ____________________________________________________________________________
15667 [ 11229] By: gsar                                  on 2001/07/09  03:57:06
15668         Log: test skip logic was broken
15669      Branch: perl
15670            ! ext/I18N/Langinfo/Langinfo.t
15671 ____________________________________________________________________________
15672 [ 11228] By: gsar                                  on 2001/07/09  03:42:20
15673         Log: remove *.pdb files on windows upon $(MAKE) clean (fixes
15674              failure of ExtUtils.t#27 when built in debug mode)
15675      Branch: perl
15676            ! lib/ExtUtils/MM_Win32.pm
15677 ____________________________________________________________________________
15678 [ 11227] By: gsar                                  on 2001/07/09  02:11:04
15679         Log: I18N::Langinfo is not available on windows
15680      Branch: perl
15681            ! win32/FindExt.pm
15682 ____________________________________________________________________________
15683 [ 11226] By: gsar                                  on 2001/07/09  01:55:23
15684         Log: save a dTHX
15685      Branch: perl
15686            ! ext/POSIX/POSIX.xs
15687 ____________________________________________________________________________
15688 [ 11225] By: jhi                                   on 2001/07/08  23:42:37
15689         Log: Update Changes.
15690      Branch: perl
15691            ! Changes patchlevel.h
15692 ____________________________________________________________________________
15693 [ 11224] By: jhi                                   on 2001/07/08  23:05:41
15694         Log: Guard the nl_langinfo() with HAS_NL_LANGINFO 
15695              as pointed out by Sarathy.
15696      Branch: perl
15697            ! ext/I18N/Langinfo/Langinfo.xs
15698 ____________________________________________________________________________
15699 [ 11223] By: jhi                                   on 2001/07/08  22:59:01
15700         Log: Retract #11212.
15701      Branch: perl
15702            ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
15703 ____________________________________________________________________________
15704 [ 11222] By: jhi                                   on 2001/07/08  17:41:22
15705         Log: Bump up the VERSION of Cwd.xs.
15706      Branch: perl
15707            ! ext/Cwd/Makefile.PL
15708 ____________________________________________________________________________
15709 [ 11221] By: jhi                                   on 2001/07/08  17:13:38
15710         Log: Retract #11220, the problem wasn't the missing leading zero.
15711              Here's the problem:
15712              $ ./perl -we 'chmod(oct("755"), ".")'
15713              Non-octal literal mode (493) specified at -e line 1.
15714              (Did you mean 0493 instead?)
15715      Branch: perl
15716            ! lib/ExtUtils/MM_Unix.pm
15717 ____________________________________________________________________________
15718 [ 11220] By: jhi                                   on 2001/07/08  17:05:55
15719         Log: (Retracted by #11221)
15720              Change the PERM_RW and PERM_RWX to 0644 and 0755
15721              (add the leading zero).
15722      Branch: perl
15723            ! lib/ExtUtils/MM_Unix.pm
15724 ____________________________________________________________________________
15725 [ 11219] By: jhi                                   on 2001/07/08  16:17:32
15726         Log: Integrate changes #11193, 11205, 11209 from macperl.
15727              
15728              Fix up AutoLoader to fudge for Mac paths in import().
15729              
15730              Allow symbols in try_symbol() to begin with "_".
15731              
15732              Small portability fix for Mac OS.
15733      Branch: perl
15734           !> lib/AutoLoader.pm lib/Cwd.pm makedef.pl
15735 ____________________________________________________________________________
15736 [ 11218] By: jhi                                   on 2001/07/08  16:10:30
15737         Log: Metaconfig unit change for #11217.
15738      Branch: metaconfig/U/perl
15739            ! Extensions.U
15740 ____________________________________________________________________________
15741 [ 11217] By: jhi                                   on 2001/07/08  16:10:07
15742         Log: Detypo, problem noticed by Gerrit P. Haase.
15743      Branch: perl
15744            ! Configure config_h.SH
15745 ____________________________________________________________________________
15746 [ 11216] By: jhi                                   on 2001/07/08  15:58:35
15747         Log: Cwd cleanups.
15748      Branch: perl
15749            ! ext/Cwd/Cwd.xs
15750 ____________________________________________________________________________
15751 [ 11215] By: jhi                                   on 2001/07/08  15:52:57
15752         Log: Slight tweaks on #11213.
15753      Branch: perl
15754            ! toke.c
15755 ____________________________________________________________________________
15756 [ 11214] By: jhi                                   on 2001/07/08  14:32:28
15757         Log: A missing dTHX noticed by Gerrit P. Haase.
15758      Branch: perl
15759            ! ext/POSIX/POSIX.xs
15760 ____________________________________________________________________________
15761 [ 11213] By: jhi                                   on 2001/07/08  14:24:44
15762         Log: Subject: [PATCH toke.c] Simplify yytoke()
15763              From: Simon Cozens <simon@netthink.co.uk>
15764              Date: Sun, 8 Jul 2001 13:24:34 +0100
15765              Message-ID: <20010708132434.A9448@deep-dark-truthful-mirror>
15766              
15767              Split out pending_ident().
15768      Branch: perl
15769            ! embed.h embed.pl pod/perlapi.pod proto.h toke.c
15770 ____________________________________________________________________________
15771 [ 11212] By: jhi                                   on 2001/07/08  14:17:10
15772         Log: (Retracted by #11223.)
15773              Subject: [PATCH] Re: Problem with Safe.pm and Perl 5.004
15774              Date: Wed, 05 Nov 1997 17:22:34 -0600
15775              From: Graham Barr <gbarr@ti.com>
15776              Message-Id: <3460FFBA.6DA51F46@ti.com>
15777      Branch: perl
15778            ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
15779 ____________________________________________________________________________
15780 [ 11211] By: jhi                                   on 2001/07/08  13:53:38
15781         Log: Fix I18N::Langinfo nits noticed but Philip Newton.
15782      Branch: perl
15783            ! ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
15784            ! pod/perllocale.pod
15785 ____________________________________________________________________________
15786 [ 11210] By: jhi                                   on 2001/07/08  01:34:09
15787         Log: Really do the test under the C locale.
15788      Branch: perl
15789            ! ext/I18N/Langinfo/Langinfo.t
15790 ____________________________________________________________________________
15791 [ 11209] By: pudge                                 on 2001/07/08  01:19:25
15792         Log: Small portability fix for Mac OS.
15793      Branch: maint-5.6/macperl
15794            ! lib/Cwd.pm
15795 ____________________________________________________________________________
15796 [ 11208] By: jhi                                   on 2001/07/08  01:14:58
15797         Log: Metaconfig unit change for #11207.
15798      Branch: metaconfig/U/perl
15799            ! Extensions.U
15800 ____________________________________________________________________________
15801 [ 11207] By: jhi                                   on 2001/07/08  01:14:02
15802         Log: Add I18N::Langinfo, which is basically a wrapper around
15803              nl_langinfo(), which is an additional way to query locale
15804              specific information.
15805      Branch: perl
15806            + ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
15807            + ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
15808            ! Configure MANIFEST pod/perl572delta.pod pod/perllocale.pod
15809 ____________________________________________________________________________
15810 [ 11206] By: pudge                                 on 2001/07/08  00:56:29
15811         Log: Bugfixes for some tests.  commonsense.t not in perl 5.6,
15812              used in File::Find tests; replace with if.t.
15813      Branch: maint-5.6/macperl
15814            ! t/lib/filefind-taint.t t/lib/filefind.t t/op/taint.t
15815            ! t/pragma/warn/op
15816 ____________________________________________________________________________
15817 [ 11205] By: pudge                                 on 2001/07/07  23:55:56
15818         Log: Allow symbols in try_symbol() to begin with "_".
15819      Branch: maint-5.6/macperl
15820            ! makedef.pl
15821 ____________________________________________________________________________
15822 [ 11204] By: pudge                                 on 2001/07/07  23:53:37
15823         Log: Sync up the File::Find changes from the rewrite by
15824              Thomas Wegner, et al.
15825      Branch: maint-5.6/macperl
15826            + t/lib/filefind-taint.t
15827            ! lib/File/Find.pm t/lib/filefind.t
15828 ____________________________________________________________________________
15829 [ 11203] By: pudge                                 on 2001/07/07  23:43:06
15830         Log: Subject: [PATCHES] :t:pod: and :lib:Pod: stuff
15831              From: Thomas Wegner <wegner_thomas@yahoo.com>
15832              Date: Thu, 5 Jul 2001 20:31:25 +0200
15833              Message-Id: <p04320400b76a0fc8dea5@[149.225.100.38]>
15834      Branch: maint-5.6/macperl
15835            ! lib/Pod/Find.pm t/pod/find.t t/pod/testp2pt.pl
15836 ____________________________________________________________________________
15837 [ 11202] By: pudge                                 on 2001/07/07  23:38:36
15838         Log: Some more test portability fixes.
15839      Branch: maint-5.6/macperl
15840            ! t/lib/filecopy.t t/pragma/warn/pp_sys
15841 ____________________________________________________________________________
15842 [ 11201] By: jhi                                   on 2001/07/07  22:52:38
15843         Log: The #11200 removed wrong (non-existent) target.  Duh.
15844      Branch: perl
15845            ! Makefile.SH
15846 ____________________________________________________________________________
15847 [ 11200] By: jhi                                   on 2001/07/07  22:44:14
15848         Log: Zap the lib/re.pm before creating it.
15849      Branch: perl
15850            ! Makefile.SH
15851 ____________________________________________________________________________
15852 [ 11199] By: pudge                                 on 2001/07/07  20:54:35
15853         Log: Another test.  Please ignore.
15854      Branch: maint-5.6/macperl
15855            ! README.macos
15856 ____________________________________________________________________________
15857 [ 11198] By: pudge                                 on 2001/07/07  20:44:12
15858         Log: Portability fixes for a lot of tests, especially IO-related
15859              tests, and warnings, and the harness script.
15860      Branch: maint-5.6/macperl
15861            ! t/harness t/io/argv.t t/io/dup.t t/io/fs.t t/io/inplace.t
15862            ! t/io/iprefix.t t/io/open.t t/io/openpid.t t/lib/filepath.t
15863            ! t/lib/findbin.t t/lib/io_dup.t t/lib/socket.t t/op/die_exit.t
15864            ! t/op/misc.t t/op/read.t t/op/readdir.t t/op/runlevel.t
15865            ! t/op/stat.t t/op/subst_wamp.t t/op/taint.t
15866            ! t/pragma/diagnostics.t t/pragma/subs.t t/pragma/warn/doio
15867            ! t/pragma/warn/mg t/pragma/warn/op t/pragma/warn/pp_sys
15868            ! t/pragma/warnings.t
15869 ____________________________________________________________________________
15870 [ 11197] By: jhi                                   on 2001/07/07  20:32:28
15871         Log: Subject: [PATCH] lib/h2xs.t (was Re: [PATCH] h2xs)
15872              From: Nicholas Clark <nick@ccl4.org>
15873              Date: Sat, 7 Jul 2001 21:00:17 +0100
15874              Message-ID: <20010707210017.H59620@plum.flirble.org>
15875      Branch: perl
15876            ! lib/h2xs.t
15877 ____________________________________________________________________________
15878 [ 11196] By: jhi                                   on 2001/07/07  20:26:36
15879         Log: The UNICOS/mk SysV IPC problem has been fixed.
15880      Branch: perl
15881            ! pod/perl572delta.pod
15882 ____________________________________________________________________________
15883 [ 11195] By: jhi                                   on 2001/07/07  19:59:51
15884         Log: Slight update tweaks on perlunicode.pod.
15885      Branch: perl
15886            ! pod/perlunicode.pod
15887 ____________________________________________________________________________
15888 [ 11194] By: jhi                                   on 2001/07/07  17:53:03
15889         Log: Subject: Doc patch DB_File.pm: use umask-friendly modes
15890              From: Mark-Jason Dominus <mjd@plover.com>
15891              Date: Sat, 07 Jul 2001 13:04:04 -0400
15892              Message-ID: <20010707170404.32694.qmail@plover.com>
15893      Branch: perl
15894            ! ext/DB_File/DB_File.pm
15895 ____________________________________________________________________________
15896 [ 11193] By: pudge                                 on 2001/07/07  17:26:28
15897         Log: Fix up AutoLoader to fudge for Mac paths in import().
15898      Branch: maint-5.6/macperl
15899            ! lib/AutoLoader.pm
15900 ____________________________________________________________________________
15901 [ 11192] By: jhi                                   on 2001/07/07  17:03:06
15902         Log: Try to force the lib/re.pm to be there before entering
15903              the extensions builds, should help for parallel makes.
15904      Branch: perl
15905            ! Makefile.SH
15906 ____________________________________________________________________________
15907 [ 11191] By: jhi                                   on 2001/07/07  15:26:16
15908         Log: Subject: Re: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
15909              From: Norton Allen <allen@huarp.harvard.edu>
15910              Date: Fri, 6 Jul 2001 12:01:14 -0400 (edt)
15911              Message-Id: <200107061601.MAA00597@bottesini.harvard.edu>
15912      Branch: perl
15913            ! ext/POSIX/POSIX.xs
15914 ____________________________________________________________________________
15915 [ 11190] By: jhi                                   on 2001/07/07  15:22:08
15916         Log: Subject: [PATCH] Re: op/arith.t
15917              From: Nicholas Clark <nick@ccl4.org>
15918              Date: Sat, 7 Jul 2001 13:04:54 +0100
15919              Message-ID: <20010707130454.D59620@plum.flirble.org>
15920      Branch: perl
15921            ! numeric.c toke.c
15922 ____________________________________________________________________________
15923 [ 11189] By: jhi                                   on 2001/07/07  15:20:44
15924         Log: Subject: [PATCH] h2xs
15925              From: Nicholas Clark <nick@ccl4.org>
15926              Date: Fri, 6 Jul 2001 23:25:14 +0100
15927              Message-ID: <20010706232514.X59620@plum.flirble.org>
15928      Branch: perl
15929            ! utils/h2xs.PL
15930 ____________________________________________________________________________
15931 [ 11188] By: jhi                                   on 2001/07/07  15:12:36
15932         Log: Subject: Re: bleedperl perl_alloc..free leakage
15933              From: Radu Greab <radu@netsoft.ro>
15934              Date: Fri, 6 Jul 2001 19:48:54 +0300
15935              Message-ID: <15173.60406.308246.456184@ix.netsoft.ro>
15936              
15937              Leak-be-gone.
15938      Branch: perl
15939            ! op.c
15940 ____________________________________________________________________________
15941 [ 11187] By: pudge                                 on 2001/07/07  02:11:36
15942         Log: Test again.  Please ignore.
15943      Branch: maint-5.6/macperl
15944            ! README.macos
15945 ____________________________________________________________________________
15946 [ 11186] By: pudge                                 on 2001/07/07  02:08:13
15947         Log: Test.  Please ignore.
15948      Branch: maint-5.6/macperl
15949            ! README.macos
15950 ____________________________________________________________________________
15951 [ 11185] By: pudge                                 on 2001/07/06  23:46:57
15952         Log: Include changes already sent in separately as patches,
15953              before branch was created.
15954      Branch: maint-5.6/macperl
15955            ! ext/File/Glob/bsd_glob.c ext/IO/lib/IO/Dir.pm gv.c
15956            ! lib/DirHandle.pm lib/File/Basename.pm lib/File/Copy.pm
15957            ! lib/File/Find.pm lib/diagnostics.pm perl.c t/base/term.t
15958            ! t/comp/cpp.t t/comp/multiline.t t/comp/script.t t/comp/term.t
15959            ! t/lib/anydbm.t t/lib/autoloader.t t/lib/dirhand.t
15960            ! t/lib/filefind.t t/lib/io_dir.t t/lib/selfloader.t
15961            ! t/op/anonsub.t t/op/closure.t t/op/defins.t t/op/die_exit.t
15962            ! t/op/exec.t t/op/goto.t t/op/misc.t t/op/pack.t t/op/regexp.t
15963            ! t/op/regexp_noamp.t t/op/split.t t/op/write.t
15964            ! t/pragma/strict.t
15965 ____________________________________________________________________________
15966 [ 11184] By: jhi                                   on 2001/07/06  16:41:30
15967         Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
15968              From: Norton Allen <allen@huarp.harvard.edu>
15969              Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
15970              Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
15971      Branch: perl
15972            ! utf8.h
15973 ____________________________________________________________________________
15974 [ 11183] By: nick                                  on 2001/07/06  16:27:40
15975         Log: Integrate mainline
15976      Branch: perlio
15977           +> (branch 42 files)
15978            - NetWare/perlsdio.h ext/util/mkbootstrap lib/Net/DummyInetd.pm
15979            - lib/Net/PH.pm lib/Net/SNPP.pm lib/Net/t/ph.t
15980            - win32/bin/mdelete.bat
15981           !> (integrate 215 files)
15982 ____________________________________________________________________________
15983 [ 11182] By: jhi                                   on 2001/07/06  15:57:16
15984         Log: The #11166 needed also these updated.
15985      Branch: perl
15986            ! lib/warnings.pm warnings.h
15987 ____________________________________________________________________________
15988 [ 11181] By: jhi                                   on 2001/07/06  13:24:42
15989         Log: Update Changes.
15990      Branch: perl
15991            ! Changes patchlevel.h
15992 ____________________________________________________________________________
15993 [ 11180] By: jhi                                   on 2001/07/06  13:20:08
15994         Log: Regen toc.
15995      Branch: perl
15996            ! pod/perltoc.pod
15997 ____________________________________________________________________________
15998 [ 11179] By: jhi                                   on 2001/07/06  12:57:13
15999         Log: Nit from Abhijit.
16000      Branch: perl
16001            ! lib/CPAN.pm
16002 ____________________________________________________________________________
16003 [ 11178] By: jhi                                   on 2001/07/06  12:53:04
16004         Log: Retract #11172.
16005      Branch: perl
16006            ! t/op/method.t
16007 ____________________________________________________________________________
16008 [ 11177] By: jhi                                   on 2001/07/06  12:44:51
16009         Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
16010              From: Norton Allen <allen@huarp.harvard.edu>
16011              Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
16012              Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
16013      Branch: perl
16014            ! lib/Cwd.pm
16015 ____________________________________________________________________________
16016 [ 11176] By: jhi                                   on 2001/07/06  12:42:45
16017         Log: (Accidentally empty check-in.)
16018      Branch: perl
16019            ! utf8.h
16020 ____________________________________________________________________________
16021 [ 11175] By: jhi                                   on 2001/07/06  12:29:56
16022         Log: Retract #11165 since Sarathy pointed out it'll not
16023              work properly under threads, the problem should be
16024              solved using "the savestack, either via SSNEW() or
16025              using a newSVpv()+SAVEFREESV() combo."
16026      Branch: perl
16027            ! ext/POSIX/POSIX.xs
16028 ____________________________________________________________________________
16029 [ 11174] By: jhi                                   on 2001/07/06  12:27:31
16030         Log: Retract #11125 since NI-S pointed out it'll not work in
16031              cases where the extension has their own handcrafted INC
16032              et alia.
16033      Branch: perl
16034            ! lib/ExtUtils/MM_Unix.pm
16035 ____________________________________________________________________________
16036 [ 11173] By: jhi                                   on 2001/07/06  12:20:50
16037         Log: Subject: RE: [PATCH] -I and MakeMaker again
16038              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
16039              Date: Fri, 6 Jul 2001 09:18:29 +0200
16040              Message-ID: <E3FB32585BF1D411B9E900805FF51A0808C221@RU0022EXCH001U>
16041      Branch: perl
16042            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_VMS.pm
16043            ! lib/ExtUtils/MM_Win32.pm
16044 ____________________________________________________________________________
16045 [ 11172] By: jhi                                   on 2001/07/06  12:18:39
16046         Log: (Retracted by #11178)
16047              Subject: [PATCH t/op/method.t] SUPER:: strangeness
16048              From: Piers Cawley <pdcawley@iterative-software.com>
16049              Date: 06 Jul 2001 10:49:01 +0100
16050              Message-ID: <m2ith6xu9e.fsf@despairon.bofh.org.uk>
16051      Branch: perl
16052            ! t/op/method.t
16053 ____________________________________________________________________________
16054 [ 11171] By: jhi                                   on 2001/07/06  01:38:55
16055         Log: VOS README update from Paul Green.
16056      Branch: perl
16057            ! README.vos
16058 ____________________________________________________________________________
16059 [ 11170] By: jhi                                   on 2001/07/06  01:19:33
16060         Log: Subject: [PATCH README.qnx hints/qnx.sh]
16061              From: Norton Allen <allen@huarp.harvard.edu>
16062              Message-Id: <200107051755.NAA21422@bottesini.harvard.edu>
16063              Date: Thu, 5 Jul 2001 13:55:11 -0400 (edt)
16064      Branch: perl
16065            ! README.qnx hints/qnx.sh
16066 ____________________________________________________________________________
16067 [ 11169] By: jhi                                   on 2001/07/06  01:17:43
16068         Log: Subject: [PATCH] Doc patch for Tie::Hash
16069              From: Artur Bergman <artur@contiller.se>
16070              Date: Thu, 05 Jul 2001 22:51:18 +0200
16071              Message-ID: <B76A9FE6.1F04%artur@contiller.se>
16072      Branch: perl
16073            ! lib/Tie/Hash.pm
16074 ____________________________________________________________________________
16075 [ 11168] By: jhi                                   on 2001/07/06  01:16:27
16076         Log: Subject: [PATCH] perlfaq4.pod
16077              From: "Liney, Dave" <dave.liney@gbr.conoco.com>
16078              Message-ID: <1BB544A41666D311836C00902751FF6D01FD2D07@LONEX02>
16079              Date: Thu, 5 Jul 2001 18:44:10 +0100 
16080      Branch: perl
16081            ! pod/perlfaq4.pod
16082 ____________________________________________________________________________
16083 [ 11167] By: jhi                                   on 2001/07/06  01:14:41
16084         Log: Subject: [PATCH B::Deparse] Make warnings handling more robust
16085              From: Robin Houston <robin@kitsite.com>
16086              Date: Thu, 5 Jul 2001 18:33:21 +0100
16087              Message-ID: <20010705183321.A27345@robin.kitsite.com>
16088      Branch: perl
16089            ! ext/B/B/Deparse.pm
16090 ____________________________________________________________________________
16091 [ 11166] By: jhi                                   on 2001/07/06  01:11:50
16092         Log: (Retracted by #11285.)
16093              
16094              Subject: Re: [PATCH] mkdir() mode argument is missing initial 0
16095              From: Abhijit Menon-Sen <ams@wiw.org>
16096              Date: Fri, 6 Jul 2001 01:26:32 +0530
16097              Message-ID: <20010706012632.A28327@lustre.dyn.wiw.org>
16098      Branch: perl
16099            ! dump.c op.c op.h opcode.h opcode.pl pod/perldiag.pod pp.sym
16100            ! pp_proto.h t/lib/warnings/op t/lib/warnings/toke toke.c
16101            ! warnings.pl
16102 ____________________________________________________________________________
16103 [ 11165] By: jhi                                   on 2001/07/06  00:19:26
16104         Log: (Retracted by #11175)
16105              Subject: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
16106              From: Norton Allen <allen@huarp.harvard.edu>
16107              Message-Id: <200107051734.NAA13375@bottesini.harvard.edu>
16108              Date: Thu, 5 Jul 2001 13:34:51 -0400 (edt)
16109      Branch: perl
16110            ! ext/POSIX/POSIX.xs
16111 ____________________________________________________________________________
16112 [ 11164] By: jhi                                   on 2001/07/06  00:14:57
16113         Log: Unterminated C< (noticed by Richard Hatch), and few other
16114              small Unicode doc tweaks.
16115      Branch: perl
16116            ! pod/perlretut.pod
16117 ____________________________________________________________________________
16118 [ 11163] By: jhi                                   on 2001/07/05  19:33:34
16119         Log: More flexible argument understanding; add charblocks() and
16120              charscripts(); make charblock() and charscript() two-way;
16121              add charinrange(); separate the $Unicode::UCD::VERSION and
16122              the version of the Unicode by adding UnicodeVersion().
16123      Branch: perl
16124            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
16125 ____________________________________________________________________________
16126 [ 11162] By: jhi                                   on 2001/07/05  13:38:36
16127         Log: Update Unicode::UCD on \p{In...}.
16128      Branch: perl
16129            ! lib/Unicode/UCD.pm
16130 ____________________________________________________________________________
16131 [ 11161] By: jhi                                   on 2001/07/05  13:26:00
16132         Log: Subject: Re: [PATCH lib/ExtUtils.t] Extra Files for QNX
16133              From: Norton Allen <allen@huarp.harvard.edu>
16134              Date: Thu, 5 Jul 2001 09:57:14 -0400 (edt)
16135              Message-Id: <200107051357.JAA06285@bottesini.harvard.edu>
16136      Branch: perl
16137            ! lib/ExtUtils/MM_Unix.pm
16138 ____________________________________________________________________________
16139 [ 11160] By: jhi                                   on 2001/07/05  13:06:53
16140         Log: POSIX-BC tweaks from Thomas Dorner.
16141      Branch: perl
16142            ! hints/posix-bc.sh perlio.h
16143 ____________________________________________________________________________
16144 [ 11159] By: jhi                                   on 2001/07/05  04:17:18
16145         Log: Module updates for the delta.
16146      Branch: perl
16147            ! pod/perl572delta.pod
16148 ____________________________________________________________________________
16149 [ 11158] By: jhi                                   on 2001/07/05  03:45:19
16150         Log: Subject: [PATCH ext/IO/lib/IO/t/io_sock.t] for QNX
16151              From: Norton Allen <allen@huarp.harvard.edu>
16152              Message-Id: <200107050259.WAA06843@bottesini.harvard.edu>
16153              Date: Wed, 4 Jul 2001 22:59:00 -0400 (edt)
16154      Branch: perl
16155            ! ext/IO/lib/IO/t/io_sock.t
16156 ____________________________________________________________________________
16157 [ 11157] By: jhi                                   on 2001/07/05  03:44:19
16158         Log: Subject: [PATCH perldiag.pod] Quick fixes
16159              From: Simon Cozens <simon@netthink.co.uk>
16160              Date: Wed, 4 Jul 2001 20:22:12 +0100
16161              Message-ID: <20010704202212.A3690@deep-dark-truthful-mirror>
16162      Branch: perl
16163            ! pod/perldiag.pod
16164 ____________________________________________________________________________
16165 [ 11156] By: jhi                                   on 2001/07/05  03:43:28
16166         Log: Subject: [PATCH perl@11099]Re: [ID 20010704.003] Taint mode breaks global match
16167              From: Radu Greab <radu@netsoft.ro>
16168              Date: Wed, 4 Jul 2001 22:13:31 +0300
16169              Message-ID: <15171.27355.895094.128142@ix.netsoft.ro>
16170      Branch: perl
16171            ! op.c sv.c t/op/pos.t
16172 ____________________________________________________________________________
16173 [ 11155] By: jhi                                   on 2001/07/05  03:40:24
16174         Log: Subject: [PATCH] -I and MakeMaker again
16175              From: Michael G Schwern <schwern@pobox.com>
16176              Date: Wed, 4 Jul 2001 15:03:07 -0400
16177              Message-ID: <20010704150307.I20340@blackrider>
16178              
16179              (and retract #11145)
16180      Branch: perl
16181            ! ext/util/make_ext lib/ExtUtils/MM_Unix.pm
16182            ! lib/ExtUtils/MakeMaker.pm
16183 ____________________________________________________________________________
16184 [ 11154] By: jhi                                   on 2001/07/05  03:32:43
16185         Log: Subject: Re: PERFORCE change 11142 for review
16186              From: "Philip Newton" <Philip.Newton@gmx.net>
16187              Date: Wed, 4 Jul 2001 20:46:26 +0200
16188              Message-Id: <200107041841.VAA25380@taas.iki.fi>
16189      Branch: perl
16190            ! lib/ExtUtils/MakeMaker.pm
16191 ____________________________________________________________________________
16192 [ 11153] By: jhi                                   on 2001/07/05  03:29:21
16193         Log: Subject: Re: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
16194              From: Jonathan Stowe <gellyfish@gellyfish.com>
16195              Date: Mon, 2 Jul 2001 20:45:53 +0100 (BST)
16196              Message-ID: <Pine.LNX.4.33.0107022042570.8640-100000@orpheus.gellyfish.com>
16197      Branch: perl
16198            ! utils/pl2pm.PL
16199 ____________________________________________________________________________
16200 [ 11152] By: gsar                                  on 2001/07/05  00:52:57
16201         Log: fix the binary compatibility issue when building with/without
16202              usemymalloc by exporting Perl_malloc() et al as simple wrappers
16203              around the system functions (this allows most extensions built
16204              using one mode to coexist with perls built in the other mode)
16205              
16206              XXX the Perl_mfree() wrapper might need to do return(free()) on
16207              platforms where Free_t isn't "void"
16208      Branch: perl
16209            ! embed.h embed.pl makedef.pl proto.h util.c
16210 ____________________________________________________________________________
16211 [ 11151] By: gsar                                  on 2001/07/05  00:42:49
16212         Log: perl built with USE_ITHREADS can deadlock during fork() or backticks
16213              since it doesn't ensure threads other than the one calling fork()
16214              aren't holding any locks; the fix is to use pthread_atfork() to
16215              hold global locks
16216              
16217              building perl with -Dusemymalloc exacerbates the problem since
16218              Perl_malloc() holds a mutex, and perl's exec() calls New()
16219              
16220              XXX the code in win32thread.h may be needed on platforms that have
16221              no pthread_atfork()
16222      Branch: perl
16223            ! perl.c thread.h win32/win32thread.h
16224 ____________________________________________________________________________
16225 [ 11150] By: pudge                                 on 2001/07/04  20:07:54
16226         Log: Integrate #11009 from maintperl.
16227      Branch: maint-5.6/macperl
16228           !> lib/ExtUtils/Manifest.pm
16229 ____________________________________________________________________________
16230 [ 11149] By: pudge                                 on 2001/07/04  19:54:46
16231         Log: Flexing my Perforce muscles.
16232      Branch: maint-5.6/macperl
16233            ! README.macos
16234 ____________________________________________________________________________
16235 [ 11148] By: jhi                                   on 2001/07/04  17:14:51
16236         Log: Update Changes.
16237      Branch: perl
16238            ! Changes patchlevel.h
16239 ____________________________________________________________________________
16240 [ 11147] By: jhi                                   on 2001/07/04  16:41:25
16241         Log: Metaconfig unit change for #11146.
16242      Branch: metaconfig/U/perl
16243            ! d_fcntl_can_lock.U
16244 ____________________________________________________________________________
16245 [ 11146] By: jhi                                   on 2001/07/04  16:36:31
16246         Log: Somehow the #ifdefs of the added code (in #11093) made
16247              HP-UX to fail the fcntl locking test, without the ifdefs
16248              the test seems to be working again.  Reason unknown:
16249              HP-UX cc doesn't complain either way.
16250      Branch: perl
16251            ! Configure
16252 ____________________________________________________________________________
16253 [ 11145] By: jhi                                   on 2001/07/04  16:08:00
16254         Log: (Retracted by #11155) PERLRUNINST needed in some spots.
16255      Branch: perl
16256            ! lib/ExtUtils/MM_Unix.pm
16257 ____________________________________________________________________________
16258 [ 11144] By: jhi                                   on 2001/07/04  16:07:35
16259         Log: gcc -Wall nit.
16260      Branch: perl
16261            ! pp_hot.c
16262 ____________________________________________________________________________
16263 [ 11143] By: jhi                                   on 2001/07/04  15:08:26
16264         Log: When removing tests updating the test count is a good idea, too.
16265      Branch: perl
16266            ! lib/Net/t/require.t
16267 ____________________________________________________________________________
16268 [ 11142] By: jhi                                   on 2001/07/04  14:57:51
16269         Log: Document #11134 and add the new symbols to the list of
16270              of MakeMaker known ones.
16271      Branch: perl
16272            ! lib/ExtUtils/MakeMaker.pm
16273 ____________________________________________________________________________
16274 [ 11141] By: jhi                                   on 2001/07/04  14:34:11
16275         Log: Microperl update.
16276      Branch: perl
16277            ! uconfig.h
16278 ____________________________________________________________________________
16279 [ 11140] By: jhi                                   on 2001/07/04  14:32:27
16280         Log: Update the libnet tests as per #11138.
16281      Branch: perl
16282            - lib/Net/t/ph.t
16283            ! MANIFEST lib/Net/t/require.t
16284 ____________________________________________________________________________
16285 [ 11139] By: jhi                                   on 2001/07/04  14:14:33
16286         Log: Regen toc and modlib.
16287      Branch: perl
16288            ! pod/perlmodlib.pod pod/perltoc.pod
16289 ____________________________________________________________________________
16290 [ 11138] By: jhi                                   on 2001/07/04  14:10:38
16291         Log: Remove DummyInetd, PH, and SNPP from the libnet, as per
16292              Graham's request.
16293      Branch: perl
16294            - lib/Net/DummyInetd.pm lib/Net/PH.pm lib/Net/SNPP.pm
16295            ! MANIFEST
16296 ____________________________________________________________________________
16297 [ 11137] By: jhi                                   on 2001/07/04  14:06:35
16298         Log: Add the OS/390 harness results to the delta.
16299      Branch: perl
16300            ! pod/perl572delta.pod
16301 ____________________________________________________________________________
16302 [ 11136] By: jhi                                   on 2001/07/04  13:59:01
16303         Log: Avoid the two study tests in OS/390 until the bug has been solved.
16304      Branch: perl
16305            ! t/op/study.t
16306 ____________________________________________________________________________
16307 [ 11135] By: jhi                                   on 2001/07/04  13:49:08
16308         Log: DOS/DJGPP tweaks from Laszlo Molnar.
16309      Branch: perl
16310            ! AUTHORS djgpp/djgppsed.sh hints/dos_djgpp.sh t/op/write.t
16311 ____________________________________________________________________________
16312 [ 11134] By: jhi                                   on 2001/07/04  13:47:46
16313         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm and others] Fixing extra -I's with PERL_CORE
16314              From: Michael G Schwern <schwern@pobox.com>
16315              Date: Wed, 4 Jul 2001 00:01:16 -0400
16316              Message-ID: <20010704000116.C591@blackrider>
16317      Branch: perl
16318            ! ext/util/make_ext lib/ExtUtils.t lib/ExtUtils/MM_Unix.pm
16319 ____________________________________________________________________________
16320 [ 11133] By: jhi                                   on 2001/07/04  01:55:20
16321         Log: The #11132 missed singleton characters (not part
16322              of a unilo..unihi range) in Unicode scripts.
16323      Branch: perl
16324            ! lib/unicode/In/0.pl lib/unicode/In/1.pl lib/unicode/In/10.pl
16325            ! lib/unicode/In/11.pl lib/unicode/In/12.pl lib/unicode/In/13.pl
16326            ! lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
16327            ! lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/20.pl
16328            ! lib/unicode/In/21.pl lib/unicode/In/24.pl lib/unicode/In/29.pl
16329            ! lib/unicode/In/3.pl lib/unicode/In/30.pl lib/unicode/In/34.pl
16330            ! lib/unicode/In/35.pl lib/unicode/In/37.pl lib/unicode/In/39.pl
16331            ! lib/unicode/In/4.pl lib/unicode/In/5.pl lib/unicode/In/6.pl
16332            ! lib/unicode/In/8.pl lib/unicode/In/9.pl lib/unicode/Scripts.pl
16333            ! lib/unicode/mktables.PL t/op/pat.t
16334 ____________________________________________________________________________
16335 [ 11132] By: jhi                                   on 2001/07/04  01:32:11
16336         Log: Support preferentially the Unicode 'scripts' definition
16337              in the \p{In...} notation since according to Unicode the
16338              scripts concept is more natural for matching than using
16339              the somewhat artificial block names.  The block names are
16340              still available, though, and if there's a name conflict,
16341              the scripts one wins and the blocks one has to do with
16342              'Block' appended to its name.  For more information see
16343              
16344              http://www.unicode.org/unicode/reports/tr24/
16345      Branch: perl
16346            + lib/unicode/In/100.pl lib/unicode/In/101.pl
16347            + lib/unicode/In/102.pl lib/unicode/In/103.pl
16348            + lib/unicode/In/104.pl lib/unicode/In/105.pl
16349            + lib/unicode/In/106.pl lib/unicode/In/107.pl
16350            + lib/unicode/In/108.pl lib/unicode/In/109.pl
16351            + lib/unicode/In/110.pl lib/unicode/In/111.pl
16352            + lib/unicode/In/112.pl lib/unicode/In/113.pl
16353            + lib/unicode/In/114.pl lib/unicode/In/115.pl
16354            + lib/unicode/In/116.pl lib/unicode/In/117.pl
16355            + lib/unicode/In/118.pl lib/unicode/In/119.pl
16356            + lib/unicode/In/120.pl lib/unicode/In/121.pl
16357            + lib/unicode/In/122.pl lib/unicode/In/123.pl
16358            + lib/unicode/In/124.pl lib/unicode/In/125.pl
16359            + lib/unicode/In/126.pl lib/unicode/In/127.pl
16360            + lib/unicode/In/128.pl lib/unicode/In/129.pl
16361            + lib/unicode/In/130.pl lib/unicode/In/131.pl
16362            + lib/unicode/In/132.pl lib/unicode/In/133.pl
16363            + lib/unicode/In/134.pl lib/unicode/In/135.pl
16364            + lib/unicode/In/96.pl lib/unicode/In/97.pl lib/unicode/In/98.pl
16365            + lib/unicode/In/99.pl lib/unicode/Scripts.pl
16366            ! (edit 106 files)
16367 ____________________________________________________________________________
16368 [ 11131] By: jhi                                   on 2001/07/03  23:02:02
16369         Log: Better document the difference between a block and a script.
16370      Branch: perl
16371            ! lib/Unicode/UCD.pm
16372 ____________________________________________________________________________
16373 [ 11130] By: jhi                                   on 2001/07/03  22:49:15
16374         Log: Subject: [ perl 5.6.1 ] CPAN.pm doc patch
16375              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
16376              Date: Tue, 3 Jul 2001 15:04:23 -0500
16377              Message-ID: <20010703150423.C9787@chaos.wustl.edu>
16378      Branch: perl
16379            ! lib/CPAN.pm
16380 ____________________________________________________________________________
16381 [ 11129] By: jhi                                   on 2001/07/03  22:45:41
16382         Log: Add tests for charscript().
16383      Branch: perl
16384            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
16385 ____________________________________________________________________________
16386 [ 11128] By: jhi                                   on 2001/07/03  20:41:54
16387         Log: Add charscript() to get the UTR#24 script names of characters.
16388      Branch: perl
16389            ! lib/Unicode/UCD.pm
16390 ____________________________________________________________________________
16391 [ 11127] By: jhi                                   on 2001/07/03  19:53:29
16392         Log: Todo updates.
16393      Branch: perl
16394            ! pod/perltodo.pod
16395 ____________________________________________________________________________
16396 [ 11126] By: jhi                                   on 2001/07/03  19:45:30
16397         Log: Unicode::UCD updates.
16398      Branch: perl
16399            ! lib/Unicode/UCD.pm
16400 ____________________________________________________________________________
16401 [ 11125] By: jhi                                   on 2001/07/03  16:12:20
16402         Log: (Retracted by #11174)
16403              Subject: MakeMaker should pass through DEFINE and INC to subdirs
16404              From: Alan Burlison <Alan.Burlison@sun.com>
16405              Date: Tue, 03 Jul 2001 15:20:13 +0100
16406              Message-ID: <3B41D49D.A923D4F9@sun.com>
16407      Branch: perl
16408            ! lib/ExtUtils/MM_Unix.pm
16409 ____________________________________________________________________________
16410 [ 11124] By: jhi                                   on 2001/07/03  16:06:53
16411         Log: Subject: Patch needed for UTS
16412              From: hom00@utsglobal.com (Hal Morris)
16413              Date: Tue, 3 Jul 2001 09:38:22 -0700 (PDT)
16414              Message-Id: <200107031638.JAA11998@cepheus.utsglobal.com>
16415              
16416              Replace #11113 with a better version.
16417      Branch: perl
16418            ! perl.h
16419 ____________________________________________________________________________
16420 [ 11123] By: jhi                                   on 2001/07/03  16:04:49
16421         Log: Subject: Re: POINTERRIGOR
16422              From: Andy Dougherty <doughera@lafayette.edu>
16423              Date: Tue, 3 Jul 2001 11:49:28 -0400 (EDT)
16424              Message-ID: <Pine.SOL.4.10.10107031040030.1982-100000@maxwell.phys.lafayette.edu>
16425      Branch: perl
16426            ! util.c
16427 ____________________________________________________________________________
16428 [ 11122] By: jhi                                   on 2001/07/03  16:03:31
16429         Log: Subject: Re: [PATCH @11016] Fixes compile errors in four files
16430              From: "Philip Newton" <pnewton@gmx.de>
16431              Date: Tue, 3 Jul 2001 17:03:34 +0200
16432              Message-ID: <3B41FAE6.29564.660E117@localhost>
16433      Branch: perl
16434            ! pp_hot.c
16435 ____________________________________________________________________________
16436 [ 11121] By: jhi                                   on 2001/07/03  13:26:08
16437         Log: Typos.
16438      Branch: perl
16439            ! INSTALL
16440 ____________________________________________________________________________
16441 [ 11120] By: jhi                                   on 2001/07/03  11:34:47
16442         Log: Subject: [PATCH 5.6.1] debugger fixes
16443              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16444              Date: Tue, 3 Jul 2001 03:38:18 -0400
16445              Message-ID: <20010703033818.A16788@math.ohio-state.edu>
16446              
16447              The $^S is working again.
16448      Branch: perl
16449            ! lib/perl5db.pl
16450 ____________________________________________________________________________
16451 [ 11119] By: jhi                                   on 2001/07/03  11:33:27
16452         Log: Subject: Re: [PATCH 5.6.1] OS/2 improvements
16453              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16454              Date: Tue, 3 Jul 2001 03:34:06 -0400
16455              Message-ID: <20010703033406.A16776@math.ohio-state.edu>
16456      Branch: perl
16457            ! os2/OS2/Process/Process.pm
16458 ____________________________________________________________________________
16459 [ 11118] By: jhi                                   on 2001/07/03  11:29:54
16460         Log: Subject: [PATCH bleadperl] Bad lishp in change 11084
16461              From: "Philip Newton" <Philip.Newton@gmx.net>
16462              Date: Tue, 3 Jul 2001 09:11:27 +0200
16463              Message-Id: <200107030706.KAA04596@taas.iki.fi>
16464      Branch: perl
16465            ! lib/FindBin.pm
16466 ____________________________________________________________________________
16467 [ 11117] By: jhi                                   on 2001/07/03  11:25:14
16468         Log: Delta delta.
16469      Branch: perl
16470            ! pod/perl572delta.pod
16471 ____________________________________________________________________________
16472 [ 11116] By: jhi                                   on 2001/07/02  23:06:50
16473         Log: Metaconfig unit change for 11115.
16474      Branch: metaconfig
16475            ! U/modified/libc.U
16476 ____________________________________________________________________________
16477 [ 11115] By: jhi                                   on 2001/07/02  23:06:27
16478         Log: Whitespace allowed at the ends of /lib/syscalls.exp lines
16479              (from Richard Hatch) (this was the cause of pipes() and
16480              times() myeteriously not being found)
16481      Branch: perl
16482            ! Configure
16483 ____________________________________________________________________________
16484 [ 11114] By: jhi                                   on 2001/07/02  22:58:41
16485         Log: Retract #10142, the real culprit found by Richard Hatch,
16486              coming soon to Configure near you.
16487      Branch: perl
16488            ! hints/aix.sh
16489 ____________________________________________________________________________
16490 [ 11113] By: jhi                                   on 2001/07/02  22:56:09
16491         Log: (Replaced by #11124) UTS workaround from Hal Morris.
16492      Branch: perl
16493            ! perl.h
16494 ____________________________________________________________________________
16495 [ 11112] By: jhi                                   on 2001/07/02  22:53:29
16496         Log: Subject: [PATCH] grok not grocking correctly
16497              From: Nicholas Clark <nick@ccl4.org>
16498              Date: Tue, 3 Jul 2001 00:19:08 +0100
16499              Message-ID: <20010703001908.H59620@plum.flirble.org>
16500      Branch: perl
16501            ! numeric.c
16502 ____________________________________________________________________________
16503 [ 11111] By: jhi                                   on 2001/07/02  22:48:42
16504         Log: Subject: [PATCH Deparse.t] test just-posted patches
16505              From: Robin Houston <robin@kitsite.com>
16506              Date: Mon, 2 Jul 2001 23:46:15 +0100
16507              Message-Id: <E15HCUN-0000Rh-00.2001-07-02-23-48-19@mail18.svr.pol.co.uk>
16508      Branch: perl
16509            ! ext/B/Deparse.t
16510 ____________________________________________________________________________
16511 [ 11110] By: jhi                                   on 2001/07/02  22:27:10
16512         Log: Subject: [PATCH toke.c] autosplit into @F
16513              From: Robin Houston <robin@kitsite.com>
16514              Date: Mon, 2 Jul 2001 23:18:20 +0100
16515              Message-Id: <E15HC3M-0007jL-00.2001-07-02-23-20-24@mail18.svr.pol.co.uk>
16516      Branch: perl
16517            ! perl.c toke.c
16518 ____________________________________________________________________________
16519 [ 11109] By: jhi                                   on 2001/07/02  22:25:03
16520         Log: Subject: [PATCH B::Deparse] hash key auto-quoting
16521              From: Robin Houston <robin@kitsite.com>
16522              Date: Mon, 2 Jul 2001 23:00:48 +0100
16523              Message-Id: <E15HBmR-0006mc-00.2001-07-02-23-02-55@mail18.svr.pol.co.uk>
16524      Branch: perl
16525            ! ext/B/B/Deparse.pm
16526 ____________________________________________________________________________
16527 [ 11108] By: jhi                                   on 2001/07/02  19:21:18
16528         Log: Subject: Re: [PATCH perlsnap] '-' !~ /\w/
16529              From: "Philip Newton" <Philip.Newton@gmx.net>
16530              Date: Mon, 2 Jul 2001 22:06:22 +0200
16531              (no Message-Id)
16532      Branch: perl
16533            ! ext/NDBM_File/hints/linux.pl
16534 ____________________________________________________________________________
16535 [ 11107] By: jhi                                   on 2001/07/02  19:19:25
16536         Log: Subject: Re: Fixed pack problem - sort of
16537              From: Nicholas Clark <nick@ccl4.org>
16538              Date: Mon, 2 Jul 2001 20:59:20 +0100
16539              Message-ID: <20010702205919.F59620@plum.flirble.org>
16540      Branch: perl
16541            ! pp_pack.c t/op/pack.t
16542 ____________________________________________________________________________
16543 [ 11106] By: jhi                                   on 2001/07/02  19:18:28
16544         Log: Subject: Re: [PATCH 5.6.1] OS/2 cwd
16545              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16546              Date: Mon, 2 Jul 2001 15:45:41 -0400
16547              Message-ID: <20010702154541.B24295@math.ohio-state.edu>
16548      Branch: perl
16549            ! os2/os2.c
16550 ____________________________________________________________________________
16551 [ 11105] By: jhi                                   on 2001/07/02  19:17:27
16552         Log: (Mistaken retraction)
16553      Branch: perl
16554            ! utils/pl2pm.PL
16555 ____________________________________________________________________________
16556 [ 11104] By: jhi                                   on 2001/07/02  18:56:15
16557         Log: Detypo in #11103.
16558      Branch: perl
16559            ! utils/pl2pm.PL
16560 ____________________________________________________________________________
16561 [ 11103] By: jhi                                   on 2001/07/02  18:54:53
16562         Log: Subject: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
16563              From: Jonathan Stowe <gellyfish@gellyfish.com>
16564              Date: Mon, 2 Jul 2001 19:17:21 +0100 (BST)
16565              Message-ID: <Pine.LNX.4.33.0107021904530.7401-100000@orpheus.gellyfish.com>
16566      Branch: perl
16567            ! utils/pl2pm.PL
16568 ____________________________________________________________________________
16569 [ 11102] By: jhi                                   on 2001/07/02  18:16:09
16570         Log: Subject: [PATCH perl@11059] UCD.pm: if at first you don't succeed, croak?
16571              From: "Craig A. Berry" <craigberry@mac.com>
16572              Date: Mon, 02 Jul 2001 14:11:23 -0500
16573              Message-Id: <5.1.0.14.0.20010702140058.01b6c9c0@exchi01>
16574      Branch: perl
16575            ! lib/Unicode/UCD.pm
16576 ____________________________________________________________________________
16577 [ 11101] By: jhi                                   on 2001/07/02  18:14:51
16578         Log: Subject: [PATCH] Re: op/numconvert.t failures
16579              From: Nicholas Clark <nick@ccl4.org>
16580              Date: Mon, 2 Jul 2001 20:10:48 +0100
16581              Message-ID: <20010702201048.E59620@plum.flirble.org>
16582      Branch: perl
16583            ! t/op/numconvert.t
16584 ____________________________________________________________________________
16585 [ 11100] By: jhi                                   on 2001/07/02  17:51:44
16586         Log: Update Changes.
16587      Branch: perl
16588            ! Changes patchlevel.h
16589 ____________________________________________________________________________
16590 [ 11099] By: jhi                                   on 2001/07/02  17:46:31
16591         Log: Retract #11055, didn't help much (2736 bytes vs 2725 bytes leaked).
16592              The real fix must be more involved.  The line of code all the leaky
16593              call stacks seem to go through is op.c:2949, the PmopSTASH_set()
16594              line of Perl_newPMOP().
16595      Branch: perl
16596            ! op.h
16597 ____________________________________________________________________________
16598 [ 11098] By: jhi                                   on 2001/07/02  17:37:44
16599         Log: Based on
16600              
16601              Subject: Re: sizeof(struct sembuf)
16602              From: Nicholas Clark <nick@ccl4.org>
16603              Date: Sun, 1 Jul 2001 22:26:48 +0100
16604              Message-ID: <20010701222648.W59620@plum.flirble.org>
16605              
16606              but do semop() always the slow way.
16607      Branch: perl
16608            ! doio.c
16609 ____________________________________________________________________________
16610 [ 11097] By: jhi                                   on 2001/07/02  17:22:14
16611         Log: Subject: [PATCH] Encode/Tcl.t, for esc-seq encodings
16612              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
16613              Date: Tue, 03 Jul 2001 00:56:30 +0900
16614              Message-Id: <20010703005600.2225.BQW10602@nifty.com>
16615      Branch: perl
16616            ! ext/Encode/Encode/Tcl.t
16617 ____________________________________________________________________________
16618 [ 11096] By: jhi                                   on 2001/07/02  17:11:24
16619         Log: Subject: [PATCH] Encode/Tcl.pm, continuous sequences
16620              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
16621              Date: Tue, 03 Jul 2001 00:55:46 +0900
16622              Message-Id: <20010703005516.2222.BQW10602@nifty.com>
16623      Branch: perl
16624            ! ext/Encode/Encode/Tcl.pm
16625 ____________________________________________________________________________
16626 [ 11095] By: jhi                                   on 2001/07/02  17:07:14
16627         Log: Regen api and toc.
16628      Branch: perl
16629            ! pod/perlapi.pod pod/perltoc.pod
16630 ____________________________________________________________________________
16631 [ 11094] By: jhi                                   on 2001/07/02  16:29:42
16632         Log: Metaconfig unit change for #11093.
16633      Branch: metaconfig/U/perl
16634            ! d_fcntl_can_lock.U
16635 ____________________________________________________________________________
16636 [ 11093] By: jhi                                   on 2001/07/02  16:28:56
16637         Log: The fcntl locking test may hang if NFS locking messed up;
16638              break out with alarm(10).
16639      Branch: perl
16640            ! Configure
16641 ____________________________________________________________________________
16642 [ 11092] By: jhi                                   on 2001/07/02  14:11:31
16643         Log: Move the mdelete.bat from win32/bin to win32.
16644      Branch: perl
16645            ! MANIFEST
16646 ____________________________________________________________________________
16647 [ 11091] By: jhi                                   on 2001/07/02  14:10:01
16648         Log: Typo in #11083.
16649      Branch: perl
16650            ! ext/Time/Piece/Piece.t
16651 ____________________________________________________________________________
16652 [ 11090] By: jhi                                   on 2001/07/02  13:36:58
16653         Log: Netware tweaks from Guruprasad.
16654      Branch: perl
16655            - NetWare/perlsdio.h
16656            ! MANIFEST NetWare/Makefile NetWare/interface.c
16657            ! NetWare/interface.h NetWare/iperlhost.h NetWare/nwtinfo.h
16658            ! perlsdio.h
16659 ____________________________________________________________________________
16660 [ 11089] By: jhi                                   on 2001/07/02  13:25:40
16661         Log: Subject: Re: [PATH] shared -> unique;
16662              From: Abhijit Menon-Sen <ams@wiw.org>
16663              Date: Wed, 27 Jun 2001 03:51:27 +0530
16664              Message-ID: <20010627035127.A17623@lustre.lustre.dyn.wiw.org>
16665      Branch: perl
16666            ! dump.c gv.c gv.h op.c pp_sys.c sv.c toke.c xsutils.c
16667 ____________________________________________________________________________
16668 [ 11088] By: jhi                                   on 2001/07/02  13:24:27
16669         Log: Subject: Re: AIX / gcc-3.0
16670              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
16671              Date: Mon, 02 Jul 2001 15:20:21 +0200
16672              Message-Id: <20010702151904.49BB.H.M.BRAND@hccnet.nl>
16673      Branch: perl
16674            ! hints/aix.sh
16675 ____________________________________________________________________________
16676 [ 11087] By: jhi                                   on 2001/07/02  13:23:21
16677         Log: Subject: Re: Bug report: split splits on wrong pattern
16678              From: Abhijit Menon-Sen <ams@wiw.org>
16679              Message-ID: <20010702163133.A23186@lustre.dyn.wiw.org>
16680              Date: Mon, 2 Jul 2001 16:31:33 +0530
16681      Branch: perl
16682            ! pp_ctl.c
16683 ____________________________________________________________________________
16684 [ 11086] By: jhi                                   on 2001/07/02  13:22:30
16685         Log: Subject: [PATCH 5.6.1] test harness
16686              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16687              Date: Mon, 2 Jul 2001 06:29:21 -0400
16688              Message-ID: <20010702062921.A1810@math.ohio-state.edu>
16689      Branch: perl
16690            ! lib/Test/Harness.pm
16691 ____________________________________________________________________________
16692 [ 11085] By: jhi                                   on 2001/07/02  13:21:39
16693         Log: Subject: [PATCH 5.6.1] debugger goof
16694              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16695              Date: Mon, 2 Jul 2001 06:27:22 -0400
16696              Message-ID: <20010702062722.A1746@math.ohio-state.edu>
16697      Branch: perl
16698            ! lib/perl5db.pl
16699 ____________________________________________________________________________
16700 [ 11084] By: jhi                                   on 2001/07/02  13:20:50
16701         Log: Subject: [PATCH 5.6.1] OS/2 cwd
16702              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16703              Date: Mon, 2 Jul 2001 06:21:17 -0400
16704              Message-ID: <20010702062117.A1401@math.ohio-state.edu>
16705      Branch: perl
16706            ! lib/Cwd.pm lib/File/Find/taint.t lib/FindBin.pm os2/os2.c
16707 ____________________________________________________________________________
16708 [ 11083] By: jhi                                   on 2001/07/02  13:19:18
16709         Log: Make #11082 more OS/2-specific.
16710      Branch: perl
16711            ! ext/Time/Piece/Piece.t
16712 ____________________________________________________________________________
16713 [ 11082] By: jhi                                   on 2001/07/02  13:14:36
16714         Log: Subject: [PATCH 5.6.1] OS/2 gmtime()
16715              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16716              Date: Mon, 2 Jul 2001 06:06:34 -0400
16717              Message-ID: <20010702060634.A1356@math.ohio-state.edu>
16718      Branch: perl
16719            ! ext/Time/Piece/Piece.t
16720 ____________________________________________________________________________
16721 [ 11081] By: jhi                                   on 2001/07/02  13:13:08
16722         Log: Subject: [PATCH B::Deparse] version number & changes
16723              From: Robin Houston <robin@kitsite.com>  
16724              Date: Sun, 1 Jul 2001 17:17:29 +0100
16725              Message-ID: <20010701171729.A30678@puffinry.freeserve.co.uk>
16726      Branch: perl
16727            ! ext/B/B/Deparse.pm
16728 ____________________________________________________________________________
16729 [ 11080] By: jhi                                   on 2001/07/02  13:11:48
16730         Log: Subject: a small fix.
16731              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
16732              Date: Mon, 2 Jul 2001 12:17:53 +0200
16733              Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B35@RU0022EXCH001U>
16734      Branch: perl
16735            ! ext/Thread/Thread.xs
16736 ____________________________________________________________________________
16737 [ 11079] By: jhi                                   on 2001/07/02  13:10:39
16738         Log: Subject: RE: perl@10907
16739              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
16740              Date: Mon, 2 Jul 2001 12:06:16 +0200
16741              Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B2C@RU0022EXCH001U>
16742              
16743              Borland C vs PerlIO.
16744      Branch: perl
16745            ! win32/config.bc win32/config_H.bc
16746 ____________________________________________________________________________
16747 [ 11078] By: jhi                                   on 2001/07/02  13:03:44
16748         Log: Subject: [PATCH] Report /pro/3gl/CPAN/perl-5.7.1
16749              From: "H.M. Brand" <merijn@l1.procura.nl>
16750              Date: Mon, 02 Jul 2001 11:18:57 +0200
16751              Message-Id: <20010702100811.4999.MERIJN@l1.procura.nl>
16752      Branch: perl
16753            ! t/op/write.t
16754 ____________________________________________________________________________
16755 [ 11077] By: jhi                                   on 2001/07/02  12:58:27
16756         Log: Subject: [PATCH] Deleting ext/util/mkbootstrap
16757              From: Michael G Schwern <schwern@pobox.com>
16758              Date: Mon, 2 Jul 2001 00:26:24 -0400
16759              Message-ID: <20010702002624.A18302@blackrider>
16760      Branch: perl
16761            - ext/util/mkbootstrap
16762 ____________________________________________________________________________
16763 [ 11076] By: jhi                                   on 2001/07/02  12:56:20
16764         Log: Subject: [PATCH op.h] v minor comment tweak
16765              From: Robin Houston <robin@puffinry.freeserve.co.uk>
16766              Date: Mon, 2 Jul 2001 00:42:01 +0100
16767              Message-Id: <E15GqxK-0006WZ-00.2001-07-02-00-48-46@mail18.svr.pol.co.uk>
16768      Branch: perl
16769            ! op.h
16770 ____________________________________________________________________________
16771 [ 11075] By: jhi                                   on 2001/07/02  12:53:48
16772         Log: SysV IPC semops use native shorts, not forced-to-16-bit-shorts.
16773      Branch: perl
16774            ! pod/perlfunc.pod
16775 ____________________________________________________________________________
16776 [ 11074] By: jhi                                   on 2001/07/02  12:52:28
16777         Log: Subject: Re: sizeof(struct sembuf)
16778              From: Nicholas Clark <nick@ccl4.org>
16779              Date: Sun, 1 Jul 2001 19:23:16 +0100
16780              Message-ID: <20010701192316.V59620@plum.flirble.org>
16781              
16782              s/signaling/signalling/
16783      Branch: perl
16784            ! pod/perlfunc.pod
16785 ____________________________________________________________________________
16786 [ 11073] By: jhi                                   on 2001/07/02  12:49:51
16787         Log: Subject: [PATCH perlsnap] Suggestion for mnemonic for $^N
16788              From: "Philip Newton" <Philip.Newton@gmx.net>
16789              Date: Sun, 1 Jul 2001 09:37:56 +0200
16790              Message-Id: <200107010733.KAA03920@taas.iki.fi>
16791      Branch: perl
16792            ! pod/perlvar.pod
16793 ____________________________________________________________________________
16794 [ 11072] By: jhi                                   on 2001/07/02  12:48:03
16795         Log: Subject: [PATCH perlsnap] /^qnx|nto$/ --> /^(?:qnx|nto)$/
16796              From: "Philip Newton" <Philip.Newton@gmx.net>
16797              Date: Sun, 1 Jul 2001 09:37:56 +0200
16798              Message-Id: <200107010733.KAA03925@taas.iki.fi>
16799      Branch: perl
16800            ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
16801 ____________________________________________________________________________
16802 [ 11071] By: jhi                                   on 2001/07/02  12:45:12
16803         Log: Metaconfig unit change for #11070.
16804      Branch: metaconfig
16805            ! U/compline/randfunc.U
16806 ____________________________________________________________________________
16807 [ 11070] By: jhi                                   on 2001/07/02  12:43:58
16808         Log: Subject: [PATCH perlsnap] its --> it's --> its
16809              From: "Philip Newton" <Philip.Newton@gmx.net>
16810              Date: Sun, 1 Jul 2001 09:37:56 +0200
16811              Message-Id: <200107010733.KAA03914@taas.iki.fi>
16812      Branch: perl
16813            ! Porting/config_H
16814 ____________________________________________________________________________
16815 [ 11069] By: jhi                                   on 2001/07/02  12:01:52
16816         Log: Sync with Sarathy; integrate with perlio.
16817      Branch: perl
16818           !> gv.c
16819 ____________________________________________________________________________
16820 [ 11068] By: gsar                                  on 2001/07/02  08:07:54
16821         Log: regenerate win32/config_H.?c files
16822      Branch: perl
16823            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
16824 ____________________________________________________________________________
16825 [ 11067] By: gsar                                  on 2001/07/02  08:03:55
16826         Log: rename s/sv_getcwd/getcwd_sv/ for better conformance to existing
16827              naming discipline
16828              
16829              win32 fix: enable getcwd_sv() to work on windows (POSIX.t was failing
16830              because of this)
16831              
16832              fix a warning about "fd" being used without being set in Cwd.xs
16833      Branch: perl
16834            ! embed.h embed.pl ext/Cwd/Cwd.xs ext/POSIX/POSIX.t
16835            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
16836            ! pod/perlapi.pod proto.h util.c win32/config.bc win32/config.gc
16837            ! win32/config.vc
16838 ____________________________________________________________________________
16839 [ 11066] By: gsar                                  on 2001/07/02  07:12:10
16840         Log: win32 fixes: fix various syntax errors ("no preprocessor directives
16841              within macro arguments") and warnings ("unary minus applied to
16842              unsigned type", among others)
16843      Branch: perl
16844            ! gv.c hv.c op.c pp.c sv.c toke.c
16845 ____________________________________________________________________________
16846 [ 11065] By: gsar                                  on 2001/07/02  06:26:22
16847         Log: win32 fixes: more spurious CRs
16848      Branch: perl
16849            ! win32/mdelete.bat
16850 ____________________________________________________________________________
16851 [ 11064] By: gsar                                  on 2001/07/02  06:25:22
16852         Log: win32 tweaks: remove extra CRs from makefile.mk; move mdelete.bat
16853              from win32/bin (or it gets deleted by distclean); don't delete
16854              lib/Cwd.pm during distclean; mdelete.bat doesn't work properly on
16855              NT (should be made Win9x specific, and added to makefile.mk)
16856      Branch: perl
16857           +> win32/mdelete.bat
16858            - win32/bin/mdelete.bat
16859            ! win32/Makefile win32/makefile.mk
16860 ____________________________________________________________________________
16861 [ 11063] By: nick                                  on 2001/07/01  18:54:09
16862         Log: Quick for for #ifdef mess
16863      Branch: perlio
16864            ! gv.c
16865 ____________________________________________________________________________
16866 [ 11062] By: nick                                  on 2001/07/01  18:47:42
16867         Log: Raw integrate - does not build #if mess in gv.c
16868      Branch: perlio
16869           !> (integrate 29 files)
16870 ____________________________________________________________________________
16871 [ 11061] By: jhi                                   on 2001/07/01  15:20:38
16872         Log: Make 'compile' target a little less broken.
16873              Still very broken, though: -Wall warnings from
16874              the generated code, boot_Foo prototypes missing,
16875              can't autoload Fcntl::SEEK_CUR et alia, ...
16876      Branch: perl
16877            ! ext/B/B/C.pm pod/Makefile.SH t/TEST utils/Makefile
16878            ! utils/perlcc.PL x2p/Makefile.SH
16879 ____________________________________________________________________________
16880 [ 11060] By: jhi                                   on 2001/07/01  14:04:20
16881         Log: Upgrade to Storable 1.0.12, from Raphael Manfredi.
16882      Branch: perl
16883            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
16884            ! ext/Storable/Storable.xs ext/Storable/t/freeze.t
16885 ____________________________________________________________________________
16886 [ 11059] By: jhi                                   on 2001/07/01  05:02:59
16887         Log: Update Changes.
16888      Branch: perl
16889            ! Changes patchlevel.h
16890 ____________________________________________________________________________
16891 [ 11058] By: jhi                                   on 2001/07/01  04:57:05
16892         Log: Still one typo, regen toc.
16893      Branch: perl
16894            ! lib/Unicode/UCD.pm pod/perltoc.pod
16895 ____________________________________________________________________________
16896 [ 11057] By: jhi                                   on 2001/07/01  04:54:35
16897         Log: Detypos and regen toc.
16898      Branch: perl
16899            ! README.os2 lib/Unicode/UCD.pm pod/perltoc.pod
16900 ____________________________________________________________________________
16901 [ 11056] By: jhi                                   on 2001/07/01  04:26:08
16902         Log: VERSION tweak.
16903      Branch: perl
16904            ! ext/List/Util/lib/List/Util.pm
16905 ____________________________________________________________________________
16906 [ 11055] By: jhi                                   on 2001/06/30  22:18:37
16907         Log: Attempt at plugging the leak under ithreads detected by Doug.
16908      Branch: perl
16909            ! op.h
16910 ____________________________________________________________________________
16911 [ 11054] By: jhi                                   on 2001/06/30  21:33:29
16912         Log: gcc -Wall lint after #11051.
16913      Branch: perl
16914            ! pp_sys.c
16915 ____________________________________________________________________________
16916 [ 11053] By: jhi                                   on 2001/06/30  21:13:55
16917         Log: Integrate perlio.
16918      Branch: perl
16919           !> lib/File/Find/taint.t
16920 ____________________________________________________________________________
16921 [ 11052] By: jhi                                   on 2001/06/30  21:07:38
16922         Log: Don't use the v-strings for module VERSIONs.
16923      Branch: perl
16924            ! lib/Unicode/UCD.pm
16925 ____________________________________________________________________________
16926 [ 11051] By: jhi                                   on 2001/06/30  20:59:57
16927         Log: Code cleanup based on turning off the -woffs in IRIX.
16928              Not all of the gripes cleaned up (hairy code in hv.c and
16929              regcomp.c; unused newsp, gimme, and optype from cop.h macros;
16930              unused 'key' arguments in ?DBM_File.xs) (and the -woffs left
16931              to the IRIX hints)
16932      Branch: perl
16933            ! ext/DB_File/DB_File.xs ext/Data/Dumper/Dumper.xs
16934            ! ext/IPC/SysV/SysV.xs ext/List/Util/Util.xs
16935            ! ext/PerlIO/Scalar/Scalar.xs gv.c mg.c op.c perlio.c pp_sys.c
16936            ! regcomp.c sv.c
16937 ____________________________________________________________________________
16938 [ 11050] By: nick                                  on 2001/06/30  20:46:46
16939         Log: Jeffrey Friedl's <jfriedl@yahoo.com> fix for lib/File/Find/taint.t
16940      Branch: perlio
16941            ! lib/File/Find/taint.t
16942 ____________________________________________________________________________
16943 [ 11049] By: nick                                  on 2001/06/30  18:13:33
16944         Log: Integrate mainline
16945      Branch: perlio
16946           +> NetWare/nwstdio.h NetWare/perlsdio.h
16947           +> ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
16948           +> ext/Encode/Encode/7bit-kr.enc lib/Unicode/UCD.pm
16949           +> lib/Unicode/UCD.t t/run/exit.t
16950           !> (integrate 60 files)
16951 ____________________________________________________________________________
16952 [ 11048] By: jhi                                   on 2001/06/30  16:23:39
16953         Log: Delta delta.
16954      Branch: perl
16955            ! pod/perl572delta.pod
16956 ____________________________________________________________________________
16957 [ 11047] By: jhi                                   on 2001/06/30  16:03:40
16958         Log: More VERSION tuning: to avoid unnecessary Perl upgrades
16959              by CPAN.pm, use rather _00.
16960      Branch: perl
16961            ! ext/Errno/Errno_pm.PL ext/IO/lib/IO/Dir.pm
16962            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
16963            ! ext/IO/lib/IO/Socket/UNIX.pm ext/IPC/SysV/Msg.pm
16964            ! ext/IPC/SysV/Semaphore.pm ext/IPC/SysV/SysV.pm
16965            ! ext/Time/HiRes/HiRes.pm lib/CGI/Pretty.pm lib/CPAN/Nox.pm
16966            ! lib/ExtUtils/Embed.pm lib/Test.pm
16967 ____________________________________________________________________________
16968 [ 11046] By: jhi                                   on 2001/06/30  15:53:22
16969         Log: Add a simple Unicode character database interface, Unicode::UCD.
16970      Branch: perl
16971            + lib/Unicode/UCD.pm lib/Unicode/UCD.t
16972            ! MANIFEST
16973 ____________________________________________________________________________
16974 [ 11045] By: jhi                                   on 2001/06/30  13:42:37
16975         Log: Subject: [PATCH] op/numconver.t
16976              From: Nicholas Clark <nick@ccl4.org>
16977              Date: Sat, 30 Jun 2001 15:40:10 +0100
16978              Message-ID: <20010630154010.I59620@plum.flirble.org>
16979      Branch: perl
16980            ! t/op/numconvert.t
16981 ____________________________________________________________________________
16982 [ 11044] By: jhi                                   on 2001/06/30  13:29:25
16983         Log: The $^N is now taken (by #11038).
16984      Branch: perl
16985            ! t/base/lex.t
16986 ____________________________________________________________________________
16987 [ 11043] By: jhi                                   on 2001/06/30  13:15:59
16988         Log: The #11040 had slipped to a wrong function...
16989      Branch: perl
16990            ! sv.c
16991 ____________________________________________________________________________
16992 [ 11042] By: jhi                                   on 2001/06/30  13:08:25
16993         Log: In 64-bit AIX 5L (oslevel 5.1.0.0, ccversion 5.0.2.0)
16994              the Configure library symbol probe mysteriously finds all
16995              symbols but those of pipe() and times().
16996      Branch: perl
16997            ! hints/aix.sh
16998 ____________________________________________________________________________
16999 [ 11041] By: jhi                                   on 2001/06/30  13:01:25
17000         Log: Subject: [PATCH] (was Re: not OK: perl@11006 on HP-UX B.11.00)
17001              From: Nicholas Clark <nick@ccl4.org>
17002              Date: Fri, 29 Jun 2001 23:49:07 +0100
17003              Message-ID: <20010629234907.D59620@plum.flirble.org>
17004      Branch: perl
17005            ! lib/ExtUtils.t
17006 ____________________________________________________________________________
17007 [ 11040] By: jhi                                   on 2001/06/30  13:00:24
17008         Log: Subject: [PATCH] weakref fix 2, not yet there
17009              From: Artur Bergman <artur@contiller.se>
17010              Date: Sat, 30 Jun 2001 01:18:16 +0200
17011              Message-ID: <B762D957.1CC9%artur@contiller.se>
17012      Branch: perl
17013            ! sv.c
17014 ____________________________________________________________________________
17015 [ 11039] By: jhi                                   on 2001/06/30  12:59:25
17016         Log: Subject: [PATCH t/run/exit.t] Another shot at testing exit codes.
17017              From: Michael G Schwern <schwern@pobox.com>
17018              Date: Fri, 29 Jun 2001 19:39:11 -0400
17019              Message-ID: <20010629193910.D25304@blackrider>
17020      Branch: perl
17021            + t/run/exit.t
17022            ! MANIFEST
17023 ____________________________________________________________________________
17024 [ 11038] By: jhi                                   on 2001/06/30  12:58:16
17025         Log: Add support for $^N, the most-recently closed group.
17026      Branch: perl
17027            ! embedvar.h gv.c mg.c perlapi.h pod/perlretut.pod
17028            ! pod/perltoc.pod pod/perlvar.pod regexec.c regexp.h t/op/pat.t
17029            ! thrdvar.h
17030 ____________________________________________________________________________
17031 [ 11037] By: jhi                                   on 2001/06/30  12:53:40
17032         Log: Subject: [ID 20010630.001] Editorial nits in README.solaris
17033              From: lvirden@cas.org
17034              Date: Sat, 30 Jun 2001 04:12:36 -0400 (EDT)
17035              Message-Id: <200106300812.f5U8CaG10447@lwv26awu.cas.org>
17036              
17037              Subject: [ID 20010630.002] Another editorial tweak to README.solaris
17038              From: lvirden@cas.org
17039              Date: Sat, 30 Jun 2001 04:17:55 -0400 (EDT)
17040              Message-Id: <200106300817.f5U8HtN10626@lwv26awu.cas.org>
17041      Branch: perl
17042            ! README.solaris
17043 ____________________________________________________________________________
17044 [ 11036] By: jhi                                   on 2001/06/30  12:51:45
17045         Log: Subject: [PATCH] Encode.pm to use escape-sequence encoding
17046              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
17047              Date: Sat, 30 Jun 2001 07:33:37 +0900
17048              Message-Id: <20010630073226.7C79.BQW10602@nifty.com>
17049              
17050              Subject: Re: [PATCH] Encode.pm to use escape-sequence encoding
17051              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
17052              Date: Sat, 30 Jun 2001 21:38:14 +0900
17053              Message-Id: <20010630213554.F67A.BQW10602@nifty.com>
17054      Branch: perl
17055            + ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
17056            + ext/Encode/Encode/7bit-kr.enc
17057            ! MANIFEST ext/Encode/Encode/Tcl.pm
17058 ____________________________________________________________________________
17059 [ 11035] By: jhi                                   on 2001/06/30  12:44:51
17060         Log: NetWare tweaks from Guruprasad.
17061      Branch: perl
17062            + NetWare/nwstdio.h NetWare/perlsdio.h
17063            ! MANIFEST NetWare/Makefile NetWare/config.wc
17064            ! NetWare/config_H.wc NetWare/nwperlsys.c NetWare/nwperlsys.h
17065            ! NetWare/t/Readme.txt
17066 ____________________________________________________________________________
17067 [ 11034] By: jhi                                   on 2001/06/29  23:28:16
17068         Log: More module $VERSION bump-ups.
17069      Branch: perl
17070            ! ext/Devel/Peek/Peek.pm lib/ExtUtils/Embed.pm
17071            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Manifest.pm
17072            ! lib/ExtUtils/Mksymlists.pm lib/IPC/Open3.pm
17073 ____________________________________________________________________________
17074 [ 11033] By: jhi                                   on 2001/06/29  21:25:23
17075         Log: Doc update due to #11032.
17076      Branch: perl
17077            ! pod/perl572delta.pod
17078 ____________________________________________________________________________
17079 [ 11032] By: jhi                                   on 2001/06/29  21:19:44
17080         Log: Subject: [PATCH: perl@11006] s/div/lib\$ediv/ in Time::HiRes for VAX
17081              From: Peter Prymmer <pvhp@forte.com>
17082              Date: Fri, 29 Jun 2001 14:02:16 -0700 (PDT)
17083              Message-ID: <Pine.OSF.4.10.10106291337520.65853-100000@aspara.forte.com>
17084      Branch: perl
17085            ! ext/Time/HiRes/HiRes.xs
17086 ____________________________________________________________________________
17087 [ 11031] By: jhi                                   on 2001/06/29  14:31:53
17088         Log: -lpthreads missing in AIX.
17089      Branch: perl
17090            ! hints/aix.sh
17091 ____________________________________________________________________________
17092 [ 11030] By: jhi                                   on 2001/06/29  14:08:12
17093         Log: Subject: [PATCH] CLONE && weakrefs
17094              From: Artur Bergman <artur@contiller.se>
17095              Date: Fri, 29 Jun 2001 17:02:00 +0200
17096              Message-ID: <B7626508.1CA0%artur@contiller.se>
17097      Branch: perl
17098            ! sv.c
17099 ____________________________________________________________________________
17100 [ 11029] By: jhi                                   on 2001/06/29  14:06:50
17101         Log: Subject: Re: Bug report: split splits on wrong pattern
17102              From: Radu Greab <radu@netsoft.ro>
17103              Date: Wed, 27 Jun 2001 21:50:52 +0300
17104              Message-ID: <15162.11020.279064.471031@ix.netsoft.ro>
17105      Branch: perl
17106            ! pp_ctl.c t/op/split.t
17107 ____________________________________________________________________________
17108 [ 11028] By: jhi                                   on 2001/06/29  13:47:38
17109         Log: Metaconfig unit change for #11027.
17110      Branch: metaconfig/U/perl
17111            ! d_modfl.U
17112 ____________________________________________________________________________
17113 [ 11027] By: jhi                                   on 2001/06/29  13:47:03
17114         Log: I thought this Configure glitch for AIX was just recently fixed?
17115      Branch: perl
17116            ! Configure
17117 ____________________________________________________________________________
17118 [ 11026] By: jhi                                   on 2001/06/29  13:14:07
17119         Log: Update Changes.
17120      Branch: perl
17121            ! Changes patchlevel.h
17122 ____________________________________________________________________________
17123 [ 11025] By: jhi                                   on 2001/06/29  13:07:57
17124         Log: Subject: Re: perl@10967, File::Find, and Cwd
17125              From: Mike Guy <mjtg@cam.ac.uk>
17126              Date: Fri, 29 Jun 2001 14:56:49 +0100
17127              Message-Id: <E15FylN-0004LT-00@draco.cus.cam.ac.uk>
17128      Branch: perl
17129            ! lib/File/Find/taint.t
17130 ____________________________________________________________________________
17131 [ 11024] By: jhi                                   on 2001/06/29  12:39:23
17132         Log: Update the sv_pvprintify() spec.
17133      Branch: perl
17134            ! pod/perltodo.pod
17135 ____________________________________________________________________________
17136 [ 11023] By: jhi                                   on 2001/06/29  12:33:33
17137         Log: Known test failures update.
17138      Branch: perl
17139            ! pod/perl572delta.pod
17140 ____________________________________________________________________________
17141 [ 11022] By: jhi                                   on 2001/06/29  12:24:32
17142         Log: Based on
17143              
17144              Subject: [PATCH @11016] More );) fixes
17145              From: Richard Soderberg <rs@crystalflame.net>
17146              Date: Fri, 29 Jun 2001 04:09:24 -0700 (PDT)
17147              Message-ID: <Pine.LNX.4.21.0106290408200.12037-100000@oregonnet.com> 
17148      Branch: perl
17149            ! ext/Thread/Thread.xs ext/Thread/typemap
17150 ____________________________________________________________________________
17151 [ 11021] By: jhi                                   on 2001/06/29  12:21:51
17152         Log: Subject: [PATCH @11016] Fixes compile errors in four files
17153              From: Richard Soderberg <rs@crystalflame.net>
17154              Date: Fri, 29 Jun 2001 03:35:11 -0700 (PDT)
17155              Message-ID: <Pine.LNX.4.21.0106290333270.9768-100000@oregonnet.com>
17156      Branch: perl
17157            ! mg.c pp.c pp_hot.c util.c
17158 ____________________________________________________________________________
17159 [ 11020] By: jhi                                   on 2001/06/29  12:05:54
17160         Log: AIX hints tweaking continues, from Merijn Brand.
17161      Branch: perl
17162            ! hints/aix.sh
17163 ____________________________________________________________________________
17164 [ 11019] By: jhi                                   on 2001/06/29  12:05:10
17165         Log: HP-UX needs gccversion sooner, from Merijn Brand.
17166      Branch: perl
17167            ! hints/hpux.sh
17168 ____________________________________________________________________________
17169 [ 11018] By: jhi                                   on 2001/06/29  11:52:31
17170         Log: Subject: [PATCH 5.6.1] OS/2 docs
17171              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17172              Date: Fri, 29 Jun 2001 02:34:12 -0400
17173              Message-ID: <20010629023412.A6033@math.ohio-state.edu>
17174      Branch: perl
17175            ! README.os2 os2/Changes
17176 ____________________________________________________________________________
17177 [ 11017] By: nick                                  on 2001/06/29  10:20:30
17178         Log: Integrate mainline
17179      Branch: perlio
17180           +> (branch 37 files)
17181            - ext/ODBM_File/sdbm.t
17182           !> (integrate 211 files)
17183 ____________________________________________________________________________
17184 [ 11016] By: jhi                                   on 2001/06/29  03:38:56
17185         Log: Bump up the VERSIONs of modules that have changed since 5.6.0,
17186              the modules found using a script written by Larry Schatzer Jr.
17187      Branch: perl
17188            ! ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Handle.pm
17189            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Select.pm
17190            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
17191            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
17192            ! ext/IPC/SysV/SysV.pm ext/Opcode/Opcode.pm ext/Opcode/Safe.pm
17193            ! ext/Thread/Thread.pm ext/attrs/attrs.pm ext/re/re.pm
17194            ! lib/AutoSplit.pm lib/Benchmark.pm lib/CGI/Pretty.pm
17195            ! lib/CPAN/Nox.pm lib/Exporter.pm lib/ExtUtils/Command.pm
17196            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Packlist.pm
17197            ! lib/File/Compare.pm lib/FileHandle.pm lib/Math/Complex.pm
17198            ! lib/Math/Trig.pm lib/Pod/Html.pm lib/Symbol.pm
17199            ! lib/Text/ParseWords.pm lib/Text/Soundex.pm lib/Text/Tabs.pm
17200            ! lib/Tie/Array.pm lib/attributes.pm lib/autouse.pm lib/base.pm
17201            ! lib/constant.pm lib/fields.pm lib/strict.pm
17202 ____________________________________________________________________________
17203 [ 11015] By: jhi                                   on 2001/06/29  02:55:58
17204         Log: The latest JPL from the anoncvs.
17205      Branch: perl
17206            ! jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
17207 ____________________________________________________________________________
17208 [ 11014] By: jhi                                   on 2001/06/29  02:16:55
17209         Log: In EBCDIC assume UTF-EBCDIC, not UTF-8.
17210      Branch: perl
17211            ! t/op/pat.t
17212 ____________________________________________________________________________
17213 [ 11013] By: jhi                                   on 2001/06/28  23:14:53
17214         Log: Worrying about insecure directories now is a bit too late.
17215      Branch: perl
17216            ! lib/File/Find/taint.t
17217 ____________________________________________________________________________
17218 [ 11012] By: jhi                                   on 2001/06/28  21:36:36
17219         Log: Cannot DIE() in a void function,
17220              from Richard Hatch <rhatch@austin.ibm.com>.
17221      Branch: perl
17222            ! ext/IPC/SysV/SysV.xs
17223 ____________________________________________________________________________
17224 [ 11011] By: jhi                                   on 2001/06/28  19:32:13
17225         Log: Subject: [PATCH: perl@11006] s/qdiv/div/ in Time::HiRes for VAX
17226              From: Peter Prymmer <pvhp@forte.com>
17227              Date: Thu, 28 Jun 2001 13:00:18 -0700 (PDT)
17228              Message-ID: <Pine.OSF.4.10.10106281125220.508935-100000@aspara.forte.com>
17229              
17230              (unfinished: time/hires tests 3, 5, 14 failing, but better
17231              than wholesale failure)
17232      Branch: perl
17233            ! ext/Time/HiRes/HiRes.xs
17234 ____________________________________________________________________________
17235 [ 11010] By: jhi                                   on 2001/06/28  19:10:54
17236         Log: Subject: [PATCH 5.6.1] OS/2 improvements
17237              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17238              Date: Thu, 28 Jun 2001 16:03:14 -0400
17239              Message-ID: <20010628160314.A17906@math.ohio-state.edu>
17240      Branch: perl
17241            + os2/os2_base.t
17242            ! MANIFEST hints/os2.sh makedef.pl os2/OS2/PrfDB/PrfDB.xs
17243            ! os2/OS2/Process/Process.pm os2/OS2/Process/Process.xs
17244            ! os2/OS2/REXX/REXX.xs os2/dl_os2.c os2/dlfcn.h os2/os2.c
17245            ! os2/os2ish.h
17246 ____________________________________________________________________________
17247 [ 11009] By: jhi                                   on 2001/06/28  18:54:14
17248         Log: Subject: Incrementing Extutils::Manifest's $VERSION
17249              From: Michael G Schwern <schwern@pobox.com>
17250              Date: Thu, 28 Jun 2001 13:13:49 -0400
17251              Message-ID: <20010628131349.A14738@blackrider>
17252      Branch: maint-5.6/perl
17253            ! lib/ExtUtils/Manifest.pm
17254 ____________________________________________________________________________
17255 [ 11008] By: jhi                                   on 2001/06/28  18:52:20
17256         Log: AIX tweak from Merijn Brand.
17257      Branch: perl
17258            ! hints/aix.sh
17259 ____________________________________________________________________________
17260 [ 11007] By: jhi                                   on 2001/06/28  17:46:27
17261         Log: Create the macperl branch.
17262      Branch: maint-5.6/macperl
17263           +> (branch 1728 files)
17264 ____________________________________________________________________________
17265 [ 11006] By: jhi                                   on 2001/06/28  14:46:21
17266         Log: Update Changes.
17267      Branch: perl
17268            ! Changes patchlevel.h
17269 ____________________________________________________________________________
17270 [ 11005] By: jhi                                   on 2001/06/28  14:40:11
17271         Log: More Perforce lore.
17272      Branch: perl
17273            ! Porting/repository.pod
17274 ____________________________________________________________________________
17275 [ 11004] By: jhi                                   on 2001/06/28  14:12:50
17276         Log: Metaconfig unit changes for #11003.
17277      Branch: metaconfig/U/perl
17278            + d_nl_langinfo.U i_langinfo.U
17279 ____________________________________________________________________________
17280 [ 11003] By: jhi                                   on 2001/06/28  14:12:27
17281         Log: Add Configure probes for nl_langinfo() and <langinfo.h>.
17282              Expected not to exist in non-UNIX excepting in VMS, where
17283              according to a quick web survey they just might.
17284      Branch: perl
17285            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
17286            ! Porting/config_H config_h.SH configure.com epoc/config.sh
17287            ! perl.h uconfig.h uconfig.sh vos/config.alpha.def
17288            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
17289            ! win32/config.bc win32/config.gc win32/config.vc
17290 ____________________________________________________________________________
17291 [ 11002] By: jhi                                   on 2001/06/28  13:39:11
17292         Log: One shouldn't use XBS5_ILP32_OFFBIG_CFLAGS et alia
17293              in AIX is one is doing a 64-bit build.
17294      Branch: perl
17295            ! hints/aix.sh
17296 ____________________________________________________________________________
17297 [ 11001] By: jhi                                   on 2001/06/28  13:28:37
17298         Log: Metaconfig unit changes for #11000.
17299      Branch: metaconfig/U/perl
17300            ! use64bits.U uselfs.U
17301 ____________________________________________________________________________
17302 [ 11000] By: jhi                                   on 2001/06/28  13:21:16
17303         Log: Move use64bitint and use64bitall before uselargefiles.
17304      Branch: perl
17305            ! Configure
17306 ____________________________________________________________________________
17307 [ 10999] By: jhi                                   on 2001/06/28  03:49:07
17308         Log: Subject: [ID 20010625.009] open(FILE,"+foo") [PATCH]
17309              From: Robert Spier <rspier@pobox.com>
17310              Message-ID: <15162.41164.618712.841415@rls.cx>
17311              Date: Wed, 27 Jun 2001 23:13:16 -0400
17312      Branch: perl
17313            ! doio.c
17314 ____________________________________________________________________________
17315 [ 10998] By: jhi                                   on 2001/06/28  03:42:57
17316         Log: Subject: [PATCH: perl@10996] avoid overflow in numeric.c:S_mulexp10() on VAX
17317              From: Peter Prymmer <pvhp@forte.com>
17318              Date: Wed, 27 Jun 2001 19:25:49 -0700 (PDT)
17319              Message-ID: <Pine.OSF.4.10.10106271922120.465082-100000@aspara.forte.com>
17320      Branch: perl
17321            ! numeric.c
17322 ____________________________________________________________________________
17323 [ 10997] By: jhi                                   on 2001/06/28  03:42:12
17324         Log: Subject: [patch perl@10996] "fix" VAX Digest/MD5, Fcntl, brokennes in SDBM
17325              From: Peter Prymmer <pvhp@forte.com>
17326              Date: Wed, 27 Jun 2001 17:33:33 -0700 (PDT)
17327              Message-ID: <Pine.OSF.4.10.10106271705390.467850-100000@aspara.forte.com>
17328      Branch: perl
17329            ! configure.com ext/Digest/MD5/Makefile.PL
17330 ____________________________________________________________________________
17331 [ 10996] By: jhi                                   on 2001/06/27  20:34:11
17332         Log: Update Changes.
17333      Branch: perl
17334            ! Changes patchlevel.h
17335 ____________________________________________________________________________
17336 [ 10995] By: jhi                                   on 2001/06/27  20:06:28
17337         Log: Tiny EPOC updates.
17338      Branch: perl
17339            ! epoc/config.sh
17340 ____________________________________________________________________________
17341 [ 10994] By: jhi                                   on 2001/06/27  19:55:16
17342         Log: The Test::More and Test::Simple tests required help
17343              thanks to our schizophrenic test scheme.
17344      Branch: perl
17345            ! lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
17346            ! lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
17347            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
17348            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
17349            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
17350 ____________________________________________________________________________
17351 [ 10993] By: jhi                                   on 2001/06/27  17:17:30
17352         Log: Upgrade to Test::Simple 0.09.
17353      Branch: perl
17354            + lib/Test/Simple/Changes
17355            ! MANIFEST lib/Test/Simple.pm lib/Test/Simple/t/exit.t
17356            ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
17357            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
17358            ! lib/Test/Simple/t/plan_is_noplan.t
17359 ____________________________________________________________________________
17360 [ 10992] By: jhi                                   on 2001/06/27  17:11:28
17361         Log: Upgrade to Test::More 0.07.
17362      Branch: perl
17363            + lib/Test/More/Changes
17364            ! MANIFEST lib/Test/More.pm lib/Test/More/t/fail-like.t
17365            ! lib/Test/More/t/fail.t lib/Test/More/t/plan_is_noplan.t
17366            ! lib/Test/More/t/skipall.t
17367 ____________________________________________________________________________
17368 [ 10991] By: jhi                                   on 2001/06/27  17:04:13
17369         Log: Subject: Re: [PATCH] gcc-3.0 warnings on HP-UX
17370              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
17371              Date: Wed, 27 Jun 2001 18:40:04 +0200
17372              Message-Id: <20010627182601.7261.H.M.BRAND@hccnet.nl>
17373      Branch: perl
17374            ! hints/hpux.sh
17375 ____________________________________________________________________________
17376 [ 10990] By: jhi                                   on 2001/06/27  17:02:55
17377         Log: Subject: [PATCH README.qnx hints/qnx.sh]
17378              From: Norton Allen <allen@huarp.harvard.edu>
17379              Date: Wed, 27 Jun 2001 13:46:03 -0400 (edt)
17380              Message-Id: <200106271746.NAA02789@bottesini.harvard.edu>
17381      Branch: perl
17382            ! README.qnx hints/qnx.sh
17383 ____________________________________________________________________________
17384 [ 10989] By: jhi                                   on 2001/06/27  14:33:53
17385         Log: Subject: [PATCH] two little documentation nits
17386              From: Abhijit Menon-Sen <ams@wiw.org>
17387              Date: Wed, 27 Jun 2001 20:07:50 +0530
17388              Message-ID: <20010627200750.A15756@lustre.lustre.dyn.wiw.org>
17389      Branch: perl
17390            ! sv.c sv.h
17391 ____________________________________________________________________________
17392 [ 10988] By: jhi                                   on 2001/06/27  13:33:32
17393         Log: Subject: [PATCH File/Spec/Unix.pm ExtUtils/MM_Unix.pm] for QNX
17394              From: Norton Allen <allen@huarp.harvard.edu>
17395              Date: Wed, 27 Jun 2001 10:33:05 -0400 (edt)
17396              Message-Id: <200106271433.KAA04947@bottesini.harvard.edu>
17397      Branch: perl
17398            ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
17399 ____________________________________________________________________________
17400 [ 10987] By: jhi                                   on 2001/06/27  12:14:36
17401         Log: Subject: [PATCH vms/test.com] Adding TODO tests (was:  Re: a report on perl@10930 results on a couple of Alphas)
17402              From: Michael G Schwern <schwern@pobox.com>
17403              Date: Wed, 27 Jun 2001 02:34:58 -0400
17404              Message-ID: <20010627023458.K23874@blackrider>
17405      Branch: perl
17406            ! vms/test.com
17407 ____________________________________________________________________________
17408 [ 10986] By: jhi                                   on 2001/06/27  12:01:49
17409         Log: Add perl_clone_host() for Netware.
17410      Branch: perl
17411            ! NetWare/nw5.c
17412 ____________________________________________________________________________
17413 [ 10985] By: jhi                                   on 2001/06/27  11:56:53
17414         Log: GCC 3.0 hints for HP-UX.
17415      Branch: perl
17416            ! hints/hpux.sh
17417 ____________________________________________________________________________
17418 [ 10984] By: jhi                                   on 2001/06/27  11:55:06
17419         Log: In some Linux distributions the libndbm is broken
17420              (no null key support), therefore link with libgdbm
17421              (if available), since it has a working ndbm emulation,
17422              from Jonathan Stowe.
17423      Branch: perl
17424            + ext/NDBM_File/hints/linux.pl
17425            ! MANIFEST
17426 ____________________________________________________________________________
17427 [ 10983] By: jhi                                   on 2001/06/27  11:48:56
17428         Log: Subject: [PATCH perl@10930] find.t hack for VMS
17429              From: "Craig A. Berry" <craigberry@mac.com>
17430              Date: Tue, 26 Jun 2001 23:40:25 -0500
17431              Message-Id: <a05101000b75f10cdc80f@[192.168.56.145]>
17432      Branch: perl
17433            ! lib/File/Find/find.t
17434 ____________________________________________________________________________
17435 [ 10982] By: jhi                                   on 2001/06/27  11:47:30
17436         Log: AUTHORS updates.
17437      Branch: perl
17438            ! AUTHORS
17439 ____________________________________________________________________________
17440 [ 10981] By: jhi                                   on 2001/06/27  11:46:02
17441         Log: Metaconfig unit change like #10980.
17442      Branch: metaconfig
17443            ! U/compline/d_stdstdio.U
17444 ____________________________________________________________________________
17445 [ 10980] By: jhi                                   on 2001/06/27  11:45:29
17446         Log: "lose the it's", from Abhijit Menon-Sen.
17447              ("It's" not searched, pods not searched.)
17448      Branch: perl
17449            ! Porting/Glossary Porting/config_H README.qnx config_h.SH
17450            ! emacs/cperl-mode.el ext/IPC/SysV/Semaphore.pm
17451            ! ext/List/Util/lib/Scalar/Util.pm hints/next_3.sh hints/qnx.sh
17452            ! lib/CPAN/Nox.pm lib/ExtUtils/Embed.pm lib/ExtUtils/MM_NW5.pm
17453            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
17454            ! lib/ExtUtils/MM_Win32.pm lib/Net/DummyInetd.pm win32/win32.c
17455 ____________________________________________________________________________
17456 [ 10979] By: jhi                                   on 2001/06/27  11:36:40
17457         Log: "lose the looses", from Abhijit Menon-Sen.
17458      Branch: perl
17459            ! ext/B/B/Assembler.pm gv.c
17460 ____________________________________________________________________________
17461 [ 10978] By: jhi                                   on 2001/06/27  11:35:38
17462         Log: Catch FP exceptions also in z/OS (aka OS/390), from Peter Prymmer.
17463      Branch: perl
17464            ! hints/os390.sh
17465 ____________________________________________________________________________
17466 [ 10977] By: jhi                                   on 2001/06/27  11:33:28
17467         Log: DEC C 5.3 on the VAX simply doesn't seem to like
17468              compiling the MD5 extension, disable it there for now,
17469              from Peter Prymmer.
17470      Branch: perl
17471            ! configure.com
17472 ____________________________________________________________________________
17473 [ 10976] By: jhi                                   on 2001/06/26  21:35:40
17474         Log: Subject: Re: [PATCH perlfaq3.pod] and a question about it.
17475              From: Jonathan Stowe <gellyfish@gellyfish.com>
17476              Date: Tue, 26 Jun 2001 20:53:40 +0100 (BST)
17477              Message-ID: <Pine.LNX.4.33.0106262052060.10849-100000@orpheus.gellyfish.com>
17478      Branch: perl
17479            ! pod/perlfaq3.pod
17480 ____________________________________________________________________________
17481 [ 10975] By: jhi                                   on 2001/06/26  21:32:41
17482         Log: Subject: [PATCH 5.6.1] perlxs misprints
17483              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17484              Date: Tue, 26 Jun 2001 17:20:00 -0400
17485              Message-ID: <20010626172000.A26951@math.ohio-state.edu>
17486      Branch: perl
17487            ! pod/perlxs.pod
17488 ____________________________________________________________________________
17489 [ 10974] By: jhi                                   on 2001/06/26  21:31:51
17490         Log: Subject: [PATCH 5.6.1] xsubpp flags from the command line
17491              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17492              Date: Tue, 26 Jun 2001 17:27:07 -0400
17493              Message-ID: <20010626172707.A27097@math.ohio-state.edu>
17494      Branch: perl
17495            ! lib/ExtUtils/MM_Unix.pm
17496 ____________________________________________________________________________
17497 [ 10973] By: jhi                                   on 2001/06/26  21:27:05
17498         Log: Subject: [PATCH 5.6.1] OPTIMIZE=-g
17499              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17500              Date: Tue, 26 Jun 2001 17:23:24 -0400
17501              Message-ID: <20010626172324.A27003@math.ohio-state.edu>
17502      Branch: perl
17503            ! hints/os2.sh lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
17504 ____________________________________________________________________________
17505 [ 10972] By: jhi                                   on 2001/06/26  20:27:19
17506         Log: Better place for nop IN_LOCALE_NUMERIC, pointed out
17507              by Olaf Flebbe.
17508      Branch: perl
17509            ! perl.h
17510 ____________________________________________________________________________
17511 [ 10971] By: jhi                                   on 2001/06/26  19:59:41
17512         Log: Detypo.
17513      Branch: perl
17514            ! lib/Memoize/t/tie_sdbm.t
17515 ____________________________________________________________________________
17516 [ 10970] By: jhi                                   on 2001/06/26  19:10:19
17517         Log: perl_clone_host() needs PERL_IMPLICIT_SYS.
17518      Branch: perl
17519            ! win32/perllib.c
17520 ____________________________________________________________________________
17521 [ 10969] By: jhi                                   on 2001/06/26  17:21:31
17522         Log: Subject: [patch] perl_clone+CvFILE
17523              From: Doug MacEachern <dougm@covalent.net>
17524              Date: Tue, 26 Jun 2001 09:01:16 -0700 (PDT)
17525              Message-ID: <Pine.LNX.4.21.0106260900480.28420-100000@mako.covalent.net>
17526      Branch: perl
17527            ! sv.c
17528 ____________________________________________________________________________
17529 [ 10968] By: jhi                                   on 2001/06/26  16:48:32
17530         Log: Subject: Re: SDBM on VMS (was Re: a report on perl@10930 results on a couple of Alphas)
17531              From: Mark-Jason Dominus <mjd@plover.com>
17532              Date: Tue, 26 Jun 2001 12:33:01 -0400
17533              Message-ID: <20010626163301.31298.qmail@plover.com>
17534      Branch: perl
17535            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
17536 ____________________________________________________________________________
17537 [ 10967] By: jhi                                   on 2001/06/26  14:21:49
17538         Log: Update Changes.
17539      Branch: perl
17540            ! Changes patchlevel.h
17541 ____________________________________________________________________________
17542 [ 10966] By: jhi                                   on 2001/06/26  14:08:34
17543         Log: Also catfile() needs now to explicitly exported.
17544      Branch: perl
17545            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
17546 ____________________________________________________________________________
17547 [ 10965] By: jhi                                   on 2001/06/26  13:57:54
17548         Log: Regen toc.
17549      Branch: perl
17550            ! pod/perltoc.pod
17551 ____________________________________________________________________________
17552 [ 10964] By: jhi                                   on 2001/06/26  13:56:11
17553         Log: Nonexistent pod command.
17554      Branch: perl
17555            ! pod/perl572delta.pod
17556 ____________________________________________________________________________
17557 [ 10963] By: jhi                                   on 2001/06/26  13:50:53
17558         Log: Be more portable in the quest for tmpdir.
17559      Branch: perl
17560            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
17561 ____________________________________________________________________________
17562 [ 10962] By: jhi                                   on 2001/06/26  13:43:51
17563         Log: Be more portable in finding out the home directory,
17564              and use File::Spec to do the concat.
17565              (Come to think of it, couldn't File::Spec provide
17566              for a ->homedir method?)
17567      Branch: perl
17568            ! lib/Net/Config.pm
17569 ____________________________________________________________________________
17570 [ 10961] By: jhi                                   on 2001/06/26  13:37:30
17571         Log: Doc patch for #10959.
17572      Branch: perl
17573            ! pod/perlfunc.pod
17574 ____________________________________________________________________________
17575 [ 10960] By: jhi                                   on 2001/06/26  13:33:07
17576         Log: Subject: Re: [DOC PATCH bleadperl] Document $count = () = $string =~ /\d+/g
17577              From: "Philip Newton" <pnewton@gmx.de>
17578              Date: Tue, 26 Jun 2001 16:26:47 +0200
17579              Message-ID: <3B38B7C7.32635.1E8DC14@localhost>
17580      Branch: perl
17581            ! pod/perldata.pod
17582 ____________________________________________________________________________
17583 [ 10959] By: jhi                                   on 2001/06/26  13:31:57
17584         Log: Subject: [PATH] shared -> unique;
17585              From: "Artur Bergman" <artur@contiller.se>
17586              Date: Tue, 26 Jun 2001 16:18:40 +0200
17587              Message-ID: <002001c0fe4a$e623ba30$21000a0a@vogw2kdev>
17588              
17589              Because "shared" isn't: it's read-only.
17590      Branch: perl
17591            ! toke.c xsutils.c
17592 ____________________________________________________________________________
17593 [ 10958] By: jhi                                   on 2001/06/26  13:28:27
17594         Log: Escape multiline croak messages.
17595      Branch: perl
17596            ! t/op/ver.t
17597 ____________________________________________________________________________
17598 [ 10957] By: jhi                                   on 2001/06/26  13:18:34
17599         Log: No more pragma/*.t for minitest.
17600      Branch: perl
17601            ! Makefile.SH
17602 ____________________________________________________________________________
17603 [ 10956] By: jhi                                   on 2001/06/26  13:18:00
17604         Log: AUTHORS updates.
17605      Branch: perl
17606            ! AUTHORS
17607 ____________________________________________________________________________
17608 [ 10955] By: jhi                                   on 2001/06/26  13:17:05
17609         Log: delta updates.
17610      Branch: perl
17611            ! pod/perl572delta.pod
17612 ____________________________________________________________________________
17613 [ 10954] By: jhi                                   on 2001/06/26  12:36:07
17614         Log: Subject: [PATCH] Adds perl_clone_host under IMPLICIT SYS
17615              From: Artur Bergman <artur@contiller.se> 
17616              Date: Tue, 26 Jun 2001 15:32:53 +0200
17617              Message-ID: <B75E5BA5.1A7C%artur@contiller.se>
17618      Branch: perl
17619            ! makedef.pl sv.c sv.h win32/perllib.c
17620 ____________________________________________________________________________
17621 [ 10953] By: jhi                                   on 2001/06/26  12:33:55
17622         Log: Subject: [PATCH ext/Time/HiRes/Makefile.PL perl@10929] Test Fails on SCO
17623              From: Jonathan Stowe <gellyfish@gellyfish.com>
17624              Date: Tue, 26 Jun 2001 10:29:57 +0100 (BST)
17625              Message-ID: <Pine.LNX.4.33.0106261021540.18774-100000@orpheus.gellyfish.com>
17626              
17627              SCO OpenServer 5.0.5 needs an explicit -lc for usleep().
17628      Branch: perl
17629            + ext/Time/HiRes/hints/sco.pl
17630            ! MANIFEST
17631 ____________________________________________________________________________
17632 [ 10952] By: jhi                                   on 2001/06/26  11:57:44
17633         Log: Subject: [PATCH 5.6.1] static build
17634              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17635              Date: Tue, 26 Jun 2001 04:22:25 -0400
17636              Message-ID: <20010626042225.A2604@math.ohio-state.edu>
17637      Branch: perl
17638            ! ext/List/Util/Makefile.PL lib/ExtUtils.t
17639            ! lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
17640 ____________________________________________________________________________
17641 [ 10951] By: jhi                                   on 2001/06/26  11:55:59
17642         Log: DJGPP patches from Laszlo Molnar.
17643      Branch: perl
17644            ! djgpp/djgpp.c perl.c util.c
17645 ____________________________________________________________________________
17646 [ 10950] By: jhi                                   on 2001/06/26  11:54:32
17647         Log: Netware patches from Ananth Kesari.
17648      Branch: perl
17649            ! NetWare/Makefile NetWare/config_H.wc NetWare/nw5sck.c
17650            ! NetWare/nw5sck.h NetWare/nwperlsys.c NetWare/nwperlsys.h
17651            ! NetWare/nwtinfo.h
17652 ____________________________________________________________________________
17653 [ 10949] By: jhi                                   on 2001/06/26  11:49:09
17654         Log: Detypo.
17655      Branch: perl
17656            ! ext/Errno/Errno_pm.PL
17657 ____________________________________________________________________________
17658 [ 10948] By: jhi                                   on 2001/06/26  03:44:29
17659         Log: There seems to be two ways of spelling the $^O in *STEP.
17660      Branch: perl
17661            ! ext/Errno/Errno_pm.PL
17662 ____________________________________________________________________________
17663 [ 10947] By: jhi                                   on 2001/06/26  03:01:01
17664         Log: OpenSTEP has gcc 2.7.2.1 which recognizes but does not implement
17665              the -dM flag, from Daniel Ashton <jdashton@AshtonFam.org>.
17666      Branch: perl
17667            ! ext/Errno/Errno_pm.PL
17668 ____________________________________________________________________________
17669 [ 10946] By: jhi                                   on 2001/06/26  02:50:46
17670         Log: Known bugs update.
17671      Branch: perl
17672            ! pod/perl572delta.pod
17673 ____________________________________________________________________________
17674 [ 10945] By: jhi                                   on 2001/06/26  01:15:39
17675         Log: The default installation of Cygwin has 500 as root's uid.
17676      Branch: perl
17677            ! lib/User/pwent.t
17678 ____________________________________________________________________________
17679 [ 10944] By: jhi                                   on 2001/06/26  01:12:39
17680         Log: Be even more relaxed (re-allow having only one entry).
17681      Branch: perl
17682            ! t/op/grent.t t/op/pwent.t
17683 ____________________________________________________________________________
17684 [ 10943] By: jhi                                   on 2001/06/26  01:03:30
17685         Log: Test failure updates.
17686      Branch: perl
17687            ! pod/perl572delta.pod
17688 ____________________________________________________________________________
17689 [ 10942] By: jhi                                   on 2001/06/25  23:32:05
17690         Log: MPE/iX test tweaks from Mark Bixby.
17691      Branch: perl
17692            ! ext/POSIX/POSIX.t ext/Storable/t/lock.t ext/Time/HiRes/HiRes.t
17693            ! t/io/fs.t t/op/stat.t
17694 ____________________________________________________________________________
17695 [ 10941] By: jhi                                   on 2001/06/25  22:18:31
17696         Log: Microperl findings.
17697      Branch: perl
17698            ! perl.h pp_sys.c
17699 ____________________________________________________________________________
17700 [ 10940] By: jhi                                   on 2001/06/25  21:59:29
17701         Log: Touch uconfig.h.
17702      Branch: perl
17703            ! uconfig.h
17704 ____________________________________________________________________________
17705 [ 10939] By: jhi                                   on 2001/06/25  21:32:52
17706         Log: Subject: [PATCH] Proposed fix for Pod::Man
17707              From: Rob Napier <rnapier@employees.org>
17708              Date: Mon, 25 Jun 2001 15:49:24 -0400
17709              Message-ID: <20010625154924.N27568@rnapier-u5.cisco.com>
17710              
17711              Cater for Solaris nroff brokenness (shortchanges daisywheel
17712              printers, but hey, we also no more support PDPs.)
17713      Branch: perl
17714            ! lib/Pod/Man.pm
17715 ____________________________________________________________________________
17716 [ 10938] By: jhi                                   on 2001/06/25  21:14:41
17717         Log: Typo in #10937.
17718      Branch: perl
17719            ! ext/POSIX/sigaction.t
17720 ____________________________________________________________________________
17721 [ 10937] By: jhi                                   on 2001/06/25  19:42:02
17722         Log: SIGCONT not trappable in VMS.
17723      Branch: perl
17724            ! ext/POSIX/sigaction.t
17725 ____________________________________________________________________________
17726 [ 10936] By: jhi                                   on 2001/06/25  19:28:13
17727         Log: Subject: [DRAFT] Encode-Tcl.t
17728              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
17729              Date: Tue, 26 Jun 2001 03:38:08 +0900
17730              Message-Id: <20010626033550.BC35.BQW10602@nifty.com>
17731      Branch: perl
17732            + ext/Encode/Encode/Tcl.t
17733            ! MANIFEST ext/Encode/Encode/Tcl.pm
17734 ____________________________________________________________________________
17735 [ 10935] By: jhi                                   on 2001/06/25  18:40:03
17736         Log: Because of #10932 retract also the perlfunc hunk of #10910.
17737      Branch: perl
17738            ! pod/perlfunc.pod
17739 ____________________________________________________________________________
17740 [ 10934] By: jhi                                   on 2001/06/25  18:27:19
17741         Log: Tweak the XSFUNCTION, from Doug MacEachern, as suggested
17742              by Ilya Zakharevich in
17743              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2001-05/msg01582.html
17744      Branch: perl
17745            ! XSUB.h
17746 ____________________________________________________________________________
17747 [ 10933] By: jhi                                   on 2001/06/25  18:25:26
17748         Log: Typo in #10889.
17749      Branch: perl
17750            ! hints/uts.sh
17751 ____________________________________________________________________________
17752 [ 10932] By: jhi                                   on 2001/06/25  18:23:30
17753         Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
17754              From: Abhijit Menon-Sen <ams@wiw.org>
17755              Date: Mon, 25 Jun 2001 23:45:45 +0530
17756              Message-ID: <20010625234545.A5022@lustre.linux.in>
17757      Branch: perl
17758            ! lib/overload.t opcode.h opcode.pl t/op/flip.t
17759 ____________________________________________________________________________
17760 [ 10931] By: jhi                                   on 2001/06/25  17:50:38
17761         Log: Subject: [PATCH lib/Test.pm] Re: "Deprecated interface" ??
17762              From: Michael G Schwern <schwern@pobox.com>
17763              Date: Mon, 25 Jun 2001 14:35:51 -0400
17764              Message-ID: <20010625143551.H13819@blackrider>
17765      Branch: perl
17766            ! lib/Test.pm
17767 ____________________________________________________________________________
17768 [ 10930] By: jhi                                   on 2001/06/25  14:33:46
17769         Log: Update Changes.
17770      Branch: perl
17771            ! Changes patchlevel.h
17772 ____________________________________________________________________________
17773 [ 10929] By: jhi                                   on 2001/06/25  14:17:57
17774         Log: Regen toc and modlib.
17775      Branch: perl
17776            ! pod/perlmodlib.pod pod/perltoc.pod
17777 ____________________________________________________________________________
17778 [ 10928] By: jhi                                   on 2001/06/25  14:13:09
17779         Log: Enclose the new symbols in START_EXTERN_C and END_EXTERN_C
17780              for the benefit of C++ compilers, as suggested by Guruprasad.
17781      Branch: perl
17782            ! embed.pl proto.h
17783 ____________________________________________________________________________
17784 [ 10927] By: jhi                                   on 2001/06/25  14:11:59
17785         Log: Subject: [PATCH ] Re: [ID 20010625.003] perlfaq5 correction
17786              From: Jonathan Stowe <gellyfish@gellyfish.com>
17787              Date: Mon, 25 Jun 2001 14:39:43 +0100 (BST)
17788              Message-ID: <Pine.LNX.4.33.0106251438080.14795-100000@orpheus.gellyfish.com>
17789      Branch: perl
17790            ! pod/perlfaq5.pod
17791 ____________________________________________________________________________
17792 [ 10926] By: jhi                                   on 2001/06/25  14:04:07
17793         Log: Missed from #10925.
17794      Branch: perl
17795            ! gv.c
17796 ____________________________________________________________________________
17797 [ 10925] By: jhi                                   on 2001/06/25  14:00:06
17798         Log: Subject: [PATCH] Re: CvFILE corruption under ithreads
17799              From: Robin Houston <robin@kitsite.com>
17800              Date: Sat, 19 May 2001 16:19:34 +0100
17801              Message-ID: <20010519161934.A12751@puffinry.freeserve.co.uk>
17802      Branch: perl
17803            ! cv.h gv.h op.c
17804 ____________________________________________________________________________
17805 [ 10924] By: jhi                                   on 2001/06/25  13:58:18
17806         Log: Netware README tweak.
17807      Branch: perl
17808            ! README.netware
17809 ____________________________________________________________________________
17810 [ 10923] By: jhi                                   on 2001/06/25  13:57:13
17811         Log: Subject: [PATCH] Re: overload.t fails
17812              From: Abhijit Menon-Sen <ams@wiw.org>
17813              Date: Mon, 25 Jun 2001 14:52:20 +0530
17814              Message-ID: <20010625145220.A24114@lustre.linux.in>
17815      Branch: perl
17816            ! lib/overload.t
17817 ____________________________________________________________________________
17818 [ 10922] By: jhi                                   on 2001/06/25  13:56:20
17819         Log: Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
17820              From: Mike Guy <mjtg@cam.ac.uk>
17821              Date: Mon, 25 Jun 2001 11:43:23 +0100
17822              Message-Id: <E15ETpz-0007AD-00@draco.cus.cam.ac.uk>
17823      Branch: perl
17824            ! lib/Carp.pm
17825 ____________________________________________________________________________
17826 [ 10921] By: jhi                                   on 2001/06/25  13:50:02
17827         Log: Subject: Re: [PATCH 5.6.1] OS2 syslog
17828              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17829              Date: Sun, 24 Jun 2001 05:17:05 -0400
17830              Message-ID: <20010624051704.A27604@math.ohio-state.edu>
17831      Branch: perl
17832            ! os2/os2ish.h
17833 ____________________________________________________________________________
17834 [ 10920] By: jhi                                   on 2001/06/25  13:49:13
17835         Log: Subject: [PATCH 5.6.1] crypt() on OS/2
17836              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17837              Date: Mon, 25 Jun 2001 05:52:27 -0400
17838              Message-ID: <20010625055227.A24635@math.ohio-state.edu>
17839      Branch: perl
17840            ! hints/os2.sh
17841 ____________________________________________________________________________
17842 [ 10919] By: jhi                                   on 2001/06/25  13:48:30
17843         Log: Subject: Re: [PATCH 5.6.1] OS2 system() broken
17844              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17845              Date: Mon, 25 Jun 2001 05:23:35 -0400
17846              Message-ID: <20010625052334.A24320@math.ohio-state.edu>
17847      Branch: perl
17848            ! os2/os2.c
17849 ____________________________________________________________________________
17850 [ 10918] By: jhi                                   on 2001/06/25  13:47:46
17851         Log: Subject: Re: [PATCH 5.6.1] OS2::DLL
17852              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17853              Date: Mon, 25 Jun 2001 05:04:32 -0400
17854              Message-ID: <20010625050432.A24128@math.ohio-state.edu>
17855      Branch: perl
17856            ! os2/OS2/REXX/DLL/DLL.pm
17857 ____________________________________________________________________________
17858 [ 10917] By: jhi                                   on 2001/06/25  13:44:14
17859         Log: Subject: Re: [PATCH 5.6.1] $^E on OS/2
17860              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17861              Date: Mon, 25 Jun 2001 05:02:36 -0400
17862              Message-ID: <20010625050235.A24046@math.ohio-state.edu>
17863      Branch: perl
17864            ! mg.c os2/dl_os2.c os2/os2.c
17865 ____________________________________________________________________________
17866 [ 10916] By: jhi                                   on 2001/06/25  13:41:20
17867         Log: Subject: Re: [PATCH 5.6.1] misprints
17868              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17869              Date: Mon, 25 Jun 2001 04:50:50 -0400
17870              Message-ID: <20010625045049.A23965@math.ohio-state.edu>
17871      Branch: perl
17872            ! os2/os2.c pp_sys.c
17873 ____________________________________________________________________________
17874 [ 10915] By: jhi                                   on 2001/06/25  13:39:59
17875         Log: Add Test::More and Test::Simple to the delta.
17876      Branch: perl
17877            ! pod/perl572delta.pod
17878 ____________________________________________________________________________
17879 [ 10914] By: jhi                                   on 2001/06/25  13:38:08
17880         Log: Add Test::More, from Michael G Schwern.
17881      Branch: perl
17882            + lib/Test/More.pm lib/Test/More/t/More.t
17883            + lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
17884            + lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
17885            + t/lib/Test/More/Catch.pm
17886            ! MANIFEST
17887 ____________________________________________________________________________
17888 [ 10913] By: jhi                                   on 2001/06/25  13:35:41
17889         Log: Add Test::Simple from Michael G Schwern.
17890      Branch: perl
17891            + lib/Test/Simple.pm lib/Test/Simple/t/exit.t
17892            + lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
17893            + lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
17894            + lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/simple.t
17895            + t/lib/Test/Simple/Catch.pm
17896            + t/lib/Test/Simple/sample_tests/death.plx
17897            + t/lib/Test/Simple/sample_tests/death_in_eval.plx
17898            + t/lib/Test/Simple/sample_tests/extras.plx
17899            + t/lib/Test/Simple/sample_tests/five_fail.plx
17900            + t/lib/Test/Simple/sample_tests/last_minute_death.plx
17901            + t/lib/Test/Simple/sample_tests/one_fail.plx
17902            + t/lib/Test/Simple/sample_tests/require.plx
17903            + t/lib/Test/Simple/sample_tests/success.plx
17904            + t/lib/Test/Simple/sample_tests/too_few.plx
17905            + t/lib/Test/Simple/sample_tests/two_fail.plx
17906            ! MANIFEST
17907 ____________________________________________________________________________
17908 [ 10912] By: jhi                                   on 2001/06/25  13:31:57
17909         Log: Subject: [PATCH perl@10907] RETURN requires dSP in pp_sys.c
17910              From: "Craig A. Berry" <craigberry@mac.com>
17911              Date: Sun, 24 Jun 2001 23:41:36 -0500
17912              Message-Id: <a0510100db75c6d44e34c@[172.16.52.1]>
17913      Branch: perl
17914            ! pp_sys.c
17915 ____________________________________________________________________________
17916 [ 10911] By: jhi                                   on 2001/06/25  13:05:00
17917         Log: Upgrade to Attribute::Handlers 0.70.
17918      Branch: perl
17919            + lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
17920            ! MANIFEST lib/Attribute/Handlers.pm
17921 ____________________________________________________________________________
17922 [ 10910] By: jhi                                   on 2001/06/25  00:09:27
17923         Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
17924              From: Abhijit Menon-Sen <ams@wiw.org>
17925              Date: Sat, 23 Jun 2001 05:17:44 +0530
17926              Message-ID: <20010623051744.A18583@lustre.linux.in>
17927              
17928              (Can't think of a good place to put tests.)
17929      Branch: perl
17930            ! opcode.pl pod/perlfunc.pod t/op/flip.t toke.c
17931 ____________________________________________________________________________
17932 [ 10909] By: jhi                                   on 2001/06/24  23:45:13
17933         Log: Subject: [PATCH] t/op/pat.t typo fix
17934              From: Richard Soderberg <rs@crystalflame.net>
17935              Date: Sun, 24 Jun 2001 12:07:42 -0700 (PDT)
17936              Message-ID: <Pine.LNX.4.21.0106241207320.17075-100000@oregonnet.com>
17937      Branch: perl
17938            ! t/op/pat.t
17939 ____________________________________________________________________________
17940 [ 10908] By: jhi                                   on 2001/06/24  22:24:49
17941         Log: Move the pack warnings to their own file, as pointed
17942              out by Spider.
17943      Branch: perl
17944            + t/lib/warnings/pp_pack
17945            ! MANIFEST t/lib/warnings/pp
17946 ____________________________________________________________________________
17947 [ 10907] By: jhi                                   on 2001/06/24  19:55:15
17948         Log: Update Changes.
17949      Branch: perl
17950            ! Changes patchlevel.h
17951 ____________________________________________________________________________
17952 [ 10906] By: jhi                                   on 2001/06/24  19:50:40
17953         Log: Partially fix a problem noticed by IRIX compiler:
17954              the initialization of parse_start was bypassed by
17955              several gotos.  Now initialized to zero, which may
17956              not be the best choice.
17957      Branch: perl
17958            ! regcomp.c
17959 ____________________________________________________________________________
17960 [ 10905] By: jhi                                   on 2001/06/24  19:43:25
17961         Log: Relax the group and password tests back to moaning only
17962              if no matches at all are found.  (Even with a small sample
17963              I could find many sites where there are, umm, anomalies in
17964              the said databases.)       
17965      Branch: perl
17966            ! t/op/grent.t t/op/pwent.t
17967 ____________________________________________________________________________
17968 [ 10904] By: jhi                                   on 2001/06/24  18:45:55
17969         Log: Argh.  How hard it can be to re-apply a patch manually? :-)
17970      Branch: perl
17971            ! pp_ctl.c
17972 ____________________________________________________________________________
17973 [ 10903] By: jhi                                   on 2001/06/24  18:40:52
17974         Log: De-cut-and-pasto in #10902.
17975      Branch: perl
17976            ! pp_ctl.c
17977 ____________________________________________________________________________
17978 [ 10902] By: jhi                                   on 2001/06/24  18:35:18
17979         Log: The #10771 didn't take?
17980      Branch: perl
17981            ! pp_ctl.c
17982 ____________________________________________________________________________
17983 [ 10901] By: jhi                                   on 2001/06/24  18:29:50
17984         Log: Undo the filetests part of #10900, under multiplicity
17985              weird errors take place.
17986      Branch: perl
17987            ! pp_sys.c
17988 ____________________________________________________________________________
17989 [ 10900] By: jhi                                   on 2001/06/24  18:20:36
17990         Log: Misplaces dSPs and the like revealed by MPE/iX and Cygwin.
17991      Branch: perl
17992            ! ext/Cwd/Cwd.xs ext/Devel/Peek/Peek.xs pp_sys.c
17993 ____________________________________________________________________________
17994 [ 10899] By: jhi                                   on 2001/06/24  17:00:34
17995         Log: (Replaced by #10922)
17996              
17997              Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
17998              From: Tony Bowden <tony@kasei.com>
17999              Date: Sun, 24 Jun 2001 17:32:40 +0100
18000              Message-ID: <20010624173240.A16293@blackstar.co.uk>
18001              
18002              Document (well, mention) shortmess() and longmess()
18003              to rob people of their fun of reinventing the weel.
18004      Branch: perl
18005            ! lib/Carp.pm
18006 ____________________________________________________________________________
18007 [ 10898] By: jhi                                   on 2001/06/24  16:51:40
18008         Log: Subject: Patch: pp_system() bounces out of Cygwin subsystem
18009              From: Brian Jepson <bjepson@oreilly.com>
18010              Date: Sun, 24 Jun 2001 12:13:21 -0400 (EDT)
18011              Message-ID: <Pine.GSO.4.21.0106241044110.15051-200000@sol.east.ora.com>
18012      Branch: perl
18013            ! pp_sys.c
18014 ____________________________________________________________________________
18015 [ 10897] By: jhi                                   on 2001/06/24  16:38:23
18016         Log: Subject: [PATCH CPAN.pm] missing DATE_OF_02
18017              From: Robin Barker <rmb1@cise.npl.co.uk> 
18018              Date: Fri, 22 Jun 2001 19:25:56 +0100 (BST)
18019              Message-Id: <200106221825.TAA16884@tempest.npl.co.uk>
18020      Branch: perl
18021            ! lib/CPAN.pm
18022 ____________________________________________________________________________
18023 [ 10896] By: jhi                                   on 2001/06/24  16:36:32
18024         Log: Memoize patch from mjd.
18025      Branch: perl
18026            ! lib/Memoize/t/tie_storable.t
18027 ____________________________________________________________________________
18028 [ 10895] By: jhi                                   on 2001/06/24  16:33:59
18029         Log: Spec the sv_pvprintify() a bit more.
18030      Branch: perl
18031            ! pod/perltodo.pod
18032 ____________________________________________________________________________
18033 [ 10894] By: jhi                                   on 2001/06/24  14:43:36
18034         Log: Upgrade to Memoize 0.65.
18035      Branch: perl
18036            + lib/Memoize/t/array_confusion.t
18037            ! MANIFEST lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
18038            ! lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
18039            ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
18040            ! lib/Memoize/README lib/Memoize/SDBM_File.pm
18041            ! lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
18042            ! lib/Memoize/t/errors.t lib/Memoize/t/expire.t
18043            ! lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
18044            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
18045            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_gdbm.t
18046            ! lib/Memoize/t/tie_ndbm.t lib/Memoize/t/tie_sdbm.t
18047            ! lib/Memoize/t/tie_storable.t
18048 ____________________________________________________________________________
18049 [ 10893] By: jhi                                   on 2001/06/24  14:21:09
18050         Log: Metaconfig unit change for #10892.
18051      Branch: metaconfig
18052            ! U/modified/Options.U
18053 ____________________________________________________________________________
18054 [ 10892] By: jhi                                   on 2001/06/24  14:20:38
18055         Log: Subject: Re: [PATCH 5.6.1] OS2 Configure
18056              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18057              Date: Sun, 24 Jun 2001 05:24:40 -0400
18058              Message-ID: <20010624052440.A27698@math.ohio-state.edu>
18059      Branch: perl
18060            ! Configure hints/os2.sh
18061 ____________________________________________________________________________
18062 [ 10891] By: jhi                                   on 2001/06/24  13:50:26
18063         Log: Subject: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of 
18064              From: Mike Guy <mjtg@cam.ac.uk>
18065              Date: Sun, 24 Jun 2001 15:28:39 +0100
18066              Message-Id: <E15EAsR-0007Bi-00@draco.cus.cam.ac.uk>
18067              
18068              Fix an ancient (5.002) bug.
18069      Branch: perl
18070            ! lib/Carp/Heavy.pm
18071 ____________________________________________________________________________
18072 [ 10890] By: jhi                                   on 2001/06/24  13:44:43
18073         Log: The #10881 was too vigorous in pp_system() in moving 'unused'
18074              variables.
18075      Branch: perl
18076            ! pp_sys.c
18077 ____________________________________________________________________________
18078 [ 10889] By: jhi                                   on 2001/06/24  13:24:00
18079         Log: Make UTS as per #10888.
18080      Branch: perl
18081            ! hints/uts.sh
18082 ____________________________________________________________________________
18083 [ 10888] By: jhi                                   on 2001/06/24  13:21:23
18084         Log: Factor the PERL_SYS_INIT() code, from Hugo van der Sanden.
18085      Branch: perl
18086            ! hints/freebsd.sh hints/posix-bc.sh hints/sco.sh
18087            ! mpeix/mpeixish.h perl.h unixish.h
18088 ____________________________________________________________________________
18089 [ 10887] By: jhi                                   on 2001/06/24  13:15:45
18090         Log: AUTHORS update.
18091      Branch: perl
18092            ! AUTHORS
18093 ____________________________________________________________________________
18094 [ 10886] By: jhi                                   on 2001/06/24  13:14:31
18095         Log: Subject: Encode::Tcl for multibyte doesnot work
18096              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
18097              Date: Sun, 24 Jun 2001 22:48:21 +0900
18098              Message-Id: <20010624223252.6658.BQW10602@nifty.com>
18099      Branch: perl
18100            ! ext/Encode/Encode/Tcl.pm
18101 ____________________________________________________________________________
18102 [ 10885] By: jhi                                   on 2001/06/24  13:12:46
18103         Log: Subject: [PATCH] Remove tautology in error messages
18104              From: Mike Guy <mjtg@cam.ac.uk>
18105              Date: Sun, 24 Jun 2001 13:31:00 +0100
18106              Message-Id: <E15E92a-0006em-00@draco.cus.cam.ac.uk>
18107      Branch: perl
18108            ! pp_sys.c
18109 ____________________________________________________________________________
18110 [ 10884] By: jhi                                   on 2001/06/24  13:11:36
18111         Log: Darwin needs -traditional-cpp for cppflags to build Errno. 
18112      Branch: perl
18113            ! hints/darwin.sh
18114 ____________________________________________________________________________
18115 [ 10883] By: jhi                                   on 2001/06/24  13:09:55
18116         Log: Subject: Re: [PATCH 5.6.1] test suite
18117              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18118              Date: Sun, 24 Jun 2001 05:47:05 -0400
18119              Message-ID: <20010624054705.A27890@math.ohio-state.edu>
18120              
18121              Test suite fixes.
18122      Branch: perl
18123            ! ext/POSIX/sigaction.t lib/File/stat.t perl.c t/io/utf8.t
18124 ____________________________________________________________________________
18125 [ 10882] By: jhi                                   on 2001/06/24  13:07:46
18126         Log: Subject: Re: [PATCH 5.6.1] OS2 warnings
18127              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18128              Date: Sun, 24 Jun 2001 05:37:19 -0400
18129              Message-ID: <20010624053719.A27866@math.ohio-state.edu>
18130      Branch: perl
18131            ! os2/dl_os2.c os2/os2.c os2/os2ish.h
18132 ____________________________________________________________________________
18133 [ 10881] By: jhi                                   on 2001/06/24  13:05:24
18134         Log: Subject: Re: [PATCH 5.6.1] pp_sys.c warnings
18135              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18136              Date: Sun, 24 Jun 2001 05:34:50 -0400
18137              Message-ID: <20010624053450.A27856@math.ohio-state.edu>
18138              
18139              Pacify compiler warnings.
18140      Branch: perl
18141            ! pp_sys.c
18142 ____________________________________________________________________________
18143 [ 10880] By: jhi                                   on 2001/06/24  13:02:30
18144         Log: Subject: Re: [PATCH 5.6.1] OS2 linking
18145              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18146              Date: Sun, 24 Jun 2001 05:21:18 -0400
18147              Message-ID: <20010624052118.A27615@math.ohio-state.edu>
18148              
18149              Enable compression of executables during link time.
18150      Branch: perl
18151            ! hints/os2.sh
18152 ____________________________________________________________________________
18153 [ 10879] By: jhi                                   on 2001/06/24  13:00:47
18154         Log: Subject: Re: [PATCH 5.6.1] OS2 linking
18155              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18156              Date: Sun, 24 Jun 2001 05:15:11 -0400
18157              Message-ID: <20010624051511.A27544@math.ohio-state.edu>
18158              
18159              Add ordinals to the export list for Perl DLL.
18160              (Breaks intra-version DLL compatibility.)
18161      Branch: perl
18162            ! makedef.pl
18163 ____________________________________________________________________________
18164 [ 10878] By: jhi                                   on 2001/06/24  02:12:04
18165         Log: Allow (displaying and) re-editing the Subject in perlbug.
18166              Also abstract the Subject quality control into a function.
18167      Branch: perl
18168            ! utils/perlbug.PL
18169 ____________________________________________________________________________
18170 [ 10877] By: jhi                                   on 2001/06/24  01:40:53
18171         Log: Display $ENV{CYGWIN} in perlbug if set (like #10875 for perl -V).
18172      Branch: perl
18173            ! utils/perlbug.PL
18174 ____________________________________________________________________________
18175 [ 10876] By: jhi                                   on 2001/06/24  01:37:05
18176         Log: Regen toc and modlib.
18177      Branch: perl
18178            ! pod/perlmodlib.pod pod/perltoc.pod
18179 ____________________________________________________________________________
18180 [ 10875] By: jhi                                   on 2001/06/24  01:29:33
18181         Log: In Cygwin display the $ENV{CYGWIN} under perl -V, as suggested
18182              by John Peacock.  (Can be 'ntea' which means emulate UNIX file
18183              attribute semantics as much as possible, or 'ntsec' which uses
18184              native NTFS semantics.)  (See also #10877.)
18185      Branch: perl
18186            ! perl.c
18187 ____________________________________________________________________________
18188 [ 10874] By: jhi                                   on 2001/06/23  23:57:28
18189         Log: Hack to get rid of the UNEXPECTEDLY succeeded message for now.
18190      Branch: perl
18191            ! lib/Test/Harness.pm
18192 ____________________________________________________________________________
18193 [ 10873] By: jhi                                   on 2001/06/23  23:36:56
18194         Log: Just zap the -uPerlio.
18195      Branch: perl
18196            ! ext/B/Stash.t
18197 ____________________________________________________________________________
18198 [ 10872] By: jhi                                   on 2001/06/23  21:29:10
18199         Log: Do not test PerlIO if PerlIO not used.
18200      Branch: perl
18201            ! ext/PerlIO/PerlIO.t
18202 ____________________________________________________________________________
18203 [ 10871] By: jhi                                   on 2001/06/23  21:12:49
18204         Log: Regen perlapi.
18205      Branch: perl
18206            ! pod/perlapi.pod
18207 ____________________________________________________________________________
18208 [ 10870] By: jhi                                   on 2001/06/23  21:03:31
18209         Log: Subject: [PATCH] Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
18210              From: Nicholas Clark <nick@ccl4.org>
18211              Date: Sat, 23 Jun 2001 22:55:47 +0100
18212              Message-ID: <20010623225547.Z98663@plum.flirble.org>
18213      Branch: perl
18214            ! numeric.c
18215 ____________________________________________________________________________
18216 [ 10869] By: jhi                                   on 2001/06/23  17:13:21
18217         Log: Subject: [PATCH: perl@10825] MacOS fixups for new lib/h2xs.t
18218              From: Prymmer/Kahn <pvhp@best.com>
18219              Date: Sat, 23 Jun 2001 11:08:52 -0700 (PDT)
18220              Message-ID: <Pine.BSF.4.21.0106231105380.25634-100000@shell8.ba.best.com>
18221      Branch: perl
18222            ! lib/h2xs.t
18223 ____________________________________________________________________________
18224 [ 10868] By: jhi                                   on 2001/06/23  16:04:38
18225         Log: cygwin needs cygwin1.dll in PATH or cwd to run external programs.
18226              cygwin does not taint cwd, just like win32.
18227      Branch: perl
18228            ! lib/File/Find/taint.t t/op/taint.t
18229 ____________________________________________________________________________
18230 [ 10867] By: jhi                                   on 2001/06/23  15:39:15
18231         Log: Retract #10865, the patch should be unnecessary.
18232              (But seemingly helpful in Cygwin?  Strange.)
18233      Branch: perl
18234            ! lib/Memoize/t/tie_ndbm.t
18235 ____________________________________________________________________________
18236 [ 10866] By: jhi                                   on 2001/06/23  15:06:30
18237         Log: Misplaced test file; plus Cygwin filesystem semantics.
18238      Branch: perl
18239            + ext/SDBM_File/sdbm.t
18240            - ext/ODBM_File/sdbm.t
18241            ! MANIFEST
18242 ____________________________________________________________________________
18243 [ 10865] By: jhi                                   on 2001/06/23  15:01:02
18244         Log: (Retracted by #10867.)
18245      Branch: perl
18246            ! lib/Memoize/t/tie_ndbm.t
18247 ____________________________________________________________________________
18248 [ 10864] By: jhi                                   on 2001/06/23  14:25:43
18249         Log: Metaconfig unit change for #10863.
18250      Branch: metaconfig/U/perl
18251            ! Extensions.U
18252 ____________________________________________________________________________
18253 [ 10863] By: jhi                                   on 2001/06/23  14:25:20
18254         Log: In Cygwin do not build NDBM_File and ODBM_File unless
18255              -lndbm and -ldbm are available.
18256      Branch: perl
18257            ! Configure config_h.SH
18258 ____________________________________________________________________________
18259 [ 10862] By: jhi                                   on 2001/06/23  14:02:14
18260         Log: More Cygwin filesystem semantics.
18261      Branch: perl
18262            ! t/io/fs.t t/op/stat.t
18263 ____________________________________________________________________________
18264 [ 10861] By: jhi                                   on 2001/06/23  13:38:00
18265         Log: More DOSish permission semantics for Cygwin.
18266      Branch: perl
18267            ! lib/AnyDBM_File.t
18268 ____________________________________________________________________________
18269 [ 10860] By: jhi                                   on 2001/06/23  13:32:41
18270         Log: Cygwin too has different permission semantics.
18271      Branch: perl
18272            ! ext/GDBM_File/gdbm.t
18273 ____________________________________________________________________________
18274 [ 10859] By: jhi                                   on 2001/06/23  13:30:06
18275         Log: The group (and assumedly passwd) databases can have
18276              only one entry (this is the case in cygwin).
18277      Branch: perl
18278            ! t/op/grent.t t/op/pwent.t
18279 ____________________________________________________________________________
18280 [ 10858] By: jhi                                   on 2001/06/23  13:16:26
18281         Log: Also in Cygwin use Socket to figure out domainname
18282              (if any) (avoids trying to call external 'domainname',
18283              which doesn't at the moment exist in Cygwin)
18284      Branch: perl
18285            ! lib/Net/Domain.pm
18286 ____________________________________________________________________________
18287 [ 10857] By: jhi                                   on 2001/06/23  12:48:32
18288         Log: Remove also the lib$Foo.def, not just $Foo.def.
18289      Branch: perl
18290            ! lib/ExtUtils/MM_Unix.pm
18291 ____________________________________________________________________________
18292 [ 10856] By: jhi                                   on 2001/06/23  12:21:53
18293         Log: In UTS do signal(SIGFPE, SIG_IGN) in PERL_SYS_INIT().
18294      Branch: perl
18295            ! unixish.h
18296 ____________________________________________________________________________
18297 [ 10855] By: jhi                                   on 2001/06/23  12:14:15
18298         Log: Fix for ID 20010619.003, the [[:print:]] is not supposed
18299              to match the whole isprint(), only the space character.
18300      Branch: perl
18301            ! handy.h pod/perlre.pod t/op/pat.t
18302 ____________________________________________________________________________
18303 [ 10854] By: nick                                  on 2001/06/23  08:09:33
18304         Log: Integrate mainline
18305      Branch: perlio
18306           !> Configure ext/IPC/SysV/Semaphore.pm hints/unicos.sh
18307           !> lib/ExtUtils.t lib/File/Find/taint.t
18308           !> lib/Math/BigInt/t/bigintpm.t lib/Net/netent.t
18309           !> lib/Net/protoent.t lib/Net/servent.t mg.c t/op/mkdir.t
18310           !> t/op/sprintf.t vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
18311 ____________________________________________________________________________
18312 [ 10853] By: jhi                                   on 2001/06/23  03:48:09
18313         Log: Make also the bigintpm.t (like op/sprintf.t) be less demanding
18314              with its floats    in os390 and s390 (UTS).
18315      Branch: perl
18316            ! lib/Math/BigInt/t/bigintpm.t
18317 ____________________________________________________________________________
18318 [ 10852] By: jhi                                   on 2001/06/23  03:38:53
18319         Log: Add also UTS (s390) to the non-IEEE float platforms.
18320      Branch: perl
18321            ! t/op/sprintf.t
18322 ____________________________________________________________________________
18323 [ 10851] By: jhi                                   on 2001/06/23  03:36:04
18324         Log: Subject: RFC: what are applicable standards for exponent sizes?
18325              From: Peter Prymmer <pvhp@forte.com>
18326              Date: Tue, 19 Jun 2001 17:18:06 -0700 (PDT)
18327              Message-ID: <Pine.OSF.4.10.10106191712070.361736-100000@aspara.forte.com>
18328      Branch: perl
18329            ! t/op/sprintf.t
18330 ____________________________________________________________________________
18331 [ 10850] By: jhi                                   on 2001/06/23  03:29:04
18332         Log: Subject: [PATCH: perl@10825] build (and test!) VMS::Stdio on VMS
18333              From: Peter Prymmer <pvhp@forte.com>
18334              Date: Fri, 22 Jun 2001 19:08:23 -0700 (PDT)
18335              Message-ID: <Pine.OSF.4.10.10106221903270.24012-100000@aspara.forte.com>
18336      Branch: perl
18337            ! vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
18338 ____________________________________________________________________________
18339 [ 10849] By: jhi                                   on 2001/06/23  03:27:21
18340         Log: Subject: [PATCH: perl@10825] correction to lib/ExtUtils.t patch
18341              From: Peter Prymmer <pvhp@forte.com>
18342              Date: Fri, 22 Jun 2001 17:56:01 -0700 (PDT)
18343              Message-ID: <Pine.OSF.4.10.10106221754180.24012-100000@aspara.forte.com>
18344      Branch: perl
18345            ! lib/ExtUtils.t
18346 ____________________________________________________________________________
18347 [ 10848] By: jhi                                   on 2001/06/22  21:51:31
18348         Log: Retract #10845.
18349      Branch: perl
18350            ! lib/File/Find/taint.t
18351 ____________________________________________________________________________
18352 [ 10847] By: jhi                                   on 2001/06/22  21:50:38
18353         Log: Yet another error message.
18354      Branch: perl
18355            ! t/op/mkdir.t
18356 ____________________________________________________________________________
18357 [ 10846] By: jhi                                   on 2001/06/22  21:48:39
18358         Log: The croak message for nonexistent socket functions may vary.
18359      Branch: perl
18360            ! lib/Net/netent.t lib/Net/protoent.t lib/Net/servent.t
18361 ____________________________________________________________________________
18362 [ 10845] By: jhi                                   on 2001/06/22  21:42:38
18363         Log: (Retracted by #10848.)
18364      Branch: perl
18365            ! lib/File/Find/taint.t
18366 ____________________________________________________________________________
18367 [ 10844] By: jhi                                   on 2001/06/22  21:32:58
18368         Log: Integrate perlio.
18369      Branch: perl
18370           !> lib/File/Find/taint.t t/op/write.t
18371 ____________________________________________________________________________
18372 [ 10843] By: nick                                  on 2001/06/22  21:24:51
18373         Log: Back out debug in taint.t
18374      Branch: perlio
18375            ! lib/File/Find/taint.t
18376 ____________________________________________________________________________
18377 [ 10842] By: jhi                                   on 2001/06/22  21:20:02
18378         Log: setitimer() does not exist in Unicos, despite of what
18379              Configure thinks, from Mark P. Lutz.
18380      Branch: perl
18381            ! hints/unicos.sh
18382 ____________________________________________________________________________
18383 [ 10841] By: nick                                  on 2001/06/22  21:19:36
18384         Log: Skip cwd test on Win32 ???
18385      Branch: perlio
18386            ! lib/File/Find/taint.t
18387 ____________________________________________________________________________
18388 [ 10840] By: jhi                                   on 2001/06/22  21:17:34
18389         Log: Casting this way seems to keep both 64-bitint x86 FreeBSD
18390              and Tru64 gcc -Wall happy.
18391      Branch: perl
18392            ! mg.c
18393 ____________________________________________________________________________
18394 [ 10839] By: jhi                                   on 2001/06/22  21:15:32
18395         Log: The packs must be done in native shorts, fix from Mark P. Lutz.
18396      Branch: perl
18397            ! ext/IPC/SysV/Semaphore.pm
18398 ____________________________________________________________________________
18399 [ 10838] By: jhi                                   on 2001/06/22  21:12:02
18400         Log: Metaconfig unit change for #10837.
18401      Branch: metaconfig/U/perl
18402            ! Cross.U
18403 ____________________________________________________________________________
18404 [ 10837] By: jhi                                   on 2001/06/22  21:09:42
18405         Log: Cleanup of the cross-compilation unit.
18406      Branch: perl
18407            ! Configure
18408 ____________________________________________________________________________
18409 [ 10836] By: nick                                  on 2001/06/22  20:45:12
18410         Log: Skip |- based op/write.t on Win32 as well as VMS
18411      Branch: perlio
18412            ! t/op/write.t
18413 ____________________________________________________________________________
18414 [ 10835] By: jhi                                   on 2001/06/22  20:44:20
18415         Log: Integrate perlio.
18416      Branch: perl
18417           !> util.c
18418 ____________________________________________________________________________
18419 [ 10834] By: nick                                  on 2001/06/22  20:41:54
18420         Log: Integrate mainline
18421      Branch: perlio
18422           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
18423           !> config_h.SH pp_sys.c uconfig.h util.c vos/config.alpha.h
18424           !> vos/config.ga.h
18425 ____________________________________________________________________________
18426 [ 10833] By: nick                                  on 2001/06/22  20:22:58
18427         Log: Patcho fix.
18428      Branch: perlio
18429            ! util.c
18430 ____________________________________________________________________________
18431 [ 10832] By: jhi                                   on 2001/06/22  20:13:02
18432         Log: Metaconfig unit changes for #10831.
18433      Branch: metaconfig
18434            ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
18435 ____________________________________________________________________________
18436 [ 10831] By: jhi                                   on 2001/06/22  20:12:29
18437         Log: Subject: [PATCH 5.7.x] Further tiny bcopy cleanup
18438              From: Andy Dougherty <doughera@lafayette.edu>
18439              Date: Fri, 22 Jun 2001 14:29:51 -0400 (EDT)
18440              Message-ID: <Pine.SOL.4.10.10106221417030.28044-100000@maxwell.phys.lafayette.edu>
18441      Branch: perl
18442            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
18443            ! config_h.SH uconfig.h vos/config.alpha.h vos/config.ga.h
18444 ____________________________________________________________________________
18445 [ 10830] By: jhi                                   on 2001/06/22  19:50:15
18446         Log: MPE/iX prototype nits from Mark Bixby.
18447      Branch: perl
18448            ! pp_sys.c
18449 ____________________________________________________________________________
18450 [ 10829] By: jhi                                   on 2001/06/22  16:25:16
18451         Log: Detypo.
18452      Branch: perl
18453            ! util.c
18454 ____________________________________________________________________________
18455 [ 10828] By: nick                                  on 2001/06/22  15:33:37
18456         Log: Integrate mainline (in near desperate attempt to get Win32 to build...)
18457      Branch: perlio
18458           +> lib/h2xs.t
18459           !> AUTHORS Changes MANIFEST Makefile.SH NetWare/t/NWScripts.pl
18460           !> ext/B/Deparse.t ext/POSIX/POSIX.xs lib/ExtUtils.t
18461           !> lib/ExtUtils/Constant.pm lib/I18N/LangTags.pm
18462           !> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/test.pl
18463           !> lib/Locale/Maketext.pm lib/Locale/Maketext.pod
18464           !> lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
18465           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm patchlevel.h
18466           !> t/op/write.t t/pod/plainer.t utils/h2xs.PL vms/vms.c
18467           !> vms/vmsish.h
18468 ____________________________________________________________________________
18469 [ 10827] By: jhi                                   on 2001/06/22  14:15:26
18470         Log: Subject: [PATCH perl@10800] sigaction workaround for VMS
18471              Date: Fri, 22 Jun 2001 10:08:35 -0500
18472              From: "Craig A. Berry" <craigberry@mac.com>
18473              Message-Id: <a05101001b75908704194@[192.168.56.145]>
18474      Branch: perl
18475            ! vms/vms.c vms/vmsish.h
18476 ____________________________________________________________________________
18477 [ 10826] By: jhi                                   on 2001/06/22  13:35:37
18478         Log: NetWare scripts tweak from Ananth Kesari.
18479      Branch: perl
18480            ! NetWare/t/NWScripts.pl
18481 ____________________________________________________________________________
18482 [ 10825] By: jhi                                   on 2001/06/22  13:00:55
18483         Log: Update Changes.
18484      Branch: perl
18485            ! Changes patchlevel.h
18486 ____________________________________________________________________________
18487 [ 10824] By: jhi                                   on 2001/06/22  12:46:56
18488         Log: Add .i and .s targets.
18489      Branch: perl
18490            ! Makefile.SH
18491 ____________________________________________________________________________
18492 [ 10823] By: jhi                                   on 2001/06/22  12:25:20
18493         Log: Upgrade to Locale::Maketext 1.03.
18494      Branch: perl
18495            ! lib/Locale/Maketext.pm lib/Locale/Maketext.pod
18496            ! lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
18497 ____________________________________________________________________________
18498 [ 10822] By: jhi                                   on 2001/06/22  12:23:57
18499         Log: Upgrade to I18N::LangTags 0.26.
18500      Branch: perl
18501            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
18502            ! lib/I18N/LangTags/test.pl
18503 ____________________________________________________________________________
18504 [ 10821] By: jhi                                   on 2001/06/22  12:16:41
18505         Log: The #10792 didn't take, and s/sighni/signi/, as noticed by
18506              Philip Newton.
18507      Branch: perl
18508            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
18509            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
18510 ____________________________________________________________________________
18511 [ 10820] By: jhi                                   on 2001/06/22  12:13:37
18512         Log: Subject: [PATCH: perl@10800] trigraphs and tests for h2xs
18513              From: Prymmer/Kahn <pvhp@best.com>
18514              Date: Fri, 22 Jun 2001 00:03:24 -0700 (PDT)
18515              Message-ID: <Pine.BSF.4.21.0106212354510.6026-100000@shell8.ba.best.com>
18516      Branch: perl
18517            + lib/h2xs.t
18518            ! MANIFEST utils/h2xs.PL
18519 ____________________________________________________________________________
18520 [ 10819] By: jhi                                   on 2001/06/22  12:11:56
18521         Log: Subject: [PATCH: perl@10800] nmake specific cleanliness for lib/ExtUtils.t
18522              From: Prymmer/Kahn <pvhp@best.com>
18523              Date: Thu, 21 Jun 2001 23:53:27 -0700 (PDT)
18524              Message-ID: <Pine.BSF.4.21.0106212346540.6026-100000@shell8.ba.best.com>
18525      Branch: perl
18526            ! lib/ExtUtils.t
18527 ____________________________________________________________________________
18528 [ 10818] By: jhi                                   on 2001/06/22  12:11:08
18529         Log: Subject: [PATCH: perl@10800] clean up after t/pod/plainer.t on Win32
18530              From: Prymmer/Kahn <pvhp@best.com>
18531              Date: Thu, 21 Jun 2001 23:45:15 -0700 (PDT)
18532              Message-ID: <Pine.BSF.4.21.0106212341510.6026-100000@shell8.ba.best.com>
18533      Branch: perl
18534            ! t/pod/plainer.t
18535 ____________________________________________________________________________
18536 [ 10817] By: jhi                                   on 2001/06/22  12:10:05
18537         Log: AUTHORS update.
18538      Branch: perl
18539            ! AUTHORS
18540 ____________________________________________________________________________
18541 [ 10816] By: jhi                                   on 2001/06/22  12:08:24
18542         Log: Subject: should POSIX.xs use XSRETURN_UNDEF in sigaction?
18543              From: "Craig A. Berry" <craigberry@mac.com>
18544              Date: Thu, 21 Jun 2001 18:20:38 -0500
18545              Message-Id: <5.1.0.14.0.20010621180227.02a8e930@exchi01>
18546      Branch: perl
18547            ! ext/POSIX/POSIX.xs
18548 ____________________________________________________________________________
18549 [ 10815] By: jhi                                   on 2001/06/22  12:07:19
18550         Log: Subject: [PATCH perl@10765] fix Deparse.t and write.t for VMS
18551              From: "Craig A. Berry" <craigberry@mac.com>
18552              Date: Thu, 21 Jun 2001 09:58:52 -0500
18553              Message-Id: <5.1.0.14.0.20010620172532.033cdb88@exchi01>
18554      Branch: perl
18555            ! ext/B/Deparse.t t/op/write.t
18556 ____________________________________________________________________________
18557 [ 10814] By: nick                                  on 2001/06/22  08:13:09
18558         Log: Integrate mainline.
18559      Branch: perlio
18560           !> (integrate 46 files)
18561 ____________________________________________________________________________
18562 [ 10813] By: jhi                                   on 2001/06/22  02:48:58
18563         Log: Change the prefixes only if $prefix is unset,
18564              as originally patched by Marcel Grunauer.
18565      Branch: perl
18566            ! hints/darwin.sh hints/rhapsody.sh
18567 ____________________________________________________________________________
18568 [ 10812] By: jhi                                   on 2001/06/22  02:44:41
18569         Log: Subject: Re: Patch for hints/darwin.sh
18570              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
18571              Date: Thu, 21 Jun 2001 11:23:46 -0700
18572              Message-Id: <200106211823.OAA01089@melbourne-city-street.mit.edu>
18573      Branch: perl
18574            ! hints/darwin.sh hints/rhapsody.sh
18575 ____________________________________________________________________________
18576 [ 10811] By: jhi                                   on 2001/06/22  02:34:27
18577         Log: Add .PHONY targets for non-file targets,
18578              from Wilfredo Sánchez.  Should help saying
18579              "make install" on case-insensitive filesystems.
18580      Branch: perl
18581            ! Makefile.SH
18582 ____________________________________________________________________________
18583 [ 10810] By: jhi                                   on 2001/06/22  02:01:23
18584         Log: Subject: Re: Automated smoke report for patch 10764 (truncated)
18585              From: Doug MacEachern <dougm@covalent.net>
18586              Date: Thu, 21 Jun 2001 19:32:05 -0700 (PDT)
18587              Message-ID: <Pine.LNX.4.21.0106211925020.17261-100000@mako.covalent.net>
18588              
18589              plus reword the getcwd() comment, plus use getcwd() buffer
18590              size minus one.
18591      Branch: perl
18592            ! util.c
18593 ____________________________________________________________________________
18594 [ 10809] By: jhi                                   on 2001/06/22  01:16:58
18595         Log: More gprofing from Doug MacEachern.
18596      Branch: perl
18597            ! Makefile.SH
18598 ____________________________________________________________________________
18599 [ 10808] By: jhi                                   on 2001/06/22  01:15:11
18600         Log: Metaconfig unit change for #10807.
18601      Branch: metaconfig/U/perl
18602            ! d_sfio.U
18603 ____________________________________________________________________________
18604 [ 10807] By: jhi                                   on 2001/06/22  01:14:43
18605         Log: Tell that you are removing the unneeded -lsfio.
18606      Branch: perl
18607            ! Configure
18608 ____________________________________________________________________________
18609 [ 10806] By: jhi                                   on 2001/06/22  01:03:14
18610         Log: More MPE/iX tweaks from Mark Bixby.
18611      Branch: perl
18612            ! perl.c t/op/magic.t
18613 ____________________________________________________________________________
18614 [ 10805] By: jhi                                   on 2001/06/21  22:41:11
18615         Log: The fchdir() proto is supposed to live in <unistd.h>.
18616      Branch: perl
18617            ! ext/Cwd/Cwd.xs
18618 ____________________________________________________________________________
18619 [ 10804] By: jhi                                   on 2001/06/21  22:24:42
18620         Log: This town is too small for the Cwd extension and me,
18621              it would seem...
18622      Branch: perl
18623            ! ext/Cwd/Cwd.xs
18624 ____________________________________________________________________________
18625 [ 10803] By: jhi                                   on 2001/06/21  21:54:00
18626         Log: Metaconfig unit change for #10802.
18627      Branch: metaconfig/U/perl
18628            ! d_modfl.U
18629 ____________________________________________________________________________
18630 [ 10802] By: jhi                                   on 2001/06/21  21:53:37
18631         Log: More d'ohs.
18632      Branch: perl
18633            ! Configure
18634 ____________________________________________________________________________
18635 [ 10801] By: jhi                                   on 2001/06/21  21:38:38
18636         Log: Off-by-one.  I'm so classic.
18637      Branch: perl
18638            ! util.c
18639 ____________________________________________________________________________
18640 [ 10800] By: jhi                                   on 2001/06/21  20:10:19
18641         Log: Update Changes.
18642      Branch: perl
18643            ! Changes patchlevel.h
18644 ____________________________________________________________________________
18645 [ 10799] By: jhi                                   on 2001/06/21  20:03:54
18646         Log: Subject: Documentation patch for Net::FTP
18647              From: Marcel Grunauer <marcel@codewerk.com>
18648              Date: Wed, 20 Jun 2001 23:03:26 +0200
18649              Message-Id: <20010620210309.DCMT6087.viemta06@localhost>
18650      Branch: perl
18651            ! lib/Net/FTP.pm
18652 ____________________________________________________________________________
18653 [ 10798] By: jhi                                   on 2001/06/21  20:01:14
18654         Log: Retract the #10417 mg.c and embed.pl parts because of
18655              strange SEGVs in 64bit x86 FreeBSD observed by
18656              Nicholas Clark.
18657      Branch: perl
18658            ! embed.pl mg.c perlapi.c pod/perlintern.pod proto.h
18659 ____________________________________________________________________________
18660 [ 10797] By: jhi                                   on 2001/06/21  19:40:34
18661         Log: Add fchdir() probe (in non-UNIX systems assume it doesn't exist).
18662      Branch: perl
18663            ! Configure NetWare/config.wc NetWare/config_H.wc
18664            ! Porting/Glossary Porting/config.sh Porting/config_H
18665            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
18666            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
18667            ! vos/config.ga.h win32/config.bc win32/config.gc
18668            ! win32/config.vc win32/config_H.bc win32/config_H.gc
18669            ! win32/config_H.vc
18670 ____________________________________________________________________________
18671 [ 10796] By: jhi                                   on 2001/06/21  19:08:28
18672         Log: Cwd tweak from Doug MacEachern.
18673      Branch: perl
18674            ! ext/Cwd/Cwd.xs
18675 ____________________________________________________________________________
18676 [ 10795] By: jhi                                   on 2001/06/21  19:03:48
18677         Log: Protect the fchdir() and lstat() with ifdefs.
18678              fchdir() needs a Configure probe.
18679      Branch: perl
18680            ! ext/Cwd/Cwd.xs
18681 ____________________________________________________________________________
18682 [ 10794] By: nick                                  on 2001/06/21  17:11:35
18683         Log: Integrate mainline
18684      Branch: perlio
18685           +> ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
18686           +> ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
18687           +> lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
18688           +> lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
18689           +> lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
18690           +> lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
18691           +> lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
18692           +> lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
18693            - lib/Attribute/Handlers.t lib/File/Glob/basic.t
18694            - lib/File/Glob/case.t lib/File/Glob/global.t
18695            - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
18696            - lib/File/Temp/posix.t lib/File/Temp/security.t
18697            - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
18698            - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
18699            - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
18700            - lib/Text/Wrap/wrap.t
18701           !> (integrate 41 files)
18702 ____________________________________________________________________________
18703 [ 10793] By: jhi                                   on 2001/06/21  17:01:26
18704         Log: Subject: [PATCH perl@10765] fix Cwd.xs for VMS
18705              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
18706              Date: Thu, 21 Jun 2001 13:04:54 -0500
18707              Message-Id: <5.1.0.14.0.20010621124127.029fe120@exchi01>
18708      Branch: perl
18709            ! ext/Cwd/Cwd.xs
18710 ____________________________________________________________________________
18711 [ 10792] By: jhi                                   on 2001/06/21  16:13:57
18712         Log: Subject: [PATCH pod] overlong =item
18713              From: Robin Barker <rmb1@cise.npl.co.uk>
18714              Date: Thu, 21 Jun 2001 18:08:04 +0100 (BST)
18715              Message-Id: <200106211708.SAA08097@tempest.npl.co.uk>
18716      Branch: perl
18717            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
18718            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
18719 ____________________________________________________________________________
18720 [ 10791] By: jhi                                   on 2001/06/21  16:10:51
18721         Log: Subject: [PATCH perlio.c] format 
18722              From: Robin Barker <rmb1@cise.npl.co.uk>
18723              Date: Thu, 21 Jun 2001 18:05:02 +0100 (BST)
18724              Message-Id: <200106211705.SAA08067@tempest.npl.co.uk>
18725      Branch: perl
18726            ! perlio.c
18727 ____________________________________________________________________________
18728 [ 10790] By: jhi                                   on 2001/06/21  15:52:04
18729         Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
18730              From: Radu Greab <radu@netsoft.ro>
18731              Date: Thu, 21 Jun 2001 19:06:02 +0300
18732              Message-ID: <15154.7018.376419.295092@ix.netsoft.ro>
18733      Branch: perl
18734            ! pod/perlapi.pod sv.c
18735 ____________________________________________________________________________
18736 [ 10789] By: jhi                                   on 2001/06/21  14:48:25
18737         Log: The metaconfig unit changes for #10788.
18738      Branch: metaconfig/U/perl
18739            ! Cross.U fflushall.U
18740 ____________________________________________________________________________
18741 [ 10788] By: jhi                                   on 2001/06/21  14:47:48
18742         Log: Cross-configuration changes: make $from to rm the files
18743              before copying them over (this means that he rm can be
18744              removed from the fflushall test), create $targetmkdir      
18745              (not documented in install since it is supposed to internal
18746              use only), make $run to copy over the executable only if
18747              a stamp file .xok doesn't already exist (to avoid unnecessary
18748              copying of the executable)
18749      Branch: perl
18750            ! Configure Makefile.SH
18751 ____________________________________________________________________________
18752 [ 10787] By: nick                                  on 2001/06/21  14:16:18
18753         Log: Integrate mainline
18754      Branch: perlio
18755           +> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
18756           +> lib/I18N/LangTags/README lib/Locale/Maketext/ChangeLog
18757           +> lib/Locale/Maketext/README lib/Locale/Maketext/test.pl
18758            - lib/I18N/LangTags/List.pod lib/Locale/Maketext.t
18759           !> (integrate 34 files)
18760 ____________________________________________________________________________
18761 [ 10786] By: jhi                                   on 2001/06/21  13:59:32
18762         Log: Re-add the files as text.
18763      Branch: perl
18764            + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
18765 ____________________________________________________________________________
18766 [ 10785] By: jhi                                   on 2001/06/21  13:57:55
18767         Log: Delete the binary files.
18768      Branch: perl
18769            - t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
18770 ____________________________________________________________________________
18771 [ 10784] By: jhi                                   on 2001/06/21  13:49:47
18772         Log: Subject: [PATCH 5.7.x] Unnecessary pod2man calls in new extensions
18773              From: Andy Dougherty <doughera@lafayette.edu>
18774              Date: Thu, 21 Jun 2001 10:44:05 -0400 (EDT)
18775              Message-ID: <Pine.SOL.4.10.10106211040180.26439-100000@maxwell.phys.lafayette.edu>
18776      Branch: perl
18777            ! ext/Digest/MD5/Makefile.PL ext/List/Util/Makefile.PL
18778            ! ext/MIME/Base64/Makefile.PL ext/PerlIO/Scalar/Makefile.PL
18779            ! ext/PerlIO/Via/Makefile.PL ext/Time/HiRes/Makefile.PL
18780            ! ext/Time/Piece/Makefile.PL ext/XS/Typemap/Makefile.PL
18781 ____________________________________________________________________________
18782 [ 10783] By: jhi                                   on 2001/06/21  13:46:50
18783         Log: Subject: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
18784              From: 0000-Admin <root@egg.karlov.mff.cuni.cz>(0000)
18785              Date: Wed, 20 Jun 2001 14:11:49 +0200 (MET DST) 
18786              Message-Id: <200106201211.f5KCBnm24320@egg.karlov.mff.cuni.cz>
18787              
18788              Setting umask to something friendlier.
18789      Branch: perl
18790            ! installman installperl
18791 ____________________________________________________________________________
18792 [ 10782] By: jhi                                   on 2001/06/21  13:42:17
18793         Log: Shuffle around tests to (ext|lib)/.../t/ subdirectories.
18794              Resort MANIFEST with sort -f, looks much better.
18795      Branch: perl
18796            + ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
18797            + ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
18798            + lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
18799            + lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
18800            + lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
18801            + lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
18802            + lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
18803            + lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
18804            - lib/Attribute/Handlers.t lib/File/Glob/basic.t
18805            - lib/File/Glob/case.t lib/File/Glob/global.t
18806            - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
18807            - lib/File/Temp/posix.t lib/File/Temp/security.t
18808            - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
18809            - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
18810            - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
18811            - lib/Text/Wrap/wrap.t
18812            ! MANIFEST
18813 ____________________________________________________________________________
18814 [ 10781] By: jhi                                   on 2001/06/21  13:16:04
18815         Log: Upgrade to I18N::LangTags 0.25.
18816      Branch: perl
18817            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
18818            ! lib/I18N/LangTags/List.pm
18819 ____________________________________________________________________________
18820 [ 10780] By: jhi                                   on 2001/06/21  13:12:54
18821         Log: Subject: [PATCH] Step 2: Use the new PM_GETRE/SETRE macros everywhere.
18822              From: Richard Soderberg <rs@crystalflame.net>
18823              Date: Thu, 21 Jun 2001 07:01:22 -0700 (PDT)
18824              Message-ID: <Pine.LNX.4.21.0106210657400.1693-100000@oregonnet.com>
18825      Branch: perl
18826            ! dump.c ext/B/B.xs ext/B/B/C.pm ext/ByteLoader/bytecode.h mg.c
18827            ! op.c pp.c pp_ctl.c pp_hot.c regexec.c
18828 ____________________________________________________________________________
18829 [ 10779] By: jhi                                   on 2001/06/21  12:59:57
18830         Log: Test obsoleted by change #10777.
18831      Branch: perl
18832            ! t/op/sub_lval.t
18833 ____________________________________________________________________________
18834 [ 10778] By: jhi                                   on 2001/06/21  12:52:37
18835         Log: Case of confused test numbering.
18836      Branch: perl
18837            ! t/op/pat.t
18838 ____________________________________________________________________________
18839 [ 10777] By: jhi                                   on 2001/06/21  12:30:57
18840         Log: Subject: Re: Opinion on undef lvalue
18841              From: Abhijit Menon-Sen <ams@wiw.org>
18842              Date: Sun, 17 Jun 2001 13:04:46 +0530
18843              Message-ID: <20010617130446.B27925@lustre.linux.in>
18844              
18845              Allow lvalue subs to return undef in array context.
18846      Branch: perl
18847            ! pp_hot.c
18848 ____________________________________________________________________________
18849 [ 10776] By: jhi                                   on 2001/06/21  12:27:48
18850         Log: Just a guess that using the same hack for cygwin as
18851              for win32 might help.
18852      Branch: perl
18853            ! lib/File/Find/find.t
18854 ____________________________________________________________________________
18855 [ 10775] By: jhi                                   on 2001/06/21  12:25:58
18856         Log: NetWare tweaks from Guruprasad.
18857      Branch: perl
18858            ! NetWare/Makefile NetWare/Nwmain.c NetWare/config.wc
18859            ! NetWare/config_H.wc NetWare/nw5sck.c NetWare/nw5sck.h
18860            ! NetWare/nwperlsys.c NetWare/t/NWModify.pl
18861            ! NetWare/t/NWScripts.pl NetWare/t/Readme.txt
18862 ____________________________________________________________________________
18863 [ 10774] By: jhi                                   on 2001/06/21  12:21:17
18864         Log: Subject: Re: perl@10722: Bogus warnings on REs 
18865              From: Hugo <hv@crypt.compulink.co.uk>
18866              Date: Thu, 21 Jun 2001 09:51:17 +0100
18867              Message-Id: <200106210851.JAA01942@crypt.compulink.co.uk>
18868              
18869              Unroll to avoid a UTS compiler bug.
18870      Branch: perl
18871            ! regcomp.c
18872 ____________________________________________________________________________
18873 [ 10773] By: jhi                                   on 2001/06/21  12:13:13
18874         Log: Subject: Re: [PATCH] Make /o work under i?threads
18875              From: Artur Bergman <artur@contiller.se>
18876              Date: Thu, 21 Jun 2001 14:38:03 +0200
18877              Message-ID: <B757B74A.184D%artur@contiller.se>
18878      Branch: perl
18879            ! t/op/pat.t
18880 ____________________________________________________________________________
18881 [ 10772] By: jhi                                   on 2001/06/21  12:12:23
18882         Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
18883              From: Artur Bergman <artur@contiller.se> 
18884              Date: Thu, 21 Jun 2001 14:27:33 +0200
18885              Message-ID: <B757B4D4.1849%artur@contiller.se>
18886              
18887              Plus extra parentheses.
18888      Branch: perl
18889            ! op.h
18890 ____________________________________________________________________________
18891 [ 10771] By: jhi                                   on 2001/06/21  12:10:29
18892         Log: Subject: [PATCH] Make /o work under i?threads
18893              From: Richard Soderberg <rs@crystalflame.net>
18894              Date: Thu, 21 Jun 2001 05:21:43 -0700 (PDT)
18895              Message-ID: <Pine.LNX.4.21.0106210518210.2479-100000@oregonnet.com>
18896      Branch: perl
18897            ! pp_ctl.c
18898 ____________________________________________________________________________
18899 [ 10770] By: jhi                                   on 2001/06/21  12:09:28
18900         Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
18901              From: Artur Bergman <artur@contiller.se>
18902              Date: Thu, 21 Jun 2001 14:04:54 +0200
18903              Message-ID: <B757AF86.1842%artur@contiller.se>
18904      Branch: perl
18905            ! op.h
18906 ____________________________________________________________________________
18907 [ 10769] By: jhi                                   on 2001/06/21  12:08:03
18908         Log: Subject: Re: perl@10765: sv.c not OK on win32
18909              From: Artur Bergman <artur@contiller.se>
18910              Date: Thu, 21 Jun 2001 10:31:06 +0200
18911              Message-ID: <B7577D69.182C%artur@contiller.se>
18912      Branch: perl
18913            ! sv.c
18914 ____________________________________________________________________________
18915 [ 10768] By: jhi                                   on 2001/06/21  12:03:56
18916         Log: Subject: [PATCH 5.6.1] OS2 getpw*, getgr*
18917              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18918              Date: Thu, 21 Jun 2001 06:23:56 -0400
18919              Message-ID: <20010621062356.A8619@math.ohio-state.edu>
18920              
18921              Subject: Re: [PATCH 5.6.1] OS2 getpw*, getgr*
18922              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18923              Date: Thu, 21 Jun 2001 06:32:21 -0400
18924              Message-ID: <20010621063221.A8823@math.ohio-state.edu>
18925      Branch: perl
18926            ! lib/File/Glob/basic.t makedef.pl os2/os2.c os2/os2ish.h
18927 ____________________________________________________________________________
18928 [ 10767] By: jhi                                   on 2001/06/21  12:00:07
18929         Log: Subject: [PATCH] make syslog test more verbose
18930              From: Robert Spier <rspier@pobox.com>
18931              Date: Thu, 21 Jun 2001 00:54:32 -0400
18932              Message-ID: <15153.32264.295807.333073@rls.cx>
18933      Branch: perl
18934            ! ext/Sys/Syslog/syslog.t
18935 ____________________________________________________________________________
18936 [ 10766] By: jhi                                   on 2001/06/20  23:27:57
18937         Log: Subject: op/study.t refinements
18938              From: Hugo <hv@crypt.compulink.co.uk>
18939              Date: Thu, 21 Jun 2001 00:29:07 +0100
18940              Message-Id: <200106202329.AAA31397@crypt.compulink.co.uk>
18941      Branch: perl
18942            ! t/op/study.t
18943 ____________________________________________________________________________
18944 [ 10765] By: jhi                                   on 2001/06/20  19:51:47
18945         Log: Update Changes.
18946      Branch: perl
18947            ! Changes patchlevel.h
18948 ____________________________________________________________________________
18949 [ 10764] By: jhi                                   on 2001/06/20  19:00:23
18950         Log: Subject: Re: [PATCH] djgpp updates
18951              From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
18952              Date: Wed, 20 Jun 2001 10:05:15 +0200
18953              Message-ID: <20010620100515.L5600@libra.eth.ericsson.se>
18954      Branch: perl
18955            ! djgpp/config.over
18956 ____________________________________________________________________________
18957 [ 10763] By: jhi                                   on 2001/06/20  18:58:06
18958         Log: Fix for ID 20010619.002 "When building hash, hash keys that
18959              are function calls are not being called", from Abhijit.
18960      Branch: perl
18961            ! t/base/lex.t toke.c
18962 ____________________________________________________________________________
18963 [ 10762] By: jhi                                   on 2001/06/20  18:45:00
18964         Log: Upgrade to Locale::Maketext 1.02, from Sean Burke.
18965      Branch: perl
18966            + lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/README
18967            + lib/Locale/Maketext/test.pl
18968            - lib/Locale/Maketext.t
18969            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext.pod
18970            ! lib/Locale/Maketext/TPJ13.pod
18971 ____________________________________________________________________________
18972 [ 10761] By: jhi                                   on 2001/06/20  18:44:15
18973         Log: Metaconfig unit change for #10760.
18974      Branch: metaconfig
18975            ! U/modified/Cppsym.U
18976 ____________________________________________________________________________
18977 [ 10760] By: jhi                                   on 2001/06/20  18:42:04
18978         Log: Do not remove the ccsym* Cppsym* files since
18979              they are useful for metaconfig units coming after us.
18980              (This is the Configure nit mentioned in #10752.)
18981      Branch: perl
18982            ! Configure
18983 ____________________________________________________________________________
18984 [ 10759] By: jhi                                   on 2001/06/20  18:02:18
18985         Log: Update to I18N::LangTags 0.24, from Sean Burke.
18986      Branch: perl
18987            + lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
18988            + lib/I18N/LangTags/README
18989            - lib/I18N/LangTags/List.pod
18990            ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/test.pl
18991 ____________________________________________________________________________
18992 [ 10758] By: jhi                                   on 2001/06/20  17:34:43
18993         Log: Regen headers.
18994      Branch: perl
18995            ! embed.h embedvar.h global.sym perlapi.c perlapi.h
18996            ! pod/perlapi.pod proto.h
18997 ____________________________________________________________________________
18998 [ 10757] By: jhi                                   on 2001/06/20  17:23:08
18999         Log: Subject: [PATCH] Fixes case of CvDEPTH for perl_clone
19000              From: Artur Bergman <artur@contiller.se>
19001              Date: Wed, 20 Jun 2001 11:31:32 +0200
19002              Message-ID: <B7563A14.17D8%artur@contiller.se>
19003      Branch: perl
19004            ! embed.pl hv.c intrpvar.h sv.c sv.h
19005 ____________________________________________________________________________
19006 [ 10756] By: jhi                                   on 2001/06/20  17:13:26
19007         Log: Subject: Fix for [ID 20010124.001] POSIX::errno unreliable
19008              From: Tim Sweetman <tim@aldigital.co.uk> 
19009              Date: Wed, 13 Jun 2001 14:25:17 +0100 
19010              Message-ID: <3B2769BD.68B4F4B3@aldigital.co.uk> 
19011      Branch: perl
19012            ! ext/POSIX/POSIX.t lib/AutoLoader.pm
19013 ____________________________________________________________________________
19014 [ 10755] By: nick                                  on 2001/06/20  16:12:37
19015         Log: Integrate mainline
19016      Branch: perlio
19017           !> embed.h embed.pl ext/Cwd/Cwd.xs ext/Filter/t/call.t
19018           !> ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/t/io_sock.t
19019           !> ext/POSIX/POSIX.xs hints/mpeix.sh lib/File/Temp/security.t
19020           !> lib/FileHandle.t mpeix/mpeixish.h mpeix/relink objXSUB.h
19021           !> perlapi.c pod/perldiag.pod pp_sys.c proto.h t/op/pwent.t
19022           !> t/op/study.t util.c
19023 ____________________________________________________________________________
19024 [ 10754] By: gsar                                  on 2001/06/20  15:22:27
19025         Log: missing ld entry in Config.pm on Windows (makefile.mk had it,
19026              but not Makefile)
19027      Branch: maint-5.6/perl
19028            ! win32/Makefile
19029 ____________________________________________________________________________
19030 [ 10753] By: jhi                                   on 2001/06/20  14:03:20
19031         Log: Security tweak on readlink().
19032      Branch: perl
19033            ! pp_sys.c
19034 ____________________________________________________________________________
19035 [ 10752] By: jhi                                   on 2001/06/20  14:00:23
19036         Log: MPE/iX fixes from Mark Bixby (a Configure fix is also needed.)
19037      Branch: perl
19038            ! ext/Filter/t/call.t ext/IO/lib/IO/t/io_sock.t hints/mpeix.sh
19039            ! lib/File/Temp/security.t lib/FileHandle.t mpeix/mpeixish.h
19040            ! mpeix/relink t/op/pwent.t
19041 ____________________________________________________________________________
19042 [ 10751] By: jhi                                   on 2001/06/20  13:57:27
19043         Log: Reinstate #10725 (with probe for alarm()).
19044      Branch: perl
19045            ! t/op/study.t
19046 ____________________________________________________________________________
19047 [ 10750] By: jhi                                   on 2001/06/20  13:53:46
19048         Log: Replace our implementation of realpath() with OpenBSD's
19049              (src/lib/libc/stdlib/realpath.c 1.4).
19050      Branch: perl
19051            ! embed.h embed.pl ext/Cwd/Cwd.xs objXSUB.h perlapi.c
19052            ! pod/perldiag.pod proto.h util.c
19053 ____________________________________________________________________________
19054 [ 10749] By: jhi                                   on 2001/06/20  13:07:49
19055         Log: Integrate perlio.
19056      Branch: perl
19057           !> perlio.c
19058 ____________________________________________________________________________
19059 [ 10748] By: jhi                                   on 2001/06/20  13:07:18
19060         Log: No point in going into memory-saving contortions
19061              with getcwd() since there's a danger of buffer overflow.
19062              Also make the POSIX extension to use sv_getcwd().
19063              Finally, a missed proto.h fragment.
19064      Branch: perl
19065            ! ext/POSIX/POSIX.xs proto.h util.c
19066 ____________________________________________________________________________
19067 [ 10747] By: nick                                  on 2001/06/20  12:38:26
19068         Log: Fix PERLIO=unix bug, while restoring maximal buffer in PerlIOBuf_unread.
19069      Branch: perlio
19070            ! perlio.c
19071 ____________________________________________________________________________
19072 [ 10746] By: jhi                                   on 2001/06/20  11:51:10
19073         Log: Subject: Re: Bug in IO::Socket::INET module (repeat)
19074              From: Graham Barr <gbarr@pobox.com>
19075              Date: Wed, 20 Jun 2001 11:05:49 +0100
19076              Message-ID: <20010620110549.I19188@pobox.com>
19077              
19078              reported in        
19079              
19080              Subject: Bug in IO::Socket::INET module (repeat)
19081              From: "Harmon S. Nine" <hnine@netarx.com>
19082              Date: Tue, 19 Jun 2001 09:41:35 -0400
19083              Message-ID: <3B2F568F.8080605@netarx.com>
19084              
19085              The bug was that the IO::Socket::INET constructor
19086              did not allow a 'LocalPort' of 0.
19087      Branch: perl
19088            ! ext/IO/lib/IO/Socket/INET.pm
19089 ____________________________________________________________________________
19090 [ 10745] By: nick                                  on 2001/06/20  08:56:39
19091         Log: Integrate mainline.
19092      Branch: perlio
19093           !> (integrate 37 files)
19094 ____________________________________________________________________________
19095 [ 10744] By: jhi                                   on 2001/06/20  04:54:53
19096         Log: After some reading I don't think we can blindly
19097              use systems' realpath().  Too many security problems,
19098              too many buggy implementations.
19099              
19100              TODO: the realpath() emulation code in util.c doesn't
19101              seem fully operational?  (readlink(), for example?)
19102      Branch: perl
19103            ! Configure Makefile.micro Porting/Glossary Porting/config.sh
19104            ! Porting/config_H config_h.SH embed.h embed.pl global.sym
19105            ! objXSUB.h perlapi.c pod/perldiag.pod pod/perltoc.pod uconfig.h
19106            ! uconfig.sh util.c vos/config.alpha.def vos/config.alpha.h
19107            ! vos/config.ga.def vos/config.ga.h win32/config_H.bc
19108            ! win32/config_H.gc win32/config_H.vc
19109 ____________________________________________________________________________
19110 [ 10743] By: jhi                                   on 2001/06/20  00:48:48
19111         Log: Metaconfig unit change for #10738.
19112      Branch: metaconfig
19113            ! U/compline/d_gconvert.U
19114 ____________________________________________________________________________
19115 [ 10742] By: jhi                                   on 2001/06/20  00:48:20
19116         Log: Integrate change #10739 from maintperl:
19117              
19118              C<eval "/x$\r\n/x"> fails to compile correctly 
19119      Branch: perl
19120           !> t/op/pat.t toke.c
19121 ____________________________________________________________________________
19122 [ 10741] By: jhi                                   on 2001/06/20  00:41:05
19123         Log: Retract #10725 (Hugo asked NOT to apply the patch)
19124      Branch: perl
19125            ! t/op/study.t
19126 ____________________________________________________________________________
19127 [ 10740] By: jhi                                   on 2001/06/19  23:58:25
19128         Log: The test.third results were funnily named because of the
19129              new test scheme.
19130      Branch: perl
19131            ! t/TEST
19132 ____________________________________________________________________________
19133 [ 10739] By: gsar                                  on 2001/06/19  23:49:15
19134         Log: C<eval "/x$\r\n/x"> fails to compile correctly
19135      Branch: maint-5.6/perl
19136            ! t/op/pat.t toke.c
19137 ____________________________________________________________________________
19138 [ 10738] By: jhi                                   on 2001/06/19  23:04:15
19139         Log: Subject: [ID 20010619.012] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED) 
19140              From: Spider Boardman <spider@Orb.Nashua.NH.US>
19141              Date: Tue, 19 Jun 2001 19:15:40 -0400
19142              Message-Id: <200106192315.TAA18531@Orb.Nashua.NH.US>
19143              
19144              The bigintpm.t #1183 failing in Tru64 (and also Cygwin)
19145              because "1e+129" being expected but "1.e+129" being returned.
19146              The culprit (at least in Tru64) is the use of gcvt().
19147      Branch: perl
19148            ! Configure
19149 ____________________________________________________________________________
19150 [ 10737] By: jhi                                   on 2001/06/19  22:56:52
19151         Log: Subject: [PATCH perl@10722] test hunting on VMS
19152              From: "Craig A. Berry" <craigberry@mac.com>
19153              Message-Id: <5.1.0.14.0.20010619183530.01c4bdb8@exchi01>
19154              Date: Tue, 19 Jun 2001 18:59:01 -0500
19155      Branch: perl
19156            ! vms/test.com
19157 ____________________________________________________________________________
19158 [ 10736] By: jhi                                   on 2001/06/19  21:32:29
19159         Log: Subject: [PATCH] s/typos//
19160              From: Abhijit Menon-Sen <ams@wiw.org>
19161              Date: Wed, 20 Jun 2001 02:15:02 +0530
19162              Message-ID: <20010620021502.A14541@lustre.linux.in>
19163              
19164              Without the op.h s/bearword/bareword/ hunk, see
19165              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/1998-02/msg00370.html
19166      Branch: perl
19167            ! util.c
19168 ____________________________________________________________________________
19169 [ 10735] By: jhi                                   on 2001/06/19  21:26:43
19170         Log: Metaconfig unit change for #10732 and #10733.
19171      Branch: metaconfig/U/perl
19172            ! fflushall.U
19173 ____________________________________________________________________________
19174 [ 10734] By: jhi                                   on 2001/06/19  21:24:41
19175         Log: Subject: [PATCH perl@10722] build ext/Socket dynamically on VMS
19176              From: "Craig A. Berry" <craigberry@mac.com>
19177              Date: Tue, 19 Jun 2001 17:19:48 -0500
19178              Message-Id: <5.1.0.14.0.20010619165650.01bd8478@exchi01>
19179      Branch: perl
19180            ! configure.com vms/descrip_mms.template
19181 ____________________________________________________________________________
19182 [ 10733] By: jhi                                   on 2001/06/19  19:57:44
19183         Log: Subject: [ID 20010619.011] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED)
19184              From: Spider Boardman <spider@Orb.Nashua.NH.US>
19185              Date: Tue, 19 Jun 2001 16:48:07 -0400
19186              Message-Id: <200106192048.QAA20849@Orb.Nashua.NH.US>
19187              
19188              Further fixes to fflush(NULL) detection.
19189      Branch: perl
19190            ! Configure
19191 ____________________________________________________________________________
19192 [ 10732] By: jhi                                   on 2001/06/19  19:38:20
19193         Log: AIX test -s hangs with non-existent files?
19194              (A genuine logic bug in Configure, but AIX also broken?)
19195      Branch: perl
19196            ! Configure
19197 ____________________________________________________________________________
19198 [ 10731] By: jhi                                   on 2001/06/19  19:17:35
19199         Log: AUTHORS updates.
19200      Branch: perl
19201            ! AUTHORS
19202 ____________________________________________________________________________
19203 [ 10730] By: jhi                                   on 2001/06/19  19:03:07
19204         Log: Subject: [ID 20010619.007] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-perlio 4.0f (UNINSTALLED)
19205              From: Spider Boardman <spider@Orb.Nashua.NH.US>
19206              Date: Tue, 19 Jun 2001 15:33:25 -0400
19207              Message-Id: <200106191933.PAA08415@Orb.Nashua.NH.US>
19208      Branch: perl
19209            ! ext/POSIX/POSIX.t lib/warnings.t perlio.c t/lib/1_compile.t
19210            ! t/lib/warnings/pp
19211 ____________________________________________________________________________
19212 [ 10729] By: jhi                                   on 2001/06/19  18:34:10
19213         Log: Integrate perlio.
19214      Branch: perl
19215           !> lib/File/Find/find.t win32/distclean.bat
19216 ____________________________________________________________________________
19217 [ 10728] By: nick                                  on 2001/06/19  18:24:53
19218         Log: Hack File/Find/find.t to use File::Spec::Unix on Win32.
19219      Branch: perlio
19220            ! lib/File/Find/find.t win32/distclean.bat
19221 ____________________________________________________________________________
19222 [ 10727] By: jhi                                   on 2001/06/19  18:07:31
19223         Log: Furthwer tweak the fdopen() spot as suggseted by Jeff Pinyan;
19224              also add information how to find out whether one has PerlIO.
19225      Branch: perl
19226            ! pod/perlfunc.pod
19227 ____________________________________________________________________________
19228 [ 10726] By: jhi                                   on 2001/06/19  17:59:30
19229         Log: Subject: [ID 20010619.005] two typos in pod/perlfunc.pod
19230              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
19231              Date: Tue, 19 Jun 2001 11:36:32 -0700 (PDT)
19232              Message-Id: <200106191836.LAA21471@ventrue.corp.yahoo.com>
19233      Branch: perl
19234            ! pod/perlfunc.pod
19235 ____________________________________________________________________________
19236 [ 10725] By: jhi                                   on 2001/06/19  17:28:30
19237         Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study 
19238              From: Hugo <hv@crypt.compulink.co.uk>
19239              Date: Tue, 19 Jun 2001 12:37:30 +0100
19240              Message-Id: <200106191137.MAA15185@crypt.compulink.co.uk>
19241      Branch: perl
19242            ! t/op/study.t
19243 ____________________________________________________________________________
19244 [ 10724] By: jhi                                   on 2001/06/19  17:22:20
19245         Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study 
19246              From: Hugo <hv@crypt.compulink.co.uk>
19247              Message-Id: <200106191215.NAA17691@crypt.compulink.co.uk>
19248              Date: Tue, 19 Jun 2001 13:15:17 +0100
19249      Branch: perl
19250            ! util.c
19251 ____________________________________________________________________________
19252 [ 10723] By: nick                                  on 2001/06/19  14:46:15
19253         Log: Integrate mainline
19254      Branch: perlio
19255           +> ext/IPC/SysV/ipcsysv.t ext/Thread/create.tx ext/Thread/die.tx
19256           +> ext/Thread/die2.tx ext/Thread/io.tx ext/Thread/join.tx
19257           +> ext/Thread/join2.tx ext/Thread/list.tx ext/Thread/lock.tx
19258           +> ext/Thread/queue.tx ext/Thread/specific.tx ext/Thread/sync.tx
19259           +> ext/Thread/sync2.tx ext/Thread/unsync.tx ext/Thread/unsync2.tx
19260           +> ext/Thread/unsync3.tx ext/Thread/unsync4.tx
19261            - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
19262            - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
19263            - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
19264            - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
19265            - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
19266            - ext/Thread/unsync4.t
19267           !> Changes MANIFEST NetWare/Makefile NetWare/config.wc
19268           !> djgpp/config.over djgpp/fixpmain
19269           !> ext/DynaLoader/DynaLoader_pm.PL ext/IPC/SysV/t/msg.t
19270           !> ext/IPC/SysV/t/sem.t handy.h hv.c lib/ExtUtils/MM_Unix.pm
19271           !> patchlevel.h perl.h utils/libnetcfg.PL win32/Makefile
19272 ____________________________________________________________________________
19273 [ 10722] By: jhi                                   on 2001/06/19  11:55:30
19274         Log: Update Changes.
19275      Branch: perl
19276            ! Changes patchlevel.h
19277 ____________________________________________________________________________
19278 [ 10721] By: jhi                                   on 2001/06/19  11:29:34
19279         Log: The existence shall be MANIFESted.
19280      Branch: perl
19281            ! MANIFEST
19282 ____________________________________________________________________________
19283 [ 10720] By: jhi                                   on 2001/06/19  10:58:09
19284         Log: The old libnet.cfg is first searched from the current directory,
19285              only then from the module path.
19286      Branch: perl
19287            ! utils/libnetcfg.PL
19288 ____________________________________________________________________________
19289 [ 10719] By: jhi                                   on 2001/06/19  10:55:59
19290         Log: NetWare tweaks from Guruprasad.
19291      Branch: perl
19292            ! NetWare/Makefile NetWare/config.wc
19293 ____________________________________________________________________________
19294 [ 10718] By: jhi                                   on 2001/06/19  10:54:22
19295         Log: Subject: [PATCH] djgpp updates
19296              From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
19297              Date: Tue, 19 Jun 2001 10:59:06 +0200
19298              Message-ID: <20010619105906.C5600@libra.eth.ericsson.se>
19299      Branch: perl
19300            ! djgpp/config.over djgpp/fixpmain
19301 ____________________________________________________________________________
19302 [ 10717] By: jhi                                   on 2001/06/19  10:53:20
19303         Log: Subject: [PATCH: perl@10689]let MS VC 5 resolve _PerlIO_win32
19304              From: Prymmer/Kahn <pvhp@best.com>
19305              Date: Mon, 18 Jun 2001 23:48:52 -0700 (PDT)
19306              Message-ID: <Pine.BSF.4.21.0106182345100.17670-100000@shell8.ba.best.com>
19307      Branch: perl
19308            ! win32/Makefile
19309 ____________________________________________________________________________
19310 [ 10716] By: jhi                                   on 2001/06/19  10:52:25
19311         Log: The INT32_MIN_BROKEN and INT64_MIN_BROKEN tweaks needs
19312              to happen right after the inclusion of <inttypes.h>,
19313              from Edward Moy.
19314      Branch: perl
19315            ! handy.h perl.h
19316 ____________________________________________________________________________
19317 [ 10715] By: jhi                                   on 2001/06/19  10:49:21
19318         Log: Subject: [patch] preserve @DynaLoader::dl_{librefs,modules}
19319              From: Doug MacEachern <dougm@covalent.net>
19320              Date: Mon, 18 Jun 2001 22:13:38 -0700 (PDT)
19321              Message-ID: <Pine.LNX.4.21.0106182210570.22114-100000@mako.covalent.net>
19322      Branch: perl
19323            ! ext/DynaLoader/DynaLoader_pm.PL
19324 ____________________________________________________________________________
19325 [ 10714] By: jhi                                   on 2001/06/19  10:48:19
19326         Log: Revert #10656 for perfomance reasons but leave in the
19327              use of Hv*() macros -- in comments, so that grepping the
19328              source is easier, from Abhijit.  (Also add the ENV_HV_NAME speedup
19329              suggested by Sarathy, also by Abhijit.)
19330      Branch: perl
19331            ! hv.c
19332 ____________________________________________________________________________
19333 [ 10713] By: jhi                                   on 2001/06/19  10:46:08
19334         Log: Subject: [patch] .s MakeMaker suffix
19335              From: Doug MacEachern <dougm@covalent.net>
19336              Date: Mon, 18 Jun 2001 21:23:11 -0700 (PDT)
19337              Message-ID: <Pine.LNX.4.21.0106182120250.22114-100000@mako.covalent.net>
19338      Branch: perl
19339            ! lib/ExtUtils/MM_Unix.pm
19340 ____________________________________________________________________________
19341 [ 10712] By: jhi                                   on 2001/06/19  10:34:35
19342         Log: One test lost in the big shuffle restored.
19343      Branch: perl
19344            + ext/IPC/SysV/ipcsysv.t
19345            ! MANIFEST ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
19346 ____________________________________________________________________________
19347 [ 10711] By: jhi                                   on 2001/06/19  10:25:46
19348         Log: Rename the old non-standard threads tests so that
19349              they won't be invoked.
19350      Branch: perl
19351            + ext/Thread/create.tx ext/Thread/die.tx ext/Thread/die2.tx
19352            + ext/Thread/io.tx ext/Thread/join.tx ext/Thread/join2.tx
19353            + ext/Thread/list.tx ext/Thread/lock.tx ext/Thread/queue.tx
19354            + ext/Thread/specific.tx ext/Thread/sync.tx ext/Thread/sync2.tx
19355            + ext/Thread/unsync.tx ext/Thread/unsync2.tx
19356            + ext/Thread/unsync3.tx ext/Thread/unsync4.tx
19357            - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
19358            - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
19359            - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
19360            - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
19361            - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
19362            - ext/Thread/unsync4.t
19363            ! MANIFEST
19364 ____________________________________________________________________________
19365 [ 10710] By: jhi                                   on 2001/06/19  10:18:41
19366         Log: Integrate perlio.
19367      Branch: perl
19368           !> win32/config_sh.PL
19369 ____________________________________________________________________________
19370 [ 10709] By: nick                                  on 2001/06/19  08:18:18
19371         Log: Integrate mainline
19372      Branch: perlio
19373           +> (branch 40 files)
19374            - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
19375            - lib/strict/subs lib/strict/vars lib/warnings/1global
19376            - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
19377            - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
19378            - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
19379            - lib/warnings/doio lib/warnings/doop lib/warnings/gv
19380            - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
19381            - lib/warnings/op lib/warnings/perl lib/warnings/perlio
19382            - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
19383            - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
19384            - lib/warnings/regexec lib/warnings/run lib/warnings/sv
19385            - lib/warnings/taint lib/warnings/toke lib/warnings/universal
19386            - lib/warnings/utf8 lib/warnings/util
19387           !> (integrate 57 files)
19388 ____________________________________________________________________________
19389 [ 10708] By: nick                                  on 2001/06/19  07:57:10
19390         Log: Get Win32 known_extensions and extensions right in config.sh and hence Config.pm
19391      Branch: perlio
19392            ! win32/config_sh.PL
19393 ____________________________________________________________________________
19394 [ 10707] By: nick                                  on 2001/06/19  07:05:07
19395         Log: Perly.y and related file fixes to keep mainframe yacc (and bison) happy.
19396      Branch: perl
19397            ! perly.c perly.y perly_c.diff vms/perly_c.vms
19398 ____________________________________________________________________________
19399 [ 10706] By: jhi                                   on 2001/06/19  02:58:26
19400         Log: More perl572delta tweaks.
19401      Branch: perl
19402            ! pod/perl572delta.pod
19403 ____________________________________________________________________________
19404 [ 10705] By: jhi                                   on 2001/06/19  01:53:40
19405         Log: Update perl572delta.
19406      Branch: perl
19407            ! pod/perl572delta.pod
19408 ____________________________________________________________________________
19409 [ 10704] By: jhi                                   on 2001/06/19  01:28:40
19410         Log: VOS updates from Paul Green.
19411      Branch: perl
19412            ! vos/Changes vos/build.cm vos/perl.bind
19413 ____________________________________________________________________________
19414 [ 10703] By: jhi                                   on 2001/06/19  01:03:53
19415         Log: Update the vos/config.*.* files.
19416      Branch: perl
19417            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
19418            ! vos/config.ga.h
19419 ____________________________________________________________________________
19420 [ 10702] By: jhi                                   on 2001/06/19  01:03:32
19421         Log: Add a makefile for more painless adding of symbols to the
19422              VOS headers while in UNIX (in VOS the vos/configure_perl.cm
19423              takes care of the adding)
19424      Branch: perl
19425            + vos/Makefile
19426 ____________________________________________________________________________
19427 [ 10701] By: jhi                                   on 2001/06/19  00:51:44
19428         Log: Make libnetcfg by default display the libnet configuration,
19429              -c to change, add -i for old config, document all options,
19430              regen toc.
19431      Branch: perl
19432            ! pod/perltoc.pod pod/perlutil.pod utils/libnetcfg.PL
19433 ____________________________________________________________________________
19434 [ 10700] By: jhi                                   on 2001/06/18  23:45:12
19435         Log: gcc -Wall sweep.
19436      Branch: perl
19437            ! ext/IO/IO.xs ext/Time/Piece/Piece.xs
19438 ____________________________________________________________________________
19439 [ 10699] By: jhi                                   on 2001/06/18  23:19:53
19440         Log: So there.
19441      Branch: perl
19442            ! universal.c
19443 ____________________________________________________________________________
19444 [ 10698] By: jhi                                   on 2001/06/18  23:10:22
19445         Log: Document the need for sv_printify().
19446              
19447              Document that 'use utf8' has been considered.
19448              
19449              (An unfinished, gcc 3.0 -Wall nit fix also slipped in, gack.)
19450      Branch: perl
19451            ! pod/perltodo.pod universal.c
19452 ____________________________________________________________________________
19453 [ 10697] By: jhi                                   on 2001/06/18  22:50:53
19454         Log: Subject: Re: [PATCH] Re: [PATCH] Re: perl@10611
19455              From: Nicholas Clark <nick@ccl4.org>
19456              Date: Mon, 18 Jun 2001 23:29:23 +0100
19457              Message-ID: <20010618232923.I98663@plum.flirble.org>
19458      Branch: perl
19459            ! ext/POSIX/Makefile.PL ext/Socket/Makefile.PL
19460            ! ext/Sys/Syslog/Makefile.PL
19461 ____________________________________________________________________________
19462 [ 10696] By: jhi                                   on 2001/06/18  22:39:32
19463         Log: Subject: [PATCH: 5.6.1] perl5db.pl v1.07 + docs
19464              From: Scott.L.Miller@Compaq.com
19465              Date: Mon, 18 Jun 2001 10:12:27 -0500
19466              Message-ID: <86256A6F.00538A54.00@omacmta01.custom-edge.com>
19467      Branch: perl
19468            ! lib/perl5db.pl pod/perldebug.pod
19469 ____________________________________________________________________________
19470 [ 10695] By: jhi                                   on 2001/06/18  22:35:13
19471         Log: Subject: [PATCH lib/Carp/Heavy.pm] malformed POSIX negation
19472              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
19473              Date: Mon, 18 Jun 2001 16:52:24 -0400 (EDT)
19474              Message-ID: <Pine.GSO.4.21.0106181650590.17386-100000@crusoe.crusoe.net>
19475      Branch: perl
19476            ! lib/Carp/Heavy.pm
19477 ____________________________________________________________________________
19478 [ 10694] By: jhi                                   on 2001/06/18  22:34:06
19479         Log: Subject: [PATCH] Documentation changes for CLONE
19480              From: Artur Bergman <artur@contiller.se>
19481              Date: Mon, 18 Jun 2001 22:06:37 +0200
19482              Message-ID: <B7542BEC.1719%artur@contiller.se>
19483      Branch: perl
19484            ! pod/perlmod.pod pod/perlsub.pod
19485 ____________________________________________________________________________
19486 [ 10693] By: jhi                                   on 2001/06/18  22:31:38
19487         Log: Subject: Re: configure.com
19488              From: "Craig A. Berry" <craigberry@mac.com>
19489              Date: Mon, 18 Jun 2001 16:04:38 -0500
19490              Message-Id: <5.1.0.14.0.20010618154549.0318c090@mail.mac.com>
19491      Branch: perl
19492            ! configure.com
19493 ____________________________________________________________________________
19494 [ 10692] By: jhi                                   on 2001/06/18  22:30:43
19495         Log: Subject: PL_nullstash + perl_clone()
19496              From: Doug MacEachern <dougm@covalent.net>
19497              Date: Mon, 18 Jun 2001 16:24:22 -0700 (PDT)
19498              Message-ID: <Pine.LNX.4.21.0106181621040.11974-100000@mako.covalent.net>
19499      Branch: perl
19500            ! sv.c
19501 ____________________________________________________________________________
19502 [ 10691] By: jhi                                   on 2001/06/18  22:26:20
19503         Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
19504              From: davem@fdgroup.co.uk
19505              Date: Mon, 18 Jun 2001 21:29:45 +0100 (BST)
19506              Message-Id: <200106182029.VAA06503@gizmo.fdgroup.co.uk>
19507      Branch: perl
19508            ! embed.pl pod/perlapi.pod
19509 ____________________________________________________________________________
19510 [ 10690] By: jhi                                   on 2001/06/18  22:17:05
19511         Log: More cross-compilation defaults gleaned from -Dcc
19512              if it is CPU-OS-gcc.
19513      Branch: metaconfig
19514            ! U/modified/libc.U
19515      Branch: metaconfig/U/perl
19516            ! Cross.U
19517      Branch: perl
19518            ! Configure INSTALL
19519 ____________________________________________________________________________
19520 [ 10689] By: jhi                                   on 2001/06/18  13:59:47
19521         Log: Update Changes.
19522      Branch: perl
19523            ! Changes patchlevel.h
19524 ____________________________________________________________________________
19525 [ 10688] By: jhi                                   on 2001/06/18  13:44:18
19526         Log: Subject: [PATCH 5.7.1] sv.c documentation
19527              From: davem@fdgroup.co.uk
19528              Date: Mon, 18 Jun 2001 00:47:52 +0100 (BST)
19529              Message-Id: <200106172347.AAA05475@gizmo.fdgroup.co.uk>
19530      Branch: perl
19531            ! embed.pl pod/perlapi.pod pod/perlguts.pod pod/perlintern.pod
19532            ! sv.c sv.h
19533 ____________________________________________________________________________
19534 [ 10687] By: jhi                                   on 2001/06/18  13:38:03
19535         Log: Subject: [PATCH bleadperl DOC] $@ Clarification in pod/perlvar.pod
19536              From: "Jon Gunnip" <jongunnip@hotmail.com>
19537              Date: Sun, 17 Jun 2001 18:24:29 -0400
19538              Message-ID: <F136EXUIEAOeIiGXix40000e3a7@hotmail.com>
19539      Branch: perl
19540            ! pod/perlvar.pod
19541 ____________________________________________________________________________
19542 [ 10686] By: jhi                                   on 2001/06/18  13:32:13
19543         Log: Move the locale/strict/warnings helper files back
19544              under the t/lib; this way the amount of non-installabled
19545              stuff under lib/ stays smaller.
19546      Branch: perl
19547            + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/strict/refs
19548            + t/lib/strict/subs t/lib/strict/vars t/lib/warnings/1global
19549            + t/lib/warnings/2use t/lib/warnings/3both t/lib/warnings/4lint
19550            + t/lib/warnings/5nolint t/lib/warnings/6default
19551            + t/lib/warnings/7fatal t/lib/warnings/8signal
19552            + t/lib/warnings/9enabled t/lib/warnings/av t/lib/warnings/doio
19553            + t/lib/warnings/doop t/lib/warnings/gv t/lib/warnings/hv
19554            + t/lib/warnings/malloc t/lib/warnings/mg t/lib/warnings/op
19555            + t/lib/warnings/perl t/lib/warnings/perlio t/lib/warnings/perly
19556            + t/lib/warnings/pp t/lib/warnings/pp_ctl t/lib/warnings/pp_hot
19557            + t/lib/warnings/pp_sys t/lib/warnings/regcomp
19558            + t/lib/warnings/regexec t/lib/warnings/run t/lib/warnings/sv
19559            + t/lib/warnings/taint t/lib/warnings/toke
19560            + t/lib/warnings/universal t/lib/warnings/utf8
19561            + t/lib/warnings/util
19562            - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
19563            - lib/strict/subs lib/strict/vars lib/warnings/1global
19564            - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
19565            - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
19566            - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
19567            - lib/warnings/doio lib/warnings/doop lib/warnings/gv
19568            - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
19569            - lib/warnings/op lib/warnings/perl lib/warnings/perlio
19570            - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
19571            - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
19572            - lib/warnings/regexec lib/warnings/run lib/warnings/sv
19573            - lib/warnings/taint lib/warnings/toke lib/warnings/universal
19574            - lib/warnings/utf8 lib/warnings/util
19575            ! MANIFEST installperl lib/locale.t lib/strict.t
19576 ____________________________________________________________________________
19577 [ 10685] By: jhi                                   on 2001/06/18  13:11:49
19578         Log: Split off the pack/unpack code, from Nicholas Clark.
19579      Branch: perl
19580            + pp_pack.c
19581            ! MANIFEST Makefile.SH Makefile.micro cflags.SH embed.h embed.pl
19582            ! objXSUB.h perlapi.c pod/perlhack.pod pp.c proto.h
19583            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
19584 ____________________________________________________________________________
19585 [ 10684] By: jhi                                   on 2001/06/18  12:25:55
19586         Log: Guard the SysV IPC tests against being invoked in
19587              SysV-IPC-less places.
19588      Branch: perl
19589            ! ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
19590 ____________________________________________________________________________
19591 [ 10683] By: nick                                  on 2001/06/18  12:24:42
19592         Log: Integrate mainline (new test scheme now ok on Linux).
19593      Branch: perlio
19594           +> lib/warnings.t
19595           !> dump.c sv.c
19596 ____________________________________________________________________________
19597 [ 10682] By: jhi                                   on 2001/06/18  12:20:50
19598         Log: Add the locale.c and numeric.c to the microperl sources.
19599      Branch: perl
19600            ! Makefile.micro win32/Makefile
19601 ____________________________________________________________________________
19602 [ 10681] By: jhi                                   on 2001/06/18  11:57:45
19603         Log: Subject: [PATCH dump.c] FLAGS = (...,OUR,TYPED,...)
19604              From: Abhijit Menon-Sen <ams@wiw.org>
19605              Date: Mon, 18 Jun 2001 14:23:44 +0530
19606              Message-ID: <20010618142344.A13136@lustre.linux.in>
19607      Branch: perl
19608            ! dump.c
19609 ____________________________________________________________________________
19610 [ 10680] By: jhi                                   on 2001/06/18  11:56:12
19611         Log: Subject: Re: [PATCH] more anonymous stash cleanups
19612              From: Abhijit Menon-Sen <ams@wiw.org>
19613              Date: Mon, 18 Jun 2001 15:50:32 +0530
19614              Message-ID: <20010618155032.A13223@lustre.linux.in>
19615              
19616              Plus the comment left in as suggested by NI-S.
19617      Branch: perl
19618            ! sv.c
19619 ____________________________________________________________________________
19620 [ 10679] By: jhi                                   on 2001/06/18  11:49:27
19621         Log: One missed file.
19622      Branch: perl
19623            + lib/warnings.t
19624 ____________________________________________________________________________
19625 [ 10678] By: nick                                  on 2001/06/18  08:05:29
19626         Log: Integrate mainline (part2 - the deletes)
19627      Branch: perlio
19628            - lib/Text/Abbrev/t/abbrev.t t/lib/anydbm.t t/lib/b-stash.t
19629            - t/lib/bigfltpm.t t/lib/bigintpm.t t/lib/cwd.t t/lib/db-btree.t
19630            - t/lib/db-hash.t t/lib/db-recno.t t/lib/extutils.t
19631            - t/lib/filefind.t t/lib/filehand.t t/lib/filter-util.t
19632            - t/lib/findtaint.t t/lib/ftmp-security.t t/lib/gdbm.t
19633            - t/lib/glob-basic.t t/lib/glob-case.t t/lib/io_dup.t
19634            - t/lib/io_poll.t t/lib/io_sel.t t/lib/io_taint.t t/lib/mbimbf.t
19635            - t/lib/ndbm.t t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t
19636            - t/lib/open3.t t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t
19637            - t/lib/syslfs.t t/pragma/locale.t t/pragma/strict.t
19638            - t/pragma/subs.t t/pragma/warn/mg t/pragma/warnings.t
19639 ____________________________________________________________________________
19640 [ 10677] By: nick                                  on 2001/06/18  08:04:44
19641         Log: Integrate mainline (part1)
19642      Branch: perlio
19643           +> (branch 376 files)
19644            - (delete 219 files)
19645           !> (integrate 151 files)
19646 ____________________________________________________________________________
19647 [ 10676] By: jhi                                   on 2001/06/18  04:17:15
19648         Log: The Grand Trek: move the *.t files from t/ to lib/ and ext/.
19649              No doubt I made some mistakes like missed some files or
19650              misnamed some files.  The naming rules were more or less:
19651              (1) if the module is from CPAN, follows its ways, be it
19652              t/*.t or test.pl.
19653              (2) otherwise if there are multiple tests for a module
19654              put them in a t/
19655              (3) otherwise if there's only one test put it in Module.t
19656              (4) helper files go to module/ (locale, strict, warnings)
19657              (5) use longer filenames now that we can (but e.g. the
19658              compat-0.6.t and the Text::Balanced test files still
19659              were renamed to be more civil against the 8.3 people)
19660              installperl was updated appropriately not to install the
19661              *.t files or the help files from under lib.
19662              
19663              TODO: some helper files still remain under t/ that could
19664              follow their 'masters'.  UPDATE: On second thoughts, why
19665              should they.  They can continue to live under t/lib, and
19666              in fact the locale/strict/warnings helpers that were moved
19667              could be moved back.  This way the amount of non-installable
19668              stuff under lib/ stays smaller.
19669      Branch: perl
19670            + (add 253 files)
19671            - (delete 254 files)
19672            ! MANIFEST installperl lib/Test/Harness.pm t/TEST t/harness
19673 ____________________________________________________________________________
19674 [ 10675] By: jhi                                   on 2001/06/18  03:15:02
19675         Log: The warning no more comes from util.c, it comes from numeric.c.
19676      Branch: perl
19677            ! README.tru64
19678 ____________________________________________________________________________
19679 [ 10674] By: jhi                                   on 2001/06/18  00:56:22
19680         Log: Subject: Re: anyone good at casting spells?
19681              From: Spider Boardman <spider@Orb.Nashua.NH.US>
19682              Date: Sun, 17 Jun 2001 21:21:04 -0400
19683              Message-Id: <200106180121.VAA10195@Orb.Nashua.NH.US> 
19684      Branch: perl
19685            ! ext/POSIX/POSIX.xs hv.h
19686 ____________________________________________________________________________
19687 [ 10673] By: jhi                                   on 2001/06/17  22:24:53
19688         Log: Protect the (original) thread tests against testing if no 5.005
19689              threads have been configured.
19690      Branch: perl
19691            ! ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
19692            ! ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
19693            ! ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
19694            ! ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
19695            ! ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
19696            ! ext/Thread/unsync4.t
19697 ____________________________________________________________________________
19698 [ 10672] By: jhi                                   on 2001/06/17  22:09:28
19699         Log: Try the new test scanning scheme on Text::Abbrev.
19700      Branch: perl
19701            + lib/Text/Abbrev.t
19702            - lib/Text/Abbrev/t/abbrev.t
19703            ! MANIFEST
19704 ____________________________________________________________________________
19705 [ 10671] By: jhi                                   on 2001/06/17  22:07:08
19706         Log: Change the scan policy of the *.t and test.pl files,
19707              now the *.t do not need to live in a t/ directory.
19708      Branch: perl
19709            ! t/TEST t/harness
19710 ____________________________________________________________________________
19711 [ 10670] By: jhi                                   on 2001/06/17  20:32:35
19712         Log: Subject: [PATCH perlfaq7.pod] fix dangling L<perlobj/"WARNING">
19713              From: Ilmari Karonen <iltzu@sci.fi>
19714              Date: Mon, 18 Jun 2001 00:30:21 +0300 (EET DST)
19715              Message-ID: <Pine.SOL.3.96.1010618002009.6629A-100000@simpukka>
19716      Branch: perl
19717            ! pod/perlfaq7.pod
19718 ____________________________________________________________________________
19719 [ 10669] By: jhi                                   on 2001/06/17  20:30:22
19720         Log: Quench the warnings from Tru64; the HP-UX is still
19721              broken because it really, REALLY, doesn't like the
19722              HvARRAY() being lvalue:
19723              
19724              cc: "hv.c", line 192: warning 524: Cast (non-lvalue) appears on left-hand side of assignment.
19725              cc: "hv.c", line 192: error 1549: Modifiable lvalue required for assignment operator.
19726      Branch: perl
19727            ! hv.c
19728 ____________________________________________________________________________
19729 [ 10668] By: jhi                                   on 2001/06/17  19:13:24
19730         Log: Integrate change #10667 from maintperl:
19731              
19732              change#10449 broke the special-case that makes lexicals inside the
19733              eval"" within DB::DB() visible
19734      Branch: perl
19735           !> op.c
19736 ____________________________________________________________________________
19737 [ 10667] By: gsar                                  on 2001/06/17  19:08:27
19738         Log: change#10449 broke the special-case that makes lexicals inside the
19739              eval"" within DB::DB() visible
19740      Branch: maint-5.6/perl
19741            ! op.c
19742 ____________________________________________________________________________
19743 [ 10666] By: jhi                                   on 2001/06/17  17:50:07
19744         Log: Still spurious output; indent the code a bit.
19745              
19746              TODO1: separate the utility functions like MkDir
19747              into a helper script?
19748              
19749              TODO2: I see a lot of repetition in the filepath()
19750              and dirpath() calls.
19751      Branch: perl
19752            ! t/lib/filefind.t t/lib/findtaint.t
19753 ____________________________________________________________________________
19754 [ 10665] By: jhi                                   on 2001/06/17  16:59:42
19755         Log: Regen modlib, toc.
19756      Branch: perl
19757            ! pod/perlmodlib.pod pod/perltoc.pod
19758 ____________________________________________________________________________
19759 [ 10664] By: jhi                                   on 2001/06/17  16:55:28
19760         Log: Add libnetcfg to perlutil.
19761      Branch: perl
19762            ! pod/perlutil.pod
19763 ____________________________________________________________________________
19764 [ 10663] By: jhi                                   on 2001/06/17  16:53:29
19765         Log: Initial integration of libnet-1.0703.
19766              The Configure script renamed as libnetcfg, will be
19767              installed along other utilities.
19768      Branch: perl
19769            + lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.eg
19770            + lib/Net/Config.pm lib/Net/Domain.pm lib/Net/DummyInetd.pm
19771            + lib/Net/FTP.pm lib/Net/FTP/A.pm lib/Net/FTP/E.pm
19772            + lib/Net/FTP/I.pm lib/Net/FTP/L.pm lib/Net/FTP/dataconn.pm
19773            + lib/Net/Hostname.eg lib/Net/NNTP.pm lib/Net/Netrc.pm
19774            + lib/Net/PH.pm lib/Net/POP3.pm lib/Net/README.config
19775            + lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/SNPP.pm
19776            + lib/Net/Time.pm lib/Net/demos/ftp lib/Net/demos/inetd
19777            + lib/Net/demos/nntp lib/Net/demos/nntp.mirror
19778            + lib/Net/demos/pop3 lib/Net/demos/smtp.self lib/Net/demos/snpp
19779            + lib/Net/demos/time lib/Net/libnet.ppd lib/Net/libnetFAQ.pod
19780            + lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
19781            + lib/Net/t/ph.t lib/Net/t/require.t lib/Net/t/smtp.t
19782            + utils/libnetcfg.PL
19783            ! MANIFEST utils.lst utils/Makefile
19784 ____________________________________________________________________________
19785 [ 10662] By: jhi                                   on 2001/06/17  15:37:32
19786         Log: Less potentially test-harness-confusing output.
19787      Branch: perl
19788            ! lib/Memoize/t/expire_module_t.t
19789 ____________________________________________________________________________
19790 [ 10661] By: jhi                                   on 2001/06/17  15:31:04
19791         Log: The final print annoys make test.
19792      Branch: perl
19793            ! t/lib/filefind.t t/lib/findtaint.t
19794 ____________________________________________________________________________
19795 [ 10660] By: jhi                                   on 2001/06/17  14:00:21
19796         Log: Add an option for handling dangling symbolic links.
19797      Branch: perl
19798            ! lib/File/Find.pm t/lib/filefind.t
19799 ____________________________________________________________________________
19800 [ 10659] By: jhi                                   on 2001/06/17  13:45:48
19801         Log: Subject: Re: [MacPerl-Porters] Re: [PATCH] File::Find for bleadperl, Mac OS  etc.
19802              From: Thomas Wegner <wegner_thomas@yahoo.com>
19803              Date: Sun, 17 Jun 2001 14:43:11 +0200
19804              Message-Id: <p04320400b751fb74714a@[149.225.10.45]>
19805      Branch: perl
19806            + t/lib/findtaint.t
19807            ! MANIFEST lib/File/Find.pm t/lib/filefind.t
19808 ____________________________________________________________________________
19809 [ 10658] By: jhi                                   on 2001/06/17  13:13:25
19810         Log: Subject: [PATCH ExtUtils/MM_Unix.pm perl@10654] Remove tmon.out in make clean
19811              From: Jonathan Stowe <gellyfish@gellyfish.com>
19812              Date: Sun, 17 Jun 2001 11:26:21 +0100 (BST)
19813              Message-ID: <Pine.LNX.4.33.0106171120540.28753-100000@orpheus.gellyfish.com>
19814      Branch: perl
19815            ! lib/ExtUtils/MM_Unix.pm
19816 ____________________________________________________________________________
19817 [ 10657] By: jhi                                   on 2001/06/17  13:12:25
19818         Log: Subject: [PATCH] more anonymous stash cleanups
19819              From: Abhijit Menon-Sen <ams@wiw.org>
19820              Date: Sun, 17 Jun 2001 11:44:06 +0530
19821              Message-ID: <20010617114406.A25203@lustre.linux.in>
19822      Branch: perl
19823            ! op.c
19824 ____________________________________________________________________________
19825 [ 10656] By: jhi                                   on 2001/06/17  13:11:11
19826         Log: Subject: [PATCH #1/7] xhv_array (was Re: Using xhv_foo instead of HvFOO)
19827              From: Abhijit Menon-Sen <ams@wiw.org>
19828              Date: Sun, 17 Jun 2001 08:02:59 +0530
19829              Message-ID: <20010617080259.A28776@lustre.linux.in>
19830              
19831              Subject: [PATCH #2/7] xhv_eiter
19832              From: Abhijit Menon-Sen <ams@wiw.org>
19833              Date: Sun, 17 Jun 2001 08:13:18 +0530
19834              Message-ID: <20010617081318.B28776@lustre.linux.in>
19835              
19836              Subject: [PATCH #3/7] xhv_fill
19837              From: Abhijit Menon-Sen <ams@wiw.org>
19838              Date: Sun, 17 Jun 2001 08:25:16 +0530
19839              Message-ID: <20010617082516.C28776@lustre.linux.in>
19840              
19841              Subject: [PATCH #4/7] xhv_keys
19842              From: Abhijit Menon-Sen <ams@wiw.org>
19843              Date: Sun, 17 Jun 2001 08:36:17 +0530
19844              Message-ID: <20010617083617.D28776@lustre.linux.in>
19845              
19846              Subject: [PATCH #5/7] xhv_max
19847              From: Abhijit Menon-Sen <ams@wiw.org>
19848              Date: Sun, 17 Jun 2001 08:39:48 +0530
19849              Message-ID: <20010617083948.E28776@lustre.linux.in>
19850              
19851              Subject: [PATCH #6,7/7] xhv_pmroot, xhv_riter
19852              From: Abhijit Menon-Sen <ams@wiw.org>
19853              Date: Sun, 17 Jun 2001 08:51:11 +0530
19854              Message-ID: <20010617085111.F28776@lustre.linux.in>
19855      Branch: perl
19856            ! hv.c
19857 ____________________________________________________________________________
19858 [ 10655] By: jhi                                   on 2001/06/16  23:32:03
19859         Log: Update Changes.
19860      Branch: perl
19861            ! Changes patchlevel.h
19862 ____________________________________________________________________________
19863 [ 10654] By: jhi                                   on 2001/06/16  23:18:37
19864         Log: Subject: [PATCH] Re: DYNAMIC_ENV_FETCH HvNAME abuse.
19865              From: Abhijit Menon-Sen <ams@wiw.org>
19866              Date: Sat, 16 Jun 2001 07:41:19 +0530
19867              Message-ID: <20010616074119.A24720@lustre.linux.in>
19868      Branch: perl
19869            ! hv.c perl.c vms/vmsish.h win32/win32.h
19870 ____________________________________________________________________________
19871 [ 10653] By: jhi                                   on 2001/06/16  23:15:11
19872         Log: Document tests failing when threaded, since we now have more.
19873      Branch: perl
19874            ! pod/perl572delta.pod
19875 ____________________________________________________________________________
19876 [ 10652] By: jhi                                   on 2001/06/16  23:12:19
19877         Log: -Wall cleanup.
19878      Branch: perl
19879            ! ext/Thread/Thread.xs
19880 ____________________________________________________________________________
19881 [ 10651] By: jhi                                   on 2001/06/16  23:06:55
19882         Log: pthread_attr_setstacksize() isn't absolutely necessary
19883              to call, only iff THREAD_CREATE_NEEDS_STACK.
19884      Branch: perl
19885            ! ext/Thread/Thread.xs
19886 ____________________________________________________________________________
19887 [ 10650] By: jhi                                   on 2001/06/16  22:58:48
19888         Log: -Wall strays.
19889      Branch: perl
19890            ! perl.c util.c
19891 ____________________________________________________________________________
19892 [ 10649] By: jhi                                   on 2001/06/16  22:47:40
19893         Log: Add workaround for Darwin's (Mac OS X's) INT32_MIN
19894              (and INT64_MIN) brokenness.
19895      Branch: perl
19896            ! hints/darwin.sh perl.h
19897 ____________________________________________________________________________
19898 [ 10648] By: jhi                                   on 2001/06/16  22:27:48
19899         Log: Subject: [PATCH] Re: [PATCH] Re: perl@10611
19900              From: Nicholas Clark <nick@ccl4.org>
19901              Date: Sun, 17 Jun 2001 00:16:05 +0100
19902              Message-ID: <20010617001605.V98663@plum.flirble.org>
19903      Branch: perl
19904            ! ext/Fcntl/Fcntl.xs ext/Fcntl/Makefile.PL ext/File/Glob/Glob.pm
19905            ! ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
19906            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
19907 ____________________________________________________________________________
19908 [ 10647] By: jhi                                   on 2001/06/16  22:24:47
19909         Log: Add perlnetware to docs; regen toc; supply skeleton
19910              docs for some Memoize submodules.
19911      Branch: perl
19912            ! lib/Memoize/AnyDBM_File.pm lib/Memoize/ExpireFile.pm
19913            ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
19914            ! lib/Memoize/SDBM_File.pm lib/Memoize/Storable.pm
19915            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
19916            ! win32/Makefile win32/makefile.mk
19917 ____________________________________________________________________________
19918 [ 10646] By: jhi                                   on 2001/06/16  22:06:52
19919         Log: pod cleanup.
19920      Branch: perl
19921            ! README.netware
19922 ____________________________________________________________________________
19923 [ 10645] By: jhi                                   on 2001/06/16  21:47:00
19924         Log: Integrate Memoize 0.64.  Few tweaks were required in
19925              the test scripts.  Note that the speed and expire*
19926              tests take several dozen seconds to run.
19927      Branch: perl
19928            + lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
19929            + lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
19930            + lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
19931            + lib/Memoize/README lib/Memoize/SDBM_File.pm
19932            + lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
19933            + lib/Memoize/t/array.t lib/Memoize/t/correctness.t
19934            + lib/Memoize/t/errors.t lib/Memoize/t/expire.t
19935            + lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
19936            + lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
19937            + lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
19938            + lib/Memoize/t/speed.t lib/Memoize/t/tie.t
19939            + lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
19940            + lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
19941            + lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
19942            ! MANIFEST t/lib/1_compile.t
19943 ____________________________________________________________________________
19944 [ 10644] By: jhi                                   on 2001/06/16  20:35:49
19945         Log: Document the cross-compilation options.
19946      Branch: perl
19947            ! Cross/README INSTALL
19948 ____________________________________________________________________________
19949 [ 10643] By: jhi                                   on 2001/06/16  19:46:38
19950         Log: NetWare port from Guruprasad S <SGURUPRASAD@novell.com>.
19951      Branch: perl
19952            + NetWare/CLIBsdio.h NetWare/CLIBstr.h NetWare/CLIBstuf.c
19953            + NetWare/CLIBstuf.h NetWare/Main.c NetWare/Makefile
19954            + NetWare/NWTInfo.c NetWare/NWUtil.c NetWare/Nwmain.c
19955            + NetWare/Nwpipe.c NetWare/bat/BldNWExt.bat
19956            + NetWare/bat/Buildtype.bat NetWare/bat/MPKBuild.bat
19957            + NetWare/bat/SetNWBld.bat NetWare/bat/Setmpksdk.bat
19958            + NetWare/bat/Setnlmsdk.bat NetWare/bat/Setwatcom.bat
19959            + NetWare/bat/ToggleD2.bat NetWare/bat/ToggleXDC.bat
19960            + NetWare/config.wc NetWare/config_H.wc NetWare/config_h.PL
19961            + NetWare/config_sh.PL NetWare/deb.h NetWare/dl_netware.xs
19962            + NetWare/intdef.h NetWare/interface.c NetWare/interface.h
19963            + NetWare/iperlhost.h NetWare/netware.h NetWare/nw5.c
19964            + NetWare/nw5iop.h NetWare/nw5sck.c NetWare/nw5sck.h
19965            + NetWare/nw5thread.c NetWare/nw5thread.h NetWare/nwperlsys.c
19966            + NetWare/nwperlsys.h NetWare/nwpipe.h NetWare/nwplglob.c
19967            + NetWare/nwplglob.h NetWare/nwtinfo.h NetWare/nwutil.h
19968            + NetWare/t/NWModify.pl NetWare/t/NWScripts.pl
19969            + NetWare/t/Readme.txt NetWare/testnlm/echo/echo.c
19970            + NetWare/testnlm/type/type.c NetWare/win32ish.h README.netware
19971            + lib/ExtUtils/MM_NW5.pm
19972            ! MANIFEST XSUB.h dosish.h ext/Errno/Errno_pm.PL ext/IO/IO.xs
19973            ! ext/POSIX/POSIX.xs ext/Socket/Socket.xs installperl iperlsys.h
19974            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
19975            ! lib/File/Copy.pm lib/File/Find.pm lib/perl5db.pl makedef.pl
19976            ! perl.c perl.h perlio.c perlio.h pp_sys.c t/comp/multiline.t
19977            ! t/comp/script.t t/io/argv.t t/io/dup.t t/io/fs.t
19978            ! t/io/inplace.t t/io/iprefix.t t/io/tell.t t/lib/anydbm.t
19979            ! t/lib/b-stash.t t/lib/cwd.t t/lib/db-btree.t t/lib/db-hash.t
19980            ! t/lib/db-recno.t t/lib/filehand.t t/lib/filter-util.t
19981            ! t/lib/ftmp-security.t t/lib/gdbm.t t/lib/glob-basic.t
19982            ! t/lib/glob-case.t t/lib/io_dup.t t/lib/io_poll.t
19983            ! t/lib/io_sel.t t/lib/io_taint.t t/lib/ndbm.t
19984            ! t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t t/lib/open3.t
19985            ! t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t t/lib/syslfs.t
19986            ! t/op/anonsub.t t/op/closure.t t/op/die_exit.t t/op/exec.t
19987            ! t/op/fork.t t/op/goto.t t/op/groups.t t/op/lfs.t t/op/magic.t
19988            ! t/op/misc.t t/op/rand.t t/op/runlevel.t t/op/split.t
19989            ! t/op/stat.t t/op/sysio.t t/op/taint.t t/op/write.t
19990            ! t/pragma/locale.t t/pragma/strict.t t/pragma/subs.t
19991            ! t/pragma/warn/mg t/pragma/warnings.t thread.h toke.c util.c
19992            ! util.h x2p/a2py.c
19993 ____________________________________________________________________________
19994 [ 10642] By: jhi                                   on 2001/06/16  19:16:04
19995         Log: Resort MANIFEST.
19996      Branch: perl
19997            ! MANIFEST
19998 ____________________________________________________________________________
19999 [ 10641] By: jhi                                   on 2001/06/16  18:52:26
20000         Log: Integrate perlio.
20001      Branch: perl
20002           +> win32/win32io.c
20003           !> MANIFEST perlio.c perliol.h win32/makefile.mk
20004 ____________________________________________________________________________
20005 [ 10640] By: nick                                  on 2001/06/16  18:38:31
20006         Log: Disable :win32 layer as default till I get it working
20007      Branch: perlio
20008            ! MANIFEST perlio.c
20009 ____________________________________________________________________________
20010 [ 10639] By: jhi                                   on 2001/06/16  18:35:46
20011         Log: Try the new scheme by moving the Text::Abbrev test
20012              to a new place under lib.
20013      Branch: perl
20014            + lib/Text/Abbrev/t/abbrev.t
20015            - t/lib/abbrev.t
20016            ! MANIFEST
20017 ____________________________________________________________________________
20018 [ 10638] By: jhi                                   on 2001/06/16  18:34:30
20019         Log: Make the code even more dynamical so that testname
20020              suffix length can change.
20021      Branch: perl
20022            ! lib/Test/Harness.pm t/TEST
20023 ____________________________________________________________________________
20024 [ 10637] By: jhi                                   on 2001/06/16  18:16:28
20025         Log: Allow for deeper t/ and also a single test.pl.
20026      Branch: perl
20027            ! t/TEST t/harness
20028 ____________________________________________________________________________
20029 [ 10636] By: jhi                                   on 2001/06/16  18:13:59
20030         Log: #define fix from Nicholas Clark.
20031      Branch: perl
20032            ! ext/POSIX/POSIX.xs
20033 ____________________________________________________________________________
20034 [ 10635] By: jhi                                   on 2001/06/16  17:50:43
20035         Log: Initialization is nice.
20036      Branch: perl
20037            ! lib/Test/Harness.pm
20038 ____________________________________________________________________________
20039 [ 10634] By: jhi                                   on 2001/06/16  17:38:53
20040         Log: Make t/TEST and t/harness to test also the t/ tests
20041              under the main lib/ and ext/ directories.  Fix Test::Harness
20042              to dynamically change the width of its "foo/bar....ok" output.
20043      Branch: perl
20044            ! lib/Test/Harness.pm t/TEST t/TestInit.pm t/harness
20045 ____________________________________________________________________________
20046 [ 10633] By: jhi                                   on 2001/06/16  16:58:57
20047         Log: Subject: [PATCH] Re: perl@10611 
20048              From: Nicholas Clark <nick@ccl4.org>
20049              Date: Sat, 16 Jun 2001 16:52:47 +0100
20050              Message-ID: <20010616165247.O98663@plum.flirble.org>
20051              
20052              The .xs parts, too.
20053      Branch: perl
20054            ! ext/GDBM_File/GDBM_File.xs ext/POSIX/POSIX.xs
20055            ! ext/Socket/Socket.xs ext/Sys/Syslog/Syslog.xs
20056 ____________________________________________________________________________
20057 [ 10632] By: nick                                  on 2001/06/16  16:44:35
20058         Log: Work-in-progress win32 layer semi-functional, checking 
20059              for UNIX breakage.
20060      Branch: perlio
20061            ! perlio.c perliol.h win32/makefile.mk win32/win32io.c
20062 ____________________________________________________________________________
20063 [ 10631] By: jhi                                   on 2001/06/16  16:40:30
20064         Log: Subject: [PATCH] Re: perl@10611 
20065              From: Nicholas Clark <nick@ccl4.org>
20066              Date: Sat, 16 Jun 2001 16:52:47 +0100
20067              Message-ID: <20010616165247.O98663@plum.flirble.org>
20068      Branch: perl
20069            ! ext/GDBM_File/GDBM_File.xs ext/GDBM_File/Makefile.PL
20070            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.xs
20071            ! ext/Socket/Makefile.PL ext/Socket/Socket.xs
20072            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.xs
20073            ! lib/ExtUtils/Constant.pm
20074 ____________________________________________________________________________
20075 [ 10630] By: jhi                                   on 2001/06/16  15:11:38
20076         Log: Metaconfig unit change for #10629.
20077      Branch: metaconfig
20078            ! U/modified/Finish.U
20079 ____________________________________________________________________________
20080 [ 10629] By: jhi                                   on 2001/06/16  15:11:10
20081         Log: The extraction changed directories.
20082      Branch: perl
20083            ! Configure
20084 ____________________________________________________________________________
20085 [ 10628] By: jhi                                   on 2001/06/16  14:59:38
20086         Log: Math::BigInt 1.35 from Tels.
20087      Branch: perl
20088            + t/lib/mbimbf.t
20089            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
20090            ! t/lib/bigfltpm.t t/lib/bigintpm.t
20091 ____________________________________________________________________________
20092 [ 10627] By: nick                                  on 2001/06/16  14:54:52
20093         Log: Work in progress UNIX-side edit of win32 PerLIO layer
20094      Branch: perlio
20095            + win32/win32io.c
20096            ! perlio.c win32/makefile.mk
20097 ____________________________________________________________________________
20098 [ 10626] By: jhi                                   on 2001/06/16  14:01:50
20099         Log: Subject: [PATCH 5.6.1] os2/diff-configure
20100              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20101              Date: Fri, 15 Jun 2001 01:19:36 -0400
20102              Message-ID: <20010615011936.A26982@math.ohio-state.edu>
20103              
20104              Empty all of it because I think #10624 made even the
20105              last patch hunk unnecessary.
20106      Branch: perl
20107            ! os2/diff.configure
20108 ____________________________________________________________________________
20109 [ 10625] By: jhi                                   on 2001/06/16  13:58:34
20110         Log: Metaconfig unit change for 10624.
20111      Branch: metaconfig
20112            ! U/modified/libc.U
20113      Branch: perl
20114            ! config_h.SH
20115 ____________________________________________________________________________
20116 [ 10624] By: jhi                                   on 2001/06/16  13:58:13
20117         Log: Move the initialization of libnames to the beginning so
20118              that can one 'seed' it (as OS/2 does.)
20119      Branch: perl
20120            ! Configure
20121 ____________________________________________________________________________
20122 [ 10623] By: jhi                                   on 2001/06/16  13:47:54
20123         Log: Subject: [PATCH 5.6.1] OS2::DLL patch
20124              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20125              Date: Fri, 15 Jun 2001 19:10:57 -0400
20126              Message-ID: <20010615191057.A8050@math.ohio-state.edu>
20127      Branch: perl
20128            ! os2/OS2/REXX/DLL/DLL.pm
20129 ____________________________________________________________________________
20130 [ 10622] By: jhi                                   on 2001/06/16  13:29:42
20131         Log: Subject: [PATCH perl@10611] make VMS find util.c's offspring 
20132              From: "Craig A. Berry" <craigberry@mac.com>
20133              Date: Fri, 15 Jun 2001 17:00:03 -0500
20134              Message-Id: <a05101007b750342599be@[172.16.52.1]>
20135      Branch: perl
20136            ! vms/descrip_mms.template
20137 ____________________________________________________________________________
20138 [ 10621] By: jhi                                   on 2001/06/16  13:28:37
20139         Log: Subject: [PATCH perl@10611] get extutils.t working on VMS (again)
20140              From: "Craig A. Berry" <craigberry@mac.com>
20141              Date: Fri, 15 Jun 2001 18:39:42 -0500
20142              Message-Id: <a05101008b7503dc9dc2f@[172.16.52.1]>
20143      Branch: perl
20144            ! lib/File/Spec/VMS.pm t/lib/extutils.t
20145 ____________________________________________________________________________
20146 [ 10620] By: jhi                                   on 2001/06/16  13:25:06
20147         Log: Integrate perlio.
20148      Branch: perl
20149           !> embed.h embed.pl lib/open.pm perl.c perlio.c proto.h
20150           !> t/io/utf8.t t/lib/io_scalar.t
20151 ____________________________________________________________________________
20152 [ 10619] By: nick                                  on 2001/06/15  21:05:19
20153         Log: Generated files
20154      Branch: perlio
20155            ! embed.h proto.h
20156 ____________________________________________________________________________
20157 [ 10618] By: nick                                  on 2001/06/15  20:27:42
20158         Log: Fix open.pm to work via XS-implemented method calls rather
20159              than *open::layers variables which caused all the HV/AV hassle.
20160      Branch: perlio
20161            ! embed.pl lib/open.pm perl.c perlio.c t/io/utf8.t
20162            ! t/lib/io_scalar.t
20163 ____________________________________________________________________________
20164 [ 10617] By: jhi                                   on 2001/06/15  18:50:53
20165         Log: Integrate perlio.
20166      Branch: perl
20167           !> lib/ExtUtils/Constant.pm
20168 ____________________________________________________________________________
20169 [ 10616] By: nick                                  on 2001/06/15  18:46:47
20170         Log: pTHX_ / aTHX_ for ExtUtils/Constant.pm
20171      Branch: perlio
20172            ! lib/ExtUtils/Constant.pm
20173 ____________________________________________________________________________
20174 [ 10615] By: jhi                                   on 2001/06/15  18:36:43
20175         Log: Integrate perlio.
20176      Branch: perl
20177           !> ext/Socket/Socket.xs
20178 ____________________________________________________________________________
20179 [ 10614] By: nick                                  on 2001/06/15  18:33:37
20180         Log: MULTIPLICITY fix for Socket.xs
20181      Branch: perlio
20182            ! ext/Socket/Socket.xs
20183 ____________________________________________________________________________
20184 [ 10613] By: jhi                                   on 2001/06/15  16:34:06
20185         Log: Subject: Re: perl@10611
20186              From: Doug MacEachern <dougm@covalent.net>
20187              Date: Fri, 15 Jun 2001 10:10:33 -0700 (PDT)
20188              Message-ID: <Pine.LNX.4.21.0106151007420.10871-100000@mako.covalent.net>
20189      Branch: perl
20190            ! ext/Socket/Socket.xs
20191 ____________________________________________________________________________
20192 [ 10612] By: nick                                  on 2001/06/15  16:14:38
20193         Log: Raw integrate on mainline - MULTIPLICITY issues with Socket.xs
20194      Branch: perlio
20195           !> Changes ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
20196           !> ext/Socket/Socket.pm ext/Socket/Socket.xs
20197           !> lib/ExtUtils/Constant.pm lib/File/Find.pm opcode.pl
20198           !> patchlevel.h perlio.c t/lib/extutils.t t/lib/filefind.t
20199           !> t/lib/gdbm.t t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t
20200           !> utils/h2ph.PL
20201 ____________________________________________________________________________
20202 [ 10611] By: jhi                                   on 2001/06/15  14:29:04
20203         Log: Update Changes.
20204      Branch: perl
20205            ! Changes patchlevel.h
20206 ____________________________________________________________________________
20207 [ 10610] By: jhi                                   on 2001/06/15  14:20:33
20208         Log: Upping the test count.
20209      Branch: perl
20210            ! t/lib/filefind.t
20211 ____________________________________________________________________________
20212 [ 10609] By: jhi                                   on 2001/06/15  14:13:29
20213         Log: Integrate perlio.
20214      Branch: perl
20215           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
20216 ____________________________________________________________________________
20217 [ 10608] By: jhi                                   on 2001/06/15  14:12:31
20218         Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
20219              From: andreas.koenig@anima.de (Andreas J. Koenig)
20220              Date: 15 Jun 2001 13:30:39 +0200
20221              Message-ID: <m3hexikmjk.fsf@ak-71.mind.de>
20222              
20223              Record the grim history.
20224      Branch: perl
20225            ! lib/File/Find.pm
20226 ____________________________________________________________________________
20227 [ 10607] By: jhi                                   on 2001/06/15  14:08:19
20228         Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
20229              From: Brian McCauley <nobull@mail.com>
20230              Date: 15 Jun 2001 07:51:26 +0100
20231              Message-Id: <200106150923.f5F9NpG02725@wcl-l.bham.ac.uk>
20232      Branch: perl
20233            ! lib/File/Find.pm t/lib/filefind.t
20234 ____________________________________________________________________________
20235 [ 10606] By: nick                                  on 2001/06/15  14:00:08
20236         Log: regen_config_h for Win32.
20237      Branch: perlio
20238            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
20239 ____________________________________________________________________________
20240 [ 10605] By: jhi                                   on 2001/06/15  13:49:55
20241         Log: Subject: [PATCH: perl@10576] handle tri graphs in h2ph.PL -> h2ph*
20242              From: Peter Prymmer <pvhp@forte.com>
20243              Date: Thu, 14 Jun 2001 16:25:33 -0700 (PDT)
20244              Message-ID: <Pine.OSF.4.10.10106141608080.110974-100000@aspara.forte.com>
20245      Branch: perl
20246            ! t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t utils/h2ph.PL
20247 ____________________________________________________________________________
20248 [ 10604] By: jhi                                   on 2001/06/15  13:45:03
20249         Log: Some filesystems require writability for rename/unlink.
20250      Branch: perl
20251            ! opcode.pl
20252 ____________________________________________________________________________
20253 [ 10603] By: jhi                                   on 2001/06/15  13:41:34
20254         Log: Subject: Re: [PATCH} perlio and threading @ 10576 + report 
20255              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
20256              Date: Fri, 15 Jun 2001 12:08:53 +0200
20257              Message-Id: <20010615120320.F009.H.M.BRAND@hccnet.nl>
20258      Branch: perl
20259            ! perlio.c
20260 ____________________________________________________________________________
20261 [ 10602] By: jhi                                   on 2001/06/15  13:27:04
20262         Log: Subject: Re: [PATCH] opcode.pl is chmod'ing the original source tree
20263              From: Mike Guy <mjtg@cam.ac.uk>
20264              Date: Fri, 15 Jun 2001 14:11:49 +0100
20265              Message-Id: <E15AtO9-0006Nd-00@draco.cus.cam.ac.uk>
20266      Branch: perl
20267            ! opcode.pl
20268 ____________________________________________________________________________
20269 [ 10601] By: jhi                                   on 2001/06/15  13:21:18
20270         Log: Subject: [PATCH ?] INADDR_ANY INADDR_BROADCAST INADDR_LOOPBACK INADDR_NONE
20271              From: Nicholas Clark <nick@ccl4.org>
20272              Date: Thu, 14 Jun 2001 23:52:56 +0100
20273              Message-ID: <20010614235256.G98663@plum.flirble.org>
20274      Branch: perl
20275            ! ext/Socket/Socket.pm ext/Socket/Socket.xs
20276            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
20277 ____________________________________________________________________________
20278 [ 10600] By: jhi                                   on 2001/06/15  13:16:56
20279         Log: Subject: Re: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
20280              From: Russ Allbery <rra@stanford.edu>
20281              Date: 14 Jun 2001 13:24:43 -0700
20282              Message-ID: <ylzobaizck.fsf@windlord.stanford.edu>
20283      Branch: perl
20284            ! ext/GDBM_File/GDBM_File.pm
20285 ____________________________________________________________________________
20286 [ 10599] By: jhi                                   on 2001/06/15  13:15:26
20287         Log: Subject: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
20288              From: Nicholas Clark <nick@ccl4.org>
20289              Date: Thu, 14 Jun 2001 20:37:47 +0100
20290              Message-ID: <20010614203747.F98663@plum.flirble.org>
20291      Branch: perl
20292            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
20293            ! t/lib/gdbm.t
20294 ____________________________________________________________________________
20295 [ 10598] By: jhi                                   on 2001/06/15  13:13:13
20296         Log: Integrate perlio.
20297      Branch: perl
20298           !> makedef.pl sv.c
20299 ____________________________________________________________________________
20300 [ 10597] By: nick                                  on 2001/06/15  11:08:13
20301         Log: Check that HVs with HvNAME() != NULL are really stashes before
20302              treating them as such. Also be more defensive on the GvCV.
20303              Win32 fork and dprof now working again. 
20304      Branch: perlio
20305            ! sv.c
20306 ____________________________________________________________________________
20307 [ 10596] By: nick                                  on 2001/06/15  10:11:20
20308         Log: Integrate mainline.
20309      Branch: perlio
20310           +> Cross/README
20311           !> Configure Makefile.SH Porting/Glossary Porting/config.sh
20312           !> Porting/config_H config_h.SH configure.com epoc/config.sh
20313           !> hints/linux.sh pod/perltoc.pod uconfig.h uconfig.sh
20314           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
20315           !> vos/config.ga.h win32/config.bc win32/config.gc
20316           !> win32/config.vc win32/config_H.bc win32/config_H.gc
20317           !> win32/config_H.vc
20318 ____________________________________________________________________________
20319 [ 10595] By: nick                                  on 2001/06/15  09:37:17
20320         Log: Skip Perl_my_bcopy in .def file as we do not provide it.
20321              - Win32 (VC++) now builds but fails:
20322              filefind.t - suspect Win32's builtin cwd is not doing insecure dir test
20323              fork.t     - No &___ENV_HV_NAME___::CLONE method ???
20324              write.t    - open(...,"|-") not implemented on Win32 
20325      Branch: perlio
20326            ! makedef.pl
20327 ____________________________________________________________________________
20328 [ 10594] By: jhi                                   on 2001/06/15  00:17:16
20329         Log: Integrate perlio.
20330      Branch: perl
20331           !> perlio.c win32/makefile.mk
20332 ____________________________________________________________________________
20333 [ 10593] By: jhi                                   on 2001/06/15  00:16:44
20334         Log: Metaconfig unit changes for #10592.
20335      Branch: metaconfig
20336            + U/modified/i_varhdr.U U/modified/startsh.U
20337            - U/a_dvisory/crosscompile.U U/target/Target.U
20338            ! U/a_dvisory/intsize.U U/compline/alignbytes.U
20339            ! U/compline/bitpbyte.U U/compline/byteorder.U
20340            ! U/compline/ccflags.U U/compline/charsize.U
20341            ! U/compline/d_casti32.U U/compline/d_castneg.U
20342            ! U/compline/d_closedir.U U/compline/d_fd_set.U
20343            ! U/compline/d_gconvert.U U/compline/d_gnulibc.U
20344            ! U/compline/d_keepsig.U U/compline/d_open3.U
20345            ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
20346            ! U/compline/d_sanemcmp.U U/compline/d_scannl.U
20347            ! U/compline/d_sgndchr.U U/compline/d_sigsetjmp.U
20348            ! U/compline/d_stdstdio.U U/compline/d_vprintf.U
20349            ! U/compline/doublesize.U U/compline/floatsize.U
20350            ! U/compline/nblock_io.U U/compline/orderlib.U
20351            ! U/compline/ptrsize.U U/compline/ssizetype.U U/ebcdic/ebcdic.U
20352            ! U/modified/Cppsym.U U/modified/Oldconfig.U U/modified/Signal.U
20353            ! U/modified/d_getpgrp.U U/modified/d_longdbl.U
20354            ! U/modified/d_longlong.U U/modified/d_setpgrp.U
20355            ! U/modified/d_strtoul.U U/modified/d_union_semun.U
20356            ! U/modified/spitshell.U U/threads/archname.U
20357            ! U/threads/d_pthreadj.U U/typedefs/gidsign.U
20358            ! U/typedefs/gidsize.U U/typedefs/lseektype.U
20359            ! U/typedefs/pidsign.U U/typedefs/pidsize.U
20360            ! U/typedefs/sizesize.U U/typedefs/ssizesize.U
20361            ! U/typedefs/uidsign.U U/typedefs/uidsize.U
20362      Branch: metaconfig/U/perl
20363            + Cross.U
20364            ! d_dlsymun.U d_fcntl_can_lock.U d_modfl.U d_printfed.U
20365            ! d_strtoll.U d_strtoull.U d_strtouq.U d_u32align.U dlsrc.U
20366            ! fflushall.U fpossize.U gccvers.U i_db.U longdblfio.U
20367            ! need_va_copy.U perlxv.U quadfio.U selectminbits.U
20368            ! stdio_streams.U uselfs.U
20369 ____________________________________________________________________________
20370 [ 10592] By: jhi                                   on 2001/06/15  00:15:52
20371         Log: The first steps towards cross-compilation.
20372              
20373              Abstract execution of compiled test executables with $run,
20374              and abstract transfer of files with $to and $from.
20375              
20376              Under cross-compilation the $run, $to, and $from will point
20377              to appropriate wrapper scripts, by default ssh and scp,
20378              but also rsh, rcp, and cp are supported.  If not
20379              cross-compiling, they will be set to '', ':', and ':',
20380              respectively.
20381              
20382              With these patches I was able to get Configure for
20383              iPAQ ARM Linux on an Intel Linux about 95% right
20384              (only a few tests failed to execute or they produced
20385              incorrect results), and I was able to compile
20386              a functional miniperl.
20387              
20388              The symbol crosscompile renamed to be usecrosscompile,
20389              the corresponding C symbol from CROSSCOMPILE to
20390              USE_CROSS_COMPILE.
20391      Branch: perl
20392            ! Configure Cross/README Makefile.SH Porting/Glossary
20393            ! Porting/config.sh Porting/config_H config_h.SH configure.com
20394            ! epoc/config.sh hints/linux.sh pod/perltoc.pod uconfig.h
20395            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
20396            ! vos/config.ga.def vos/config.ga.h win32/config.bc
20397            ! win32/config.gc win32/config.vc win32/config_H.bc
20398            ! win32/config_H.gc win32/config_H.vc
20399 ____________________________________________________________________________
20400 [ 10591] By: nick                                  on 2001/06/14  20:00:12
20401         Log: Steps along the road toward Win32 building again.
20402      Branch: perlio
20403            ! perlio.c win32/makefile.mk
20404 ____________________________________________________________________________
20405 [ 10590] By: jhi                                   on 2001/06/14  16:11:11
20406         Log: Integrate perlio.
20407      Branch: perl
20408           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
20409 ____________________________________________________________________________
20410 [ 10589] By: nick                                  on 2001/06/14  13:54:07
20411         Log: Routine regen_config_h for Win32
20412      Branch: perlio
20413            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
20414 ____________________________________________________________________________
20415 [ 10588] By: jhi                                   on 2001/06/14  12:30:46
20416         Log: Integrate perlio.
20417      Branch: perl
20418           +> perlyline.pl
20419           !> MANIFEST Makefile.SH perly.c t/lib/filefind.t
20420 ____________________________________________________________________________
20421 [ 10587] By: jhi                                   on 2001/06/14  12:23:24
20422         Log: A placeholder.
20423      Branch: perl
20424            + Cross/README
20425 ____________________________________________________________________________
20426 [ 10586] By: nick                                  on 2001/06/14  08:25:07
20427         Log: Add new step to run_byacc which:
20428              A. Corrects #line NNN "perly.c" lines so warnings etc. are trackable
20429              B. Adds extra () to the two if (var = ...) constructs gcc -Wall winges about.
20430      Branch: perlio
20431            + perlyline.pl
20432            ! MANIFEST Makefile.SH perly.c
20433 ____________________________________________________________________________
20434 [ 10585] By: nick                                  on 2001/06/14  08:22:29
20435         Log: Integrate mainline
20436      Branch: perlio
20437           +> locale.c numeric.c
20438           !> Changes cygwin/Makefile.SHs embed.h embed.pl
20439           !> ext/re/Makefile.PL lib/Math/BigFloat.pm lib/Math/BigInt.pm
20440           !> objXSUB.h opcode.pl patchlevel.h perlapi.c pod/perlapi.pod
20441           !> proto.h t/lib/bigfltpm.t t/lib/bigintpm.t util.c
20442           !> x2p/Makefile.SH
20443 ____________________________________________________________________________
20444 [ 10584] By: nick                                  on 2001/06/14  08:05:53
20445         Log: Hack to remove insecure directories from PATH so test will run.
20446      Branch: perlio
20447            ! t/lib/filefind.t
20448 ____________________________________________________________________________
20449 [ 10583] By: jhi                                   on 2001/06/14  03:11:16
20450         Log: The test doesn't work (yet?), Math::BigInt::round_mode() is missing.
20451      Branch: perl
20452            - t/lib/mbimbf.t
20453            ! MANIFEST
20454 ____________________________________________________________________________
20455 [ 10582] By: jhi                                   on 2001/06/14  03:04:51
20456         Log: Detypo.
20457      Branch: perl
20458            ! x2p/Makefile.SH
20459 ____________________________________________________________________________
20460 [ 10581] By: jhi                                   on 2001/06/14  03:03:14
20461         Log: de-$CONFIG continues.
20462      Branch: perl
20463            ! cygwin/Makefile.SHs x2p/Makefile.SH
20464 ____________________________________________________________________________
20465 [ 10580] By: jhi                                   on 2001/06/13  23:56:59
20466         Log: Subject: [PATCH] opcode.pl is chmod'ing the original source tree
20467              From: Nicholas Clark <nick@ccl4.org>
20468              Date: Wed, 13 Jun 2001 21:20:13 +0100
20469              Message-ID: <20010613212013.D98663@plum.flirble.org>
20470      Branch: perl
20471            ! opcode.pl
20472 ____________________________________________________________________________
20473 [ 10579] By: jhi                                   on 2001/06/13  23:55:29
20474         Log: Subject: splitting util.c
20475              From: Hugo <hv@crypt.compulink.co.uk>
20476              Date: Thu, 14 Jun 2001 00:41:08 +0100
20477              Message-Id: <200106132341.AAA24935@crypt.compulink.co.uk>
20478      Branch: perl
20479            + locale.c numeric.c
20480            ! MANIFEST Makefile.SH embed.h embed.pl objXSUB.h perlapi.c
20481            ! pod/perlapi.pod proto.h util.c
20482 ____________________________________________________________________________
20483 [ 10578] By: jhi                                   on 2001/06/13  23:45:11
20484         Log: Upgrade to Math::BigInt 1.34 from Tels.
20485      Branch: perl
20486            + t/lib/mbimbf.t
20487            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
20488            ! t/lib/bigfltpm.t t/lib/bigintpm.t
20489 ____________________________________________________________________________
20490 [ 10577] By: nick                                  on 2001/06/13  19:02:48
20491         Log: Integrate mainline. Storable fail has gone, insecure dependancy still there.
20492      Branch: perlio
20493           !> (integrate 125 files)
20494 ____________________________________________________________________________
20495 [ 10576] By: jhi                                   on 2001/06/13  18:10:01
20496         Log: Update Changes.
20497      Branch: perl
20498            ! Changes patchlevel.h
20499 ____________________________________________________________________________
20500 [ 10575] By: jhi                                   on 2001/06/13  18:05:09
20501         Log: Subject: Re: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
20502              From: "Craig A. Berry" <craigberry@mac.com>
20503              Date: Wed, 13 Jun 2001 13:24:28 -0500
20504              Message-Id: <5.1.0.14.0.20010613131907.01bbc210@mail.mac.com>
20505      Branch: perl
20506            ! ext/re/Makefile.PL
20507 ____________________________________________________________________________
20508 [ 10574] By: jhi                                   on 2001/06/13  17:34:36
20509         Log: Mc.u.c. for #10573.
20510      Branch: metaconfig
20511            ! U/threads/usethreads.U
20512 ____________________________________________________________________________
20513 [ 10573] By: jhi                                   on 2001/06/13  17:34:00
20514         Log: It would be also be good if I could type.
20515      Branch: perl
20516            ! Configure
20517 ____________________________________________________________________________
20518 [ 10572] By: jhi                                   on 2001/06/13  17:26:29
20519         Log: Metaconfig unit change for #10571.
20520      Branch: metaconfig
20521            ! U/threads/usethreads.U
20522 ____________________________________________________________________________
20523 [ 10571] By: jhi                                   on 2001/06/13  17:26:05
20524         Log: A non-empty default is a good thing.
20525      Branch: perl
20526            ! Configure
20527 ____________________________________________________________________________
20528 [ 10570] By: jhi                                   on 2001/06/13  17:15:16
20529         Log: Metaconfig unit change for #10569.
20530      Branch: metaconfig
20531            ! U/threads/usethreads.U
20532 ____________________________________________________________________________
20533 [ 10569] By: jhi                                   on 2001/06/13  17:14:17
20534         Log: Add Configure directive -Dusereentrant for Artur's ithreads work,
20535              extremely experimental, not even prompted for.
20536      Branch: perl
20537            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
20538            ! config_h.SH configure.com epoc/config.sh perl.h uconfig.h
20539            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
20540            ! win32/config.bc win32/config.gc win32/config.vc
20541 ____________________________________________________________________________
20542 [ 10568] By: jhi                                   on 2001/06/13  16:22:27
20543         Log: FAQ tweak for Vanina Arca <varca@baufest.com>.
20544      Branch: perl
20545            ! pod/perlfaq6.pod
20546 ____________________________________________________________________________
20547 [ 10567] By: jhi                                   on 2001/06/13  16:20:23
20548         Log: Integrate perlio; conflicts, accept Nick's versions.
20549      Branch: perl
20550           !> ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
20551           !> ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
20552 ____________________________________________________________________________
20553 [ 10566] By: jhi                                   on 2001/06/13  16:17:42
20554         Log: Subject: Re: ext/ + -Wall
20555              From: Doug MacEachern <dougm@covalent.net>
20556              Date: Wed, 13 Jun 2001 10:02:16 -0700 (PDT)
20557              Message-ID: <Pine.LNX.4.21.0106130959050.24181-100000@mako.covalent.net>
20558      Branch: perl
20559            ! XSUB.h lib/ExtUtils/xsubpp perl.h
20560 ____________________________________________________________________________
20561 [ 10565] By: jhi                                   on 2001/06/13  16:16:07
20562         Log: Similar logic as DB_File.xs, using the modern macros and
20563              defines them to older ones for older Perls where PERL_VERSION
20564              is not defined, from Doug MacEachern.
20565      Branch: perl
20566            ! ext/Storable/Storable.xs
20567 ____________________________________________________________________________
20568 [ 10564] By: nick                                  on 2001/06/13  15:22:01
20569         Log: Avoid AV and HV in perlio.c by inventing PerlIO_list_t which is AV-ish
20570              and using that instead (name lookups are sequential search for now).
20571      Branch: perlio
20572            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
20573            ! ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
20574 ____________________________________________________________________________
20575 [ 10563] By: jhi                                   on 2001/06/13  14:07:43
20576         Log: Subject: [PATCH] Re: [ID 20010526.001] localized glob loses value when assigned to
20577              From: "Richard Soderberg" <rs@crystalflame.net>
20578              Date: Sat, 26 May 2001 06:44:20 -0700
20579              Message-ID: <NAEKLNAAHLMBPMPNBMLECECHDFAA.rs@crystalflame.net>
20580      Branch: perl
20581            ! sv.c t/op/glob.t
20582 ____________________________________________________________________________
20583 [ 10562] By: jhi                                   on 2001/06/13  13:55:10
20584         Log: Subject: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
20585              From: "Craig A. Berry" <craigberry@mac.com>
20586              Date: Tue, 12 Jun 2001 23:55:26 -0500
20587              Message-Id: <a05101002b74ca0013cf5@[192.168.56.160]>
20588      Branch: perl
20589            ! ext/re/Makefile.PL ext/re/re.xs
20590 ____________________________________________________________________________
20591 [ 10561] By: jhi                                   on 2001/06/13  13:44:58
20592         Log: Hide __attribute__((unused)) behind PERL_UNUSED_DECL as
20593              suggested by NI-S.
20594      Branch: perl
20595            ! XSUB.h malloc.c perl.h
20596 ____________________________________________________________________________
20597 [ 10560] By: jhi                                   on 2001/06/13  13:35:42
20598         Log: Regen toc.
20599      Branch: perl
20600            ! pod/perltoc.pod
20601 ____________________________________________________________________________
20602 [ 10559] By: jhi                                   on 2001/06/13  12:53:18
20603         Log: Subject: [patch] perl.gprof control
20604              From: Doug MacEachern <dougm@covalent.net>
20605              Date: Tue, 12 Jun 2001 23:05:44 -0700 (PDT)
20606              Message-ID: <Pine.LNX.4.21.0106122247380.24181-100000@mako.covalent.net>
20607      Branch: perl
20608            ! miniperlmain.c perl.h
20609 ____________________________________________________________________________
20610 [ 10558] By: jhi                                   on 2001/06/13  12:51:47
20611         Log: Subject: Re: ext/ + -Wall
20612              From: Doug MacEachern <dougm@covalent.net>
20613              Date: Tue, 12 Jun 2001 22:04:50 -0700 (PDT)
20614              Message-ID: <Pine.LNX.4.21.0106122151180.24181-100000@mako.covalent.net>
20615              
20616              Document ax and break up dXSARGS.
20617      Branch: perl
20618            ! XSUB.h pod/perlapi.pod
20619 ____________________________________________________________________________
20620 [ 10557] By: jhi                                   on 2001/06/13  12:39:55
20621         Log: More AIX tweakage from Merijn.
20622      Branch: perl
20623            ! hints/aix.sh
20624 ____________________________________________________________________________
20625 [ 10556] By: jhi                                   on 2001/06/13  03:26:58
20626         Log: Subject: [PATCH perl@10538] make VMS autosplit earlier in build
20627              From: "Craig A. Berry" <craigberry@mac.com>
20628              Date: Tue, 12 Jun 2001 22:57:45 -0500
20629              Message-Id: <a05101001b74c943d7af4@[192.168.56.160]>
20630      Branch: perl
20631            ! vms/descrip_mms.template
20632 ____________________________________________________________________________
20633 [ 10555] By: jhi                                   on 2001/06/13  02:50:43
20634         Log: Subject: Re: hacking util.c, attrs.xs, and re.xs to compile on VMS
20635              From: "Craig A. Berry" <craigberry@mac.com>
20636              Date: Tue, 12 Jun 2001 22:21:39 -0500
20637              Message-Id: <a05101000b74c8698483b@[172.16.52.1]>
20638      Branch: perl
20639            ! configure.com util.c
20640 ____________________________________________________________________________
20641 [ 10554] By: jhi                                   on 2001/06/13  02:23:16
20642         Log: New AIX dynaloading code from Jens-Uwe Mager.
20643              Does break binary compatibility.
20644      Branch: perl
20645            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
20646 ____________________________________________________________________________
20647 [ 10553] By: jhi                                   on 2001/06/13  02:10:16
20648         Log: VMS DEC C compiler found nits by Peter Prymmer.
20649      Branch: perl
20650            ! util.c
20651 ____________________________________________________________________________
20652 [ 10552] By: jhi                                   on 2001/06/13  01:36:12
20653         Log: Subject: [PATCH: perl@10538] fix for file locking and filecomp test
20654              From: Peter Prymmer <pvhp@forte.com>
20655              Date: Tue, 12 Jun 2001 19:34:08 -0700 (PDT)
20656              Message-ID: <Pine.OSF.4.10.10106121927580.15174-100000@aspara.forte.com>
20657      Branch: perl
20658            ! t/lib/filecomp.t
20659 ____________________________________________________________________________
20660 [ 10551] By: jhi                                   on 2001/06/13  01:26:53
20661         Log: I wonder how many $CONFIGs still lurk in the shadows.
20662      Branch: perl
20663            ! pod/Makefile.SH x2p/cflags.SH
20664 ____________________________________________________________________________
20665 [ 10550] By: jhi                                   on 2001/06/13  01:25:12
20666         Log: Grok three kinds of line endings, should fix [ID 20010612.003]
20667      Branch: perl
20668            ! pod/checkpods.PL
20669 ____________________________________________________________________________
20670 [ 10549] By: jhi                                   on 2001/06/13  01:05:28
20671         Log: Use __attribute__((unused)) to silence -Wall on unused ax.
20672      Branch: perl
20673            ! XSUB.h ext/DB_File/DB_File.xs lib/ExtUtils/xsubpp
20674 ____________________________________________________________________________
20675 [ 10548] By: jhi                                   on 2001/06/13  00:41:28
20676         Log: Subject: [patch] rid local_patches warnings
20677              From: Doug MacEachern <dougm@covalent.net>
20678              Date: Tue, 12 Jun 2001 10:26:34 -0700 (PDT)
20679              Message-ID: <Pine.LNX.4.21.0106121024470.24181-100000@mako.covalent.net>
20680      Branch: perl
20681            ! ext/List/Util/Util.xs ext/Storable/Storable.xs
20682 ____________________________________________________________________________
20683 [ 10547] By: jhi                                   on 2001/06/13  00:40:29
20684         Log: Subject: Re: ext/ + -Wall
20685              From: Doug MacEachern <dougm@covalent.net>
20686              Date: Tue, 12 Jun 2001 09:38:09 -0700 (PDT)
20687              Message-ID: <Pine.LNX.4.21.0106120927100.24181-100000@mako.covalent.net>
20688      Branch: perl
20689            ! ext/attrs/attrs.xs
20690 ____________________________________________________________________________
20691 [ 10546] By: jhi                                   on 2001/06/13  00:39:06
20692         Log: Subject: [PATCH] perlretut.pod: unterminated C<>
20693              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
20694              Date: Tue, 12 Jun 2001 14:36:20 -0400
20695              Message-ID: <20010612143619.A37113@linguist.thayer.dartmouth.edu>
20696      Branch: perl
20697            ! pod/perlretut.pod
20698 ____________________________________________________________________________
20699 [ 10545] By: jhi                                   on 2001/06/13  00:38:02
20700         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
20701              From: Mike Guy <mjtg@cam.ac.uk>
20702              Date: Tue, 12 Jun 2001 19:10:31 +0100
20703              Message-Id: <E159scZ-0000r2-00@draco.cus.cam.ac.uk>
20704              
20705              Subject: Re: [ID 20010612.001] out of memory during regex compilation
20706              From: Mike Guy <mjtg@cam.ac.uk>
20707              Date: Tue, 12 Jun 2001 19:21:01 +0100
20708              Message-Id: <E159smj-0000wY-00@draco.cus.cam.ac.uk>
20709      Branch: perl
20710            ! pod/perlop.pod
20711 ____________________________________________________________________________
20712 [ 10544] By: jhi                                   on 2001/06/13  00:34:39
20713         Log: AIX tweaks from Merijn H. Brand.
20714      Branch: perl
20715            ! hints/aix.sh
20716 ____________________________________________________________________________
20717 [ 10543] By: jhi                                   on 2001/06/13  00:11:42
20718         Log: Subject: [PATCH] 5.6.1 -- add LC_MESSAGES constant to POSIX module
20719              From: "Brendan O'Dea" <bod@compusol.com.au>
20720              Date: Wed, 13 Jun 2001 05:16:47 +1000
20721              Message-ID: <20010613051647.A8945@compusol.com.au>
20722      Branch: maint-5.6/perl
20723            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
20724 ____________________________________________________________________________
20725 [ 10542] By: jhi                                   on 2001/06/13  00:07:50
20726         Log: Subject: Small bcopy cleanup
20727              From: Andy Dougherty <doughera@lafayette.edu>
20728              Date: Tue, 12 Jun 2001 17:11:52 -0400 (EDT)
20729              Message-ID: <Pine.SOL.4.10.10106121706360.11034-100000@maxwell.phys.lafayette.edu>
20730      Branch: perl
20731            ! embed.h embed.pl objXSUB.h perlapi.c proto.h util.c x2p/a2p.h
20732 ____________________________________________________________________________
20733 [ 10541] By: jhi                                   on 2001/06/13  00:05:18
20734         Log: Subject: [PATCH] Re: ext/ + -Wall
20735              From: Nicholas Clark <nick@ccl4.org>
20736              Date: Wed, 13 Jun 2001 00:04:30 +0100
20737              Message-ID: <20010613000430.M5901@plum.flirble.org>
20738      Branch: perl
20739            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
20740 ____________________________________________________________________________
20741 [ 10540] By: jhi                                   on 2001/06/13  00:02:25
20742         Log: Subject: [PATCH] Re: [PATCH] ExtUtils::Constant
20743              From: Nicholas Clark <nick@ccl4.org>
20744              Date: Tue, 12 Jun 2001 23:53:07 +0100
20745              Message-ID: <20010612235307.L5901@plum.flirble.org>
20746      Branch: perl
20747            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
20748 ____________________________________________________________________________
20749 [ 10539] By: jhi                                   on 2001/06/12  23:59:10
20750         Log: MPE/iX tweaks from Mark Bixby.
20751      Branch: perl
20752            ! hints/mpeix.sh mpeix/mpeixish.h util.c
20753 ____________________________________________________________________________
20754 [ 10538] By: jhi                                   on 2001/06/12  14:16:15
20755         Log: Update Changes.
20756      Branch: perl
20757            ! Changes patchlevel.h
20758 ____________________________________________________________________________
20759 [ 10537] By: jhi                                   on 2001/06/12  14:11:26
20760         Log: One less -Wall whine (found under DEBUGGING).
20761      Branch: perl
20762            ! x2p/Makefile.SH x2p/a2p.c
20763 ____________________________________________________________________________
20764 [ 10536] By: jhi                                   on 2001/06/12  13:32:09
20765         Log: s/case-independent/case-insensitive/g
20766      Branch: perl
20767            ! pod/perldebug.pod
20768 ____________________________________________________________________________
20769 [ 10535] By: jhi                                   on 2001/06/12  13:27:28
20770         Log: As suggested in    
20771              
20772              Subject: Re: ext/ + -Wall
20773              From: Gurusamy Sarathy <gsar@ActiveState.com>
20774              Date: Mon, 11 Jun 2001 23:34:31 -0700
20775              Message-Id: <200106120634.f5C6YVM07246@smtp3.ActiveState.com>
20776      Branch: perl
20777            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs globals.c
20778            ! perl.h
20779 ____________________________________________________________________________
20780 [ 10534] By: jhi                                   on 2001/06/12  13:13:27
20781         Log: Subject: ext/ + -Wall
20782              From: Doug MacEachern <dougm@covalent.net>
20783              Date: Mon, 11 Jun 2001 22:19:45 -0700 (PDT)
20784              Message-ID: <Pine.LNX.4.21.0106112212261.24181-100000@mako.covalent.net>
20785      Branch: perl
20786            ! ext/ByteLoader/ByteLoader.xs ext/DB_File/DB_File.xs
20787            ! ext/DB_File/version.c ext/Devel/DProf/DProf.xs
20788            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dlutils.c
20789            ! ext/Encode/Encode.xs ext/File/Glob/bsd_glob.c
20790            ! ext/Filter/Util/Call/Call.xs ext/GDBM_File/GDBM_File.xs
20791            ! ext/List/Util/Util.xs ext/MIME/Base64/Base64.xs
20792            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
20793            ! ext/PerlIO/Via/Via.xs ext/Time/HiRes/HiRes.xs
20794            ! ext/Time/Piece/Piece.xs ext/attrs/attrs.xs globals.c
20795            ! lib/ExtUtils/xsubpp
20796 ____________________________________________________________________________
20797 [ 10533] By: jhi                                   on 2001/06/12  12:52:57
20798         Log: Subject: [PATCH] anonymous stashes
20799              From: Abhijit Menon-Sen <ams@wiw.org>
20800              Date: Tue, 12 Jun 2001 12:47:04 +0530
20801              Message-ID: <20010612124704.A29029@lustre.linux.in>
20802      Branch: perl
20803            ! dump.c gv.c sv.c xsutils.c
20804 ____________________________________________________________________________
20805 [ 10532] By: jhi                                   on 2001/06/12  12:37:36
20806         Log: One more test for $^S.
20807      Branch: perl
20808            ! t/op/magic.t
20809 ____________________________________________________________________________
20810 [ 10531] By: jhi                                   on 2001/06/12  12:35:02
20811         Log: Subject: [PATCH 20010612.002] $^S almost entirely broken with 5.6.1
20812              From: Abhijit Menon-Sen <ams@wiw.org>
20813              Date: Tue, 12 Jun 2001 17:35:55 +0530
20814              Message-ID: <20010612173555.A32426@lustre.linux.in>
20815      Branch: perl
20816            ! mg.c t/op/magic.t
20817 ____________________________________________________________________________
20818 [ 10530] By: jhi                                   on 2001/06/12  12:31:11
20819         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
20820              From: Mike Guy <mjtg@cam.ac.uk>
20821              Date: Tue, 12 Jun 2001 13:14:15 +0100
20822              Message-Id: <E159n3n-0000xa-00@draco.cus.cam.ac.uk>
20823      Branch: perl
20824            ! pod/perlop.pod
20825 ____________________________________________________________________________
20826 [ 10529] By: jhi                                   on 2001/06/12  12:21:06
20827         Log: AUTHORS updates.
20828      Branch: perl
20829            ! AUTHORS
20830 ____________________________________________________________________________
20831 [ 10528] By: jhi                                   on 2001/06/12  12:19:47
20832         Log: Subject: [PATCH] rhapsody/darwin minor cleanup
20833              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
20834              Content-Transfer-Encoding: 7bit
20835              Message-Id: <200106121009.GAA01968@melbourne-city-street.mit.edu>
20836      Branch: perl
20837            ! Makefile.SH hints/darwin.sh hints/rhapsody.sh
20838 ____________________________________________________________________________
20839 [ 10527] By: jhi                                   on 2001/06/12  11:58:53
20840         Log: Subject: [MacPerl-Porters] Re: [PATCH] Mac OS Compatability for bleadperl
20841              From: "Philip Newton" <Philip.Newton@gmx.net>
20842              Date: Mon, 11 Jun 2001 07:08:03 +0200
20843              Message-Id: <200106120802.LAA08992@taas.iki.fi>
20844      Branch: perl
20845            ! t/base/term.t
20846 ____________________________________________________________________________
20847 [ 10526] By: jhi                                   on 2001/06/12  01:35:34
20848         Log: Cleanup the a2p.c for -Wall.
20849      Branch: perl
20850            ! x2p/Makefile.SH x2p/a2p.c
20851 ____________________________________________________________________________
20852 [ 10525] By: jhi                                   on 2001/06/12  01:10:56
20853         Log: File::Find update for MacOS from Chris Nandor.
20854      Branch: perl
20855            ! lib/File/Find.pm t/lib/filefind.t
20856 ____________________________________________________________________________
20857 [ 10524] By: jhi                                   on 2001/06/12  00:29:20
20858         Log: gcc -Wall nits picked out by a non-UNIX system
20859              (courtesy of Mark Bixby)
20860      Branch: perl
20861            ! doio.c ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_mpeix.xs
20862            ! ext/IO/IO.xs ext/PerlIO/Via/Via.xs ext/Socket/Socket.xs
20863            ! pp_sys.c util.c
20864 ____________________________________________________________________________
20865 [ 10523] By: jhi                                   on 2001/06/11  22:34:03
20866         Log: Metaconfig unit change for #10522.  (The d_modfl changes
20867              placate metalint.)
20868      Branch: metaconfig/U/perl
20869            ! d_modfl.U d_u32align.U
20870 ____________________________________________________________________________
20871 [ 10522] By: jhi                                   on 2001/06/11  22:33:00
20872         Log: Buglet found by Mark Bixby: "./try >&2 >/dev/null" should
20873              be "./try 2>&1 >/dev/null".
20874      Branch: perl
20875            ! Configure
20876 ____________________________________________________________________________
20877 [ 10521] By: jhi                                   on 2001/06/11  19:49:54
20878         Log: Subject: [PATCH perl@10517] DCL quoting syntax drives pumpking mad
20879              From: "Craig A. Berry" <craigberry@mac.com>
20880              Date: Mon, 11 Jun 2001 14:00:32 -0500
20881              Message-Id: <5.1.0.14.0.20010611134750.03985cb8@exchi01>
20882      Branch: perl
20883            ! configure.com
20884 ____________________________________________________________________________
20885 [ 10520] By: jhi                                   on 2001/06/11  17:55:47
20886         Log: Move the full \p\P lists to perlunicode.
20887      Branch: perl
20888            ! pod/perlretut.pod pod/perlunicode.pod
20889 ____________________________________________________________________________
20890 [ 10519] By: jhi                                   on 2001/06/11  17:10:00
20891         Log: VOS build tweak for 5.6.1 from Paul Green.
20892      Branch: maint-5.6/perl
20893            ! vos/build.cm
20894 ____________________________________________________________________________
20895 [ 10518] By: jhi                                   on 2001/06/11  17:07:03
20896         Log: Subject: [PATCH perl@10476] no PerlIO at startup time on VMS
20897              From: "Craig A. Berry" <craigberry@mac.com>
20898              Date: Fri, 8 Jun 2001 18:08:18 -0500
20899              Message-Id: <a05101000b746f9dd4fca@[192.168.56.145]>
20900      Branch: perl
20901            ! vms/vms.c
20902 ____________________________________________________________________________
20903 [ 10517] By: jhi                                   on 2001/06/11  14:52:01
20904         Log: Update Changes.
20905      Branch: perl
20906            ! Changes patchlevel.h
20907 ____________________________________________________________________________
20908 [ 10516] By: jhi                                   on 2001/06/11  14:46:33
20909         Log: Add the modfl_pow32_bug (anti)definition also to VOS headers.
20910      Branch: perl
20911            ! vos/config.alpha.h vos/config.ga.h
20912 ____________________________________________________________________________
20913 [ 10515] By: jhi                                   on 2001/06/11  14:39:05
20914         Log: VOS updates from Paul Green for @10476.
20915      Branch: perl
20916            ! README.vos vos/Changes vos/build.cm vos/compile_perl.cm
20917            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
20918            ! vos/config.ga.h vos/configure_perl.cm
20919 ____________________________________________________________________________
20920 [ 10514] By: jhi                                   on 2001/06/11  12:58:43
20921         Log: Subject: [PATCH] Not many people know this ...
20922              From: Mike Guy <mjtg@cam.ac.uk>
20923              Date: Mon, 11 Jun 2001 14:55:15 +0100
20924              Message-Id: <E159S9z-00015D-00@draco.cus.cam.ac.uk>
20925      Branch: perl
20926            ! pod/perldebug.pod
20927 ____________________________________________________________________________
20928 [ 10513] By: jhi                                   on 2001/06/11  12:30:06
20929         Log: Add final commas to lists as suggested by Philip Newton.
20930      Branch: perl
20931            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
20932 ____________________________________________________________________________
20933 [ 10512] By: jhi                                   on 2001/06/11  12:28:49
20934         Log: Subject: [MacPerl-Porters] [PATCH] Mac OS Compatability for bleadperl
20935              Date: Sun, 10 Jun 2001 23:35:38 -0400
20936              From: Chris Nandor <pudge@pobox.com>
20937              Message-Id: <p05100306b749ec0eaade@[10.0.1.177]>
20938      Branch: perl
20939            ! lib/DirHandle.pm lib/File/Basename.pm lib/diagnostics.pm
20940            ! perl.c t/base/term.t t/comp/cpp.t t/comp/multiline.t
20941            ! t/comp/script.t t/lib/anydbm.t t/lib/autoloader.t
20942            ! t/lib/dirhand.t t/lib/selfloader.t t/op/anonsub.t
20943            ! t/op/closure.t t/op/defins.t t/op/exec.t t/op/goto.t
20944            ! t/op/pack.t t/op/regexp.t t/op/regexp_noamp.t t/op/split.t
20945            ! t/op/write.t t/pragma/strict.t
20946 ____________________________________________________________________________
20947 [ 10511] By: jhi                                   on 2001/06/11  12:13:31
20948         Log: Subject: [RESEND] [PATCH] Mac OS lib patches for bleadperl
20949              From: Chris Nandor <pudge@pobox.com>
20950              Date: Mon, 11 Jun 2001 08:24:28 -0400
20951              Message-Id: <p05100303b74a66faf625@[10.0.1.177]>
20952      Branch: perl
20953            ! ext/IO/lib/IO/Dir.pm lib/File/Copy.pm t/lib/filecopy.t
20954            ! t/lib/io_dir.t
20955 ____________________________________________________________________________
20956 [ 10510] By: jhi                                   on 2001/06/11  12:03:16
20957         Log: One more run_byacc (a hand-tweaked version had slipped in).
20958      Branch: perl
20959            ! perly.c vms/perly_c.vms
20960 ____________________________________________________________________________
20961 [ 10509] By: nick                                  on 2001/06/11  07:49:15
20962         Log: Integrate mainline
20963      Branch: perlio
20964           !> Makefile.SH embed.h embed.pl global.sym
20965           !> lib/ExtUtils/Constant.pm lib/ExtUtils/Manifest.pm objXSUB.h
20966           !> perl.h perlapi.c perlapi.h perly.c perly.fixer perly.h perly.y
20967           !> perly_c.diff pod/perl572delta.pod pod/perlapi.pod proto.h sv.c
20968           !> t/lib/extutils.t util.c vms/perly_c.vms vms/perly_h.vms
20969 ____________________________________________________________________________
20970 [ 10508] By: jhi                                   on 2001/06/10  22:38:05
20971         Log: Subject: [PATCH] ExtUtils::Manifest not -w clean
20972              From: Mike Guy <mjtg@cam.ac.uk>
20973              Reply-To: mjtg@cam.ac.uk
20974              Message-Id: <E159Ei8-0006Tz-00@draco.cus.cam.ac.uk>
20975      Branch: perl
20976            ! lib/ExtUtils/Manifest.pm
20977 ____________________________________________________________________________
20978 [ 10507] By: jhi                                   on 2001/06/10  22:37:16
20979         Log: Subject: [PATCH] ExtUtils::Constant
20980              From: Nicholas Clark <nick@ccl4.org>
20981              Date: Sun, 10 Jun 2001 23:25:41 +0100
20982              Message-ID: <20010610232540.C76396@plum.flirble.org>
20983      Branch: perl
20984            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
20985 ____________________________________________________________________________
20986 [ 10506] By: jhi                                   on 2001/06/10  20:57:20
20987         Log: Integrate perlio.
20988      Branch: perl
20989           !> iperlsys.h
20990 ____________________________________________________________________________
20991 [ 10505] By: jhi                                   on 2001/06/10  18:37:57
20992         Log: Move the grok_number and its lieutenant grok_numeric_radix
20993              from sv.c statics to util.c and public.
20994      Branch: perl
20995            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c
20996            ! perlapi.h pod/perlapi.pod proto.h sv.c util.c
20997 ____________________________________________________________________________
20998 [ 10504] By: nick                                  on 2001/06/10  17:47:06
20999         Log: Fix (valid) -Wall warnings in perlio.c
21000      Branch: perlio
21001            ! iperlsys.h
21002 ____________________________________________________________________________
21003 [ 10503] By: jhi                                   on 2001/06/10  17:38:28
21004         Log: Update perly_c.diff, update perly.fixer to edit away
21005              some of the -Wall noise.
21006      Branch: perl
21007            ! perly.c perly.fixer perly_c.diff vms/perly_c.vms
21008 ____________________________________________________________________________
21009 [ 10502] By: jhi                                   on 2001/06/10  17:09:42
21010         Log: Check the version of byacc.
21011      Branch: perl
21012            ! Makefile.SH
21013 ____________________________________________________________________________
21014 [ 10501] By: jhi                                   on 2001/06/10  17:00:08
21015         Log: Subject: [PATCH] perly.y overhaul
21016              From: Simon Cozens <simon@netthink.co.uk>
21017              Date: Sun, 10 Jun 2001 16:56:54 +0100
21018              Message-ID: <20010610165654.A16597@deep-dark-truthful-mirror.pmb.ox.ac.uk>
21019              
21020              Plus make run_byacc.
21021      Branch: perl
21022            ! perly.c perly.h perly.y vms/perly_c.vms vms/perly_h.vms
21023 ____________________________________________________________________________
21024 [ 10500] By: jhi                                   on 2001/06/10  16:07:28
21025         Log: Integrate perlio.
21026      Branch: perl
21027           !> perlio.c perlsfio.h
21028 ____________________________________________________________________________
21029 [ 10499] By: nick                                  on 2001/06/10  15:01:08
21030         Log: Integrate mainline
21031      Branch: perlio
21032           !> Changes Configure embed.h embed.pl patchlevel.h proto.h sv.c
21033           !> t/pragma/locale.t util.c
21034 ____________________________________________________________________________
21035 [ 10498] By: jhi                                   on 2001/06/10  13:49:23
21036         Log: Put some meat on the perl572delta bones.  The list of
21037              selected bug fixes needs more work, as does still the
21038              whole document.
21039      Branch: perl
21040            ! pod/perl572delta.pod
21041 ____________________________________________________________________________
21042 [ 10497] By: nick                                  on 2001/06/10  12:27:51
21043         Log: Paper over a crack or two with USE_SFIO
21044      Branch: perlio
21045            ! perlio.c perlsfio.h
21046 ____________________________________________________________________________
21047 [ 10496] By: jhi                                   on 2001/06/10  11:04:22
21048         Log: Update Changes.
21049      Branch: perl
21050            ! Changes patchlevel.h
21051 ____________________________________________________________________________
21052 [ 10495] By: jhi                                   on 2001/06/10  10:55:34
21053         Log: Subject: Re: pragma/locale.t #107
21054              From: Hugo <hv@crypt.compulink.co.uk>
21055              Date: Sun, 10 Jun 2001 11:23:30 +0100
21056              Message-Id: <200106101023.LAA32085@crypt.compulink.co.uk>
21057              
21058              Encapsulate the scan of the decimal radix separator.
21059      Branch: perl
21060            ! embed.h embed.pl proto.h sv.c
21061 ____________________________________________________________________________
21062 [ 10494] By: jhi                                   on 2001/06/10  03:00:17
21063         Log: Try to grok numbers both with the locale specific separator
21064              and with the usual "." (if different from the lss); add a test
21065              to locale.t to do also a little bit of math in addition to just
21066              equalness testing; remove extraneous logic as suggested in
21067              
21068              Subject: Re: pragma/locale.t #107
21069              From: Nicholas Clark <nick@ccl4.org>
21070              Date: Sat, 9 Jun 2001 22:37:36 +0100
21071              Message-ID: <20010609223735.Y76396@plum.flirble.org>
21072      Branch: perl
21073            ! sv.c t/pragma/locale.t
21074 ____________________________________________________________________________
21075 [ 10493] By: jhi                                   on 2001/06/10  01:25:23
21076         Log: Metaconfig unit change for #10492.
21077      Branch: metaconfig/U/perl
21078            ! Extensions.U
21079 ____________________________________________________________________________
21080 [ 10492] By: jhi                                   on 2001/06/10  01:23:59
21081         Log: Subject: [PATCH] Don't build Thread.pm if USEITHREADS
21082              From: Artur Bergman <artur@contiller.se> 
21083              Date: Sat, 09 Jun 2001 21:03:51 +0200
21084              Message-ID: <B7483FB6.1398%artur@contiller.se>
21085      Branch: perl
21086            ! Configure
21087 ____________________________________________________________________________
21088 [ 10491] By: jhi                                   on 2001/06/10  01:15:40
21089         Log: Integrate perlio.
21090      Branch: perl
21091           !> perlsfio.h
21092 ____________________________________________________________________________
21093 [ 10490] By: jhi                                   on 2001/06/10  01:08:26
21094         Log: Do locale specific separator if only in locale.
21095      Branch: perl
21096            ! util.c
21097 ____________________________________________________________________________
21098 [ 10489] By: nick                                  on 2001/06/09  19:13:25
21099         Log: Make XS/Typemap compile (but fail) with sfio
21100      Branch: perlio
21101            ! perlsfio.h
21102 ____________________________________________________________________________
21103 [ 10488] By: nick                                  on 2001/06/09  19:12:51
21104         Log: Re-integrate mainline
21105      Branch: perlio
21106           !> embed.h embed.pl embedvar.h intrpvar.h perl.h perlapi.h
21107           !> proto.h sv.c util.c
21108 ____________________________________________________________________________
21109 [ 10487] By: nick                                  on 2001/06/09  16:26:29
21110         Log: Integrate mainline
21111      Branch: perlio
21112           !> (integrate 31 files)
21113 ____________________________________________________________________________
21114 [ 10486] By: jhi                                   on 2001/06/09  16:11:51
21115         Log: Subject: [PATCH] New attempt to clone callack
21116              From: Artur Bergman <artur@contiller.se> 
21117              Date: Thu, 07 Jun 2001 11:52:16 +0200
21118              Message-ID: <B7451B6F.12B7%artur@contiller.se>
21119      Branch: perl
21120            ! embedvar.h intrpvar.h perlapi.h sv.c
21121 ____________________________________________________________________________
21122 [ 10485] By: jhi                                   on 2001/06/09  15:23:52
21123         Log: Numeric conversion tweaks suggested by Hugo and Nicholas.
21124      Branch: perl
21125            ! embed.h embed.pl perl.h proto.h sv.c util.c
21126 ____________________________________________________________________________
21127 [ 10484] By: jhi                                   on 2001/06/09  14:47:25
21128         Log: Subject: Re: pragma/locale.t #107
21129              From: Nicholas Clark <nick@ccl4.org>
21130              Date: Sat, 9 Jun 2001 16:26:10 +0100
21131              Message-ID: <20010609162609.V76396@plum.flirble.org>
21132              
21133              A missing NVification.
21134      Branch: perl
21135            ! sv.c
21136 ____________________________________________________________________________
21137 [ 10483] By: jhi                                   on 2001/06/08  19:40:32
21138         Log: Redo the #10482, there already was a test script for formats.
21139      Branch: perl
21140            - t/io/format.t
21141            ! MANIFEST t/op/write.t
21142 ____________________________________________________________________________
21143 [ 10482] By: jhi                                   on 2001/06/08  19:34:45
21144         Log: Twisted format testing, from Merijn.
21145      Branch: perl
21146            + t/io/format.t
21147            ! MANIFEST
21148 ____________________________________________________________________________
21149 [ 10481] By: jhi                                   on 2001/06/08  19:21:56
21150         Log: More \p{In...} testing, combined with \N{...}.
21151      Branch: perl
21152            ! lib/utf8_heavy.pl t/op/pat.t
21153 ____________________________________________________________________________
21154 [ 10480] By: jhi                                   on 2001/06/08  14:16:06
21155         Log: Metaconfig changes for #10479.
21156      Branch: metaconfig
21157            ! U/Glossary.patch
21158      Branch: metaconfig/U/perl
21159            ! d_modfl.U
21160 ____________________________________________________________________________
21161 [ 10479] By: jhi                                   on 2001/06/08  14:15:32
21162         Log: Be inspired more by Hugo-- introduce HAS_MODFL_POW32_BUG.
21163      Branch: perl
21164            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
21165            ! config_h.SH configure.com epoc/config.sh pp.c uconfig.h
21166            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
21167            ! win32/config.bc win32/config.gc win32/config.vc
21168 ____________________________________________________________________________
21169 [ 10478] By: jhi                                   on 2001/06/08  12:20:41
21170         Log: Subject: Re: [PATCH perl@10439] fix old $^S description in perlvms.pod
21171              From: "Craig A. Berry" <craigberry@mac.com>
21172              Date: Thu, 7 Jun 2001 14:27:20 -0500
21173              Message-Id: <a05100e01b7458075db7d@[172.16.52.1]>
21174      Branch: perl
21175            ! vms/perlvms.pod
21176 ____________________________________________________________________________
21177 [ 10477] By: jhi                                   on 2001/06/08  12:19:00
21178         Log: Subject: [PATCH] Unresolved symbol in ext/re/re.xs
21179              From: Gisle Aas <gisle@ActiveState.com>
21180              Date: 07 Jun 2001 17:04:29 -0700
21181              Message-ID: <lrae3jsupe.fsf@caliper.ActiveState.com>
21182      Branch: perl
21183            ! ext/re/re.xs
21184 ____________________________________________________________________________
21185 [ 10476] By: jhi                                   on 2001/06/08  01:35:42
21186         Log: Update Changes.
21187      Branch: perl
21188            ! Changes patchlevel.h
21189 ____________________________________________________________________________
21190 [ 10475] By: jhi                                   on 2001/06/08  00:53:45
21191         Log: Regen Glossary et alia.
21192      Branch: perl
21193            ! Porting/Glossary Porting/config.sh Porting/config_H
21194 ____________________________________________________________________________
21195 [ 10474] By: jhi                                   on 2001/06/07  22:06:38
21196         Log: Metaconfig unit changes for #10473.
21197      Branch: metaconfig/U/perl
21198            ! d_modfl.U
21199 ____________________________________________________________________________
21200 [ 10473] By: jhi                                   on 2001/06/07  22:06:16
21201         Log: Harumph, also AIX will spill its guts (i.e. dump core)
21202              if an executable contains modfl() but it hasn't been
21203              compiled right (in the case of AIX, with cc -qlongdouble).
21204      Branch: perl
21205            ! Configure
21206 ____________________________________________________________________________
21207 [ 10472] By: gsar                                  on 2001/06/07  20:04:28
21208         Log: integrate change#10471 from mainline
21209              
21210              in change#10451, check that CvOUTSIDE is a CV before looking in
21211              (it can apparently be SVt_NULL during global destruction)
21212      Branch: maint-5.6/perl
21213           !> op.c
21214 ____________________________________________________________________________
21215 [ 10471] By: gsar                                  on 2001/06/07  20:01:31
21216         Log: in change#10451, check that CvOUTSIDE is a CV before looking in
21217              (it can apparently be SVt_NULL during global destruction)
21218      Branch: perl
21219            ! op.c
21220 ____________________________________________________________________________
21221 [ 10470] By: jhi                                   on 2001/06/07  12:17:51
21222         Log: Subject: Re: [PATCH perl@10439] diagnostics and long C<=item>s
21223              From: Robin Barker <rmb1@cise.npl.co.uk>
21224              Date: Thu, 7 Jun 2001 13:01:06 +0100 (BST)
21225              Message-Id: <200106071201.NAA13627@tempest.npl.co.uk>
21226      Branch: perl
21227            ! lib/diagnostics.pm pod/perldiag.pod
21228 ____________________________________________________________________________
21229 [ 10469] By: jhi                                   on 2001/06/07  12:16:12
21230         Log: Subject: [PATCH perl@10439] long =item
21231              From: Robin Barker <rmb1@cise.npl.co.uk>
21232              Date: Thu, 7 Jun 2001 12:34:08 +0100 (BST)
21233              Message-Id: <200106071134.MAA10288@tempest.npl.co.uk>
21234      Branch: perl
21235            ! README.amiga lib/Attribute/Handlers.pm
21236            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
21237 ____________________________________________________________________________
21238 [ 10468] By: jhi                                   on 2001/06/07  12:08:56
21239         Log: Subject: [PATCH 5.7.1 pod/perlguts.pod] IOK vs pIOK docs
21240              Date: Thu, 7 Jun 2001 10:09:59 +0100 (BST)
21241              Reply-To: Dave Mitchell <davem@fdgroup.co.uk>
21242              Message-Id: <200106070909.KAA25610@gizmo.fdgroup.co.uk>
21243      Branch: perl
21244            ! pod/perlguts.pod
21245 ____________________________________________________________________________
21246 [ 10467] By: jhi                                   on 2001/06/07  12:04:26
21247         Log: Integrate perlio.
21248      Branch: perl
21249           !> sv.c
21250 ____________________________________________________________________________
21251 [ 10466] By: nick                                  on 2001/06/07  10:25:40
21252         Log: MULTIPLICITY fix for S_grok_number(), also a few gratuitious trailing
21253              whitespace tweaks.
21254              Still coredumps in pragma/overload.t - what a nice hard fail that is...
21255      Branch: perlio
21256            ! sv.c
21257 ____________________________________________________________________________
21258 [ 10465] By: nick                                  on 2001/06/07  08:41:58
21259         Log: Raw integrate of mainline for S_grok_number debug
21260              (sv.c has MULTIPLICITY issues as well as whatever else ...)
21261      Branch: perlio
21262            - plan9/perlplan9.doc plan9/perlplan9.pod
21263           !> (integrate 46 files)
21264 ____________________________________________________________________________
21265 [ 10464] By: jhi                                   on 2001/06/06  23:33:58
21266         Log: The proper prototyping for #10463.
21267      Branch: perl
21268            ! embed.h embed.pl proto.h sv.c
21269 ____________________________________________________________________________
21270 [ 10463] By: jhi                                   on 2001/06/06  23:15:30
21271         Log: Subject: Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
21272              From: Nicholas Clark <nick@ccl4.org>
21273              Date: Thu, 7 Jun 2001 00:29:59 +0100
21274              Message-ID: <20010607002959.Z76396@plum.flirble.org>
21275      Branch: perl
21276            ! sv.c
21277 ____________________________________________________________________________
21278 [ 10462] By: jhi                                   on 2001/06/06  23:13:19
21279         Log: Subject: [PATCH perl@10439] fix old $^S description in perlvms.pod
21280              From: "Craig A. Berry" <craigberry@mac.com>
21281              Date: Wed, 06 Jun 2001 17:54:30 -0500
21282              Message-Id: <5.1.0.14.0.20010606174814.03c2c880@exchi01>
21283      Branch: perl
21284            ! vms/perlvms.pod
21285 ____________________________________________________________________________
21286 [ 10461] By: jhi                                   on 2001/06/06  23:10:00
21287         Log: Podify the remaining README.platform files;
21288              merge README.plan9 and plan9/perlplan9.pod;
21289              delete plan9/perlplan9.* (the perlplan.doc needs to
21290              be regenerated in Plan 9); make the =head1 and =head2
21291              in the README.platform to be a little more verbose
21292              (skipped README.os2 not to anger Ilya) so that they
21293              look better in the toc; regen toc.
21294      Branch: perl
21295            - plan9/perlplan9.doc plan9/perlplan9.pod
21296            ! MANIFEST README.aix README.amiga README.apollo README.beos
21297            ! README.bs2000 README.cygwin README.dgux README.dos README.epoc
21298            ! README.hpux README.hurd README.machten README.macos
21299            ! README.micro README.mint README.mpeix README.os390
21300            ! README.plan9 README.qnx README.solaris README.threads
21301            ! README.tru64 README.vmesa README.vms README.vos README.win32
21302            ! plan9/mkfile pod/buildtoc.PL pod/perl.pod pod/perlport.pod
21303            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
21304 ____________________________________________________________________________
21305 [ 10460] By: jhi                                   on 2001/06/06  20:58:53
21306         Log: Subject: [PATCH] Re: Bug in perlguts documentation?
21307              From: Mike Guy <mjtg@cam.ac.uk>
21308              Reply-To: mjtg@cam.ac.uk
21309              Message-Id: <E157fiS-0006Q7-00@draco.cus.cam.ac.uk>
21310      Branch: perl
21311            ! pod/perlguts.pod
21312 ____________________________________________________________________________
21313 [ 10459] By: jhi                                   on 2001/06/06  20:58:15
21314         Log: Subject: [PATCH] Re: [ID 20010604.015] taint + comma = false insecurity
21315              From: Mike Guy <mjtg@cam.ac.uk>
21316              Reply-To: mjtg@cam.ac.uk
21317              Message-Id: <E157flx-0006Uz-00@draco.cus.cam.ac.uk>
21318      Branch: perl
21319            ! pod/perlsec.pod
21320 ____________________________________________________________________________
21321 [ 10458] By: jhi                                   on 2001/06/06  20:56:04
21322         Log: Disable long doubles from pre-5.0 Tru64s.
21323      Branch: perl
21324            ! README.tru64 hints/dec_osf.sh
21325 ____________________________________________________________________________
21326 [ 10457] By: jhi                                   on 2001/06/06  20:49:23
21327         Log: The #10455 exposed that modfl() is fundamentally busted
21328              (as in: dumps core) in pre-5.0 Tru64, so better avoid even
21329              testing it.
21330      Branch: perl
21331            ! hints/dec_osf.sh
21332 ____________________________________________________________________________
21333 [ 10456] By: jhi                                   on 2001/06/06  20:48:35
21334         Log: Metaconfig unit change for #10455.
21335      Branch: metaconfig/U/perl
21336            ! d_modfl.U
21337 ____________________________________________________________________________
21338 [ 10455] By: jhi                                   on 2001/06/06  20:48:09
21339         Log: Configure check for geborken modfl(), inspired by
21340              
21341              Subject: Re: [20010118.017] op/int.t failure 
21342              From: Hugo <hv@crypt.compulink.co.uk>
21343              Date: Tue, 05 Jun 2001 13:43:27 +0100
21344              Message-Id: <200106051243.NAA15525@crypt.compulink.co.uk>
21345      Branch: perl
21346            ! Configure
21347 ____________________________________________________________________________
21348 [ 10454] By: jhi                                   on 2001/06/06  11:45:08
21349         Log: Integrate changes #10450 and #10451 from maintperl:
21350              
21351              optimize change#10448 slightly (don't repeat search in eval""s lexical
21352              scope, since that has already been searched)
21353              
21354              change#9108 needs subtler treatment for case of closures created
21355              within eval""
21356      Branch: perl
21357           !> op.c t/op/misc.t
21358 ____________________________________________________________________________
21359 [ 10453] By: jhi                                   on 2001/06/06  11:42:10
21360         Log: MakeMaker magic to compile (when no dynamic loading)
21361              List/Util.xsc as (ListUtil.c and) ListUtil.o since
21362              POSIX-BC (BS2000) linker has an evil limitation of
21363              being unable to include in the same executable several
21364              object files with the same name - case-insensitively -
21365              because otherwise we conflict with util.c.
21366              Strictly speaking currently required only in POSIX-BC
21367              but probably will do no harm elsewhere where static
21368              linking is required.
21369      Branch: perl
21370            ! ext/List/Util/Makefile.PL
21371 ____________________________________________________________________________
21372 [ 10452] By: nick                                  on 2001/06/06  08:59:51
21373         Log: Integrate mainline.
21374      Branch: perlio
21375           +> lib/Attribute/Handlers/demo/Demo.pm
21376           +> lib/Attribute/Handlers/demo/Descriptions.pm
21377           +> lib/Attribute/Handlers/demo/MyClass.pm
21378           +> lib/Attribute/Handlers/demo/demo.pl
21379           +> lib/Attribute/Handlers/demo/demo2.pl
21380           +> lib/Attribute/Handlers/demo/demo3.pl
21381           +> lib/Attribute/Handlers/demo/demo4.pl
21382           +> lib/Attribute/Handlers/demo/demo_call.pl
21383           +> lib/Attribute/Handlers/demo/demo_chain.pl
21384           +> lib/Attribute/Handlers/demo/demo_cycle.pl
21385           +> lib/Attribute/Handlers/demo/demo_hashdir.pl
21386           +> lib/Attribute/Handlers/demo/demo_phases.pl
21387           +> lib/Attribute/Handlers/demo/demo_range.pl
21388           +> lib/Attribute/Handlers/demo/demo_rawdata.pl t/op/override.t
21389           +> uts/strtol_wrap.c
21390           !> (integrate 91 files)
21391 ____________________________________________________________________________
21392 [ 10451] By: gsar                                  on 2001/06/06  07:11:36
21393         Log: change#9108 needs subtler treatment for case of closures created
21394              within eval""
21395      Branch: maint-5.6/perl
21396            ! op.c t/op/misc.t
21397 ____________________________________________________________________________
21398 [ 10450] By: gsar                                  on 2001/06/06  05:47:25
21399         Log: optimize change#10448 slightly (don't repeat search in eval""s lexical
21400              scope, since that has already been searched)
21401      Branch: maint-5.6/perl
21402            ! op.c
21403 ____________________________________________________________________________
21404 [ 10449] By: jhi                                   on 2001/06/06  01:33:31
21405         Log: Integrate change #10448 from maintperl; lexicals
21406              outside an eval"" weren't resolved correctly inside a subroutine
21407              definition inside the eval"" if they were not already referenced
21408              in the toplevel of the eval""-ed code
21409      Branch: perl
21410           !> cop.h op.c pp_ctl.c t/op/misc.t
21411 ____________________________________________________________________________
21412 [ 10448] By: gsar                                  on 2001/06/06  01:03:26
21413         Log: fix yet another bug of hoary vintage found by change#10394: lexicals
21414              outside an eval"" weren't resolved correctly inside a subroutine
21415              definition inside the eval"" if they were not already referenced
21416              in the toplevel of the eval""-ed code
21417      Branch: maint-5.6/perl
21418            ! cop.h op.c pp_ctl.c t/op/misc.t
21419 ____________________________________________________________________________
21420 [ 10447] By: jhi                                   on 2001/06/06  00:51:04
21421         Log: Subject: [PATCH] perl570delta.pod
21422              From: Peter Scott <Peter@PSDT.com> 
21423              Date: Tue, 05 Jun 2001 18:51:02 -0700
21424              Message-Id: <4.3.2.7.2.20010605183619.00a94400@psdt.com>
21425      Branch: perl
21426            ! pod/perl570delta.pod
21427 ____________________________________________________________________________
21428 [ 10446] By: jhi                                   on 2001/06/05  23:45:05
21429         Log: The fudge factor is no more needed.  I hope.
21430      Branch: perl
21431            ! t/lib/posix.t
21432 ____________________________________________________________________________
21433 [ 10445] By: jhi                                   on 2001/06/05  23:19:19
21434         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms 
21435              From: Hugo <hv@crypt.compulink.co.uk>
21436              Date: Tue, 05 Jun 2001 12:58:19 +0100
21437              Message-Id: <200106051158.MAA04605@crypt.compulink.co.uk>
21438      Branch: perl
21439            ! util.c
21440 ____________________________________________________________________________
21441 [ 10444] By: jhi                                   on 2001/06/05  11:09:01
21442         Log: Make up prototypes only for those who have the functions
21443              but not the prototypes.
21444      Branch: perl
21445            ! perl.h
21446 ____________________________________________________________________________
21447 [ 10443] By: jhi                                   on 2001/06/05  11:02:13
21448         Log: Subject: Re: Not OK: perl@10439 on win32 
21449              From: Prymmer/Kahn <pvhp@best.com> 
21450              Date: Mon, 4 Jun 2001 22:11:02 -0700 (PDT)
21451              Message-ID: <Pine.BSF.4.21.0106042136410.26316-100000@shell8.ba.best.com>
21452      Branch: perl
21453            ! perl.h util.c
21454 ____________________________________________________________________________
21455 [ 10442] By: jhi                                   on 2001/06/05  00:55:46
21456         Log: The metaconfig units changes for #10441.
21457      Branch: metaconfig
21458            ! U/modified/Extract.U U/modified/Extractall.U
21459            ! U/modified/Finish.U
21460 ____________________________________________________________________________
21461 [ 10441] By: jhi                                   on 2001/06/05  00:55:17
21462         Log: Extraction of the *.SH wasn't quite working with -Dmksymlinks.
21463      Branch: perl
21464            ! Configure
21465 ____________________________________________________________________________
21466 [ 10440] By: jhi                                   on 2001/06/05  00:28:27
21467         Log: Unnecessary fuzziness undone, noted by Mike Guy.
21468      Branch: perl
21469            ! t/op/tr.t
21470 ____________________________________________________________________________
21471 [ 10439] By: jhi                                   on 2001/06/04  17:14:31
21472         Log: Update Changes.
21473      Branch: perl
21474            ! Changes patchlevel.h
21475 ____________________________________________________________________________
21476 [ 10438] By: jhi                                   on 2001/06/04  17:10:16
21477         Log: Test case for 'eval "a.b.c.d.e.f;sub"' save stack imbalance
21478              bug found by Ilmari Karonen; the bug fixed by Sarathy's lexical
21479              leakage patch.
21480      Branch: perl
21481            ! t/op/misc.t
21482 ____________________________________________________________________________
21483 [ 10437] By: jhi                                   on 2001/06/04  17:01:06
21484         Log: Test case for #10433/#10424.
21485      Branch: perl
21486            ! t/op/misc.t
21487 ____________________________________________________________________________
21488 [ 10436] By: jhi                                   on 2001/06/04  16:54:21
21489         Log: Subject: One fix for strtoul not setting errno
21490              From: hom00@utsglobal.com (Hal Morris)
21491              Date: Sat, 2 Jun 2001 09:23:11 -0700 (PDT)
21492              Message-Id: <200106021623.JAA06906@cepheus.utsglobal.com>
21493      Branch: perl
21494            + uts/strtol_wrap.c
21495            ! MANIFEST hints/uts.sh
21496 ____________________________________________________________________________
21497 [ 10435] By: jhi                                   on 2001/06/04  16:54:01
21498         Log: Metaconfig units changes for #10434.
21499      Branch: metaconfig
21500            ! U/modified/Cppsym.U
21501      Branch: metaconfig/U/perl
21502            + d_dbminitproto.U d_flockproto.U d_sockatmarkproto.U
21503            + d_syscallproto.U d_usleepproto.U
21504            ! longdblfio.U quadfio.U
21505 ____________________________________________________________________________
21506 [ 10434] By: jhi                                   on 2001/06/04  16:48:33
21507         Log: Configure tweaks; add prototype probes, make the cpp symbols
21508              probe to cast, not whine; test for %Ld and %Lf before %lld and
21509              %llf because the L is the ANSI way.
21510      Branch: perl
21511            ! Configure config_h.SH configure.com epoc/config.sh
21512            ! ext/ODBM_File/ODBM_File.xs perl.h pod/perltoc.pod uconfig.h
21513            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
21514            ! win32/config.bc win32/config.gc win32/config.vc x2p/str.c
21515 ____________________________________________________________________________
21516 [ 10433] By: jhi                                   on 2001/06/04  16:45:23
21517         Log: Sigh.  This is what #10424 was supposed to check in.
21518      Branch: perl
21519            ! op.c sv.c sv.h
21520 ____________________________________________________________________________
21521 [ 10432] By: jhi                                   on 2001/06/04  16:29:40
21522         Log: More verbose failure.
21523      Branch: perl
21524            ! t/op/ver.t
21525 ____________________________________________________________________________
21526 [ 10431] By: jhi                                   on 2001/06/04  16:21:55
21527         Log: The .pm changes to go with #10428.
21528      Branch: perl
21529            ! ext/Fcntl/Fcntl.pm ext/Socket/Socket.pm
21530            ! ext/Sys/Syslog/Syslog.pm
21531 ____________________________________________________________________________
21532 [ 10430] By: jhi                                   on 2001/06/04  16:05:20
21533         Log: On second thoughts show to utf8 skippage message only
21534              on failures, it's too confusing otherwise,
21535      Branch: perl
21536            ! t/pragma/locale.t
21537 ____________________________________________________________________________
21538 [ 10429] By: jhi                                   on 2001/06/04  14:47:50
21539         Log: Do not import anything from Encode.
21540      Branch: perl
21541            ! ext/MIME/Base64/QuotedPrint.pm
21542 ____________________________________________________________________________
21543 [ 10428] By: jhi                                   on 2001/06/04  14:45:47
21544         Log: The #10402 didn't take.  Weird.
21545      Branch: perl
21546            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
21547            ! ext/Sys/Syslog/Syslog.xs
21548 ____________________________________________________________________________
21549 [ 10427] By: jhi                                   on 2001/06/04  12:55:39
21550         Log: Eradicate traces of 'asciirange' re subpragma.
21551      Branch: perl
21552            ! ext/B/B/Deparse.pm ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm
21553            ! pod/perldiag.pod
21554 ____________________________________________________________________________
21555 [ 10426] By: jhi                                   on 2001/06/04  12:44:05
21556         Log: use is a compile-time thing.
21557      Branch: perl
21558            ! ext/MIME/Base64/QuotedPrint.pm
21559 ____________________________________________________________________________
21560 [ 10425] By: jhi                                   on 2001/06/04  12:39:44
21561         Log: Subject: [PATCH perl@10419] -Wall casting patch
21562              From: Robin Barker <rmb1@cise.npl.co.uk>
21563              Date: Mon, 4 Jun 2001 14:27:28 +0100 (BST)
21564              Message-Id: <200106041327.OAA15338@tempest.npl.co.uk>
21565      Branch: perl
21566            ! ext/Devel/DProf/DProf.xs mg.c
21567 ____________________________________________________________________________
21568 [ 10424] By: jhi                                   on 2001/06/04  12:23:30
21569         Log: Subject: [PATCH #2] introducing SVpad_TYPED
21570              From: Abhijit Menon-Sen <ams@wiw.org>
21571              Date: Mon, 4 Jun 2001 12:26:02 +0530
21572              Message-ID: <20010604122602.A5775@lustre.linux.in>
21573      Branch: perl
21574            ! op.c sv.c sv.h
21575 ____________________________________________________________________________
21576 [ 10423] By: gsar                                  on 2001/06/04  05:12:18
21577         Log: testsuite for change#10192 (from Gisle Aas)
21578      Branch: perl
21579            + t/op/override.t
21580            ! MANIFEST
21581 ____________________________________________________________________________
21582 [ 10422] By: gsar                                  on 2001/06/04  02:32:03
21583         Log: integrate changes#10414-10416 from mainline
21584              
21585              Potential buffer overrun if the radix separator is more than
21586              one byte.  Also, under locales, prefer the locale-specific
21587              separator over the old boring ".".
21588              
21589              "10.", that is, decimal numbers can have no decimal part at all.
21590              
21591              The non-locale places need love, too.
21592      Branch: maint-5.6/perl
21593           !> perl.h sv.c
21594 ____________________________________________________________________________
21595 [ 10421] By: jhi                                   on 2001/06/04  02:25:53
21596         Log: Missed from #10420.
21597      Branch: perl
21598            ! epoc/config.sh
21599 ____________________________________________________________________________
21600 [ 10420] By: jhi                                   on 2001/06/04  02:19:58
21601         Log: Missed HAS_SETRESGID_PROTO.  No serious harm done since
21602              often this prototype goes with HAS_SETRESUID_PROTO.
21603      Branch: perl
21604            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
21605            ! config_h.SH configure.com perl.h uconfig.h
21606 ____________________________________________________________________________
21607 [ 10419] By: jhi                                   on 2001/06/04  00:24:55
21608         Log: Update Changes.
21609      Branch: perl
21610            ! Changes patchlevel.h
21611 ____________________________________________________________________________
21612 [ 10418] By: jhi                                   on 2001/06/03  23:58:04
21613         Log: -Wall "subscript has type `char'" cleanup.
21614      Branch: perl
21615            ! ext/File/Glob/bsd_glob.c x2p/a2py.c x2p/str.c x2p/walk.c
21616 ____________________________________________________________________________
21617 [ 10417] By: jhi                                   on 2001/06/03  23:37:17
21618         Log: Various "cast to pointer from integer of different size"
21619              picked up by gcc -Wall (in Tru64 where pointers are 64 bits
21620              wide but I32 (int) only 32 bits wide).
21621              
21622              WARNING: the classnum and tagnum changes in Storable.xs
21623              may not be wise, they may be breaking binary compatibility
21624              (in 64-bit platforms), asked Raphael Manfredi about the changes.
21625      Branch: perl
21626            ! embed.pl ext/Devel/DProf/DProf.xs ext/Storable/Storable.xs
21627            ! mg.c proto.h
21628 ____________________________________________________________________________
21629 [ 10416] By: jhi                                   on 2001/06/03  23:15:24
21630         Log: The non-locale places need love, too.
21631      Branch: perl
21632            ! perl.h
21633 ____________________________________________________________________________
21634 [ 10415] By: jhi                                   on 2001/06/03  23:10:55
21635         Log: "10.", that is, decimal numbers can have no decimal part at all.
21636      Branch: perl
21637            ! perl.h
21638 ____________________________________________________________________________
21639 [ 10414] By: jhi                                   on 2001/06/03  22:49:55
21640         Log: Potential buffer overrun if the radix separator is more than
21641              one byte.  Also, under locales, prefer the locale-specific
21642              separator over the old boring ".".
21643      Branch: perl
21644            ! perl.h sv.c
21645 ____________________________________________________________________________
21646 [ 10413] By: jhi                                   on 2001/06/03  22:42:10
21647         Log: Integrate change #10412 from maintperl; locale is now
21648              per-cop, not per-op; plus retweak the locale.t to always
21649              list the skipped utf8 locales.
21650      Branch: perl
21651            ! t/pragma/locale.t
21652           !> embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
21653           !> pp.sym pp_ctl.c pp_proto.h pp_sys.c util.c
21654 ____________________________________________________________________________
21655 [ 10412] By: gsar                                  on 2001/06/03  22:23:16
21656         Log: rationalize locale handling to fix the bugs uncovered by change#10394
21657              
21658              the major issue was that the runtime was looking at PL_hints rather
21659              than op_private to notice whether locale was enabled
21660              
21661              the secondary issue was that many locale-sensitive numeric ops didn't
21662              have HINT_LOCALE propagated into their op_private
21663              
21664              HINT_LOCALE is now propagated per-statement (i.e., via PL_curcop)
21665              instead of per-op, just like HINT_BYTE and the hints for lexical
21666              warnings (this makes the hint available to every op via PL_curcop)
21667              
21668              pragma/locale.t may need to be reworked with these fixes in mind
21669              (it currently passes its tests)
21670      Branch: maint-5.6/perl
21671            ! embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
21672            ! pp.sym pp_ctl.c pp_proto.h pp_sys.c t/pragma/locale.t util.c
21673 ____________________________________________________________________________
21674 [ 10411] By: jhi                                   on 2001/06/03  17:50:49
21675         Log: More verbose debugging.
21676      Branch: perl
21677            ! t/pragma/locale.t
21678 ____________________________________________________________________________
21679 [ 10410] By: jhi                                   on 2001/06/03  17:36:40
21680         Log: Subject: RE: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
21681              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
21682              Date: Sat, 2 Jun 2001 22:53:33 +0100
21683              Message-ID: <000601c0ebae$77d10dc0$99dcfea9@bfs.phone.com>
21684      Branch: perl
21685            ! regcomp.c t/pragma/warn/regcomp
21686 ____________________________________________________________________________
21687 [ 10409] By: jhi                                   on 2001/06/03  17:27:13
21688         Log: Mention that lexicalizing $a or $b is a bad idea if one
21689              wants to use sort().
21690      Branch: perl
21691            ! pod/perlvar.pod
21692 ____________________________________________________________________________
21693 [ 10408] By: jhi                                   on 2001/06/03  16:52:41
21694         Log: Tweak the test to be happy if the accuracy is 'good enough'.
21695      Branch: perl
21696            ! t/lib/posix.t
21697 ____________________________________________________________________________
21698 [ 10407] By: jhi                                   on 2001/06/03  16:50:33
21699         Log: Upgrade to Attribute::Handlers 0.70.
21700              
21701              NOTE: this unearthed the "too late for CHECK block" bug,
21702              that's why the 1_compile.t change.
21703      Branch: perl
21704            + lib/Attribute/Handlers/demo/Demo.pm
21705            + lib/Attribute/Handlers/demo/Descriptions.pm
21706            + lib/Attribute/Handlers/demo/MyClass.pm
21707            + lib/Attribute/Handlers/demo/demo.pl
21708            + lib/Attribute/Handlers/demo/demo2.pl
21709            + lib/Attribute/Handlers/demo/demo3.pl
21710            + lib/Attribute/Handlers/demo/demo4.pl
21711            + lib/Attribute/Handlers/demo/demo_call.pl
21712            + lib/Attribute/Handlers/demo/demo_chain.pl
21713            + lib/Attribute/Handlers/demo/demo_cycle.pl
21714            + lib/Attribute/Handlers/demo/demo_hashdir.pl
21715            + lib/Attribute/Handlers/demo/demo_phases.pl
21716            + lib/Attribute/Handlers/demo/demo_range.pl
21717            + lib/Attribute/Handlers/demo/demo_rawdata.pl
21718            ! MANIFEST lib/Attribute/Handlers.pm t/lib/1_compile.t
21719            ! t/lib/attrhand.t
21720 ____________________________________________________________________________
21721 [ 10406] By: jhi                                   on 2001/06/03  16:40:03
21722         Log: One less -Wall whine.
21723      Branch: perl
21724            ! regcomp.c
21725 ____________________________________________________________________________
21726 [ 10405] By: jhi                                   on 2001/06/03  16:30:34
21727         Log: Integrate change #10404 from maintperl; eval.t was in pre-10394 mood.
21728      Branch: perl
21729           !> t/op/eval.t
21730 ____________________________________________________________________________
21731 [ 10404] By: gsar                                  on 2001/06/03  16:23:07
21732         Log: eval.t was relying on pre-change#10394 buggy behavior (lexicals
21733              aren't "normally" visible inside eval""s contained in subs unless
21734              a cloned reference to them already exists)
21735              
21736              strangely enough, t/harness didn't show this up as a failure
21737              (harness needs fixing?)
21738      Branch: maint-5.6/perl
21739            ! t/op/eval.t
21740 ____________________________________________________________________________
21741 [ 10403] By: jhi                                   on 2001/06/03  16:22:59
21742         Log: Update to Text::Balanced 1.85.
21743      Branch: perl
21744            ! lib/Text/Balanced.pm t/lib/tb-xvari.t
21745 ____________________________________________________________________________
21746 [ 10402] By: jhi                                   on 2001/06/03  16:18:09
21747         Log: Subject: [PATCH] Re: ext/Socket/Socket.xs
21748              From: Nicholas Clark <nick@ccl4.org>
21749              Date: Sun, 3 Jun 2001 17:54:36 +0100
21750              Message-ID: <20010603175436.E76396@plum.flirble.org> 
21751      Branch: perl
21752            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
21753            ! ext/Sys/Syslog/Syslog.xs
21754 ____________________________________________________________________________
21755 [ 10401] By: jhi                                   on 2001/06/03  16:09:33
21756         Log: Unused variables.
21757      Branch: perl
21758            ! util.c
21759 ____________________________________________________________________________
21760 [ 10400] By: jhi                                   on 2001/06/03  16:04:26
21761         Log: Subject: [PATCH] APIfy op_clear 
21762              From: Simon Cozens <simon@netthink.co.uk>
21763              Date: Sun, 3 Jun 2001 13:51:46 +0100
21764              Message-ID: <20010603135146.A9984@deep-dark-truthful-mirror.pmb.ox.ac.uk>
21765              
21766              (despite the subject line, op_null is APIfied by the patch)
21767      Branch: perl
21768            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
21769 ____________________________________________________________________________
21770 [ 10399] By: jhi                                   on 2001/06/03  15:51:35
21771         Log: Subject: [PATCH] t/lib/extutils.t
21772              From: Nicholas Clark <nick@ccl4.org>
21773              Date: Sat, 2 Jun 2001 23:57:05 +0100
21774              Message-ID: <20010602235705.Q12698@plum.flirble.org>
21775      Branch: perl
21776            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
21777 ____________________________________________________________________________
21778 [ 10398] By: jhi                                   on 2001/06/03  15:34:11
21779         Log: Subject: [PATCH: perl@10360] update two win32 Makefiles
21780              From: Prymmer/Kahn <pvhp@best.com>
21781              Date: Sun, 3 Jun 2001 08:55:14 -0700 (PDT)
21782              Message-ID: <Pine.BSF.4.21.0106030845550.21619-100000@shell8.ba.best.com>
21783      Branch: perl
21784            ! win32/Makefile win32/makefile.mk
21785 ____________________________________________________________________________
21786 [ 10397] By: jhi                                   on 2001/06/03  15:12:13
21787         Log: Subject: Re: 'decimal digits' macro? 
21788              From: Hugo <hv@crypt.compulink.co.uk>
21789              Date: Sun, 03 Jun 2001 04:26:36 +0100
21790              Message-Id: <200106030326.EAA18786@crypt.compulink.co.uk>
21791      Branch: perl
21792            ! handy.h t/lib/posix.t t/op/tr.t
21793 ____________________________________________________________________________
21794 [ 10396] By: jhi                                   on 2001/06/03  15:10:49
21795         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
21796              From: Hugo <hv@crypt.compulink.co.uk>
21797              Date: Sun, 03 Jun 2001 14:56:30 +0100
21798              Message-Id: <200106031356.OAA12517@crypt.compulink.co.uk>
21799      Branch: perl
21800            ! util.c
21801 ____________________________________________________________________________
21802 [ 10395] By: jhi                                   on 2001/06/03  14:59:41
21803         Log: Integrate change #10394 from maintperl; lexical file scope leakage.
21804      Branch: perl
21805           !> perly.c perly.y t/op/misc.t t/pragma/warn/universal
21806           !> vms/perly_c.vms
21807 ____________________________________________________________________________
21808 [ 10394] By: gsar                                  on 2001/06/03  03:05:43
21809         Log: fix leakage of lexicals at file scope into subroutines that were
21810              declared before them; this appears to be a longstanding bug that
21811              meant that lexicals at file scope were never "deintroduced", meaning
21812              their scope range was never properly closed, and their visibility
21813              extended to all subsequent eval""s or requires
21814              
21815              added a test case
21816              
21817              seems to also fix a case of bogus duplicate warnings
21818      Branch: maint-5.6/perl
21819            ! perly.c perly.y t/op/misc.t t/pragma/warn/universal
21820            ! vms/perly_c.vms
21821 ____________________________________________________________________________
21822 [ 10393] By: jhi                                   on 2001/06/02  16:55:03
21823         Log: More VMS tweaks from Craig A. Berry.
21824      Branch: perl
21825            ! configure.com t/lib/extutils.t
21826 ____________________________________________________________________________
21827 [ 10392] By: jhi                                   on 2001/06/02  16:48:26
21828         Log: -Wall cleanup continues.
21829      Branch: perl
21830            ! README.tru64 embed.h embed.pl ext/NDBM_File/NDBM_File.xs
21831            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
21832            ! ext/Storable/Storable.xs ext/Sys/Hostname/Hostname.xs
21833            ! ext/Sys/Syslog/Syslog.xs perl.c proto.h regcomp.c regexec.c
21834            ! run.c toke.c util.c
21835 ____________________________________________________________________________
21836 [ 10391] By: jhi                                   on 2001/06/02  13:29:47
21837         Log: The metaconfig unit change for #10390.
21838      Branch: metaconfig/U/perl
21839            ! gccvers.U
21840 ____________________________________________________________________________
21841 [ 10390] By: jhi                                   on 2001/06/02  13:29:12
21842         Log: Drop the -ansi from the default gcc flags.
21843              
21844              Off_t/off_t is a struct in Solaris with largefiles, and with -ansi
21845              that struct cannot be compared with a flat integer, such as STRLEN.
21846              The -ansi will also cause a lot of noise in Solaris because of:
21847              /usr/include/sys/resource.h:148: warning: `struct rlimit64' declared inside parameter list
21848      Branch: perl
21849            ! Configure
21850 ____________________________________________________________________________
21851 [ 10389] By: jhi                                   on 2001/06/02  13:14:57
21852         Log: Integrate perlio.
21853      Branch: perl
21854           !> pod/perlapi.pod util.c
21855 ____________________________________________________________________________
21856 [ 10388] By: nick                                  on 2001/06/02  08:01:12
21857         Log: Integrate mainline
21858      Branch: perlio
21859           +> lib/Attribute/Handlers.pm t/lib/attrhand.t
21860           !> MANIFEST configure.com ext/MIME/Base64/QuotedPrint.pm
21861           !> lib/File/Find.pm pod/perlmodlib.pod pod/perltoc.pod
21862           !> t/lib/1_compile.t t/lib/mimeqp.t
21863 ____________________________________________________________________________
21864 [ 10387] By: nick                                  on 2001/06/02  07:39:17
21865         Log: Tweak util.c's atof2 for MULTIPLICITY
21866      Branch: perlio
21867            ! util.c
21868 ____________________________________________________________________________
21869 [ 10386] By: nick                                  on 2001/06/02  07:38:33
21870         Log: Integrate mainline
21871      Branch: perlio
21872           !> (integrate 41 files)
21873 ____________________________________________________________________________
21874 [ 10385] By: jhi                                   on 2001/06/01  22:12:48
21875         Log: Add Attribute::Handlers 0.61 from Damian Conway.
21876      Branch: perl
21877            + lib/Attribute/Handlers.pm t/lib/attrhand.t
21878            ! MANIFEST pod/perlmodlib.pod pod/perltoc.pod t/lib/1_compile.t
21879 ____________________________________________________________________________
21880 [ 10384] By: jhi                                   on 2001/06/01  21:53:14
21881         Log: Subject: [PATCH: perl@10328] allow MIME::QuotePrint to handle ASCII code numbers on EBCDIC machines
21882              From: Peter Prymmer <pvhp@forte.com>
21883              Date: Fri, 1 Jun 2001 15:49:22 -0700 (PDT)
21884              Message-ID: <Pine.OSF.4.10.10106011545140.323662-100000@aspara.forte.com>
21885      Branch: perl
21886            ! ext/MIME/Base64/QuotedPrint.pm t/lib/mimeqp.t
21887 ____________________________________________________________________________
21888 [ 10383] By: jhi                                   on 2001/06/01  21:36:11
21889         Log: Subject: [PATCH File::Find] 'do 1' and puzzling (?>...)
21890              From: Jeff Pinyan <jeffp@crusoe.net>
21891              Date: Fri, 1 Jun 2001 14:13:56 -0400 (EDT)
21892              Message-ID: <Pine.GSO.4.21.0106011412520.21027-100000@crusoe.crusoe.net>
21893      Branch: perl
21894            ! lib/File/Find.pm
21895 ____________________________________________________________________________
21896 [ 10382] By: jhi                                   on 2001/06/01  21:35:02
21897         Log: Subject: [PATCH perl@10381] configure.com tweaks
21898              From: "Craig A. Berry" <craigberry@mac.com>
21899              Date: Fri, 1 Jun 2001 13:55:43 -0500
21900              Message-Id: <a05100e00b73d942aa9da@[172.16.52.1]>
21901      Branch: perl
21902            ! configure.com
21903 ____________________________________________________________________________
21904 [ 10381] By: jhi                                   on 2001/06/01  16:37:21
21905         Log: Update Changes.
21906      Branch: perl
21907            ! Changes patchlevel.h
21908 ____________________________________________________________________________
21909 [ 10380] By: jhi                                   on 2001/06/01  16:19:18
21910         Log: Subject: [PATCH] Re: [ID 20010529.004] program doesn't work unless in debug mode
21911              From: Mike Guy <mjtg@cam.ac.uk>
21912              Date: Fri, 01 Jun 2001 18:17:02 +0100
21913              Message-Id: <E155sXm-0001C2-00@draco.cus.cam.ac.uk>
21914      Branch: perl
21915            ! lib/perl5db.pl
21916 ____________________________________________________________________________
21917 [ 10379] By: jhi                                   on 2001/06/01  16:13:28
21918         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
21919              From: Hugo <hv@crypt.compulink.co.uk>
21920              Date: Thu, 31 May 2001 20:49:48 +0100
21921              Message-Id: <200105311949.UAA02798@crypt.compulink.co.uk>
21922      Branch: perl
21923            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c proto.h
21924            ! util.c
21925 ____________________________________________________________________________
21926 [ 10378] By: jhi                                   on 2001/06/01  15:56:35
21927         Log: Zero() is not available in x2p (or, rather, some of its
21928              implementations like memzero() might not be available.)
21929      Branch: perl
21930            ! x2p/hash.c
21931 ____________________________________________________________________________
21932 [ 10377] By: jhi                                   on 2001/06/01  15:44:48
21933         Log: Subject: [PATCH x2p/hash.c] bzero -> memset
21934              From: Michael G Schwern <schwern@pobox.com>
21935              Date: Fri, 1 Jun 2001 12:00:29 +0100
21936              Message-ID: <20010601120029.F29027@blackrider.blackstar.co.uk>
21937              
21938              (But use Zero() instead of memset.)
21939      Branch: perl
21940            ! x2p/hash.c
21941 ____________________________________________________________________________
21942 [ 10376] By: jhi                                   on 2001/06/01  15:39:52
21943         Log: Subject: Re: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
21944              From: Jeff Pinyan <jeffp@crusoe.net>
21945              Date: Fri, 1 Jun 2001 10:33:55 -0400 (EDT)
21946              Message-ID: <Pine.GSO.4.21.0106011032080.21027-100000@crusoe.crusoe.net>
21947      Branch: perl
21948            ! pod/perldiag.pod regcomp.c t/op/pat.t
21949 ____________________________________________________________________________
21950 [ 10375] By: jhi                                   on 2001/06/01  15:36:35
21951         Log: Retract #10324 and #10333; not needed.
21952      Branch: perl
21953            ! hints/irix_6.sh hints/linux.sh
21954 ____________________________________________________________________________
21955 [ 10374] By: jhi                                   on 2001/06/01  15:35:19
21956         Log: The #10370 wasn't quite right.
21957      Branch: perl
21958            ! ext/XS/Typemap/Typemap.xs
21959 ____________________________________________________________________________
21960 [ 10373] By: jhi                                   on 2001/06/01  15:34:49
21961         Log: The metaconfig units changes for #10372.
21962      Branch: metaconfig/U/perl
21963            + d_realpath.U d_sresgproto.U d_sresuproto.U
21964            ! gccvers.U i_db.U
21965 ____________________________________________________________________________
21966 [ 10372] By: jhi                                   on 2001/06/01  15:34:24
21967         Log: Configure tweaks; record the Berkeley DB version,
21968              probe for realpath(), for setresuid() and setresgid()
21969              prototypes; use realpath() (try to be paranoid enough),
21970              use the setres[ug]id prototypes because glibc has the functions
21971              but not their prototypes; add -Wall -ansi to gcc ccflags;
21972              regen toc.
21973      Branch: perl
21974            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
21975            ! config_h.SH configure.com epoc/config.sh
21976            ! ext/DB_File/DB_File.xs perl.h pod/perlapi.pod pod/perltoc.pod
21977            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
21978            ! vos/config.ga.def win32/config.bc win32/config.gc
21979            ! win32/config.vc
21980 ____________________________________________________________________________
21981 [ 10371] By: jhi                                   on 2001/06/01  12:50:05
21982         Log: Subject: Re: [PATCH xsutils.c] Quieting warnings
21983              From: Michael G Schwern <schwern@pobox.com>
21984              Date: Fri, 1 Jun 2001 11:28:14 +0100
21985              Message-ID: <20010601112814.B29027@blackrider.blackstar.co.uk>
21986      Branch: perl
21987            ! lib/attributes.pm xsutils.c
21988 ____________________________________________________________________________
21989 [ 10370] By: jhi                                   on 2001/06/01  12:48:55
21990         Log: Subject: [PATCH] Fix -Wall on XS::Typemap
21991              From: Tim Jenness <t.jenness@jach.hawaii.edu>
21992              Date: Thu, 31 May 2001 16:15:37 -1000 (HST)
21993              Message-ID: <Pine.LNX.4.33.0105311610110.9337-100000@lapaki.jach.hawaii.edu>
21994      Branch: perl
21995            ! ext/XS/Typemap/Typemap.xs
21996 ____________________________________________________________________________
21997 [ 10369] By: jhi                                   on 2001/06/01  12:47:21
21998         Log: Subject: [patch] Cwd.xs optimizations/abstraction
21999              From: Doug MacEachern <dougm@covalent.net>
22000              Date: Thu, 31 May 2001 17:37:37 -0700 (PDT)
22001              Message-ID: <Pine.LNX.4.21.0105311733270.732-100000@mako.covalent.net> 
22002      Branch: perl
22003            ! embed.h embed.pl ext/Cwd/Cwd.xs global.sym lib/Cwd.pm
22004            ! objXSUB.h perlapi.c pod/perlapi.pod proto.h util.c
22005 ____________________________________________________________________________
22006 [ 10368] By: jhi                                   on 2001/06/01  12:32:00
22007         Log: Subject: Re: Why t/lib/extutils.t is failing  (was Re: [PATCH] Re: [PATCH] Re: [SPAM] Re: [SPAM] Re: [EGGS] Re: [BACON] Re: [TOAST] Re: [PATCH] Re: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!])
22008              From: Nicholas Clark <nick@ccl4.org>
22009              Date: Thu, 31 May 2001 23:56:40 +0100
22010              Message-ID: <20010531235640.F12698@plum.flirble.org>
22011              
22012              Make the test work also under only static extensions
22013              (sh Configure -Uusedl fakes this nicely)
22014      Branch: perl
22015            ! t/lib/extutils.t
22016 ____________________________________________________________________________
22017 [ 10367] By: jhi                                   on 2001/06/01  12:27:53
22018         Log: Subject: [PATCH hv.c] Eliminating trigraph
22019              From: Michael G Schwern <schwern@pobox.com>
22020              Message-ID: <20010601114955.E29027@blackrider.blackstar.co.uk>
22021              Date: Fri, 1 Jun 2001 11:49:56 +0100
22022      Branch: perl
22023            ! hv.c
22024 ____________________________________________________________________________
22025 [ 10366] By: jhi                                   on 2001/06/01  12:14:57
22026         Log: Subject: Re: [PATCH] Tests for File::Compare 
22027              From: "Philip Newton" <Philip.Newton@gmx.net>
22028              Date: Thu, 31 May 2001 19:44:05 +0200
22029              Message-Id: <200105311748.f4VHmCt18269@chaos.wustl.edu>
22030              
22031              Unnecessary "quotation marks".
22032      Branch: perl
22033            ! t/lib/filecomp.t
22034 ____________________________________________________________________________
22035 [ 10365] By: jhi                                   on 2001/06/01  12:13:26
22036         Log: Integrate perlio.
22037      Branch: perl
22038           !> lib/ExtUtils/MM_Win32.pm t/lib/filecomp.t
22039 ____________________________________________________________________________
22040 [ 10364] By: nick                                  on 2001/06/01  10:13:31
22041         Log: Cleanup dll.base and dll.exp created by GCC builds.
22042      Branch: perlio
22043            ! lib/ExtUtils/MM_Win32.pm
22044 ____________________________________________________________________________
22045 [ 10363] By: nick                                  on 2001/06/01  10:02:17
22046         Log: Make filecomp test work on CRLF platforms by adding binmode.
22047      Branch: perlio
22048            ! t/lib/filecomp.t
22049 ____________________________________________________________________________
22050 [ 10362] By: nick                                  on 2001/06/01  08:37:17
22051         Log: Integrate mainline
22052      Branch: perlio
22053           !> Changes Configure patchlevel.h perlio.c
22054 ____________________________________________________________________________
22055 [ 10361] By: jhi                                   on 2001/05/31  15:09:34
22056         Log: panic:claustrophobia.
22057      Branch: perl
22058            ! perlio.c
22059 ____________________________________________________________________________
22060 [ 10360] By: jhi                                   on 2001/05/31  13:04:25
22061         Log: Update Changes.
22062      Branch: perl
22063            ! Changes patchlevel.h
22064 ____________________________________________________________________________
22065 [ 10359] By: nick                                  on 2001/05/31  12:35:50
22066         Log: Integrate mainline.
22067      Branch: perlio
22068           +> t/lib/filecomp.t
22069           !> AUTHORS MANIFEST ext/Storable/Storable.xs gv.c perl.c perl.h
22070           !> pp_ctl.c sv.c t/lib/1_compile.t toke.c util.c
22071 ____________________________________________________________________________
22072 [ 10358] By: jhi                                   on 2001/05/31  12:35:05
22073         Log: Integrate perlio.
22074      Branch: perl
22075           !> t/pragma/warn/toke win32/config_H.bc win32/config_H.gc
22076           !> win32/config_H.vc
22077 ____________________________________________________________________________
22078 [ 10357] By: jhi                                   on 2001/05/31  12:34:04
22079         Log: Metaconfig unit change for #10356.
22080      Branch: metaconfig
22081            ! U/installdirs/inc_version_list.U
22082 ____________________________________________________________________________
22083 [ 10356] By: jhi                                   on 2001/05/31  12:33:41
22084         Log: Allow Configure -Dinc_version_list='5.6.0/$archname 5.6.0' ...
22085              (idea from Sarathy; implementation from Andy)
22086      Branch: perl
22087            ! Configure
22088 ____________________________________________________________________________
22089 [ 10355] By: jhi                                   on 2001/05/31  12:18:06
22090         Log: More AUTHORS.
22091      Branch: perl
22092            ! AUTHORS
22093 ____________________________________________________________________________
22094 [ 10354] By: jhi                                   on 2001/05/31  12:16:24
22095         Log: Subject: Re: [PATCH] Tests for File::Compare
22096              From: Alexander Gough <alexander.gough@st-hughs.oxford.ac.uk>
22097              Date: Thu, 31 May 2001 13:26:34 +0100 (GMT)
22098              Message-Id: <E155RX8-0004X2-00@wing1.herald.ox.ac.uk>
22099      Branch: perl
22100            + t/lib/filecomp.t
22101            ! MANIFEST t/lib/1_compile.t
22102 ____________________________________________________________________________
22103 [ 10353] By: jhi                                   on 2001/05/31  12:11:24
22104         Log: Subject: [PATCH] DEBUG_* macro cleanups
22105              From: Abhijit Menon-Sen <ams@wiw.org>
22106              Date: Thu, 31 May 2001 12:16:22 +0530
22107              Message-ID: <20010531121622.B4829@lustre.linux.in>
22108              
22109              Subject: Re: [PATCH] DEBUG_* macro cleanups
22110              From: Abhijit Menon-Sen <ams@wiw.org>
22111              Date: Thu, 31 May 2001 13:57:01 +0530
22112              Message-ID: <20010531135701.A21775@lustre.linux.in>
22113              
22114              (The DEBUG_ definitions in perl.h changed to use the
22115              STMT_START and STMT_END.)
22116      Branch: perl
22117            ! perl.h pp_ctl.c sv.c toke.c
22118 ____________________________________________________________________________
22119 [ 10352] By: jhi                                   on 2001/05/31  11:53:31
22120         Log: Subject: [PATCH] -Wall cleanups: perl.c, gv.c, Storable.xs
22121              From: Abhijit Menon-Sen <ams@wiw.org>
22122              Date: Thu, 31 May 2001 08:27:55 +0530
22123              Message-ID: <20010531082755.A10018@lustre.linux.in>
22124      Branch: perl
22125            ! ext/Storable/Storable.xs gv.c perl.c
22126 ____________________________________________________________________________
22127 [ 10351] By: jhi                                   on 2001/05/31  11:45:16
22128         Log: Subject: [PATCH] AUTHORS
22129              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
22130              Date: Thu, 31 May 2001 01:27:59 -0500
22131              Message-ID: <20010531012758.A1595@staff1.cso.uiuc.edu>
22132              
22133              Subject: Re: [PATCH] AUTHORS
22134              From: "Philip Newton" <Philip.Newton@gmx.net>
22135              Date: Thu, 31 May 2001 10:08:06 +0200
22136              (Message-Id missing?)
22137      Branch: perl
22138            ! AUTHORS
22139 ____________________________________________________________________________
22140 [ 10350] By: nick                                  on 2001/05/31  11:40:43
22141         Log: win32 - dmake regen_config_h
22142      Branch: perlio
22143            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
22144 ____________________________________________________________________________
22145 [ 10349] By: jhi                                   on 2001/05/31  11:38:27
22146         Log: Subject: Re: [PATCH util.c] More warning cleanups.
22147              From: "Philip Newton" <Philip.Newton@gmx.net>
22148              Date: Thu, 31 May 2001 07:41:36 +0200
22149              Message-Id: <200105310538.IAA25458@taku.hut.fi>
22150              
22151              Undo C++-ism that snekt in.
22152      Branch: perl
22153            ! util.c
22154 ____________________________________________________________________________
22155 [ 10348] By: nick                                  on 2001/05/31  11:36:46
22156         Log: Tolerate Win32 numerics
22157      Branch: perlio
22158            ! t/pragma/warn/toke
22159 ____________________________________________________________________________
22160 [ 10347] By: jhi                                   on 2001/05/31  11:29:40
22161         Log: Integrate perlio.
22162      Branch: perl
22163           !> perlio.c win32/win32.h
22164 ____________________________________________________________________________
22165 [ 10346] By: nick                                  on 2001/05/31  10:54:55
22166         Log: Hack to restore Win32 pseudo fork broken by Multiple Interpreter
22167              perlio.c change 10255.
22168      Branch: perlio
22169            ! perlio.c
22170 ____________________________________________________________________________
22171 [ 10345] By: nick                                  on 2001/05/31  10:01:57
22172         Log: Conditionaly put back some "unused" dTHX which are used
22173              with PERL_IMPLICIT_SYS
22174      Branch: perlio
22175            ! perlio.c
22176 ____________________________________________________________________________
22177 [ 10344] By: nick                                  on 2001/05/31  10:00:59
22178         Log: Fix Win32 for new spelling IN_BYTES 
22179      Branch: perlio
22180            ! win32/win32.h
22181 ____________________________________________________________________________
22182 [ 10343] By: nick                                  on 2001/05/31  08:01:32
22183         Log: perlio.c -Wall cleaner under MULTIPLICITY
22184              - still minor noise with linux stdio
22185      Branch: perlio
22186            ! perlio.c
22187 ____________________________________________________________________________
22188 [ 10342] By: nick                                  on 2001/05/31  07:52:23
22189         Log: Integrate mainline.
22190      Branch: perlio
22191           !> (integrate 42 files)
22192 ____________________________________________________________________________
22193 [ 10341] By: jhi                                   on 2001/05/31  01:39:02
22194         Log: AUTHORS updates.
22195      Branch: perl
22196            ! AUTHORS
22197 ____________________________________________________________________________
22198 [ 10340] By: jhi                                   on 2001/05/31  00:19:29
22199         Log: Subject: [PATCH: perl@10328] new md5sum for modified MD5.xs file
22200              From: Peter Prymmer <pvhp@forte.com>
22201              Date: Wed, 30 May 2001 17:57:20 -0700 (PDT)
22202              Message-ID: <Pine.OSF.4.10.10105301753210.129765-100000@aspara.forte.com>
22203      Branch: perl
22204            ! t/lib/md5-file.t
22205 ____________________________________________________________________________
22206 [ 10339] By: jhi                                   on 2001/05/31  00:16:44
22207         Log: Salvage bits and pieces from the experimental 'utf8 everywhere'
22208              patch: rename HINT_BYTE and IN_BYTE to HINT_BYTES and IN_BYTES
22209              to match the pragma name; various robustness cleanups.
22210      Branch: perl
22211            ! lib/utf8_heavy.pl mg.c perl.h pp.c pp_ctl.c pp_sys.c regexec.c
22212            ! sv.c toke.c utf8.c utf8.h utfebcdic.h
22213 ____________________________________________________________________________
22214 [ 10338] By: jhi                                   on 2001/05/30  23:56:14
22215         Log: More -Wall sweeping.
22216      Branch: perl
22217            ! av.c doio.c ext/Cwd/Cwd.xs ext/Devel/DProf/DProf.xs
22218            ! ext/Devel/Peek/Peek.xs ext/Encode/Encode.xs
22219            ! ext/List/Util/Util.xs gv.c op.c pp.c pp_ctl.c pp_hot.c
22220            ! regcomp.c sv.c toke.c utf8.c
22221 ____________________________________________________________________________
22222 [ 10337] By: jhi                                   on 2001/05/30  23:20:23
22223         Log: Subject: [PATCH] (was Re: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1)
22224              From: Nicholas Clark <nick@ccl4.org>
22225              Date: Wed, 30 May 2001 22:34:41 +0100
22226              Message-ID: <20010530223441.Y86445@plum.flirble.org>
22227      Branch: perl
22228            ! t/op/cmp.t
22229 ____________________________________________________________________________
22230 [ 10336] By: jhi                                   on 2001/05/30  23:18:48
22231         Log: It's is not, it isn't ain't, and it's it's, not its,
22232              if you mean it is. If you don't, it's its. Then too,
22233              it's hers. It isn't her's. It isn't our's either.
22234              It's ours, and likewise yours and theirs.
22235              -- Oxford University Press, Edpress News
22236      Branch: perl
22237            ! lib/autouse.pm
22238 ____________________________________________________________________________
22239 [ 10335] By: jhi                                   on 2001/05/30  23:12:30
22240         Log: More -Wall silencing from Michael Schwern and Jarkko Hietaniemi.
22241      Branch: perl
22242            ! doop.c ext/ByteLoader/bytecode.h ext/DB_File/DB_File.xs mg.c
22243            ! perl.c perlio.c regexec.c universal.c util.c x2p/a2py.c
22244            ! x2p/str.c x2p/walk.c xsutils.c
22245 ____________________________________________________________________________
22246 [ 10334] By: jhi                                   on 2001/05/30  22:52:41
22247         Log: Subject: [PATCH perl.c t/run/runenv.t] (was Re: [[ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
22248              From: Michael G Schwern <schwern@pobox.com>
22249              Date: Wed, 30 May 2001 17:10:38 +0100
22250              Message-ID: <20010530171038.L670@blackrider.blackstar.co.uk>
22251              
22252              Subject: Re: [PATCH perl.c t/run/runenv.t] (was Re: [ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
22253              From: Abhijit Menon-Sen <ams@wiw.org>
22254              Date: Wed, 30 May 2001 23:16:13 +0530
22255              Message-ID: <20010530231613.A31933@lustre.linux.in>
22256      Branch: perl
22257            ! perl.c t/run/runenv.t
22258 ____________________________________________________________________________
22259 [ 10333] By: jhi                                   on 2001/05/30  22:25:02
22260         Log: (Retracted by #10375.)
22261              
22262              IRIX hints patch from Merijn Broeren.
22263              
22264              TODO: (this and the earlier Linux hints patch) should be solved
22265              at Configure level.  Merijn: -ldb should not be used on any platform
22266              for perl, just when linking DBFile itself. Trying to be helpful here
22267              is counterproductive.
22268      Branch: perl
22269            ! hints/irix_6.sh
22270 ____________________________________________________________________________
22271 [ 10332] By: jhi                                   on 2001/05/30  22:11:13
22272         Log: Subject: Re: [PATCH doop.c] unused variable in Perl_do_join
22273              From: Nicholas Clark <nick@ccl4.org>
22274              Date: Wed, 30 May 2001 23:20:58 +0100
22275              Message-ID: <20010530232058.B86445@plum.flirble.org>
22276      Branch: perl
22277            ! doop.c
22278 ____________________________________________________________________________
22279 [ 10331] By: jhi                                   on 2001/05/30  22:09:49
22280         Log: Subject: Re: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
22281              From: Michael G Schwern <schwern@pobox.com> 
22282              Date: Wed, 30 May 2001 15:24:20 +0100
22283              Message-ID: <20010530152420.H670@blackrider.blackstar.co.uk>
22284      Branch: perl
22285            ! t/pragma/autouse.t
22286 ____________________________________________________________________________
22287 [ 10330] By: jhi                                   on 2001/05/30  22:02:21
22288         Log: The regex trick wasn't a good idea.
22289      Branch: perl
22290            ! pod/perlfaq4.pod
22291 ____________________________________________________________________________
22292 [ 10329] By: nick                                  on 2001/05/30  18:34:35
22293         Log: Integrate mainline
22294      Branch: perlio
22295           !> (integrate 40 files)
22296 ____________________________________________________________________________
22297 [ 10328] By: jhi                                   on 2001/05/30  14:28:39
22298         Log: Update Changes.
22299      Branch: perl
22300            ! Changes patchlevel.h
22301 ____________________________________________________________________________
22302 [ 10327] By: jhi                                   on 2001/05/30  14:07:01
22303         Log: The metaconfig unit change for #10325.
22304      Branch: metaconfig
22305            + U/modified/afs.U
22306 ____________________________________________________________________________
22307 [ 10326] By: jhi                                   on 2001/05/30  14:06:36
22308         Log: More -Wall cleanup from Schwern; the EBCDIC MD5.xs checksum
22309              is now wrong.
22310      Branch: perl
22311            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
22312 ____________________________________________________________________________
22313 [ 10325] By: jhi                                   on 2001/05/30  14:04:28
22314         Log: Introduce $Config{afsroot}.
22315      Branch: perl
22316            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
22317            ! config_h.SH epoc/config.sh uconfig.sh win32/config.bc
22318            ! win32/config.gc win32/config.vc
22319 ____________________________________________________________________________
22320 [ 10324] By: jhi                                   on 2001/05/30  13:49:44
22321         Log: (Retracted by #10375.)
22322              
22323              Linux DB tweak from Merijn Broeren <merijnb@iloquent.nl>.
22324      Branch: perl
22325            ! hints/linux.sh
22326 ____________________________________________________________________________
22327 [ 10323] By: jhi                                   on 2001/05/30  13:49:29
22328         Log: AFS patches from Merijn Broeren <merijnb@iloquent.nl>.
22329              (Also Configure tweaks needed; coming up soon.)
22330      Branch: perl
22331            ! t/io/fs.t t/lib/glob-basic.t t/op/stat.t
22332 ____________________________________________________________________________
22333 [ 10322] By: jhi                                   on 2001/05/30  13:37:56
22334         Log: Subject: [PATCH lib/perl5db.pl] Conditional breakpoints
22335              From: Michael G Schwern <schwern@pobox.com>
22336              Date: Sun, 27 May 2001 10:29:43 +0100
22337              Message-ID: <20010527102942.J711@blackrider.blackstar.co.uk>
22338      Branch: perl
22339            ! lib/perl5db.pl
22340 ____________________________________________________________________________
22341 [ 10321] By: jhi                                   on 2001/05/30  13:36:28
22342         Log: Medley of -Wall cleanups from Michael Schwen, Hugo van der Sanden,
22343              and Abhijit Menon-Sen.
22344      Branch: perl
22345            ! av.c doio.c doop.c dump.c ext/Digest/MD5/MD5.xs malloc.c op.c
22346            ! perl.c pp_sys.c regcomp.c
22347 ____________________________________________________________________________
22348 [ 10320] By: jhi                                   on 2001/05/30  13:35:27
22349         Log: Fix the BOOT section to call myU2time properly.
22350      Branch: perl
22351            ! ext/Time/HiRes/HiRes.xs
22352 ____________________________________________________________________________
22353 [ 10319] By: jhi                                   on 2001/05/30  13:06:09
22354         Log: Subject: Re: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
22355              From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
22356              Date: Wed, 30 May 2001 09:44:29 -0400
22357              Message-ID: <20010530094429.B133085@linguist.thayer.dartmouth.edu>
22358              
22359              Detypo; plus add one more trick.
22360      Branch: perl
22361            ! pod/perlfaq4.pod
22362 ____________________________________________________________________________
22363 [ 10318] By: jhi                                   on 2001/05/30  12:47:11
22364         Log: Subject: Re: [PATCH lib/autouse.pm t/pragma/autouse.t]  (was Re: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed)
22365              From: Michael G Schwern <schwern@pobox.com>
22366              Date: Wed, 30 May 2001 14:39:06 +0100
22367              Message-ID: <20010530143906.E670@blackrider.blackstar.co.uk>
22368      Branch: perl
22369            ! lib/autouse.pm t/pragma/autouse.t
22370 ____________________________________________________________________________
22371 [ 10317] By: jhi                                   on 2001/05/30  12:46:02
22372         Log: Subject: Re: AIX and gcc (moving targets)
22373              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
22374              Date: Wed, 30 May 2001 15:25:08 +0200
22375              Message-Id: <20010530152117.7097.H.M.BRAND@hccnet.nl>
22376      Branch: perl
22377            ! ext/Time/HiRes/HiRes.xs
22378 ____________________________________________________________________________
22379 [ 10316] By: jhi                                   on 2001/05/30  12:40:46
22380         Log: Subject: [PATCH t/TEST] sorting tests
22381              From: Michael G Schwern <schwern@pobox.com>
22382              Date: Wed, 30 May 2001 10:24:02 +0100
22383              Message-ID: <20010530102402.Q670@blackrider.blackstar.co.uk>
22384      Branch: perl
22385            ! t/TEST
22386 ____________________________________________________________________________
22387 [ 10315] By: jhi                                   on 2001/05/30  12:37:43
22388         Log: Subject: [ID 20010529.002] typos in man page perlre
22389              From: bart@cg681574-a.adubn1.nj.home.com 
22390              Date: Tue, 29 May 2001 13:58:59 -0500
22391              Message-Id: <E154ohn-00053j-00@debian.adubn1.nj.home.com>
22392      Branch: perl
22393            ! pod/perlre.pod
22394 ____________________________________________________________________________
22395 [ 10314] By: jhi                                   on 2001/05/30  12:33:53
22396         Log: Subject: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
22397              From: "Craig A. Berry" <craigberry@mac.com>
22398              Date: Tue, 29 May 2001 23:23:45 -0500
22399              Message-Id: <a05100e01b73a21721dee@[192.168.56.153]>
22400      Branch: perl
22401            ! t/lib/extutils.t t/pragma/autouse.t
22402 ____________________________________________________________________________
22403 [ 10313] By: jhi                                   on 2001/05/30  12:32:17
22404         Log: Subject: Re: [ID 20010529.003] find2perl and File::Find doesn't emulate find when path is a symlink (patch to t/lib/filefind.t as requested)
22405              From: David Dyck <dcd@tc.fluke.com>
22406              Date: Tue, 29 May 2001 22:05:28 -0700 (PDT)
22407              Message-ID: <Pine.LNX.4.33.0105292200060.26992-100000@dd.tc.fluke.com>
22408      Branch: perl
22409            ! t/lib/filefind.t
22410 ____________________________________________________________________________
22411 [ 10312] By: jhi                                   on 2001/05/30  12:31:02
22412         Log: AIX hints update for gcc from Merijn H. Brand.
22413      Branch: perl
22414            ! hints/aix.sh
22415 ____________________________________________________________________________
22416 [ 10311] By: jhi                                   on 2001/05/30  12:18:20
22417         Log: Retract #10295 and #10296: a more generic solution
22418              is needed (there's something funny with gcc on AIX).
22419      Branch: perl
22420            ! ext/POSIX/Makefile.PL ext/Storable/Makefile.PL
22421 ____________________________________________________________________________
22422 [ 10310] By: jhi                                   on 2001/05/30  12:08:07
22423         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
22424              From: Hugo <hv@crypt.compulink.co.uk>
22425              Date: Wed, 30 May 2001 11:59:19 +0100
22426              Message-Id: <200105301059.LAA03182@crypt.compulink.co.uk>
22427              
22428              localizing $@ has unfortunate semantics - if you die past
22429              a local $@, the die message is lost.
22430      Branch: perl
22431            ! lib/utf8_heavy.pl
22432 ____________________________________________________________________________
22433 [ 10309] By: nick                                  on 2001/05/30  08:23:02
22434         Log: Integrate mainline (autouse works again.)
22435      Branch: perlio
22436           !> ext/Time/Piece/Piece.pm hints/os2.sh lib/File/Find.pm
22437           !> lib/autouse.pm pod/perlfaq4.pod pod/perlfaq6.pod
22438           !> pod/perlvar.pod t/op/cmp.t
22439 ____________________________________________________________________________
22440 [ 10308] By: jhi                                   on 2001/05/30  01:55:02
22441         Log: Subject: [ID 20010529.003] find2perl and File::Find doesn't emulate find when path is a symlink (with proposed patch)
22442              From: David Dyck <dcd@tc.fluke.com>
22443              Date: Tue, 29 May 2001 12:19:38 -0700 (PDT)
22444              Message-Id: <Pine.LNX.4.33.0105291216510.17409-100000@dd.tc.fluke.com>
22445      Branch: perl
22446            ! lib/File/Find.pm
22447 ____________________________________________________________________________
22448 [ 10307] By: jhi                                   on 2001/05/30  01:47:22
22449         Log: Subject: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1
22450              From: Nicholas Clark <nick@ccl4.org>
22451              Date: Tue, 29 May 2001 23:16:09 +0100
22452              Message-ID: <20010529231609.U86445@plum.flirble.org>
22453              
22454              Make the test output slightly clearer by distinguishing
22455              between '' and undef.
22456      Branch: perl
22457            ! t/op/cmp.t
22458 ____________________________________________________________________________
22459 [ 10306] By: jhi                                   on 2001/05/30  01:45:12
22460         Log: Subject: [PATCH 5.6.1] flushNULL OS/2
22461              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22462              Date: Tue, 29 May 2001 19:15:19 -0400
22463              Message-ID: <20010529191519.A16020@math.ohio-state.edu>
22464      Branch: perl
22465            ! hints/os2.sh
22466 ____________________________________________________________________________
22467 [ 10305] By: jhi                                   on 2001/05/30  01:42:36
22468         Log: Subject: perlvar.pod addition
22469              From: Peter Gessner <peter.gessner@post.rwth-aachen.de>
22470              Date: Fri, 25 May 2001 20:23:12 +0200
22471              Message-ID: <3B0EA310.B265C048@post.rwth-aachen.de>
22472              
22473              Subject: Re: perlvar.pod addition
22474              From: "Abigail" <abigail@foad.org> 
22475              Date: Fri, 25 May 2001 22:00:39 +0200
22476              Message-ID: <20010525200039.28029.qmail@foad.org>
22477              
22478              Mention $a and $b in perlvar.
22479      Branch: perl
22480            ! pod/perlvar.pod
22481 ____________________________________________________________________________
22482 [ 10304] By: jhi                                   on 2001/05/30  01:36:37
22483         Log: Subject: [PATCH] perlvar.pod -- why isn't @F here?
22484              From: Jeff Pinyan <jeffp@crusoe.net>
22485              Date: Tue, 29 May 2001 22:27:51 -0400 (EDT)
22486              Message-ID: <Pine.GSO.4.21.0105292227150.1961-100000@crusoe.crusoe.net>
22487      Branch: perl
22488            ! pod/perlvar.pod
22489 ____________________________________________________________________________
22490 [ 10303] By: jhi                                   on 2001/05/30  01:35:31
22491         Log: Subject: Re: [PATCH] perlfaq6.pod -- case-aware s///
22492              From: Jeff Pinyan <jeffp@crusoe.net>
22493              Date: Tue, 29 May 2001 18:03:27 -0400 (EDT)
22494              Message-ID: <Pine.GSO.4.21.0105291802330.1961-100000@crusoe.crusoe.net>
22495      Branch: perl
22496            ! pod/perlfaq6.pod
22497 ____________________________________________________________________________
22498 [ 10302] By: jhi                                   on 2001/05/29  20:18:49
22499         Log: Mention Time::localtime and Time::gmtime.
22500      Branch: perl
22501            ! ext/Time/Piece/Piece.pm
22502 ____________________________________________________________________________
22503 [ 10301] By: jhi                                   on 2001/05/29  20:13:54
22504         Log: Subject: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
22505              From: Michael G Schwern <schwern@pobox.com>
22506              Date: Tue, 29 May 2001 18:51:32 +0100
22507              Message-ID: <20010529185132.C706@blackrider.blackstar.co.uk>
22508      Branch: perl
22509            ! pod/perlfaq4.pod
22510 ____________________________________________________________________________
22511 [ 10300] By: jhi                                   on 2001/05/29  20:12:09
22512         Log: Retract #10243.
22513      Branch: perl
22514            ! lib/autouse.pm
22515 ____________________________________________________________________________
22516 [ 10299] By: nick                                  on 2001/05/29  18:41:19
22517         Log: Post weekend integrate mainline (fails one test pragma/autouse).
22518      Branch: perlio
22519           +> (branch 29 files)
22520           !> (integrate 91 files)
22521 ____________________________________________________________________________
22522 [ 10298] By: jhi                                   on 2001/05/29  16:29:19
22523         Log: Update Changes.
22524      Branch: perl
22525            ! Changes patchlevel.h
22526 ____________________________________________________________________________
22527 [ 10297] By: jhi                                   on 2001/05/29  16:25:47
22528         Log: Fix Perl_swash_init & Perl_swash_fetch to save ERRSV (= $@)
22529              before Perl_load_module/Perl_call_method and restore the value
22530              after if !SvTRUE(ERRSV).  (from Inaba Hiroto)
22531      Branch: perl
22532            ! utf8.c
22533 ____________________________________________________________________________
22534 [ 10296] By: jhi                                   on 2001/05/29  16:01:53
22535         Log: Subject: Re: AIX and gcc (moving targets)
22536              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
22537              Date: Tue, 29 May 2001 17:59:40 +0200
22538              Message-Id: <20010529175841.7078.H.M.BRAND@hccnet.nl>
22539      Branch: perl
22540            ! ext/Storable/Makefile.PL
22541 ____________________________________________________________________________
22542 [ 10295] By: jhi                                   on 2001/05/29  15:59:05
22543         Log: Subject: Re: AIX and gcc (moving targets)
22544              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
22545              Date: Tue, 29 May 2001 12:32:57 +0200
22546              Message-Id: <20010529115151.9FE0.H.M.BRAND@hccnet.nl>
22547      Branch: perl
22548            ! ext/POSIX/Makefile.PL
22549 ____________________________________________________________________________
22550 [ 10294] By: jhi                                   on 2001/05/29  15:53:43
22551         Log: Subject: [PATCH lib/Test/Harness.pm t/lib/test-harness.t] Syncing with 1.21
22552              From: Michael G Schwern <schwern@pobox.com>
22553              Date: Tue, 29 May 2001 09:53:29 +0100
22554              Message-ID: <20010529095329.T675@blackrider.blackstar.co.uk>
22555              
22556              (#10280 retracted)
22557      Branch: perl
22558            ! lib/Test/Harness.pm t/lib/test-harness.t
22559 ____________________________________________________________________________
22560 [ 10293] By: jhi                                   on 2001/05/29  15:46:10
22561         Log: Subject: [PATCH t/TEST lib/Test.pm t/lib/Test/*.t] Syncing with Test-1.17
22562              From: Michael G Schwern <schwern@pobox.com>
22563              Date: Tue, 29 May 2001 09:19:52 +0100
22564              Message-ID: <20010529091952.R675@blackrider.blackstar.co.uk>
22565      Branch: perl
22566            + t/lib/Test/fail.t t/lib/Test/mix.t t/lib/Test/onfail.t
22567            + t/lib/Test/qr.t t/lib/Test/skip.t t/lib/Test/success.t
22568            + t/lib/Test/todo.t
22569            ! MANIFEST lib/Test.pm t/TEST
22570 ____________________________________________________________________________
22571 [ 10292] By: jhi                                   on 2001/05/29  15:34:08
22572         Log: From: Michael G Schwern <schwern@pobox.com>
22573              Subject: Re: [PATCH t/TEST] Allowing deeper test subdirectories
22574              Date: Tue, 29 May 2001 08:26:09 +0100
22575              Message-ID: <20010529082609.P675@blackrider.blackstar.co.uk>
22576      Branch: perl
22577            ! t/TEST
22578 ____________________________________________________________________________
22579 [ 10291] By: jhi                                   on 2001/05/29  15:29:37
22580         Log: Add tests for Time::gmtime and Time::localtime.
22581      Branch: perl
22582            + t/lib/time-gmtime.t t/lib/time-localtime.t
22583            ! MANIFEST t/lib/1_compile.t
22584 ____________________________________________________________________________
22585 [ 10290] By: jhi                                   on 2001/05/29  15:15:44
22586         Log: Add test for File::stat.
22587      Branch: perl
22588            + t/lib/filestat.t
22589            ! MANIFEST t/lib/1_compile.t
22590 ____________________________________________________________________________
22591 [ 10289] By: jhi                                   on 2001/05/29  15:05:38
22592         Log: Add test for Net::servent.
22593      Branch: perl
22594            + t/lib/net-sent.t
22595            ! MANIFEST t/lib/1_compile.t
22596 ____________________________________________________________________________
22597 [ 10288] By: jhi                                   on 2001/05/29  14:57:15
22598         Log: Add test for Net::protoent.
22599      Branch: perl
22600            + t/lib/net-pent.t
22601            ! MANIFEST t/lib/1_compile.t
22602 ____________________________________________________________________________
22603 [ 10287] By: jhi                                   on 2001/05/29  14:53:10
22604         Log: Add test for Net::netent.
22605      Branch: perl
22606            + t/lib/net-nent.t
22607            ! MANIFEST t/lib/1_compile.t
22608 ____________________________________________________________________________
22609 [ 10286] By: jhi                                   on 2001/05/29  14:31:57
22610         Log: Add test for User::grent.  Portability doubtful.
22611      Branch: perl
22612            + t/lib/user-grent.t
22613            ! MANIFEST t/lib/1_compile.t
22614 ____________________________________________________________________________
22615 [ 10285] By: jhi                                   on 2001/05/29  14:24:20
22616         Log: Add test for User::pwent.
22617              Probably will fall down somewhere for portability reasons.
22618      Branch: perl
22619            + t/lib/user-pwent.t
22620            ! MANIFEST t/lib/1_compile.t
22621 ____________________________________________________________________________
22622 [ 10284] By: jhi                                   on 2001/05/29  13:26:43
22623         Log: Metaconfig units changes for #10283.
22624      Branch: metaconfig
22625            ! U/installdirs/inc_version_list.U U/installdirs/perl5.U
22626            ! U/installdirs/siteman1.U U/installdirs/siteman3.U
22627            ! U/installdirs/sitescript.U U/modified/Signal.U
22628 ____________________________________________________________________________
22629 [ 10283] By: jhi                                   on 2001/05/29  13:26:24
22630         Log: Subject: [PATCH 5.6.1] signal names in Configure
22631              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22632              Date: Tue, 29 May 2001 03:52:25 -0400
22633              Message-ID: <20010529035225.A9400@math.ohio-state.edu>
22634              
22635              Subject: [PATCH 5.6.1] older perl in Configure
22636              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22637              Date: Tue, 29 May 2001 03:55:40 -0400
22638              Message-ID: <20010529035539.A9411@math.ohio-state.edu>
22639              
22640              Subject: [PATCH 5.6.1] goofs in Configure
22641              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22642              Date: Tue, 29 May 2001 04:13:07 -0400
22643              Message-ID: <20010529041307.A9658@math.ohio-state.edu>
22644              
22645              Configure portability tweaks.
22646      Branch: perl
22647            ! Configure
22648 ____________________________________________________________________________
22649 [ 10282] By: jhi                                   on 2001/05/29  12:41:41
22650         Log: Subject: [PATCH 5.6.1] extLibpath for OS/2
22651              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22652              Date: Tue, 29 May 2001 04:07:06 -0400
22653              Message-ID: <20010529040706.A9579@math.ohio-state.edu>
22654      Branch: perl
22655            ! os2/os2.c
22656 ____________________________________________________________________________
22657 [ 10281] By: jhi                                   on 2001/05/29  12:40:31
22658         Log: Subject: [PATCH 5.6.1] extra static libs for OS/2
22659              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22660              Date: Tue, 29 May 2001 04:01:38 -0400
22661              Message-ID: <20010529040138.A9482@math.ohio-state.edu>
22662      Branch: perl
22663            ! hints/os2.sh os2/Makefile.SHs
22664 ____________________________________________________________________________
22665 [ 10280] By: jhi                                   on 2001/05/29  12:38:48
22666         Log: Subject: Re: [PATCH 5.6.1] Test::Harness clumsy
22667              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22668              Date: Tue, 29 May 2001 03:50:18 -0400
22669              Message-ID: <20010529035018.A9387@math.ohio-state.edu>
22670      Branch: perl
22671            ! lib/Test/Harness.pm
22672 ____________________________________________________________________________
22673 [ 10279] By: jhi                                   on 2001/05/29  12:34:53
22674         Log: Additional safeguard against $@ getting trampled; idea from Hugo.
22675      Branch: perl
22676            ! lib/utf8_heavy.pl
22677 ____________________________________________________________________________
22678 [ 10278] By: jhi                                   on 2001/05/29  02:15:24
22679         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
22680              From: Hugo <hv@crypt.compulink.co.uk>
22681              Date: Tue, 29 May 2001 03:03:45 +0100
22682              Message-Id: <200105290203.DAA00825@crypt.compulink.co.uk>
22683              
22684              Explanation why the $@ always gets the UTF8 flag when under use utf8--
22685              because we told it to have the flag when under use utf8.
22686      Branch: perl
22687            ! pp_ctl.c
22688 ____________________________________________________________________________
22689 [ 10277] By: jhi                                   on 2001/05/29  00:51:34
22690         Log: At least a partial fix for 20010528.004.
22691      Branch: perl
22692            ! lib/utf8_heavy.pl
22693 ____________________________________________________________________________
22694 [ 10276] By: jhi                                   on 2001/05/29  00:42:59
22695         Log: Subject: Re: Report /pro/3gl/CPAN/perl-5.7.1
22696              From: Nicholas Clark <nick@ccl4.org> 
22697              Date: Mon, 28 May 2001 23:39:38 +0100
22698              Message-ID: <20010528233938.M86445@plum.flirble.org>
22699              
22700              More portable non-zero UV.
22701      Branch: perl
22702            ! t/lib/extutils.t
22703 ____________________________________________________________________________
22704 [ 10275] By: jhi                                   on 2001/05/29  00:40:28
22705         Log: Subject: [PATCH] (was Re: Why t/lib/extutils.t is failing ...
22706              From: Nicholas Clark <nick@ccl4.org>
22707              Date: Mon, 28 May 2001 22:46:09 +0100
22708              Message-ID: <20010528224608.L86445@plum.flirble.org>
22709              
22710              Test also "make clean".
22711      Branch: perl
22712            ! t/lib/extutils.t
22713 ____________________________________________________________________________
22714 [ 10274] By: jhi                                   on 2001/05/29  00:39:18
22715         Log: Subject: Re: Would -Wno-unused -Wall be better?
22716              From: Michael G Schwern <schwern@pobox.com>
22717              Date: Tue, 29 May 2001 00:55:54 +0100
22718              Message-ID: <20010529005553.B675@blackrider.blackstar.co.uk>
22719      Branch: perl
22720            ! pp.h
22721 ____________________________________________________________________________
22722 [ 10273] By: jhi                                   on 2001/05/29  00:36:06
22723         Log: Add a test for 20010528.007, fixed in #10272.
22724      Branch: perl
22725            ! t/op/misc.t toke.c
22726 ____________________________________________________________________________
22727 [ 10272] By: jhi                                   on 2001/05/29  00:21:12
22728         Log: Subject: Re: [ID 20010528.007] "\x{" causes panic:constant overflowed allocated space 
22729              From: Hugo <hv@crypt.compulink.co.uk>
22730              Date: Tue, 29 May 2001 00:23:23 +0100
22731              Message-Id: <200105282323.AAA07930@crypt.compulink.co.uk>
22732      Branch: perl
22733            ! toke.c
22734 ____________________________________________________________________________
22735 [ 10271] By: jhi                                   on 2001/05/28  22:52:11
22736         Log: Subject: Re: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
22737              From: Michael G Schwern <schwern@pobox.com>
22738              Date: Tue, 29 May 2001 00:42:59 +0100
22739              Message-ID: <20010529004259.A675@blackrider.blackstar.co.uk>
22740      Branch: perl
22741            ! t/pragma/autouse.t
22742 ____________________________________________________________________________
22743 [ 10270] By: jhi                                   on 2001/05/28  21:44:06
22744         Log: Some shells seemingly arrange the signal handlers differently
22745              (bug id 20010521.004).
22746      Branch: perl
22747            ! t/lib/sigaction.t
22748 ____________________________________________________________________________
22749 [ 10269] By: jhi                                   on 2001/05/28  20:34:21
22750         Log: Regen perlmodlib.
22751      Branch: perl
22752            ! pod/perlmodlib.pod
22753 ____________________________________________________________________________
22754 [ 10268] By: jhi                                   on 2001/05/28  19:08:45
22755         Log: Update Changes.
22756      Branch: perl
22757            ! Changes patchlevel.h
22758 ____________________________________________________________________________
22759 [ 10267] By: jhi                                   on 2001/05/28  19:03:54
22760         Log: Subject: [PATCH] perlnewmod.pod to reflect DLSI(P) change
22761              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
22762              Date: Mon, 28 May 2001 14:56:35 -0500
22763              Message-ID: <20010528145635.L8487@chaos.wustl.edu>
22764      Branch: perl
22765            ! pod/perlnewmod.pod
22766 ____________________________________________________________________________
22767 [ 10266] By: jhi                                   on 2001/05/28  18:35:03
22768         Log: Regen toc.
22769      Branch: perl
22770            ! pod/perltoc.pod
22771 ____________________________________________________________________________
22772 [ 10265] By: jhi                                   on 2001/05/28  18:33:32
22773         Log: Subject: [PATCH] RE: [20000223.001] no test cases for splice(@array) 
22774              From: "Richard Soderberg" <rs@crystalflame.net>
22775              Date: Mon, 28 May 2001 12:31:23 -0700
22776              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFLDFAA.rs@crystalflame.net>
22777      Branch: perl
22778            ! t/op/splice.t
22779 ____________________________________________________________________________
22780 [ 10264] By: jhi                                   on 2001/05/28  17:59:00
22781         Log: The #10260 was too bold: locales and utf8 still do not mix.
22782      Branch: perl
22783            ! t/pragma/locale.t
22784 ____________________________________________________________________________
22785 [ 10263] By: jhi                                   on 2001/05/28  17:52:25
22786         Log: Subject: [PATCH] Pod nitpicks
22787              From: "Richard Soderberg" <rs@crystalflame.net>
22788              Date: Mon, 28 May 2001 10:08:58 -0700
22789              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFGDFAA.rs@crystalflame.net>
22790      Branch: perl
22791            ! pod/perl571delta.pod pod/perlapi.pod sv.h
22792 ____________________________________________________________________________
22793 [ 10262] By: jhi                                   on 2001/05/28  17:50:05
22794         Log: Upgrade to I18N::LangTags 0.22.
22795      Branch: perl
22796            + lib/I18N/LangTags/List.pod
22797            ! MANIFEST lib/I18N/LangTags.pm
22798 ____________________________________________________________________________
22799 [ 10261] By: jhi                                   on 2001/05/28  17:23:40
22800         Log: A slightly more serious bug found by -Mutf8; op/misc and
22801              lib/complex dumped core.
22802      Branch: perl
22803            ! regexec.c
22804 ____________________________________________________________________________
22805 [ 10260] By: jhi                                   on 2001/05/28  16:58:11
22806         Log: Various buglets shaken out by -Mutf8.
22807      Branch: perl
22808            ! t/io/utf8.t t/lib/charnames.t t/lib/lc-language.t
22809            ! t/pragma/locale.t
22810 ____________________________________________________________________________
22811 [ 10259] By: jhi                                   on 2001/05/28  15:48:46
22812         Log: STDERR looks much like STDOUT.  (Subtest #2 wasn't really okay.)
22813      Branch: perl
22814            ! t/lib/carp.t
22815 ____________________________________________________________________________
22816 [ 10258] By: jhi                                   on 2001/05/28  15:32:41
22817         Log: Subject: [PATCH] todo patch
22818              From: Artur Bergman <artur@contiller.se> 
22819              Date: Mon, 28 May 2001 17:03:51 +0200
22820              Message-ID: <B7383577.F34%artur@contiller.se>
22821      Branch: perl
22822            ! pod/perltodo.pod
22823 ____________________________________________________________________________
22824 [ 10257] By: jhi                                   on 2001/05/28  15:31:25
22825         Log: Subject: typo in perlguts.pod
22826              From: "John P. Linderman" <jpl@research.att.com>
22827              Date: Mon, 28 May 2001 09:35:47 -0400 (EDT)
22828              Message-Id: <200105281335.JAA27851@raptor.research.att.com>
22829      Branch: perl
22830            ! pod/perlguts.pod
22831 ____________________________________________________________________________
22832 [ 10256] By: jhi                                   on 2001/05/28  15:30:42
22833         Log: Subject: AIX and gcc (moving targets)
22834              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
22835              Date: Mon, 28 May 2001 12:54:04 +0200
22836              Message-Id: <20010528124531.9FAB.H.M.BRAND@hccnet.nl>
22837      Branch: perl
22838            ! hints/aix.sh
22839 ____________________________________________________________________________
22840 [ 10255] By: jhi                                   on 2001/05/28  15:28:55
22841         Log: Subject: Re: perlio + multiple perl_alloc..destruct
22842              From: Doug MacEachern <dougm@covalent.net>
22843              Date: Sun, 27 May 2001 13:47:13 -0700 (PDT)
22844              Message-ID: <Pine.LNX.4.21.0105271340370.5938-100000@mako.covalent.net>
22845      Branch: perl
22846            ! perlio.c
22847 ____________________________________________________________________________
22848 [ 10254] By: jhi                                   on 2001/05/28  15:27:49
22849         Log: The #10251 wasn't quite up-to-the-code.
22850      Branch: perl
22851            ! t/op/misc.t
22852 ____________________________________________________________________________
22853 [ 10253] By: jhi                                   on 2001/05/28  15:26:39
22854         Log: Test case for bug 20010526.004, fixed in #10252.
22855      Branch: perl
22856            ! t/op/taint.t
22857 ____________________________________________________________________________
22858 [ 10252] By: jhi                                   on 2001/05/28  15:26:14
22859         Log: Subject: Re: [ID 20010526.004] Taint looses value
22860              From: Hugo <hv@crypt.compulink.co.uk>
22861              Date: Sun, 27 May 2001 20:39:32 +0100
22862              Message-Id: <200105271939.UAA27591@crypt.compulink.co.uk>
22863      Branch: perl
22864            ! sv.c
22865 ____________________________________________________________________________
22866 [ 10251] By: jhi                                   on 2001/05/28  15:13:40
22867         Log: Test case for 20010422.005, fixed by #10250.
22868      Branch: perl
22869            ! t/op/misc.t
22870 ____________________________________________________________________________
22871 [ 10250] By: jhi                                   on 2001/05/28  15:11:16
22872         Log: Subject: [PATCH] Re: [ID 20010422.005] perl -e '{s//${}/; //}' # segfaults on FreeBSD 
22873              From: Spider Boardman <spider@Orb.Nashua.NH.US>
22874              Date: Mon, 28 May 2001 06:39:12 -0400
22875              Message-Id: <200105281039.GAA03962@Orb.Nashua.NH.US>
22876      Branch: perl
22877            ! toke.c
22878 ____________________________________________________________________________
22879 [ 10249] By: jhi                                   on 2001/05/28  15:09:24
22880         Log: Linerewrapping.
22881      Branch: perl
22882            ! lib/open.pm
22883 ____________________________________________________________________________
22884 [ 10248] By: jhi                                   on 2001/05/28  15:09:07
22885         Log: Updates on the modules list.
22886      Branch: perl
22887            ! t/lib/1_compile.t
22888 ____________________________________________________________________________
22889 [ 10247] By: jhi                                   on 2001/05/28  15:03:35
22890         Log: Add a test for PerlIO.
22891              
22892              (I probably got the crlf/raw thing wrong for clrfy platforms...)
22893      Branch: perl
22894            + t/lib/perlio.t
22895            ! MANIFEST lib/PerlIO.pm
22896 ____________________________________________________________________________
22897 [ 10246] By: jhi                                   on 2001/05/28  14:24:08
22898         Log: Add a test for carp et alia.
22899      Branch: perl
22900            + t/lib/carp.t
22901            ! MANIFEST
22902 ____________________________________________________________________________
22903 [ 10245] By: jhi                                   on 2001/05/28  13:42:55
22904         Log: Adding the new test would be swell.
22905      Branch: perl
22906            + t/pragma/autouse.t
22907 ____________________________________________________________________________
22908 [ 10244] By: jhi                                   on 2001/05/28  13:42:34
22909         Log: Add a test for the autouse pragma.
22910      Branch: perl
22911            ! MANIFEST
22912 ____________________________________________________________________________
22913 [ 10243] By: jhi                                   on 2001/05/28  13:26:25
22914         Log: Subject: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
22915              From: dLux <dlux@spam.sch.bme.hu>
22916              Date: Sun, 27 May 2001 16:14:26 +0200
22917              Message-Id: <E1541JK-0000YC-00@dl.sch.bme.hu>
22918      Branch: perl
22919            ! lib/autouse.pm
22920 ____________________________________________________________________________
22921 [ 10242] By: jhi                                   on 2001/05/28  13:21:50
22922         Log: Subject: [PATCH #2] RE: [ID 20010528.002] dprofpp: "-R" does not work
22923              From: "Richard Soderberg" <rs@crystalflame.net>
22924              Date: Mon, 28 May 2001 03:56:36 -0700
22925              Message-ID: <NAEKLNAAHLMBPMPNBMLEEEFADFAA.rs@crystalflame.net>
22926      Branch: perl
22927            ! utils/dprofpp.PL
22928 ____________________________________________________________________________
22929 [ 10241] By: jhi                                   on 2001/05/28  13:18:56
22930         Log: Subject: Re: [ID 20010522.003] Time::Local module bug
22931              From: "Stephen P. Potter" <spp@spotter.yi.org>
22932              Date: Tue, 22 May 2001 11:40:25 -0400
22933              Message-Id: <20010522154030.584F4729E2@belgarath.spotter.yi.org>
22934              
22935              Subject: Re: [ID 20010522.003] Time::Local module bug
22936              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu> 
22937              Date: Tue, 22 May 2001 11:50:19 -0400
22938              Message-ID: <20010522115019.D48634@linguist.thayer.dartmouth.edu>
22939      Branch: perl
22940            ! lib/Time/Local.pm
22941 ____________________________________________________________________________
22942 [ 10240] By: jhi                                   on 2001/05/27  22:44:49
22943         Log: The PERL_DL_NONLAZY can have whitespace in front.
22944      Branch: perl
22945            ! t/lib/extutils.t
22946 ____________________________________________________________________________
22947 [ 10239] By: jhi                                   on 2001/05/27  21:23:21
22948         Log: Document strftime() and strptime().
22949      Branch: perl
22950            ! ext/POSIX/POSIX.pod ext/Time/Piece/Piece.pm t/lib/time-piece.t
22951 ____________________________________________________________________________
22952 [ 10238] By: jhi                                   on 2001/05/27  20:29:07
22953         Log: Make Time::Piece::strptime() to be a function, not a method.
22954      Branch: perl
22955            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
22956 ____________________________________________________________________________
22957 [ 10237] By: jhi                                   on 2001/05/27  20:22:09
22958         Log: Tweak the test to be more portable.
22959      Branch: perl
22960            ! t/lib/extutils.t
22961 ____________________________________________________________________________
22962 [ 10236] By: jhi                                   on 2001/05/27  19:15:54
22963         Log: Subject: PATCH: Re: Re: Attributes that tie
22964              From: Leon Brocard <acme@astray.com>
22965              Date: Sun, 27 May 2001 12:37:29 +0100
22966              Message-ID: <20010527123729.A22663@ns0.astray.com>
22967              
22968              Document that variable attributes are not currently usable
22969              for tieing.  (An ugly limitation that should be fixed.)
22970      Branch: perl
22971            ! lib/attributes.pm
22972 ____________________________________________________________________________
22973 [ 10235] By: jhi                                   on 2001/05/27  19:03:31
22974         Log: Microperl tweaks.
22975      Branch: perl
22976            ! Makefile.micro uconfig.h uconfig.sh
22977 ____________________________________________________________________________
22978 [ 10234] By: jhi                                   on 2001/05/27  18:22:09
22979         Log: Add make target for microperl (kind of silly, but convenient).
22980      Branch: perl
22981            ! Makefile.SH
22982 ____________________________________________________________________________
22983 [ 10233] By: jhi                                   on 2001/05/27  18:18:56
22984         Log: O_APPEND and O_TRUNC are not portable.  (Not available e.g.
22985              for microperl.)
22986      Branch: perl
22987            ! doio.c
22988 ____________________________________________________________________________
22989 [ 10232] By: jhi                                   on 2001/05/27  17:57:18
22990         Log: Subject: [PATCH] [ID 19991013.005] utime undef, undef, @files  
22991              From: rspier@pobox.com (Robert Spier)
22992              Date: Sat, 26 May 2001 20:05:23 -0400
22993              Message-ID: <15120.17603.148648.12430@rls.cx>
22994              
22995              Subject: Re: [PATCH] [ID 19991013.005] utime undef, undef, @files
22996              From: rspier@pobox.com (Robert Spier)
22997              Date: Sun, 27 May 2001 00:23:12 -0400
22998              Message-ID: <15120.33072.511966.767230@rls.cx>
22999      Branch: perl
23000            ! doio.c pod/perlfunc.pod
23001 ____________________________________________________________________________
23002 [ 10231] By: jhi                                   on 2001/05/27  15:45:20
23003         Log: Regen toc.  (And add the README.tru64 from #10230 to MANIFEST.)
23004      Branch: perl
23005            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
23006 ____________________________________________________________________________
23007 [ 10230] By: jhi                                   on 2001/05/27  15:41:06
23008         Log: Add README.tru64.
23009      Branch: perl
23010            + README.tru64
23011 ____________________________________________________________________________
23012 [ 10229] By: jhi                                   on 2001/05/27  13:50:57
23013         Log: Integrate Locale::Maketext 1.01 from Sean Burke.
23014      Branch: perl
23015            + lib/Locale/Maketext.pm lib/Locale/Maketext.pod
23016            + lib/Locale/Maketext/TPJ13.pod t/lib/lc-maketext.t
23017            ! MANIFEST
23018 ____________________________________________________________________________
23019 [ 10228] By: jhi                                   on 2001/05/27  13:43:38
23020         Log: Integrate I18N::LangTags from Sean Burke.
23021              
23022              TODO: the language list from RFC 3066 needs to be integrated
23023              and made available somehow.  The list is included in the
23024              I18N-LangTags 0.21 distribution, but it is undocumented
23025              and unconnected to the module.
23026      Branch: perl
23027            + lib/I18N/LangTags.pm t/lib/i18n-langtags.t
23028            ! MANIFEST
23029 ____________________________________________________________________________
23030 [ 10227] By: jhi                                   on 2001/05/27  01:41:33
23031         Log: Allow 'eval "v200"' to work (part of 20000323.059); fix as
23032              envisioned by Sarathy.
23033      Branch: perl
23034            ! t/op/ver.t toke.c
23035 ____________________________________________________________________________
23036 [ 10226] By: jhi                                   on 2001/05/27  00:28:34
23037         Log: Subject: [ID 20010525.001] Pod typo nits fixed
23038              From: lvirden@cas.org
23039              Date: Fri, 25 May 2001 06:57:43 -0400 (EDT)
23040              Message-Id: <200105251057.f4PAvhY13003@lwv26awu.cas.org>
23041              
23042              minus the perlsolaris decimation plus the
23043              
23044              Subject: Re: [ID 20010525.001] Pod typo nits fixed
23045              From: "Philip Newton" <Philip.Newton@gmx.net>
23046              Date: Fri, 25 May 2001 18:05:55 +0200
23047              Message-Id: <200105251604.f4PG4kt15034@chaos.wustl.edu>
23048      Branch: perl
23049            ! README.amiga README.cygwin README.mpeix pod/perl5005delta.pod
23050            ! pod/perldebtut.pod pod/perlebcdic.pod pod/perlfaq3.pod
23051            ! pod/perlhack.pod pod/perltoc.pod pod/perltodo.pod
23052            ! pod/perlutil.pod pod/perlxstut.pod
23053 ____________________________________________________________________________
23054 [ 10225] By: jhi                                   on 2001/05/26  22:38:16
23055         Log: return clauses are nice.
23056      Branch: perl
23057            ! sv.c
23058 ____________________________________________________________________________
23059 [ 10224] By: jhi                                   on 2001/05/26  22:35:31
23060         Log: Subject: change 10199 backwards?
23061              From: Doug MacEachern <dougm@covalent.net>
23062              Date: Sat, 26 May 2001 11:26:07 -0700 (PDT)
23063              Message-ID: <Pine.LNX.4.21.0105261118510.22038-100000@mako.covalent.net>
23064      Branch: perl
23065            ! sv.c
23066 ____________________________________________________________________________
23067 [ 10223] By: jhi                                   on 2001/05/26  22:31:46
23068         Log: Subject: Re: 5.6.*, bleadperl: bugs in pp_concat
23069              From: Hugo <hv@crypt.compulink.co.uk>
23070              Date: Sat, 26 May 2001 17:05:12 +0100
23071              Message-Id: <200105261605.RAA12295@crypt.compulink.co.uk>
23072      Branch: perl
23073            + t/op/gmagic.t
23074            ! MANIFEST doop.c embed.h embed.pl global.sym
23075            ! lib/File/Basename.pm objXSUB.h perlapi.c pod/perlapi.pod
23076            ! pp_hot.c proto.h sv.c sv.h t/pragma/warn/pp_hot
23077 ____________________________________________________________________________
23078 [ 10222] By: jhi                                   on 2001/05/26  22:10:38
23079         Log: Regen headers for #10221.
23080      Branch: perl
23081            ! global.sym objXSUB.h perlapi.c
23082 ____________________________________________________________________________
23083 [ 10221] By: jhi                                   on 2001/05/26  22:06:06
23084         Log: Subject: [ID 20010506.012] Patch for 5.6.1 embed.pl (shared libperl&mod_perl)
23085              From: Juha Laiho <juha.laiho@Elma.Net>
23086              Date: Thu, 3 May 2001 09:51:30 +0300
23087              Message-Id: <200105030651.JAA327254@tokka.elma.fi>
23088      Branch: perl
23089            ! embed.pl
23090 ____________________________________________________________________________
23091 [ 10220] By: jhi                                   on 2001/05/26  22:01:30
23092         Log: Subject: Re: [PATCH] Re: stability of sort()?
23093              From: "John P. Linderman" <jpl@research.att.com>
23094              Date: Sat, 26 May 2001 13:27:19 -0400
23095              Message-Id: <200105261727.NAA06654@raptor.research.att.com>
23096      Branch: perl
23097            ! pod/perlfunc.pod
23098 ____________________________________________________________________________
23099 [ 10219] By: jhi                                   on 2001/05/26  14:02:34
23100         Log: Integrate perlio.
23101      Branch: perl
23102           !> pod/perlguts.pod
23103 ____________________________________________________________________________
23104 [ 10218] By: jhi                                   on 2001/05/26  13:39:52
23105         Log: Subject: [PATCH perl@10210] PerlIO for VMS
23106              From: "Craig A. Berry" <craigberry@mac.com>
23107              Date: Sat, 26 May 2001 09:34:11 -0500
23108              Message-Id: <a05100e0ab734816701a5@[172.16.52.1]>
23109      Branch: perl
23110            ! configure.com doio.c iperlsys.h perlio.c perlio.h perliol.h
23111            ! perlsdio.h vms/ext/Stdio/Stdio.xs vms/gen_shrfls.pl vms/vms.c
23112            ! vms/vmsish.h
23113 ____________________________________________________________________________
23114 [ 10217] By: jhi                                   on 2001/05/26  13:19:05
23115         Log: Subject: patch to fix: [ID 20010524.004] perl5db.pl version 1.12  doesn't stop on breakpoints
23116              From: David Dyck <dcd@tc.fluke.com>
23117              Date: Fri, 25 May 2001 00:03:04 -0700 (PDT)
23118              Message-ID: <Pine.LNX.4.33.0105242354030.17331-100000@dd.tc.fluke.com>
23119      Branch: perl
23120            ! lib/perl5db.pl
23121 ____________________________________________________________________________
23122 [ 10216] By: jhi                                   on 2001/05/26  13:17:47
23123         Log: Subject: utf8 regexp tests
23124              From: Hugo <hv@crypt.compulink.co.uk>
23125              Date: Fri, 25 May 2001 22:35:01 +0100
23126              Message-Id: <200105252135.WAA03197@crypt.compulink.co.uk>
23127      Branch: perl
23128            ! t/op/regexp.t
23129 ____________________________________________________________________________
23130 [ 10215] By: jhi                                   on 2001/05/26  13:15:40
23131         Log: Subject: [PATCH] Re: stability of sort()?
23132              From: Nicholas Clark <nick@ccl4.org>
23133              Date: Fri, 25 May 2001 22:40:19 +0100
23134              Message-ID: <20010525224019.B86445@plum.flirble.org>
23135      Branch: perl
23136            ! pod/perlfunc.pod
23137 ____________________________________________________________________________
23138 [ 10214] By: jhi                                   on 2001/05/26  13:14:30
23139         Log: Subject: Re: [ID 20010426.005] Magic not being removed at scope exit [PATCH]
23140              From: John Peacock <jpeacock@rowman.com>
23141              Date: Thu, 24 May 2001 22:14:01 -0400
23142              Message-ID: <3B0DBFE9.A7C49084@rowman.com>
23143      Branch: perl
23144            ! mg.c scope.c sv.c
23145 ____________________________________________________________________________
23146 [ 10213] By: jhi                                   on 2001/05/26  13:08:56
23147         Log: Subject: [PATCH] Re: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
23148              From: Nicholas Clark <nick@ccl4.org>
23149              Date: Sun, 20 May 2001 19:24:13 +0100
23150              Message-ID: <20010520192413.G83222@plum.flirble.org>
23151      Branch: perl
23152            + lib/ExtUtils/Constant.pm t/lib/extutils.t
23153            ! MANIFEST utils/h2xs.PL
23154 ____________________________________________________________________________
23155 [ 10212] By: nick                                  on 2001/05/26  09:49:28
23156         Log: Change perlguts docs to not suggest PUSHi etc. for multiple results,
23157              add a few more notes there on use of mortals on the stack.
23158      Branch: perlio
23159            ! pod/perlguts.pod
23160 ____________________________________________________________________________
23161 [ 10211] By: nick                                  on 2001/05/26  09:05:36
23162         Log: Integrate mainline
23163      Branch: perlio
23164           +> t/lib/fcntl.t t/pragma/vars.t
23165           !> (integrate 49 files)
23166 ____________________________________________________________________________
23167 [ 10210] By: jhi                                   on 2001/05/25  12:29:16
23168         Log: Update Changes.
23169      Branch: perl
23170            ! Changes patchlevel.h
23171 ____________________________________________________________________________
23172 [ 10209] By: jhi                                   on 2001/05/25  12:24:45
23173         Log: Based on
23174              
23175              Subject: [PATCH pp.c] Wrapping pack("C",256)
23176              From: Simon Cozens <simon@netthink.co.uk>
23177              Date: Sat, 12 May 2001 17:58:41 +0100
23178              Message-ID: <20010512175841.A6132@netthink.co.uk>
23179      Branch: perl
23180            ! pod/perldiag.pod pp.c t/pragma/warn/pp
23181 ____________________________________________________________________________
23182 [ 10208] By: jhi                                   on 2001/05/25  01:37:03
23183         Log: Subject: [PATCH] 5.6.1 Term::Cap -- add terminfo fallback
23184              From: "Brendan O'Dea" <bod@compusol.com.au>
23185              Date: Fri, 25 May 2001 11:18:29 +1000
23186              Message-ID: <20010525111829.A28411@compusol.com.au>
23187              
23188              (Slightly modified.)
23189      Branch: perl
23190            ! lib/Term/Cap.pm
23191 ____________________________________________________________________________
23192 [ 10207] By: jhi                                   on 2001/05/25  01:12:14
23193         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string 
23194              From: Hugo <hv@crypt.compulink.co.uk>
23195              Date: Fri, 25 May 2001 02:13:25 +0100
23196              Message-Id: <200105250113.CAA23158@crypt.compulink.co.uk>
23197      Branch: perl
23198            ! t/op/misc.t
23199 ____________________________________________________________________________
23200 [ 10206] By: jhi                                   on 2001/05/25  01:07:59
23201         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string
23202              From: Inaba Hiroto <hiroto.inaba@toshiba.co.jp>
23203              Date: Fri, 25 May 2001 10:25:36 +0900
23204              Message-Id: <200105250124.KAA19571@toshiba.co.jp> 
23205      Branch: perl
23206            ! regcomp.c regexec.c
23207 ____________________________________________________________________________
23208 [ 10205] By: jhi                                   on 2001/05/25  01:07:00
23209         Log: Subject: [PATCH #2] stash autovivification and method call error messages
23210              From: Ilmari Karonen <iltzu@sci.fi>
23211              Date: Thu, 24 May 2001 01:51:48 +0300 (EET DST)
23212              Message-ID: <Pine.SOL.3.96.1010524013737.18819D-100000@simpukka>
23213      Branch: perl
23214            ! gv.c pp_hot.c t/op/method.t
23215 ____________________________________________________________________________
23216 [ 10204] By: jhi                                   on 2001/05/25  01:03:50
23217         Log: Add make target and documentation for gprof profiling.
23218      Branch: perl
23219            ! Makefile.SH pod/perlhack.pod
23220 ____________________________________________________________________________
23221 [ 10203] By: jhi                                   on 2001/05/24  21:09:36
23222         Log: Subject: Don't think about UTF8 
23223              From: Mike Guy <mjtg@cam.ac.uk> 
23224              Date: Tue, 22 May 2001 14:35:39 +0100
23225              Message-Id: <E152CK3-00028O-00@virgo.cus.cam.ac.uk>
23226      Branch: perl
23227            ! sv.h
23228 ____________________________________________________________________________
23229 [ 10202] By: jhi                                   on 2001/05/24  21:07:25
23230         Log: Subject: [ID 20010524.002] find2perl bug in fileglob_to_re
23231              From: Geraint A Edwards <gedge@serf.org> 
23232              Date: Thu, 24 May 2001 22:51:24 +0100
23233              Message-Id: <20010524225124.A34981@cymru.serf.org>
23234      Branch: perl
23235            ! x2p/find2perl.PL
23236 ____________________________________________________________________________
23237 [ 10201] By: jhi                                   on 2001/05/24  21:02:30
23238         Log: DB_File has its own attribute story.
23239      Branch: perl
23240            ! ext/DB_File/DB_File.xs
23241 ____________________________________________________________________________
23242 [ 10200] By: jhi                                   on 2001/05/24  19:54:21
23243         Log: Subject: Re: Making perl with -Wall
23244              From: Andy Dougherty <doughera@lafayette.edu>
23245              Date: Thu, 24 May 2001 14:33:37 -0400 (EDT)
23246              Message-ID: <Pine.SOL.4.10.10105241415460.2443-100000@maxwell.phys.lafayette.edu>
23247      Branch: perl
23248            ! perl.h
23249 ____________________________________________________________________________
23250 [ 10199] By: jhi                                   on 2001/05/24  15:15:03
23251         Log: Subject: RE: [ID 20010521.003] - [PATCH #2] sv.c: sv_dup_inc(SvRV(sstr)) wasn't checking SvWEAKREF
23252              From: "Richard Soderberg" <rs@crystalflame.net>
23253              Date: Thu, 24 May 2001 08:58:16 -0700
23254              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEPODEAA.rs@crystalflame.net>
23255      Branch: perl
23256            ! sv.c
23257 ____________________________________________________________________________
23258 [ 10198] By: jhi                                   on 2001/05/24  15:10:04
23259         Log: IV/UV casting fixes from Nicholas Clark.
23260      Branch: perl
23261            ! perl.h pp_sys.c util.c
23262 ____________________________________________________________________________
23263 [ 10197] By: jhi                                   on 2001/05/24  14:19:44
23264         Log: Subject: Re: Making perl with -Wall
23265              From: Michael G Schwern <schwern@pobox.com>
23266              Date: Thu, 24 May 2001 15:40:28 +0100
23267              Message-ID: <20010524154028.B1988@blackrider.blackstar.co.uk>
23268      Branch: perl
23269            ! malloc.c perl.h
23270 ____________________________________________________________________________
23271 [ 10196] By: jhi                                   on 2001/05/24  14:04:41
23272         Log: Subject: [PATCH] Re: [ID 20010521.004] Two test suite failures on this platform with latest rsync 
23273              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
23274              Date: Tue, 22 May 2001 11:49:37 +0200
23275              Message-Id: <20010522114044.BC4E.H.M.BRAND@hccnet.nl>
23276      Branch: metaconfig
23277            ! U/modified/Oldsym.U
23278      Branch: metaconfig/U/perl
23279            ! patchlevel.U
23280      Branch: perl
23281            ! Configure config_h.SH myconfig.SH
23282 ____________________________________________________________________________
23283 [ 10195] By: jhi                                   on 2001/05/24  13:25:04
23284         Log: Under versiononly install also the scripts with the version suffix.
23285              (e.g. .../bin/h2xs5.7.1)
23286      Branch: perl
23287            ! installperl
23288 ____________________________________________________________________________
23289 [ 10194] By: jhi                                   on 2001/05/24  13:02:49
23290         Log: Subject: [PATCH] Stop segfault in mg.c:636
23291              From: "Richard Soderberg" <rs@crystalflame.net>
23292              Date: Thu, 24 May 2001 05:51:52 -0700
23293              Message-ID: <NAEKLNAAHLMBPMPNBMLEGEPGDEAA.rs@crystalflame.net>
23294      Branch: perl
23295            ! mg.c
23296 ____________________________________________________________________________
23297 [ 10193] By: jhi                                   on 2001/05/24  12:37:13
23298         Log: Iteration continues; hopefully convergently.
23299      Branch: perl
23300            ! t/lib/b-stash.t
23301 ____________________________________________________________________________
23302 [ 10192] By: jhi                                   on 2001/05/24  12:36:35
23303         Log: Subject: [PATCH] CORE::GLOBAL::require override happens too early
23304              From: Gisle Aas <gisle@ActiveState.com>
23305              Date: 23 May 2001 16:13:10 -0700
23306              Message-ID: <lrofsjfym1.fsf@caliper.ActiveState.com>
23307      Branch: perl
23308            ! op.c toke.c
23309 ____________________________________________________________________________
23310 [ 10191] By: jhi                                   on 2001/05/24  12:25:12
23311         Log: Subject: [PATCH] lib/dumpvar.pl, lib/perl5db.pl - fix warnings
23312              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
23313              Date: Thu, 24 May 2001 05:05:22 -0500
23314              Message-ID: <20010524050522.A18997@staff1.cso.uiuc.edu>
23315      Branch: perl
23316            ! lib/dumpvar.pl lib/perl5db.pl
23317 ____________________________________________________________________________
23318 [ 10190] By: jhi                                   on 2001/05/24  12:24:07
23319         Log: Subject: Re: [ID 20010524.001] perl5db.pl   x @INC  doesn't work like it used to
23320              From: David Dyck <dcd@tc.fluke.com>
23321              Date: Thu, 24 May 2001 01:42:09 -0700 (PDT)
23322              Message-ID: <Pine.LNX.4.33.0105240134580.5179-100000@dd.tc.fluke.com>
23323      Branch: perl
23324            ! lib/perl5db.pl
23325 ____________________________________________________________________________
23326 [ 10189] By: jhi                                   on 2001/05/23  22:43:31
23327         Log: Tiny pod nits on READMEs, mostly whitespace issues.
23328      Branch: perl
23329            ! README.amiga README.dos README.macos README.mpeix README.vmesa
23330            ! README.win32
23331 ____________________________________________________________________________
23332 [ 10188] By: jhi                                   on 2001/05/23  22:26:03
23333         Log: The DG/UX part of the 20010521.005.
23334      Branch: perl
23335            ! README.dgux
23336 ____________________________________________________________________________
23337 [ 10187] By: jhi                                   on 2001/05/23  22:04:05
23338         Log: Subject: Re: [ID 20000716.007] \G in a m//g expression causes problems 
23339              From: Hugo <hv@crypt.compulink.co.uk>
23340              Date: Mon, 21 May 2001 16:32:02 +0100
23341              Message-Id: <200105211532.QAA03999@crypt.compulink.co.uk>
23342      Branch: perl
23343            ! regcomp.c t/op/misc.t
23344 ____________________________________________________________________________
23345 [ 10186] By: jhi                                   on 2001/05/23  21:42:15
23346         Log: Subject: [PATCH] Extra UNIVERSAL tests
23347              From: Mike Guy <mjtg@cam.ac.uk>
23348              Date: Wed, 23 May 2001 12:29:20 +0100
23349              Message-Id: <E152WpM-0001yP-00@virgo.cus.cam.ac.uk>
23350      Branch: perl
23351            ! t/op/universal.t
23352 ____________________________________________________________________________
23353 [ 10185] By: jhi                                   on 2001/05/23  21:38:48
23354         Log: Subject: [PATCH] Remove EQ keyword
23355              From: Mike Guy <mjtg@cam.ac.uk>
23356              Message-Id: <E152Vhp-00072x-00@virgo.cus.cam.ac.uk>
23357              Date: Wed, 23 May 2001 11:17:29 +0100
23358      Branch: perl
23359            ! keywords.h keywords.pl
23360 ____________________________________________________________________________
23361 [ 10184] By: jhi                                   on 2001/05/23  21:29:41
23362         Log: Subject: [PATCH] lib/perl5db.pl
23363              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
23364              Date: Wed, 23 May 2001 02:18:03 -0500
23365              Message-ID: <20010523021803.A21965@staff1.cso.uiuc.edu>
23366      Branch: perl
23367            ! lib/perl5db.pl
23368 ____________________________________________________________________________
23369 [ 10183] By: jhi                                   on 2001/05/23  21:27:54
23370         Log: Subject: [PATCH lib/Term/Cap.pm] Avoid -W warnings in Tgetent and Tputs
23371              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
23372              Date: Tue, 22 May 2001 23:34:41 -0500
23373              Message-ID: <20010522233441.A12431@staff1.cso.uiuc.edu>
23374      Branch: perl
23375            ! lib/Term/Cap.pm
23376 ____________________________________________________________________________
23377 [ 10182] By: jhi                                   on 2001/05/23  21:24:30
23378         Log: Subject: [PATCH emacs/e2ctags.pl] big speedup
23379              From: davem@fdgroup.co.uk
23380              Date: Tue, 22 May 2001 22:08:09 +0100 (BST)
23381              Message-Id: <200105222108.WAA09442@gizmo.fdgroup.co.uk>
23382      Branch: perl
23383            ! emacs/e2ctags.pl
23384 ____________________________________________________________________________
23385 [ 10181] By: jhi                                   on 2001/05/23  21:23:29
23386         Log: Subject: [PATCH lib/vars.pm] Sensible minimum version
23387              From: Michael G Schwern <schwern@pobox.com>
23388              Date: Tue, 22 May 2001 14:15:09 +0100
23389              Message-ID: <20010522141509.J701@blackrider.blackstar.co.uk>
23390      Branch: perl
23391            ! lib/vars.pm
23392 ____________________________________________________________________________
23393 [ 10180] By: jhi                                   on 2001/05/23  21:22:14
23394         Log: Subject: [PATCH lib/vars.pm] Odd code nit
23395              From: Michael G Schwern <schwern@pobox.com>
23396              Date: Tue, 22 May 2001 14:14:28 +0100
23397              Message-ID: <20010522141427.I701@blackrider.blackstar.co.uk>
23398      Branch: perl
23399            ! lib/vars.pm
23400 ____________________________________________________________________________
23401 [ 10179] By: jhi                                   on 2001/05/23  21:19:51
23402         Log: Use the new use vars feature.
23403      Branch: perl
23404            ! t/lib/b-stash.t
23405 ____________________________________________________________________________
23406 [ 10178] By: jhi                                   on 2001/05/23  21:19:28
23407         Log: Subject: [PATCH] vars.pm to support qualified variables (was Re: [ID 20010521.001])
23408              From: Mike Guy <mjtg@cam.ac.uk>
23409              Sender: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
23410              Date: Tue, 22 May 2001 13:11:39 +0100
23411      Branch: perl
23412            + t/pragma/vars.t
23413            ! MANIFEST lib/vars.pm t/lib/1_compile.t
23414 ____________________________________________________________________________
23415 [ 10177] By: jhi                                   on 2001/05/23  21:01:48
23416         Log: -qlongdouble considered harmful by Merijn.
23417      Branch: perl
23418            ! hints/aix.sh
23419 ____________________________________________________________________________
23420 [ 10176] By: jhi                                   on 2001/05/21  13:21:21
23421         Log: Update Changes.
23422      Branch: perl
23423            ! Changes patchlevel.h
23424 ____________________________________________________________________________
23425 [ 10175] By: jhi                                   on 2001/05/21  13:17:28
23426         Log: Add a test of its very own for Fcntl.  Hopefully portable.
23427      Branch: perl
23428            + t/lib/fcntl.t
23429            ! MANIFEST
23430 ____________________________________________________________________________
23431 [ 10174] By: jhi                                   on 2001/05/21  12:45:41
23432         Log: Must be trickier for 'minitest' not to die.
23433      Branch: perl
23434            ! t/op/taint.t
23435 ____________________________________________________________________________
23436 [ 10173] By: jhi                                   on 2001/05/21  11:24:43
23437         Log: Can't declare other people's variables.
23438      Branch: perl
23439            ! t/lib/b-stash.t
23440 ____________________________________________________________________________
23441 [ 10172] By: jhi                                   on 2001/05/20  20:33:08
23442         Log: Fix for ID 20010519.003: sysopen() wasn't tainting :-(
23443      Branch: perl
23444            ! doio.c t/op/taint.t
23445 ____________________________________________________________________________
23446 [ 10171] By: jhi                                   on 2001/05/20  20:18:45
23447         Log: The OS/2 variable needs to be declared.
23448      Branch: perl
23449            ! t/lib/b-stash.t
23450 ____________________________________________________________________________
23451 [ 10170] By: nick                                  on 2001/05/20  16:48:29
23452         Log: Integrate mainline
23453      Branch: perlio
23454           !> (integrate 41 files)
23455 ____________________________________________________________________________
23456 [ 10169] By: jhi                                   on 2001/05/20  11:50:20
23457         Log: Small perlsec updates: clarify the taintedness of filename
23458              globbing; suggest using Scalar::Util::tainted().
23459      Branch: perl
23460            ! pod/perlsec.pod
23461 ____________________________________________________________________________
23462 [ 10168] By: jhi                                   on 2001/05/20  11:24:11
23463         Log: Subject: [PATCH 5.7.1@10135] [LARGE!] symbolic magic
23464              From: Dave Mitchell <davem@fdgroup.co.uk>
23465              Date: Sat, 19 May 2001 20:12:56 +0100 (BST)
23466              Message-Id: <200105191912.UAA23925@gizmo.fdgroup.co.uk>
23467      Branch: perl
23468            ! av.c cc_runtime.h doop.c dump.c gv.c hv.c mg.c op.c perl.c
23469            ! perl.h perlio.c pod/perlguts.pod pp.c pp_ctl.c pp_hot.c
23470            ! pp_sys.c regexec.c scope.c sv.c t/lib/peek.t taint.c util.c
23471            ! xsutils.c
23472 ____________________________________________________________________________
23473 [ 10167] By: jhi                                   on 2001/05/20  11:12:14
23474         Log: Subject: [PATCH 5.6.1] DLL descriptions on OS/2
23475              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23476              Date: Sat, 19 May 2001 04:08:46 -0400
23477              Message-ID: <20010519040846.A16969@math.ohio-state.edu>
23478      Branch: perl
23479            ! lib/ExtUtils/Mksymlists.pm makedef.pl
23480 ____________________________________________________________________________
23481 [ 10166] By: jhi                                   on 2001/05/20  11:08:27
23482         Log: Subject: [PATCH 5.6.1] DLL name mangling on OS/2
23483              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23484              Date: Sat, 19 May 2001 04:30:45 -0400
23485              Message-ID: <20010519043045.A17033@math.ohio-state.edu>
23486      Branch: perl
23487            ! os2/os2.c
23488 ____________________________________________________________________________
23489 [ 10165] By: jhi                                   on 2001/05/20  11:07:06
23490         Log: Subject: [PATCH 5.6.1] build bugs OS/2
23491              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23492              Date: Sat, 19 May 2001 04:35:28 -0400
23493              Message-ID: <20010519043528.A17363@math.ohio-state.edu>
23494      Branch: perl
23495            ! os2/Makefile.SHs os2/os2.c
23496 ____________________________________________________________________________
23497 [ 10164] By: jhi                                   on 2001/05/20  11:06:01
23498         Log: Subject: [PATCH 5.6.1] Mis-Failing tests
23499              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23500              Date: Sat, 19 May 2001 04:04:23 -0400
23501              Message-ID: <20010519040423.A16861@math.ohio-state.edu>
23502              
23503              (In bleadperl patched b-stash.t instead of b.t)
23504      Branch: perl
23505            ! t/lib/b-stash.t t/lib/bigfltpm.t
23506 ____________________________________________________________________________
23507 [ 10163] By: jhi                                   on 2001/05/20  10:59:46
23508         Log: Subject: [PATCH 5.6.1] perl5db
23509              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23510              Date: Sat, 19 May 2001 03:49:09 -0400
23511              Message-ID: <20010519034909.A14902@math.ohio-state.edu>
23512      Branch: perl
23513            ! lib/perl5db.pl
23514 ____________________________________________________________________________
23515 [ 10162] By: jhi                                   on 2001/05/20  10:58:18
23516         Log: Subject: [PATCH] require $mod where $mod has touched numeric context
23517              From: Gisle Aas <gisle@ActiveState.com>
23518              Date: 18 May 2001 14:24:51 -0700
23519              Message-ID: <lr3da2cpuk.fsf@caliper.ActiveState.com>
23520      Branch: perl
23521            ! pp_ctl.c
23522 ____________________________________________________________________________
23523 [ 10161] By: jhi                                   on 2001/05/20  10:57:00
23524         Log: Subject: [PATCH] Chomp should not always stringify
23525              From: Gisle Aas <gisle@ActiveState.com>
23526              Date: 18 May 2001 07:55:25 -0700
23527              Message-ID: <lrk83eogf6.fsf@caliper.ActiveState.com>
23528      Branch: perl
23529            ! doop.c t/op/chop.t
23530 ____________________________________________________________________________
23531 [ 10160] By: jhi                                   on 2001/05/20  10:49:40
23532         Log: Integrate perlio.
23533      Branch: perl
23534           !> pod/perlfunc.pod
23535 ____________________________________________________________________________
23536 [ 10159] By: nick                                  on 2001/05/20  09:39:46
23537         Log: Document some more of open's features.
23538      Branch: perlio
23539            ! pod/perlfunc.pod
23540 ____________________________________________________________________________
23541 [ 10158] By: gsar                                  on 2001/05/18  18:43:38
23542         Log: back out change#10153 (it has compatibility issues such as the
23543              changed behavior of /[~%@+-]/, and after talking to Jarkko, the
23544              benefit for 5.6.x doesn't seem worth the risk)
23545      Branch: maint-5.6/perl
23546            ! toke.c
23547 ____________________________________________________________________________
23548 [ 10157] By: jhi                                   on 2001/05/18  17:05:40
23549         Log: \$escaping the $vars in !GROK!THIS! section is a good idea.
23550      Branch: perl
23551            ! x2p/s2p.PL
23552 ____________________________________________________________________________
23553 [ 10156] By: jhi                                   on 2001/05/18  12:06:40
23554         Log: Update Changes.
23555      Branch: perl
23556            ! Changes patchlevel.h
23557 ____________________________________________________________________________
23558 [ 10155] By: jhi                                   on 2001/05/18  11:58:57
23559         Log: Integrate change #10144 from maintperl.
23560              
23561              s/CONFIGDOTSH/PERL_CONFIG_SH/ for Win32, too.
23562      Branch: perl
23563           !> win32/config.bc win32/config.gc win32/config.vc
23564           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
23565 ____________________________________________________________________________
23566 [ 10154] By: nick                                  on 2001/05/18  07:23:03
23567         Log: Integrate mainline.
23568      Branch: perlio
23569           +> README.dgux t/lib/i18n-collate.t utils.lst
23570           !> (integrate 49 files)
23571 ____________________________________________________________________________
23572 [ 10153] By: jhi                                   on 2001/05/18  00:41:51
23573         Log: Integrate change #7224 from mainline into maintperl.
23574              
23575              Allow @+ and @- to be doublequoted, from Simon Cozens. 
23576              (Approved by Larry, see Tom's comment in 20000830.005.)
23577      Branch: maint-5.6/perl
23578           !> toke.c
23579 ____________________________________________________________________________
23580 [ 10152] By: jhi                                   on 2001/05/17  23:18:15
23581         Log: Subject: [PATCH bleadperl] small lookbehind fix
23582              From: Hugo <hv@crypt.compulink.co.uk>
23583              Date: Fri, 18 May 2001 00:07:19 +0100
23584              Message-Id: <200105172307.AAA06142@crypt.compulink.co.uk>
23585      Branch: perl
23586            ! regexec.c
23587 ____________________________________________________________________________
23588 [ 10151] By: jhi                                   on 2001/05/17  22:00:06
23589         Log: Detypos.
23590      Branch: perl
23591            ! installman utils.lst
23592 ____________________________________________________________________________
23593 [ 10150] By: jhi                                   on 2001/05/17  20:32:48
23594         Log: Add better debug to glob/basic #8 as suggested by Nick Clark
23595              in 20001222.001.
23596      Branch: perl
23597            ! t/lib/glob-basic.t
23598 ____________________________________________________________________________
23599 [ 10149] By: jhi                                   on 2001/05/17  20:08:58
23600         Log: Subject: [PATCH] Test for bug 20010515.004
23601              From: Benjamin Sugars <bsugars@canoe.ca>
23602              Date: Thu, 17 May 2001 15:48:18 -0400 (EDT)
23603              Message-ID: <Pine.LNX.4.21.0105171544270.9064-100000@marmot.rim.canoe.ca>
23604      Branch: perl
23605            ! t/op/misc.t
23606 ____________________________________________________________________________
23607 [ 10148] By: jhi                                   on 2001/05/17  20:06:23
23608         Log: Integrate #10145 from maintperl.
23609              
23610              fix for ID 20010515.004 (needs test)
23611      Branch: perl
23612           !> pp_hot.c
23613 ____________________________________________________________________________
23614 [ 10147] By: jhi                                   on 2001/05/17  19:10:46
23615         Log: Thinko noticed by Doug MacEachern.
23616      Branch: perl
23617            ! thread.h
23618 ____________________________________________________________________________
23619 [ 10146] By: jhi                                   on 2001/05/17  17:30:37
23620         Log: Subject: Re: [PATCH] HERE mark in regex
23621              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
23622              Date: Thu, 17 May 2001 12:20:33 -0400
23623              Message-ID: <20010517122033.B1547290@linguist.thayer.dartmouth.edu> 
23624      Branch: perl
23625            ! t/op/re_tests
23626 ____________________________________________________________________________
23627 [ 10145] By: gsar                                  on 2001/05/17  16:59:55
23628         Log: fix for ID 20010515.004 (needs test)
23629      Branch: maint-5.6/perl
23630            ! pp_hot.c
23631 ____________________________________________________________________________
23632 [ 10144] By: gsar                                  on 2001/05/17  16:39:02
23633         Log: s/CONFIGDOTSH/PERL_CONFIG_SH/g
23634      Branch: maint-5.6/perl
23635            ! win32/config.bc win32/config.gc win32/config.vc
23636            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
23637 ____________________________________________________________________________
23638 [ 10143] By: jhi                                   on 2001/05/17  14:21:08
23639         Log: Macrofy the getspecific (and use it also in util.c)
23640      Branch: perl
23641            ! thread.h util.c
23642 ____________________________________________________________________________
23643 [ 10142] By: jhi                                   on 2001/05/17  01:43:50
23644         Log: Use the unchecked thread-specific key fetch also in Tru64.
23645      Branch: perl
23646            ! thread.h
23647 ____________________________________________________________________________
23648 [ 10141] By: jhi                                   on 2001/05/17  01:41:07
23649         Log: Subject: [PATCH 5.6.1]Quick thread speedup
23650              From: Dan Sugalski <dan@sidhe.org> 
23651              Date: Wed, 16 May 2001 18:05:19 -0400
23652              Message-Id: <5.1.0.14.0.20010516175826.01afde08@24.8.96.48>
23653      Branch: perl
23654            ! thread.h util.c
23655 ____________________________________________________________________________
23656 [ 10140] By: jhi                                   on 2001/05/16  19:58:29
23657         Log: I think this is quite enough testing for a deprecated feature.
23658      Branch: perl
23659            + t/lib/i18n-collate.t
23660            ! MANIFEST t/lib/1_compile.t
23661 ____________________________________________________________________________
23662 [ 10139] By: jhi                                   on 2001/05/16  18:47:03
23663         Log: More HP-UX lore from Jeff Okamoto.
23664      Branch: perl
23665            ! README.hpux
23666 ____________________________________________________________________________
23667 [ 10138] By: jhi                                   on 2001/05/16  18:21:04
23668         Log: Sort utils.lst for easier maintenance.
23669      Branch: perl
23670            ! utils.lst
23671 ____________________________________________________________________________
23672 [ 10137] By: jhi                                   on 2001/05/16  18:12:01
23673         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
23674              From: Tim Jenness <t.jenness@jach.hawaii.edu>
23675              Date: Wed, 16 May 2001 08:59:59 -1000 (HST)
23676              Message-ID: <Pine.LNX.4.33.0105160858480.2488-100000@lapaki.jach.hawaii.edu>
23677              
23678              Add pod2latex to utils.lst.
23679      Branch: perl
23680            ! MANIFEST utils.lst
23681 ____________________________________________________________________________
23682 [ 10136] By: jhi                                   on 2001/05/16  18:00:00
23683         Log: Subject: Re: [PATCH] HERE mark in regex
23684              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
23685              Date: Wed, 16 May 2001 13:04:43 -0400
23686              Message-ID: <20010516130443.E1516273@linguist.thayer.dartmouth.edu> 
23687      Branch: perl
23688            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
23689            ! t/op/regmesg.t t/pragma/warn/regcomp
23690 ____________________________________________________________________________
23691 [ 10135] By: jhi                                   on 2001/05/16  17:51:50
23692         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
23693              From: Simon Cozens <simon@netthink.co.uk>
23694              Date: Wed, 16 May 2001 18:02:08 +0100
23695              Message-ID: <20010516180208.A6458@netthink.co.uk>
23696      Branch: perl
23697            ! installman utils.lst
23698 ____________________________________________________________________________
23699 [ 10134] By: jhi                                   on 2001/05/16  17:47:26
23700         Log: Subject: Re: [ID 20010515.001] -DPERL_Y2KWARN doesn't do what it should (Not OK: perl v5.7.1 +DEVEL10104 on i586-linux 2.2.16-22 (UNINST
23701              From: "Philip Newton" <pnewton@gmx.de>
23702              Date: Tue, 15 May 2001 15:09:30 +0200
23703              Message-ID: <3B0146AA.2839.17BFDA6@localhost>
23704              
23705              Test case for #10128.
23706      Branch: perl
23707            ! t/pragma/warn/pp_hot
23708 ____________________________________________________________________________
23709 [ 10133] By: jhi                                   on 2001/05/16  15:12:52
23710         Log: Update Changes.
23711      Branch: perl
23712            ! Changes patchlevel.h
23713 ____________________________________________________________________________
23714 [ 10132] By: jhi                                   on 2001/05/16  14:50:55
23715         Log: Deprecate pseudo-hashes.
23716      Branch: perl
23717            ! pod/perl572delta.pod pod/perlref.pod pod/perltodo.pod
23718 ____________________________________________________________________________
23719 [ 10131] By: jhi                                   on 2001/05/16  14:26:01
23720         Log: HP-UX hints update from Merijn.
23721      Branch: perl
23722            ! hints/hpux.sh
23723 ____________________________________________________________________________
23724 [ 10130] By: jhi                                   on 2001/05/16  14:23:01
23725         Log: README.hpux update from Merijn.
23726      Branch: perl
23727            ! README.hpux
23728 ____________________________________________________________________________
23729 [ 10129] By: jhi                                   on 2001/05/16  14:18:56
23730         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
23731              From: Simon Cozens <simon@netthink.co.uk>
23732              Date: Wed, 16 May 2001 15:57:55 +0100
23733              Message-ID: <20010516155755.A4728@netthink.co.uk>
23734      Branch: perl
23735            + utils.lst
23736            ! MANIFEST installman installperl
23737 ____________________________________________________________________________
23738 [ 10128] By: jhi                                   on 2001/05/16  14:15:36
23739         Log: Subject: Re: [ID 20010515.001] -DPERL_Y2KWARN doesn't do what it should (Not OK: perl v5.7.1 +DEVEL10104 on i586-linux 2.2.16-22 (UNINST
23740              From: "Philip Newton" <pnewton@gmx.de>
23741              Date: Tue, 15 May 2001 16:31:05 +0200
23742              Message-ID: <3B0159C9.1905.1C6AEF9@localhost>
23743              
23744              Fix PERL_Y2KWARN test to check before rather than after appending.
23745      Branch: perl
23746            ! pp_hot.c
23747 ____________________________________________________________________________
23748 [ 10127] By: jhi                                   on 2001/05/16  14:08:15
23749         Log: Regen Porting stuff.
23750      Branch: perl
23751            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
23752            ! config_h.SH
23753 ____________________________________________________________________________
23754 [ 10126] By: jhi                                   on 2001/05/16  13:41:50
23755         Log: Metaconfig unit change for #10125.
23756      Branch: metaconfig
23757            ! U/modified/Oldconfig.U
23758 ____________________________________________________________________________
23759 [ 10125] By: jhi                                   on 2001/05/16  13:41:35
23760         Log: Use OSVERS.
23761      Branch: perl
23762            ! Configure config_h.SH perl.c
23763 ____________________________________________________________________________
23764 [ 10124] By: jhi                                   on 2001/05/16  13:41:09
23765         Log: Regen toc.
23766      Branch: perl
23767            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
23768 ____________________________________________________________________________
23769 [ 10123] By: jhi                                   on 2001/05/16  13:25:38
23770         Log: Adding the README.dgux to the MANIFEST would be a good idea.
23771      Branch: perl
23772            ! MANIFEST
23773 ____________________________________________________________________________
23774 [ 10122] By: jhi                                   on 2001/05/16  13:08:33
23775         Log: Move the stack desire definition to thread.h.
23776      Branch: perl
23777            ! ext/Thread/Thread.xs thread.h
23778 ____________________________________________________________________________
23779 [ 10121] By: jhi                                   on 2001/05/16  13:00:12
23780         Log: DG-UX threading patches, including a README.dgux,
23781              from Takis Psarogiannakopoulos.
23782      Branch: perl
23783            + README.dgux
23784            ! config_h.SH ext/Thread/Thread.xs hints/dgux.sh perl.c
23785 ____________________________________________________________________________
23786 [ 10120] By: jhi                                   on 2001/05/16  12:55:33
23787         Log: Subject: [PATCH B::Deparse] More on /x regexes
23788              From: Robin Houston <robin@kitsite.com>
23789              Date: Tue, 15 May 2001 19:09:35 +0100
23790              Message-ID: <20010515190935.A27268@penderel>
23791      Branch: perl
23792            ! ext/B/B/Deparse.pm
23793 ____________________________________________________________________________
23794 [ 10119] By: jhi                                   on 2001/05/16  12:45:29
23795         Log: Document that the core time() may be rounding rather
23796              than truncating, would have saved at least my confusion.
23797      Branch: perl
23798            ! ext/Time/HiRes/HiRes.pm
23799 ____________________________________________________________________________
23800 [ 10118] By: jhi                                   on 2001/05/16  12:37:57
23801         Log: Subject: perl-current/t/time-hires.t
23802              From: John Peacock <jpeacock@rowman.com>
23803              Date: Fri, 11 May 2001 14:09:41 -0400
23804              Message-ID: <3AFC2AE5.5E787E54@rowman.com>
23805      Branch: perl
23806            ! t/lib/time-hires.t
23807 ____________________________________________________________________________
23808 [ 10117] By: jhi                                   on 2001/05/15  13:40:33
23809         Log: Subject: [PATCH dump.c] Op private flags
23810              From: Simon Cozens <simon@netthink.co.uk>
23811              Date: Sun, 13 May 2001 20:20:36 +0100
23812              Message-ID: <20010513202036.A21896@netthink.co.uk>
23813      Branch: perl
23814            ! dump.c
23815 ____________________________________________________________________________
23816 [ 10116] By: jhi                                   on 2001/05/15  13:28:26
23817         Log: Upgrade to Switch 2.03.
23818      Branch: perl
23819            ! lib/Switch.pm
23820 ____________________________________________________________________________
23821 [ 10115] By: jhi                                   on 2001/05/15  13:19:01
23822         Log: Integrate change #10113 from mainline: rename CONFIGDOTSH
23823              to PERL_CONFIG_SH and use it consistently.
23824      Branch: maint-5.6/perl
23825           !> Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
23826           !> configpm configure.com makeaperl.SH makedepend.SH makedir.SH
23827           !> myconfig.SH writemain.SH
23828 ____________________________________________________________________________
23829 [ 10114] By: jhi                                   on 2001/05/15  13:13:21
23830         Log: Metaconfig units changes for #10113.
23831      Branch: metaconfig
23832            ! U/modified/Config_h.U U/modified/Extract.U U/modified/Oldsym.U
23833 ____________________________________________________________________________
23834 [ 10113] By: jhi                                   on 2001/05/15  13:12:40
23835         Log: The problem described in 20010514.031 still wasn't
23836              fully cured, there were remnants of $CONFIG when
23837              $CONFIGDOTSH was expected.  Now renamed to PERL_CONFIG_SH
23838              to avoid future conflicts.
23839      Branch: perl
23840            ! Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
23841            ! configpm configure.com makeaperl.SH makedepend.SH makedir.SH
23842            ! myconfig.SH writemain.SH
23843 ____________________________________________________________________________
23844 [ 10112] By: jhi                                   on 2001/05/15  11:55:44
23845         Log: Half of #10107 got lost.
23846      Branch: perl
23847            ! ext/B/B/Deparse.pm
23848 ____________________________________________________________________________
23849 [ 10111] By: nick                                  on 2001/05/15  08:39:14
23850         Log: Integrate mainline.
23851      Branch: perlio
23852           +> ext/POSIX/hints/uts.pl
23853            - Todo Todo-5.6 t/camel-III/vstring.t
23854           !> (integrate 48 files)
23855 ____________________________________________________________________________
23856 [ 10110] By: jhi                                   on 2001/05/15  02:04:05
23857         Log: Subject: [PATCH TestInit.pm] Give Deparse tester a fair chance
23858              From: Robin Houston <robin@kitsite.com>
23859              Date: Mon, 14 May 2001 22:27:08 +0100
23860              Message-ID: <20010514222708.A22963@penderel>
23861      Branch: perl
23862            ! t/TestInit.pm
23863 ____________________________________________________________________________
23864 [ 10109] By: jhi                                   on 2001/05/15  02:03:12
23865         Log: Subject: [PATCH B::Deparse] Lvaluable method calls
23866              From: Robin Houston <robin@kitsite.com>
23867              Date: Mon, 14 May 2001 22:16:43 +0100
23868              Message-ID: <20010514221643.A22437@penderel>
23869      Branch: perl
23870            ! ext/B/B/Deparse.pm
23871 ____________________________________________________________________________
23872 [ 10108] By: jhi                                   on 2001/05/15  02:02:17
23873         Log: Subject: [PATCH B::Deparse] C<$foo =~ give_me_a_regex>; /x modifier
23874              From: Robin Houston <robin@kitsite.com>
23875              Date: Mon, 14 May 2001 22:03:44 +0100
23876              Message-ID: <20010514220344.A20643@penderel>
23877      Branch: perl
23878            ! ext/B/B/Deparse.pm
23879 ____________________________________________________________________________
23880 [ 10107] By: jhi                                   on 2001/05/15  02:01:24
23881         Log: Subject: [PATCH B::Deparse] "${foo}_bar"
23882              From: Robin Houston <robin@kitsite.com>
23883              Date: Mon, 14 May 2001 22:10:07 +0100
23884              Message-ID: <20010514221007.A21118@penderel>
23885      Branch: perl
23886            ! ext/B/B/Deparse.pm
23887 ____________________________________________________________________________
23888 [ 10106] By: jhi                                   on 2001/05/15  01:41:26
23889         Log: Fix for 20010514.037; substr() didn't invalidate the locale
23890              collation magic.
23891      Branch: perl
23892            ! pp.c
23893 ____________________________________________________________________________
23894 [ 10105] By: jhi                                   on 2001/05/14  18:18:24
23895         Log: Update Changes.
23896      Branch: perl
23897            ! Changes patchlevel.h
23898 ____________________________________________________________________________
23899 [ 10104] By: jhi                                   on 2001/05/14  18:09:07
23900         Log: Retract #10094.
23901      Branch: perl
23902            ! lib/Pod/Text.pm
23903 ____________________________________________________________________________
23904 [ 10103] By: jhi                                   on 2001/05/14  15:20:58
23905         Log: Integrate change #10100 from maintperl.
23906              
23907              PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
23908              bug ID 20010514.027)
23909      Branch: perl
23910           !> mg.c pp_ctl.c
23911 ____________________________________________________________________________
23912 [ 10102] By: jhi                                   on 2001/05/14  15:19:21
23913         Log: Document the deprecatedness of suidperl.
23914      Branch: perl
23915            ! INSTALL pod/perlfaq1.pod
23916 ____________________________________________________________________________
23917 [ 10101] By: jhi                                   on 2001/05/14  14:54:31
23918         Log: Subject: Re: [ID 20010514.022] Makemaker a bit too prefix-happy
23919              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
23920              Date: Mon, 14 May 2001 09:38:59 -0400
23921              Message-ID: <20010514093859.A1479715@linguist.thayer.dartmouth.edu>
23922      Branch: perl
23923            ! lib/ExtUtils/MM_Unix.pm
23924 ____________________________________________________________________________
23925 [ 10100] By: gsar                                  on 2001/05/14  14:43:50
23926         Log: PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
23927              bug ID 20010514.027)
23928              
23929              TODO: this needs a testsuite addition
23930      Branch: maint-5.6/perl
23931            ! mg.c pp_ctl.c
23932 ____________________________________________________________________________
23933 [ 10099] By: jhi                                   on 2001/05/14  13:42:38
23934         Log: More DWIMminess for Class::Struct: calling the array or hash
23935              accessors only with one argument, an array or a hash reference,
23936              sets the underlying array or hash.  This mirrors nicely also
23937              the usage in the constructor.
23938              From Bernd Sokolowsky <ulmo@garozzo.franken.de>, via Damian Conway.
23939      Branch: perl
23940            ! lib/Class/Struct.pm t/lib/class-struct.t
23941 ____________________________________________________________________________
23942 [ 10098] By: jhi                                   on 2001/05/14  13:10:34
23943         Log: Reference cmp'ing should go through the whole stringification
23944              process shebang, as pointed out by Sarathy in #10091.
23945      Branch: perl
23946            ! pp.c
23947 ____________________________________________________________________________
23948 [ 10097] By: jhi                                   on 2001/05/14  12:54:31
23949         Log: Subject: Re: [LONG] Cleaning up Todo/Todo-5.6/perltodo
23950              From: Simon Cozens <simon@netthink.co.uk>
23951              Date: Sat, 12 May 2001 16:36:27 +0100
23952              Message-ID: <20010512163627.A5522@netthink.co.uk>
23953              
23954              with some additions salvaged from Todo and Todo-5.6 before
23955              retiring them.
23956      Branch: perl
23957            - Todo Todo-5.6
23958            ! MANIFEST pod/perltodo.pod
23959 ____________________________________________________________________________
23960 [ 10096] By: jhi                                   on 2001/05/14  12:37:01
23961         Log: Subject: [ID 20010514.025] _SVID3 in <sys/statvfs.h>
23962              From: "Golubev I. N." <gin@mo.msk.ru>
23963              Date: Mon, 07 May 2001 14:33:34 (GMT)
23964              Message-Id: <02453af6b23e63-gin@mo.msk.ru>
23965      Branch: perl
23966            ! perl.h
23967 ____________________________________________________________________________
23968 [ 10095] By: jhi                                   on 2001/05/14  12:34:24
23969         Log: Subject: [ID 20010514.022] Makemaker a bit too prefix-happy
23970              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
23971              Date: Mon, 7 May 2001 09:35:57 -0600 (MDT)
23972              Message-Id: <200105071535.f47FZvf27235@xerxes.courtesan.com>
23973      Branch: perl
23974            ! lib/ExtUtils/MM_Unix.pm
23975 ____________________________________________________________________________
23976 [ 10094] By: jhi                                   on 2001/05/14  12:32:44
23977         Log: (Retracted by #10104.)
23978              
23979              Subject: [PATCH bleadperl Pod::Text] avoid overquoting [Was: rand(0) is rand(1)]
23980              From: barries <barries@slaysys.com>
23981              Date: Sat, 12 May 2001 01:28:10 -0400
23982              Message-ID: <20010512012810.B26358@jester.slaysys.com>
23983      Branch: perl
23984            ! lib/Pod/Text.pm
23985 ____________________________________________________________________________
23986 [ 10093] By: jhi                                   on 2001/05/14  12:30:38
23987         Log: Subject: [PATCH] Incorrect line numbers in AutoSplit
23988              From: Mike Guy <mjtg@cam.ac.uk>
23989              Date: Sat, 12 May 2001 19:24:33 +0100
23990              Message-Id: <E14ye49-0006Fn-00@libra.cus.cam.ac.uk>
23991      Branch: perl
23992            ! lib/AutoSplit.pm
23993 ____________________________________________________________________________
23994 [ 10092] By: jhi                                   on 2001/05/14  12:29:21
23995         Log: Yet another HP-UX hints tweak from Merijn.
23996      Branch: perl
23997            ! hints/hpux.sh
23998 ____________________________________________________________________________
23999 [ 10091] By: gsar                                  on 2001/05/14  04:38:32
24000         Log: $ref1 == $ref2 behaves unpredictably on platforms where NV_PRESERVES_UV
24001              isn't defined (changes#9366,9368,9370 from mainline without the
24002              pp_scmp() change)
24003      Branch: maint-5.6/perl
24004            ! pp.c pp.h pp_hot.c
24005 ____________________________________________________________________________
24006 [ 10090] By: jhi                                   on 2001/05/12  13:39:43
24007         Log: The sorting seems to happen now automatically.
24008      Branch: perl
24009            ! t/lib/glob-basic.t
24010 ____________________________________________________________________________
24011 [ 10089] By: jhi                                   on 2001/05/12  03:38:15
24012         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
24013              From: Benjamin Sugars <bsugars@canoe.ca>
24014              Date: Fri, 11 May 2001 11:36:04 -0400 (EDT)
24015              Message-ID: <Pine.LNX.4.21.0105111131540.1804-100000@marmot.rim.canoe.ca>
24016      Branch: perl
24017            ! pod/perlfunc.pod
24018 ____________________________________________________________________________
24019 [ 10088] By: jhi                                   on 2001/05/12  03:37:00
24020         Log: Subject: Re: undef(&foo) does not work for XS functions
24021              From: Doug MacEachern <dougm@covalent.net>
24022              Date: Fri, 11 May 2001 16:52:29 -0700 (PDT)
24023              Message-ID: <Pine.LNX.4.21.0105111647240.4478-100000@mako.covalent.net>
24024      Branch: perl
24025            ! op.c
24026 ____________________________________________________________________________
24027 [ 10087] By: jhi                                   on 2001/05/12  03:35:58
24028         Log: Subject: [PATCH: perl@10086] fixup t/op/append.t for UTF-EBCDIC
24029              From: Peter Prymmer <pvhp@forte.com>
24030              Date: Fri, 11 May 2001 17:38:43 -0700 (PDT)
24031              Message-ID: <Pine.OSF.4.10.10105111736190.73589-100000@aspara.forte.com>
24032      Branch: perl
24033            ! t/op/append.t
24034 ____________________________________________________________________________
24035 [ 10086] By: jhi                                   on 2001/05/11  14:23:08
24036         Log: Update Changes.
24037      Branch: perl
24038            ! Changes patchlevel.h
24039 ____________________________________________________________________________
24040 [ 10085] By: jhi                                   on 2001/05/11  14:08:20
24041         Log: Remove the 'asciir' re subpragma.  Should instead implement
24042              the 'physical vs logical' range scheme:
24043              
24044              \xAA-\xCC is a native physical range, you want that range of
24045              codepoints in your native encoding.  In EBCDIC the codepoints
24046              in the gaps (between i-j and r-s) should be included.
24047              
24048              \x{AA}-\x{CC} is a physical Unicode range, you want that range of
24049              codepoints in Unicode.
24050              
24051              a-z is a logical range, you want that range of 'logical' codepoints
24052              in your native encoding.  In EBCDIC the codepoints in the gaps
24053              (between i-j and r-s) should not be included.
24054              
24055              Mixed cases (a-\xAA, etc) should either be errors, or maybe
24056              the 'logical' endpoints should be converted to native/Unicode
24057              codepoints, and the range handled as a physical range.
24058              
24059              'Logical endpoints' are to be recognized only in the A-Z, a-z,
24060              and 0-9 ranges.  Probably a warning should be given for mixed
24061              cases like A-z or a-9 (since such expressions are encoding
24062              dependent), with a recommendation to use physical ranges.
24063      Branch: perl
24064            ! ext/re/re.pm perl.h regcomp.c regcomp.h t/op/pat.t
24065            ! t/op/regexp.t
24066 ____________________________________________________________________________
24067 [ 10084] By: jhi                                   on 2001/05/11  13:56:16
24068         Log: Make the test to cleanup the test directory tree
24069              both before and after the testing so that we always
24070              have a clean slate to work with.
24071      Branch: perl
24072            ! t/lib/filefind.t
24073 ____________________________________________________________________________
24074 [ 10083] By: jhi                                   on 2001/05/11  13:46:30
24075         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
24076              From: Jon Eveland <jweveland@yahoo.com>
24077              Date: Fri, 11 May 2001 07:36:28 -0700 (PDT)
24078              Message-ID: <20010511143628.24225.qmail@web10402.mail.yahoo.com>
24079      Branch: perl
24080            ! pod/perlfunc.pod
24081 ____________________________________________________________________________
24082 [ 10082] By: jhi                                   on 2001/05/11  13:45:06
24083         Log: Merge the camel-III/vstring.t with op/ver.t.
24084      Branch: perl
24085            - t/camel-III/vstring.t
24086            ! MANIFEST t/TEST t/harness t/op/ver.t
24087 ____________________________________________________________________________
24088 [ 10081] By: jhi                                   on 2001/05/11  13:15:55
24089         Log: Add test.deparse make target.
24090      Branch: perl
24091            ! Makefile.SH
24092 ____________________________________________________________________________
24093 [ 10080] By: jhi                                   on 2001/05/11  12:52:49
24094         Log: Subject: [PATCH B::Deparse] $foo->bar(0)
24095              From: Robin Houston <robin@kitsite.com>
24096              Date: Fri, 11 May 2001 12:02:22 +0100
24097              Message-ID: <20010511120222.A11529@penderel>
24098      Branch: perl
24099            ! ext/B/B/Deparse.pm t/op/method.t
24100 ____________________________________________________________________________
24101 [ 10079] By: jhi                                   on 2001/05/11  01:59:06
24102         Log: A nicely working combination for UTS from Hal Morris.
24103      Branch: perl
24104            + ext/POSIX/hints/uts.pl
24105            ! MANIFEST hints/uts.sh
24106 ____________________________________________________________________________
24107 [ 10078] By: jhi                                   on 2001/05/11  01:15:04
24108         Log: i_ieeefp=undef for UTS.
24109      Branch: perl
24110            ! hints/uts.sh
24111 ____________________________________________________________________________
24112 [ 10077] By: jhi                                   on 2001/05/10  22:42:35
24113         Log: Subject: RE: rand(0) is rand(1)
24114              From: Larry Shatzer <lshatzer@islanddata.com>
24115              Date: Thu, 10 May 2001 11:09:27 -0700
24116              Message-ID: <95CD90709D74D4118F4600D0B79E8BC9995027@mail.islanddata.com>
24117      Branch: perl
24118            ! pod/perlfunc.pod
24119 ____________________________________________________________________________
24120 [ 10076] By: jhi                                   on 2001/05/10  22:36:50
24121         Log: Subject: [patch] make op_{clear,null} public
24122              From: Doug MacEachern <dougm@covalent.net>
24123              Date: Thu, 10 May 2001 15:54:09 -0700 (PDT)
24124              Message-ID: <Pine.LNX.4.21.0105101546510.2962-100000@mako.covalent.net>
24125      Branch: perl
24126            ! embed.h embed.pl op.c proto.h
24127 ____________________________________________________________________________
24128 [ 10075] By: jhi                                   on 2001/05/10  22:28:36
24129         Log: Subject: [PATCH B.xs] Extend tr/\0-\377/blah/c support
24130              From: Robin Houston <robin@kitsite.com>
24131              Date: Thu, 10 May 2001 18:54:59 +0100
24132              Message-ID: <20010510185459.A5995@penderel>
24133      Branch: perl
24134            ! ext/B/B.xs ext/B/B/Deparse.pm t/op/tr.t
24135 ____________________________________________________________________________
24136 [ 10074] By: jhi                                   on 2001/05/10  22:23:41
24137         Log: Subject: [PATCH B::Deparse] t/op/64bitint.t
24138              From: Robin Houston <robin@kitsite.com>
24139              Date: Thu, 10 May 2001 12:56:39 +0100
24140              Message-ID: <20010510125639.A2119@penderel>
24141      Branch: perl
24142            ! ext/B/B/Deparse.pm
24143 ____________________________________________________________________________
24144 [ 10073] By: jhi                                   on 2001/05/10  14:26:01
24145         Log: Retract #10070, not ready yet.
24146      Branch: perl
24147            ! ext/B/B/Deparse.pm
24148 ____________________________________________________________________________
24149 [ 10072] By: jhi                                   on 2001/05/10  13:40:24
24150         Log: The metaconfig unit change for #10071.
24151      Branch: metaconfig
24152            ! U/modified/mallocsrc.U
24153 ____________________________________________________________________________
24154 [ 10071] By: jhi                                   on 2001/05/10  13:39:57
24155         Log: The #9525+#9526 didn't allow for overriding usemymalloc.
24156      Branch: perl
24157            ! Configure
24158 ____________________________________________________________________________
24159 [ 10070] By: jhi                                   on 2001/05/10  13:18:42
24160         Log: (Retracted by #10073)
24161              
24162              Subject: Re: [PATCH t/TEST] B::Deparse tester 
24163              From: Hugo <hv@crypt.compulink.co.uk>
24164              Date: Thu, 10 May 2001 05:48:09 +0100
24165              Message-Id: <200105100448.FAA13584@crypt.compulink.co.uk>
24166      Branch: perl
24167            ! ext/B/B/Deparse.pm
24168 ____________________________________________________________________________
24169 [ 10069] By: jhi                                   on 2001/05/10  12:24:06
24170         Log: Add a for(func()) test.
24171      Branch: perl
24172            ! t/cmd/for.t
24173 ____________________________________________________________________________
24174 [ 10068] By: jhi                                   on 2001/05/10  12:16:00
24175         Log: Subject: [PATCH B::Deparse] our() lists and foreach loops
24176              From: Robin Houston <robin@kitsite.com>
24177              Date: Thu, 10 May 2001 13:50:08 +0100
24178              Message-ID: <20010510135008.A2454@penderel>
24179      Branch: perl
24180            ! ext/B/B/Deparse.pm
24181 ____________________________________________________________________________
24182 [ 10067] By: jhi                                   on 2001/05/10  01:45:03
24183         Log: A thinko in #10065.
24184      Branch: perl
24185            ! hv.c
24186 ____________________________________________________________________________
24187 [ 10066] By: jhi                                   on 2001/05/10  01:33:12
24188         Log: Subject: [PATCH B::Deparse] Fix tr///ansliteration
24189              From: Robin Houston <robin@kitsite.com>
24190              Date: Thu, 10 May 2001 02:10:34 +0100
24191              Message-ID: <20010510021034.A19421@penderel>
24192      Branch: perl
24193            ! ext/B/B.xs ext/B/B/Deparse.pm
24194 ____________________________________________________________________________
24195 [ 10065] By: jhi                                   on 2001/05/10  01:30:43
24196         Log: Subject: [patch] make hv_fetch{_ent} SvGMAGICAL aware
24197              From: Doug MacEachern <dougm@covalent.net>
24198              Date: Mon, 7 May 2001 09:50:58 -0700 (PDT)
24199              Message-ID: <Pine.LNX.4.21.0105070947060.23808-100000@mako.covalent.net>
24200      Branch: perl
24201            ! hv.c
24202 ____________________________________________________________________________
24203 [ 10064] By: jhi                                   on 2001/05/09  23:13:29
24204         Log: One more workaround for the UTS compiler from Hal Morris.
24205      Branch: perl
24206            ! perl.h
24207 ____________________________________________________________________________
24208 [ 10063] By: jhi                                   on 2001/05/09  23:09:53
24209         Log: Subject: [PATCH B::Debug] Show string for PVOP, and referent for RV
24210              From: Robin Houston <robin@kitsite.com>
24211              Date: Thu, 10 May 2001 01:02:08 +0100
24212              Message-ID: <20010510010208.A18200@penderel>
24213      Branch: perl
24214            ! ext/B/B/Debug.pm
24215 ____________________________________________________________________________
24216 [ 10062] By: jhi                                   on 2001/05/09  23:06:25
24217         Log: Subject: [PATCH] Simplify deb_curcv() a bit
24218              From: Benjamin Sugars <bsugars@canoe.ca>
24219              Date: Wed, 9 May 2001 18:14:34 -0400 (EDT)
24220              Message-ID: <Pine.LNX.4.21.0105091811340.1160-100000@marmot.rim.canoe.ca>
24221      Branch: perl
24222            ! run.c
24223 ____________________________________________________________________________
24224 [ 10061] By: jhi                                   on 2001/05/09  23:05:28
24225         Log: Subject: [PATCH] Additional test case for PerlIO::Scalar
24226              From: Benjamin Sugars <bsugars@canoe.ca>
24227              Date: Wed, 9 May 2001 18:03:45 -0400 (EDT)
24228              Message-ID: <Pine.LNX.4.21.0105091758220.1160-100000@marmot.rim.canoe.ca>
24229      Branch: perl
24230            ! t/lib/io_scalar.t
24231 ____________________________________________________________________________
24232 [ 10060] By: jhi                                   on 2001/05/09  23:04:38
24233         Log: Subject: [PATCH: perl@10022] update md5sum for MD5.xs on IBM-1047
24234              From: Peter Prymmer <pvhp@forte.com>
24235              Date: Wed, 9 May 2001 12:08:02 -0700 (PDT)
24236              Message-ID: <Pine.OSF.4.10.10105091205250.455254-100000@aspara.forte.com>
24237      Branch: perl
24238            ! t/lib/md5-file.t
24239 ____________________________________________________________________________
24240 [ 10059] By: jhi                                   on 2001/05/09  23:03:52
24241         Log: Subject: [PATCH t/TEST] B::Deparse tester
24242              From: Robin Houston <robin@kitsite.com>
24243              Date: Wed, 9 May 2001 19:17:50 +0100
24244              Message-ID: <20010509191750.A16940@penderel>
24245      Branch: perl
24246            ! ext/B/O.pm t/TEST
24247 ____________________________________________________________________________
24248 [ 10058] By: jhi                                   on 2001/05/09  23:02:56
24249         Log: Subject: [PATCH] Pod::Html -- fixes extra gaps in raw text
24250              From: Jeff Pinyan <jeffp@crusoe.net>
24251              Date: Wed, 9 May 2001 14:36:25 -0400 (EDT)
24252              Message-ID: <Pine.GSO.4.21.0105091430420.357-100000@crusoe.crusoe.net>
24253      Branch: perl
24254            ! lib/Pod/Html.pm
24255 ____________________________________________________________________________
24256 [ 10057] By: nick                                  on 2001/05/09  18:37:56
24257         Log: Integrate mainline.
24258      Branch: perlio
24259           !> Changes epoc/epocish.h ext/PerlIO/Scalar/Scalar.xs
24260           !> hints/hpux.sh lib/Pod/Html.pm patchlevel.h perlio.c
24261 ____________________________________________________________________________
24262 [ 10056] By: jhi                                   on 2001/05/09  16:44:44
24263         Log: Update Changes.
24264      Branch: perl
24265            ! Changes patchlevel.h
24266 ____________________________________________________________________________
24267 [ 10055] By: jhi                                   on 2001/05/09  16:26:47
24268         Log: Integrate perlio.
24269      Branch: perl
24270           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
24271 ____________________________________________________________________________
24272 [ 10054] By: jhi                                   on 2001/05/09  16:25:42
24273         Log: Subject: Re: [PATCH] Test offset when reading from a PerlIO::Scalar
24274              From: Benjamin Sugars <bsugars@canoe.ca>
24275              Date: Wed, 9 May 2001 12:42:30 -0400 (EDT)
24276              Message-ID: <Pine.LNX.4.21.0105091230110.1516-100000@marmot.rim.canoe.ca>
24277      Branch: perl
24278            ! perlio.c
24279 ____________________________________________________________________________
24280 [ 10053] By: jhi                                   on 2001/05/09  16:24:37
24281         Log: Subject: [PATCH] Test offset when reading from a PerlIO::Scalar
24282              From: Benjamin Sugars <bsugars@canoe.ca>
24283              Date: Tue, 8 May 2001 17:09:44 -0400 (EDT)
24284              Message-ID: <Pine.LNX.4.21.0105081654140.1212-100000@marmot.rim.canoe.ca>
24285      Branch: perl
24286            ! ext/PerlIO/Scalar/Scalar.xs
24287 ____________________________________________________________________________
24288 [ 10052] By: jhi                                   on 2001/05/09  16:19:04
24289         Log: Subject: [PATCH] Pod::Html doesn't honor =begin ... =end properly
24290              From: Jeff Pinyan <jeffp@crusoe.net>
24291              Date: Wed, 9 May 2001 12:35:24 -0400 (EDT)
24292              Message-ID: <Pine.GSO.4.21.0105091233430.357-100000@crusoe.crusoe.net>
24293      Branch: perl
24294            ! lib/Pod/Html.pm
24295 ____________________________________________________________________________
24296 [ 10051] By: jhi                                   on 2001/05/09  15:30:17
24297         Log: EPOC tweak from Olaf Flebbe.
24298      Branch: perl
24299            ! epoc/epocish.h
24300 ____________________________________________________________________________
24301 [ 10050] By: nick                                  on 2001/05/09  14:37:57
24302         Log: win32, regen_config_h
24303      Branch: perlio
24304            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
24305 ____________________________________________________________________________
24306 [ 10049] By: jhi                                   on 2001/05/09  12:33:39
24307         Log: Integrate perlio.
24308      Branch: perl
24309           !> pp_sys.c
24310 ____________________________________________________________________________
24311 [ 10048] By: nick                                  on 2001/05/09  11:59:50
24312         Log: If wait() or waitpid() ends due to EINTR despatch perl interrupt handler
24313              and re-try. Fixes "perl 5.7.x prefers suicide over killing more than one child."
24314      Branch: perlio
24315            ! pp_sys.c
24316 ____________________________________________________________________________
24317 [ 10047] By: jhi                                   on 2001/05/09  10:50:12
24318         Log: Integrate perlio.
24319      Branch: perl
24320           !> run.c
24321 ____________________________________________________________________________
24322 [ 10046] By: jhi                                   on 2001/05/09  10:49:34
24323         Log: Subject: Re: Less warnings during configure
24324              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
24325              Date: Wed, 09 May 2001 13:12:49 +0200
24326              Message-Id: <20010509125337.995D.H.M.BRAND@hccnet.nl>
24327      Branch: perl
24328            ! hints/hpux.sh
24329 ____________________________________________________________________________
24330 [ 10045] By: nick                                  on 2001/05/09  09:56:59
24331         Log: MULTIPLICITY/DEBUGGING build fix.
24332      Branch: perlio
24333            ! run.c
24334 ____________________________________________________________________________
24335 [ 10044] By: nick                                  on 2001/05/09  09:46:37
24336         Log: Merge of mainline (does not build MULTIPLICITY/DEBUGGING issue).
24337      Branch: perlio
24338           +> hints/atheos.sh pod/perl572delta.pod t/pod/plainer.t
24339            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
24340           !> (integrate 65 files)
24341 ____________________________________________________________________________
24342 [ 10043] By: jhi                                   on 2001/05/08  22:41:49
24343         Log: Subject: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
24344              From: Robin Houston <robin@kitsite.com>
24345              Date: Tue, 8 May 2001 19:38:00 +0100
24346              Message-ID: <20010508193800.A4389@penderel>
24347              
24348              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
24349              From: Robin Houston <robin@kitsite.com>
24350              Date: Tue, 8 May 2001 20:03:57 +0100
24351              Message-ID: <20010508200357.A4614@penderel>
24352              
24353              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
24354              From: Robin Houston <robin@kitsite.com>
24355              Date: Wed, 9 May 2001 00:12:05 +0100
24356              Message-ID: <20010509001205.A18521@puffinry.freeserve.co.uk>
24357      Branch: perl
24358            ! op.c pod/perldiag.pod t/pragma/overload.t t/pragma/warn/op
24359 ____________________________________________________________________________
24360 [ 10042] By: jhi                                   on 2001/05/08  22:09:35
24361         Log: Retract #10031.
24362      Branch: perl
24363            ! pod/perlfunc.pod
24364 ____________________________________________________________________________
24365 [ 10041] By: jhi                                   on 2001/05/08  18:27:34
24366         Log: The metaconfig unit changes for #10040.
24367      Branch: metaconfig/U/perl
24368            ! Checkcc.U d_dlsymun.U dlsrc.U
24369 ____________________________________________________________________________
24370 [ 10040] By: jhi                                   on 2001/05/08  18:24:47
24371         Log: The Configure half of
24372              
24373              Subject: Less warnings during configure
24374              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
24375              Date: Tue, 08 May 2001 08:44:02 +0200
24376              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
24377      Branch: perl
24378            ! Configure
24379 ____________________________________________________________________________
24380 [ 10039] By: jhi                                   on 2001/05/08  16:48:31
24381         Log: Subject: Less warnings during configure
24382              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
24383              Date: Tue, 08 May 2001 08:44:02 +0200
24384              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
24385      Branch: perl
24386            ! hints/hpux.sh
24387 ____________________________________________________________________________
24388 [ 10038] By: jhi                                   on 2001/05/08  16:32:07
24389         Log: Don't forget to whine about \d__\d.
24390      Branch: perl
24391            ! t/pragma/warn/toke toke.c
24392 ____________________________________________________________________________
24393 [ 10037] By: jhi                                   on 2001/05/08  16:07:05
24394         Log: Allow underscores also in the exponent part.
24395      Branch: perl
24396            ! t/pragma/warn/toke toke.c
24397 ____________________________________________________________________________
24398 [ 10036] By: jhi                                   on 2001/05/08  13:33:55
24399         Log: CodeMagicCD doesn't look like an *I*DE.
24400      Branch: perl
24401            ! pod/perlfaq3.pod
24402 ____________________________________________________________________________
24403 [ 10035] By: jhi                                   on 2001/05/08  13:27:48
24404         Log: Add Open Perl IDE, remove Perl Code Magic (the site seems
24405              to be consistently down).
24406      Branch: perl
24407            ! pod/perlfaq3.pod
24408 ____________________________________________________________________________
24409 [ 10034] By: jhi                                   on 2001/05/08  13:21:07
24410         Log: Upgrade to Text::Balanced 1.84.
24411      Branch: perl
24412            ! lib/Text/Balanced.pm t/lib/tb-xbrak.t
24413 ____________________________________________________________________________
24414 [ 10033] By: jhi                                   on 2001/05/08  12:41:53
24415         Log: Subject: Re: [PATCH] Find the last of the missing pad variables 
24416              From: Benjamin Sugars <bsugars@canoe.ca>
24417              Date: Tue, 8 May 2001 09:14:30 -0400 (EDT)
24418              Message-ID: <Pine.LNX.4.21.0105080912370.1930-100000@marmot.rim.canoe.ca>
24419      Branch: perl
24420            ! run.c
24421 ____________________________________________________________________________
24422 [ 10032] By: jhi                                   on 2001/05/08  12:40:28
24423         Log: Subject: [PATCH: perl@10022] cleaner cleanup for t/pod/plainer.t
24424              From: Peter Prymmer <pvhp@forte.com>
24425              Date: Mon, 7 May 2001 18:13:06 -0700 (PDT)
24426              Message-ID: <Pine.OSF.4.10.10105071810100.317708-100000@aspara.forte.com>
24427      Branch: perl
24428            ! t/pod/plainer.t
24429 ____________________________________________________________________________
24430 [ 10031] By: jhi                                   on 2001/05/08  12:35:25
24431         Log: (Retracted by #10042)
24432              
24433              Subject: Re: [ID 20010506.040] Infinite loop in lib/selfstubber.t under Cygwin
24434              From: "Philip Newton" <pnewton@gmx.de>
24435              Date: Tue, 8 May 2001 09:18:10 +0200
24436              Message-ID: <3AF7B9D2.28861.603732@localhost>
24437      Branch: perl
24438            ! pod/perlfunc.pod
24439 ____________________________________________________________________________
24440 [ 10030] By: jhi                                   on 2001/05/08  12:32:23
24441         Log: Subject: [PATCH B::Deparse] Document known bugs
24442              From: Robin Houston <robin@kitsite.com>
24443              Date: Tue, 8 May 2001 01:53:34 +0100
24444              Message-ID: <20010508015334.A32394@penderel>
24445      Branch: perl
24446            ! ext/B/B/Deparse.pm
24447 ____________________________________________________________________________
24448 [ 10029] By: jhi                                   on 2001/05/08  12:28:28
24449         Log: Subject: Re: Perl book, magazine and website updates.
24450              From: "Philip Newton" <pnewton@gmx.de>
24451              Date: Mon, 7 May 2001 17:03:58 +0200
24452              Message-ID: <3AF6D57E.5387.1E29930@localhost>
24453      Branch: perl
24454            ! pod/perlfaq2.pod
24455 ____________________________________________________________________________
24456 [ 10028] By: jhi                                   on 2001/05/07  23:53:30
24457         Log: Subject: [PATCH: perl@10022] YA tweak to avoid open file conflict in io/fflush.t
24458              From: Peter Prymmer <pvhp@forte.com>
24459              Date: Mon, 7 May 2001 17:50:48 -0700 (PDT)
24460              Message-ID: <Pine.OSF.4.10.10105071746570.317708-100000@aspara.forte.com> 
24461      Branch: perl
24462            ! t/io/fflush.t
24463 ____________________________________________________________________________
24464 [ 10027] By: jhi                                   on 2001/05/07  23:22:48
24465         Log: Subject: [PATCH B::Deparse] Give (?{...}) a taste of its own medicine
24466              From: Robin Houston <robin@kitsite.com>
24467              Date: Tue, 8 May 2001 01:14:55 +0100
24468              Message-ID: <20010508011455.A32162@penderel>
24469      Branch: perl
24470            ! ext/B/B/Deparse.pm
24471 ____________________________________________________________________________
24472 [ 10026] By: jhi                                   on 2001/05/07  23:15:05
24473         Log: Typo in #10025.
24474      Branch: perl
24475            ! hints/uts.sh
24476 ____________________________________________________________________________
24477 [ 10025] By: jhi                                   on 2001/05/07  21:15:35
24478         Log: cc, cflags, and optimize tweaks for UTS from Hal Morris.
24479      Branch: perl
24480            ! hints/uts.sh
24481 ____________________________________________________________________________
24482 [ 10024] By: jhi                                   on 2001/05/07  20:58:40
24483         Log: Subject: Re: [ID 20010506.045] question about hash syntax
24484              From: Peter Scott <Peter@PSDT.com>
24485              Date: Sun, 06 May 2001 13:10:40 -0700
24486              Message-Id: <4.3.2.7.2.20010506113015.00b46100@psdt.com>
24487      Branch: perl
24488            ! pod/perl56delta.pod
24489 ____________________________________________________________________________
24490 [ 10023] By: jhi                                   on 2001/05/07  20:41:26
24491         Log: Configure should figure out the list of dynamic extensions
24492              just fine in UTS-- and in fact it does, as reported by Hal Morris.
24493      Branch: perl
24494            ! hints/uts.sh
24495 ____________________________________________________________________________
24496 [ 10022] By: jhi                                   on 2001/05/07  20:24:11
24497         Log: Update Changes.
24498      Branch: perl
24499            ! Changes patchlevel.h
24500 ____________________________________________________________________________
24501 [ 10021] By: jhi                                   on 2001/05/07  20:11:31
24502         Log: Subject: [PATCH regcomp.c] Insecure regexes
24503              From: Robin Houston <robin@kitsite.com>
24504              Date: Mon, 7 May 2001 21:56:12 +0100
24505              Message-ID: <20010507215612.A31114@penderel>
24506      Branch: perl
24507            ! regcomp.c
24508 ____________________________________________________________________________
24509 [ 10020] By: jhi                                   on 2001/05/07  20:02:30
24510         Log: Drop the foobar.perl.com references for now until Simon
24511              gets them sorted out.
24512      Branch: perl
24513            ! pod/perlfaq2.pod
24514 ____________________________________________________________________________
24515 [ 10019] By: jhi                                   on 2001/05/07  19:54:33
24516         Log: Subject: Re: RFC: changing Devel::SelfStubber to relinquish its grasp
24517              From: Prymmer/Kahn <pvhp@best.com>
24518              Date: Mon, 7 May 2001 07:47:21 -0700 (PDT)
24519              Message-ID: <Pine.BSF.4.21.0105070733080.13301-100000@shell8.ba.best.com>
24520      Branch: perl
24521            ! lib/Devel/SelfStubber.pm
24522 ____________________________________________________________________________
24523 [ 10018] By: jhi                                   on 2001/05/07  19:53:10
24524         Log: Subject: Re: [ID 20010506.022] Win32/Makefile problems in 5.7.1 
24525              From: Prymmer/Kahn <pvhp@best.com>
24526              Date: Sun, 6 May 2001 21:34:56 -0700 (PDT)
24527              Message-ID: <Pine.BSF.4.21.0105062131520.17625-100000@shell8.ba.best.com>
24528      Branch: perl
24529            ! win32/Makefile
24530 ____________________________________________________________________________
24531 [ 10017] By: jhi                                   on 2001/05/07  19:35:10
24532         Log: s/WebTechnique's/WebTechniques/
24533      Branch: perl
24534            ! pod/perlfaq2.pod
24535 ____________________________________________________________________________
24536 [ 10016] By: jhi                                   on 2001/05/07  12:26:29
24537         Log: Llama 3 updates from Randal.
24538      Branch: perl
24539            ! pod/perlfaq2.pod
24540 ____________________________________________________________________________
24541 [ 10015] By: jhi                                   on 2001/05/07  01:34:38
24542         Log: Subject: [PATCH] Help -Dt show correct pad variables
24543              From: Benjamin Sugars <ben.sugars@home.com>
24544              Date: Sun, 6 May 2001 12:54:13 -0400 (EDT)
24545              Message-ID: <Pine.LNX.4.21.0105061142040.12858-100000@localhost.localdomain>
24546      Branch: perl
24547            ! embed.h embed.pl proto.h run.c
24548 ____________________________________________________________________________
24549 [ 10014] By: jhi                                   on 2001/05/07  01:23:56
24550         Log: Subject: [PATCH] Document C<our $foo : shared>
24551              From: Benjamin Sugars <ben.sugars@home.com>
24552              Date: Sun, 6 May 2001 19:00:55 -0400 (EDT)
24553              Message-ID: <Pine.LNX.4.21.0105061847090.9500-100000@localhost.localdomain>
24554      Branch: perl
24555            ! pod/perlfunc.pod
24556 ____________________________________________________________________________
24557 [ 10013] By: jhi                                   on 2001/05/07  01:22:22
24558         Log: Subject: [PATCH B::Deparse] undefined folded constants
24559              From: Robin Houston <robin@kitsite.com>
24560              Date: Sun, 6 May 2001 17:19:09 +0100
24561              Message-ID: <20010506171909.A7046@penderel>
24562      Branch: perl
24563            ! ext/B/B/Deparse.pm
24564 ____________________________________________________________________________
24565 [ 10012] By: jhi                                   on 2001/05/07  00:57:38
24566         Log: Subject: [PATCH B::Deparse] use Foo (sub {...});
24567              From: Robin Houston <robin@kitsite.com>
24568              Message-ID: <20010506164654.A6848@penderel>
24569              Date: Sun, 6 May 2001 16:46:54 +0100
24570      Branch: perl
24571            ! ext/B/B/Deparse.pm
24572 ____________________________________________________________________________
24573 [ 10011] By: jhi                                   on 2001/05/07  00:52:18
24574         Log: Subject: [PATCH t/op/my_stash.t] Naughty?
24575              From: Robin Houston <robin@kitsite.com>
24576              Date: Sun, 6 May 2001 14:47:02 +0100
24577              Message-ID: <20010506144702.A6308@penderel>
24578      Branch: perl
24579            ! t/op/my_stash.t
24580 ____________________________________________________________________________
24581 [ 10010] By: jhi                                   on 2001/05/06  15:07:51
24582         Log: Subject: Perl book, magazine and website updates.
24583              From: Simon Cozens <simon@netthink.co.uk>
24584              Date: Sun, 6 May 2001 16:55:36 +0100
24585              Message-ID: <20010506165536.A1795@netthink.co.uk>
24586      Branch: perl
24587            ! pod/perlbook.pod pod/perlfaq2.pod
24588 ____________________________________________________________________________
24589 [ 10009] By: jhi                                   on 2001/05/06  14:11:40
24590         Log: Tweaks on the Tru64 prof options.
24591      Branch: perl
24592            ! pod/perlhack.pod
24593 ____________________________________________________________________________
24594 [ 10008] By: jhi                                   on 2001/05/06  13:51:49
24595         Log: Subject: [PATCH t/pod/testp2pt.pl] Give deparse tester a chance
24596              From: Robin Houston <robin@kitsite.com>
24597              Date: Sun, 6 May 2001 14:40:51 +0100
24598              Message-ID: <20010506144051.A6279@penderel>
24599      Branch: perl
24600            ! t/pod/testp2pt.pl
24601 ____________________________________________________________________________
24602 [ 10007] By: jhi                                   on 2001/05/06  13:49:31
24603         Log: Subject: [PATCH B::Deparse] scoping
24604              From: Robin Houston <robin@kitsite.com>
24605              Date: Sun, 6 May 2001 14:36:56 +0100
24606              Message-ID: <20010506143656.A4006@penderel>
24607      Branch: perl
24608            ! ext/B/B/Deparse.pm ext/B/defsubs_h.PL t/lib/b-deparse.t
24609 ____________________________________________________________________________
24610 [ 10006] By: jhi                                   on 2001/05/06  13:24:12
24611         Log: Document the undefinedness of bitshifting out of range.
24612      Branch: perl
24613            ! pod/perlop.pod
24614 ____________________________________________________________________________
24615 [ 10005] By: jhi                                   on 2001/05/06  13:03:17
24616         Log: Retract #10003 and update the IDE descriptions a bit.
24617      Branch: perl
24618            ! pod/perlfaq3.pod
24619 ____________________________________________________________________________
24620 [ 10004] By: jhi                                   on 2001/05/06  03:02:41
24621         Log: Subject: [PATCH: perl@10001] win32 update (VC,Borland,gcc), nmake update
24622              From: Prymmer/Kahn <pvhp@best.com>
24623              Date: Sat, 5 May 2001 20:30:49 -0700 (PDT)
24624              Message-ID: <Pine.BSF.4.21.0105052017370.3961-100000@shell8.ba.best.com>
24625      Branch: perl
24626            ! win32/Makefile win32/buildext.pl win32/config.bc
24627            ! win32/config.gc win32/config.vc
24628 ____________________________________________________________________________
24629 [ 10003] By: jhi                                   on 2001/05/05  20:24:44
24630         Log: (Retracted by #10005.)
24631      Branch: perl
24632            ! pod/perlfaq3.pod
24633 ____________________________________________________________________________
24634 [ 10002] By: jhi                                   on 2001/05/05  19:23:36
24635         Log: It's "psed", not "sed".
24636      Branch: perl
24637            ! x2p/s2p.PL
24638 ____________________________________________________________________________
24639 [ 10001] By: jhi                                   on 2001/05/05  18:35:38
24640         Log: Update Changes.
24641      Branch: perl
24642            ! Changes patchlevel.h
24643 ____________________________________________________________________________
24644 [ 10000] By: jhi                                   on 2001/05/05  18:32:15
24645         Log: Subject: Re: bleadperl make install fails due to "psed"
24646              From: andreas.koenig@anima.de (Andreas J. Koenig)
24647              Date: 05 May 2001 18:23:28 +0200
24648              Message-ID: <m3u22zg3y7.fsf@ak-71.mind.de>
24649      Branch: perl
24650            ! x2p/Makefile.SH x2p/s2p.PL
24651 ____________________________________________________________________________
24652 [  9999] By: jhi                                   on 2001/05/05  18:28:09
24653         Log: AUTHORS updates.
24654      Branch: perl
24655            ! AUTHORS
24656 ____________________________________________________________________________
24657 [  9998] By: jhi                                   on 2001/05/05  18:16:00
24658         Log: Updates on the pods related to the modules included since 5.6.
24659              
24660              TODO: perltodo really could use major updating.
24661      Branch: perl
24662            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq7.pod
24663            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
24664            ! pod/perlop.pod pod/perlport.pod pod/perlsec.pod
24665            ! pod/perlsyn.pod pod/perltodo.pod
24666 ____________________________________________________________________________
24667 [  9997] By: jhi                                   on 2001/05/05  17:35:17
24668         Log: Hints file for AtheOS ( http://www.atheos.cx/ ),
24669              from Kurt Skauen.
24670      Branch: perl
24671            + hints/atheos.sh
24672            ! MANIFEST
24673 ____________________________________________________________________________
24674 [  9996] By: jhi                                   on 2001/05/05  17:25:00
24675         Log: Add preemptive #undefs for some of the shorter and more prone
24676              to collision regcomp.h #defines.  (Background: the MASK collided
24677              with a system header #define in Rhapsody.)
24678      Branch: perl
24679            ! regcomp.h
24680 ____________________________________________________________________________
24681 [  9995] By: jhi                                   on 2001/05/05  13:24:21
24682         Log: Subject: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
24683              From: Nicholas Clark <nick@ccl4.org>
24684              Date: Sat, 5 May 2001 14:46:39 +0100
24685              Message-ID: <20010505144639.O53513@plum.flirble.org>
24686              
24687              Add a test for the constants (if any) being processed correctly.
24688      Branch: perl
24689            ! utils/h2xs.PL
24690 ____________________________________________________________________________
24691 [  9994] By: jhi                                   on 2001/05/05  02:11:03
24692         Log: Subject: [PATCH & retract: perl@9973] the real fix for t/lib/b-stash.t
24693              From: Peter Prymmer <pvhp@forte.com>
24694              Date: Fri, 4 May 2001 17:44:13 -0700 (PDT)
24695              Message-ID: <Pine.OSF.4.10.10105041734280.67333-100000@aspara.forte.com>
24696      Branch: perl
24697            ! t/lib/b-stash.t
24698 ____________________________________________________________________________
24699 [  9993] By: jhi                                   on 2001/05/05  02:03:49
24700         Log: Subject: [PATCH: perl@9973] fix const poisioning in  PerlIO_openn->fdopen->openn
24701              From: Peter Prymmer <pvhp@forte.com>
24702              Date: Fri, 4 May 2001 17:29:02 -0700 (PDT)
24703              Message-ID: <Pine.OSF.4.10.10105041727420.67333-100000@aspara.forte.com>
24704      Branch: perl
24705            ! perlio.c vms/vmsish.h
24706 ____________________________________________________________________________
24707 [  9992] By: jhi                                   on 2001/05/04  17:21:12
24708         Log: Subject: [PATHC perl@9944] missing library tests: Pod::Plainer
24709              From: Robin Barker <rmb1@cise.npl.co.uk>
24710              Date: Fri, 4 May 2001 18:13:47 +0100 (BST)
24711              Message-Id: <200105041713.SAA14842@tempest.npl.co.uk>
24712      Branch: perl
24713            + t/pod/plainer.t
24714            ! MANIFEST
24715 ____________________________________________________________________________
24716 [  9991] By: jhi                                   on 2001/05/04  16:47:45
24717         Log: Subject: [PATCH perl@9944] -Wformat error from ext/re/re_comp.c
24718              From: Robin Barker <rmb1@cise.npl.co.uk>
24719              Date: Fri, 4 May 2001 18:09:13 +0100 (BST)
24720              Message-Id: <200105041709.SAA14835@tempest.npl.co.uk>
24721      Branch: perl
24722            ! regcomp.c
24723 ____________________________________________________________________________
24724 [  9990] By: jhi                                   on 2001/05/04  14:37:20
24725         Log: Subject: [PATCH: perl@9973] let win32 run t/lib/b-stash.t
24726              From: Prymmer/Kahn <pvhp@best.com>
24727              Date: Fri, 4 May 2001 07:31:01 -0700 (PDT)
24728              Message-ID: <Pine.BSF.4.21.0105040727430.14844-100000@shell8.ba.best.com>
24729      Branch: perl
24730            ! t/lib/b-stash.t
24731 ____________________________________________________________________________
24732 [  9989] By: jhi                                   on 2001/05/04  14:03:58
24733         Log: Introduce perl572delta, update Todo, add the missing
24734              mention about signal safety since 5.7.1 (though this
24735              requires verification and more details.)
24736      Branch: perl
24737            + pod/perl572delta.pod
24738            ! MANIFEST Todo pod/perl571delta.pod
24739 ____________________________________________________________________________
24740 [  9988] By: jhi                                   on 2001/05/04  12:41:51
24741         Log: Subject: [PATCH perl@9944] long =item
24742              From: Robin Barker <rmb1@cise.npl.co.uk>
24743              Date: Fri, 4 May 2001 14:15:20 +0100 (BST)
24744              Message-Id: <200105041315.OAA00436@tempest.npl.co.uk>
24745      Branch: perl
24746            ! ext/Time/HiRes/HiRes.pm
24747 ____________________________________________________________________________
24748 [  9987] By: jhi                                   on 2001/05/04  12:39:19
24749         Log: The #9901 had removed one line essential for EBCDIC.
24750      Branch: perl
24751            ! regcomp.c
24752 ____________________________________________________________________________
24753 [  9986] By: jhi                                   on 2001/05/04  12:30:23
24754         Log: Subject: cygwin/Makefile.SHs INSTALL patch
24755              From: Reini Urban <rurban@sbox.tu-graz.ac.at>
24756              Date: Mon, 08 Jan 2001 04:59:21 +0200
24757              Message-ID: <3A592D09.FD6AD35D@sbox.tu-graz.ac.at> 
24758      Branch: perl
24759            ! cygwin/Makefile.SHs
24760 ____________________________________________________________________________
24761 [  9985] By: jhi                                   on 2001/05/04  03:51:39
24762         Log: Encode/IO doc tweaks.
24763      Branch: perl
24764            ! ext/Encode/Encode.pm
24765 ____________________________________________________________________________
24766 [  9984] By: jhi                                   on 2001/05/04  03:29:34
24767         Log: Remove GDBM_File from the dynamic extensions for UTS,
24768              GDBM is not a standard feature.
24769      Branch: perl
24770            ! hints/uts.sh
24771 ____________________________________________________________________________
24772 [  9983] By: jhi                                   on 2001/05/04  03:22:59
24773         Log: Document the \pX and \p{Yz} (and \p{BidiXYZ}) classes a bit more.
24774      Branch: perl
24775            ! pod/perlretut.pod
24776 ____________________________________________________________________________
24777 [  9982] By: jhi                                   on 2001/05/03  23:21:03
24778         Log: Subject: [PATCH] Let sv_dump understand GvSHARED
24779              From: Benjamin Sugars <bsugars@canoe.ca>
24780              Date: Thu, 3 May 2001 16:51:07 -0400 (EDT)
24781              Message-ID: <Pine.LNX.4.21.0105031645280.805-100000@marmot.rim.canoe.ca>
24782      Branch: perl
24783            ! dump.c
24784 ____________________________________________________________________________
24785 [  9981] By: jhi                                   on 2001/05/03  23:20:05
24786         Log: Subject: [PATCH] Allow clobbering of a PerlIO::Scalar and more tests
24787              From: Benjamin Sugars <bsugars@canoe.ca>
24788              Date: Thu, 3 May 2001 15:28:21 -0400 (EDT)
24789              Message-ID: <Pine.LNX.4.21.0105031508360.805-100000@marmot.rim.canoe.ca>
24790      Branch: perl
24791            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
24792 ____________________________________________________________________________
24793 [  9980] By: jhi                                   on 2001/05/03  23:15:29
24794         Log: Integrate perlio.
24795      Branch: perl
24796           !> ext/Encode/Encode.pm
24797 ____________________________________________________________________________
24798 [  9979] By: jhi                                   on 2001/05/03  16:54:59
24799         Log: Install psed man page.
24800      Branch: perl
24801            ! installman
24802 ____________________________________________________________________________
24803 [  9978] By: jhi                                   on 2001/05/03  16:45:58
24804         Log: Remove unused files; noted by Sarathy.
24805      Branch: perl
24806            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
24807            ! MANIFEST
24808 ____________________________________________________________________________
24809 [  9977] By: jhi                                   on 2001/05/03  16:42:30
24810         Log: Subject: [PATCH bleadperl] INSTALL patch -- space requirements
24811              From: Andy Dougherty <doughera@lafayette.edu>
24812              Date: Thu, 3 May 2001 11:16:10 -0400 (EDT)
24813              Message-ID: <Pine.SOL.4.10.10105031114500.17868-100000@maxwell.phys.lafayette.edu>
24814      Branch: perl
24815            ! INSTALL
24816 ____________________________________________________________________________
24817 [  9976] By: nick                                  on 2001/05/03  16:40:42
24818         Log: Allow $answer = encode($object,$text); like it says in docs.
24819      Branch: perlio
24820            ! ext/Encode/Encode.pm
24821 ____________________________________________________________________________
24822 [  9975] By: nick                                  on 2001/05/03  16:22:30
24823         Log: Fix latin1 etc. alias code - (bit rot?) - the @latin2iso array now seems to need
24824              to be in scope (fair enough), and also a package variable (our) for eval to see it.
24825      Branch: perlio
24826            ! ext/Encode/Encode.pm
24827 ____________________________________________________________________________
24828 [  9974] By: nick                                  on 2001/05/03  15:48:17
24829         Log: Integrate mainline.
24830      Branch: perlio
24831           +> lib/NEXT.pm t/io/fflush.t t/lib/MyFilter.pm
24832           +> t/lib/filter-simple.t t/lib/next.t
24833           !> (integrate 70 files)
24834 ____________________________________________________________________________
24835 [  9973] By: jhi                                   on 2001/05/03  13:09:09
24836         Log: Update Changes.
24837      Branch: perl
24838            ! Changes patchlevel.h
24839 ____________________________________________________________________________
24840 [  9972] By: jhi                                   on 2001/05/03  12:58:33
24841         Log: Subject: [PATCH: perl@9945] fix handling of $Config{variables} in io/fflush.t
24842              From: Prymmer/Kahn <pvhp@best.com>
24843              Date: Wed, 2 May 2001 23:56:13 -0700 (PDT)
24844              Message-ID: <Pine.BSF.4.21.0105022353380.24421-100000@shell8.ba.best.com>
24845      Branch: perl
24846            ! t/io/fflush.t
24847 ____________________________________________________________________________
24848 [  9971] By: jhi                                   on 2001/05/03  12:57:26
24849         Log: Subject: [PATCH: perl@9945] two fixes for win32/FindExt.pm
24850              From: Prymmer/Kahn <pvhp@best.com>
24851              Date: Wed, 2 May 2001 23:42:33 -0700 (PDT)
24852              Message-ID: <Pine.BSF.4.21.0105022337070.24421-100000@shell8.ba.best.com>
24853      Branch: perl
24854            ! win32/FindExt.pm
24855 ____________________________________________________________________________
24856 [  9970] By: jhi                                   on 2001/05/03  02:42:46
24857         Log: Can't croak sans thread context, from Doug MacEachern.
24858      Branch: perl
24859            ! toke.c
24860 ____________________________________________________________________________
24861 [  9969] By: jhi                                   on 2001/05/03  01:23:48
24862         Log: Subject: Random input test and Perl
24863              From: Ilya Zakharevich <ilya@math.berkeley.edu>
24864              Date: Wed, 2 May 2001 14:35:50 -0700 (PDT)
24865              Message-Id: <200105022135.OAA26245@fac-813-1.math.Berkeley.EDU>
24866      Branch: perl
24867            ! toke.c
24868 ____________________________________________________________________________
24869 [  9968] By: jhi                                   on 2001/05/02  22:17:21
24870         Log: Subject: [PATCH: perl@9945] fix some misinformation in perlfunc.pod
24871              From: Peter Prymmer <pvhp@forte.com>
24872              Date: Wed, 2 May 2001 15:58:18 -0700 (PDT)
24873              Message-ID: <Pine.OSF.4.10.10105021554040.342459-100000@aspara.forte.com>
24874      Branch: perl
24875            ! pod/perlfunc.pod pod/perlport.pod
24876 ____________________________________________________________________________
24877 [  9967] By: jhi                                   on 2001/05/02  20:12:45
24878         Log: Workaround for UTS compiler casting bug from Hal Morris.
24879      Branch: perl
24880            ! perl.h
24881 ____________________________________________________________________________
24882 [  9966] By: jhi                                   on 2001/05/02  18:31:37
24883         Log: Subject: Re: [PATCH 5.6.1] Multiplicity and thread fixes for VMS 
24884              From: Dan Sugalski <dan@sidhe.org>
24885              Date: Wed, 02 May 2001 15:23:22 -0400
24886              Message-Id: <5.0.2.1.0.20010502152210.01f65550@24.8.96.48>
24887      Branch: perl
24888            ! perl.c vms/vms.c
24889 ____________________________________________________________________________
24890 [  9965] By: jhi                                   on 2001/05/02  18:21:29
24891         Log: Minor doc tweaks on endianness, closes bug 20010327.004.
24892      Branch: perl
24893            ! pod/perlfunc.pod
24894 ____________________________________________________________________________
24895 [  9964] By: jhi                                   on 2001/05/02  18:15:01
24896         Log: Document large files in INSTALL, document also the %x
24897              limitation if not use64bitint, closes bug 20010326.007.
24898      Branch: perl
24899            ! INSTALL
24900 ____________________________________________________________________________
24901 [  9963] By: jhi                                   on 2001/05/02  17:24:47
24902         Log: perlmodlib tweaks; regen pods.
24903      Branch: perl
24904            ! pod/Makefile.SH pod/perlmodlib.PL pod/perlmodlib.pod
24905            ! pod/perltoc.pod
24906 ____________________________________________________________________________
24907 [  9962] By: jhi                                   on 2001/05/02  17:14:00
24908         Log: Fix for a segfault, from Marc Lehmann.
24909      Branch: perl
24910            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.xs
24911 ____________________________________________________________________________
24912 [  9961] By: jhi                                   on 2001/05/02  15:55:53
24913         Log: Subject: [DOC PATCH bleadperl] minor nits in perlop.pod
24914              From: "Philip Newton" <pnewton@gmx.de>
24915              Date: Wed, 2 May 2001 18:39:03 +0200
24916              Message-ID: <3AF05447.15525.173B588@localhost>
24917      Branch: perl
24918            ! pod/perlop.pod
24919 ____________________________________________________________________________
24920 [  9960] By: jhi                                   on 2001/05/02  15:35:37
24921         Log: Subject: [PATCH 5.6.1] Multiplicity and thread fixes for VMS
24922              From: Dan Sugalski <dan@sidhe.org>
24923              Date: Wed, 02 May 2001 11:37:27 -0400
24924              Message-Id: <5.0.2.1.0.20010502112909.01f24e28@24.8.96.48>
24925      Branch: perl
24926            ! doio.c ext/File/Glob/bsd_glob.c perl.c perl.h pp_sys.c
24927            ! thread.h vms/vms.c vms/vmsish.h
24928 ____________________________________________________________________________
24929 [  9959] By: jhi                                   on 2001/05/02  15:21:08
24930         Log: Subject: Re: [PATCH] Allow appending on a PerlIO::Scalar
24931              From: Benjamin Sugars <bsugars@canoe.ca>
24932              Date: Wed, 2 May 2001 10:53:11 -0400 (EDT)
24933              Message-ID: <Pine.LNX.4.21.0105021041380.1652-100000@marmot.rim.canoe.ca>
24934      Branch: perl
24935            ! ext/PerlIO/Scalar/Scalar.xs
24936 ____________________________________________________________________________
24937 [  9958] By: jhi                                   on 2001/05/02  15:15:53
24938         Log: Bug in #9915, spotted by Mike Guy.
24939      Branch: perl
24940            ! installperl
24941 ____________________________________________________________________________
24942 [  9957] By: jhi                                   on 2001/05/02  13:26:01
24943         Log: Add a test for not griping about references as array
24944              indices if the reference has magic in it (overloaded
24945              methods).
24946      Branch: perl
24947            ! pod/perldiag.pod t/pragma/warn/pp_hot
24948 ____________________________________________________________________________
24949 [  9956] By: jhi                                   on 2001/05/02  13:07:01
24950         Log: Retracted a bit too much in #9952.
24951      Branch: perl
24952            ! t/pragma/sub_lval.t
24953 ____________________________________________________________________________
24954 [  9955] By: jhi                                   on 2001/05/02  13:05:38
24955         Log: Test for #9952.
24956      Branch: perl
24957            ! t/op/tie.t
24958 ____________________________________________________________________________
24959 [  9954] By: jhi                                   on 2001/05/02  11:48:18
24960         Log: Additional note on the encoding example: one cannot
24961              convert string constants in-place.
24962      Branch: perl
24963            ! ext/Encode/Encode.pm
24964 ____________________________________________________________________________
24965 [  9953] By: jhi                                   on 2001/05/02  11:43:51
24966         Log: Note that if you have recent enough Perl you already
24967              have Filter::Util::Call.
24968      Branch: perl
24969            ! lib/Filter/Simple.pm
24970 ____________________________________________________________________________
24971 [  9952] By: jhi                                   on 2001/05/02  11:31:53
24972         Log: Retract changes #8254 and #8255, causes coredump in
24973              'tie FH, "main"', reported by Abigail, culprit found by
24974              Benjamin Sugars.  Mirrors maintperl change #9950.
24975      Branch: perl
24976            ! op.c t/pragma/sub_lval.t
24977 ____________________________________________________________________________
24978 [  9951] By: jhi                                   on 2001/05/02  11:14:29
24979         Log: Forgot from #9942.  (Needed by t/lib/filter-simple.t.)
24980      Branch: perl
24981            + t/lib/MyFilter.pm
24982 ____________________________________________________________________________
24983 [  9950] By: gsar                                  on 2001/05/02  03:17:11
24984         Log: revert integration of changes#8254,8255 in change#8620 (causes
24985              a coredump in C<tie FH, 'foo'>; the idea itself may need better
24986              rationalization)
24987      Branch: maint-5.6/perl
24988            ! op.c t/pragma/sub_lval.t
24989 ____________________________________________________________________________
24990 [  9949] By: gsar                                  on 2001/05/02  02:56:32
24991         Log: integrate changes#9774,9814 from mainline (Unixware fixes)
24992              
24993              Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
24994              
24995              Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
24996      Branch: maint-5.6/perl
24997           !> hints/svr5.sh
24998 ____________________________________________________________________________
24999 [  9948] By: gsar                                  on 2001/05/02  02:49:15
25000         Log: pod/find.t breaks on VMS (from Craig Berry)
25001      Branch: maint-5.6/perl
25002            ! t/pod/find.t
25003 ____________________________________________________________________________
25004 [  9947] By: jhi                                   on 2001/05/02  02:43:09
25005         Log: Add an encoding conversion example.
25006      Branch: perl
25007            ! ext/Encode/Encode.pm
25008 ____________________________________________________________________________
25009 [  9946] By: jhi                                   on 2001/05/02  01:34:22
25010         Log: Another coat of paint but still nowhere finished.
25011              Need to decide on the semantics of strptime(): should
25012              strptime() be a function instead of a method?  To do
25013              the week/monthname-strptiming the i18n/l10n bullet needs
25014              to be bitten with gusto.
25015      Branch: perl
25016            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
25017 ____________________________________________________________________________
25018 [  9945] By: jhi                                   on 2001/05/01  23:40:52
25019         Log: Update Changes.
25020      Branch: perl
25021            ! Changes patchlevel.h
25022 ____________________________________________________________________________
25023 [  9944] By: jhi                                   on 2001/05/01  23:33:37
25024         Log: Add known-to-be-tested modules to the list-to-be-skipped.
25025      Branch: perl
25026            ! t/lib/1_compile.t
25027 ____________________________________________________________________________
25028 [  9943] By: jhi                                   on 2001/05/01  23:24:40
25029         Log: Subject: BorlandC++ fix
25030              From: "Vadim Konovalov" <watman@inbox.ru>
25031              Date: Mon, 30 Apr 2001 20:12:26 -0700
25032              Message-ID: <006e01c0d1ec$8fb1b8d0$406bff87@vad>
25033      Branch: perl
25034            ! win32/makefile.mk
25035 ____________________________________________________________________________
25036 [  9942] By: jhi                                   on 2001/05/01  23:18:02
25037         Log: Update to Filter::Simple 0.60, create a test for it.
25038      Branch: perl
25039            + t/lib/filter-simple.t
25040            ! MANIFEST lib/Filter/Simple.pm
25041 ____________________________________________________________________________
25042 [  9941] By: jhi                                   on 2001/05/01  19:47:24
25043         Log: Subject: Re: bleadperl: s/// failure with \b and /g 
25044              From: Hugo <hv@crypt.compulink.co.uk>
25045              Date: Tue, 01 May 2001 20:12:20 +0100
25046              Message-Id: <200105011912.UAA06826@crypt.compulink.co.uk>
25047      Branch: perl
25048            ! pp_hot.c t/op/re_tests
25049 ____________________________________________________________________________
25050 [  9940] By: jhi                                   on 2001/05/01  19:42:16
25051         Log: Integrate perlio.
25052      Branch: perl
25053           !> lib/base.pm t/lib/fields.t
25054 ____________________________________________________________________________
25055 [  9939] By: jhi                                   on 2001/05/01  19:39:51
25056         Log: Subject: [PATCH] Allow appending on a PerlIO::Scalar
25057              From: Benjamin Sugars <bsugars@canoe.ca>
25058              Date: Tue, 1 May 2001 16:32:03 -0400 (EDT)
25059              Message-ID: <Pine.LNX.4.21.0105011627110.1526-100000@marmot.rim.canoe.ca>
25060      Branch: perl
25061            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
25062 ____________________________________________________________________________
25063 [  9938] By: jhi                                   on 2001/05/01  19:34:09
25064         Log: Add NEXT, a pseudo-class for method redispatching.
25065              <Damian>NEXT.pm probably offers more bang-for-buck
25066              than anything else I've ever written.</Damian>
25067      Branch: perl
25068            + lib/NEXT.pm t/lib/next.t
25069            ! MANIFEST
25070 ____________________________________________________________________________
25071 [  9937] By: jhi                                   on 2001/05/01  19:21:41
25072         Log: Update to Switch 2.02.
25073      Branch: perl
25074            ! lib/Switch.pm t/lib/switch.t
25075 ____________________________________________________________________________
25076 [  9936] By: nick                                  on 2001/05/01  19:09:21
25077         Log: Fix for base.pm clobbering $VERSION
25078      Branch: perlio
25079            ! lib/base.pm
25080 ____________________________________________________________________________
25081 [  9935] By: nick                                  on 2001/05/01  18:54:38
25082         Log: Test for base.pm clobbering $VERSION.
25083      Branch: perlio
25084            ! t/lib/fields.t
25085 ____________________________________________________________________________
25086 [  9934] By: jhi                                   on 2001/05/01  18:39:10
25087         Log: Add information about Scalar::Util::blessed.
25088      Branch: perl
25089            ! pod/perlobj.pod
25090 ____________________________________________________________________________
25091 [  9933] By: jhi                                   on 2001/05/01  18:33:51
25092         Log: Subject: Extra UNIVERSAL documentation
25093              From: Mike Guy <mjtg@cam.ac.uk>
25094              Date: Tue, 01 May 2001 20:12:11 +0100
25095              Message-Id: <E14ufZD-0007kD-00@libra.cus.cam.ac.uk>
25096      Branch: perl
25097            ! pod/perlobj.pod
25098 ____________________________________________________________________________
25099 [  9932] By: jhi                                   on 2001/05/01  18:26:54
25100         Log: Subject: Autoflush in tests as appropriate
25101              From: Mike Guy <mjtg@cam.ac.uk>
25102              Date: Tue, 01 May 2001 20:05:31 +0100
25103              Message-Id: <E14ufSl-0007gS-00@libra.cus.cam.ac.uk>
25104      Branch: perl
25105            ! t/lib/syslfs.t t/op/die_exit.t t/op/lex_assign.t t/op/lfs.t
25106            ! t/op/taint.t
25107 ____________________________________________________________________________
25108 [  9931] By: jhi                                   on 2001/05/01  18:02:29
25109         Log: Subject: [PATCH] Multiple consecutive writes on PerlIO::Scalar
25110              From: Benjamin Sugars <bsugars@canoe.ca>
25111              Date: Tue, 1 May 2001 14:58:24 -0400 (EDT)
25112              Message-ID: <Pine.LNX.4.21.0105011431300.1526-100000@marmot.rim.canoe.ca>
25113      Branch: perl
25114            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
25115 ____________________________________________________________________________
25116 [  9930] By: jhi                                   on 2001/05/01  15:12:26
25117         Log: Subject: Re: Finally got a round tuit
25118              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
25119              Date: Tue, 01 May 2001 14:14:10 +0200
25120              Message-Id: <20010501135740.19E4.H.M.BRAND@hccnet.nl>
25121              
25122              The -DP part, slightly modified.
25123      Branch: perl
25124            ! perl.c
25125 ____________________________________________________________________________
25126 [  9929] By: jhi                                   on 2001/05/01  14:17:15
25127         Log: Subject: Re: Finally got a round tuit
25128              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
25129              Date: Tue, 01 May 2001 16:34:06 +0200
25130              Message-Id: <20010501163255.19F2.H.M.BRAND@hccnet.nl>
25131              
25132              cpp and optimization tweaks for HP-UX.
25133      Branch: perl
25134            ! hints/hpux.sh
25135 ____________________________________________________________________________
25136 [  9928] By: jhi                                   on 2001/05/01  13:24:20
25137         Log: Tune the scan_num() comments to reality.
25138      Branch: perl
25139            ! toke.c
25140 ____________________________________________________________________________
25141 [  9927] By: jhi                                   on 2001/05/01  13:14:01
25142         Log: Subject: [PATCH B::Deparse] optimised sort
25143              From: Robin Houston <robin@kitsite.com>
25144              Date: Tue, 1 May 2001 14:07:12 +0100
25145              Message-ID: <20010501140712.A4266@penderel>
25146      Branch: perl
25147            ! ext/B/B/Deparse.pm
25148 ____________________________________________________________________________
25149 [  9926] By: jhi                                   on 2001/05/01  13:10:53
25150         Log: Subject: [PATCH t/lib/b-deparse.t] 
25151              From: Robin Houston <robin@kitsite.com>
25152              Date: Tue, 1 May 2001 13:37:42 +0100
25153              Message-ID: <20010501133742.A4082@penderel>
25154      Branch: perl
25155            ! t/lib/b-deparse.t
25156 ____________________________________________________________________________
25157 [  9925] By: jhi                                   on 2001/05/01  13:10:13
25158         Log: Subject: [PATCH B::Deparse] for(;;), sort
25159              From: Robin Houston <robin@kitsite.com>
25160              Date: Tue, 1 May 2001 13:35:00 +0100
25161              Message-ID: <20010501133500.A4061@penderel>
25162      Branch: perl
25163            ! ext/B/B/Deparse.pm
25164 ____________________________________________________________________________
25165 [  9924] By: jhi                                   on 2001/05/01  13:09:22
25166         Log: Subject: [PATCH B::Deparse] do, warn, use
25167              From: Robin Houston <robin@kitsite.com>
25168              Date: Tue, 1 May 2001 13:31:03 +0100
25169              Message-ID: <20010501133103.A4041@penderel>
25170      Branch: perl
25171            ! ext/B/B/Deparse.pm
25172 ____________________________________________________________________________
25173 [  9923] By: jhi                                   on 2001/05/01  11:45:36
25174         Log: Subject: [PATCH] Test autoflush on fork (Was: Should I remove something?)
25175              From: Benjamin Sugars <ben.sugars@home.com>
25176              Date: Mon, 30 Apr 2001 22:21:54 -0400 (EDT)
25177              Message-ID: <Pine.LNX.4.21.0104302213190.19002-100000@localhost.localdomain>
25178      Branch: perl
25179            + t/io/fflush.t
25180            ! MANIFEST
25181 ____________________________________________________________________________
25182 [  9922] By: jhi                                   on 2001/05/01  11:35:42
25183         Log: Subject: [PATCH: perl@9917] more VMS tweaks for addn'l selfstubber tests
25184              From: Peter Prymmer <pvhp@forte.com>
25185              Date: Mon, 30 Apr 2001 16:26:30 -0700 (PDT)
25186              Message-ID: <Pine.OSF.4.10.10104301621200.161547-100000@aspara.forte.com>
25187      Branch: perl
25188            ! t/lib/selfstubber.t
25189 ____________________________________________________________________________
25190 [  9921] By: jhi                                   on 2001/04/30  16:34:33
25191         Log: Subject: [PATCH B::Concise] suppress warning
25192              From: Robin Houston <robin@kitsite.com>
25193              Date: Mon, 30 Apr 2001 16:09:49 +0100
25194              Message-ID: <20010430160949.A25086@penderel>
25195      Branch: perl
25196            ! ext/B/B/Concise.pm
25197 ____________________________________________________________________________
25198 [  9920] By: jhi                                   on 2001/04/30  13:56:04
25199         Log: Strip the *markers* from #9919.
25200      Branch: perl
25201            ! pod/perlfaq.pod pod/perlfaq5.pod
25202 ____________________________________________________________________________
25203 [  9919] By: jhi                                   on 2001/04/30  13:54:04
25204         Log: Subject: [PATCH] (perlfaq/bleadperl) append mode and locking
25205              From: Gwyn Judd <b.judd@xtra.co.nz>
25206              Date: Sun, 29 Apr 2001 01:47:49 +1200
25207              Message-ID: <20010429014749.A4418@thislove>
25208      Branch: perl
25209            ! pod/perlfaq.pod pod/perlfaq5.pod
25210 ____________________________________________________________________________
25211 [  9918] By: jhi                                   on 2001/04/30  13:13:54
25212         Log: More_tweakage.
25213      Branch: perl
25214            ! pod/perldata.pod pod/perldiag.pod
25215 ____________________________________________________________________________
25216 [  9917] By: jhi                                   on 2001/04/30  13:01:27
25217         Log: Update Changes.
25218      Branch: perl
25219            ! Changes patchlevel.h
25220 ____________________________________________________________________________
25221 [  9916] By: jhi                                   on 2001/04/30  12:57:03
25222         Log: T_w_e_a_k_a_g_e.
25223      Branch: perl
25224            ! pod/perldata.pod pod/perldiag.pod
25225 ____________________________________________________________________________
25226 [  9915] By: jhi                                   on 2001/04/30  12:39:29
25227         Log: Install s2p also as psed.
25228              
25229              TODO: psed documentation?
25230      Branch: perl
25231            ! installperl
25232 ____________________________________________________________________________
25233 [  9914] By: jhi                                   on 2001/04/30  12:29:21
25234         Log: Subject: Re: [ID 20010303.009] SOCKS5 work around breaks other sockets
25235              From: Jens Hamisch <jens@Strawberry.COM>
25236              Date: Fri, 27 Apr 2001 17:00:36 +0200
25237              Message-ID: <20010427170036.K1372@Strawberry.COM>
25238              
25239              SOCKS5_VERSION_NAME is the right symbol to detect
25240              the presence of SOCKS5.  (HAS_SOCKS5_INIT is telling whether
25241              function called socks5_init() is available, and even that is
25242              not universal, most SOCKS5 installations use SOCKSinit()).
25243      Branch: perl
25244            ! perlio.c
25245 ____________________________________________________________________________
25246 [  9913] By: jhi                                   on 2001/04/30  12:22:15
25247         Log: Allow a zero timeout on IO::Socket accept and connect--
25248              though one really shouldn't do that.  Based on
25249              
25250              Subject: Not possible to set zero second timeout on accept() in IO::Socket and company..
25251              From: "John Holdsworth" <coldwave@bigfoot.com>
25252              Date: Sun, 4 Feb 2001 12:48:18 +0100
25253              Message-ID: <005a01c08ea0$5e6039d0$03ac2ac0@planc>
25254      Branch: perl
25255            ! ext/IO/lib/IO/Socket.pm
25256 ____________________________________________________________________________
25257 [  9912] By: jhi                                   on 2001/04/30  11:27:27
25258         Log: Save the spot of regprev (see #9911) for binary compatibility;
25259              regen API.
25260      Branch: perl
25261            ! embedvar.h perlapi.h thrdvar.h
25262 ____________________________________________________________________________
25263 [  9911] By: jhi                                   on 2001/04/30  11:22:03
25264         Log: Subject: Re: [PATCH bleadperl] [ID 20010426.002] Word boundry regex [...] 
25265              From: Hugo <hv@crypt.compulink.co.uk>
25266              Date: Sun, 29 Apr 2001 17:09:30 +0100
25267              Message-Id: <200104291609.RAA17790@crypt.compulink.co.uk>
25268      Branch: perl
25269            ! regcomp.c regexec.c sv.c t/op/re_tests t/op/subst.t thrdvar.h
25270 ____________________________________________________________________________
25271 [  9910] By: jhi                                   on 2001/04/30  11:15:12
25272         Log: Change PL_numeric_radix to PL_numeric_radix_sv (and leave in
25273              a dummy for PL_numeric_radix); no pressing reason to break
25274              binary compatibility; regen API.
25275      Branch: perl
25276            ! embedvar.h global.sym intrpvar.h objXSUB.h perl.c perl.h
25277            ! perlapi.c perlapi.h pod/perlapi.pod sv.c util.c
25278 ____________________________________________________________________________
25279 [  9909] By: jhi                                   on 2001/04/30  10:56:08
25280         Log: Subject: [DOC PATCH bleadperl] Document generation of random integers
25281              From: Walt Mankowski <waltman@netaxs.com>
25282              Date: Sun, 29 Apr 2001 21:53:48 -0400
25283              Message-ID: <20010429215348.A3971@netaxs.com>
25284      Branch: perl
25285            ! pod/perlfunc.pod
25286 ____________________________________________________________________________
25287 [  9908] By: jhi                                   on 2001/04/30  10:49:40
25288         Log: Reintroduce #9889 to unbuffer the stderr/stdout on stdio configs.
25289      Branch: perl
25290            ! t/lib/selfstubber.t
25291 ____________________________________________________________________________
25292 [  9907] By: nick                                  on 2001/04/30  09:26:50
25293         Log: Integrate mainline.
25294      Branch: perlio
25295           !> pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
25296 ____________________________________________________________________________
25297 [  9906] By: jhi                                   on 2001/04/29  23:24:20
25298         Log: Abigail spotted a thinko in #9905.
25299      Branch: perl
25300            ! pod/perldiag.pod
25301 ____________________________________________________________________________
25302 [  9905] By: jhi                                   on 2001/04/29  15:55:39
25303         Log: Changed the underscore/undebar syntax in numeric constants;
25304              now any grouping will do, as long as the underscores are not
25305              consecutive (so "zero-grouping" is out), and they do not begin
25306              or end the integer or fractional parts.
25307      Branch: perl
25308            ! pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
25309 ____________________________________________________________________________
25310 [  9904] By: nick                                  on 2001/04/29  15:43:22
25311         Log: Integrate mainline.
25312      Branch: perlio
25313           +> (branch 98 files)
25314            - lib/unicode/Block.pl
25315            - lib/unicode/In/AlphabeticPresentationForms.pl
25316            - lib/unicode/In/Arabic.pl
25317            - lib/unicode/In/ArabicPresentationForms-A.pl
25318            - lib/unicode/In/ArabicPresentationForms-B.pl
25319            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
25320            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
25321            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
25322            - lib/unicode/In/BopomofoExtended.pl
25323            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
25324            - lib/unicode/In/CJKCompatibility.pl
25325            - lib/unicode/In/CJKCompatibilityForms.pl
25326            - lib/unicode/In/CJKCompatibilityIdeographs.pl
25327            - lib/unicode/In/CJKRadicalsSupplement.pl
25328            - lib/unicode/In/CJKSymbolsandPunctuation.pl
25329            - lib/unicode/In/CJKUnifiedIdeographs.pl
25330            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
25331            - lib/unicode/In/Cherokee.pl
25332            - lib/unicode/In/CombiningDiacriticalMarks.pl
25333            - lib/unicode/In/CombiningHalfMarks.pl
25334            - lib/unicode/In/CombiningMarksforSymbols.pl
25335            - lib/unicode/In/ControlPictures.pl
25336            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
25337            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
25338            - lib/unicode/In/EnclosedAlphanumerics.pl
25339            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
25340            - lib/unicode/In/Ethiopic.pl
25341            - lib/unicode/In/GeneralPunctuation.pl
25342            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
25343            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
25344            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
25345            - lib/unicode/In/HalfwidthandFullwidthForms.pl
25346            - lib/unicode/In/HangulCompatibilityJamo.pl
25347            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
25348            - lib/unicode/In/Hebrew.pl
25349            - lib/unicode/In/HighPrivateUseSurrogates.pl
25350            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
25351            - lib/unicode/In/IPAExtensions.pl
25352            - lib/unicode/In/IdeographicDescriptionCharacters.pl
25353            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
25354            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
25355            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
25356            - lib/unicode/In/Latin-1Supplement.pl
25357            - lib/unicode/In/LatinExtended-A.pl
25358            - lib/unicode/In/LatinExtended-B.pl
25359            - lib/unicode/In/LatinExtendedAdditional.pl
25360            - lib/unicode/In/LetterlikeSymbols.pl
25361            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
25362            - lib/unicode/In/MathematicalOperators.pl
25363            - lib/unicode/In/MiscellaneousSymbols.pl
25364            - lib/unicode/In/MiscellaneousTechnical.pl
25365            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
25366            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
25367            - lib/unicode/In/OpticalCharacterRecognition.pl
25368            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
25369            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
25370            - lib/unicode/In/SmallFormVariants.pl
25371            - lib/unicode/In/SpacingModifierLetters.pl
25372            - lib/unicode/In/Specials.pl
25373            - lib/unicode/In/SuperscriptsandSubscripts.pl
25374            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
25375            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
25376            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
25377            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
25378            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
25379           !> INSTALL MANIFEST doop.c embed.h embed.pl ext/B/B/Deparse.pm
25380           !> ext/IO/lib/IO/Seekable.pm hints/hpux.sh
25381           !> lib/unicode/mktables.PL lib/utf8_heavy.pl objXSUB.h perl.h
25382           !> pod/perldiag.pod pod/perlunicode.pod proto.h regcomp.c
25383           !> regexec.c t/lib/b-deparse.t t/lib/selfstubber.t t/op/pat.t
25384           !> utf8.c win32/Makefile
25385 ____________________________________________________________________________
25386 [  9903] By: jhi                                   on 2001/04/29  14:30:53
25387         Log: Subject: [PATCH: perl@9885] win32/Makefile (nmake) update
25388              From: Prymmer/Kahn <pvhp@best.com>
25389              Date: Sat, 28 Apr 2001 21:56:51 -0700 (PDT)
25390              Message-ID: <Pine.BSF.4.21.0104282147270.2927-100000@shell8.ba.best.com>
25391      Branch: perl
25392            ! win32/Makefile
25393 ____________________________________________________________________________
25394 [  9902] By: jhi                                   on 2001/04/29  02:52:44
25395         Log: Subject: [PATCH ext/IO/lib/IO/Seekable.pm] Doc fixes.
25396              From: "Abigail" <abigail@foad.org>
25397              Date: Sun, 29 Apr 2001 03:14:25 +0200
25398              Message-ID: <20010429011425.24503.qmail@foad.org>
25399      Branch: perl
25400            ! ext/IO/lib/IO/Seekable.pm
25401 ____________________________________________________________________________
25402 [  9901] By: jhi                                   on 2001/04/29  02:04:46
25403         Log: In character classes one couldn't have 0x80..0xff characters
25404              at the left hand side if there were 0x100.. characters in the
25405              character class.
25406      Branch: perl
25407            ! doop.c embed.h embed.pl objXSUB.h proto.h regcomp.c regexec.c
25408            ! t/op/pat.t utf8.c
25409 ____________________________________________________________________________
25410 [  9900] By: jhi                                   on 2001/04/28  22:55:04
25411         Log: Forgot the latest mktables.PL from #9899.
25412      Branch: perl
25413            ! lib/unicode/mktables.PL
25414 ____________________________________________________________________________
25415 [  9899] By: jhi                                   on 2001/04/28  22:53:28
25416         Log: Explain the \p{} and \P{} error message better and
25417              have prettier prettyprint in In.pl.
25418      Branch: perl
25419            ! lib/unicode/In.pl lib/unicode/mktables.PL lib/utf8_heavy.pl
25420            ! pod/perldiag.pod
25421 ____________________________________________________________________________
25422 [  9898] By: jhi                                   on 2001/04/28  21:03:34
25423         Log: Add one possible explanation for the "Invalid [] range" error.
25424      Branch: perl
25425            ! pod/perldiag.pod
25426 ____________________________________________________________________________
25427 [  9897] By: jhi                                   on 2001/04/28  17:18:26
25428         Log: Add a level of indirection to the implementation of \p{InFoo}
25429              so that we don't have to have long filenames.  (Nothing changes
25430              in the user interface.)   The indirection is defined in
25431              the file lib/unicode/In.pl and it is handled in lib/utf8_heavy.pl.
25432              Also rename some the character classes by removing '-' from
25433              the classnames, and finally renamed Block.pl as Blocks.pl.
25434      Branch: perl
25435            + lib/unicode/Blocks.pl lib/unicode/In.pl lib/unicode/In/0.pl
25436            + lib/unicode/In/1.pl lib/unicode/In/10.pl lib/unicode/In/11.pl
25437            + lib/unicode/In/12.pl lib/unicode/In/13.pl lib/unicode/In/14.pl
25438            + lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
25439            + lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/2.pl
25440            + lib/unicode/In/20.pl lib/unicode/In/21.pl lib/unicode/In/22.pl
25441            + lib/unicode/In/23.pl lib/unicode/In/24.pl lib/unicode/In/25.pl
25442            + lib/unicode/In/26.pl lib/unicode/In/27.pl lib/unicode/In/28.pl
25443            + lib/unicode/In/29.pl lib/unicode/In/3.pl lib/unicode/In/30.pl
25444            + lib/unicode/In/31.pl lib/unicode/In/32.pl lib/unicode/In/33.pl
25445            + lib/unicode/In/34.pl lib/unicode/In/35.pl lib/unicode/In/36.pl
25446            + lib/unicode/In/37.pl lib/unicode/In/38.pl lib/unicode/In/39.pl
25447            + lib/unicode/In/4.pl lib/unicode/In/40.pl lib/unicode/In/41.pl
25448            + lib/unicode/In/42.pl lib/unicode/In/43.pl lib/unicode/In/44.pl
25449            + lib/unicode/In/45.pl lib/unicode/In/46.pl lib/unicode/In/47.pl
25450            + lib/unicode/In/48.pl lib/unicode/In/49.pl lib/unicode/In/5.pl
25451            + lib/unicode/In/50.pl lib/unicode/In/51.pl lib/unicode/In/52.pl
25452            + lib/unicode/In/53.pl lib/unicode/In/54.pl lib/unicode/In/55.pl
25453            + lib/unicode/In/56.pl lib/unicode/In/57.pl lib/unicode/In/58.pl
25454            + lib/unicode/In/59.pl lib/unicode/In/6.pl lib/unicode/In/60.pl
25455            + lib/unicode/In/61.pl lib/unicode/In/62.pl lib/unicode/In/63.pl
25456            + lib/unicode/In/64.pl lib/unicode/In/65.pl lib/unicode/In/66.pl
25457            + lib/unicode/In/67.pl lib/unicode/In/68.pl lib/unicode/In/69.pl
25458            + lib/unicode/In/7.pl lib/unicode/In/70.pl lib/unicode/In/71.pl
25459            + lib/unicode/In/72.pl lib/unicode/In/73.pl lib/unicode/In/74.pl
25460            + lib/unicode/In/75.pl lib/unicode/In/76.pl lib/unicode/In/77.pl
25461            + lib/unicode/In/78.pl lib/unicode/In/79.pl lib/unicode/In/8.pl
25462            + lib/unicode/In/80.pl lib/unicode/In/81.pl lib/unicode/In/82.pl
25463            + lib/unicode/In/83.pl lib/unicode/In/84.pl lib/unicode/In/85.pl
25464            + lib/unicode/In/86.pl lib/unicode/In/87.pl lib/unicode/In/88.pl
25465            + lib/unicode/In/89.pl lib/unicode/In/9.pl lib/unicode/In/90.pl
25466            + lib/unicode/In/91.pl lib/unicode/In/92.pl lib/unicode/In/93.pl
25467            + lib/unicode/In/94.pl lib/unicode/In/95.pl
25468            - lib/unicode/Block.pl
25469            - lib/unicode/In/AlphabeticPresentationForms.pl
25470            - lib/unicode/In/Arabic.pl
25471            - lib/unicode/In/ArabicPresentationForms-A.pl
25472            - lib/unicode/In/ArabicPresentationForms-B.pl
25473            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
25474            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
25475            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
25476            - lib/unicode/In/BopomofoExtended.pl
25477            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
25478            - lib/unicode/In/CJKCompatibility.pl
25479            - lib/unicode/In/CJKCompatibilityForms.pl
25480            - lib/unicode/In/CJKCompatibilityIdeographs.pl
25481            - lib/unicode/In/CJKRadicalsSupplement.pl
25482            - lib/unicode/In/CJKSymbolsandPunctuation.pl
25483            - lib/unicode/In/CJKUnifiedIdeographs.pl
25484            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
25485            - lib/unicode/In/Cherokee.pl
25486            - lib/unicode/In/CombiningDiacriticalMarks.pl
25487            - lib/unicode/In/CombiningHalfMarks.pl
25488            - lib/unicode/In/CombiningMarksforSymbols.pl
25489            - lib/unicode/In/ControlPictures.pl
25490            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
25491            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
25492            - lib/unicode/In/EnclosedAlphanumerics.pl
25493            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
25494            - lib/unicode/In/Ethiopic.pl
25495            - lib/unicode/In/GeneralPunctuation.pl
25496            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
25497            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
25498            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
25499            - lib/unicode/In/HalfwidthandFullwidthForms.pl
25500            - lib/unicode/In/HangulCompatibilityJamo.pl
25501            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
25502            - lib/unicode/In/Hebrew.pl
25503            - lib/unicode/In/HighPrivateUseSurrogates.pl
25504            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
25505            - lib/unicode/In/IPAExtensions.pl
25506            - lib/unicode/In/IdeographicDescriptionCharacters.pl
25507            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
25508            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
25509            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
25510            - lib/unicode/In/Latin-1Supplement.pl
25511            - lib/unicode/In/LatinExtended-A.pl
25512            - lib/unicode/In/LatinExtended-B.pl
25513            - lib/unicode/In/LatinExtendedAdditional.pl
25514            - lib/unicode/In/LetterlikeSymbols.pl
25515            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
25516            - lib/unicode/In/MathematicalOperators.pl
25517            - lib/unicode/In/MiscellaneousSymbols.pl
25518            - lib/unicode/In/MiscellaneousTechnical.pl
25519            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
25520            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
25521            - lib/unicode/In/OpticalCharacterRecognition.pl
25522            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
25523            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
25524            - lib/unicode/In/SmallFormVariants.pl
25525            - lib/unicode/In/SpacingModifierLetters.pl
25526            - lib/unicode/In/Specials.pl
25527            - lib/unicode/In/SuperscriptsandSubscripts.pl
25528            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
25529            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
25530            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
25531            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
25532            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
25533            ! MANIFEST lib/unicode/mktables.PL lib/utf8_heavy.pl
25534            ! pod/perlunicode.pod
25535 ____________________________________________________________________________
25536 [  9896] By: jhi                                   on 2001/04/28  14:33:17
25537         Log: Update the information on shared library path on HP-UX.
25538      Branch: perl
25539            ! INSTALL
25540 ____________________________________________________________________________
25541 [  9895] By: jhi                                   on 2001/04/28  14:32:30
25542         Log: Because #9894 seems to do the trick, this workaround can be removed.
25543      Branch: perl
25544            ! t/lib/selfstubber.t
25545 ____________________________________________________________________________
25546 [  9894] By: jhi                                   on 2001/04/28  14:26:13
25547         Log: For PerlIO flush the children's file handles (on fork/exec/system).
25548      Branch: perl
25549            ! perl.h
25550 ____________________________________________________________________________
25551 [  9893] By: jhi                                   on 2001/04/28  14:23:15
25552         Log: Test tweak for #9891.
25553      Branch: perl
25554            ! t/lib/b-deparse.t
25555 ____________________________________________________________________________
25556 [  9892] By: jhi                                   on 2001/04/28  14:10:13
25557         Log: New HP-UX hints from Merijn.
25558      Branch: perl
25559            ! hints/hpux.sh
25560 ____________________________________________________________________________
25561 [  9891] By: jhi                                   on 2001/04/28  14:07:27
25562         Log: Subject: [PATCH B::Deparse] non-block scopes
25563              From: Robin Houston <robin@kitsite.com>
25564              Date: Fri, 27 Apr 2001 19:15:14 +0100
25565              Message-ID: <20010427191514.A30951@puffinry.freeserve.co.uk>
25566      Branch: perl
25567            ! ext/B/B/Deparse.pm
25568 ____________________________________________________________________________
25569 [  9890] By: nick                                  on 2001/04/27  19:41:25
25570         Log: Integrate mainline
25571      Branch: perlio
25572           +> t/lib/selfstubber.t
25573           !> (integrate 50 files)
25574 ____________________________________________________________________________
25575 [  9889] By: jhi                                   on 2001/04/27  18:23:46
25576         Log: Subject: Re: selfstubber test fail on bleadperl
25577              From: Mike Guy <mjtg@cam.ac.uk>
25578              Date: Fri, 27 Apr 2001 19:31:18 +0100
25579              Message-Id: <E14tD1S-0001tJ-00@libra.cus.cam.ac.uk>
25580      Branch: perl
25581            ! t/lib/selfstubber.t
25582 ____________________________________________________________________________
25583 [  9888] By: jhi                                   on 2001/04/27  16:20:54
25584         Log: Test tweak for #9886.
25585      Branch: perl
25586            ! t/lib/b-deparse.t
25587 ____________________________________________________________________________
25588 [  9887] By: jhi                                   on 2001/04/27  16:16:33
25589         Log: Buffering issue at least in Solaris (even with perlio).
25590      Branch: perl
25591            ! t/lib/selfstubber.t
25592 ____________________________________________________________________________
25593 [  9886] By: jhi                                   on 2001/04/27  14:59:23
25594         Log: Subject: [PATCH B::Deparse] Human-readable pragmas &c
25595              From: Robin Houston <robin@kitsite.com>
25596              Date: Fri, 27 Apr 2001 16:53:20 +0100
25597              Message-ID: <20010427165320.A30479@puffinry.freeserve.co.uk>
25598      Branch: perl
25599            ! ext/B/B/Deparse.pm
25600 ____________________________________________________________________________
25601 [  9885] By: jhi                                   on 2001/04/27  14:23:51
25602         Log: Update Changes.
25603      Branch: perl
25604            ! Changes patchlevel.h
25605 ____________________________________________________________________________
25606 [  9884] By: jhi                                   on 2001/04/27  14:14:12
25607         Log: Subject: [DOC PATCH bleadperl] Document underscores in numeric literals
25608              From: "Philip Newton" <pnewton@gmx.de>
25609              Date: Fri, 27 Apr 2001 16:40:13 +0200
25610              Message-ID: <3AE9A0ED.5248.CEA127@localhost>
25611      Branch: perl
25612            ! pod/perldata.pod
25613 ____________________________________________________________________________
25614 [  9883] By: jhi                                   on 2001/04/27  13:28:19
25615         Log: Add LOG_PERROR; prettify the "removed".
25616      Branch: perl
25617            ! ext/Sys/Syslog/Syslog.xs
25618 ____________________________________________________________________________
25619 [  9882] By: jhi                                   on 2001/04/27  13:13:18
25620         Log: h2xs tweaks: use NV instead of double, "quote" the removed
25621              prefixes for clarity (especially when nothing is removed),
25622              slight pod reformats.
25623      Branch: perl
25624            ! utils/h2xs.PL
25625 ____________________________________________________________________________
25626 [  9881] By: jhi                                   on 2001/04/27  12:58:48
25627         Log: Don't bother creating existing directories.
25628      Branch: perl
25629            ! utils/h2xs.PL
25630 ____________________________________________________________________________
25631 [  9880] By: jhi                                   on 2001/04/27  12:45:39
25632         Log: Subject: MakeMaker 'make test' weirdness -- fix for h2xs provided
25633              From: Mike Schilli <m@perlmeister.com>
25634              Date: Wed, 25 Apr 2001 01:29:21 -0700
25635              Message-id: <3AE68AE1.6A981723@perlmeister.com>
25636      Branch: perl
25637            ! utils/h2xs.PL
25638 ____________________________________________________________________________
25639 [  9879] By: jhi                                   on 2001/04/27  12:40:55
25640         Log: break is not yet Perl.  Added the template license also to README.
25641      Branch: perl
25642            ! utils/h2xs.PL
25643 ____________________________________________________________________________
25644 [  9878] By: jhi                                   on 2001/04/27  03:08:20
25645         Log: Subject: Re: [ID 20010426.003] Not OK: perl v5.7.1 +DEVEL9849 on i686-linux-thread-multi-64int-ld 2.2.13
25646              From: Tim Jenness <t.jenness@jach.hawaii.edu>
25647              Date: Thu, 26 Apr 2001 15:30:17 -1000 (HST)
25648              Message-ID: <Pine.LNX.4.33.0104261529300.13049-100000@lapaki.jach.hawaii.edu>
25649      Branch: perl
25650            ! t/lib/xs-typemap.t
25651 ____________________________________________________________________________
25652 [  9877] By: jhi                                   on 2001/04/26  23:54:40
25653         Log: Subject: [PATCH: utils/h2xs.PL (bleadperl)] Fill in details we're likely to know.
25654              From: "Abigail" <abigail@foad.org>
25655              Date: Fri, 27 Apr 2001 01:44:28 +0200
25656              Message-ID: <20010426234428.19786.qmail@foad.org>
25657      Branch: perl
25658            ! utils/h2xs.PL
25659 ____________________________________________________________________________
25660 [  9876] By: jhi                                   on 2001/04/26  23:52:06
25661         Log: Subject: [PATCH: perl@9865] vms specific tweak to new selfstubber.t
25662              From: Peter Prymmer <pvhp@forte.com>
25663              Date: Thu, 26 Apr 2001 17:41:58 -0700 (PDT)
25664              Message-ID: <Pine.OSF.4.10.10104261738370.338047-100000@aspara.forte.com>
25665      Branch: perl
25666            ! t/lib/selfstubber.t
25667 ____________________________________________________________________________
25668 [  9875] By: jhi                                   on 2001/04/26  23:48:10
25669         Log: Deparse nits.
25670      Branch: perl
25671            ! ext/B/B/Deparse.pm t/lib/b-deparse.t
25672 ____________________________________________________________________________
25673 [  9874] By: jhi                                   on 2001/04/26  22:46:05
25674         Log: Document ANYOF_CLASS.
25675      Branch: perl
25676            ! regcomp.h
25677 ____________________________________________________________________________
25678 [  9873] By: jhi                                   on 2001/04/26  22:35:03
25679         Log: Subject: Re: [PATCH @9846] dumping ANYOF
25680              From: Hugo <hv@crypt.compulink.co.uk>
25681              Date: Thu, 26 Apr 2001 23:33:38 +0100
25682              Message-Id: <200104262233.XAA22352@crypt.compulink.co.uk>
25683      Branch: perl
25684            ! regcomp.c regcomp.h
25685 ____________________________________________________________________________
25686 [  9872] By: jhi                                   on 2001/04/26  22:34:31
25687         Log: Subject: [PATCH] more for Devel::SelfStubber
25688              From: Nicholas Clark <nick@ccl4.org>
25689              Date: Fri, 27 Apr 2001 00:13:52 +0100
25690              Message-ID: <20010427001351.K88186@plum.flirble.org>
25691      Branch: perl
25692            ! lib/Devel/SelfStubber.pm lib/SelfLoader.pm t/lib/selfstubber.t
25693 ____________________________________________________________________________
25694 [  9871] By: jhi                                   on 2001/04/26  21:59:17
25695         Log: Subject: [PATCH B::Deparse] formats must be flush left
25696              From: Robin Houston <robin@kitsite.com>
25697              Date: Thu, 26 Apr 2001 23:54:29 +0100
25698              Message-ID: <20010426235429.A28747@puffinry.freeserve.co.uk>
25699      Branch: perl
25700            ! ext/B/B/Deparse.pm
25701 ____________________________________________________________________________
25702 [  9870] By: jhi                                   on 2001/04/26  21:57:37
25703         Log: If some of the constants are prefixes of others,
25704              the prefixes may never get recognized.  (See 20010426.006.)
25705      Branch: perl
25706            ! utils/h2xs.PL
25707 ____________________________________________________________________________
25708 [  9869] By: jhi                                   on 2001/04/26  21:50:42
25709         Log: Subject: [ID 20010426.006] Sys::Syslog ignores LOG_AUTH constant
25710              From: Chris Bongaarts <cab@tc.umn.edu>
25711              Date: Thu, 26 Apr 2001 17:10:31 -0500
25712              Message-Id: <iss.2042.3ae89cd7.6cfba.1@earth.tc.umn.edu>
25713      Branch: perl
25714            ! ext/Sys/Syslog/Syslog.xs
25715 ____________________________________________________________________________
25716 [  9868] By: jhi                                   on 2001/04/26  21:35:12
25717         Log: Further cuts and more docs from Graham Barr.
25718      Branch: perl
25719            ! ext/List/Util/lib/List/Util.pm
25720            ! ext/List/Util/lib/Scalar/Util.pm
25721 ____________________________________________________________________________
25722 [  9867] By: jhi                                   on 2001/04/26  21:18:57
25723         Log: Subject: [PATCH 5.7.1] DB_File-1.77
25724              From: "Paul Marquess" <Paul.Marquess@Openwave.com>
25725              Date: Thu, 26 Apr 2001 22:37:53 +0100
25726              Message-ID: <000a01c0ce99$269cc3e0$99dcfea9@bfs.phone.com>
25727      Branch: perl
25728            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
25729            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
25730 ____________________________________________________________________________
25731 [  9866] By: jhi                                   on 2001/04/26  21:12:31
25732         Log: Subject: [PATCH B::Deparse] fix easy bugs
25733              From: Robin Houston <robin@kitsite.com>
25734              Date: Thu, 26 Apr 2001 23:03:33 +0100
25735              Message-ID: <20010426230333.A28657@puffinry.freeserve.co.uk>
25736      Branch: perl
25737            ! ext/B/B/Deparse.pm
25738 ____________________________________________________________________________
25739 [  9865] By: jhi                                   on 2001/04/26  20:26:13
25740         Log: Update Changes.
25741      Branch: perl
25742            ! Changes patchlevel.h
25743 ____________________________________________________________________________
25744 [  9864] By: jhi                                   on 2001/04/26  19:27:48
25745         Log: Dethinko from Robin Houston.
25746      Branch: perl
25747            ! ext/B/B/Deparse.pm
25748 ____________________________________________________________________________
25749 [  9863] By: jhi                                   on 2001/04/26  19:10:35
25750         Log: Subject: [PATCH B::Deparse] C<$x = /(.)/> ne C<($x) = /(.)/>
25751              From: Robin Houston <robin@kitsite.com>
25752              Date: Thu, 26 Apr 2001 21:08:32 +0100
25753              Message-ID: <20010426210832.A28419@puffinry.freeserve.co.uk>
25754      Branch: perl
25755            ! ext/B/B/Deparse.pm
25756 ____________________________________________________________________________
25757 [  9862] By: jhi                                   on 2001/04/26  19:04:23
25758         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
25759              From: Robin Houston <robin@kitsite.com>
25760              Date: Thu, 26 Apr 2001 20:52:50 +0100
25761              Message-ID: <20010426205249.A28328@puffinry.freeserve.co.uk>
25762      Branch: perl
25763            ! ext/B/B/Deparse.pm
25764 ____________________________________________________________________________
25765 [  9861] By: jhi                                   on 2001/04/26  18:56:14
25766         Log: Subject: Re: [PATCH] UNIVERSAL shouldn't require Exporter
25767              From: Mike Guy <mjtg@cam.ac.uk>
25768              Date: Thu, 26 Apr 2001 14:22:40 +0100
25769              Message-Id: <E14sljE-0003X9-00@libra.cus.cam.ac.uk>
25770      Branch: perl
25771            ! pod/perlobj.pod
25772 ____________________________________________________________________________
25773 [  9860] By: jhi                                   on 2001/04/26  18:46:42
25774         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
25775              From: Robin Houston <robin@kitsite.com>
25776              Date: Thu, 26 Apr 2001 20:34:29 +0100
25777              Message-ID: <20010426203429.A28261@puffinry.freeserve.co.uk>
25778              
25779              Hashes do not interpolate.
25780      Branch: perl
25781            ! ext/B/B/Deparse.pm
25782 ____________________________________________________________________________
25783 [  9859] By: jhi                                   on 2001/04/26  18:43:51
25784         Log: Subject: The Time::Piece conspiracy unmasked!!!
25785              From: Mike Guy <mjtg@cam.ac.uk>
25786              Date: Thu, 26 Apr 2001 19:02:50 +0100
25787              Message-Id: <E14sq6M-0002g9-00@libra.cus.cam.ac.uk>
25788              
25789              Subject: [PATCH] that's enough UNIVERSAL stuff for one day ...
25790              From: Mike Guy <mjtg@cam.ac.uk>
25791              Date: Thu, 26 Apr 2001 19:08:21 +0100
25792              Message-Id: <E14sqBh-0002mI-00@libra.cus.cam.ac.uk>
25793              
25794              Subject: Re: [PATCH] that's enough UNIVERSAL stuff for one day ...
25795              From: Graham Barr <gbarr@pobox.com>
25796              Date: Thu, 26 Apr 2001 19:12:03 +0100
25797              Message-ID: <20010426191203.A70835@pobox.com>
25798              
25799              Eradicate UNIVERSAL (Mike) and remove the fallback Perl code (Graham)
25800      Branch: perl
25801            ! ext/List/Util/lib/List/Util.pm
25802            ! ext/List/Util/lib/Scalar/Util.pm ext/Time/Piece/Piece.pm gv.c
25803 ____________________________________________________________________________
25804 [  9858] By: jhi                                   on 2001/04/26  18:17:42
25805         Log: Subject: [PATCH t/comp/proto.t] disable correct warning
25806              From: Robin Houston <robin@kitsite.com>
25807              Date: Thu, 26 Apr 2001 16:09:35 +0100
25808              Message-ID: <20010426160934.A27140@puffinry.freeserve.co.uk>
25809      Branch: perl
25810            ! t/comp/proto.t
25811 ____________________________________________________________________________
25812 [  9857] By: jhi                                   on 2001/04/26  18:04:59
25813         Log: Subject: Re: [PATCH perldiag.pod] Re: [PATCH] Re: Useless use of constants other than 0,1 in void context?
25814              From: barries <barries@slaysys.com>
25815              Date: Thu, 26 Apr 2001 12:01:10 -0400
25816              Message-ID: <20010426120110.E29698@jester.slaysys.com>
25817      Branch: perl
25818            ! pod/perldiag.pod
25819 ____________________________________________________________________________
25820 [  9856] By: jhi                                   on 2001/04/26  18:03:33
25821         Log: Subject: [PATCH B::Deparse] fix string uninterpretation
25822              Date: Thu, 26 Apr 2001 17:13:41 +0100
25823              From: Robin Houston <robin@kitsite.com>
25824              Message-ID: <20010426171341.A27299@puffinry.freeserve.co.uk>
25825              
25826              Subject: Re: [PATCH B::Deparse] fix string uninterpretation
25827              From: Robin Houston <robin@kitsite.com>
25828              Date: Thu, 26 Apr 2001 18:44:29 +0100
25829              Message-ID: <20010426184429.A27734@puffinry.freeserve.co.uk>
25830      Branch: perl
25831            ! ext/B/B/Deparse.pm
25832 ____________________________________________________________________________
25833 [  9855] By: jhi                                   on 2001/04/26  17:56:04
25834         Log: Subject: [PATCH B::Deparse] filetests, open(my $x,...), warnings, formats &c
25835              From: Robin Houston <robin@kitsite.com>
25836              Date: Thu, 26 Apr 2001 17:04:08 +0100
25837              Message-ID: <20010426170408.A27257@puffinry.freeserve.co.uk>
25838      Branch: perl
25839            ! ext/B/B/Deparse.pm
25840 ____________________________________________________________________________
25841 [  9854] By: jhi                                   on 2001/04/26  17:47:26
25842         Log: Subject: Re: Short test case for undef %stash:: crash
25843              From: Benjamin Sugars <bsugars@canoe.ca> 
25844              Date: Mon, 23 Apr 2001 16:59:33 -0400 (EDT) 
25845              Message-ID: <Pine.LNX.4.21.0104231623520.790-100000@marmot.rim.canoe.ca>
25846              Changed and moved the perldiag entry.
25847      Branch: perl
25848            ! gv.c pod/perldiag.pod
25849 ____________________________________________________________________________
25850 [  9853] By: jhi                                   on 2001/04/26  14:35:16
25851         Log: Beginnings of strptime().  Do not touch the wet paint.
25852      Branch: perl
25853            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
25854 ____________________________________________________________________________
25855 [  9852] By: jhi                                   on 2001/04/26  13:17:21
25856         Log: Retract #9851, core dumps from pod2man.
25857      Branch: perl
25858            ! regcomp.c
25859 ____________________________________________________________________________
25860 [  9851] By: jhi                                   on 2001/04/26  11:54:41
25861         Log: (Retracted by #9852.)
25862              
25863              Subject: [PATCH @9846] dumping ANYOF
25864              From: Hugo <hv@crypt.compulink.co.uk>
25865              Date: Thu, 26 Apr 2001 05:32:38 +0100
25866              Message-Id: <200104260432.FAA12669@crypt.compulink.co.uk>
25867      Branch: perl
25868            ! regcomp.c
25869 ____________________________________________________________________________
25870 [  9850] By: jhi                                   on 2001/04/26  02:34:44
25871         Log: If ccflags was empty the _previous_ $* containing all the
25872              environment variables and Configure variables was used,
25873              which lead, among other bad things, into $ccflags being your
25874              uname -a output, which lead into test compile with cc failing,
25875              which lead into gcc being selected, which didn't work that well
25876              since gcc (ancient 2.8.1 in that particular box) wasn't too happy
25877              with large files, et cetera.
25878      Branch: perl
25879            ! hints/hpux.sh
25880 ____________________________________________________________________________
25881 [  9849] By: jhi                                   on 2001/04/26  01:44:57
25882         Log: Make selfstubber test more portable.
25883      Branch: perl
25884            ! t/lib/selfstubber.t
25885 ____________________________________________________________________________
25886 [  9848] By: jhi                                   on 2001/04/26  00:50:26
25887         Log: Subject: Re: [PATCH: perl@9841] fix a typo for Cwd.xs
25888              From: Benjamin Sugars <ben.sugars@home.com>
25889              Date: Wed, 25 Apr 2001 21:47:37 -0400 (EDT)
25890              Message-ID: <Pine.LNX.4.21.0104252145280.30055-100000@localhost.localdomain>
25891      Branch: perl
25892            ! ext/Cwd/Cwd.xs
25893 ____________________________________________________________________________
25894 [  9847] By: jhi                                   on 2001/04/26  00:46:58
25895         Log: Subject: [PATCH: perl@9841] VMS updates
25896              From: Peter Prymmer <pvhp@forte.com>
25897              Date: Wed, 25 Apr 2001 18:43:27 -0700 (PDT)
25898              Message-ID: <Pine.OSF.4.10.10104251842130.257877-100000@aspara.forte.com>
25899      Branch: perl
25900            ! README.vms configure.com vms/descrip_mms.template
25901            ! vms/ext/filespec.t
25902 ____________________________________________________________________________
25903 [  9846] By: jhi                                   on 2001/04/26  00:11:56
25904         Log: re 'debug' was broken by #9084.
25905      Branch: perl
25906            ! ext/re/re.xs
25907 ____________________________________________________________________________
25908 [  9845] By: jhi                                   on 2001/04/25  22:33:17
25909         Log: Subject: [PATCH] test for Devel::SelfStubber
25910              From: Nicholas Clark <nick@ccl4.org>
25911              Date: Thu, 26 Apr 2001 00:00:54 +0100
25912              Message-ID: <20010426000054.D89026@plum.flirble.org>
25913      Branch: perl
25914            + t/lib/selfstubber.t
25915            ! MANIFEST lib/Devel/SelfStubber.pm t/lib/1_compile.t
25916 ____________________________________________________________________________
25917 [  9844] By: jhi                                   on 2001/04/25  22:29:32
25918         Log: Subject: Re: [PATCH 5.7.1] B::Concise and extra variables
25919              From: Paul Johnson <paul@pjcj.net>
25920              Date: Thu, 26 Apr 2001 00:46:08 +0200
25921              Message-ID: <20010426004608.H2338@pjcj.net>
25922      Branch: perl
25923            ! ext/B/B/Concise.pm
25924 ____________________________________________________________________________
25925 [  9843] By: jhi                                   on 2001/04/25  22:28:28
25926         Log: Subject: [PATCH: perl@9841] fix a typo for Cwd.xs
25927              From: Peter Prymmer <pvhp@forte.com>
25928              Date: Wed, 25 Apr 2001 16:18:44 -0700 (PDT)
25929              Message-ID: <Pine.OSF.4.10.10104251614200.257877-100000@aspara.forte.com>
25930      Branch: perl
25931            ! ext/Cwd/Cwd.xs
25932 ____________________________________________________________________________
25933 [  9842] By: jhi                                   on 2001/04/25  20:58:12
25934         Log: Subject: Re: [ID 20010422.002] 5.7.1 Breaks "use Module(version)"
25935              From: John Peacock <jpeacock@rowman.com>
25936              Date: Wed, 25 Apr 2001 17:30:26 -0400
25937              Message-ID: <3AE741F2.B3217464@rowman.com>
25938      Branch: perl
25939            ! lib/Math/BigInt.pm t/lib/bigintpm.t
25940 ____________________________________________________________________________
25941 [  9841] By: jhi                                   on 2001/04/25  20:07:05
25942         Log: Update Changes.
25943      Branch: perl
25944            ! Changes patchlevel.h
25945 ____________________________________________________________________________
25946 [  9840] By: jhi                                   on 2001/04/25  19:56:51
25947         Log: Yet another HP-UX hints version from Merijn.
25948      Branch: perl
25949            ! hints/hpux.sh
25950 ____________________________________________________________________________
25951 [  9839] By: jhi                                   on 2001/04/25  19:53:04
25952         Log: abs_path() didn't terminate the filename correctly,
25953              in DIRNAMLENless systems like HP-UX this would fail.
25954      Branch: perl
25955            ! ext/Cwd/Cwd.xs
25956 ____________________________________________________________________________
25957 [  9838] By: jhi                                   on 2001/04/25  16:37:26
25958         Log: Subject: [PATCH] Re: Useless use of constants other than 0,1 in void context?
25959              From: Mike Guy <mjtg@cam.ac.uk>
25960              Date: Wed, 25 Apr 2001 18:31:47 +0100
25961              Message-Id: <E14sT8l-0004IE-00@libra.cus.cam.ac.uk>
25962      Branch: perl
25963            ! op.c
25964 ____________________________________________________________________________
25965 [  9837] By: jhi                                   on 2001/04/25  16:21:53
25966         Log: Subject: Re: patch to perl5db.pl (formatting of h h screen)
25967              From: Jon Eveland <jweveland@yahoo.com>
25968              Date: Wed, 25 Apr 2001 09:42:46 -0700 (PDT)
25969              Message-ID: <20010425164246.21611.qmail@web10405.mail.yahoo.com>
25970      Branch: perl
25971            ! lib/perl5db.pl
25972 ____________________________________________________________________________
25973 [  9836] By: jhi                                   on 2001/04/25  14:17:50
25974         Log: Subject: [PATCH bleadperl] Porting/patching.pod: update version number format
25975              From: "Philip Newton" <pnewton@gmx.de>
25976              Date: Wed, 25 Apr 2001 17:05:58 +0200
25977              Message-ID: <3AE703F6.3234.1833C45@localhost>
25978      Branch: perl
25979            ! Porting/patching.pod
25980 ____________________________________________________________________________
25981 [  9835] By: jhi                                   on 2001/04/25  13:58:07
25982         Log: It would seem that both ar and full_ar need to be overridden
25983              for HP-UX to avoid the GNU ar.
25984      Branch: perl
25985            ! hints/hpux.sh
25986 ____________________________________________________________________________
25987 [  9834] By: jhi                                   on 2001/04/25  13:50:40
25988         Log: Subject: Re: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
25989              From: "Philip Newton" <pnewton@gmx.de>
25990              Date: Wed, 25 Apr 2001 16:09:23 +0200
25991              Message-ID: <3AE6F6B3.30503.14F6DEB@localhost>
25992              
25993              Detypo.
25994      Branch: perl
25995            ! t/op/misc.t
25996 ____________________________________________________________________________
25997 [  9833] By: jhi                                   on 2001/04/25  12:36:11
25998         Log: In HP-UX set ar to /usr/bin/ar but only iff none set.
25999      Branch: perl
26000            ! hints/hpux.sh
26001 ____________________________________________________________________________
26002 [  9832] By: jhi                                   on 2001/04/25  12:33:36
26003         Log: New version of HP-UX hints from Merijn.
26004      Branch: perl
26005            ! hints/hpux.sh
26006 ____________________________________________________________________________
26007 [  9831] By: jhi                                   on 2001/04/25  03:39:45
26008         Log: Reintroduce the avoidance of mixing HP-UX cc and GNU ar.
26009      Branch: perl
26010            ! hints/hpux.sh
26011 ____________________________________________________________________________
26012 [  9830] By: jhi                                   on 2001/04/25  02:53:25
26013         Log: The tzname[] bit is not needed by util.c -- and causes
26014              heartburn in VMS (and it missing was probably the cause of
26015              the Mac OS X trouble).  Ouch.
26016      Branch: perl
26017            ! ext/POSIX/POSIX.xs util.c
26018 ____________________________________________________________________________
26019 [  9829] By: jhi                                   on 2001/04/25  00:10:06
26020         Log: Metaconfig unit change for #9828.
26021      Branch: metaconfig
26022            ! U/compline/ccflags.U
26023 ____________________________________________________________________________
26024 [  9828] By: jhi                                   on 2001/04/25  00:04:18
26025         Log: Allow setting cppflags hints.  This may affect Darwin (Mac OS X)
26026              (which is actually the reason for the change, we need to pass
26027              cppflags='-traditional-cpp' so that Errno builds right), Dynix/ptx,
26028              EP/IX, OS/2, and TitanOS, based on the hints files.
26029      Branch: perl
26030            ! Configure config_h.SH
26031 ____________________________________________________________________________
26032 [  9827] By: jhi                                   on 2001/04/24  23:49:20
26033         Log: makedepend.SH patch for AmigaOS from Jan-Erik Karlsson;
26034              the $cat must have an absolute path.
26035      Branch: perl
26036            ! makedepend.SH
26037 ____________________________________________________________________________
26038 [  9826] By: jhi                                   on 2001/04/24  23:40:53
26039         Log: 5.7.1-updated README.amiga from Jan-Erik Karlsson.
26040      Branch: perl
26041            ! README.amiga
26042 ____________________________________________________________________________
26043 [  9825] By: jhi                                   on 2001/04/24  23:35:35
26044         Log: Subject: [ID 20010424.002] [PATCH bleadperl] find2perl: prototypes and doexec
26045              From: "Philip Newton" <pnewton@gmx.de>
26046              Date: Tue, 24 Apr 2001 18:52:49 +0200
26047              Message-Id: <3AE5CB81.12234.1FC246F@localhost>
26048      Branch: perl
26049            ! x2p/find2perl.PL
26050 ____________________________________________________________________________
26051 [  9824] By: jhi                                   on 2001/04/24  23:33:07
26052         Log: New HP-UX hints from Jeff and Merijn, should work with IA-64.
26053              Some gcc specifics dropped out due to extensive rewriting;
26054              will be put back later as needed.
26055      Branch: perl
26056            ! hints/hpux.sh
26057 ____________________________________________________________________________
26058 [  9823] By: jhi                                   on 2001/04/24  23:27:57
26059         Log: Mac OS X patch for missing tzname definition from Paul Schinder.
26060      Branch: perl
26061            ! ext/POSIX/POSIX.xs
26062 ____________________________________________________________________________
26063 [  9822] By: jhi                                   on 2001/04/24  23:25:21
26064         Log: Subject: Re: [ID 20010421.032] Not OK: perl v5.7.1 +DEVEL9717 on sun4-solaris-64int-ld-stdio 2.8 (UNINSTALLED)
26065              From: Tim Jenness <t.jenness@jach.hawaii.edu>
26066              Date: Tue, 24 Apr 2001 11:29:28 -1000 (HST)
26067              Message-ID: <Pine.LNX.4.30.0104241123020.5085-100000@lapaki.jach.hawaii.edu>
26068      Branch: perl
26069            ! ext/XS/Typemap/Typemap.xs
26070 ____________________________________________________________________________
26071 [  9821] By: jhi                                   on 2001/04/24  23:24:10
26072         Log: Subject: [PATCH: pod/perlport.pod] Updated email addresses.
26073              From: "Abigail" <abigail@foad.org>
26074              Date: Tue, 24 Apr 2001 23:12:03 +0200
26075              Message-ID: <20010424211203.7901.qmail@foad.org>
26076      Branch: perl
26077            ! pod/perlport.pod
26078 ____________________________________________________________________________
26079 [  9820] By: jhi                                   on 2001/04/24  23:23:15
26080         Log: Subject: [PATCH pod/perlfaq4.pod] Time::Piece additions
26081              From: Matt Sergeant <matt@sergeant.org>
26082              Date: Tue, 24 Apr 2001 16:48:17 +0100 (BST)
26083              Message-ID: <Pine.LNX.4.30.0104241645030.32279-100000@ted.sergeant.org>
26084      Branch: perl
26085            ! pod/perlfaq4.pod
26086 ____________________________________________________________________________
26087 [  9819] By: nick                                  on 2001/04/24  18:49:43
26088         Log: Integrate mainline.
26089      Branch: perlio
26090           +> t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
26091           !> (integrate 37 files)
26092 ____________________________________________________________________________
26093 [  9818] By: jhi                                   on 2001/04/24  14:35:23
26094         Log: Update Changes.
26095      Branch: perl
26096            ! Changes patchlevel.h
26097 ____________________________________________________________________________
26098 [  9817] By: jhi                                   on 2001/04/24  14:09:17
26099         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries 
26100              From: "Philip Newton" <pnewton@gmx.de>
26101              Date: Tue, 24 Apr 2001 12:58:12 +0200
26102              Message-ID: <3AE57864.8304.B77A0A@localhost> 
26103              
26104              plus add CPAN to the list of modules that have their own tests.
26105      Branch: perl
26106            ! t/lib/1_compile.t
26107 ____________________________________________________________________________
26108 [  9816] By: jhi                                   on 2001/04/24  14:07:03
26109         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries
26110              From: Michael G Schwern <schwern@pobox.com>
26111              Date: Sat, 21 Apr 2001 22:35:00 +0100
26112              Message-ID: <20010421223500.N2946@blackrider.blackstar.co.uk>
26113      Branch: perl
26114            ! t/lib/1_compile.t
26115 ____________________________________________________________________________
26116 [  9815] By: jhi                                   on 2001/04/24  13:54:32
26117         Log: Subject: Re: [ID 20010423.006] Test failed in perl@9794
26118              From: Robin Houston <robin@kitsite.com>
26119              Date: Tue, 24 Apr 2001 15:51:18 +0100
26120              Message-ID: <20010424155118.A22913@puffinry.freeserve.co.uk>
26121      Branch: perl
26122            ! ext/B/B/Deparse.pm
26123 ____________________________________________________________________________
26124 [  9814] By: jhi                                   on 2001/04/24  13:17:34
26125         Log: Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
26126              From: Bill Glicker <billg@burrelles.com>
26127              Date: Tue, 24 Apr 2001 09:22:40 -0400 (EDT)
26128              Message-ID: <Pine.SCO.4.30.0104240918160.13514-100000@laura.burrelles.com>
26129      Branch: perl
26130            ! hints/svr5.sh
26131 ____________________________________________________________________________
26132 [  9813] By: jhi                                   on 2001/04/24  12:54:23
26133         Log: Prevent path disclosure (probing for existence of filenames)
26134              using suidperl; bug id 20010322.218.
26135      Branch: perl
26136            ! perl.c pod/perldiag.pod
26137 ____________________________________________________________________________
26138 [  9812] By: jhi                                   on 2001/04/24  12:08:36
26139         Log: Retract #9811.
26140      Branch: perl
26141            ! ext/POSIX/POSIX.xs
26142 ____________________________________________________________________________
26143 [  9811] By: jhi                                   on 2001/04/24  11:57:35
26144         Log: (Retracted by #9812.)
26145      Branch: perl
26146            ! ext/POSIX/POSIX.xs
26147 ____________________________________________________________________________
26148 [  9810] By: jhi                                   on 2001/04/24  03:32:35
26149         Log: Fix for 20010219.013, "perlio perl -we tell goes SEGV".
26150      Branch: perl
26151            ! util.c
26152 ____________________________________________________________________________
26153 [  9809] By: jhi                                   on 2001/04/24  03:16:13
26154         Log: The Math::BigFloat::import() was broken.
26155              (Fixes bug id 20010422.002.)
26156      Branch: perl
26157            ! lib/Math/BigFloat.pm
26158 ____________________________________________________________________________
26159 [  9808] By: jhi                                   on 2001/04/24  01:11:40
26160         Log: Additional dependencies; should help for parallel makes
26161              not to fail on missing lib/lib.pm or lib/re.pm.
26162      Branch: perl
26163            ! Makefile.SH
26164 ____________________________________________________________________________
26165 [  9807] By: jhi                                   on 2001/04/24  00:57:01
26166         Log: Update the test failure disclaimer.
26167      Branch: perl
26168            ! t/pragma/warn/pp_hot
26169 ____________________________________________________________________________
26170 [  9806] By: jhi                                   on 2001/04/24  00:54:04
26171         Log: Add make target "install-all" which is alias for "install"
26172              to cater for case-preserving filesystems like HFS+.
26173      Branch: perl
26174            ! INSTALL Makefile.SH
26175 ____________________________________________________________________________
26176 [  9805] By: jhi                                   on 2001/04/24  00:47:28
26177         Log: Subject: Re: 5.6.1 darwin Configure fails to extract Makefile
26178              From: Peter Prymmer <pvhp@forte.com>
26179              Date: Wed, 11 Apr 2001 10:43:52 -0700 (PDT)
26180              Message-ID: <Pine.OSF.4.10.10104111038480.113314-100000@aspara.forte.com>
26181              
26182              (Ken William's message forwarded from macosx@perl.org)
26183      Branch: perl
26184            ! hints/darwin.sh
26185 ____________________________________________________________________________
26186 [  9804] By: jhi                                   on 2001/04/23  23:57:35
26187         Log: Cut-and-pasto.
26188      Branch: perl
26189            ! perlio.c
26190 ____________________________________________________________________________
26191 [  9803] By: jhi                                   on 2001/04/23  23:52:25
26192         Log: More PerlIO robustness.
26193      Branch: perl
26194            ! perlio.c
26195 ____________________________________________________________________________
26196 [  9802] By: jhi                                   on 2001/04/23  23:43:35
26197         Log: Make the "STD* opened only for ..." errors more consistent.
26198      Branch: perl
26199            ! doio.c
26200 ____________________________________________________________________________
26201 [  9801] By: jhi                                   on 2001/04/23  23:34:26
26202         Log: Test case for #9800.
26203      Branch: perl
26204            ! t/op/misc.t
26205 ____________________________________________________________________________
26206 [  9800] By: jhi                                   on 2001/04/23  23:14:43
26207         Log: Avoid coredump on 'close STDERR; die' by making
26208              the PerlIO calls more robust.  Also use SETERRNO()
26209              instead of errno = to be more VMS-ready.
26210      Branch: perl
26211            ! perlio.c
26212 ____________________________________________________________________________
26213 [  9799] By: jhi                                   on 2001/04/23  21:41:10
26214         Log: Subject: test for ID 20010423.002
26215              From: Robin Houston <robin@kitsite.com>
26216              Date: Mon, 23 Apr 2001 16:52:21 +0100
26217              Message-ID: <20010423165221.A20739@puffinry.freeserve.co.uk>
26218      Branch: perl
26219            ! t/op/avhv.t
26220 ____________________________________________________________________________
26221 [  9798] By: jhi                                   on 2001/04/23  21:40:07
26222         Log: Subject: patch to installperl (change warn to print STDERR in sub yn)
26223              From: David Dyck <dcd@tc.fluke.com>
26224              Date: Mon, 23 Apr 2001 10:19:46 -0700 (PDT)
26225              Message-ID: <Pine.LNX.4.33.0104231018270.10985-100000@dd.tc.fluke.com>
26226      Branch: perl
26227            ! installperl
26228 ____________________________________________________________________________
26229 [  9797] By: jhi                                   on 2001/04/23  21:37:56
26230         Log: Subject: [PATCH] Implement Cwd::abs_path in XS
26231              From: Benjamin Sugars <bsugars@canoe.ca>
26232              Date: Mon, 23 Apr 2001 11:59:48 -0400 (EDT)
26233              Message-ID: <Pine.LNX.4.21.0104231151340.3238-100000@marmot.rim.canoe.ca>
26234      Branch: perl
26235            ! ext/Cwd/Cwd.xs lib/Cwd.pm
26236 ____________________________________________________________________________
26237 [  9796] By: jhi                                   on 2001/04/23  21:29:24
26238         Log: Synchronize h2xs and pod2man some more on the documentation
26239              templates they propose.
26240      Branch: perl
26241            ! pod/pod2man.PL utils/h2xs.PL
26242 ____________________________________________________________________________
26243 [  9795] By: jhi                                   on 2001/04/23  17:30:40
26244         Log: Add one more naughty test for base64; make encoding logic cleaner.
26245      Branch: perl
26246            ! t/lib/mimeb64.t
26247 ____________________________________________________________________________
26248 [  9794] By: jhi                                   on 2001/04/23  13:51:32
26249         Log: Update Changes.
26250      Branch: perl
26251            ! Changes patchlevel.h
26252 ____________________________________________________________________________
26253 [  9793] By: jhi                                   on 2001/04/23  13:44:18
26254         Log: Duplicate lines.
26255      Branch: perl
26256            ! MANIFEST
26257 ____________________________________________________________________________
26258 [  9792] By: jhi                                   on 2001/04/23  13:39:13
26259         Log: Subject: Re: PATCH 5.7.1
26260              From: Mark-Jason Dominus <mjd@plover.com>
26261              Date: Mon, 23 Apr 2001 10:30:21 -0400
26262              Message-ID: <20010423143021.17335.qmail@plover.com>
26263      Branch: perl
26264            ! perl.h sv.c
26265 ____________________________________________________________________________
26266 [  9791] By: jhi                                   on 2001/04/23  13:32:40
26267         Log: Add the CPAN.pm 1.59_54 tests.
26268      Branch: perl
26269            + t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
26270            ! MANIFEST
26271 ____________________________________________________________________________
26272 [  9790] By: jhi                                   on 2001/04/23  13:21:55
26273         Log: Subject: Deparse nit
26274              From: Robin Houston <robin@kitsite.com>
26275              Date: Mon, 23 Apr 2001 12:38:20 +0100
26276              Message-ID: <20010423123820.A19945@puffinry.freeserve.co.uk>
26277      Branch: perl
26278            ! ext/B/B/Deparse.pm
26279 ____________________________________________________________________________
26280 [  9789] By: jhi                                   on 2001/04/23  13:19:07
26281         Log: Subject: [PATCH] bug 20010423.002
26282              From: Robin Houston <robin@kitsite.com>
26283              Date: Mon, 23 Apr 2001 13:12:30 +0100
26284              Message-ID: <20010423131230.A20074@puffinry.freeserve.co.uk>
26285      Branch: perl
26286            ! pp.c
26287 ____________________________________________________________________________
26288 [  9788] By: jhi                                   on 2001/04/23  13:02:49
26289         Log: Subject: PATCH [5.7.1] hv.c unused #define
26290              From: Mark-Jason Dominus <mjd@plover.com>
26291              Date: Sun, 22 Apr 2001 14:17:49 -0400
26292              Message-ID: <20010422181749.26976.qmail@plover.com>
26293      Branch: perl
26294            ! hv.c
26295 ____________________________________________________________________________
26296 [  9787] By: jhi                                   on 2001/04/23  13:02:02
26297         Log: Subject: PATCH 5.7.1
26298              From: Mark-Jason Dominus <mjd@plover.com>
26299              Date: Sun, 22 Apr 2001 15:12:57 -0400
26300              Message-ID: <20010422191258.6539.qmail@plover.com>
26301              
26302              plus Sarathy's STMT_START + STMT_END suggestion.
26303      Branch: perl
26304            ! perl.h
26305 ____________________________________________________________________________
26306 [  9786] By: jhi                                   on 2001/04/23  12:53:25
26307         Log: Fix for
26308              
26309              Subject: [ID 20010423.001] perlapi documentation inconsistency (SvGROW)
26310              From: dLux <dlux@spam.sch.bme.hu>
26311              Date: Mon, 23 Apr 2001 01:25:26 +0200
26312              Message-Id: <E14rTEM-0000CB-00@dl.sch.bme.hu>
26313              
26314              (SvGROW really does return a char *.)
26315      Branch: perl
26316            ! pod/perlapi.pod sv.h
26317 ____________________________________________________________________________
26318 [  9785] By: jhi                                   on 2001/04/23  04:34:04
26319         Log: Time::Piece work continues.  $t->day removed since
26320              I think it's too confusing.  Now has normal and
26321              abbreviated length weekday names and month names,
26322              the names change with _names(), not _list().
26323              Now has strftime() in Perl, _strftime() is
26324              the libc version (to which strftime() falls back
26325              if it doesn't know the format.  To do: the reverse
26326              of strftime, strptime(), and the localisation of both.
26327      Branch: perl
26328            ! ext/Time/Piece/Piece.pm ext/Time/Piece/Piece.xs
26329            ! t/lib/time-piece.t
26330 ____________________________________________________________________________
26331 [  9784] By: jhi                                   on 2001/04/23  02:41:46
26332         Log: Subject: Re: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using ' 
26333              From: andreas.koenig@anima.de (Andreas J. Koenig)
26334              Date: 23 Apr 2001 05:20:55 +0200
26335              Message-ID: <m3ofto5mjs.fsf@ak-71.mind.de>
26336      Branch: perl
26337            ! t/pragma/overload.t
26338 ____________________________________________________________________________
26339 [  9783] By: jhi                                   on 2001/04/22  23:32:42
26340         Log: Subject: [PATCH B::Deparse] Distinguish package variables, if necessary
26341              From: Robin Houston <robin@kitsite.com>
26342              Date: Mon, 23 Apr 2001 00:38:18 +0100
26343              Message-ID: <20010423003818.A19109@puffinry.freeserve.co.uk>
26344      Branch: perl
26345            ! ext/B/B/Deparse.pm
26346 ____________________________________________________________________________
26347 [  9782] By: jhi                                   on 2001/04/22  20:55:43
26348         Log: Subject: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using '
26349              From: Simon Cozens <simon@netthink.co.uk>
26350              Date: Sun, 22 Apr 2001 18:47:25 +0100
26351              Message-ID: <20010422184725.A14411@netthink.co.uk>
26352      Branch: perl
26353            ! sv.c t/pragma/overload.t
26354 ____________________________________________________________________________
26355 [  9781] By: jhi                                   on 2001/04/22  20:52:13
26356         Log: Subject: [PATCH] Support BEGIN blocks in B::Deparse (& more)
26357              From: Robin Houston <robin@kitsite.com>
26358              Date: Sun, 22 Apr 2001 22:14:50 +0100
26359              Message-ID: <20010422221450.A18921@puffinry.freeserve.co.uk>
26360      Branch: perl
26361            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
26362 ____________________________________________________________________________
26363 [  9780] By: nick                                  on 2001/04/22  20:40:31
26364         Log: Integrate mainline.
26365      Branch: perlio
26366           +> t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
26367           +> t/lib/b-stash.t
26368           !> (integrate 38 files)
26369 ____________________________________________________________________________
26370 [  9779] By: jhi                                   on 2001/04/22  15:16:03
26371         Log: Subject: IO::Socket::INET patch
26372              From: andrew deryabin <djsf@technarchy.ru>
26373              Date: Sat, 21 Apr 2001 17:46:52 +0400
26374              Message-ID: <20010421174652.B1426@technarchy>
26375      Branch: perl
26376            ! ext/IO/lib/IO/Socket/INET.pm
26377 ____________________________________________________________________________
26378 [  9778] By: jhi                                   on 2001/04/22  15:14:33
26379         Log: Subject: Re: ANYOF_SIZE is wrong in 5.7.1 
26380              From: Mark-Jason Dominus <mjd@plover.com>
26381              Date: Sat, 21 Apr 2001 21:27:49 -0400
26382              Message-ID: <20010422012749.27024.qmail@plover.com>
26383      Branch: perl
26384            ! regcomp.c
26385 ____________________________________________________________________________
26386 [  9777] By: jhi                                   on 2001/04/22  15:10:51
26387         Log: Subject: Re: Regex debugger patch 
26388              From: Mark-Jason Dominus <mjd@plover.com>
26389              Date: Sat, 21 Apr 2001 21:48:51 -0400
26390              Message-ID: <20010422014851.27165.qmail@plover.com>
26391      Branch: perl
26392            ! pod/perldebguts.pod
26393 ____________________________________________________________________________
26394 [  9776] By: jhi                                   on 2001/04/22  15:09:48
26395         Log: Subject: Re: Regex debugger patch
26396              From: Mark-Jason Dominus <mjd@plover.com>
26397              Date: Sat, 21 Apr 2001 14:24:39 -0400
26398              Message-ID: <20010421182439.16508.qmail@plover.com>
26399              
26400              Regex debugger backend.
26401      Branch: perl
26402            ! regcomp.c regexp.h
26403 ____________________________________________________________________________
26404 [  9775] By: jhi                                   on 2001/04/21  16:45:40
26405         Log: Subject: [PATCH] Typo in utf8.h
26406              From: Jesús Quiroga <jquiroga@pobox.com>
26407              Date: Sat, 21 Apr 2001 19:25:33 +0200
26408              Message-Id: <5.0.2.1.1.20010421192107.01ce5a50@ix.netcorps.com>
26409      Branch: perl
26410            ! utf8.h
26411 ____________________________________________________________________________
26412 [  9774] By: jhi                                   on 2001/04/21  16:43:52
26413         Log: Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
26414              From: Joe Orton <jorton@redhat.com>
26415              Date: Tue, 17 Apr 2001 15:50:43 +0100
26416              Message-Id: <20010417155043.D19132@eu.c2.net>
26417      Branch: perl
26418            ! hints/svr5.sh
26419 ____________________________________________________________________________
26420 [  9773] By: jhi                                   on 2001/04/21  15:30:15
26421         Log: Subject: Patch utils/h2xs.PL
26422              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
26423              Date: Sat, 21 Apr 2001 10:32:16 -0500
26424              Message-ID: <20010421103216.C14521@chaos.wustl.edu>
26425              
26426              Add MAILING list and LICENSE templates.
26427      Branch: perl
26428            ! utils/h2xs.PL
26429 ____________________________________________________________________________
26430 [  9772] By: jhi                                   on 2001/04/21  15:28:36
26431         Log: Subject: perlfaq2.patch for 5.7.1
26432              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
26433              Message-ID: <20010420164219.J3194@chaos.wustl.edu>
26434              Date: Fri, 20 Apr 2001 16:42:19 -0500
26435              
26436              rm an extra tab, a blurb about the xx.cpan to clarify
26437              which countries actually have that and dejanews is history
26438              as well as most of that nonsensical entry.
26439      Branch: perl
26440            ! pod/perlfaq2.pod
26441 ____________________________________________________________________________
26442 [  9771] By: jhi                                   on 2001/04/21  15:27:17
26443         Log: Subject: perlfaq1.patch for 5.7.1
26444              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
26445              Date: Fri, 20 Apr 2001 16:57:36 -0500
26446              Message-ID: <20010420165736.K3194@chaos.wustl.edu>
26447              
26448              Evil URLs must die. Especially when they are broken.
26449      Branch: perl
26450            ! pod/perlfaq1.pod
26451 ____________________________________________________________________________
26452 [  9770] By: jhi                                   on 2001/04/21  15:23:38
26453         Log: Subject: [PATCH ext/B/B.pm and tests] B::walksymtable improperly documented?
26454              From: Michael G Schwern <schwern@pobox.com>
26455              Date: Sat, 21 Apr 2001 16:11:12 +0100
26456              Message-ID: <20010421161112.L19736@blackrider.blackstar.co.uk>
26457      Branch: perl
26458            + t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
26459            + t/lib/b-stash.t
26460            ! MANIFEST ext/B/B.pm t/lib/b.t
26461 ____________________________________________________________________________
26462 [  9769] By: jhi                                   on 2001/04/21  15:03:32
26463         Log: Subject: [PATCH utils/h2ph.PL] Confused by "#if &__GNUC_PREREQ (2,97)"
26464              From: Michael G Schwern <schwern@pobox.com>
26465              Date: Sat, 21 Apr 2001 09:48:00 +0100
26466              Message-ID: <20010421094759.B19736@blackrider.blackstar.co.uk>
26467      Branch: perl
26468            ! utils/h2ph.PL
26469 ____________________________________________________________________________
26470 [  9768] By: jhi                                   on 2001/04/21  14:33:49
26471         Log: PerlIO and Encode doc cleanup and tweaks.
26472      Branch: perl
26473            ! ext/Encode/Encode.pm ext/PerlIO/Scalar/Scalar.pm
26474            ! ext/PerlIO/Via/Via.pm lib/PerlIO.pm
26475 ____________________________________________________________________________
26476 [  9767] By: jhi                                   on 2001/04/21  12:40:16
26477         Log: Integrate perlio.
26478      Branch: perl
26479           !> doio.c
26480 ____________________________________________________________________________
26481 [  9766] By: nick                                  on 2001/04/20  18:28:35
26482         Log: Avoid core dump on
26483              open(STDOUT,">",\$foo);
26484      Branch: perlio
26485            ! doio.c
26486 ____________________________________________________________________________
26487 [  9765] By: jhi                                   on 2001/04/20  13:23:43
26488         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
26489              From: Robin Houston <robin@kitsite.com>
26490              Date: Fri, 20 Apr 2001 14:29:22 +0100
26491              Message-ID: <20010420142921.A14960@puffinry.freeserve.co.uk>
26492      Branch: perl
26493            ! ext/B/B.pm ext/B/B/Deparse.pm
26494 ____________________________________________________________________________
26495 [  9764] By: jhi                                   on 2001/04/20  13:19:33
26496         Log: Subject: [PATCH: perl@9742] avoid t/u-*.t test on platforms where List/Util was not built
26497              From: Peter Prymmer <pvhp@forte.com>
26498              Date: Thu, 19 Apr 2001 17:40:14 -0700 (PDT)
26499              Message-ID: <Pine.OSF.4.10.10104191737200.348917-100000@aspara.forte.com>
26500      Branch: perl
26501            ! t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
26502            ! t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
26503            ! t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
26504            ! t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
26505 ____________________________________________________________________________
26506 [  9763] By: jhi                                   on 2001/04/20  12:36:39
26507         Log: Subject: Re: A new PerlIO coredump
26508              From: Nick Ing-Simmons <nik@tiuk.ti.com>
26509              Date: Fri, 20 Apr 2001 14:29:41 +0100 (BST)
26510              Message-Id: <200104201329.OAA16021@mikado.tiuk.ti.com>
26511      Branch: perl
26512            ! doio.c
26513 ____________________________________________________________________________
26514 [  9762] By: jhi                                   on 2001/04/19  23:02:30
26515         Log: Update Changes.
26516      Branch: perl
26517            ! Changes patchlevel.h
26518 ____________________________________________________________________________
26519 [  9761] By: jhi                                   on 2001/04/19  22:59:19
26520         Log: More cleanup cleanup.
26521      Branch: perl
26522            ! Makefile.SH win32/Makefile win32/makefile.mk
26523 ____________________________________________________________________________
26524 [  9760] By: jhi                                   on 2001/04/19  22:50:31
26525         Log: lib/Time is non-empty, let's not rmdir it.
26526      Branch: perl
26527            ! Makefile.SH
26528 ____________________________________________________________________________
26529 [  9759] By: jhi                                   on 2001/04/19  22:36:51
26530         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
26531              From: Robin Houston <robin@kitsite.com>
26532              Date: Fri, 20 Apr 2001 00:18:53 +0100
26533              Message-ID: <20010420001853.A13350@puffinry.freeserve.co.uk>
26534      Branch: perl
26535            ! ext/B/B/Deparse.pm
26536 ____________________________________________________________________________
26537 [  9758] By: jhi                                   on 2001/04/19  22:36:00
26538         Log: Subject: [PATCH: perl@9742] void close_dir portability fix for Cwd.xs
26539              From: Peter Prymmer <pvhp@forte.com>
26540              Date: Thu, 19 Apr 2001 12:02:40 -0700 (PDT)
26541              Message-ID: <Pine.OSF.4.10.10104191158490.348917-100000@aspara.forte.com>
26542      Branch: perl
26543            ! ext/Cwd/Cwd.xs
26544 ____________________________________________________________________________
26545 [  9757] By: nick                                  on 2001/04/19  18:53:54
26546         Log: Blind (untested) integrate of mainline.
26547      Branch: perlio
26548           +> ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
26549           +> ext/Time/Piece/Piece.xs ext/Time/Piece/README
26550           +> ext/Time/Piece/Seconds.pm t/lib/time-piece.t
26551           !> (integrate 53 files)
26552 ____________________________________________________________________________
26553 [  9756] By: jhi                                   on 2001/04/19  16:59:23
26554         Log: Document and test Time::Piece.
26555      Branch: perl
26556            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.pm
26557            ! ext/Time/Piece/Piece.xs t/lib/time-piece.t
26558 ____________________________________________________________________________
26559 [  9755] By: jhi                                   on 2001/04/19  12:13:29
26560         Log: A better fix for the \x{12345678} trouble from NI-S.
26561      Branch: perl
26562            ! utf8.c
26563 ____________________________________________________________________________
26564 [  9754] By: jhi                                   on 2001/04/19  11:56:07
26565         Log: Subject: PATCH: Propagate low byte of hints in cop.op_private
26566              From: Robin Houston <robin@kitsite.com>
26567              Date: Wed, 18 Apr 2001 17:58:33 +0100
26568              Message-ID: <20010418175833.B8976@puffinry.freeserve.co.uk>
26569      Branch: perl
26570            ! ext/B/B/Deparse.pm op.c
26571 ____________________________________________________________________________
26572 [  9753] By: jhi                                   on 2001/04/19  04:21:52
26573         Log: Subject: [PATCH] h2ph test suite bugfix and refactoring
26574              From: "Kurt D. Starsinic" <kstar@wolfetech.com>
26575              Date: Thu, 19 Apr 2001 01:11:41 -0400
26576              Message-ID: <20010419011141.A5798@cpan.org>
26577      Branch: perl
26578            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
26579 ____________________________________________________________________________
26580 [  9752] By: jhi                                   on 2001/04/19  02:41:10
26581         Log: The new time utils need to be thread-aware, too.
26582      Branch: perl
26583            ! util.c
26584 ____________________________________________________________________________
26585 [  9751] By: jhi                                   on 2001/04/19  02:26:47
26586         Log: Compilation nit noticed by AIX compiler.
26587      Branch: perl
26588            ! perlio.c
26589 ____________________________________________________________________________
26590 [  9750] By: jhi                                   on 2001/04/19  02:20:06
26591         Log: The new time utils need to be public.
26592      Branch: perl
26593            ! embed.pl
26594 ____________________________________________________________________________
26595 [  9749] By: jhi                                   on 2001/04/19  01:42:39
26596         Log: Regen toc.
26597      Branch: perl
26598            ! pod/perltoc.pod
26599 ____________________________________________________________________________
26600 [  9748] By: jhi                                   on 2001/04/19  01:41:10
26601         Log: Add Time::Piece, a slight rewrite of Time::Object,
26602              from Matt Sergeant.
26603      Branch: perl
26604            + ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
26605            + ext/Time/Piece/Piece.xs ext/Time/Piece/README
26606            + ext/Time/Piece/Seconds.pm t/lib/time-piece.t
26607            ! MANIFEST configure.com djgpp/config.over epoc/config.sh
26608            ! hints/uts.sh hints/uwin.sh hints/vmesa.sh win32/Makefile
26609            ! win32/makefile.mk
26610 ____________________________________________________________________________
26611 [  9747] By: jhi                                   on 2001/04/19  00:55:35
26612         Log: The new metaconfig unit from strftime.
26613      Branch: metaconfig/U/perl
26614            + d_strftime.U
26615 ____________________________________________________________________________
26616 [  9746] By: jhi                                   on 2001/04/19  00:54:54
26617         Log: Move the strftime() wrapper from POSIX.xs to util.c
26618              as my_strftime(), requires HAS_STRFTIME.
26619      Branch: perl
26620            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
26621            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
26622            ! ext/POSIX/POSIX.xs proto.h uconfig.h uconfig.sh util.c
26623            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
26624            ! vos/config.ga.h win32/config.bc win32/config.gc
26625            ! win32/config.vc
26626 ____________________________________________________________________________
26627 [  9745] By: jhi                                   on 2001/04/18  23:11:03
26628         Log: Move the init_tm() and mini_mktime() up from POSIX.xs to util.c
26629              in preparation of Time::Piece.
26630      Branch: perl
26631            ! embed.h embed.pl ext/POSIX/POSIX.xs proto.h util.c
26632 ____________________________________________________________________________
26633 [  9744] By: jhi                                   on 2001/04/18  22:33:12
26634         Log: Subject: [PATCH: perl@9718] fix new exporter test to work OK on VMS
26635              From: Peter Prymmer <pvhp@forte.com>
26636              Date: Wed, 18 Apr 2001 15:38:28 -0700 (PDT)
26637              Message-ID: <Pine.OSF.4.10.10104181536440.272477-100000@aspara.forte.com>
26638      Branch: perl
26639            ! t/lib/exporter.t
26640 ____________________________________________________________________________
26641 [  9743] By: jhi                                   on 2001/04/18  22:32:23
26642         Log: Subject: Fwd: pod2html leaves cache files lying around?
26643              From: Rajesh Vaidheeswarran <rv@gnu.org>
26644              Date: Tue, 17 Apr 2001 09:35:00 -0400 (EDT)
26645              Message-Id: <E14pVdE-0004P0-00@fencepost.gnu.org>
26646      Branch: perl
26647            ! lib/Pod/Html.pm
26648 ____________________________________________________________________________
26649 [  9742] By: jhi                                   on 2001/04/18  20:31:49
26650         Log: Update Changes.
26651      Branch: perl
26652            ! Changes patchlevel.h
26653 ____________________________________________________________________________
26654 [  9741] By: jhi                                   on 2001/04/18  20:23:02
26655         Log: Declare hints only if needed.
26656      Branch: perl
26657            ! ext/B/B/Deparse.pm
26658 ____________________________________________________________________________
26659 [  9740] By: jhi                                   on 2001/04/18  19:06:05
26660         Log: Workaround for the "\x{12345678}" plus s/(.)/$1/g plus ord/length
26661              bug noticed by Robin Houston; basically the code of detecting
26662              value wraparound was acting differently under different compilers
26663              and platforms.  The workaround is to remove the overflow check
26664              for now, a real fix would be to do the overflow (portably) right.
26665      Branch: perl
26666            ! t/op/pat.t utf8.c
26667 ____________________________________________________________________________
26668 [  9739] By: jhi                                   on 2001/04/18  19:01:23
26669         Log: Subject: [PATCH B::Deparse] some pragma support
26670              From: Robin Houston <robin@kitsite.com>
26671              Date: Wed, 18 Apr 2001 19:32:12 +0100
26672              Message-ID: <20010418193212.A9184@puffinry.freeserve.co.uk>
26673      Branch: perl
26674            ! ext/B/B/Deparse.pm
26675 ____________________________________________________________________________
26676 [  9738] By: jhi                                   on 2001/04/18  15:16:37
26677         Log: Subject: [PATCH] Test case for C<undef %File::Glob::>
26678              From: Benjamin Sugars <bsugars@canoe.ca>
26679              Date: Wed, 18 Apr 2001 10:53:44 -0400 (EDT)
26680              Message-ID: <Pine.LNX.4.21.0104181047010.2368-100000@marmot.rim.canoe.ca>
26681      Branch: perl
26682            ! t/op/glob.t
26683 ____________________________________________________________________________
26684 [  9737] By: jhi                                   on 2001/04/18  13:24:50
26685         Log: Subject: [PATCH] XS::Typemap - T_OPAQUE
26686              From: Tim Jenness <t.jenness@jach.hawaii.edu>
26687              Date: Tue, 17 Apr 2001 22:49:25 -1000 (HST)
26688              Message-ID: <Pine.LNX.4.30.0104172247440.28672-100000@lapaki.jach.hawaii.edu>
26689      Branch: perl
26690            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
26691            ! ext/XS/Typemap/typemap lib/ExtUtils/typemap t/lib/xs-typemap.t
26692 ____________________________________________________________________________
26693 [  9736] By: jhi                                   on 2001/04/18  04:15:14
26694         Log: The #9735 also changes the subtest 12.
26695      Branch: perl
26696            ! t/lib/b.t
26697 ____________________________________________________________________________
26698 [  9735] By: jhi                                   on 2001/04/18  03:55:17
26699         Log: Subject: Deparse.pm of split(" ") decodes as /\s+/ (with PATCH)
26700              From: David Dyck <dcd@tc.fluke.com>
26701              Date: Tue, 17 Apr 2001 17:12:58 -0700 (PDT)
26702              Message-ID: <Pine.LNX.4.33.0104171508210.23062-100000@dd.tc.fluke.com>
26703      Branch: perl
26704            ! ext/B/B/Deparse.pm
26705 ____________________________________________________________________________
26706 [  9734] By: jhi                                   on 2001/04/18  03:54:11
26707         Log: Subject: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
26708              From: Gisle Aas <gisle@ActiveState.com>
26709              Date: 17 Apr 2001 19:06:45 -0700
26710              Message-ID: <lrae5f9d1m.fsf@caliper.ActiveState.com>
26711      Branch: perl
26712            ! pp_hot.c t/op/misc.t
26713 ____________________________________________________________________________
26714 [  9733] By: jhi                                   on 2001/04/17  22:25:22
26715         Log: Subject: [PATCH: ext/Cwd/Cwd.xs & ext/PerlIO/Scalar/Scalar.xs] Missing prototype behaviour
26716              From: "Abigail" <abigail@foad.org>
26717              Date: Wed, 18 Apr 2001 01:17:46 +0200
26718              Message-ID: <20010417231746.21657.qmail@foad.org>
26719      Branch: perl
26720            ! ext/Cwd/Cwd.xs ext/PerlIO/Scalar/Scalar.xs
26721 ____________________________________________________________________________
26722 [  9732] By: jhi                                   on 2001/04/17  20:47:56
26723         Log: Subject: Re: Deparse - parenthesise args to undeclared subs
26724              From: Robin Houston <robin@kitsite.com>
26725              Date: Tue, 17 Apr 2001 22:37:42 +0100
26726              Message-ID: <20010417223742.A6681@puffinry.freeserve.co.uk>
26727      Branch: perl
26728            ! ext/B/B/Deparse.pm
26729 ____________________________________________________________________________
26730 [  9731] By: nick                                  on 2001/04/17  20:46:35
26731         Log: Re-sync for t/lib/b.t fix
26732      Branch: perlio
26733           !> ext/B/B/Deparse.pm t/lib/b.t t/lib/cwd.t
26734 ____________________________________________________________________________
26735 [  9730] By: jhi                                   on 2001/04/17  20:45:29
26736         Log: Subject: [PATCH B::Deparse] utf8 literal strings (and possibly a unicode/regex bug)
26737              From: Robin Houston <robin@kitsite.com>
26738              Date: Tue, 17 Apr 2001 22:29:36 +0100
26739              Message-ID: <20010417222936.A6644@puffinry.freeserve.co.uk>
26740      Branch: perl
26741            ! ext/B/B.xs ext/B/B/Deparse.pm
26742 ____________________________________________________________________________
26743 [  9729] By: jhi                                   on 2001/04/17  20:43:11
26744         Log: Subject: Deparse - parenthesise args to undeclared subs
26745              From: Robin Houston <robin@kitsite.com>
26746              Date: Tue, 17 Apr 2001 21:31:05 +0100
26747              Message-ID: <20010417213104.A6586@puffinry.freeserve.co.uk>
26748      Branch: perl
26749            ! ext/B/B/Deparse.pm
26750 ____________________________________________________________________________
26751 [  9728] By: jhi                                   on 2001/04/17  18:57:30
26752         Log: Subject: Re: [PATCH] Fix cwd.t when libpth contains symlinks
26753              From: Benjamin Sugars <ben.sugars@home.com>
26754              Date: Tue, 17 Apr 2001 15:27:28 -0400 (EDT)
26755              Message-ID: <Pine.LNX.4.21.0104171516090.22410-100000@localhost.localdomain>
26756      Branch: perl
26757            ! t/lib/cwd.t
26758 ____________________________________________________________________________
26759 [  9727] By: jhi                                   on 2001/04/17  18:20:20
26760         Log: Subject: [PATCH B::Deparse] ambient pragmas
26761              From: Robin Houston <robin@kitsite.com>
26762              Date: Tue, 17 Apr 2001 20:01:59 +0100
26763              Message-ID: <20010417200159.A4882@puffinry.freeserve.co.uk>
26764      Branch: perl
26765            ! ext/B/B/Deparse.pm t/lib/b.t
26766 ____________________________________________________________________________
26767 [  9726] By: nick                                  on 2001/04/17  16:33:51
26768         Log: Integrate mainline (t/lib/b.t fails test 2...)
26769      Branch: perlio
26770           +> ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
26771           +> ext/List/Util/README ext/List/Util/Util.xs
26772           +> ext/List/Util/lib/List/Util.pm
26773           +> ext/List/Util/lib/Scalar/Util.pm t/lib/exporter.t
26774           +> t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
26775           +> t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
26776           +> t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
26777           +> t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
26778           !> (integrate 31 files)
26779 ____________________________________________________________________________
26780 [  9725] By: jhi                                   on 2001/04/17  12:14:24
26781         Log: Subject: multiple B::* changes
26782              From: Robin Houston <robin@kitsite.com>
26783              Date: Thu, 12 Apr 2001 20:12:27 +0100
26784              Message-ID: <20010412201226.A30940@puffinry.freeserve.co.uk>
26785      Branch: perl
26786            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
26787 ____________________________________________________________________________
26788 [  9724] By: jhi                                   on 2001/04/17  11:59:05
26789         Log: Thread-awareness from Doug MacEachern.
26790      Branch: perl
26791            ! ext/List/Util/Util.xs
26792 ____________________________________________________________________________
26793 [  9723] By: jhi                                   on 2001/04/17  11:57:41
26794         Log: Make the test more portable.
26795      Branch: perl
26796            ! t/lib/cwd.t
26797 ____________________________________________________________________________
26798 [  9722] By: jhi                                   on 2001/04/17  11:53:50
26799         Log: Subject: [PATCH] Fix cwd.t when libpth contains symlinks
26800              From: Benjamin Sugars <ben.sugars@home.com>
26801              Date: Mon, 16 Apr 2001 22:43:29 -0400 (EDT)
26802              Message-ID: <Pine.LNX.4.21.0104162234030.17949-100000@localhost.localdomain>
26803      Branch: perl
26804            ! t/lib/cwd.t
26805 ____________________________________________________________________________
26806 [  9721] By: jhi                                   on 2001/04/17  11:52:17
26807         Log: Subject: [PATCH] Fix core dump from undef %File::Glob::
26808              From: Benjamin Sugars <bsugars@canoe.ca>
26809              Date: Mon, 16 Apr 2001 13:23:59 -0400 (EDT)
26810              Message-ID: <Pine.LNX.4.21.0104161313160.1676-100000@marmot.rim.canoe.ca>
26811      Branch: perl
26812            ! op.c
26813 ____________________________________________________________________________
26814 [  9720] By: jhi                                   on 2001/04/17  11:35:42
26815         Log: Subject: [MacPerl-Porters] [PATCH] bsd_glob.c, gv.c fixes for Mac OS
26816              From: Chris Nandor <pudge@pobox.com>
26817              Date: Tue, 17 Apr 2001 00:30:49 -0400
26818              Message-Id: <p05100207b701768712de@[10.0.1.177]>
26819      Branch: perl
26820            ! ext/File/Glob/bsd_glob.c gv.c
26821 ____________________________________________________________________________
26822 [  9719] By: jhi                                   on 2001/04/17  11:32:13
26823         Log: Subject: [PATCH] Tweten->West
26824              From: Casey West <casey@geeknest.com>
26825              Date: Mon, 16 Apr 2001 12:11:22 -0400
26826              Message-ID: <20010416121122.B14554@stupid.geeknest.com>
26827      Branch: perl
26828            ! AUTHORS lib/Class/Struct.pm lib/Shell.pm lib/constant.pm
26829            ! pod/perltie.pod
26830 ____________________________________________________________________________
26831 [  9718] By: jhi                                   on 2001/04/16  03:22:52
26832         Log: Update Changes.
26833      Branch: perl
26834            ! Changes patchlevel.h
26835 ____________________________________________________________________________
26836 [  9717] By: jhi                                   on 2001/04/16  03:06:28
26837         Log: Regen toc.
26838      Branch: perl
26839            ! pod/perltoc.pod
26840 ____________________________________________________________________________
26841 [  9716] By: jhi                                   on 2001/04/16  02:58:42
26842         Log: Subject: [PATCH: perl@9699] updates to apidoc in utf8.c
26843              From: Prymmer/Kahn <pvhp@best.com>
26844              Date: Sun, 15 Apr 2001 20:47:45 -0700 (PDT)
26845              Message-ID: <Pine.BSF.4.21.0104152037470.8946-100000@shell8.ba.best.com>
26846      Branch: perl
26847            ! utf8.c
26848 ____________________________________________________________________________
26849 [  9715] By: jhi                                   on 2001/04/15  23:40:35
26850         Log: Subject: Re: Net::Ping patch, adds stream protocol
26851              From: bronson@rinspin.com (Scott Bronson)
26852              Date: Tue, 10 Apr 2001 23:58:33 -0700
26853              Message-ID: <20010410235833.N29719@rinspin.com>
26854      Branch: perl
26855            ! lib/Net/Ping.pm
26856 ____________________________________________________________________________
26857 [  9714] By: jhi                                   on 2001/04/15  23:31:46
26858         Log: Printing out the ok messages helps successful testing.
26859      Branch: perl
26860            ! t/lib/time-hires.t
26861 ____________________________________________________________________________
26862 [  9713] By: jhi                                   on 2001/04/15  21:43:24
26863         Log: Update Douglas Wegscheid's email.
26864      Branch: perl
26865            ! AUTHORS
26866 ____________________________________________________________________________
26867 [  9712] By: jhi                                   on 2001/04/15  21:40:41
26868         Log: Subject: [PATCH t/lib/exporter.t lib/Exporter/Heavy.pm] Testing Exporter
26869              From: Michael G Schwern <schwern@pobox.com>
26870              Date: Sat, 14 Apr 2001 22:40:50 +0100
26871              Message-ID: <20010414224050.A1872@blackrider.blackstar.co.uk>
26872      Branch: perl
26873            + t/lib/exporter.t
26874            ! MANIFEST lib/Exporter/Heavy.pm
26875 ____________________________________________________________________________
26876 [  9711] By: jhi                                   on 2001/04/15  21:39:21
26877         Log: Subject: [PATCH t/op/loopctl.t] Exit via last, part 1
26878              From: Michael G Schwern <schwern@pobox.com>
26879              Date: Sat, 14 Apr 2001 22:13:59 +0100
26880              Message-ID: <20010414221359.A413@blackrider.blackstar.co.uk>
26881      Branch: perl
26882            ! t/op/loopctl.t
26883 ____________________________________________________________________________
26884 [  9710] By: jhi                                   on 2001/04/15  21:30:19
26885         Log: Subject: [PATCH t/pragma/warnings.t] Doesn't skip RCS files
26886              From: Michael G Schwern <schwern@pobox.com>
26887              Date: Sat, 14 Apr 2001 22:05:32 +0100
26888              Message-ID: <20010414220531.A30178@blackrider.blackstar.co.uk>
26889      Branch: perl
26890            ! t/pragma/warnings.t
26891 ____________________________________________________________________________
26892 [  9709] By: jhi                                   on 2001/04/15  19:34:09
26893         Log: Integrate changes #9706,9707 from maintperl into mainline.
26894              
26895              change#7210 broke .packlist generation
26896              
26897              ExtUtils::Installed doesn't quote regex metacharacters in paths
26898              before using them in match; also make it work for dosish platforms
26899      Branch: perl
26900           !> lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
26901 ____________________________________________________________________________
26902 [  9708] By: jhi                                   on 2001/04/15  19:31:01
26903         Log: Test also the scalar aspect of getitimer().
26904      Branch: perl
26905            ! t/lib/time-hires.t
26906 ____________________________________________________________________________
26907 [  9707] By: gsar                                  on 2001/04/15  17:24:20
26908         Log: ExtUtils::Installed doesn't quote regex metacharacters in paths
26909              before using them in match; also make it work for dosish platforms
26910      Branch: maint-5.6/perl
26911            ! lib/ExtUtils/Installed.pm
26912 ____________________________________________________________________________
26913 [  9706] By: gsar                                  on 2001/04/15  17:21:59
26914         Log: change#7210 broke .packlist generation (listed only filename
26915              rather than fully qualified path name)
26916      Branch: maint-5.6/perl
26917            ! lib/ExtUtils/Install.pm
26918 ____________________________________________________________________________
26919 [  9705] By: jhi                                   on 2001/04/15  12:36:33
26920         Log: Add interval timer (setitimer, getitimer) support to Time::HiRes.
26921      Branch: perl
26922            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.xs
26923            ! t/lib/time-hires.t
26924 ____________________________________________________________________________
26925 [  9704] By: jhi                                   on 2001/04/15  10:49:08
26926         Log: Subject: [PATCH: perl@9622]update perlebcdic.pod with UTF tbl; tweak utf8.pm
26927              From: Prymmer/Kahn <pvhp@best.com>
26928              Date: Sat, 14 Apr 2001 21:36:24 -0700 (PDT)
26929              Message-ID: <Pine.BSF.4.21.0104142127580.27582-100000@shell8.ba.best.com>
26930      Branch: perl
26931            ! lib/utf8.pm pod/perlebcdic.pod
26932 ____________________________________________________________________________
26933 [  9703] By: jhi                                   on 2001/04/15  02:26:26
26934         Log: I keep forgetting to sort MANIFEST.
26935      Branch: perl
26936            ! MANIFEST
26937 ____________________________________________________________________________
26938 [  9702] By: jhi                                   on 2001/04/15  02:07:47
26939         Log: Add Scalar-List-Utils 1.02, from Graham Barr.
26940              Now we have blessed, reftype, tainted, first, reduce, ...
26941      Branch: perl
26942            + ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
26943            + ext/List/Util/README ext/List/Util/Util.xs
26944            + ext/List/Util/lib/List/Util.pm
26945            + ext/List/Util/lib/Scalar/Util.pm t/lib/u-blessed.t
26946            + t/lib/u-dualvar.t t/lib/u-first.t t/lib/u-max.t
26947            + t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
26948            + t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
26949            + t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
26950            ! MANIFEST
26951 ____________________________________________________________________________
26952 [  9701] By: jhi                                   on 2001/04/14  15:05:25
26953         Log: Subject: RE: dprofpp.pl updates 
26954              From: Carl Eklof <CEklof@endeca.com>
26955              Date: Thu, 12 Apr 2001 18:45:46 -0400
26956              Message-ID: <D99914D9109BD411823800508BD957180E1269@exch01.ops.endeca.com>
26957      Branch: perl
26958            ! utils/dprofpp.PL
26959 ____________________________________________________________________________
26960 [  9700] By: jhi                                   on 2001/04/14  14:44:55
26961         Log: Do not just blindly add CR.
26962      Branch: perl
26963            ! Porting/makerel
26964 ____________________________________________________________________________
26965 [  9699] By: jhi                                   on 2001/04/13  13:17:01
26966         Log: Update Changes.
26967      Branch: perl
26968            ! Changes patchlevel.h
26969 ____________________________________________________________________________
26970 [  9698] By: jhi                                   on 2001/04/13  12:44:48
26971         Log: Integrate perlio.
26972      Branch: perl
26973           !> ext/PerlIO/Scalar/Scalar.xs
26974 ____________________________________________________________________________
26975 [  9697] By: jhi                                   on 2001/04/13  12:29:15
26976         Log: Add more debug output to the test.
26977      Branch: perl
26978            ! t/lib/cwd.t
26979 ____________________________________________________________________________
26980 [  9696] By: nick                                  on 2001/04/13  10:14:29
26981         Log: Fix core dump on binmode($fh,'Scalar')
26982      Branch: perlio
26983            ! ext/PerlIO/Scalar/Scalar.xs
26984 ____________________________________________________________________________
26985 [  9695] By: nick                                  on 2001/04/13  09:05:42
26986         Log: Integrate mainline
26987      Branch: perlio
26988           +> ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
26989           +> ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
26990           +> t/lib/time-hires.t
26991           !> AUTHORS MANIFEST Makefile.SH Todo-5.6 configure.com
26992           !> ext/Digest/MD5/MD5.xs ext/File/Glob/Glob.pm
26993           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
26994           !> ext/File/Glob/bsd_glob.h ext/MIME/Base64/Base64.xs
26995           !> hints/uts.sh hints/vmesa.sh lib/Devel/SelfStubber.pm opcode.pl
26996           !> pod/perlfaq5.pod pp.c regexec.c t/comp/proto.t
26997           !> t/lib/md5-file.t t/op/pat.t win32/Makefile win32/makefile.mk
26998 ____________________________________________________________________________
26999 [  9694] By: jhi                                   on 2001/04/12  22:23:35
27000         Log: Integrate change #9693 from maintperl into mainline.
27001              
27002              $VERSION and Version() on the same line provokes a warning from
27003              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
27004      Branch: perl
27005           !> lib/Devel/SelfStubber.pm
27006 ____________________________________________________________________________
27007 [  9693] By: gsar                                  on 2001/04/12  21:55:56
27008         Log: $VERSION and Version() on the same line provokes a warning from
27009              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
27010      Branch: maint-5.6/perl
27011            ! lib/Devel/SelfStubber.pm
27012 ____________________________________________________________________________
27013 [  9692] By: jhi                                   on 2001/04/12  13:54:00
27014         Log: This is at least 5.005.
27015      Branch: perl
27016            ! ext/Time/HiRes/HiRes.xs
27017 ____________________________________________________________________________
27018 [  9691] By: jhi                                   on 2001/04/12  13:37:20
27019         Log: Non-UNIX platforms extensions update.  (Well, UTS is UNIX.)
27020      Branch: perl
27021            ! Makefile.SH configure.com hints/uts.sh hints/vmesa.sh
27022            ! win32/Makefile win32/makefile.mk
27023 ____________________________________________________________________________
27024 [  9690] By: jhi                                   on 2001/04/12  01:34:46
27025         Log: Integrate Time::Hires 1.20 from Douglas E. Wegscheid.
27026      Branch: perl
27027            + ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
27028            + ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
27029            + t/lib/time-hires.t
27030            ! MANIFEST
27031 ____________________________________________________________________________
27032 [  9689] By: jhi                                   on 2001/04/12  00:28:39
27033         Log: Subject: [PATCH] Digest::MD5 on UTF8 strings
27034              From: Gisle Aas <gisle@ActiveState.com>
27035              Date: 11 Apr 2001 16:36:11 -0700
27036              Message-ID: <lrlmp7102c.fsf@caliper.ActiveState.com>
27037      Branch: perl
27038            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
27039 ____________________________________________________________________________
27040 [  9688] By: jhi                                   on 2001/04/12  00:27:39
27041         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
27042              From: Gisle Aas <gisle@ActiveState.com>
27043              Date: 11 Apr 2001 11:13:24 -0700
27044              Message-ID: <lrbsq371a3.fsf@caliper.ActiveState.com>
27045      Branch: perl
27046            ! ext/MIME/Base64/Base64.xs
27047 ____________________________________________________________________________
27048 [  9687] By: jhi                                   on 2001/04/11  19:51:47
27049         Log: Slight update on the Todo list.  (Should integrate to Todo?) 
27050      Branch: perl
27051            ! Todo-5.6
27052 ____________________________________________________________________________
27053 [  9686] By: jhi                                   on 2001/04/11  16:54:25
27054         Log: Subject: [PATCH opcode.pl] Documentation of table format
27055              From: Simon Cozens <simon@netthink.co.uk>
27056              Date: Wed, 11 Apr 2001 12:59:31 +0100
27057              Message-ID: <20010411125931.A25681@netthink.co.uk>
27058      Branch: perl
27059            ! opcode.pl
27060 ____________________________________________________________________________
27061 [  9685] By: jhi                                   on 2001/04/11  16:53:15
27062         Log: Subject: [PATCH] prototype("CORE::recv")
27063              From: Simon Cozens <simon@netthink.co.uk>
27064              Date: Wed, 11 Apr 2001 13:24:35 +0100
27065              Message-ID: <20010411132435.A26169@netthink.co.uk>
27066      Branch: perl
27067            ! pp.c t/comp/proto.t
27068 ____________________________________________________________________________
27069 [  9684] By: jhi                                   on 2001/04/11  16:47:13
27070         Log: FAQ (and AUTHORS) update from Dan Carson: the information
27071              was several years obsolete, Term::Readkey has been updated
27072              to have the functionality.
27073      Branch: perl
27074            ! AUTHORS pod/perlfaq5.pod
27075 ____________________________________________________________________________
27076 [  9683] By: jhi                                   on 2001/04/11  12:15:46
27077         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
27078              From: Calle Dybedahl <calle@lysator.liu.se>
27079              Date: 10 Apr 2001 16:44:16 +0200
27080              Message-ID: <86d7akbyrj.fsf@tezcatlipoca.algonet.se>
27081      Branch: perl
27082            ! ext/MIME/Base64/Base64.xs
27083 ____________________________________________________________________________
27084 [  9682] By: jhi                                   on 2001/04/11  12:12:26
27085         Log: A more minimal fix for 20010410.006 from Hugo.
27086      Branch: perl
27087            ! regexec.c
27088 ____________________________________________________________________________
27089 [  9681] By: jhi                                   on 2001/04/11  11:34:23
27090         Log: Integrate changes #9678,9679 from maintline into mainperl.
27091              
27092              addendum to change#9676
27093              
27094              up $File::Glob::VERSION; add a note pointing out the version of
27095              the OpenBSD glob bsd_glob.c resembles
27096      Branch: perl
27097           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
27098           !> ext/File/Glob/bsd_glob.h
27099 ____________________________________________________________________________
27100 [  9680] By: jhi                                   on 2001/04/11  11:30:38
27101         Log: Bad test numbering in integrate in #9677.
27102              Fixes ID 20010411.001.
27103      Branch: perl
27104            ! t/op/pat.t
27105 ____________________________________________________________________________
27106 [  9679] By: gsar                                  on 2001/04/11  03:38:40
27107         Log: up $File::Glob::VERSION; add a note pointing out the version of
27108              the OpenBSD glob bsd_glob.c resembles
27109      Branch: maint-5.6/perl
27110            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
27111            ! ext/File/Glob/bsd_glob.h
27112 ____________________________________________________________________________
27113 [  9678] By: gsar                                  on 2001/04/11  03:09:48
27114         Log: addendum to change#9676: some missing changes from OpenBSD glob.c
27115              revision 1.8.10.1 found here:
27116              
27117              http://www.openbsd.org/cgi-bin/cvsweb/src/lib/libc/gen/glob.c
27118      Branch: maint-5.6/perl
27119            ! ext/File/Glob/bsd_glob.c
27120 ____________________________________________________________________________
27121 [  9677] By: jhi                                   on 2001/04/11  02:54:39
27122         Log: Integrate changes #9675,9676 from maintperl into mainline.
27123              
27124              fix for bug 20010410.006, undo change#7115
27125              
27126              port the OpenBSD glob() security patch
27127      Branch: perl
27128           !> ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
27129           !> ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h regexec.c
27130           !> t/op/pat.t
27131 ____________________________________________________________________________
27132 [  9676] By: gsar                                  on 2001/04/11  02:19:02
27133         Log: port the glob() security patch found at:
27134              
27135              ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/025_glob.patch
27136              
27137              CERT advisory for the issue is here:
27138              
27139              http://www.cert.org/advisories/CA-2001-07.html
27140              
27141              Note that the security scare is only relevant for those who are
27142              foolish enough to build suidperl (which is now officially discouraged)
27143      Branch: maint-5.6/perl
27144            ! ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
27145            ! ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h
27146 ____________________________________________________________________________
27147 [  9675] By: gsar                                  on 2001/04/10  23:52:11
27148         Log: fix for bug 20010410.006
27149              
27150              undo change#7115 (came into maint-5.6 as change#8156)
27151              
27152              add tests to keep it from coming back
27153      Branch: maint-5.6/perl
27154            ! regexec.c t/op/pat.t
27155 ____________________________________________________________________________
27156 [  9674] By: nick                                  on 2001/04/10  20:39:31
27157         Log: Integrate mainline
27158      Branch: perlio
27159           +> Porting/testall.atom
27160           !> MANIFEST t/lib/lc-all.t t/lib/lc-constants.t
27161           !> t/lib/lc-country.t t/lib/lc-currency.t t/lib/lc-language.t
27162           !> t/lib/lc-uk.t t/pod/find.t
27163 ____________________________________________________________________________
27164 [  9673] By: nick                                  on 2001/04/10  18:46:14
27165         Log: Integrate against change 9670 aka perl-5.7.1
27166      Branch: perlio
27167           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
27168           !> (integrate 53 files)
27169 ____________________________________________________________________________
27170 [  9672] By: jhi                                   on 2001/04/10  13:45:01
27171         Log: Add a script for doing cumulative profile of the test suite.
27172              (Requires ATOM, that is, Tru64.)
27173      Branch: perl
27174            + Porting/testall.atom
27175            ! MANIFEST
27176 ____________________________________________________________________________
27177 [  9671] By: jhi                                   on 2001/04/10  12:38:53
27178         Log: Missing std block.
27179      Branch: perl
27180            ! t/lib/lc-all.t t/lib/lc-constants.t t/lib/lc-country.t
27181            ! t/lib/lc-currency.t t/lib/lc-language.t t/lib/lc-uk.t
27182            ! t/pod/find.t
27183 ____________________________________________________________________________
27184 [  9670] By: jhi                                   on 2001/04/10  01:25:58
27185         Log: This is 5.7.1.
27186      Branch: perl
27187            ! patchlevel.h
27188 ____________________________________________________________________________
27189 [  9669] By: jhi                                   on 2001/04/10  01:09:14
27190         Log: Update Changes.
27191      Branch: perl
27192            ! Changes patchlevel.h
27193 ____________________________________________________________________________
27194 [  9668] By: jhi                                   on 2001/04/10  01:00:38
27195         Log: Regen toc.
27196      Branch: perl
27197            ! pod/perltoc.pod
27198 ____________________________________________________________________________
27199 [  9667] By: jhi                                   on 2001/04/10  00:52:16
27200         Log: Update perlhist.
27201      Branch: perl
27202            ! pod/perlhist.pod
27203 ____________________________________________________________________________
27204 [  9666] By: jhi                                   on 2001/04/09  23:38:59
27205         Log: Slight wording tweaks from Damian to #9658.
27206      Branch: perl
27207            ! pod/perlobj.pod
27208 ____________________________________________________________________________
27209 [  9665] By: jhi                                   on 2001/04/09  19:56:06
27210         Log: Subject: [PATCH perlutil.pod] Nit
27211              From: Simon Cozens <simon@netthink.co.uk>
27212              Date: Mon, 9 Apr 2001 20:29:44 +0100
27213              Message-ID: <20010409202944.A14796@the.earth.li>
27214      Branch: perl
27215            ! pod/perlutil.pod
27216 ____________________________________________________________________________
27217 [  9664] By: jhi                                   on 2001/04/09  19:54:42
27218         Log: Subject: Re: perl571delta.pod@9631
27219              From: Mike Guy <mjtg@cam.ac.uk>
27220              Date: Mon, 09 Apr 2001 18:09:14 +0100
27221              Message-Id: <E14mfAA-0006vi-00@libra.cus.cam.ac.uk>
27222      Branch: perl
27223            ! pod/perl571delta.pod
27224 ____________________________________________________________________________
27225 [  9663] By: jhi                                   on 2001/04/09  13:43:35
27226         Log: Update Changes.
27227      Branch: perl
27228            ! Changes patchlevel.h
27229 ____________________________________________________________________________
27230 [  9662] By: jhi                                   on 2001/04/09  13:24:46
27231         Log: tweak tweak.
27232      Branch: perl
27233            ! AUTHORS pod/perl571delta.pod
27234 ____________________________________________________________________________
27235 [  9661] By: jhi                                   on 2001/04/09  13:15:13
27236         Log: Thinko in manual patch applying.
27237      Branch: perl
27238            ! sv.c
27239 ____________________________________________________________________________
27240 [  9660] By: jhi                                   on 2001/04/09  13:07:53
27241         Log: Subject: Re: [PATCH perl@9424] isn't numeric warning 
27242              From: Robin Barker <rmb1@cise.npl.co.uk> 
27243              Date: Mon, 9 Apr 2001 14:58:04 +0100 (BST)
27244              Message-Id: <200104091358.OAA24811@tempest.npl.co.uk>
27245              
27246              (This corrects the case where the "isn't numeric" string contains \0s
27247              and is longer than the temporary buffer, and contains \0 at the point
27248              the string would be truncated by "...".) 
27249      Branch: perl
27250            ! sv.c
27251 ____________________________________________________________________________
27252 [  9659] By: jhi                                   on 2001/04/09  12:57:41
27253         Log: Upgrade to CGI.pm 2.753, from Lincoln Stein.
27254      Branch: perl
27255            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-esc.t
27256            ! t/lib/cgi-function.t t/lib/cgi-html.t
27257 ____________________________________________________________________________
27258 [  9658] By: jhi                                   on 2001/04/09  12:48:47
27259         Log: Subject: [PATCH] Partial rewrite of perlobj.pod
27260              From: Ilmari Karonen <iltzu@sci.fi>
27261              Date: Sun, 8 Apr 2001 23:14:29 +0300 (EET DST)
27262              Message-ID: <Pine.SOL.3.96.1010408224105.425E-100000@simpukka>
27263              
27264              Rearrange and rewrite the Method Invocation section
27265              to explain the concepts in nicer order.
27266      Branch: perl
27267            ! pod/perlobj.pod
27268 ____________________________________________________________________________
27269 [  9657] By: jhi                                   on 2001/04/09  12:35:58
27270         Log: Upgrade to podlators 1.09, from Russ Allbery.
27271      Branch: perl
27272            ! lib/Pod/Man.pm lib/Pod/Text.pm
27273 ____________________________________________________________________________
27274 [  9656] By: jhi                                   on 2001/04/09  12:31:53
27275         Log: perl571delta.
27276      Branch: perl
27277            ! Todo-5.6 pod/perl571delta.pod pod/perlunicode.pod
27278 ____________________________________________________________________________
27279 [  9655] By: jhi                                   on 2001/04/09  12:20:09
27280         Log: Subject: [PATCH: perl@9622] documentation tweaks for UTF-EBCDIC support
27281              From: Prymmer/Kahn <pvhp@best.com>
27282              Date: Mon, 9 Apr 2001 00:08:58 -0700 (PDT)
27283              Message-ID: <Pine.BSF.4.21.0104090006190.21071-100000@shell8.ba.best.com>
27284      Branch: perl
27285            ! lib/utf8.pm pod/perlunicode.pod
27286 ____________________________________________________________________________
27287 [  9654] By: gsar                                  on 2001/04/09  03:38:33
27288         Log: here lies 5.6.1
27289      Branch: maint-5.6/perl
27290            ! Changes
27291 ____________________________________________________________________________
27292 [  9653] By: jhi                                   on 2001/04/09  03:25:24
27293         Log: Update perlhist.
27294      Branch: perl
27295            ! pod/perlhist.pod
27296 ____________________________________________________________________________
27297 [  9652] By: jhi                                   on 2001/04/09  03:18:49
27298         Log: perl571delta tweaking continues.
27299      Branch: perl
27300            ! pod/perl571delta.pod
27301 ____________________________________________________________________________
27302 [  9651] By: gsar                                  on 2001/04/09  03:11:19
27303         Log: update Changes, patchlevel.h &c.
27304      Branch: maint-5.6/perl
27305            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
27306            ! pod/perltoc.pod
27307 ____________________________________________________________________________
27308 [  9650] By: jhi                                   on 2001/04/09  02:40:24
27309         Log: Integrate the perlfork half of #9513 from maintperl into mainline
27310              (the perlunicode half is obsolete)
27311      Branch: perl
27312            ! pod/perlfork.pod
27313 ____________________________________________________________________________
27314 [  9649] By: gsar                                  on 2001/04/09  02:35:43
27315         Log: tweak perldelta as suggested by Jarkko
27316      Branch: maint-5.6/perl
27317            ! pod/perldelta.pod
27318 ____________________________________________________________________________
27319 [  9648] By: jhi                                   on 2001/04/09  02:13:04
27320         Log: Integrate change #9646 from maintperl into mainline.
27321              
27322              add note about ithreads and Thread.pm
27323      Branch: perl
27324           !> ext/Thread/Thread.pm ext/Thread/Thread.xs
27325 ____________________________________________________________________________
27326 [  9647] By: jhi                                   on 2001/04/09  02:10:18
27327         Log: Bad assumption that shortsize == 2.
27328      Branch: perl
27329            ! t/lib/xs-typemap.t
27330 ____________________________________________________________________________
27331 [  9646] By: gsar                                  on 2001/04/09  00:48:04
27332         Log: add note about ithreads and Thread.pm (too many people are
27333              confused by the fact that Thread.pm is built and installed
27334              under non-5005threads but doesn't work)
27335      Branch: maint-5.6/perl
27336            ! ext/Thread/Thread.pm ext/Thread/Thread.xs
27337 ____________________________________________________________________________
27338 [  9645] By: gsar                                  on 2001/04/09  00:19:03
27339         Log: update perldelta.pod for changes in 5.6.1
27340      Branch: maint-5.6/perl
27341            ! Changes pod/perldelta.pod
27342 ____________________________________________________________________________
27343 [  9644] By: jhi                                   on 2001/04/08  20:37:00
27344         Log: Integrate change #9639 from maintperl into mainline:
27345              on windows, many of the README.* pods were being copied to
27346              the wrong location
27347      Branch: perl
27348           !> win32/Makefile win32/makefile.mk
27349 ____________________________________________________________________________
27350 [  9643] By: jhi                                   on 2001/04/08  20:07:11
27351         Log: Integrate change #9624 from maintperl into mainline:
27352              the pod tests were not okay.  (t/pod/find.t changes ignored)
27353      Branch: perl
27354           !> lib/Pod/Find.pm t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
27355           !> t/pod/include.t t/pod/included.t t/pod/lref.t
27356           !> t/pod/multiline_items.t t/pod/nested_items.t
27357           !> t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
27358           !> t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
27359 ____________________________________________________________________________
27360 [  9642] By: jhi                                   on 2001/04/08  19:57:17
27361         Log: Integrate change #9638 from maintperl into mainline:
27362              update to latest JPL from the anoncvs repository
27363      Branch: perl
27364           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
27365           !> MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
27366           !> jpl/PerlInterpreter/PerlInterpreter.h jpl/README
27367 ____________________________________________________________________________
27368 [  9641] By: jhi                                   on 2001/04/08  19:53:30
27369         Log: perl571delta updates.
27370      Branch: perl
27371            ! lib/Filter/Simple.pm pod/perl571delta.pod
27372 ____________________________________________________________________________
27373 [  9640] By: gsar                                  on 2001/04/08  19:20:46
27374         Log: integrate change#9634 from mainline
27375              
27376              Fix the perlmodlib generation (didn't understand separate .pod
27377              files; didn't understand -- as the name-thing separator).
27378              Update the CPAN mirrors list.
27379      Branch: maint-5.6/perl
27380            ! pod/perlmodlib.pod
27381           !> pod/perlmodlib.PL
27382 ____________________________________________________________________________
27383 [  9639] By: gsar                                  on 2001/04/08  18:57:31
27384         Log: on windows, many of the README.* pods were being copied to the wrong
27385              location
27386      Branch: maint-5.6/perl
27387            ! win32/Makefile win32/makefile.mk
27388 ____________________________________________________________________________
27389 [  9638] By: gsar                                  on 2001/04/08  18:38:25
27390         Log: update to latest JPL from the anoncvs repository
27391      Branch: maint-5.6/perl
27392            + jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
27393            ! MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
27394            ! jpl/PerlInterpreter/PerlInterpreter.h jpl/README
27395 ____________________________________________________________________________
27396 [  9637] By: jhi                                   on 2001/04/08  17:53:53
27397         Log: Britishify spellings; s/\b(front|back) (end)\b/\1\2/g;
27398      Branch: perl
27399            ! pod/perl571delta.pod
27400 ____________________________________________________________________________
27401 [  9636] By: jhi                                   on 2001/04/08  17:18:32
27402         Log: Regen toc.
27403      Branch: perl
27404            ! pod/perltoc.pod
27405 ____________________________________________________________________________
27406 [  9635] By: jhi                                   on 2001/04/08  17:16:33
27407         Log: Subject: [PATCH perl@9622] fix IO.xs compile failure on VMS
27408              From: "Craig A. Berry" <craigberry@mac.com>
27409              Date: Sun, 08 Apr 2001 12:30:16 -0500
27410              Message-Id: <5.0.2.1.0.20010408120154.02675eb8@exchi01>
27411      Branch: perl
27412            ! ext/IO/IO.xs lib/ExtUtils/xsubpp
27413 ____________________________________________________________________________
27414 [  9634] By: jhi                                   on 2001/04/08  17:09:19
27415         Log: Fix the perlmodlib generation (didn't understand separate .pod
27416              files; didn't understand -- as the name-thing separator).
27417              
27418              Update the CPAN mirrors list.
27419      Branch: perl
27420            ! pod/perlmodlib.PL pod/perlmodlib.pod
27421 ____________________________________________________________________________
27422 [  9633] By: jhi                                   on 2001/04/08  16:49:17
27423         Log: Sort MANIFEST.
27424      Branch: perl
27425            ! MANIFEST
27426 ____________________________________________________________________________
27427 [  9632] By: gsar                                  on 2001/04/08  16:36:06
27428         Log: add $Tie::RefHash::VERSION
27429      Branch: maint-5.6/perl
27430            ! lib/Tie/RefHash.pm
27431 ____________________________________________________________________________
27432 [  9631] By: jhi                                   on 2001/04/08  16:10:15
27433         Log: perl571delta updates based on p5p feedback; still needs
27434              lots of examples.
27435      Branch: perl
27436            ! pod/perl571delta.pod
27437 ____________________________________________________________________________
27438 [  9630] By: jhi                                   on 2001/04/08  15:59:13
27439         Log: Update the list of supported platforms to talk about 5.7.1
27440              (and 5.6.1)
27441      Branch: perl
27442            ! pod/perlport.pod
27443 ____________________________________________________________________________
27444 [  9629] By: jhi                                   on 2001/04/08  15:55:41
27445         Log: Integrate changes #8677,8680,8681,8725,8732,8776,8782,9290
27446              from maintperl into mainline: perlport updates.
27447      Branch: perl
27448            ! pod/perlport.pod
27449 ____________________________________________________________________________
27450 [  9628] By: jhi                                   on 2001/04/08  15:53:17
27451         Log: perlsolaris.pod copied to wrong directory.
27452      Branch: perl
27453            ! win32/makefile.mk
27454 ____________________________________________________________________________
27455 [  9627] By: jhi                                   on 2001/04/08  14:48:18
27456         Log: Subject: Typos in perl571delta.pod
27457              From: "Stephen P. Potter" <spp@spotter.yi.org>
27458              Date: Sat, 07 Apr 2001 20:37:05 -0400
27459              Message-Id: <20010408003710.2A8FC729DD@belgarath.spotter.yi.org>
27460      Branch: perl
27461            ! pod/perl571delta.pod
27462 ____________________________________________________________________________
27463 [  9626] By: jhi                                   on 2001/04/08  14:39:04
27464         Log: Smoke out dTHR, spotted by by Stephen P. Potter.
27465      Branch: perl
27466            ! gv.c
27467 ____________________________________________________________________________
27468 [  9625] By: nick                                  on 2001/04/08  10:14:23
27469         Log: Integrate mainline
27470      Branch: perlio
27471           +> pod/perl570delta.pod pod/perl571delta.pod
27472           !> (integrate 27 files)
27473 ____________________________________________________________________________
27474 [  9624] By: gsar                                  on 2001/04/08  06:08:17
27475         Log: test in t/pod/* were busted
27476              
27477              these tests are still not enabled in t/{harness,TEST}
27478      Branch: maint-5.6/perl
27479            ! lib/Pod/Find.pm t/pod/emptycmd.t t/pod/find.t t/pod/for.t
27480            ! t/pod/headings.t t/pod/include.t t/pod/included.t t/pod/lref.t
27481            ! t/pod/multiline_items.t t/pod/nested_items.t
27482            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
27483            ! t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
27484 ____________________________________________________________________________
27485 [  9623] By: gsar                                  on 2001/04/08  03:37:01
27486         Log: integrate change#9470 from mainline
27487              
27488              Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
27489      Branch: maint-5.6/perl
27490           !> ext/Socket/Socket.xs
27491 ____________________________________________________________________________
27492 [  9622] By: jhi                                   on 2001/04/07  22:40:47
27493         Log: Update Changes.
27494      Branch: perl
27495            ! Changes patchlevel.h
27496 ____________________________________________________________________________
27497 [  9621] By: jhi                                   on 2001/04/07  22:34:16
27498         Log: Update AUTHORS.
27499      Branch: perl
27500            ! AUTHORS
27501 ____________________________________________________________________________
27502 [  9620] By: jhi                                   on 2001/04/07  22:12:47
27503         Log: Forgot to bump the number of tests in #9164.
27504      Branch: perl
27505            ! t/op/array.t
27506 ____________________________________________________________________________
27507 [  9619] By: jhi                                   on 2001/04/07  22:09:50
27508         Log: Bump patchlevel to 5.7.1.
27509      Branch: perl
27510            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
27511            ! config_h.SH patchlevel.h
27512 ____________________________________________________________________________
27513 [  9618] By: jhi                                   on 2001/04/07  22:02:41
27514         Log: Populate perl571delta.
27515      Branch: perl
27516            ! pod/perl571delta.pod
27517 ____________________________________________________________________________
27518 [  9617] By: jhi                                   on 2001/04/07  22:01:23
27519         Log: Change 5.7.0 to 5.7.1 in some of the places I would be guaranteed
27520              to forget it later; do not change patchlevel.h yet or regenerate
27521              Configure yet.
27522      Branch: perl
27523            ! epoc/config.sh win32/Makefile win32/config_H.bc
27524            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
27525 ____________________________________________________________________________
27526 [  9616] By: jhi                                   on 2001/04/07  17:46:33
27527         Log: Add PerlIO and Encode information to perl571delta, fron NI-S.
27528      Branch: perl
27529            ! pod/perl571delta.pod
27530 ____________________________________________________________________________
27531 [  9615] By: jhi                                   on 2001/04/07  17:33:21
27532         Log: Change the toc configuration.
27533      Branch: perl
27534            ! pod/buildtoc.PL pod/perl.pod
27535 ____________________________________________________________________________
27536 [  9614] By: jhi                                   on 2001/04/07  17:29:47
27537         Log: Subject: PATCH: $[
27538              From: Robin Houston <robin@kitsite.com>
27539              Date: Fri, 6 Apr 2001 18:10:14 +0100
27540              Message-ID: <20010406181014.A18803@puffinry.freeserve.co.uk>
27541      Branch: perl
27542            ! op.c t/op/array.t
27543 ____________________________________________________________________________
27544 [  9613] By: jhi                                   on 2001/04/07  17:28:26
27545         Log: Subject: [PATCH perl@9424] isn't numeric warning
27546              From: Robin Barker <rmb1@cise.npl.co.uk>
27547              Date: Fri, 6 Apr 2001 18:08:52 +0100 (BST)
27548              Message-Id: <200104061708.SAA06783@tempest.npl.co.uk>
27549      Branch: perl
27550            ! sv.c t/pragma/warn/sv
27551 ____________________________________________________________________________
27552 [  9612] By: jhi                                   on 2001/04/07  17:26:45
27553         Log: Subject: [PATCH bleadperl] Re: [PATCH dump.c] hash quality
27554              From: Mike Guy <mjtg@cam.ac.uk>
27555              Date: Fri, 06 Apr 2001 12:47:06 +0100
27556              Message-Id: <E14lUhm-0000rx-00@libra.cus.cam.ac.uk>
27557      Branch: perl
27558            ! dump.c t/lib/peek.t
27559 ____________________________________________________________________________
27560 [  9611] By: jhi                                   on 2001/04/07  17:21:35
27561         Log: Create perl571delta and seed it off with the perldelta changes
27562              since 5.7.0; remove those changes from perldelta and rename it
27563              as perl570delta; recreate perldelta but leave it almost empty.
27564      Branch: perl
27565            + pod/perl570delta.pod pod/perl571delta.pod
27566            ! MANIFEST pod/perldelta.pod
27567 ____________________________________________________________________________
27568 [  9610] By: jhi                                   on 2001/04/07  16:56:32
27569         Log: Denit.
27570      Branch: perl
27571            ! pod/perldelta.pod
27572 ____________________________________________________________________________
27573 [  9609] By: jhi                                   on 2001/04/07  16:38:32
27574         Log: Retract #9523: needs more thought.
27575      Branch: perl
27576            ! Makefile.SH
27577 ____________________________________________________________________________
27578 [  9608] By: jhi                                   on 2001/04/07  14:59:20
27579         Log: atmark() code cleanaup.
27580      Branch: perl
27581            ! ext/IO/IO.xs
27582 ____________________________________________________________________________
27583 [  9607] By: jhi                                   on 2001/04/07  14:48:14
27584         Log: Integrate change #9605 from maintperl into mainline.
27585              
27586              can't optimize away scope entry if tr/// is present
27587      Branch: perl
27588           !> op.c t/op/tr.t
27589 ____________________________________________________________________________
27590 [  9606] By: jhi                                   on 2001/04/07  14:43:59
27591         Log: Integrate perlio.
27592      Branch: perl
27593           +> win32/FindExt.pm
27594           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c t/lib/md5-file.t
27595           !> win32/buildext.pl win32/config_sh.PL win32/makefile.mk
27596 ____________________________________________________________________________
27597 [  9605] By: gsar                                  on 2001/04/07  11:52:40
27598         Log: can't optimize away scope entry if tr/// is present
27599      Branch: maint-5.6/perl
27600            ! op.c t/op/tr.t
27601 ____________________________________________________________________________
27602 [  9604] By: nick                                  on 2001/04/07  11:39:45
27603         Log: Split out extension finding code from buildext.pl into FindExt.pm
27604              Use it to get Config.pm's idea of available extensions in line
27605              with what is built.
27606      Branch: perlio
27607            + win32/FindExt.pm
27608            ! MANIFEST win32/buildext.pl win32/config_sh.PL
27609            ! win32/makefile.mk
27610 ____________________________________________________________________________
27611 [  9603] By: nick                                  on 2001/04/07  09:11:38
27612         Log: Cleanup correction for failed :Via() layer, also set an error code.
27613      Branch: perlio
27614            ! ext/PerlIO/Via/Via.xs
27615 ____________________________________________________________________________
27616 [  9602] By: nick                                  on 2001/04/07  08:38:04
27617         Log: Digests in lib/md5-file.t are for text files _without_ CRLF i.e. UNIX
27618              style. So don't use binmode() on the handles so that Win32 etc. see
27619              same sequence and produce same digests.
27620      Branch: perlio
27621            ! t/lib/md5-file.t
27622 ____________________________________________________________________________
27623 [  9601] By: nick                                  on 2001/04/07  08:36:26
27624         Log: Allow PerlIOBase_pushed to ignore prefix on mode (e.g. sysopen's "#r")
27625              Else it complains and so crlf layer (say) does not get pushed.
27626      Branch: perlio
27627            ! perlio.c
27628 ____________________________________________________________________________
27629 [  9600] By: jhi                                   on 2001/04/06  23:00:09
27630         Log: Integrate change #9599 from perlio into mainline.
27631      Branch: perl
27632           !> ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
27633           !> win32/config_H.vc
27634 ____________________________________________________________________________
27635 [  9599] By: nick                                  on 2001/04/06  21:42:43
27636         Log: Quote $VERSION in Encode.pm.
27637              regen_config_h as requested.
27638      Branch: perlio
27639            ! ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
27640            ! win32/config_H.vc
27641 ____________________________________________________________________________
27642 [  9598] By: nick                                  on 2001/04/06  20:34:59
27643         Log: Integrate mainline
27644      Branch: perlio
27645           +> README.macos
27646           !> (integrate 39 files)
27647 ____________________________________________________________________________
27648 [  9597] By: gsar                                  on 2001/04/06  18:06:35
27649         Log: integrate change#9464 from mainline (addendum to change#8313)
27650              
27651              Subject: [PATCH @9452] Better peep()ing for foreach() loops
27652      Branch: maint-5.6/perl
27653           !> op.c
27654 ____________________________________________________________________________
27655 [  9596] By: jhi                                   on 2001/04/06  17:26:03
27656         Log: The d_casti32=undef is good for you even when not use64bitall.
27657      Branch: perl
27658            ! hints/hpux.sh
27659 ____________________________________________________________________________
27660 [  9595] By: gsar                                  on 2001/04/06  14:57:17
27661         Log: add a low-impact fix to accomodate darwin-ism
27662      Branch: maint-5.6/perl
27663            ! ext/Errno/Errno_pm.PL
27664 ____________________________________________________________________________
27665 [  9594] By: jhi                                   on 2001/04/06  14:55:14
27666         Log: Integrate changes #9528,9593 from mainline into maintperl;
27667              tweaking the editor/IDE/shell list.
27668      Branch: maint-5.6/perl
27669           !> pod/perlfaq3.pod
27670 ____________________________________________________________________________
27671 [  9593] By: jhi                                   on 2001/04/06  14:51:39
27672         Log: Make the editor/IDE/shell list a little bit airier.
27673      Branch: perl
27674            ! pod/perlfaq3.pod
27675 ____________________________________________________________________________
27676 [  9592] By: gsar                                  on 2001/04/06  14:45:18
27677         Log: integrate change#9477 from mainline (base.pm doc tweak)
27678              
27679              missing doc entry for fmod()
27680      Branch: maint-5.6/perl
27681            ! lib/Math/BigFloat.pm
27682           !> lib/base.pm
27683 ____________________________________________________________________________
27684 [  9591] By: jhi                                   on 2001/04/06  13:55:48
27685         Log: Regen toc.
27686      Branch: perl
27687            ! pod/perltoc.pod
27688 ____________________________________________________________________________
27689 [  9590] By: jhi                                   on 2001/04/06  13:54:52
27690         Log: Math::BigFloat patches from John Peacock.  The equivalent
27691              of #9586 from maintperl but reworked by John to work with
27692              the bleadperl.
27693      Branch: perl
27694            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
27695 ____________________________________________________________________________
27696 [  9589] By: jhi                                   on 2001/04/06  13:42:23
27697         Log: Define the U32_ALIGNMENT_REQUIRED only if it's not already defined.
27698      Branch: perl
27699            ! ext/Digest/MD5/Makefile.PL
27700 ____________________________________________________________________________
27701 [  9588] By: jhi                                   on 2001/04/06  13:31:45
27702         Log: Integrate changes #9584,9587 from maintperl into mainline.
27703              
27704              keep eval"" CVs alive until the end of the statement in which
27705              they're called
27706              
27707              add README.macos (from Chris Nandor)
27708              
27709              tyop in change#9555
27710      Branch: perl
27711           +> README.macos
27712           !> MANIFEST embed.h embed.pl global.sym objXSUB.h perlapi.c
27713           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod pod/perlguts.pod
27714           !> pp_ctl.c proto.h scope.c scope.h sv.c win32/Makefile
27715           !> win32/makefile.mk
27716 ____________________________________________________________________________
27717 [  9587] By: gsar                                  on 2001/04/06  07:31:30
27718         Log: add README.macos (from Chris Nandor)
27719              
27720              tyop in change#9555
27721      Branch: maint-5.6/perl
27722            + README.macos
27723            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod
27724            ! win32/Makefile win32/makefile.mk
27725 ____________________________________________________________________________
27726 [  9586] By: gsar                                  on 2001/04/06  07:08:54
27727         Log: fixes for Math::BigFloat bugs; add fmod() (from John Peacock)
27728      Branch: maint-5.6/perl
27729            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
27730 ____________________________________________________________________________
27731 [  9585] By: gsar                                  on 2001/04/06  06:58:44
27732         Log: integrate changes#9555,9556,9563..9567,9570..9575,9577..9578
27733              from mainline
27734              
27735              Subject: [PATCH] Base64 update to perlfaq9.pod
27736              
27737              Subject: [PATCH AUTHORS] Housekeeping
27738              
27739              Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
27740              Mac OS X (Darwin) has extra pwent fields.
27741              
27742              Subject: [PATCH B::*] print control-character vars readably
27743              Needs EBCDICification.
27744              
27745              Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
27746              
27747              Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
27748              
27749              Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
27750              
27751              Subject: [PATCH B::Deparse] binmode is no longer an UNOP
27752              
27753              Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
27754              
27755              Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
27756              
27757              Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
27758              
27759              Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
27760              
27761              FreeBSD hints tweak from Anton Berezin.
27762              
27763              Subject: [PATCH foolperl & bleadperl] README.vms update
27764              
27765              Subject: Re: [PATCH foolperl & bleadperl] README.vms update
27766      Branch: maint-5.6/perl
27767           !> AUTHORS README.vms ext/B/B.pm ext/B/B/Concise.pm
27768           !> ext/B/B/Debug.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
27769           !> hints/freebsd.sh pod/perlfaq9.pod pp.c t/op/oct.t t/op/pwent.t
27770 ____________________________________________________________________________
27771 [  9584] By: gsar                                  on 2001/04/06  04:09:00
27772         Log: keep eval"" CVs alive until the end of the statement in which
27773              they're called; this avoids a coredump ensuing from search for
27774              lexicals in code such as:
27775              
27776              sub bug {
27777              my $s = @_;
27778              eval q[sub { eval 'sub { &$s }' }];
27779              }
27780              bug("x")->()->();
27781              
27782              this code still doesn't work as intended (as it has remained
27783              since time immemorial), but it doesn't provoke a coredump anymore
27784      Branch: maint-5.6/perl
27785            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
27786            ! pod/perlguts.pod pp_ctl.c proto.h scope.c scope.h sv.c
27787 ____________________________________________________________________________
27788 [  9583] By: jhi                                   on 2001/04/05  23:52:51
27789         Log: Update Changes.
27790      Branch: perl
27791            ! Changes patchlevel.h
27792 ____________________________________________________________________________
27793 [  9582] By: jhi                                   on 2001/04/05  23:11:23
27794         Log: Slight doc tweak.
27795      Branch: perl
27796            ! pod/perlunicode.pod
27797 ____________________________________________________________________________
27798 [  9581] By: jhi                                   on 2001/04/05  23:04:11
27799         Log: Integrate perlio.
27800      Branch: perl
27801           !> pod/perlunicode.pod
27802 ____________________________________________________________________________
27803 [  9580] By: jhi                                   on 2001/04/05  23:03:29
27804         Log: Test for #9579.
27805      Branch: perl
27806            ! t/op/do.t
27807 ____________________________________________________________________________
27808 [  9579] By: jhi                                   on 2001/04/05  22:54:17
27809         Log: Subject: [PATCH] Propagate calling context for do '...'
27810              From: Gisle Aas <gisle@ActiveState.com>
27811              Date: 04 Apr 2001 20:17:29 -0700
27812              Message-ID: <lrg0fo827q.fsf@caliper.ActiveState.com>
27813      Branch: perl
27814            ! pod/perlfunc.pod pp_ctl.c
27815 ____________________________________________________________________________
27816 [  9578] By: jhi                                   on 2001/04/05  22:52:51
27817         Log: Subject: Re: [PATCH foolperl & bleadperl] README.vms update
27818              From: Peter Prymmer <pvhp@forte.com>
27819              Date: Thu, 5 Apr 2001 12:00:04 -0700 (PDT)
27820              Message-ID: <Pine.OSF.4.10.10104051156340.518291-100000@aspara.forte.com>
27821      Branch: perl
27822            ! README.vms
27823 ____________________________________________________________________________
27824 [  9577] By: jhi                                   on 2001/04/05  22:48:22
27825         Log: Subject: [PATCH foolperl & bleadperl] README.vms update
27826              From: "Craig A. Berry" <craigberry@mac.com>
27827              Date: Thu, 5 Apr 2001 13:43:28 -0500
27828              Message-Id: <p04330101b6f269936918@[172.16.52.1]>
27829      Branch: perl
27830            ! README.vms
27831 ____________________________________________________________________________
27832 [  9576] By: jhi                                   on 2001/04/05  22:31:38
27833         Log: Subject: [PATCH lib/base.pm t/lib/base.t] Fix subtle $VERSION mistakes with base.pm
27834              From: Michael G Schwern <schwern@pobox.com>
27835              Date: Thu, 5 Apr 2001 21:53:21 +0100
27836              Message-ID: <20010405215321.A4828@blackrider.blackstar.co.uk>
27837      Branch: perl
27838            ! lib/base.pm t/lib/fields.t
27839 ____________________________________________________________________________
27840 [  9575] By: jhi                                   on 2001/04/05  22:26:10
27841         Log: FreeBSD hints tweak from Anton Berezin.
27842      Branch: perl
27843            ! hints/freebsd.sh
27844 ____________________________________________________________________________
27845 [  9574] By: jhi                                   on 2001/04/05  22:24:03
27846         Log: Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
27847              From: David Dyck <dcd@tc.fluke.com>
27848              Date: Thu, 5 Apr 2001 09:40:58 -0700 (PDT)
27849              Message-ID: <Pine.LNX.4.30.0104050838330.30478-100000@dd.tc.fluke.com>
27850      Branch: perl
27851            ! t/op/oct.t
27852 ____________________________________________________________________________
27853 [  9573] By: jhi                                   on 2001/04/05  22:23:06
27854         Log: Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
27855              Date: Wed, 4 Apr 2001 13:27:15 -0700 (PDT)
27856              From: David Dyck <dcd@tc.fluke.com>
27857              Message-ID: <Pine.LNX.4.30.0104041325310.25358-100000@dd.tc.fluke.com>
27858      Branch: perl
27859            ! pp.c
27860 ____________________________________________________________________________
27861 [  9572] By: jhi                                   on 2001/04/05  22:14:47
27862         Log: Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
27863              From: Robin Houston <robin@kitsite.com>
27864              Date: Thu, 5 Apr 2001 20:56:48 +0100
27865              Message-ID: <20010405205648.A16814@puffinry.freeserve.co.uk>
27866      Branch: perl
27867            ! ext/B/B/Deparse.pm
27868 ____________________________________________________________________________
27869 [  9571] By: jhi                                   on 2001/04/05  22:12:53
27870         Log: Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
27871              From: Robin Houston <robin@kitsite.com>
27872              Date: Thu, 5 Apr 2001 19:55:51 +0100
27873              Message-ID: <20010405195551.A16686@puffinry.freeserve.co.uk>
27874      Branch: perl
27875            ! ext/B/B/Deparse.pm
27876 ____________________________________________________________________________
27877 [  9570] By: jhi                                   on 2001/04/05  22:11:06
27878         Log: Subject: [PATCH B::Deparse] binmode is no longer an UNOP
27879              From: Robin Houston <robin@kitsite.com>
27880              Date: Thu, 5 Apr 2001 20:16:29 +0100
27881              Message-ID: <20010405201629.A16763@puffinry.freeserve.co.uk>
27882      Branch: perl
27883            ! ext/B/B/Deparse.pm
27884 ____________________________________________________________________________
27885 [  9569] By: nick                                  on 2001/04/05  21:32:26
27886         Log: Change sense from "incomplete" to "implemented but needs more work" in perlunicode.pod
27887      Branch: perlio
27888            ! pod/perlunicode.pod
27889 ____________________________________________________________________________
27890 [  9568] By: nick                                  on 2001/04/05  19:38:09
27891         Log: Integrate mainline
27892      Branch: perlio
27893           +> lib/Class/ISA.pm t/lib/class-isa.t t/lib/md5-align.t
27894           !> (integrate 35 files)
27895 ____________________________________________________________________________
27896 [  9567] By: jhi                                   on 2001/04/05  18:31:45
27897         Log: Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
27898              From: Robin Houston <robin@kitsite.com>
27899              Date: Thu, 5 Apr 2001 18:03:23 +0100
27900              Message-ID: <20010405180323.A16388@puffinry.freeserve.co.uk>
27901      Branch: perl
27902            ! ext/B/B/Deparse.pm
27903 ____________________________________________________________________________
27904 [  9566] By: jhi                                   on 2001/04/05  18:29:35
27905         Log: Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
27906              From: Robin Houston <robin@kitsite.com>
27907              Date: Thu, 5 Apr 2001 16:45:18 +0100
27908              Message-ID: <20010405164517.B16037@puffinry.freeserve.co.uk>
27909      Branch: perl
27910            ! ext/B/B.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
27911 ____________________________________________________________________________
27912 [  9565] By: jhi                                   on 2001/04/05  18:24:23
27913         Log: Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
27914              From: Robin Houston <robin@kitsite.com>
27915              Date: Thu, 5 Apr 2001 14:50:09 +0100
27916              Message-ID: <20010405145009.A15916@puffinry.freeserve.co.uk>
27917      Branch: perl
27918            ! ext/B/B/Deparse.pm
27919 ____________________________________________________________________________
27920 [  9564] By: jhi                                   on 2001/04/05  18:23:03
27921         Log: Subject: [PATCH B::*] print control-character vars readably
27922              From: Robin Houston <robin@kitsite.com>
27923              Date: Thu, 5 Apr 2001 14:27:38 +0100
27924              Message-ID: <20010405142738.A15855@puffinry.freeserve.co.uk>
27925              
27926              Needs EBCDICification.
27927      Branch: perl
27928            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Debug.pm
27929            ! ext/B/B/Terse.pm
27930 ____________________________________________________________________________
27931 [  9563] By: jhi                                   on 2001/04/05  18:20:32
27932         Log: Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
27933              Date: Thu, 5 Apr 2001 13:21:42 -0400
27934              From: Paul Schinder <schinder@pobox.com>
27935              Message-Id: <p05100900b6f25159e767@[10.0.1.52]>
27936              
27937              Mac OS X (Darwin) has extra pwent fields.
27938      Branch: perl
27939            ! t/op/pwent.t
27940 ____________________________________________________________________________
27941 [  9562] By: jhi                                   on 2001/04/05  17:57:51
27942         Log: Regen toc.
27943      Branch: perl
27944            ! pod/perltoc.pod
27945 ____________________________________________________________________________
27946 [  9561] By: jhi                                   on 2001/04/05  17:47:33
27947         Log: Metaconfig units changes for #9560, plus regen Glossary.patch.
27948      Branch: metaconfig
27949            ! U/Glossary.patch
27950      Branch: metaconfig/U/perl
27951            + d_u32align.U
27952            ! d_cmsghdr_s.U d_msghdr_s.U
27953 ____________________________________________________________________________
27954 [  9560] By: jhi                                   on 2001/04/05  17:47:01
27955         Log: Introduce d_u32align / U32_REQUIRES_ALIGNMENT, needed for
27956              ext/Digest/MD5/Makefile.PL and t/lib/md5-align.t.
27957              Introduce probes for struct msghdr, struct cmsghdr,
27958              sendmsg, recvmsg, readv, writev, setitimer, getitimer,
27959              ualarm, usleep, for possible later extension work.
27960      Branch: perl
27961            + t/lib/md5-align.t
27962            ! Configure MANIFEST Porting/Glossary Porting/config.sh
27963            ! Porting/config_H config_h.SH configure.com epoc/config.sh
27964            ! ext/Digest/MD5/Makefile.PL perl.h uconfig.h uconfig.sh
27965            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
27966            ! vos/config.ga.h win32/config.bc win32/config.gc
27967            ! win32/config.vc
27968 ____________________________________________________________________________
27969 [  9559] By: jhi                                   on 2001/04/05  13:03:04
27970         Log: Be traditional in your cpp (for the Errno extension).
27971      Branch: perl
27972            ! hints/darwin.sh
27973 ____________________________________________________________________________
27974 [  9558] By: jhi                                   on 2001/04/05  13:00:05
27975         Log: Add $Config{cppflags} to the gcc incantation.
27976      Branch: perl
27977            ! ext/Errno/Errno_pm.PL
27978 ____________________________________________________________________________
27979 [  9557] By: jhi                                   on 2001/04/05  04:22:39
27980         Log: Introduce Sean Burke's Class::ISA 0.32.
27981      Branch: perl
27982            + lib/Class/ISA.pm t/lib/class-isa.t
27983            ! MANIFEST
27984 ____________________________________________________________________________
27985 [  9556] By: jhi                                   on 2001/04/05  04:09:50
27986         Log: Subject: [PATCH AUTHORS] Housekeeping
27987              From: Paul Johnson <paul@pjcj.net> 
27988              Date: Wed, 4 Apr 2001 22:45:47 +0200
27989              Message-ID: <20010404224547.D9548@pjcj.net>
27990      Branch: perl
27991            ! AUTHORS
27992 ____________________________________________________________________________
27993 [  9555] By: jhi                                   on 2001/04/05  04:06:33
27994         Log: Subject: [PATCH] Base64 update to perlfaq9.pod
27995              From: Gisle Aas <gisle@ActiveState.com>
27996              Date: 04 Apr 2001 14:23:04 -0700
27997              Message-ID: <lrlmpg9x6v.fsf@caliper.ActiveState.com>
27998      Branch: perl
27999            ! pod/perlfaq9.pod
28000 ____________________________________________________________________________
28001 [  9554] By: jhi                                   on 2001/04/05  04:05:49
28002         Log: Downgrade also the "Wide character" diagnostic.
28003      Branch: perl
28004            ! pod/perldiag.pod
28005 ____________________________________________________________________________
28006 [  9553] By: jhi                                   on 2001/04/05  04:00:33
28007         Log: Integrate changes #9544,9547,9549(perlio),9550,9551 from
28008              maintperl into mainline.
28009              
28010              "double" should be "NV"; standard typemap is missing entry
28011              for NV
28012              
28013              s/djSP/dSP/
28014              
28015              Downgrade "Wide character in print" to a warning.
28016              
28017              B::Deparse fix for ${^FOO} and documentation for PVX() method
28018              (from Robin Houston)
28019              
28020              tr/// doesn't null-terminate the result in some situations
28021              (from Gisle Aas)
28022      Branch: perl
28023           !> doio.c doop.c ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
28024           !> ext/B/B/Deparse.pm ext/Thread/Thread.xs lib/ExtUtils/typemap
28025           !> t/io/utf8.t t/op/tr.t
28026 ____________________________________________________________________________
28027 [  9552] By: jhi                                   on 2001/04/05  03:52:50
28028         Log: Retract changes #9542 and #9538 (from maintperl, integrated
28029              at #9540), shouldn't be needed because of the perlio changes.
28030      Branch: perl
28031            ! util.c
28032 ____________________________________________________________________________
28033 [  9551] By: gsar                                  on 2001/04/05  00:18:34
28034         Log: tr/// doesn't null-terminate the result in some situations
28035              (from Gisle Aas)
28036      Branch: maint-5.6/perl
28037            ! doop.c t/op/tr.t
28038 ____________________________________________________________________________
28039 [  9550] By: gsar                                  on 2001/04/04  20:04:17
28040         Log: B::Deparse fix for ${^FOO} and documentation for PVX() method
28041              (from Robin Houston)
28042      Branch: maint-5.6/perl
28043            ! ext/B/B.pm ext/B/B/Deparse.pm
28044 ____________________________________________________________________________
28045 [  9549] By: nick                                  on 2001/04/04  18:56:15
28046         Log: Downgrade "Wide character in print" to a warning.
28047      Branch: perlio
28048            ! doio.c t/io/utf8.t
28049 ____________________________________________________________________________
28050 [  9548] By: gsar                                  on 2001/04/04  18:51:49
28051         Log: integrate changes#9460,9462,9482,9521,9522
28052              
28053              Subject: PATCH: B::Debug should show LOOP-specific fields
28054              
28055              Subject: B::Deparse precedence bug. (Patch included.)
28056              
28057              Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
28058              
28059              Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
28060              
28061              Subject: [PATCH B::Concise] padname values may have bogus SvCUR
28062      Branch: maint-5.6/perl
28063           !> ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Debug.pm
28064           !> ext/B/B/Deparse.pm ext/B/B/Showlex.pm
28065 ____________________________________________________________________________
28066 [  9547] By: gsar                                  on 2001/04/04  18:49:16
28067         Log: s/djSP/dSP/
28068      Branch: maint-5.6/perl
28069            ! ext/Thread/Thread.xs
28070 ____________________________________________________________________________
28071 [  9546] By: nick                                  on 2001/04/04  18:44:00
28072         Log: Integrate mainline.
28073      Branch: perlio
28074           !> Makefile.SH embed.pl ext/File/Glob/Glob.pm jpl/JNI/JNI.pm op.c
28075           !> os2/OS2/Process/Process.pm perl.c pod/perlapi.pod util.c
28076 ____________________________________________________________________________
28077 [  9545] By: gsar                                  on 2001/04/04  18:38:52
28078         Log: integrate change#8837 from mainline
28079              
28080              Subject: [patch] -Wall cleanup round 2
28081      Branch: maint-5.6/perl
28082           !> ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
28083           !> ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
28084           !> ext/File/Glob/Glob.xs ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs
28085           !> ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
28086           !> ext/SDBM_File/SDBM_File.xs
28087 ____________________________________________________________________________
28088 [  9544] By: gsar                                  on 2001/04/04  17:49:57
28089         Log: "double" should be "NV"; standard typemap is missing entry
28090              for NV
28091      Branch: maint-5.6/perl
28092            ! ext/B/B.xs ext/B/B/C.pm lib/ExtUtils/typemap
28093 ____________________________________________________________________________
28094 [  9543] By: jhi                                   on 2001/04/04  14:13:18
28095         Log: Thou shalt not (just) match for English error messages.
28096      Branch: perl
28097            ! ext/File/Glob/Glob.pm jpl/JNI/JNI.pm
28098            ! os2/OS2/Process/Process.pm
28099 ____________________________________________________________________________
28100 [  9542] By: jhi                                   on 2001/04/04  13:20:39
28101         Log: Make the stdio tricks of fflush_all() to exist only if
28102              stdio is being used.
28103      Branch: perl
28104            ! util.c
28105 ____________________________________________________________________________
28106 [  9541] By: jhi                                   on 2001/04/04  04:20:24
28107         Log: Subject: Re: [PATCH] Lighten up glob
28108              From: Benjamin Sugars <bsugars@canoe.ca>
28109              Date: Tue, 3 Apr 2001 17:03:48 -0400 (EDT)
28110              Message-ID: <Pine.LNX.4.21.0104031700340.2143-100000@marmot.rim.canoe.ca>
28111      Branch: perl
28112            ! embed.pl ext/File/Glob/Glob.pm op.c perl.c pod/perlapi.pod
28113            ! util.c
28114 ____________________________________________________________________________
28115 [  9540] By: jhi                                   on 2001/04/04  04:03:57
28116         Log: Integrate changes #9538,9539 from maintperl into mainline.
28117              
28118              fflush() is a macro on SunOS 4.1.x, so provide a wrapper
28119              for use with _fwalk() (fix for change#7705)
28120              
28121              another tweak needed for SunOS 4.1.x build (from Mike Guy)
28122              (cp -f is not portable)
28123      Branch: perl
28124           !> Makefile.SH util.c
28125 ____________________________________________________________________________
28126 [  9539] By: gsar                                  on 2001/04/04  03:01:14
28127         Log: another tweak needed for SunOS 4.1.x build (from Mike Guy)
28128      Branch: maint-5.6/perl
28129            ! Makefile.SH
28130 ____________________________________________________________________________
28131 [  9538] By: gsar                                  on 2001/04/04  01:00:38
28132         Log: fflush() is a macro on SunOS 4.1.x, so provide a wrapper
28133              for use with _fwalk() (fix for change#7705)
28134      Branch: maint-5.6/perl
28135            ! util.c
28136 ____________________________________________________________________________
28137 [  9537] By: nick                                  on 2001/04/03  19:24:55
28138         Log: Integrate mainline
28139      Branch: perlio
28140           +> ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL lib/unicode/NamesList.txt
28141           +> lib/unicode/PropList.html
28142            - lib/unicode/Names.txt lib/unicode/README.Ethiopic
28143           !> (integrate 69 files)
28144 ____________________________________________________________________________
28145 [  9536] By: jhi                                   on 2001/04/03  18:02:31
28146         Log: Integrate change #9533 from maintperl into mainline.
28147              
28148              better fix for change#9517 to accomodate UNC paths like
28149              \\server\share\foo, and paths with trailing backslash
28150              like c:\this\
28151      Branch: perl
28152           !> utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
28153 ____________________________________________________________________________
28154 [  9535] By: jhi                                   on 2001/04/03  17:58:07
28155         Log: Change the push/unshift warning to be of class syntax, not misc.
28156      Branch: perl
28157            ! op.c pod/perldiag.pod t/pragma/warn/op
28158 ____________________________________________________________________________
28159 [  9534] By: jhi                                   on 2001/04/03  15:03:46
28160         Log: Change the push/unshift warning (#9532) to talk about "no values"
28161              instead of "no arguments".
28162      Branch: perl
28163            ! op.c pod/perldiag.pod t/pragma/warn/op
28164 ____________________________________________________________________________
28165 [  9533] By: gsar                                  on 2001/04/03  14:30:07
28166         Log: better fix for change#9517 to accomodate UNC paths like
28167              \\server\share\foo, and paths with trailing backslash
28168              like c:\this\
28169      Branch: maint-5.6/perl
28170            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
28171 ____________________________________________________________________________
28172 [  9532] By: jhi                                   on 2001/04/03  13:11:46
28173         Log: Subject: Re: [ID 20010331.003] new misc warning for push(@x), unshift(@x)
28174              From: Robin Houston <robin@kitsite.com>
28175              Date: Mon, 2 Apr 2001 15:03:29 +0100
28176              Message-ID: <20010402150329.A6636@puffinry.freeserve.co.uk>
28177      Branch: perl
28178            ! op.c pod/perldiag.pod t/lib/db-recno.t t/pragma/warn/op
28179 ____________________________________________________________________________
28180 [  9531] By: jhi                                   on 2001/04/03  13:06:34
28181         Log: Integrate change #9530 from maintperl into mainline.
28182              
28183              accomodate VMS "mailbox overflow" quirk in testsuite (from
28184              Craig Berry)
28185      Branch: perl
28186           !> t/lib/socket.t
28187 ____________________________________________________________________________
28188 [  9530] By: gsar                                  on 2001/04/03  04:56:41
28189         Log: accomodate VMS "mailbox overflow" quirk in testsuite (from
28190              Craig Berry)
28191      Branch: maint-5.6/perl
28192            ! t/lib/socket.t
28193 ____________________________________________________________________________
28194 [  9529] By: jhi                                   on 2001/04/03  02:34:34
28195         Log: Update Changes.
28196      Branch: perl
28197            ! Changes patchlevel.h
28198 ____________________________________________________________________________
28199 [  9528] By: jhi                                   on 2001/04/03  01:27:57
28200         Log: Subject: [PATCH: 9508] perlfaq3: extend the silly long list even further
28201              Date: Mon, 2 Apr 2001 18:24:53 -0700 (PDT)
28202              To: perl5-porters@perl.org
28203              Message-ID: <Pine.OSF.4.10.10104021823330.279908-100000@aspara.forte.com>
28204      Branch: perl
28205            ! pod/perlfaq3.pod
28206 ____________________________________________________________________________
28207 [  9527] By: jhi                                   on 2001/04/03  01:22:09
28208         Log: Subject: [PATCH: 9508] build && test XS::Typemap on VMS, glob-basic insensitivity training
28209              From: Peter Prymmer <pvhp@forte.com>
28210              Date: Mon, 2 Apr 2001 17:40:27 -0700 (PDT)
28211              Message-ID: <Pine.OSF.4.10.10104021727250.278825-100000@aspara.forte.com>      
28212      Branch: perl
28213            ! configure.com t/lib/glob-basic.t t/lib/xs-typemap.t
28214 ____________________________________________________________________________
28215 [  9526] By: jhi                                   on 2001/04/03  01:18:25
28216         Log: The metaconfig unit changes for #9525.
28217      Branch: metaconfig
28218            ! U/a_dvisory/quadtype.U U/modified/mallocsrc.U
28219      Branch: metaconfig/U/perl
28220            ! use64bits.U
28221 ____________________________________________________________________________
28222 [  9525] By: jhi                                   on 2001/04/03  01:17:30
28223         Log: Configure sanity checks:
28224              * if use64bitall is attempted but pointers are only 32-bit,
28225              'downgrade' to use64bitint
28226              * if use64bitint is attempted but there's no quad type,
28227              forget about use64bitint (well, the default for it is 'n',
28228              the user can still override this)
28229              * if pointers are 64 bits, do not try to use Perl's malloc
28230      Branch: perl
28231            ! Configure
28232 ____________________________________________________________________________
28233 [  9524] By: gsar                                  on 2001/04/03  01:09:12
28234         Log: EPOC fix for lib/io_udp.t failure (from Olaf Flebbe)
28235      Branch: maint-5.6/perl
28236            ! pp_sys.c
28237 ____________________________________________________________________________
28238 [  9523] By: jhi                                   on 2001/04/03  00:02:31
28239         Log: (Retracted by #9609)
28240              
28241              Make it harder for parallel makes to enter 'test' before
28242              Dynaloader and File::Glob are happy.  (In principle 'make_ext'
28243              should be unhappy enough, but sometimes parallel makes seem
28244              to sneak past both in Tru64 and AIX.)
28245      Branch: perl
28246            ! Makefile.SH
28247 ____________________________________________________________________________
28248 [  9522] By: jhi                                   on 2001/04/02  22:35:31
28249         Log: Subject: [PATCH B::Concise] padname values may have bogus SvCUR
28250              Date: Mon, 2 Apr 2001 22:54:10 +0100
28251              From: Robin Houston <robin@kitsite.com>
28252              Message-ID: <20010402225410.A8273@puffinry.freeserve.co.uk>
28253      Branch: perl
28254            ! ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Showlex.pm
28255 ____________________________________________________________________________
28256 [  9521] By: jhi                                   on 2001/04/02  22:32:23
28257         Log: Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
28258              From: Robin Houston <robin@kitsite.com>
28259              Date: Mon, 2 Apr 2001 20:24:03 +0100
28260              Message-ID: <20010402202402.A8005@puffinry.freeserve.co.uk>
28261      Branch: perl
28262            ! ext/B/B/Concise.pm
28263 ____________________________________________________________________________
28264 [  9520] By: jhi                                   on 2001/04/02  22:30:43
28265         Log: Subject: [PATCH] REALLY pedantic hv.h nit
28266              From: Simon Cozens <simon@netthink.co.uk>
28267              Date: Mon, 2 Apr 2001 15:43:06 +0100
28268              Message-ID: <20010402154306.A21711@netthink.co.uk>
28269      Branch: perl
28270            ! hv.h
28271 ____________________________________________________________________________
28272 [  9519] By: jhi                                   on 2001/04/02  22:28:04
28273         Log: Based on
28274              
28275              Subject: [foolperl] EPOC fix
28276              From: Olaf Flebbe <O.Flebbe@science-computing.de>
28277              Date: Mon, 2 Apr 2001 23:36:51 +0200 (CEST)
28278              Message-ID: <Pine.LNX.4.02.10104022335380.5547-100000@milkyway.science-computing.de>
28279      Branch: perl
28280            ! pp_sys.c
28281 ____________________________________________________________________________
28282 [  9518] By: jhi                                   on 2001/04/02  22:22:34
28283         Log: Integrate changes #9511,9514,9517 from maintperl into mainline.
28284              
28285              README.win32 tweaks; add a note about alternative location for
28286              getting a gcc-2.95.2 that will build perl properly on windows
28287              
28288              add some notes about gutsy threading matters
28289              
28290              many of the utilities interpolate literal paths within doublequotes
28291              (fails on dosish platforms where path contains backslashes)
28292      Branch: perl
28293           !> README.win32 pod/perlguts.pod utils/perldoc.PL
28294           !> x2p/find2perl.PL x2p/s2p.PL
28295 ____________________________________________________________________________
28296 [  9517] By: gsar                                  on 2001/04/02  19:52:21
28297         Log: many of the utilities interpolate literal paths within doublequotes
28298              (fails on dosish platforms where path contains backslashes)
28299      Branch: maint-5.6/perl
28300            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
28301 ____________________________________________________________________________
28302 [  9516] By: gsar                                  on 2001/04/02  05:49:37
28303         Log: a foolish release
28304      Branch: maint-5.6/perl
28305            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
28306            ! pod/perltoc.pod
28307 ____________________________________________________________________________
28308 [  9515] By: gsar                                  on 2001/04/02  05:04:29
28309         Log: add missing changelog summaries
28310      Branch: maint-5.6/perl
28311            ! Changes
28312 ____________________________________________________________________________
28313 [  9514] By: gsar                                  on 2001/04/02  04:07:13
28314         Log: add some notes about gutsy threading matters
28315      Branch: maint-5.6/perl
28316            ! pod/perlguts.pod
28317 ____________________________________________________________________________
28318 [  9513] By: gsar                                  on 2001/04/02  03:25:21
28319         Log: add more prominent caveat notices about experimental features
28320      Branch: maint-5.6/perl
28321            ! pod/perlfork.pod pod/perlunicode.pod
28322 ____________________________________________________________________________
28323 [  9512] By: gsar                                  on 2001/04/02  02:54:33
28324         Log: integrate changes#9479,9509 from mainline
28325              
28326              [PATCH] File::Glob stuff for Mac OS
28327              
28328              [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
28329      Branch: maint-5.6/perl
28330           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
28331           !> t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
28332           !> t/lib/glob-taint.t
28333 ____________________________________________________________________________
28334 [  9511] By: gsar                                  on 2001/04/02  02:38:24
28335         Log: README.win32 tweaks; add a note about alternative location for
28336              getting a gcc-2.95.2 that will build perl properly on windows
28337      Branch: maint-5.6/perl
28338            ! README.win32
28339 ____________________________________________________________________________
28340 [  9510] By: jhi                                   on 2001/04/01  20:45:10
28341         Log: An ambiguosity warning.
28342      Branch: perl
28343            ! t/lib/trig.t
28344 ____________________________________________________________________________
28345 [  9509] By: jhi                                   on 2001/04/01  19:53:47
28346         Log: Subject: [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
28347              From: Jonathan Stowe <gellyfish@gellyfish.com>
28348              Date: Sun, 1 Apr 2001 10:04:55 +0100 (BST)
28349              Message-ID: <Pine.LNX.4.30.0104010958250.7703-100000@orpheus.gellyfish.com>
28350      Branch: perl
28351            ! ext/File/Glob/bsd_glob.c
28352 ____________________________________________________________________________
28353 [  9508] By: jhi                                   on 2001/04/01  19:35:03
28354         Log: Update Changes.
28355      Branch: perl
28356            ! Changes patchlevel.h
28357 ____________________________________________________________________________
28358 [  9507] By: jhi                                   on 2001/04/01  19:24:01
28359         Log: Integrate changes #9378,9458,9469,9475,9489,9490,9505,9506
28360              from mainline to maintperl: pod tweaks.
28361      Branch: maint-5.6/perl
28362           !> pod/perldebug.pod pod/perldiag.pod pod/perlfaq1.pod
28363           !> pod/perlguts.pod pod/perlhack.pod pod/perlop.pod
28364           !> pod/perlvar.pod
28365 ____________________________________________________________________________
28366 [  9506] By: jhi                                   on 2001/04/01  19:11:53
28367         Log: Commit Sarathy to April release of 5.6.1 :-)
28368      Branch: perl
28369            ! pod/perlfaq1.pod
28370 ____________________________________________________________________________
28371 [  9505] By: jhi                                   on 2001/04/01  19:03:15
28372         Log: Subject: PATCH 5.6.0 (perldebug.pod)
28373              From: Mark-Jason Dominus <mjd@plover.com>
28374              Date: Sun, 01 Apr 2001 14:25:11 -0400
28375              Message-ID: <20010401182511.9247.qmail@plover.com>
28376      Branch: perl
28377            ! pod/perldebug.pod
28378 ____________________________________________________________________________
28379 [  9504] By: jhi                                   on 2001/04/01  18:43:09
28380         Log: Add great_circle_direction().
28381      Branch: perl
28382            ! lib/Math/Trig.pm t/lib/trig.t
28383 ____________________________________________________________________________
28384 [  9503] By: jhi                                   on 2001/04/01  17:29:12
28385         Log: Unicode ReadMe update for Unicode 3.1.
28386      Branch: perl
28387            ! lib/unicode/ReadMe.txt
28388 ____________________________________________________________________________
28389 [  9502] By: jhi                                   on 2001/04/01  17:18:40
28390         Log: Integrate change #9501 from maintperl into mainline.
28391              
28392              fix the perlembed notes on multiple interpreters
28393              
28394              fix ExtUtils::Embed to work passably on Windows
28395      Branch: perl
28396           !> lib/ExtUtils/Embed.pm pod/perlembed.pod
28397 ____________________________________________________________________________
28398 [  9501] By: gsar                                  on 2001/04/01  07:21:57
28399         Log: fix the perlembed notes on multiple interpreters
28400              
28401              fix ExtUtils::Embed to work passably on Windows
28402      Branch: maint-5.6/perl
28403            ! lib/ExtUtils/Embed.pm pod/perlembed.pod
28404 ____________________________________________________________________________
28405 [  9500] By: jhi                                   on 2001/04/01  05:58:23
28406         Log: Test for #9499.
28407      Branch: perl
28408            ! t/op/tr.t
28409 ____________________________________________________________________________
28410 [  9499] By: jhi                                   on 2001/04/01  05:55:46
28411         Log: tr/// UTF-8 tweaking from Inaba Hiroto.
28412      Branch: perl
28413            ! embed.h embed.pl op.c proto.h
28414 ____________________________________________________________________________
28415 [  9498] By: jhi                                   on 2001/04/01  05:44:34
28416         Log: Protect the workaround hunk more.
28417      Branch: perl
28418            ! toke.c
28419 ____________________________________________________________________________
28420 [  9497] By: jhi                                   on 2001/04/01  00:24:25
28421         Log: Integrate changes #9493,9494,9495,9496 from maintperl
28422              into mainline.
28423              
28424              fix a broken workaround for Borland compiler in change#4739
28425              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
28426              
28427              nits spotted by Borland compiler
28428              
28429              avoid redefinition warnings under Borland 5.02
28430              
28431              various nits identified by the Borland 5.5 compiler; remove suppression
28432              of a few warnings
28433      Branch: perl
28434           !> ext/File/Glob/bsd_glob.c sv.c toke.c utf8.h win32/makefile.mk
28435           !> win32/win32.h
28436 ____________________________________________________________________________
28437 [  9496] By: gsar                                  on 2001/03/31  23:22:28
28438         Log: various nits identified by the Borland 5.5 compiler; remove suppression
28439              of a few warnings
28440      Branch: maint-5.6/perl
28441            ! ext/File/Glob/bsd_glob.c sv.c win32/win32.h
28442 ____________________________________________________________________________
28443 [  9495] By: gsar                                  on 2001/03/31  21:03:08
28444         Log: avoid redefinition warnings under Borland 5.02
28445      Branch: maint-5.6/perl
28446            ! win32/makefile.mk
28447 ____________________________________________________________________________
28448 [  9494] By: gsar                                  on 2001/03/31  20:18:59
28449         Log: nits spotted by Borland compiler
28450      Branch: maint-5.6/perl
28451            ! utf8.h win32/win32.h
28452 ____________________________________________________________________________
28453 [  9493] By: gsar                                  on 2001/03/31  20:18:05
28454         Log: fix a broken workaround for Borland compiler in change#4739
28455              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
28456      Branch: maint-5.6/perl
28457            ! toke.c
28458 ____________________________________________________________________________
28459 [  9492] By: jhi                                   on 2001/03/31  18:36:24
28460         Log: Integrate change #9491 from maintperl into mainline.
28461              
28462              Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
28463              directory is relative (need to fetch the full path name *before*
28464              the chdir!)
28465      Branch: perl
28466           !> lib/Cwd.pm
28467 ____________________________________________________________________________
28468 [  9491] By: gsar                                  on 2001/03/31  17:01:56
28469         Log: Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
28470              directory is relative (need to fetch the full path name *before*
28471              the chdir!)
28472              
28473              this is a followup patch for change#6749
28474      Branch: maint-5.6/perl
28475            ! lib/Cwd.pm
28476 ____________________________________________________________________________
28477 [  9490] By: jhi                                   on 2001/03/31  15:50:18
28478         Log: Subject: Re: [PATCH] av.h cosmetics
28479              From: Simon Cozens <simon@netthink.co.uk>
28480              Date: Sat, 31 Mar 2001 13:09:59 +0100
28481              Message-ID: <20010331130959.A22000@netthink.co.uk>
28482              
28483              Document AvALLOC.
28484      Branch: perl
28485            ! pod/perlguts.pod
28486 ____________________________________________________________________________
28487 [  9489] By: jhi                                   on 2001/03/31  15:48:44
28488         Log: Subject: [PATCH] Re: Math::Big* v1.21
28489              From: Tels <perl_dummy@bloodgate.com>
28490              Date: Sat, 31 Mar 2001 13:21:05 +0200 (CEST)
28491              Message-Id: <200103311125.GAA377738@www08.hway.net>
28492      Branch: perl
28493            ! pod/perlop.pod
28494 ____________________________________________________________________________
28495 [  9488] By: jhi                                   on 2001/03/31  03:39:51
28496         Log: Debug output tweak.
28497      Branch: perl
28498            ! t/lib/cwd.t
28499 ____________________________________________________________________________
28500 [  9487] By: jhi                                   on 2001/03/31  03:33:02
28501         Log: OverVMSification.
28502      Branch: perl
28503            ! t/lib/cwd.t
28504 ____________________________________________________________________________
28505 [  9486] By: jhi                                   on 2001/03/31  03:01:40
28506         Log: Missed MANIFESTations in #9483.
28507      Branch: perl
28508            ! MANIFEST
28509 ____________________________________________________________________________
28510 [  9485] By: jhi                                   on 2001/03/31  02:58:17
28511         Log: Subject: Not OK: perl v5.7.0 +DEVEL9472 on VMS_AXP V7.1 (UNINSTALLED)
28512              From: Peter Prymmer <pvhp@forte.com>
28513              Date: Fri, 30 Mar 2001 18:06:36 -0800 (PST)
28514              Message-ID: <Pine.OSF.4.10.10103301805450.63762-100000@aspara.forte.com>
28515      Branch: perl
28516            ! regexec.c t/lib/cwd.t
28517 ____________________________________________________________________________
28518 [  9484] By: jhi                                   on 2001/03/31  01:04:41
28519         Log: Obsolete file (see #3938)
28520      Branch: perl
28521            - lib/unicode/README.Ethiopic
28522            ! MANIFEST
28523 ____________________________________________________________________________
28524 [  9483] By: jhi                                   on 2001/03/31  00:52:42
28525         Log: Update to Unicode 3.1.
28526              (Rename Names.txt to NamesList.txt.)
28527      Branch: perl
28528            + lib/unicode/NamesList.txt lib/unicode/PropList.html
28529            - lib/unicode/Names.txt
28530            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
28531            ! lib/unicode/Is/LbrkBA.pl lib/unicode/Is/LbrkBB.pl
28532            ! lib/unicode/Is/LbrkID.pl lib/unicode/Is/LbrkSG.pl
28533            ! lib/unicode/LineBrk.txt lib/unicode/NamesList.html
28534            ! lib/unicode/UCD.html lib/unicode/Unicode.html
28535            ! lib/unicode/rename lib/unicode/version
28536 ____________________________________________________________________________
28537 [  9482] By: jhi                                   on 2001/03/30  23:33:44
28538         Log: Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
28539              From: Robin Houston <robin@kitsite.com>
28540              Date: Fri, 30 Mar 2001 20:07:22 +0100
28541              Message-ID: <20010330200722.A2010@puffinry.freeserve.co.uk>
28542      Branch: perl
28543            ! ext/B/B/Deparse.pm
28544 ____________________________________________________________________________
28545 [  9481] By: jhi                                   on 2001/03/30  23:20:25
28546         Log: Subject: Re: [PATCH] CwdXS, Take 2
28547              From: Benjamin Sugars <bsugars@canoe.ca>
28548              Date: Fri, 30 Mar 2001 14:08:51 -0500 (EST)
28549              Message-ID: <Pine.LNX.4.21.0103301357490.1927-100000@marmot.rim.canoe.ca>
28550      Branch: perl
28551            + ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL
28552            ! MANIFEST lib/Cwd.pm t/lib/cwd.t
28553 ____________________________________________________________________________
28554 [  9480] By: jhi                                   on 2001/03/30  22:52:38
28555         Log: Subject: [ID 20010330.006] incorrect WARNING from installperl "You've never run 'make test' or some tests failed!"
28556              From: David Dyck <dcd@tc.fluke.com>
28557              Date: Fri, 30 Mar 2001 14:44:13 -0800
28558              Message-Id: <200103302244.OAA12204@dd.tc.fluke.com>
28559              
28560              The t/rantests flags file creation was accidentally
28561              removed by #9217.
28562      Branch: perl
28563            ! Makefile.SH
28564 ____________________________________________________________________________
28565 [  9479] By: jhi                                   on 2001/03/30  22:45:45
28566         Log: Subject: [PATCH] File::Glob stuff for Mac OS
28567              From: Chris Nandor <pudge@pobox.com>
28568              Date: Fri, 30 Mar 2001 16:51:00 -0500
28569              Message-Id: <p05010400b6eaab36051c@[10.0.1.177]>
28570      Branch: perl
28571            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
28572            ! t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
28573            ! t/lib/glob-taint.t
28574 ____________________________________________________________________________
28575 [  9478] By: jhi                                   on 2001/03/30  22:43:12
28576         Log: Subject: fix for win32/buildext.pl
28577              From: "Vadim Konovalov" <watman@inbox.ru>
28578              Date: Sat, 31 Mar 2001 00:50:36 +0400
28579              Message-ID: <005b01c0b95c$ac277250$7542983e@vad>
28580      Branch: perl
28581            ! win32/buildext.pl
28582 ____________________________________________________________________________
28583 [  9477] By: jhi                                   on 2001/03/30  22:41:16
28584         Log: Subject: small base.pm doc patch
28585              From: Leon Brocard <acme@astray.com>
28586              Date: Fri, 30 Mar 2001 21:49:57 +0100
28587              Message-ID: <20010330214957.B8733@ns0.astray.com>
28588      Branch: perl
28589            ! lib/base.pm
28590 ____________________________________________________________________________
28591 [  9476] By: jhi                                   on 2001/03/30  18:16:57
28592         Log: Subject: [PATCH] av.h cosmetics
28593              From: Simon Cozens <simon@netthink.co.uk>
28594              Date: Fri, 30 Mar 2001 18:12:28 +0100
28595              Message-ID: <20010330181228.A9319@netthink.co.uk>
28596      Branch: perl
28597            ! av.h
28598 ____________________________________________________________________________
28599 [  9475] By: jhi                                   on 2001/03/30  18:15:50
28600         Log: Subject: [DOC PATCH bleadperl] Two nits in perlhack.pod
28601              From: "Philip Newton" <pnewton@gmx.de>
28602              Date: Fri, 30 Mar 2001 19:06:57 +0200
28603              Message-ID: <3AC4D951.14815.1AC7068@localhost>
28604      Branch: perl
28605            ! pod/perlhack.pod
28606 ____________________________________________________________________________
28607 [  9474] By: jhi                                   on 2001/03/30  18:14:02
28608         Log: Subject: [PATCH] glob-basic.t (Was: [ID 20010328.016])
28609              From: Benjamin Sugars <bsugars@canoe.ca>
28610              Date: Fri, 30 Mar 2001 11:04:35 -0500 (EST)
28611              Message-ID: <Pine.LNX.4.21.0103301045130.1927-100000@marmot.rim.canoe.ca>
28612      Branch: perl
28613            ! t/lib/glob-basic.t
28614 ____________________________________________________________________________
28615 [  9473] By: jhi                                   on 2001/03/30  16:09:24
28616         Log: Update Changes.
28617      Branch: perl
28618            ! Changes patchlevel.h
28619 ____________________________________________________________________________
28620 [  9472] By: jhi                                   on 2001/03/30  15:16:08
28621         Log: Integrate perlio.
28622      Branch: perl
28623           !> t/lib/cwd.t t/lib/glob-basic.t
28624 ____________________________________________________________________________
28625 [  9471] By: nick                                  on 2001/03/30  14:47:10
28626         Log: Should be (^O eq 'MSWin32') not 'Win32'
28627              Fail #12 seems real - chdir is in wrong dir.
28628      Branch: perlio
28629            ! t/lib/cwd.t
28630 ____________________________________________________________________________
28631 [  9470] By: jhi                                   on 2001/03/30  14:41:11
28632         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
28633              From: Radu Greab <radu@netsoft.ro>
28634              Date: Fri, 30 Mar 2001 15:09:06 +0300 (EEST)
28635              Message-ID: <15044.30562.566390.559726@ix.netsoft.ro>
28636              
28637              Replace #9352.
28638      Branch: perl
28639            ! ext/Socket/Socket.xs pp_sys.c
28640 ____________________________________________________________________________
28641 [  9469] By: jhi                                   on 2001/03/30  14:37:51
28642         Log: Subject: PATCH pod/perldiag.pod
28643              From: Robin Houston <robin@kitsite.com>
28644              Date: Fri, 30 Mar 2001 14:10:36 +0100
28645              Message-ID: <20010330141036.A1105@puffinry.freeserve.co.uk>
28646      Branch: perl
28647            ! pod/perldiag.pod t/lib/glob-basic.t
28648 ____________________________________________________________________________
28649 [  9468] By: jhi                                   on 2001/03/30  14:36:36
28650         Log: Subject: Better diagnostic in io/fs.t
28651              From: andreas.koenig@anima.de (Andreas J. Koenig)
28652              Date: 30 Mar 2001 10:11:43 +0200
28653              Message-ID: <m3hf0boev4.fsf@ak-71.mind.de>
28654      Branch: perl
28655            ! t/io/fs.t
28656 ____________________________________________________________________________
28657 [  9467] By: nick                                  on 2001/03/30  14:25:43
28658         Log: Skip order test of glob if case-ignoring system cannot 
28659              create a.test and A.test
28660      Branch: perlio
28661            ! t/lib/glob-basic.t
28662 ____________________________________________________________________________
28663 [  9466] By: nick                                  on 2001/03/30  13:03:12
28664         Log: Integrate mainline.
28665      Branch: perlio
28666            - ext/re/hints/aix.pl
28667           !> MANIFEST ext/B/B/Debug.pm ext/B/B/Deparse.pm
28668           !> lib/ExtUtils/MM_VMS.pm op.c pod/perlop.pod t/comp/require.t
28669           !> t/io/utf8.t t/lib/b.t t/lib/digest.t t/lib/glob-basic.t
28670           !> t/lib/io_multihomed.t t/lib/io_sock.t t/lib/md5-file.t
28671 ____________________________________________________________________________
28672 [  9465] By: jhi                                   on 2001/03/30  03:53:37
28673         Log: Add timeouts to the tests.  (In AIX 4.3.1.0 + vac 5.0.0.0
28674              the tests sometimes hang, sometimes not.)
28675      Branch: perl
28676            ! t/lib/io_multihomed.t t/lib/io_sock.t
28677 ____________________________________________________________________________
28678 [  9464] By: jhi                                   on 2001/03/30  02:56:04
28679         Log: Subject: [PATCH @9452] Better peep()ing for foreach() loops
28680              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
28681              Date: Thu, 29 Mar 2001 18:50:45 -0800 (PST)
28682              Message-ID: <15043.62129.253487.470281@soda.csua.berkeley.edu>
28683      Branch: perl
28684            ! op.c
28685 ____________________________________________________________________________
28686 [  9463] By: jhi                                   on 2001/03/30  02:34:48
28687         Log: Test for #9462.
28688      Branch: perl
28689            ! t/lib/b.t
28690 ____________________________________________________________________________
28691 [  9462] By: jhi                                   on 2001/03/30  02:29:37
28692         Log: Subject: B::Deparse precedence bug. (Patch included.)
28693              From: Jeremy Madea <jmadea@inktomi.com>
28694              Date: Thu, 29 Mar 2001 12:05:02 -0800
28695              Message-ID: <20010329120502.A24881@dr.inktomi.com>
28696      Branch: perl
28697            ! ext/B/B/Deparse.pm
28698 ____________________________________________________________________________
28699 [  9461] By: jhi                                   on 2001/03/30  02:18:41
28700         Log: Subject: [PATCH: 9452] more tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
28701              From: Peter Prymmer <pvhp@forte.com>
28702              Date: Thu, 29 Mar 2001 18:01:18 -0800 (PST)
28703              Message-ID: <Pine.OSF.4.10.10103291731150.1326-100000@aspara.forte.com>
28704      Branch: perl
28705            ! t/comp/require.t t/io/utf8.t t/lib/digest.t t/lib/glob-basic.t
28706            ! t/lib/md5-file.t
28707 ____________________________________________________________________________
28708 [  9460] By: jhi                                   on 2001/03/30  02:17:07
28709         Log: Subject: PATCH: B::Debug should show LOOP-specific fields
28710              From: Robin Houston <robin@kitsite.com>
28711              Date: Thu, 29 Mar 2001 20:47:56 +0100
28712              Message-ID: <20010329204756.A32042@puffinry.freeserve.co.uk>
28713      Branch: perl
28714            ! ext/B/B/Debug.pm
28715 ____________________________________________________________________________
28716 [  9459] By: jhi                                   on 2001/03/30  02:16:05
28717         Log: Subject: [PATCH perl@9424] further MM_VMS.pm tweak
28718              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
28719              Date: Wed, 28 Mar 2001 18:02:20 -0600
28720              Message-Id: <5.0.2.1.0.20010328172535.017d5600@exchi01>
28721      Branch: perl
28722            ! lib/ExtUtils/MM_VMS.pm
28723 ____________________________________________________________________________
28724 [  9458] By: jhi                                   on 2001/03/30  02:07:58
28725         Log: Subject: [ID 20010328.013] Misspelling in perlop(1p) manual page
28726              From: "Joshua E. Rodd" <jrodd@pbs.org>
28727              Date: Wed, 28 Mar 2001 17:29:12 -0500
28728              Message-Id: <E14iORE-0000ZV-00@shaggy.pbs.org>
28729      Branch: perl
28730            ! pod/perlop.pod
28731 ____________________________________________________________________________
28732 [  9457] By: jhi                                   on 2001/03/30  02:04:33
28733         Log: Subject: ext/re/aix.pl can go
28734              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
28735              Date: Thu, 29 Mar 2001 12:03:28 +0200
28736              Message-Id: <20010329120132.7C3B.H.M.BRAND@hccnet.nl>
28737      Branch: perl
28738            - ext/re/hints/aix.pl
28739            ! MANIFEST
28740 ____________________________________________________________________________
28741 [  9456] By: jhi                                   on 2001/03/30  02:03:32
28742         Log: Integrate perlio.
28743      Branch: perl
28744           !> ext/Encode/Encode.xs installperl
28745 ____________________________________________________________________________
28746 [  9455] By: nick                                  on 2001/03/29  21:11:46
28747         Log: DLL name has changed so installperl needs to know
28748              (Why isn't it working it out or passed it?)
28749      Branch: perlio
28750            ! installperl
28751 ____________________________________________________________________________
28752 [  9454] By: nick                                  on 2001/03/29  20:56:12
28753         Log: Change Encode's check arguments to 'bool' so SvTRUE gets used
28754              and we don't get undef warnings.
28755      Branch: perlio
28756            ! ext/Encode/Encode.xs
28757 ____________________________________________________________________________
28758 [  9453] By: nick                                  on 2001/03/29  17:58:48
28759         Log: Integrate mainline
28760      Branch: perlio
28761           !> Changes patchlevel.h
28762 ____________________________________________________________________________
28763 [  9452] By: jhi                                   on 2001/03/29  16:44:55
28764         Log: Update Changes.
28765      Branch: perl
28766            ! Changes patchlevel.h
28767 ____________________________________________________________________________
28768 [  9451] By: nick                                  on 2001/03/29  16:31:38
28769         Log: Integrate mainline
28770      Branch: perlio
28771           !> Changes Makefile.SH dump.c ext/Data/Dumper/Dumper.xs
28772           !> ext/Encode/Encode.xs ext/Storable/Storable.xs
28773           !> lib/ExtUtils/typemap patchlevel.h pod/perlhack.pod
28774           !> pod/perliol.pod t/lib/charnames.t t/lib/cwd.t t/op/bop.t
28775           !> t/op/vec.t t/op/ver.t toke.c utils/h2xs.PL
28776 ____________________________________________________________________________
28777 [  9450] By: jhi                                   on 2001/03/29  16:29:17
28778         Log: Integrate perlio.
28779      Branch: perl
28780           !> win32/buildext.pl
28781 ____________________________________________________________________________
28782 [  9449] By: jhi                                   on 2001/03/29  15:50:01
28783         Log: Update Changes.
28784      Branch: perl
28785            ! Changes patchlevel.h
28786 ____________________________________________________________________________
28787 [  9448] By: nick                                  on 2001/03/29  15:47:15
28788         Log: Make sure buildext.pl finds Errno.pm
28789      Branch: perlio
28790            ! win32/buildext.pl
28791 ____________________________________________________________________________
28792 [  9447] By: jhi                                   on 2001/03/29  15:39:34
28793         Log: Integrate perlio.
28794      Branch: perl
28795           !> win32/makefile.mk
28796 ____________________________________________________________________________
28797 [  9446] By: nick                                  on 2001/03/29  15:30:03
28798         Log: Integrate win32/makefile.mk with mainline.
28799      Branch: perlio
28800           !> win32/makefile.mk
28801 ____________________________________________________________________________
28802 [  9445] By: nick                                  on 2001/03/29  15:27:32
28803         Log: Fix breakage ... 
28804      Branch: perlio
28805            ! win32/makefile.mk
28806 ____________________________________________________________________________
28807 [  9444] By: jhi                                   on 2001/03/29  15:03:08
28808         Log: Subject: RE: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
28809              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
28810              Date: Thu, 29 Mar 2001 10:32:59 +0400
28811              Message-ID: <402099F49BEED211999700805FC7359FA8442D@ru0028exch01.spb.lucent.com>
28812      Branch: perl
28813            ! win32/makefile.mk
28814 ____________________________________________________________________________
28815 [  9443] By: jhi                                   on 2001/03/29  15:02:12
28816         Log: Integrate perlio.
28817      Branch: perl
28818           +> win32/buildext.pl
28819           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c perlio.h sv.c
28820           !> t/io/utf8.t t/lib/io_scalar.t win32/makefile.mk
28821 ____________________________________________________________________________
28822 [  9442] By: nick                                  on 2001/03/29  14:59:11
28823         Log: Work in progress - determine win32 extensions to build via script.
28824      Branch: perlio
28825            + win32/buildext.pl
28826            ! MANIFEST win32/makefile.mk
28827 ____________________________________________________________________________
28828 [  9441] By: jhi                                   on 2001/03/29  14:51:47
28829         Log: Reintroduce the use of external pwd.
28830      Branch: perl
28831            ! t/lib/cwd.t
28832 ____________________________________________________________________________
28833 [  9440] By: jhi                                   on 2001/03/29  14:42:58
28834         Log: use warnings instead of -w.
28835      Branch: perl
28836            ! utils/h2xs.PL
28837 ____________________________________________________________________________
28838 [  9439] By: jhi                                   on 2001/03/29  14:41:52
28839         Log: Subject: [PATCH h2xs.PL perl@9423] h2xs -w nits
28840              From: Jonathan Stowe <gellyfish@gellyfish.com>
28841              Date: Thu, 29 Mar 2001 09:34:12 +0100 (BST)
28842              Message-ID: <Pine.LNX.4.30.0103290929130.19409-100000@orpheus.gellyfish.com>
28843      Branch: perl
28844            ! utils/h2xs.PL
28845 ____________________________________________________________________________
28846 [  9438] By: jhi                                   on 2001/03/29  14:39:38
28847         Log: Subject: [PATCH perl@9424] minor pod nits
28848              From: Robin Barker <rmb1@cise.npl.co.uk>
28849              Date: Thu, 29 Mar 2001 14:43:05 +0100 (BST)
28850              Message-Id: <200103291343.OAA10827@tempest.npl.co.uk>
28851      Branch: perl
28852            ! pod/perlhack.pod pod/perliol.pod
28853 ____________________________________________________________________________
28854 [  9437] By: jhi                                   on 2001/03/29  14:29:16
28855         Log: Subject: [PATCH perl@9424] typemap cast warning
28856              From: Robin Barker <rmb1@cise.npl.co.uk>
28857              Date: Thu, 29 Mar 2001 13:58:47 +0100 (BST)
28858              Message-Id: <200103291258.NAA09360@tempest.npl.co.uk>
28859      Branch: perl
28860            ! lib/ExtUtils/typemap
28861 ____________________________________________________________________________
28862 [  9436] By: jhi                                   on 2001/03/29  14:26:03
28863         Log: Subject: [PATCH perl@9424] printf warning
28864              From: Robin Barker <rmb1@cise.npl.co.uk>
28865              Date: Thu, 29 Mar 2001 13:29:21 +0100 (BST)
28866              Message-Id: <200103291229.NAA03968@tempest.npl.co.uk>
28867      Branch: perl
28868            ! dump.c ext/Data/Dumper/Dumper.xs ext/Encode/Encode.xs
28869            ! ext/Storable/Storable.xs toke.c
28870 ____________________________________________________________________________
28871 [  9435] By: nick                                  on 2001/03/29  14:23:31
28872         Log: Win32 has name conflict with ERROR
28873      Branch: perlio
28874            ! ext/PerlIO/Via/Via.xs
28875 ____________________________________________________________________________
28876 [  9434] By: jhi                                   on 2001/03/29  14:17:48
28877         Log: Subject: [PATCH: 9424] some tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
28878              From: Peter Prymmer <pvhp@forte.com>
28879              Date: Wed, 28 Mar 2001 19:09:57 -0800 (PST)
28880              Message-ID: <Pine.OSF.4.10.10103281858520.314137-100000@aspara.forte.com>
28881      Branch: perl
28882            ! t/lib/charnames.t t/op/bop.t t/op/vec.t t/op/ver.t
28883 ____________________________________________________________________________
28884 [  9433] By: jhi                                   on 2001/03/29  13:52:44
28885         Log: test-prep target was missing.
28886      Branch: perl
28887            ! Makefile.SH
28888 ____________________________________________________________________________
28889 [  9432] By: nick                                  on 2001/03/29  12:40:03
28890         Log: Make as-shipped compiler default to MSVC6 
28891      Branch: perlio
28892            ! win32/makefile.mk
28893 ____________________________________________________________________________
28894 [  9431] By: nick                                  on 2001/03/29  12:12:16
28895         Log: Allow someone to write PerlIO::Array, PerlIO::Code, ...
28896              akin to PerlIO::Scalar.
28897      Branch: perlio
28898            ! perlio.c perlio.h
28899 ____________________________________________________________________________
28900 [  9430] By: nick                                  on 2001/03/29  10:56:35
28901         Log: Integrate mainline.
28902      Branch: perlio
28903           !> lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
28904           !> lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
28905           !> lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
28906           !> win32/makefile.mk win32/win32sck.c
28907 ____________________________________________________________________________
28908 [  9429] By: nick                                  on 2001/03/29  09:03:43
28909         Log: Noticed that two tests were skipped as perlio:: package
28910              isn't there any more. Changed the skip condition.
28911              Avoid core-dump if sv_utf8_upgrade() called on something
28912              that does not become SvPOK after SvPV() (e.g. a ref).
28913      Branch: perlio
28914            ! sv.c t/io/utf8.t t/lib/io_scalar.t
28915 ____________________________________________________________________________
28916 [  9428] By: jhi                                   on 2001/03/29  01:31:47
28917         Log: Subject: [PATCH] Enable warnings in File::* (was: B::Terse and warnings)
28918              From: Benjamin Sugars <bsugars@canoe.ca> 
28919              Date: Tue, 27 Mar 2001 16:27:38 -0500 (EST)
28920              Message-ID: <Pine.LNX.4.21.0103271612250.2007-100000@marmot.rim.canoe.ca>
28921      Branch: perl
28922            ! lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
28923            ! lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
28924            ! lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
28925 ____________________________________________________________________________
28926 [  9427] By: jhi                                   on 2001/03/29  00:49:30
28927         Log: Subject: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
28928              From: "Vadim Konovalov" <watman@inbox.ru>
28929              Date: Thu, 29 Mar 2001 01:50:12 +0400
28930              Message-ID: <001c01c0b7d1$463dd880$5742983e@vad>
28931      Branch: perl
28932            ! win32/makefile.mk win32/win32sck.c
28933 ____________________________________________________________________________
28934 [  9426] By: gsar                                  on 2001/03/29  00:28:04
28935         Log: dmake can only handle == and != in comparisons; support building
28936              with Borland's VCL libraries (from Vadim Konovalov)
28937      Branch: maint-5.6/perl
28938            ! win32/makefile.mk
28939 ____________________________________________________________________________
28940 [  9425] By: nick                                  on 2001/03/28  19:29:56
28941         Log: Integrate (@snapshot)
28942      Branch: perlio
28943           !> Changes Makefile.SH patchlevel.h t/lib/cwd.t
28944 ____________________________________________________________________________
28945 [  9424] By: jhi                                   on 2001/03/28  19:03:16
28946         Log: Update Changes.
28947      Branch: perl
28948            ! Changes patchlevel.h
28949 ____________________________________________________________________________
28950 [  9423] By: jhi                                   on 2001/03/28  18:52:09
28951         Log: Rmdir lib/XS on cleanup.
28952      Branch: perl
28953            ! Makefile.SH
28954 ____________________________________________________________________________
28955 [  9422] By: jhi                                   on 2001/03/28  18:49:34
28956         Log: Integrate perlio.
28957      Branch: perl
28958           !> t/op/utf8decode.t
28959 ____________________________________________________________________________
28960 [  9421] By: nick                                  on 2001/03/28  18:46:44
28961         Log: Loose duplicate chunk.
28962      Branch: perlio
28963            ! t/op/utf8decode.t
28964 ____________________________________________________________________________
28965 [  9420] By: nick                                  on 2001/03/28  18:44:11
28966         Log: Integrate mainline.
28967      Branch: perlio
28968           !> ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm makedef.pl vms/vms.c
28969           !> vms/vmsish.h
28970 ____________________________________________________________________________
28971 [  9419] By: jhi                                   on 2001/03/28  18:42:05
28972         Log: Can't trust external pwds
28973              (either shell builtins or external programs)
28974      Branch: perl
28975            ! t/lib/cwd.t
28976 ____________________________________________________________________________
28977 [  9418] By: jhi                                   on 2001/03/28  18:34:05
28978         Log: Integrate perlio.
28979      Branch: perl
28980            - lib/perlio.pm
28981           !> MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
28982           !> t/op/utf8decode.t
28983 ____________________________________________________________________________
28984 [  9417] By: nick                                  on 2001/03/28  18:24:02
28985         Log: PerlIO.pm / perlio.pm conflict.
28986              Update some pods.
28987              Make t/op/utf8decode.t a text file.
28988      Branch: perlio
28989            - lib/perlio.pm
28990            ! MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
28991            ! t/op/utf8decode.t
28992 ____________________________________________________________________________
28993 [  9416] By: jhi                                   on 2001/03/28  18:06:07
28994         Log: Integrate change #9409 from mainline to maintperl.
28995              
28996              Yet another tweak on AIX dynaloading.
28997      Branch: maint-5.6/perl
28998           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
28999 ____________________________________________________________________________
29000 [  9415] By: gsar                                  on 2001/03/28  17:13:01
29001         Log: integrate changes#9377,9385,9401 from mainline
29002              
29003              Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
29004              
29005              If directory entries compare equal case-insensitively,
29006              retry case-sensitively.
29007              
29008              Subject: [PATCH] B::Terse and warnings
29009      Branch: maint-5.6/perl
29010           !> ext/B/B.pm ext/B/B/Terse.pm ext/File/Glob/bsd_glob.c gv.c
29011           !> t/pragma/warn/perl
29012 ____________________________________________________________________________
29013 [  9414] By: jhi                                   on 2001/03/28  17:11:12
29014         Log: Subject: [PATCH perl@9359] VMS fix-ups and status
29015              From: "Craig A. Berry" <craigberry@mac.com>
29016              Date: Wed, 28 Mar 2001 10:55:20 -0600
29017              Message-Id: <5.0.2.1.0.20010327164600.031563e8@exchi01>
29018      Branch: perl
29019            ! ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm vms/vms.c vms/vmsish.h
29020 ____________________________________________________________________________
29021 [  9413] By: jhi                                   on 2001/03/28  17:03:12
29022         Log: Dup hunk.
29023      Branch: perl
29024            ! t/op/utf8decode.t
29025 ____________________________________________________________________________
29026 [  9412] By: jhi                                   on 2001/03/28  17:02:36
29027         Log: Forced integrate from perlio.
29028      Branch: perl
29029           !> t/op/utf8decode.t
29030 ____________________________________________________________________________
29031 [  9411] By: nick                                  on 2001/03/28  16:50:03
29032         Log: Integrate mainline.
29033      Branch: perlio
29034           +> t/lib/cwd.t
29035           !> MANIFEST ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
29036           !> ext/IO/lib/IO/Socket.pm ext/XS/Typemap/Typemap.pm
29037           !> ext/XS/Typemap/Typemap.xs ext/XS/Typemap/typemap gv.c
29038           !> makedef.pl pp.c t/lib/xs-typemap.t t/op/utf8decode.t
29039           !> t/pragma/warn/perl
29040 ____________________________________________________________________________
29041 [  9410] By: jhi                                   on 2001/03/28  16:44:23
29042         Log: Subject: Re: [PATCH] 9403 cannot be tested
29043              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
29044              Date: Wed, 28 Mar 2001 18:33:56 +0200
29045              Message-Id: <20010328182418.7C17.H.M.BRAND@hccnet.nl>
29046      Branch: perl
29047            ! makedef.pl
29048 ____________________________________________________________________________
29049 [  9409] By: jhi                                   on 2001/03/28  16:12:45
29050         Log: Yet another tweak on AIX dynaloading.
29051      Branch: perl
29052            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
29053 ____________________________________________________________________________
29054 [  9408] By: jhi                                   on 2001/03/28  15:52:55
29055         Log: Subject: [PATCH] 9403 cannot be tested
29056              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
29057              Date: Wed, 28 Mar 2001 17:23:00 +0200
29058              Message-Id: <20010328171835.7C14.H.M.BRAND@hccnet.nl>
29059              
29060              A missing symbol.
29061      Branch: perl
29062            ! makedef.pl
29063 ____________________________________________________________________________
29064 [  9407] By: jhi                                   on 2001/03/28  15:47:43
29065         Log: Integrate perlio. (with tweaks on t/op/utf8decode.t)
29066      Branch: perl
29067            ! t/op/utf8decode.t
29068           !> ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
29069           !> t/op/each.t t/op/pat.t t/op/regexp.t utf8.c
29070 ____________________________________________________________________________
29071 [  9406] By: jhi                                   on 2001/03/28  15:37:08
29072         Log: Subject: [PATCH] cwd.t (was: Cwd has no tests?)
29073              From: Benjamin Sugars <bsugars@canoe.ca> 
29074              Date: Tue, 27 Mar 2001 17:37:05 -0500 (EST)
29075              Message-ID: <Pine.LNX.4.21.0103271719540.2007-100000@marmot.rim.canoe.ca>
29076      Branch: perl
29077            + t/lib/cwd.t
29078            ! MANIFEST
29079 ____________________________________________________________________________
29080 [  9405] By: jhi                                   on 2001/03/28  15:13:18
29081         Log: pp_ne() needs a CORRECT boolean.
29082      Branch: perl
29083            ! pp.c
29084 ____________________________________________________________________________
29085 [  9404] By: jhi                                   on 2001/03/28  15:09:23
29086         Log: pp_ne() needs a boolean, not an integer.
29087      Branch: perl
29088            ! pp.c
29089 ____________________________________________________________________________
29090 [  9403] By: jhi                                   on 2001/03/28  14:47:43
29091         Log: (Retracted by #9404.)
29092      Branch: perl
29093            ! pp.c
29094 ____________________________________________________________________________
29095 [  9402] By: jhi                                   on 2001/03/28  14:43:59
29096         Log: Subject: Re: [PATCH] Typemap testing
29097              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
29098              Date: Tue, 27 Mar 2001 16:34:03 -1000 (HST)
29099              Message-ID: <Pine.LNX.4.30.0103271633030.21198-100000@lapaki.jach.hawaii.edu>
29100      Branch: perl
29101            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
29102            ! ext/XS/Typemap/typemap t/lib/xs-typemap.t
29103 ____________________________________________________________________________
29104 [  9401] By: jhi                                   on 2001/03/28  14:42:14
29105         Log: Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
29106              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
29107              Date: Sun, 25 Mar 2001 21:59:15 +0100
29108              Message-ID: <000701c0b56e$73944220$07bdfea9@bfs.phone.com>
29109              
29110              A variable will be checked for the "use once" warnings if:
29111              
29112              1. It is in the scope of a use warnings 'once'
29113              2. It isn't in the scope of the warnings pragma at all AND $^W is set.
29114              
29115              Otherwise it won't be checked at all.
29116              
29117              Part 1 is what is in perl >= 5.6.0, Part 2 is what I'm fixing.
29118              
29119              The enclosed patch partially fixes this issue. What I didn't
29120              get to work was the case where the "used once" warning is enabled
29121              in any file other than the main file.
29122      Branch: perl
29123            ! gv.c t/pragma/warn/perl
29124 ____________________________________________________________________________
29125 [  9400] By: nick                                  on 2001/03/28  14:38:24
29126         Log: More EBCDIC tweaks:
29127              - one more swash issue &~(0xA0-1) did not do the right thing,
29128              for UTF-EBCDIC where &~(0x80-1) does for UTF-8.
29129              - add "use re 'asciirange'" to make [!-~] etc. work
29130              use it in MIME::QuotedPrint and t/op/regexp.t and t/op/pat.t
29131              - Choose a key for t/op/each.t test which gets encoded.
29132              - Skip utf8decode if this is UTF-EBCDIC.
29133      Branch: perlio
29134            ! ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
29135            ! t/op/each.t t/op/pat.t t/op/regexp.t t/op/utf8decode.t utf8.c
29136 ____________________________________________________________________________
29137 [  9399] By: jhi                                   on 2001/03/28  14:21:00
29138         Log: Extend the SvROK() testing also to pp_ne(), pointed out by
29139              Andreas Schwab.
29140      Branch: perl
29141            ! pp.c
29142 ____________________________________________________________________________
29143 [  9398] By: jhi                                   on 2001/03/28  00:55:56
29144         Log: Subject: [ID 20010327.007] New warning from IO::Socket for sockatmark
29145              From: David Dyck <dcd@tc.fluke.com>
29146              Date: Tue, 27 Mar 2001 15:16:24 -0800
29147              Message-Id: <200103272316.PAA21921@dd.tc.fluke.com>
29148      Branch: perl
29149            ! ext/IO/lib/IO/Socket.pm
29150 ____________________________________________________________________________
29151 [  9397] By: jhi                                   on 2001/03/27  21:52:49
29152         Log: Integrate perlio.
29153      Branch: perl
29154           +> ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
29155           +> ext/PerlIO/Via/Via.xs
29156           !> MANIFEST ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
29157 ____________________________________________________________________________
29158 [  9396] By: nick                                  on 2001/03/27  21:45:13
29159         Log: Integrate mainline.
29160      Branch: perlio
29161           !> embed.h embed.pl ext/XS/Typemap/Typemap.xs gv.c
29162           !> pod/perlapi.pod proto.h sv.c sv.h t/op/magic.t utils/h2xs.PL
29163 ____________________________________________________________________________
29164 [  9395] By: nick                                  on 2001/03/27  21:18:58
29165         Log: Outline docs for PerlIO and PerlIO::Scalar
29166      Branch: perlio
29167            ! ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
29168 ____________________________________________________________________________
29169 [  9394] By: nick                                  on 2001/03/27  20:50:13
29170         Log: PerlIO::Via layer (alpha-ish).
29171      Branch: perlio
29172            + ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
29173            + ext/PerlIO/Via/Via.xs
29174            ! MANIFEST
29175 ____________________________________________________________________________
29176 [  9393] By: jhi                                   on 2001/03/27  20:49:55
29177         Log: Retract #9329 now that 9390 should take care of the matter.
29178      Branch: perl
29179            ! utils/h2xs.PL
29180 ____________________________________________________________________________
29181 [  9390] By: jhi                                   on 2001/03/27  20:47:50
29182         Log: Subject: Autoloading Errno.pm when %! is encountered
29183              From: Robin Houston <robin@kitsite.com>
29184              Date: Tue, 27 Mar 2001 20:57:11 +0100
29185              Message-ID: <20010327205710.A24053@puffinry.freeserve.co.uk>
29186      Branch: perl
29187            ! embed.h embed.pl gv.c proto.h t/op/magic.t
29188 ____________________________________________________________________________
29189 [  9389] By: jhi                                   on 2001/03/27  20:24:31
29190         Log: Integrate perlio.
29191      Branch: perl
29192           !> doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
29193           !> ext/MIME/Base64/QuotedPrint.pm t/lib/encode.t t/lib/mimeb64.t
29194           !> utf8.c
29195 ____________________________________________________________________________
29196 [  9388] By: jhi                                   on 2001/03/27  20:21:38
29197         Log: Better have a three-element array if one is going to assign
29198              to the third element of that array. (from Tim Jenness)
29199      Branch: perl
29200            ! ext/XS/Typemap/Typemap.xs
29201 ____________________________________________________________________________
29202 [  9387] By: nick                                  on 2001/03/27  20:15:43
29203         Log: Integrate mainline.
29204      Branch: perlio
29205           +> ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
29206           +> ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
29207           +> ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
29208           +> t/lib/xs-typemap.t
29209           !> (integrate 34 files)
29210 ____________________________________________________________________________
29211 [  9386] By: jhi                                   on 2001/03/27  20:04:18
29212         Log: Subject: Re: perl@9359 breaks HTML::Parser
29213              From: Gisle Aas <gisle@ActiveState.com>
29214              Date: 27 Mar 2001 11:30:24 -0800
29215              Message-ID: <lrr8zjxb5b.fsf@caliper.ActiveState.com>
29216              
29217              Clarify the UTF-8 issues of the API docs.
29218              (Slightly reworded and expanded.)
29219      Branch: perl
29220            ! pod/perlapi.pod sv.c sv.h
29221 ____________________________________________________________________________
29222 [  9385] By: jhi                                   on 2001/03/27  19:44:25
29223         Log: If directory entries compare equal case-insensitively,
29224              retry case-sensitively.
29225      Branch: perl
29226            ! ext/File/Glob/bsd_glob.c
29227 ____________________________________________________________________________
29228 [  9384] By: nick                                  on 2001/03/27  19:38:50
29229         Log: Various EBCDIC fixes:
29230              - major revelation that swash code is encoding aware,
29231              (or thought it was) - now it is ;-)
29232              - With that out of the way fix a slab of tr/// cases.
29233              - Fix Encode 'Unicode' to be true Unicode so tests pass.
29234              - As anticipated Base64.xs needed tweaks.
29235              - Until tr/// works right avoid old_encode64 in MIME tests.
29236      Branch: perlio
29237            ! doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
29238            ! t/lib/encode.t t/lib/mimeb64.t utf8.c
29239 ____________________________________________________________________________
29240 [  9383] By: jhi                                   on 2001/03/27  18:34:41
29241         Log: Add the std test suite BEGIN block.
29242      Branch: perl
29243            ! t/lib/xs-typemap.t
29244 ____________________________________________________________________________
29245 [  9382] By: jhi                                   on 2001/03/27  15:16:07
29246         Log: Add debugging output to the test.
29247      Branch: perl
29248            ! t/lib/glob-basic.t
29249 ____________________________________________________________________________
29250 [  9381] By: jhi                                   on 2001/03/27  15:08:10
29251         Log: Add Tim Jenness' XS::Typemap for exercizing the standard typemap.
29252      Branch: perl
29253            + ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
29254            + ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
29255            + ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
29256            + t/lib/xs-typemap.t
29257            ! MANIFEST
29258 ____________________________________________________________________________
29259 [  9380] By: jhi                                   on 2001/03/27  14:48:34
29260         Log: Subject: [PATCH] Typemap testing
29261              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
29262              Date: Sun, 25 Mar 2001 16:46:12 -1000 (HST)
29263              Message-ID: <Pine.LNX.4.30.0103251629350.16988-101000@lapaki.jach.hawaii.edu>
29264              
29265              (The first part of the patch.)
29266      Branch: perl
29267            ! lib/ExtUtils/typemap lib/ExtUtils/xsubpp
29268 ____________________________________________________________________________
29269 [  9379] By: jhi                                   on 2001/03/27  14:44:56
29270         Log: Subject: Re: [PATCH] t/lib/glob-basic.t  
29271              From: Benjamin Sugars <bsugars@canoe.ca> 
29272              Date: Mon, 26 Mar 2001 14:11:47 -0500 (EST)
29273              Message-ID: <Pine.LNX.4.21.0103261406170.2729-100000@marmot.rim.canoe.ca>
29274      Branch: perl
29275            ! t/lib/glob-basic.t
29276 ____________________________________________________________________________
29277 [  9378] By: jhi                                   on 2001/03/27  14:42:30
29278         Log: Subject: [PATCH] perlvar nit
29279              From: Simon Cozens <simon@netthink.co.uk>
29280              Date: Tue, 27 Mar 2001 01:12:01 +0100
29281              Message-ID: <20010327011201.A19179@netthink.co.uk>
29282      Branch: perl
29283            ! pod/perlvar.pod
29284 ____________________________________________________________________________
29285 [  9377] By: jhi                                   on 2001/03/27  14:36:26
29286         Log: Subject: [PATCH] B::Terse and warnings
29287              From: Benjamin Sugars <ben.sugars@home.com>
29288              Date: Mon, 26 Mar 2001 23:40:33 -0500 (EST)
29289              Message-ID: <Pine.LNX.4.21.0103262320170.20040-100000@localhost.localdomain>
29290      Branch: perl
29291            ! ext/B/B.pm ext/B/B/Terse.pm
29292 ____________________________________________________________________________
29293 [  9376] By: jhi                                   on 2001/03/27  14:31:31
29294         Log: Document sockatmark() some.
29295      Branch: perl
29296            ! pod/perldiag.pod pod/perlfunc.pod pod/perlport.pod
29297            ! pod/perltoc.pod
29298 ____________________________________________________________________________
29299 [  9375] By: jhi                                   on 2001/03/27  14:00:24
29300         Log: sv_catpvf(sv, "%c", 128) should not UTF-8-ify the sv,
29301              noted by Gisle and fixed by NI-S.
29302      Branch: perl
29303            ! sv.c
29304 ____________________________________________________________________________
29305 [  9374] By: jhi                                   on 2001/03/27  05:50:01
29306         Log: Regen toc.
29307      Branch: perl
29308            ! pod/perltoc.pod
29309 ____________________________________________________________________________
29310 [  9373] By: jhi                                   on 2001/03/27  05:43:51
29311         Log: Pixie documenting.
29312      Branch: perl
29313            ! Makefile.SH pod/perlhack.pod
29314 ____________________________________________________________________________
29315 [  9372] By: jhi                                   on 2001/03/27  05:29:34
29316         Log: Metaconfig unit changes for #9371.
29317      Branch: metaconfig
29318            ! U/modified/myhostname.U
29319      Branch: metaconfig/U/perl
29320            + d_sockatmark.U
29321            ! gccvers.U
29322 ____________________________________________________________________________
29323 [  9371] By: jhi                                   on 2001/03/27  05:29:07
29324         Log: Add sockatmark() probing.
29325      Branch: perl
29326            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
29327            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
29328            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
29329            ! vos/config.ga.h win32/config.bc win32/config.gc
29330            ! win32/config.vc
29331 ____________________________________________________________________________
29332 [  9370] By: jhi                                   on 2001/03/26  22:01:18
29333         Log: pp_ncmp() and pp_scmp() should return numeric values, not booleans.
29334              Really need to benchmark this.
29335      Branch: perl
29336            ! pp.c
29337 ____________________________________________________________________________
29338 [  9369] By: nick                                  on 2001/03/26  21:59:30
29339         Log: Integrate mainline.
29340      Branch: perlio
29341            ! ext/MIME/Base64/QuotedPrint.pm
29342           !> Changes Makefile.SH ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
29343           !> patchlevel.h pod/perlhack.pod pp_sys.c
29344 ____________________________________________________________________________
29345 [  9368] By: jhi                                   on 2001/03/26  21:47:03
29346         Log: Treat pp_ncmp() and pp_scmp() as in #9366 (ROK).
29347              
29348              TODO1: perlbench.
29349              TODO2: le, lt, ge, gt?  Yech.
29350      Branch: perl
29351            ! pp.c
29352 ____________________________________________________________________________
29353 [  9367] By: jhi                                   on 2001/03/26  21:34:57
29354         Log: Too much cut-and-paste in #9363.
29355      Branch: perl
29356            ! pp_sys.c
29357 ____________________________________________________________________________
29358 [  9366] By: jhi                                   on 2001/03/26  21:20:53
29359         Log: Subject: $ref1 == $ref2 without NV_PRESERVES_UV
29360              From: Andreas Schwab <schwab@suse.de>
29361              Date: 26 Mar 2001 17:29:04 +0200
29362              Message-ID: <jeitkw5z27.fsf@hawking.suse.de>
29363              
29364              (The patch for 5.6.0 or so, this is a guess for bleadperl)
29365      Branch: perl
29366            ! pp_hot.c
29367 ____________________________________________________________________________
29368 [  9365] By: jhi                                   on 2001/03/26  21:07:54
29369         Log: Integrate perlio.
29370      Branch: perl
29371           !> perlio.c
29372 ____________________________________________________________________________
29373 [  9364] By: nick                                  on 2001/03/26  20:30:48
29374         Log: REFCNT botch in layer name cache hash.
29375      Branch: perlio
29376            ! perlio.c
29377 ____________________________________________________________________________
29378 [  9363] By: jhi                                   on 2001/03/26  18:44:32
29379         Log: Subject: [PATCH] socket() leaks file descriptors
29380              From: Benjamin Sugars <bsugars@canoe.ca>
29381              Date: Mon, 26 Mar 2001 13:29:54 -0500 (EST)
29382              Message-ID: <Pine.LNX.4.21.0103261315510.2729-100000@marmot.rim.canoe.ca>
29383              
29384              Also sockpair() fixed similarly.
29385      Branch: perl
29386            ! pp_sys.c
29387 ____________________________________________________________________________
29388 [  9362] By: jhi                                   on 2001/03/26  18:37:52
29389         Log: Integrate perlio.
29390      Branch: perl
29391           !> README.os390 miniperlmain.c perlio.c perliol.h t/op/pat.t
29392 ____________________________________________________________________________
29393 [  9361] By: nick                                  on 2001/03/26  17:32:06
29394         Log: Implement flush of linebuffered streams on read of a tty.
29395      Branch: perlio
29396            ! perlio.c perliol.h
29397 ____________________________________________________________________________
29398 [  9360] By: nick                                  on 2001/03/26  17:12:32
29399         Log: Memory tweaks and notes for OEMVS.
29400      Branch: perlio
29401            ! README.os390 miniperlmain.c t/op/pat.t
29402 ____________________________________________________________________________
29403 [  9359] By: jhi                                   on 2001/03/26  02:12:54
29404         Log: Update Changes.
29405      Branch: perl
29406            ! Changes patchlevel.h
29407 ____________________________________________________________________________
29408 [  9358] By: jhi                                   on 2001/03/26  02:05:32
29409         Log: Document the most common pixie options.
29410      Branch: perl
29411            ! pod/perlhack.pod
29412 ____________________________________________________________________________
29413 [  9357] By: jhi                                   on 2001/03/26  01:25:28
29414         Log: For perl.pixie check *before* compiling that optimize is -g,
29415              as for perl.third.
29416      Branch: perl
29417            ! Makefile.SH
29418 ____________________________________________________________________________
29419 [  9356] By: jhi                                   on 2001/03/26  01:13:41
29420         Log: rmdir lib/Digest, lib/MIME, and lib/PerlIO.
29421      Branch: perl
29422            ! Makefile.SH
29423 ____________________________________________________________________________
29424 [  9355] By: jhi                                   on 2001/03/26  01:11:19
29425         Log: Remove t/perl.third.
29426      Branch: perl
29427            ! Makefile.SH
29428 ____________________________________________________________________________
29429 [  9354] By: jhi                                   on 2001/03/26  00:23:38
29430         Log: Implement IO::Socket::atmark(), inspired by Lincoln Stein's
29431              IO::Sockatmark().
29432      Branch: perl
29433            ! ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
29434 ____________________________________________________________________________
29435 [  9353] By: jhi                                   on 2001/03/25  22:25:04
29436         Log: Integrate perlio.
29437      Branch: perl
29438           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
29439           !> ext/PerlIO/Scalar/Scalar.xs perl.c perlio.c perlio.h perliol.h
29440           !> pp_hot.c win32/makefile.mk
29441 ____________________________________________________________________________
29442 [  9352] By: jhi                                   on 2001/03/25  22:21:41
29443         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ...
29444              From: Radu Greab <radu@netsoft.ro>
29445              Date: Fri, 23 Mar 2001 21:14:59 +0200 (EET)
29446              Message-ID: <15035.41139.646781.478457@ix.netsoft.ro>
29447      Branch: perl
29448            ! pp_sys.c
29449 ____________________________________________________________________________
29450 [  9351] By: nick                                  on 2001/03/25  22:15:02
29451         Log: Fix readline in list mode to tell rest of world that it has
29452              things on the stack. Otherwise if perl code gets invoked
29453              underneath it it scribbles over results-so-far.
29454              (Why TIEHANDLE has not tripped on this is a mystery.)
29455      Branch: perlio
29456            ! pp_hot.c
29457 ____________________________________________________________________________
29458 [  9350] By: nick                                  on 2001/03/25  22:10:13
29459         Log: win32/makefile.mk typos
29460      Branch: perlio
29461            ! win32/makefile.mk
29462 ____________________________________________________________________________
29463 [  9349] By: nick                                  on 2001/03/25  21:31:14
29464         Log: Integrate now-non-binary file.
29465      Branch: perlio
29466           !> t/lib/mimeqp.t
29467 ____________________________________________________________________________
29468 [  9348] By: nick                                  on 2001/03/25  21:27:24
29469         Log: Make it text
29470      Branch: perlio
29471            ! t/lib/mimeqp.t
29472 ____________________________________________________________________________
29473 [  9347] By: nick                                  on 2001/03/25  21:25:37
29474         Log: Integrate mainline.
29475      Branch: perlio
29476           !> ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
29477           !> lib/Term/ReadLine.pm t/lib/md5-file.t
29478 ____________________________________________________________________________
29479 [  9346] By: nick                                  on 2001/03/25  20:58:15
29480         Log: Add destruct time hook to PerlIO (for work-in-process implementing
29481              layers in perl code. In such cases layers need to be popped before
29482              we loose the ability to run perl code.)
29483              Also back-out "PerlIO::object" hook - it isn't going to work like that...
29484      Branch: perlio
29485            ! perl.c perlio.c perlio.h perliol.h
29486 ____________________________________________________________________________
29487 [  9345] By: nick                                  on 2001/03/25  20:49:11
29488         Log: Avoid at leasy one of undefined warnings in Encode.
29489      Branch: perlio
29490            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
29491 ____________________________________________________________________________
29492 [  9344] By: jhi                                   on 2001/03/25  20:37:43
29493         Log: A workaround for using Term::ReadLine in emacs minibuffer
29494              from Wybo Dekker <wybo@servalys.nl> and Johan Vromans;
29495              additional tweaks from Ilya Zakharevich.
29496      Branch: perl
29497            ! lib/Term/ReadLine.pm
29498 ____________________________________________________________________________
29499 [  9343] By: nick                                  on 2001/03/25  20:21:14
29500         Log: Missing return value.
29501      Branch: perlio
29502            ! ext/PerlIO/Scalar/Scalar.xs
29503 ____________________________________________________________________________
29504 [  9342] By: jhi                                   on 2001/03/25  16:21:00
29505         Log: Roll back the version numbers of Digest::MD5 and MIME::Base64
29506              to equal the CPAN versions since no code changes have been made.
29507      Branch: perl
29508            ! ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
29509            ! t/lib/md5-file.t
29510 ____________________________________________________________________________
29511 [  9341] By: jhi                                   on 2001/03/25  16:01:48
29512         Log: Escape 8-bit characters.
29513      Branch: perl
29514            ! t/lib/mimeqp.t
29515 ____________________________________________________________________________
29516 [  9340] By: gsar                                  on 2001/03/25  15:50:53
29517         Log: readd mimeqp.t as xtext (used to be binary because of the literal 8-bit
29518              chars)
29519      Branch: perl
29520            + t/lib/mimeqp.t
29521 ____________________________________________________________________________
29522 [  9339] By: gsar                                  on 2001/03/25  15:48:50
29523         Log: delete mimeqp.t for later with text mode set
29524      Branch: perl
29525            - t/lib/mimeqp.t
29526 ____________________________________________________________________________
29527 [  9338] By: nick                                  on 2001/03/25  09:01:57
29528         Log: Integrate mainline.
29529      Branch: perlio
29530           +> ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
29531           +> ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
29532           +> ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
29533           +> t/lib/mimeb64u.t t/lib/mimeqp.t
29534           !> MANIFEST configure.com djgpp/config.over epoc/config.sh
29535           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh t/lib/md5-file.t
29536           !> utils/h2xs.PL win32/Makefile win32/makefile.mk
29537 ____________________________________________________________________________
29538 [  9337] By: jhi                                   on 2001/03/25  04:23:24
29539         Log: Add MIME::Base64 here and there.  Again, a lot of
29540              optimism is in the air.
29541      Branch: perl
29542            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
29543            ! hints/uwin.sh hints/vmesa.sh win32/Makefile win32/makefile.mk
29544 ____________________________________________________________________________
29545 [  9336] By: jhi                                   on 2001/03/25  04:12:43
29546         Log: Add PerlIO::Scalar to win32/Makefile. (I'm doing
29547              this by ear as I do not do Win32 programming.)
29548      Branch: perl
29549            ! win32/Makefile win32/makefile.mk
29550 ____________________________________________________________________________
29551 [  9335] By: jhi                                   on 2001/03/25  04:03:50
29552         Log: Put back the MD5-Base64 tests now that we have MIME::Base64.
29553      Branch: perl
29554            ! t/lib/md5-file.t
29555 ____________________________________________________________________________
29556 [  9334] By: jhi                                   on 2001/03/25  03:58:53
29557         Log: Add MIME::Base 2.12 from Gisle Aas, version number bumped to 2.13.
29558      Branch: perl
29559            + ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
29560            + ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
29561            + ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
29562            + t/lib/mimeb64u.t t/lib/mimeqp.t
29563            ! MANIFEST
29564 ____________________________________________________________________________
29565 [  9333] By: jhi                                   on 2001/03/24  20:14:37
29566         Log: Integrate perlio.
29567      Branch: perl
29568           !> doio.c pod/perlfunc.pod pod/perliol.pod win32/makefile.mk
29569 ____________________________________________________________________________
29570 [  9332] By: nick                                  on 2001/03/24  19:40:34
29571         Log: Fix un-init variable leading to spurious "Out of Memory!"
29572      Branch: perlio
29573            ! doio.c
29574 ____________________________________________________________________________
29575 [  9331] By: nick                                  on 2001/03/24  19:09:59
29576         Log: Tweak docs for C<open> (boy does that need wholesale revision...)
29577              and update layers internals doc.
29578      Branch: perlio
29579            ! pod/perlfunc.pod pod/perliol.pod
29580 ____________________________________________________________________________
29581 [  9330] By: jhi                                   on 2001/03/24  18:42:11
29582         Log: The length might be uninitialized garbage if the *svp is the undef.
29583      Branch: perl
29584            ! doio.c
29585 ____________________________________________________________________________
29586 [  9329] By: jhi                                   on 2001/03/24  18:26:57
29587         Log: (Retracted by #9393)
29588
29589              Subject: [PATCH h2xs] $!{EINVAL} requires "use Errno"
29590              From: Simon Cozens <simon@netthink.co.uk>
29591              Date: Sat, 24 Mar 2001 17:13:17 +0000
29592              Message-ID: <20010324171317.A13406@netthink.co.uk>
29593      Branch: perl
29594            ! utils/h2xs.PL
29595 ____________________________________________________________________________
29596 [  9328] By: nick                                  on 2001/03/24  17:22:02
29597         Log: Integrate mainline.
29598      Branch: perlio
29599           !> lib/unicode/Names.txt lib/unicode/ReadMe.txt
29600           !> lib/unicode/version
29601 ____________________________________________________________________________
29602 [  9327] By: nick                                  on 2001/03/24  17:16:02
29603         Log: Integrate mainline.
29604      Branch: perlio
29605           +> ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
29606           +> ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
29607           +> ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
29608           +> lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
29609           +> t/lib/md5-file.t
29610           !> MANIFEST Makefile.SH configure.com djgpp/config.over
29611           !> epoc/config.sh ext/DynaLoader/hints/aix.pl hints/aix.sh
29612           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh lib/Net/Ping.pm op.c
29613           !> pp.c t/lib/b.t t/op/re_tests t/op/repeat.t win32/Makefile
29614           !> win32/makefile.mk
29615 ____________________________________________________________________________
29616 [  9326] By: jhi                                   on 2001/03/24  17:00:42
29617         Log: Upgrade to Unicode 3.1 beta 2001-03-23.
29618      Branch: perl
29619            ! lib/unicode/Names.txt lib/unicode/ReadMe.txt
29620            ! lib/unicode/version
29621 ____________________________________________________________________________
29622 [  9325] By: jhi                                   on 2001/03/24  16:22:33
29623         Log: Subject: Re: B::Deparse bug (5.6.0)
29624              From: Robin Houston <robin@kitsite.com>
29625              Date: Sat, 24 Mar 2001 14:33:09 +0000
29626              Message-ID: <20010324143309.B17734@puffinry.freeserve.co.uk>
29627      Branch: perl
29628            ! op.c pp.c t/lib/b.t t/op/repeat.t
29629 ____________________________________________________________________________
29630 [  9324] By: jhi                                   on 2001/03/24  16:21:56
29631         Log: Boldly add extensions to be built to VMS, EPOC, UTS,
29632              U/WIN, and VM/ESA (and fixups for DJGPP).  Some of
29633              these additions may be too optimistic.
29634      Branch: perl
29635            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
29636            ! hints/uwin.sh hints/vmesa.sh
29637 ____________________________________________________________________________
29638 [  9323] By: jhi                                   on 2001/03/24  16:06:01
29639         Log: Integrate perlio.
29640      Branch: perl
29641           +> ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
29642           +> ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
29643            ! Makefile.SH
29644           !> MANIFEST doio.c embed.h ext/Encode/Encode.xs
29645           !> ext/POSIX/POSIX.xs global.sym iperlsys.h makedef.pl objXSUB.h
29646           !> perlapi.c perlio.c perliol.h proto.h t/io/open.t t/io/utf8.t
29647           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
29648           !> win32/makefile.mk win32/perlhost.h win32/win32.c
29649           !> win32/win32iop.h
29650 ____________________________________________________________________________
29651 [  9322] By: nick                                  on 2001/03/24  14:39:12
29652         Log: Routine Win32 regen_config_h - no real changes.
29653      Branch: perlio
29654            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
29655 ____________________________________________________________________________
29656 [  9321] By: nick                                  on 2001/03/24  14:31:49
29657         Log: PerlIO fixups for Win32:
29658              - provide win33_popenlist() - non-functional as yet.
29659              - avoid need for aTHX in PerlIO_debug calls - even if not 
29660              enabled args are still evaluated so Win32 has trouble during fork().
29661              - Add PerlIO/Scalar to list of extensions in win32/makefile.mk
29662              - Fixup makedef.pl for latest set of symbols.
29663      Branch: perlio
29664            ! iperlsys.h makedef.pl perlio.c win32/makefile.mk
29665            ! win32/perlhost.h win32/win32.c win32/win32iop.h
29666 ____________________________________________________________________________
29667 [  9320] By: nick                                  on 2001/03/24  14:26:58
29668         Log: POSIX::getcwd XS code to call Cwd::cwd when HAS_GETCWD not defined
29669              was gibberish - broke it on WIn32 at least.
29670      Branch: perlio
29671            ! ext/POSIX/POSIX.xs
29672 ____________________________________________________________________________
29673 [  9319] By: nick                                  on 2001/03/24  11:29:41
29674         Log: Generated files.
29675      Branch: perlio
29676            ! embed.h global.sym objXSUB.h perlapi.c proto.h
29677 ____________________________________________________________________________
29678 [  9318] By: nick                                  on 2001/03/24  10:29:37
29679         Log: Implement:
29680              1.  open($fh,"+<",undef);  # add test to t/io/open.t
29681              2.  open($fh,"+<",\$var);  # New test t/lib/io_scalar.t
29682      Branch: perlio
29683            + ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
29684            + ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
29685            ! MANIFEST doio.c ext/Encode/Encode.xs perlio.c perliol.h
29686            ! t/io/open.t t/io/utf8.t
29687 ____________________________________________________________________________
29688 [  9317] By: jhi                                   on 2001/03/23  23:41:25
29689         Log: AIX does seems to have optimization problems with its C compilers.
29690      Branch: perl
29691            ! hints/aix.sh
29692 ____________________________________________________________________________
29693 [  9316] By: jhi                                   on 2001/03/23  23:40:46
29694         Log: Integrate perlio.
29695      Branch: perl
29696           +> lib/PerlIO.pm
29697           !> MANIFEST doio.c ext/Encode/Encode.xs perlio.c perlio.h
29698           !> perliol.h
29699 ____________________________________________________________________________
29700 [  9315] By: jhi                                   on 2001/03/23  22:16:30
29701         Log: Fix the EBCDIC MD5.pm checksum, from Pter Prymmer.
29702      Branch: perl
29703            ! t/lib/md5-file.t
29704 ____________________________________________________________________________
29705 [  9314] By: nick                                  on 2001/03/23  20:49:02
29706         Log: Perlio internals re-organized.
29707              - open process creates AV of layer/arg pairs
29708              (appends layers from open() or open.pm to default list).
29709              - push arg is now an SV.
29710              - layer ->Open get passed the AV
29711              - open is no longer mandatory method.
29712              - topmost layer that has ->Open method does the open
29713              - any layers above are pushed once that returns.
29714              - vtable re-ordered so dummy layers need only provide push/pop methods.
29715      Branch: perlio
29716            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
29717 ____________________________________________________________________________
29718 [  9313] By: nick                                  on 2001/03/23  16:27:41
29719         Log: Check in a stable (working) version before next round of tweaks.
29720              Changes include:
29721              - Move default layers code out of doio.c and into perlio.c
29722              - Single routine for parsing layer specification strings.
29723              - Skeleton support for demand loading of layers
29724              - Core-dump avoidance if PERLIO environment specifies loadable layer
29725              (does not _work_ as need IO to load and need load to do IO ...)
29726      Branch: perlio
29727            + lib/PerlIO.pm
29728            ! MANIFEST doio.c perlio.c
29729 ____________________________________________________________________________
29730 [  9312] By: gsar                                  on 2001/03/23  16:25:25
29731         Log: add execute bit to files with shebang lines in the repository;
29732              avoid clobbering execute bit in Porting/makerel 
29733      Branch: maint-5.6/perl
29734            ! (edit 144 files)
29735 ____________________________________________________________________________
29736 [  9311] By: jhi                                   on 2001/03/23  14:25:35
29737         Log: Forgot the unneeded hints/dec_osf.pl into MANIFEST in #9308.
29738      Branch: perl
29739            ! MANIFEST
29740 ____________________________________________________________________________
29741 [  9310] By: jhi                                   on 2001/03/23  13:45:04
29742         Log: Subject: [PATCH] Net::Ping
29743              From: Colin McMillen <mcmi0037@tc.umn.edu>
29744              Date: Thu, 22 Mar 2001 19:30:31 -0600
29745              Message-ID: <20010322193031.A18814@strago.jenovaproject.org>
29746      Branch: perl
29747            ! lib/Net/Ping.pm
29748 ____________________________________________________________________________
29749 [  9309] By: jhi                                   on 2001/03/23  13:39:13
29750         Log: EBCDIC patches for Digest::MD5 tests from Peter Prymmer.
29751      Branch: perl
29752            ! t/lib/md5-aaa.t t/lib/md5-file.t
29753 ____________________________________________________________________________
29754 [  9308] By: jhi                                   on 2001/03/23  13:20:34
29755         Log: Integrate Digest-1.00 and Digest-MD5-2.13, from Gisle Aas.
29756              - bump the version to 2.14
29757              - drop the base64 tests since they require MIME::Base64
29758              - drop the rfc1321.txt
29759              - drop the hints/dec_osf.pl since it's only needed for
29760              pre-5.005_03 Perls
29761              Todo:
29762              - the U32 alignment testing is now removed; it needs to
29763              be reintroduced as as a Config variable (meaning also
29764              as a Configure test)
29765              - get the new EBCDIC md5sum for MD5.pm
29766              - test in Win32 to see how badly I botched the makefiles
29767      Branch: perl
29768            + ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
29769            + ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
29770            + ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
29771            + lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
29772            + t/lib/md5-file.t
29773            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
29774            ! win32/Makefile win32/makefile.mk
29775 ____________________________________________________________________________
29776 [  9307] By: jhi                                   on 2001/03/23  12:56:14
29777         Log: Integrate change #9306 from maintperl into mainline,
29778              AIX dynaloader for AIXes without <load.h>.
29779      Branch: perl
29780           !> ext/DynaLoader/hints/aix.pl
29781 ____________________________________________________________________________
29782 [  9306] By: jhi                                   on 2001/03/23  12:51:36
29783         Log: There are AIXes without /usr/include/load.h,
29784              patch from H.Merijn Brand.
29785      Branch: maint-5.6/perl
29786            ! ext/DynaLoader/hints/aix.pl
29787 ____________________________________________________________________________
29788 [  9305] By: nick                                  on 2001/03/23  11:00:42
29789         Log: Add pTHX_ to -Duseperlio API where it does not conflict with legacy stuff.
29790      Branch: perlio
29791            ! ext/Encode/Encode.xs perlio.c perlio.h
29792 ____________________________________________________________________________
29793 [  9304] By: nick                                  on 2001/03/23  10:20:46
29794         Log: Render -Duseperlio functional again.
29795              - this is "quick fix" which calls PerlIO_apply_layers after opening,
29796              which is what old scheme did. New scheme needs to change that
29797              to make open(...,\$scalar) etc. work but this will do for now.
29798      Branch: perlio
29799            ! perlio.c
29800 ____________________________________________________________________________
29801 [  9303] By: nick                                  on 2001/03/23  09:53:20
29802         Log: Avoid "reopen" semantics for time being. Fix bug in dup logic.
29803              -Uuseperlio now works again.
29804              -Duseperlio is still poorly. Don't merge yet...
29805      Branch: perlio
29806            ! doio.c perlio.h
29807 ____________________________________________________________________________
29808 [  9302] By: nick                                  on 2001/03/22  22:26:51
29809         Log: Snapshot of new PerlIO open scheme. Still buggy - mainly in open($fh,">&STDOUT!")
29810              type code.
29811              - Invent PerlIO_openn() - which has "lots" of args a bit like do_openn() which
29812              is its main caller. In particular now has access to "extra" args, and
29813              can tell when an open handle is "reopened" (or duped?).
29814              - In -Duseperlio PerlIO_open() et. al. are now wrappers on PerlIO_openn().
29815              - In -Uuseperlio (untested as yet) PerlIO_openn() is a wrapper on
29816              PerlIO_open() et. al. (i.e. other way round).
29817              - Collapse "vtable" entries for layers - was fdopen/open/reopen now just open
29818              with args close to PerlIO_openn().
29819      Branch: perlio
29820            ! doio.c ext/Encode/Encode.xs perlio.c perlio.h perliol.h
29821 ____________________________________________________________________________
29822 [  9301] By: jhi                                   on 2001/03/22  20:58:04
29823         Log: Integrate perlio.
29824      Branch: perl
29825           !> doio.c embed.pl iperlsys.h perl.c perlio.c pp_hot.c pp_sys.c
29826           !> t/io/open.t util.c
29827 ____________________________________________________________________________
29828 [  9300] By: nick                                  on 2001/03/22  17:36:32
29829         Log: Don't include $@ in not ok message.
29830      Branch: perlio
29831            ! t/io/open.t
29832 ____________________________________________________________________________
29833 [  9299] By: gsar                                  on 2001/03/22  16:53:45
29834         Log: back out changes#7532,7521 for now (appears to have problems
29835              on IRIX)
29836      Branch: maint-5.6/perl
29837            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
29838            ! ext/POSIX/typemap pod/perlvar.pod
29839 ____________________________________________________________________________
29840 [  9298] By: nick                                  on 2001/03/22  14:35:46
29841         Log: Give a meaning to '&' in n-arg open case:
29842              open($fh,"<&",$scalar);
29843              $scalar can be:
29844              - an integer which does "fdopen"
29845              open($fh,"<&",2); # like open($fh,"<&2")
29846              - something that will yield a file handle via sv_2io()
29847              useful for dup'ing anonymous handles.
29848              e.g.:
29849              open(my $fh,"<&",\*STDIN);
29850              open(my $dup,"<&",$fh);
29851      Branch: perlio
29852            ! doio.c t/io/open.t
29853 ____________________________________________________________________________
29854 [  9297] By: nick                                  on 2001/03/22  13:34:35
29855         Log: Implement open($fh,"-|",prog,args...) for HAS_FORK cases.
29856      Branch: perlio
29857            ! util.c
29858 ____________________________________________________________________________
29859 [  9296] By: nick                                  on 2001/03/22  12:51:20
29860         Log: Re-instate warnings for 'eof STDOUT' etc. by marking STD* as appropriate IoTYPE.
29861      Branch: perlio
29862            ! perl.c
29863 ____________________________________________________________________________
29864 [  9295] By: nick                                  on 2001/03/22  11:59:44
29865         Log: If stdin, stdout or stderr get opened in unexpected read/write state
29866              then warn at time of open not at time of use.
29867      Branch: perlio
29868            ! doio.c pp_hot.c pp_sys.c
29869 ____________________________________________________________________________
29870 [  9294] By: nick                                  on 2001/03/22  10:54:35
29871         Log: Die on n-arg open(...,"",xxx,yyy,...)
29872              - redirect pipe cases to PerlProc_popen_list() (which just croaks for now)
29873              - die on read/write cases so we can decide what it means later.
29874      Branch: perlio
29875            ! doio.c embed.pl iperlsys.h util.c
29876 ____________________________________________________________________________
29877 [  9293] By: nick                                  on 2001/03/22  09:02:45
29878         Log: perlio tweaks (reported by Nick Clark)
29879              Line buffer ttys, PerlIOBuf_tell() on unseekable off-by one,
29880              error check in Pendinf_read().
29881      Branch: perlio
29882            ! perlio.c
29883 ____________________________________________________________________________
29884 [  9292] By: gsar                                  on 2001/03/22  07:12:00
29885         Log: integrate changes#8306,8532 from mainline (missing USE_PURE_BISON
29886              fixes)
29887      Branch: maint-5.6/perl
29888           !> embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h toke.c
29889 ____________________________________________________________________________
29890 [  9291] By: jhi                                   on 2001/03/22  06:06:44
29891         Log: Regex tests from Chicheng Zhang.  (Already fixed.)
29892      Branch: perl
29893            ! t/op/re_tests
29894 ____________________________________________________________________________
29895 [  9290] By: jhi                                   on 2001/03/22  05:57:01
29896         Log: Move MacOS Classic higher in the list of supported platforms.
29897      Branch: maint-5.6/perl
29898            ! pod/perlport.pod
29899 ____________________________________________________________________________
29900 [  9289] By: gsar                                  on 2001/03/22  05:35:04
29901         Log: revert part of change#6438 for compatibility (av_reify()
29902              appears to be needed to implement av_splice()ish things
29903              in XS)
29904      Branch: maint-5.6/perl
29905            ! embed.pl global.sym objXSUB.h perlapi.c
29906 ____________________________________________________________________________
29907 [  9288] By: gsar                                  on 2001/03/22  03:09:19
29908         Log: update copyright year
29909      Branch: maint-5.6/perl
29910            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
29911            ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h mg.c mg.h
29912            ! op.c op.h perl.c perl.h perlio.c perly.y pp.c pp.h pp_ctl.c
29913            ! pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c sv.c sv.h
29914            ! toke.c utf8.c utf8.h util.c util.h x2p/EXTERN.h x2p/INTERN.h
29915            ! x2p/a2p.c x2p/a2p.h x2p/a2p.y x2p/a2py.c x2p/hash.c x2p/hash.h
29916            ! x2p/proto.h x2p/str.c x2p/str.h x2p/util.c x2p/util.h
29917            ! x2p/walk.c
29918 ____________________________________________________________________________
29919 [  9287] By: jhi                                   on 2001/03/21  20:30:54
29920         Log: Integrate perlio.
29921      Branch: perl
29922           !> ext/Data/Dumper/Dumper.xs
29923 ____________________________________________________________________________
29924 [  9286] By: gsar                                  on 2001/03/21  19:49:54
29925         Log: makefile.mk tweak
29926      Branch: maint-5.6/perl
29927            ! win32/Makefile win32/makefile.mk
29928 ____________________________________________________________________________
29929 [  9285] By: nick                                  on 2001/03/21  19:07:13
29930         Log: Multiplicity fix for Dumper.
29931      Branch: perlio
29932            ! ext/Data/Dumper/Dumper.xs
29933 ____________________________________________________________________________
29934 [  9284] By: nick                                  on 2001/03/21  19:01:07
29935         Log: Integrate mainline - (does not build xTHX issue in Dumper).
29936      Branch: perlio
29937           !> (integrate 27 files)
29938 ____________________________________________________________________________
29939 [  9283] By: jhi                                   on 2001/03/21  17:17:35
29940         Log: Integrate change #9282 from mainline into maintperl,
29941              4-arg UTF-8 substr().
29942      Branch: maint-5.6/perl
29943           !> pp.c
29944 ____________________________________________________________________________
29945 [  9282] By: jhi                                   on 2001/03/21  17:15:43
29946         Log: The #9270 would have leaked a scalar if pp_substr()
29947              returned early.
29948      Branch: perl
29949            ! pp.c
29950 ____________________________________________________________________________
29951 [  9281] By: gsar                                  on 2001/03/21  17:03:14
29952         Log: makefile.mk defaults to GCC, not BORLAND (as mentioned in README.win32)
29953      Branch: maint-5.6/perl
29954            ! win32/makefile.mk
29955 ____________________________________________________________________________
29956 [  9280] By: gsar                                  on 2001/03/21  17:01:20
29957         Log: some tweaks to change#9278 (fork() emulation should be enabled
29958              by setting BUILD_FLAVOR instead of changing the defaults)
29959      Branch: maint-5.6/perl
29960            ! win32/makefile.mk
29961 ____________________________________________________________________________
29962 [  9279] By: gsar                                  on 2001/03/21  16:47:19
29963         Log: integrate change#9271 from mainline; a tweak to Glob.pm docs
29964      Branch: maint-5.6/perl
29965            ! ext/File/Glob/Glob.pm
29966           !> lib/Cwd.pm
29967 ____________________________________________________________________________
29968 [  9278] By: jhi                                   on 2001/03/21  14:35:10
29969         Log: Subject: [PATCH: 5.6.1-trial3] Borland C++ for Win32 fixes
29970              From: "Vadim Konovalov" <watman@inbox.ru>
29971              Date: Wed, 21 Mar 2001 01:53:51 +0300
29972              Message-ID: <004101c0b190$a749ea20$f7c030d4@vad>
29973      Branch: maint-5.6/perl
29974            ! win32/makefile.mk win32/win32sck.c
29975 ____________________________________________________________________________
29976 [  9277] By: jhi                                   on 2001/03/21  13:58:28
29977         Log: Integrate change #9270 from mainline to maintperl:
29978              continued 4-arg UTF-8 substr() fixing.
29979      Branch: maint-5.6/perl
29980           !> pp.c t/op/substr.t
29981 ____________________________________________________________________________
29982 [  9276] By: jhi                                   on 2001/03/21  13:33:00
29983         Log: More pixie cleaning.
29984      Branch: perl
29985            ! Makefile.SH
29986 ____________________________________________________________________________
29987 [  9275] By: jhi                                   on 2001/03/21  03:54:17
29988         Log: Update Changes.
29989      Branch: perl
29990            ! Changes patchlevel.h
29991 ____________________________________________________________________________
29992 [  9274] By: jhi                                   on 2001/03/21  03:48:24
29993         Log: First stab at making Data::Dumper to grok Unicode.
29994              
29995              TODO: tests, EBCDICify.
29996      Branch: perl
29997            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
29998 ____________________________________________________________________________
29999 [  9273] By: jhi                                   on 2001/03/21  02:23:00
30000         Log: Fix for
30001              
30002              Subject: Memory leak in unquoted print   
30003              From: Benjamin Sugars <bsugars@canoe.ca> 
30004              Date: Tue, 20 Mar 2001 10:02:56 -0500 (EST)
30005              Message-ID: <Pine.LNX.4.21.0103200958180.1538-100000@marmot.rim.canoe.ca>
30006      Branch: perl
30007            ! perlio.c
30008 ____________________________________________________________________________
30009 [  9272] By: jhi                                   on 2001/03/21  01:33:17
30010         Log: Subject: Re: [PATCH] POSIX::getcwd()
30011              From: Benjamin Sugars <bsugars@canoe.ca> 
30012              Date: Mon, 19 Mar 2001 15:07:03 -0500 (EST)
30013              Message-ID: <Pine.LNX.4.21.0103191454500.1820-100000@marmot.rim.canoe.ca>      
30014      Branch: perl
30015            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
30016 ____________________________________________________________________________
30017 [  9271] By: jhi                                   on 2001/03/21  01:22:52
30018         Log: Subject: [PATCH] Cwd.pm docs
30019              From: Benjamin Sugars <bsugars@canoe.ca>
30020              Date: Tue, 20 Mar 2001 15:33:32 -0500 (EST)
30021              Message-ID: <Pine.LNX.4.21.0103201516550.7893-100000@marmot.rim.canoe.ca>
30022      Branch: perl
30023            ! lib/Cwd.pm
30024 ____________________________________________________________________________
30025 [  9270] By: jhi                                   on 2001/03/21  01:16:29
30026         Log: Continue 4-arg substr() UTF-8 fixage.
30027      Branch: perl
30028            ! pp.c t/op/substr.t
30029 ____________________________________________________________________________
30030 [  9269] By: jhi                                   on 2001/03/21  00:46:14
30031         Log: Integrate changes #9262,9264,9265,9266 from maintperl to mainline.
30032              
30033              revert the leak fix in change#9142 (problem needs a more experimental
30034              fix unsuitable for 5.6.1)
30035              
30036              do alphabetical sorting by default (for csh compatibility)
30037              
30038              cut-n-paste goof in change#9264
30039              
30040              VMS piping fixes (from Charles Lane)
30041      Branch: perl
30042           !> ext/File/Glob/Changes ext/File/Glob/Glob.pm
30043           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
30044           !> ext/File/Glob/bsd_glob.h scope.c vms/vms.c vms/vmspipe.com
30045 ____________________________________________________________________________
30046 [  9268] By: jhi                                   on 2001/03/21  00:37:04
30047         Log: Integrate perlio.
30048      Branch: perl
30049           !> embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
30050           !> utf8.c utf8.h utfebcdic.h
30051 ____________________________________________________________________________
30052 [  9267] By: nick                                  on 2001/03/20  20:04:39
30053         Log: More EBCDIC stuff:
30054              - Loose the extra level of function on ASCII.
30055              - spotted a chr(0) issue in sv.c
30056              - re-work of UTF-X tr/// ranges to work in Unicode
30057              space. Still issues with the "0xff is illegal UTF-8" hack.
30058              - Yet another ad. hoc. utf8 'upgrade' in op.c recoded
30059              (why do it once when you can do it all over the place :-(
30060              - Enable HINTS_UTF8 on EBCDIC - then ignore it in toke.c,
30061              need utf8.pm for swashes.
30062              - Simplified and commented scan_const() in toke.c
30063              Still something wrong regexp and tr (swashes?).
30064      Branch: perlio
30065            ! embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
30066            ! utf8.c utf8.h utfebcdic.h
30067 ____________________________________________________________________________
30068 [  9266] By: gsar                                  on 2001/03/20  19:16:43
30069         Log: VMS piping fixes (from Charles Lane)
30070      Branch: maint-5.6/perl
30071            ! vms/vms.c vms/vmspipe.com
30072 ____________________________________________________________________________
30073 [  9265] By: gsar                                  on 2001/03/20  17:53:52
30074         Log: cut-n-paste goof in change#9264
30075      Branch: maint-5.6/perl
30076            ! ext/File/Glob/Glob.xs
30077 ____________________________________________________________________________
30078 [  9264] By: gsar                                  on 2001/03/20  17:43:47
30079         Log: do alphabetical sorting by default (for csh compatibility);
30080              bsd_glob() does ASCII sort by default as usual, unless
30081              GLOB_ALPHASORT was specified
30082      Branch: maint-5.6/perl
30083            ! ext/File/Glob/Changes ext/File/Glob/Glob.pm
30084            ! ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
30085            ! ext/File/Glob/bsd_glob.h
30086 ____________________________________________________________________________
30087 [  9263] By: gsar                                  on 2001/03/20  16:40:08
30088         Log: integrate change#9255 from mainline (unicode fix)
30089              
30090              substr($bytestr, i, n, $charstr)
30091      Branch: maint-5.6/perl
30092           !> Todo-5.6 pp.c t/op/substr.t
30093 ____________________________________________________________________________
30094 [  9262] By: gsar                                  on 2001/03/20  15:57:41
30095         Log: revert the leak fix in change#9142 (problem needs a more experimental
30096              fix unsuitable for 5.6.1)
30097      Branch: maint-5.6/perl
30098            ! scope.c
30099 ____________________________________________________________________________
30100 [  9261] By: jhi                                   on 2001/03/20  14:26:25
30101         Log: Integrate changes #9259,9260 from maintperl into mainline.
30102              
30103              Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
30104              
30105              Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
30106      Branch: perl
30107           !> ext/POSIX/POSIX.xs lib/File/Path.pm run.c
30108 ____________________________________________________________________________
30109 [  9260] By: jhi                                   on 2001/03/20  14:05:46
30110         Log: Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
30111              From: Robin Barker <rmb1@cise.npl.co.uk>
30112              Date: Tue, 20 Mar 2001 10:12:04 GMT
30113              Message-Id: <200103201012.KAA04738@tempest.npl.co.uk>
30114      Branch: maint-5.6/perl
30115            ! run.c
30116 ____________________________________________________________________________
30117 [  9259] By: jhi                                   on 2001/03/20  14:04:39
30118         Log: Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
30119              From: Chris Nandor <pudge@pobox.com>
30120              Date: Tue, 20 Mar 2001 00:40:56 -0500
30121              Message-Id: <p05010401b6dc9d57a62d@[10.0.1.107]>
30122      Branch: maint-5.6/perl
30123            ! ext/POSIX/POSIX.xs lib/File/Path.pm
30124 ____________________________________________________________________________
30125 [  9258] By: jhi                                   on 2001/03/20  05:09:34
30126         Log: Update Changes.
30127      Branch: perl
30128            ! Changes patchlevel.h
30129 ____________________________________________________________________________
30130 [  9257] By: jhi                                   on 2001/03/20  05:04:25
30131         Log: tr/// UTF-8 tests for Inaba Hiroto's latest patches.
30132      Branch: perl
30133            ! t/op/tr.t
30134 ____________________________________________________________________________
30135 [  9256] By: jhi                                   on 2001/03/20  04:43:12
30136         Log: Subject: [PATCH: 5.6.1-trial3] test fixes and installation cleanliness for OS/390
30137              From: Peter Prymmer <pvhp@forte.com>
30138              Date: Mon, 19 Mar 2001 16:43:13 -0800 (PST)
30139              Message-ID: <Pine.OSF.4.10.10103191627310.162127-100000@aspara.forte.com>
30140      Branch: maint-5.6/perl
30141            ! installperl t/comp/proto.t t/comp/require.t t/op/regmesg.t
30142 ____________________________________________________________________________
30143 [  9255] By: jhi                                   on 2001/03/19  23:17:17
30144         Log: substr($bytestr, i, n, $charstr)
30145
30146              TODO: we are still broken if $bytestr needs UTF-8 upgrading.
30147      Branch: perl
30148            ! Todo-5.6 pp.c t/op/substr.t
30149 ____________________________________________________________________________
30150 [  9254] By: jhi                                   on 2001/03/19  22:25:09
30151         Log: Rearrange the make test target prerequisites so that
30152              in a parallel make 'all' is finished before 'test'.
30153      Branch: perl
30154            ! Makefile.SH
30155 ____________________________________________________________________________
30156 [  9253] By: jhi                                   on 2001/03/19  21:48:07
30157         Log: Subject: PATCH: cosmetic tweak in pp_ctl.c
30158              From: Robin Houston <robin@kitsite.com>
30159              Date: Mon, 19 Mar 2001 15:48:41 +0000
30160              Message-ID: <20010319154841.A28174@puffinry.freeserve.co.uk>
30161      Branch: perl
30162            ! pp_ctl.c
30163 ____________________________________________________________________________
30164 [  9252] By: jhi                                   on 2001/03/19  21:42:27
30165         Log: Integrate perlio.
30166      Branch: perl
30167           !> doop.c perly.c perly.y sv.c t/camel-III/vstring.t t/op/each.t
30168           !> t/op/length.t t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h
30169           !> utfebcdic.h vms/perly_c.vms
30170 ____________________________________________________________________________
30171 [  9251] By: jhi                                   on 2001/03/19  21:31:28
30172         Log: Integrate changes #9244,9247,9250 from maintperl into mainline.
30173              
30174              Dynaloading in 64-bit AIX with vac.
30175      Branch: perl
30176           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
30177           !> hints/aix.sh
30178 ____________________________________________________________________________
30179 [  9250] By: jhi                                   on 2001/03/19  21:18:00
30180         Log: A more robust solution for the 64bitall AIX dynaloading
30181              problem, from Jens-Uwe Mager.
30182      Branch: maint-5.6/perl
30183            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
30184 ____________________________________________________________________________
30185 [  9249] By: nick                                  on 2001/03/19  20:59:37
30186         Log: Integrate mainline.
30187      Branch: perlio
30188           !> (integrate 42 files)
30189 ____________________________________________________________________________
30190 [  9248] By: nick                                  on 2001/03/19  20:22:07
30191         Log: Tweak to perly.y to allow -DDEBUGGING to compile on OS390.
30192              (Building on OS390 uses native YACC and YYDEBUG has other
30193              side effects.)
30194      Branch: perlio
30195            ! perly.c perly.y vms/perly_c.vms
30196 ____________________________________________________________________________
30197 [  9247] By: jhi                                   on 2001/03/19  19:59:53
30198         Log: 64-bit AIX dynaloading problem (see #9244) idea
30199              from Jens-Uwe Mager.
30200      Branch: maint-5.6/perl
30201            ! ext/DynaLoader/dl_aix.xs
30202 ____________________________________________________________________________
30203 [  9246] By: nick                                  on 2001/03/19  19:27:57
30204         Log: More EBCDIC fixes.
30205      Branch: perlio
30206            ! doop.c sv.c t/camel-III/vstring.t t/op/each.t t/op/length.t
30207            ! t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h utfebcdic.h
30208 ____________________________________________________________________________
30209 [  9245] By: jhi                                   on 2001/03/19  19:05:19
30210         Log: Integrate change #9243 from mainline into maintperl.
30211              
30212              Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
30213      Branch: maint-5.6/perl
30214           !> README.vmesa
30215 ____________________________________________________________________________
30216 [  9244] By: jhi                                   on 2001/03/19  19:03:15
30217         Log: Get 64bitall AIX building, but still does not test okay:
30218              dynaloading anything fails, for example for op/defins:
30219              Can't load '../lib/auto/File/Glob/Glob.so' for module File::Glob: loadbind: A system call received a parameter that is not valid. at ../lib/XSLoader.pm line 75. at ../lib/File/Glob.pm line 99
30220              (update: fixed by #9247,9250)
30221      Branch: maint-5.6/perl
30222            ! hints/aix.sh
30223 ____________________________________________________________________________
30224 [  9243] By: jhi                                   on 2001/03/19  19:00:16
30225         Log: Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
30226              From: Robin Barker <rmb1@cise.npl.co.uk>
30227              Date: Mon, 19 Mar 2001 18:01:57 GMT
30228              Message-Id: <200103191801.SAA01072@tempest.npl.co.uk>
30229      Branch: perl
30230            ! README.vmesa
30231 ____________________________________________________________________________
30232 [  9242] By: jhi                                   on 2001/03/19  18:58:43
30233         Log: UTF-8 tr/// battle continues, ammunition from Inaba Hiroto.
30234              
30235              TODO: tests.
30236      Branch: perl
30237            ! doop.c op.c
30238 ____________________________________________________________________________
30239 [  9241] By: gsar                                  on 2001/03/19  17:34:46
30240         Log: VMSify tests (from Charles Lane)
30241      Branch: maint-5.6/perl
30242            ! t/lib/filehand.t t/lib/texttabs.t
30243 ____________________________________________________________________________
30244 [  9240] By: jhi                                   on 2001/03/19  14:24:26
30245         Log: Integrate change #9233 from maintperl into mainline.
30246              
30247              some refcounts were incorrect in perl_clone()
30248      Branch: perl
30249           !> sv.c
30250 ____________________________________________________________________________
30251 [  9239] By: gsar                                  on 2001/03/19  09:23:17
30252         Log: this is 5.6.1-trial3
30253      Branch: maint-5.6/perl
30254            ! Changes
30255 ____________________________________________________________________________
30256 [  9238] By: gsar                                  on 2001/03/19  08:47:04
30257         Log: some new symbols are only available under ithreads
30258      Branch: maint-5.6/perl
30259            ! makedef.pl
30260 ____________________________________________________________________________
30261 [  9237] By: gsar                                  on 2001/03/19  08:42:28
30262         Log: update patchlevel.h, Changes, &c.
30263      Branch: maint-5.6/perl
30264            ! Changes patchlevel.h pod/perlhist.pod
30265           !> AUTHORS
30266 ____________________________________________________________________________
30267 [  9236] By: gsar                                  on 2001/03/19  08:17:49
30268         Log: integrate changes#8068,8717 from mainline
30269              
30270              [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
30271              
30272              [PATCH CPAN 1.59_51] warning message (not!)
30273      Branch: maint-5.6/perl
30274           !> ext/GDBM_File/GDBM_File.pm ext/GDBM_File/typemap
30275           !> ext/NDBM_File/NDBM_File.pm ext/NDBM_File/typemap
30276           !> ext/ODBM_File/ODBM_File.pm ext/ODBM_File/typemap
30277           !> ext/SDBM_File/SDBM_File.pm ext/SDBM_File/typemap lib/CPAN.pm
30278           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
30279 ____________________________________________________________________________
30280 [  9235] By: gsar                                  on 2001/03/19  08:07:09
30281         Log: integrate changes#8617,8713,8715,8716,8721,8953,8963 from mainline
30282              
30283              [PATCH] Add missing CV flags to dump.c
30284              
30285              Re: [patch] Re: PL_ptr_table
30286              
30287              Fixup non-ithread build after 8713
30288              
30289              Generated files form 8713 etc.
30290              
30291              Correct the correction :-(
30292              
30293              Documenting coderef @INC (Re: CPAN "make this script work" feature)
30294              
30295              Subject: Re: sync sync sync: have I missed any patches?
30296              Replace djSP with dSP.
30297      Branch: maint-5.6/perl
30298           !> cop.h doio.c doop.c dump.c embed.h embed.pl ext/B/B/C.pm
30299           !> ext/B/B/CC.pm global.sym objXSUB.h perl.c perlapi.c
30300           !> pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h
30301           !> sv.c sv.h win32/perlhost.h
30302 ____________________________________________________________________________
30303 [  9234] By: gsar                                  on 2001/03/19  07:22:05
30304         Log: revert the change#9090 integrate for now (change looks somewhat
30305              incomplete in that [ha]v_exists() need something similar; lacks
30306              tests; &c.)
30307      Branch: maint-5.6/perl
30308            ! hv.c
30309 ____________________________________________________________________________
30310 [  9233] By: gsar                                  on 2001/03/19  07:10:01
30311         Log: some refcounts were incorrect in perl_clone(); avoid hang in global
30312              destruction when there are unreferenced scalars (SvREFCNT==0)
30313      Branch: maint-5.6/perl
30314            ! sv.c
30315 ____________________________________________________________________________
30316 [  9232] By: jhi                                   on 2001/03/19  05:11:02
30317         Log: Regen api and toc.
30318      Branch: maint-5.6/perl
30319            ! pod/perlapi.pod pod/perltoc.pod
30320 ____________________________________________________________________________
30321 [  9231] By: jhi                                   on 2001/03/19  04:06:03
30322         Log: Integrate changes in #9070,9072,9101 from mainline into maintperl,
30323              add a lost line in pp.c:pp_chop(), update to new op/chop.
30324              
30325              Clarify the description differentiating for and while; inspired by
30326              
30327              Subject: [ID 20010306.004] || != named unary operator
30328              
30329              The $Is_MacOS needs to be declared.
30330      Branch: maint-5.6/perl
30331            ! pp.c t/op/chop.t
30332           !> lib/ExtUtils/Manifest.pm pod/perlop.pod pod/perlsyn.pod
30333 ____________________________________________________________________________
30334 [  9230] By: jhi                                   on 2001/03/19  03:48:16
30335         Log: Integrate changes #7971(perlio),8982,9061,9062,9068,9069,
30336              9079,9083,9089,9090,9091 from mainline to maintperl.
30337              
30338              Quieten some noise in Win32 builds
30339              
30340              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker..."
30341              
30342              The perlretut was still talking about the old \p and \P
30343              definitions.
30344              
30345              More tweakage on the Unicode character class descriptions.
30346              
30347              Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
30348              
30349              Subject: 'no *POSIX' Patch speeding up make on BS2000 
30350              
30351              Subject: [PATCH] perldata.pod here-doc docs
30352              
30353              Add /sbin and /usr/sbin to the list of directories scanned
30354              for setuid programs.  Takes care of bug id 20010309.003.
30355              
30356              Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists()
30357              
30358              In op/stat #35 better to scan all the potential directories
30359              for setuids, not just the first one.
30360      Branch: maint-5.6/perl
30361            ! Makefile.SH
30362           !> doio.c hv.c lib/unicode/mktables.PL makedepend.SH perl.h
30363           !> pod/perldata.pod pod/perlretut.pod pp.c t/op/chop.t
30364           !> t/op/stat.t toke.c win32/win32.h
30365 ____________________________________________________________________________
30366 [  9229] By: jhi                                   on 2001/03/19  02:31:50
30367         Log: Subject: [MacPerl-Porters] [PATCH] Portability fixes for Mac OS / maint-5.6
30368              From: Chris Nandor <pudge@pobox.com>
30369              Date: Sat, 10 Mar 2001 14:22:19 -0500
30370              Message-Id: <p0501042db6cf0a8d0b63@[10.0.1.177]>
30371      Branch: maint-5.6/perl
30372            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
30373            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm perlsfio.h
30374            ! t/lib/b.t t/lib/errno.t
30375 ____________________________________________________________________________
30376 [  9228] By: jhi                                   on 2001/03/19  02:29:59
30377         Log: Integrate changes #9113,9122 from mainline into maintperl.
30378              
30379              Subject: [PATCH: perl@9092, dist-3.0@70] OS/390 mydomain last gasp before silly guess (was Re: What do I need to build EBCDIC perl?)
30380      Branch: maint-5.6/perl
30381           !> Configure README.os390 hints/os390.sh
30382 ____________________________________________________________________________
30383 [  9227] By: jhi                                   on 2001/03/19  02:22:35
30384         Log: Integrate #9115,9121,9128,9163,9171,9174,9175 from mainline
30385              into maintperl.
30386              
30387              Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
30388              
30389              Forgot to check-in the larger part of #9120, duh.
30390              
30391              Subject: Another patch for integer.pm POD 
30392              
30393              h2ph strictness and cleanliness from Kurt Starsinic.
30394              
30395              Borland filename case problem.
30396              
30397              h2ph strictness and cleanliness from Kurt Starsinic.
30398              
30399              Subject: [PATCH] the uncontroversial doc patches
30400      Branch: maint-5.6/perl
30401           +> win32/sncfnmcs.pl
30402           !> MANIFEST README.os2 README.win32 ext/GDBM_File/GDBM_File.pm
30403           !> ext/GDBM_File/GDBM_File.xs lib/integer.pm
30404           !> pod/perl5005delta.pod pod/perldebtut.pod pod/perlfunc.pod
30405           !> pod/perlhack.pod pod/perllexwarn.pod pod/perllocale.pod
30406           !> pod/perllol.pod pod/perlmod.pod pod/perlmodlib.pod
30407           !> pod/perlport.pod pod/perlrun.pod pod/perltoc.pod
30408           !> pod/perlxs.pod pod/perlxstut.pod utils/h2ph.PL
30409 ____________________________________________________________________________
30410 [  9226] By: jhi                                   on 2001/03/19  02:10:21
30411         Log: Integrate changes #9207,9214 from mainline into maintperl.
30412              
30413              podchecker relaxations: =over has an *optional* number after it,
30414              and whitespace in L<> is okay.
30415      Branch: maint-5.6/perl
30416           !> lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
30417           !> t/pod/poderrs.xr
30418 ____________________________________________________________________________
30419 [  9225] By: jhi                                   on 2001/03/19  02:07:38
30420         Log: Integrate change #9219 from maintperl into mainline.
30421              
30422              remove duplicated tests
30423      Branch: perl
30424           !> t/op/re_tests
30425 ____________________________________________________________________________
30426 [  9224] By: jhi                                   on 2001/03/19  02:06:11
30427         Log: Integrate change #9223 from mainline to maintperl.
30428              
30429              Document -Dmksymlinks.
30430      Branch: maint-5.6/perl
30431           !> INSTALL
30432 ____________________________________________________________________________
30433 [  9223] By: jhi                                   on 2001/03/19  02:01:25
30434         Log: Document -Dmksymlinks.
30435      Branch: perl
30436            ! INSTALL
30437 ____________________________________________________________________________
30438 [  9222] By: jhi                                   on 2001/03/19  01:15:35
30439         Log: The -Dmksymlinks wasn't working for maintperl.
30440      Branch: maint-5.6/perl
30441            ! Configure
30442 ____________________________________________________________________________
30443 [  9221] By: jhi                                   on 2001/03/19  00:49:43
30444         Log: Cleanup pixie residue.
30445      Branch: perl
30446            ! Makefile.SH
30447 ____________________________________________________________________________
30448 [  9220] By: jhi                                   on 2001/03/19  00:44:47
30449         Log: Document the use of pixie/prof; create make targets for it.
30450              
30451              TODO: make t/TEST pixie-aware.
30452      Branch: perl
30453            ! Makefile.SH pod/perlhack.pod
30454 ____________________________________________________________________________
30455 [  9219] By: gsar                                  on 2001/03/19  00:16:55
30456         Log: remove duplicated tests
30457      Branch: maint-5.6/perl
30458            ! t/op/re_tests
30459 ____________________________________________________________________________
30460 [  9218] By: jhi                                   on 2001/03/18  23:59:31
30461         Log: Document Third Degree some more, and also PERL_DESTRUCT_LEVEL.
30462      Branch: perl
30463            ! pod/perlhack.pod pod/perlobj.pod pod/perlrun.pod
30464 ____________________________________________________________________________
30465 [  9217] By: jhi                                   on 2001/03/18  23:25:20
30466         Log: Rewrite the tests section of Makefile to be less redundant
30467              and to allow for more flexible test targets, many recursive
30468              make calls introduced.
30469      Branch: perl
30470            ! Makefile.SH
30471 ____________________________________________________________________________
30472 [  9216] By: jhi                                   on 2001/03/18  22:30:04
30473         Log: Document the use of Third Degree (sparsely).
30474      Branch: perl
30475            ! pod/perlhack.pod t/TEST
30476 ____________________________________________________________________________
30477 [  9215] By: jhi                                   on 2001/03/18  22:10:30
30478         Log: Make targets for testing with Third Degree.
30479      Branch: perl
30480            ! Makefile.SH
30481 ____________________________________________________________________________
30482 [  9214] By: jhi                                   on 2001/03/18  21:08:53
30483         Log: The podchecker relaxations need to mirrored also at the tests.
30484      Branch: perl
30485            ! t/pod/poderrs.xr
30486 ____________________________________________________________________________
30487 [  9213] By: jhi                                   on 2001/03/18  20:56:21
30488         Log: Update Changes.
30489      Branch: perl
30490            ! Changes patchlevel.h
30491 ____________________________________________________________________________
30492 [  9212] By: jhi                                   on 2001/03/18  20:36:59
30493         Log: Looking for config.sh in parent directories isn't
30494              very useful for the toplevel Makefile.
30495      Branch: perl
30496            ! Makefile.SH
30497 ____________________________________________________________________________
30498 [  9211] By: jhi                                   on 2001/03/18  20:33:37
30499         Log: On "make clean" take care of Third Degree droppings.
30500      Branch: perl
30501            ! Makefile.SH
30502 ____________________________________________________________________________
30503 [  9210] By: jhi                                   on 2001/03/18  20:21:34
30504         Log: Add a hook for running the tests under the Third Degree
30505              debugging tool (set $ENV{PERL_3LOG} to non-zero)
30506              
30507              TODO: Document the use of Third Degree.
30508      Branch: perl
30509            ! t/TEST
30510 ____________________________________________________________________________
30511 [  9209] By: jhi                                   on 2001/03/18  20:19:07
30512         Log: Regen toc and api pods.
30513      Branch: perl
30514            ! pod/perlapi.pod pod/perltoc.pod
30515 ____________________________________________________________________________
30516 [  9208] By: jhi                                   on 2001/03/18  20:12:12
30517         Log: Integrate changes #8128,9132 from mainline into maintperl,
30518              Tie::SubstrHash fixes.
30519      Branch: maint-5.6/perl
30520           !> lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
30521 ____________________________________________________________________________
30522 [  9207] By: jhi                                   on 2001/03/18  20:07:43
30523         Log: podchecker relaxations from Michael Stevens.
30524      Branch: perl
30525            ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
30526 ____________________________________________________________________________
30527 [  9206] By: jhi                                   on 2001/03/18  20:04:24
30528         Log: Retract the changes made at #9176 to Neil's and Ilya's module pods.
30529      Branch: perl
30530            ! lib/Locale/Constants.pm lib/Locale/Country.pm
30531            ! lib/Locale/Currency.pm lib/Locale/Language.pm lib/overload.pm
30532            ! os2/OS2/ExtAttr/ExtAttr.pm os2/OS2/Process/Process.pm
30533 ____________________________________________________________________________
30534 [  9205] By: jhi                                   on 2001/03/18  19:54:45
30535         Log: Integrate changes #9161,9162 from maintperl to mainline.
30536              
30537              clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
30538              results
30539      Branch: perl
30540           !> t/op/magic.t
30541 ____________________________________________________________________________
30542 [  9204] By: jhi                                   on 2001/03/18  19:37:46
30543         Log: Make perl.third checks more understandable to the builder.
30544      Branch: perl
30545            ! Makefile.SH
30546 ____________________________________________________________________________
30547 [  9203] By: jhi                                   on 2001/03/18  19:20:54
30548         Log: Re-integrate #9138 from maintperl to mainline,
30549              the squelching of the unneeded "Scalars leaked" messages.
30550      Branch: perl
30551           !> t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
30552           !> t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
30553           !> t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
30554 ____________________________________________________________________________
30555 [  9202] By: jhi                                   on 2001/03/18  18:48:36
30556         Log: More robust and more paranoid perl.third target.
30557      Branch: perl
30558            ! Makefile.SH
30559 ____________________________________________________________________________
30560 [  9201] By: jhi                                   on 2001/03/18  18:39:21
30561         Log: Integrate change #9197 from maintperl to mainline.
30562              
30563              more thorough cleaning of arenas.
30564      Branch: perl
30565           !> embed.pl perl.c proto.h sv.c t/op/sort.t
30566 ____________________________________________________________________________
30567 [  9200] By: jhi                                   on 2001/03/18  18:25:17
30568         Log: Integrate perlio.
30569      Branch: perl
30570           !> doop.c ext/Encode/Encode.pm ext/Encode/Encode.xs
30571           !> ext/Encode/compile lib/utf8.pm pp_ctl.c sv.c t/lib/b.t
30572           !> t/lib/encode.t toke.c universal.c utf8.c
30573 ____________________________________________________________________________
30574 [  9199] By: nick                                  on 2001/03/18  15:23:51
30575         Log: Prefer !UTF8_IS_INVARIANT() over UTF8_IS_CONTINUED() when that
30576              is the sense of the test being done. Avoid some magical 127 and 128 values
30577              by using macros.
30578      Branch: perlio
30579            ! doop.c pp_ctl.c sv.c toke.c
30580 ____________________________________________________________________________
30581 [  9198] By: nick                                  on 2001/03/18  14:18:12
30582         Log: UTF-X encoding invariance for Encode:
30583              - move Encode::utf8_encode to utf8::encode (likewise decode,upgrade,downgrade,valid)
30584              - move the XS code for those to universal.c (so in miniperl)
30585              - add utf8::unicode_to_native and its inverse to allow EBCDIC to work in true unicode.
30586              - change ext/Encode/compile to use above.
30587              - Fix t/lib/encode.t for above
30588              - Teach t/lib/b.t to expect -uutf8
30589              - In utf8.c look for SWASHNEW rather than just utf8:: package to see if
30590              utf8.pm is needed.
30591      Branch: perlio
30592            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
30593            ! lib/utf8.pm t/lib/b.t t/lib/encode.t universal.c utf8.c
30594 ____________________________________________________________________________
30595 [  9197] By: gsar                                  on 2001/03/18  12:15:57
30596         Log: more thorough cleaning of arenas--keep going until no more
30597              SvREFCNT_dec()s occur (this fixes the problem that causes the
30598              pesky "Scalars leaked" warnings)
30599      Branch: maint-5.6/perl
30600            ! embed.pl perl.c proto.h sv.c t/op/sort.t
30601 ____________________________________________________________________________
30602 [  9196] By: nick                                  on 2001/03/18  10:57:29
30603         Log: Fix pragma/utf8.t # 15
30604              - if toke.c is processing a SvUTF8 string then single quoted '...' etc.
30605              are SvUTF8 as well.
30606      Branch: perlio
30607            ! toke.c
30608 ____________________________________________________________________________
30609 [  9195] By: nick                                  on 2001/03/18  09:27:06
30610         Log: Integrate mainline
30611      Branch: perlio
30612           !> MANIFEST Makefile.SH doop.c mg.c op.c op.h t/op/misc.t
30613           !> t/op/pat.t
30614 ____________________________________________________________________________
30615 [  9194] By: jhi                                   on 2001/03/18  05:29:59
30616         Log: Sarathy's clear_pmop patch with Radu Greab's fix,
30617              Hiroto's, Nick Clark's, and Vadim Konovalov's tests.
30618      Branch: perl
30619            ! op.c op.h t/op/misc.t t/op/pat.t
30620 ____________________________________________________________________________
30621 [  9193] By: jhi                                   on 2001/03/18  05:15:06
30622         Log: NI-S' cunning idea of how to de-UTF8 the "\C-broken" submatches.
30623      Branch: perl
30624            ! mg.c t/op/pat.t
30625 ____________________________________________________________________________
30626 [  9192] By: jhi                                   on 2001/03/18  04:22:43
30627         Log: tr/// UTF-8 patches from Inaba Hiroto.
30628      Branch: perl
30629            ! doop.c op.c
30630 ____________________________________________________________________________
30631 [  9191] By: jhi                                   on 2001/03/18  04:21:17
30632         Log: Integrate perlio.
30633      Branch: perl
30634           !> utf8.c utfebcdic.h
30635 ____________________________________________________________________________
30636 [  9190] By: nick                                  on 2001/03/17  20:32:01
30637         Log: Correct #if EBCDIC side typos.
30638              Builds and passes many tests on OS390.
30639      Branch: perlio
30640            ! utf8.c utfebcdic.h
30641 ____________________________________________________________________________
30642 [  9189] By: jhi                                   on 2001/03/17  18:55:49
30643         Log: Add prerequisites for the perl.third target.
30644      Branch: perl
30645            ! Makefile.SH
30646 ____________________________________________________________________________
30647 [  9188] By: jhi                                   on 2001/03/17  18:46:00
30648         Log: Integrate perlio.
30649      Branch: perl
30650           +> utfebcdic.h
30651           !> MANIFEST doop.c perl.h pp.c utf8.c utf8.h
30652 ____________________________________________________________________________
30653 [  9187] By: jhi                                   on 2001/03/17  18:38:47
30654         Log: Add a make rule for perl.third (the Third Degree memory debugging
30655              tool of Tru64 / Digital UNIX / DEC OSF/1, see man third or man atom)
30656      Branch: perl
30657            ! Makefile.SH
30658 ____________________________________________________________________________
30659 [  9186] By: nick                                  on 2001/03/17  18:34:48
30660         Log: MANIFEST addition :-(
30661      Branch: perlio
30662            ! MANIFEST
30663 ____________________________________________________________________________
30664 [  9185] By: nick                                  on 2001/03/17  18:29:50
30665         Log: Infrastructure to use UTF-EBCDIC rather than UTF-8 as the internal
30666              encoding on EBCDIC platforms. This has property that U+0000..U+009F i.e.
30667              a superset of ASCII are invariant under the encoding. This is EBCDIC
30668              friendly as an encoded string can be looked at as being EBCDIC by lexer
30669              sprintf("%d",...) etc. in same manner that a UTF-8 string be considered
30670              ASCII on ASCII machines.
30671              
30672              - re-arrange utf8.h to get ASCII specific vs Unicode generic bits
30673              seperate.
30674              - Add some more macros to comprehend different shift amounts and
30675              possible swizzle in UTF-EBCDIC vs UTF-8. Change utf8.c to use them.
30676              - add utfebcdic.h which provides UTF-EBCDIC versions of the macros,
30677              and conditionaly #include it.
30678              
30679              EBCDIC build as yet untested.  ASCII still fails the one test.
30680      Branch: perlio
30681            + utfebcdic.h
30682            ! utf8.c utf8.h
30683 ____________________________________________________________________________
30684 [  9184] By: nick                                  on 2001/03/17  17:44:16
30685         Log: Minor naming change UTF8_IS_ASCII => UTF8_IS_INVARIANT
30686      Branch: perlio
30687            ! doop.c perl.h pp.c utf8.h
30688 ____________________________________________________________________________
30689 [  9183] By: jhi                                   on 2001/03/17  15:55:42
30690         Log: Integrate perlio.
30691      Branch: perl
30692            ! MANIFEST
30693           !> perl.h sv.c t/op/pat.t toke.c utf8.c utf8.h
30694 ____________________________________________________________________________
30695 [  9182] By: nick                                  on 2001/03/17  09:16:06
30696         Log: Allow test to pass even when \C leaves SvUTF8 set by adding 'use bytes'
30697      Branch: perlio
30698            ! t/op/pat.t
30699 ____________________________________________________________________________
30700 [  9181] By: nick                                  on 2001/03/17  09:15:11
30701         Log: Integrate mainline.
30702      Branch: perlio
30703           +> lib/Locale/Constants.pm lib/Locale/Country.pm
30704           +> lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
30705           +> t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
30706           +> t/lib/lc-language.t t/lib/lc-uk.t win32/sncfnmcs.pl
30707           !> (integrate 83 files)
30708 ____________________________________________________________________________
30709 [  9180] By: nick                                  on 2001/03/16  17:23:21
30710         Log: EBCDIC Fixes.
30711      Branch: perlio
30712            ! perl.h sv.c toke.c utf8.c utf8.h
30713 ____________________________________________________________________________
30714 [  9179] By: jhi                                   on 2001/03/16  14:10:12
30715         Log: Re-apply #9024 as the Storable 1.0.11 (#9069) overwrote
30716              a change needed to work around an AIX compiler bug.
30717      Branch: perl
30718            ! ext/Storable/Storable.xs
30719 ____________________________________________________________________________
30720 [  9178] By: jhi                                   on 2001/03/16  03:19:59
30721         Log: With Damian's approval synchronize damian's modules'
30722              licensing with Perl's standard module licensing.
30723      Branch: perl
30724            ! lib/Filter/Simple.pm lib/Switch.pm lib/Text/Balanced.pod
30725 ____________________________________________________________________________
30726 [  9177] By: jhi                                   on 2001/03/16  03:15:34
30727         Log: Make the Filter::Util:Call files have their own copies
30728              of the Perl standard module licensing, from Paul Marquess.
30729      Branch: perl
30730            ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
30731 ____________________________________________________________________________
30732 [  9176] By: jhi                                   on 2001/03/16  02:56:04
30733         Log: Subject: [PATCH] more pod patches
30734              From: Michael Stevens <michael@etla.org>
30735              Date: Thu, 15 Mar 2001 21:25:18 +0000
30736              Message-ID: <20010315212518.A18870@firedrake.org>
30737      Branch: perl
30738            ! configpm ext/B/B/Bytecode.pm ext/DB_File/DB_File.pm
30739            ! ext/Data/Dumper/Dumper.pm ext/Devel/Peek/Peek.pm
30740            ! ext/Filter/Util/Call/Call.pm ext/IO/lib/IO/Handle.pm
30741            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm
30742            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
30743            ! ext/IPC/SysV/SysV.pm ext/NDBM_File/NDBM_File.pm
30744            ! ext/ODBM_File/ODBM_File.pm ext/Socket/Socket.pm
30745            ! ext/Storable/Storable.pm ext/Sys/Syslog/Syslog.pm
30746            ! ext/Thread/Thread.pm ext/Thread/Thread/Queue.pm
30747            ! ext/attrs/attrs.pm jpl/JNI/JNI.pm lib/CPAN.pm
30748            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Embed.pm
30749            ! lib/ExtUtils/Installed.pm lib/ExtUtils/MM_Cygwin.pm
30750            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_VMS.pm
30751            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/Manifest.pm
30752            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/Packlist.pm
30753            ! lib/File/Basename.pm lib/File/Spec/VMS.pm
30754            ! lib/File/Spec/Win32.pm lib/FileHandle.pm lib/Filter/Simple.pm
30755            ! lib/Getopt/Long.pm lib/Locale/Constants.pm
30756            ! lib/Locale/Country.pm lib/Locale/Language.pm
30757            ! lib/Term/ANSIColor.pm lib/Test.pm lib/Test/Harness.pm
30758            ! lib/Text/Wrap.pm lib/Tie/Array.pm lib/Tie/Handle.pm
30759            ! lib/Tie/Hash.pm lib/Tie/Scalar.pm lib/User/pwent.pm
30760            ! lib/autouse.pm lib/overload.pm os2/OS2/ExtAttr/ExtAttr.pm
30761            ! os2/OS2/Process/Process.pm
30762 ____________________________________________________________________________
30763 [  9175] By: jhi                                   on 2001/03/16  02:53:32
30764         Log: Subject: [PATCH] the uncontroversial doc patches
30765              From: Michael Stevens <michael@etla.org>
30766              Date: Thu, 15 Mar 2001 20:01:12 +0000
30767              Message-ID: <20010315200112.A7636@firedrake.org>
30768      Branch: perl
30769            ! pod/perl5005delta.pod pod/perldebtut.pod pod/perldelta.pod
30770            ! pod/perlfunc.pod pod/perlhack.pod pod/perllexwarn.pod
30771            ! pod/perllocale.pod pod/perllol.pod pod/perlmod.pod
30772            ! pod/perlmodlib.pod pod/perlport.pod pod/perlrun.pod
30773            ! pod/perltoc.pod pod/perlxs.pod pod/perlxstut.pod
30774 ____________________________________________________________________________
30775 [  9174] By: jhi                                   on 2001/03/16  02:50:49
30776         Log: Subject: [PATCH 5.6.1] ext/GDBM_File GDBM_NOLOCK constant
30777              From: Paul Lindner <lindner@inuus.com>
30778              Date: Fri, 16 Mar 2001 11:28:03 -0800
30779              Message-ID: <20010316112803.A7577@inuus.com>
30780      Branch: perl
30781            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
30782 ____________________________________________________________________________
30783 [  9173] By: nick                                  on 2001/03/15  20:21:03
30784         Log: 1st day's EBCDIC fixes:
30785              - toke.c's parsing of strings needed attention
30786              needed to conditionally e2a if string was already UTF-8
30787              - e2a/a2e tables where wrong way round.
30788              - new macros in utf8.h
30789      Branch: perlio
30790            ! perl.h toke.c utf8.h
30791 ____________________________________________________________________________
30792 [  9172] By: jhi                                   on 2001/03/15  15:17:17
30793         Log: Update Changes.
30794      Branch: perl
30795            ! Changes patchlevel.h
30796 ____________________________________________________________________________
30797 [  9171] By: jhi                                   on 2001/03/15  15:09:32
30798         Log: Subject: Re: Another Borland C++ problem.
30799              From: "Vadim Konovalov" <watman@inbox.ru>
30800              Date: Sat, 10 Mar 2001 19:26:07 +0300
30801              Message-ID: <001601c0a97f$143fcc40$da7b55c2@vad>
30802              
30803              Borland filename case problem.
30804      Branch: perl
30805            + win32/sncfnmcs.pl
30806            ! MANIFEST README.win32
30807 ____________________________________________________________________________
30808 [  9170] By: jhi                                   on 2001/03/15  14:54:23
30809         Log: Add Locale::Codes 1.06, from Neil Bowers.
30810      Branch: perl
30811            + lib/Locale/Constants.pm lib/Locale/Country.pm
30812            + lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
30813            + t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
30814            + t/lib/lc-language.t t/lib/lc-uk.t
30815            ! MANIFEST
30816 ____________________________________________________________________________
30817 [  9169] By: jhi                                   on 2001/03/15  14:19:01
30818         Log: Upgrade to Storable 1.0.11, from Raphael Manfredi.
30819      Branch: perl
30820            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
30821            ! ext/Storable/Storable.xs
30822 ____________________________________________________________________________
30823 [  9168] By: jhi                                   on 2001/03/15  14:13:22
30824         Log: Integrate changes #9120,9167 from mainline to maintperl.
30825              
30826              Subject: [PATCH 5.6.1] OS/2 docs
30827              
30828              Subject: [PATCH 5.6.1] perldoc
30829      Branch: maint-5.6/perl
30830           !> os2/Changes utils/perldoc.PL
30831 ____________________________________________________________________________
30832 [  9167] By: jhi                                   on 2001/03/15  14:07:42
30833         Log: Subject: [PATCH 5.6.1] perldoc
30834              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
30835              Date: Wed, 14 Mar 2001 23:46:52 -0500
30836              Message-ID: <20010314234652.A7972@math.ohio-state.edu>
30837      Branch: perl
30838            ! utils/perldoc.PL
30839 ____________________________________________________________________________
30840 [  9166] By: jhi                                   on 2001/03/15  13:53:15
30841         Log: sigaction test condition tweakage.
30842      Branch: perl
30843            ! t/lib/sigaction.t
30844 ____________________________________________________________________________
30845 [  9165] By: alanbur                               on 2001/03/15  03:49:17
30846         Log: Resynchronised with parent
30847      Branch: maint-5.6/pureperl
30848           +> os2/os2add.sym t/op/anonsub.t
30849           !> (integrate 72 files)
30850 ____________________________________________________________________________
30851 [  9164] By: jhi                                   on 2001/03/15  01:05:01
30852         Log: Avoid stomping off the beginning of an array in tr///.
30853      Branch: perl
30854            ! op.c
30855 ____________________________________________________________________________
30856 [  9163] By: jhi                                   on 2001/03/15  00:58:57
30857         Log: h2ph strictness and cleanliness from Kurt Starsinic.
30858      Branch: perl
30859            ! utils/h2ph.PL
30860 ____________________________________________________________________________
30861 [  9162] By: gsar                                  on 2001/03/15  00:56:53
30862         Log: avoid warnings
30863      Branch: maint-5.6/perl
30864            ! t/op/magic.t
30865 ____________________________________________________________________________
30866 [  9161] By: gsar                                  on 2001/03/15  00:52:09
30867         Log: clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
30868              results
30869      Branch: maint-5.6/perl
30870            ! t/op/magic.t
30871 ____________________________________________________________________________
30872 [  9160] By: jhi                                   on 2001/03/14  22:02:10
30873         Log: Do not use the Perl malloc in IRIX, suggested by
30874              Helmus Jarausch.
30875      Branch: perl
30876            ! hints/irix_6.sh
30877 ____________________________________________________________________________
30878 [  9159] By: nick                                  on 2001/03/14  21:45:59
30879         Log: Integrate mainline
30880      Branch: perlio
30881           +> t/op/loopctl.t
30882           !> (integrate 41 files)
30883 ____________________________________________________________________________
30884 [  9158] By: jhi                                   on 2001/03/14  21:10:09
30885         Log: The Day of the Retractions continues: the #9138
30886              (integrated in #9144) doesn't work well in mainline.
30887      Branch: perl
30888            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
30889            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
30890            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
30891 ____________________________________________________________________________
30892 [  9157] By: jhi                                   on 2001/03/14  20:58:12
30893         Log: The #9145 CANNOT be enabled: the clear_pmop code still
30894              dumps core all over in Tru64.
30895      Branch: perl
30896            ! op.c op.h t/op/pat.t
30897 ____________________________________________________________________________
30898 [  9156] By: jhi                                   on 2001/03/14  20:48:06
30899         Log: Integrate change #9154 from maintperl to mainline.
30900              
30901              PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
30902              (caused Storable 1.0.10 to break on windows)
30903      Branch: perl
30904           !> embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
30905           !> perlapi.c proto.h
30906 ____________________________________________________________________________
30907 [  9155] By: jhi                                   on 2001/03/14  20:23:53
30908         Log: Retract #9136: breaks threading (and binary compatibility).
30909      Branch: perl
30910            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
30911 ____________________________________________________________________________
30912 [  9154] By: gsar                                  on 2001/03/14  17:48:18
30913         Log: PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
30914              (caused Storable 1.0.10 to break on windows)
30915      Branch: maint-5.6/perl
30916            ! embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
30917            ! perlapi.c proto.h
30918 ____________________________________________________________________________
30919 [  9153] By: jhi                                   on 2001/03/14  13:35:21
30920         Log: Tweaked a tweak from H.Merijn Brand on the sigaction test.
30921      Branch: perl
30922            ! t/lib/sigaction.t
30923 ____________________________________________________________________________
30924 [  9152] By: gsar                                  on 2001/03/14  07:29:40
30925         Log: back out changes#9012,9010,9009 and parts of change#9016
30926              (causes ABRs under purify, and some prerequisites don't
30927              seem to be there in 5.6.x)
30928      Branch: maint-5.6/perl
30929            ! doop.c op.c t/op/tr.t toke.c
30930 ____________________________________________________________________________
30931 [  9151] By: gsar                                  on 2001/03/14  07:01:29
30932         Log: reenable change#9145 (the test was busted due to a missing
30933              C<print "ok 27\n">)
30934      Branch: perl
30935            ! op.c op.h t/op/pat.t
30936 ____________________________________________________________________________
30937 [  9150] By: jhi                                   on 2001/03/14  06:38:36
30938         Log: Retract #9145.
30939      Branch: perl
30940            ! op.c op.h t/op/pat.t
30941 ____________________________________________________________________________
30942 [  9149] By: jhi                                   on 2001/03/14  06:14:56
30943         Log: Retract #9143.
30944      Branch: perl
30945            ! op.c
30946 ____________________________________________________________________________
30947 [  9148] By: gsar                                  on 2001/03/14  06:13:02
30948         Log: Uninitialized Memory Read in regexec.c
30949      Branch: perl
30950            ! regexec.c
30951 ____________________________________________________________________________
30952 [  9147] By: jhi                                   on 2001/03/14  04:59:54
30953         Log: Subject: PATCH: make goto work in nested eval ""
30954              From: Robin Houston <robin@kitsite.com>
30955              Date: Wed, 14 Mar 2001 04:16:10 +0000
30956              Message-ID: <20010314041610.A16307@puffinry.freeserve.co.uk>
30957      Branch: perl
30958            ! pp_ctl.c t/op/goto.t
30959 ____________________________________________________________________________
30960 [  9146] By: jhi                                   on 2001/03/14  04:42:54
30961         Log: Preserve the #ifdef PERL_CORE in perly.h.
30962      Branch: perl
30963            ! perly.fixer
30964 ____________________________________________________________________________
30965 [  9145] By: jhi                                   on 2001/03/14  03:57:41
30966         Log: (Retracted by #9150.)
30967      Branch: perl
30968            ! op.c op.h t/op/pat.t
30969 ____________________________________________________________________________
30970 [  9144] By: jhi                                   on 2001/03/14  03:50:38
30971         Log: Integrate changes #9137,9138,9142 from maintperl into mainline.
30972              
30973              fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
30974              
30975              remove squelch controls for "Scalars leaked" messages in most places
30976              (these are now cured)
30977              
30978              fix another memory leak reported by purify (tie callbacks that
30979              croak can leak when wiping out magic)
30980      Branch: perl
30981           !> regcomp.c scope.c t/comp/proto.t t/op/lex_assign.t
30982           !> t/op/local.t t/op/pat.t t/op/regexp.t t/pragma/strict-vars
30983           !> t/pragma/warn/op t/pragma/warn/regcomp t/pragma/warn/toke
30984           !> t/pragma/warnings.t
30985 ____________________________________________________________________________
30986 [  9143] By: jhi                                   on 2001/03/14  03:37:53
30987         Log: (Retracted by #9149.)
30988      Branch: perl
30989            ! op.c
30990 ____________________________________________________________________________
30991 [  9142] By: gsar                                  on 2001/03/14  03:20:48
30992         Log: fix another memory leak reported by purify (tie callbacks that
30993              croak can leak when wiping out magic)
30994      Branch: maint-5.6/perl
30995            ! scope.c
30996 ____________________________________________________________________________
30997 [  9141] By: jhi                                   on 2001/03/14  02:55:00
30998         Log: Subject: PATCH for [ID 20010305.003]
30999              From: Robin Houston <robin@kitsite.com>
31000              Date: Wed, 14 Mar 2001 02:45:51 +0000
31001              Message-ID: <20010314024551.A16207@puffinry.freeserve.co.uk>
31002      Branch: perl
31003            ! pp_ctl.c t/op/eval.t
31004 ____________________________________________________________________________
31005 [  9140] By: jhi                                   on 2001/03/14  02:41:54
31006         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
31007              Date: Wed, 14 Mar 2001 01:52:51 +0000
31008              From: Robin Houston <robin@kitsite.com>
31009              Message-ID: <20010314015251.B16112@puffinry.freeserve.co.uk>
31010              
31011              Fix for 2000313.004.
31012      Branch: perl
31013            ! pp_ctl.c t/op/goto.t
31014 ____________________________________________________________________________
31015 [  9139] By: jhi                                   on 2001/03/14  02:40:50
31016         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
31017              From: Robin Houston <robin@kitsite.com>
31018              Date: Wed, 14 Mar 2001 00:43:45 +0000
31019              Message-ID: <20010314004345.A15892@puffinry.freeserve.co.uk>
31020      Branch: perl
31021            + t/op/loopctl.t
31022            ! AUTHORS MANIFEST perly.c perly.y perly_c.diff t/op/goto.t
31023            ! vms/perly_c.vms
31024 ____________________________________________________________________________
31025 [  9138] By: gsar                                  on 2001/03/14  01:18:00
31026         Log: remove squelch controls for "Scalars leaked" messages in most places
31027              (these are now cured)
31028      Branch: maint-5.6/perl
31029            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
31030            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
31031            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
31032 ____________________________________________________________________________
31033 [  9137] By: gsar                                  on 2001/03/14  00:57:04
31034         Log: fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
31035      Branch: maint-5.6/perl
31036            ! regcomp.c
31037 ____________________________________________________________________________
31038 [  9136] By: jhi                                   on 2001/03/13  23:12:24
31039         Log: (Retracted by #9155)
31040              
31041              Subject: Re: [gsar@ActiveState.com: v5.6.1 trial2 is available]
31042              From: Jens-Uwe Mager <jum@helios.de>
31043              Date: Wed, 21 Feb 2001 21:32:04 +0100
31044              Message-ID: <20010221213203.A18340@ans.helios.de>
31045      Branch: perl
31046            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
31047 ____________________________________________________________________________
31048 [  9135] By: jhi                                   on 2001/03/13  22:50:05
31049         Log: Integrate perlio.
31050      Branch: perl
31051           !> pp.c
31052 ____________________________________________________________________________
31053 [  9134] By: jhi                                   on 2001/03/13  22:49:05
31054         Log: Integrate change #9131 from maintperl into mainline.
31055              
31056              make the error text look more consistent in hints/hpux.sh
31057      Branch: perl
31058           !> hints/hpux.sh
31059 ____________________________________________________________________________
31060 [  9133] By: gsar                                  on 2001/03/13  22:46:20
31061         Log: integrate change#9067 from mainline
31062              
31063              Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
31064      Branch: maint-5.6/perl
31065           !> lib/ExtUtils/MM_Unix.pm
31066 ____________________________________________________________________________
31067 [  9132] By: jhi                                   on 2001/03/13  22:41:21
31068         Log: Subject:  Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
31069              From: "John P. Linderman" <jpl@research.att.com>
31070              Date: Tue, 13 Mar 2001 12:36:32 -0500 (EST)
31071              Message-Id: <200103131736.MAA35615@raptor.research.att.com>
31072              
31073              A more correct prime finder.
31074      Branch: perl
31075            ! lib/Tie/SubstrHash.pm
31076 ____________________________________________________________________________
31077 [  9131] By: gsar                                  on 2001/03/13  22:30:42
31078         Log: make the error text look more consistent in hints/hpux.sh
31079      Branch: maint-5.6/perl
31080            ! hints/hpux.sh
31081 ____________________________________________________________________________
31082 [  9130] By: jhi                                   on 2001/03/13  22:23:44
31083         Log: Subject: Re: 9122 and sigaction/switch on HP-UX 11.00
31084              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
31085              Date: Tue, 13 Mar 2001 18:41:26 +0100
31086              Message-Id: <20010313184043.BFFC.H.M.BRAND@hccnet.nl>
31087              
31088              If the test is run non-interactively the default handler
31089              is different.
31090      Branch: perl
31091            ! t/lib/sigaction.t
31092 ____________________________________________________________________________
31093 [  9129] By: jhi                                   on 2001/03/13  22:20:21
31094         Log: Subject:  [PATCH perl@9125] t/lib/1_compile.t  VMS mod
31095              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
31096              Message-Id: <010313164414.d1225@DUPHY4.Physics.Drexel.Edu>
31097              Date:     Tue, 13 Mar 2001 16:44:32 EST
31098      Branch: perl
31099            ! t/lib/1_compile.t
31100 ____________________________________________________________________________
31101 [  9128] By: jhi                                   on 2001/03/13  22:18:34
31102         Log: Subject: Another patch for integer.pm POD 
31103              From: "John L. Allen" <allen@grumman.com>
31104              Date: Tue, 13 Mar 2001 16:14:02 -0500 (EST)
31105              Message-ID: <Pine.SOL.3.91.1010313160755.1630A-100000@gateway.grumman.com>
31106      Branch: perl
31107            ! lib/integer.pm
31108 ____________________________________________________________________________
31109 [  9127] By: nick                                  on 2001/03/13  21:26:30
31110         Log: Integrate mainline.
31111      Branch: perlio
31112           +> lib/Switch.pm lib/Text/Balanced.pm lib/Text/Balanced.pod
31113           +> t/lib/switch.t t/lib/tb-genxt.t t/lib/tb-xbrak.t
31114           +> t/lib/tb-xcode.t t/lib/tb-xdeli.t t/lib/tb-xmult.t
31115           +> t/lib/tb-xquot.t t/lib/tb-xtagg.t t/lib/tb-xvari.t
31116           !> Changes Configure MANIFEST README.os2 README.os390
31117           !> ext/re/Makefile.PL hints/aix.sh hints/os390.sh lib/integer.pm
31118           !> os2/Changes patchlevel.h win32/perlhost.h
31119 ____________________________________________________________________________
31120 [  9126] By: nick                                  on 2001/03/13  20:39:51
31121         Log: #ifdef'ed out code to make packed side of pack/unpack
31122              octets. (i.e. pack('U') => encode_utf8).
31123      Branch: perlio
31124            ! pp.c
31125 ____________________________________________________________________________
31126 [  9125] By: jhi                                   on 2001/03/13  15:07:16
31127         Log: Update Changes.
31128      Branch: perl
31129            ! Changes patchlevel.h
31130 ____________________________________________________________________________
31131 [  9124] By: jhi                                   on 2001/03/13  14:22:45
31132         Log: Workaround for the buggy ("internal compiler error")
31133              AIX C compiler 5.0.1.0: skip the optimization for regcomp.c
31134              (and ext/re/re_comp.c).  The MakeMaker dark magic courtesy
31135              of Andreas König.
31136      Branch: perl
31137            ! ext/re/Makefile.PL hints/aix.sh
31138 ____________________________________________________________________________
31139 [  9123] By: jhi                                   on 2001/03/13  03:24:34
31140         Log: Typo in #9114.
31141      Branch: metaconfig
31142            ! U/modified/myhostname.U
31143 ____________________________________________________________________________
31144 [  9122] By: jhi                                   on 2001/03/13  03:24:06
31145         Log: Typo in #9113.
31146      Branch: perl
31147            ! Configure
31148 ____________________________________________________________________________
31149 [  9121] By: jhi                                   on 2001/03/13  01:53:05
31150         Log: Forgot to check-in the larger part of #9120, duh.
31151      Branch: perl
31152            ! README.os2
31153 ____________________________________________________________________________
31154 [  9120] By: jhi                                   on 2001/03/13  01:51:31
31155         Log: Subject: [PATCH 5.6.1] OS/2 docs
31156              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31157              Date: Mon, 12 Mar 2001 03:27:32 -0500
31158              Message-ID: <20010312032732.A19283@math.ohio-state.edu>
31159      Branch: perl
31160            ! os2/Changes
31161 ____________________________________________________________________________
31162 [  9119] By: jhi                                   on 2001/03/13  01:49:41
31163         Log: Integrate change #9116 from maintperl into mainline.
31164              
31165              Win32::GetCwd() returns C: instead of C:\ in the root directory
31166              under ithreads
31167      Branch: perl
31168           !> win32/perlhost.h
31169 ____________________________________________________________________________
31170 [  9118] By: jhi                                   on 2001/03/13  01:13:39
31171         Log: Add Switch 2.01, resort MANIFEST (forgot that in #9117)
31172      Branch: perl
31173            + lib/Switch.pm t/lib/switch.t
31174            ! MANIFEST
31175 ____________________________________________________________________________
31176 [  9117] By: jhi                                   on 2001/03/13  01:03:17
31177         Log: Add Text::Balanced 1.83.
31178      Branch: perl
31179            + lib/Text/Balanced.pm lib/Text/Balanced.pod t/lib/tb-genxt.t
31180            + t/lib/tb-xbrak.t t/lib/tb-xcode.t t/lib/tb-xdeli.t
31181            + t/lib/tb-xmult.t t/lib/tb-xquot.t t/lib/tb-xtagg.t
31182            + t/lib/tb-xvari.t
31183            ! MANIFEST
31184 ____________________________________________________________________________
31185 [  9116] By: gsar                                  on 2001/03/13  00:55:53
31186         Log: Win32::GetCwd() returns C: instead of C:\ in the root directory
31187              under ithreads
31188      Branch: maint-5.6/perl
31189            ! win32/perlhost.h
31190 ____________________________________________________________________________
31191 [  9115] By: jhi                                   on 2001/03/13  00:54:09
31192         Log: Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
31193              From: "John L. Allen" <allen@grumman.com>
31194              Date: Tue, 6 Mar 2001 10:50:51 -0500 (EST)
31195              Message-ID: <Pine.SOL.3.91.1010306103113.9094A-100000@gateway.grumman.com>
31196              
31197              use integer document clarification.
31198      Branch: perl
31199            ! lib/integer.pm
31200 ____________________________________________________________________________
31201 [  9114] By: jhi                                   on 2001/03/13  00:38:54
31202         Log: Metaconfig unit change for #9113.
31203      Branch: metaconfig
31204            ! U/modified/myhostname.U
31205 ____________________________________________________________________________
31206 [  9113] By: jhi                                   on 2001/03/13  00:38:35
31207         Log: Subject: [PATCH: perl@9092, dist-3.0@70] OS/390 mydomain last gasp before silly guess (was Re: What do I need to build EBCDIC perl?)
31208              From: Peter Prymmer <pvhp@forte.com>
31209              Date: Mon, 12 Mar 2001 16:25:56 -0800 (PST)
31210              Message-ID: <Pine.OSF.4.10.10103121619020.180841-100000@aspara.forte.com>
31211      Branch: perl
31212            ! Configure README.os390 hints/os390.sh
31213 ____________________________________________________________________________
31214 [  9112] By: jhi                                   on 2001/03/13  00:29:00
31215         Log: Integrate perlio.
31216      Branch: perl
31217           !> sv.c utf8.h
31218 ____________________________________________________________________________
31219 [  9111] By: nick                                  on 2001/03/12  21:16:33
31220         Log: Integrate mainline.
31221      Branch: perlio
31222           +> t/op/anonsub.t
31223           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
31224           !> proto.h sv.c
31225 ____________________________________________________________________________
31226 [  9110] By: nick                                  on 2001/03/12  21:00:13
31227         Log: #ifdef'ed out code for 'USE_BYTES_DOWNGRADES' case.
31228      Branch: perlio
31229            ! sv.c utf8.h
31230 ____________________________________________________________________________
31231 [  9109] By: jhi                                   on 2001/03/12  16:04:47
31232         Log: Integrate change #9108 from maintperl to mainline.
31233              
31234              fix memory leak in C<sub X { sub {} }> arising from a refcount
31235              loop between the outer sub and the inner prototype anonsub
31236              
31237              this also enables closures returned by subroutines that
31238              subsequently get redefined to work without generating coredumps :)
31239              
31240              completely removed the free_closures() hack--it shouldn't be
31241              needed anymore
31242      Branch: perl
31243           +> t/op/anonsub.t
31244           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
31245           !> proto.h sv.c
31246 ____________________________________________________________________________
31247 [  9108] By: gsar                                  on 2001/03/12  10:21:31
31248         Log: fix memory leak in C<sub X { sub {} }> arising from a refcount
31249              loop between the outer sub and the inner prototype anonsub
31250              
31251              this also enables closures returned by subroutines that
31252              subsequently get redefined to work without generating coredumps :)
31253              
31254              completely removed the free_closures() hack--it shouldn't be
31255              needed anymore
31256      Branch: maint-5.6/perl
31257            + t/op/anonsub.t
31258            ! MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
31259            ! proto.h sv.c
31260 ____________________________________________________________________________
31261 [  9107] By: jhi                                   on 2001/03/12  05:15:31
31262         Log: Integrate perlio.
31263      Branch: perl
31264           !> ext/Encode/Encode.xs makedef.pl regcomp.c sv.c toke.c utf8.c
31265 ____________________________________________________________________________
31266 [  9106] By: nick                                  on 2001/03/11  20:10:12
31267         Log: regcomp.c is working in native space, not Unicode space (if different)
31268              as it is doing compare against 'W' in \W etc.
31269      Branch: perlio
31270            ! regcomp.c
31271 ____________________________________________________________________________
31272 [  9105] By: nick                                  on 2001/03/11  19:39:34
31273         Log: Audit #ifdef EBCDIC and #ifndef ASCIIish, replace latter with former.
31274              Use ASCII_TO_NATIVE and NATIVE_TO_ASCII to avoid some #ifs.
31275      Branch: perlio
31276            ! regcomp.c toke.c utf8.c
31277 ____________________________________________________________________________
31278 [  9104] By: nick                                  on 2001/03/11  18:15:44
31279         Log: Put utf8_downgrade in CRIPPLED_CC versions of SvPVbyte* before I forget.
31280      Branch: perlio
31281            ! sv.c
31282 ____________________________________________________________________________
31283 [  9103] By: nick                                  on 2001/03/11  18:03:28
31284         Log: Integrate mainline (for regexp stuff).
31285      Branch: perlio
31286           !> ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
31287           !> ext/Encode/Encode.xs ext/Errno/Errno_pm.PL
31288           !> lib/ExtUtils/Manifest.pm regcomp.c regexec.c t/lib/b.t
31289           !> t/lib/errno.t t/op/pat.t
31290 ____________________________________________________________________________
31291 [  9102] By: nick                                  on 2001/03/11  17:44:20
31292         Log: USE_SFIO issues as observed by Chris Nandor <pudge@pobox.com>
31293              - exclude layer syms in makedef.pl for sfio
31294              - also inhibit Encode from trying to build ":encode()" layer.
31295      Branch: perlio
31296            ! ext/Encode/Encode.xs makedef.pl
31297 ____________________________________________________________________________
31298 [  9101] By: jhi                                   on 2001/03/10  22:38:13
31299         Log: The $Is_MacOS needs to be declared.
31300      Branch: perl
31301            ! lib/ExtUtils/Manifest.pm
31302 ____________________________________________________________________________
31303 [  9100] By: jhi                                   on 2001/03/10  22:14:29
31304         Log: Use #if defined(USE_PERLIO) && !defined(USE_SFIO) instead of just
31305              #ifdef USE_PERLIO in Encode.xs so that the perlio symbols don't
31306              pollute the symbolspace if using sfio.
31307      Branch: perl
31308            ! ext/Encode/Encode.xs
31309 ____________________________________________________________________________
31310 [  9099] By: jhi                                   on 2001/03/10  21:58:48
31311         Log: Subject: [PATCH] Portability fixes for Mac OS / bleadperl
31312              Date: Sat, 10 Mar 2001 14:23:55 -0500
31313              From: Chris Nandor <pudge@pobox.com>
31314              Message-Id: <p05010401b6d02f70211f@[10.0.1.177]>
31315      Branch: perl
31316            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
31317            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm t/lib/b.t
31318            ! t/lib/errno.t
31319 ____________________________________________________________________________
31320 [  9098] By: jhi                                   on 2001/03/10  21:38:30
31321         Log: Fix for ID 20010306.008, UTF-8 and \w without 'use utf8' coredump.
31322      Branch: perl
31323            ! regcomp.c regexec.c t/op/pat.t
31324 ____________________________________________________________________________
31325 [  9097] By: jhi                                   on 2001/03/10  14:38:07
31326         Log: Integrate perlio.
31327      Branch: perl
31328           !> doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
31329           !> handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
31330           !> regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
31331 ____________________________________________________________________________
31332 [  9096] By: nick                                  on 2001/03/10  11:55:43
31333         Log: EBCDIC sanity - phase I
31334              - rename utf8/uv functions to indicate what sort of uv they provide (uvuni/uvchr)
31335              - use utf8n_xxxx (c.f. pvn) for forms which take length.
31336              - back out vN.N and $^V exceptions to e2a/a2e
31337              - make "locale" isxxx macros be uvchr (may be redundant?)
31338              
31339              Not clear yet that toUPPER_uni et. al. return being handled correctly.
31340              The tr// and rexexp stuff still needs an audit, assumption is they are working
31341              in Unicode space.
31342              
31343              Need to provide v5.6 names for XS modules (decide is uni or chr ?).
31344      Branch: perlio
31345            ! doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
31346            ! handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
31347            ! regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
31348 ____________________________________________________________________________
31349 [  9095] By: jhi                                   on 2001/03/09  22:10:01
31350         Log: Integrate perlio.
31351      Branch: perl
31352           !> dump.c
31353 ____________________________________________________________________________
31354 [  9094] By: nick                                  on 2001/03/09  17:36:38
31355         Log: Builds an passes all tests after integrate and this tweak.
31356      Branch: perlio
31357            ! dump.c
31358 ____________________________________________________________________________
31359 [  9093] By: nick                                  on 2001/03/09  17:16:03
31360         Log: Integrate mainline (does not build - sv_catpvf issue in dump.c)
31361      Branch: perlio
31362           +> lib/unicode/Scripts.txt t/lib/sigaction.t
31363           !> (integrate 79 files)
31364 ____________________________________________________________________________
31365 [  9092] By: jhi                                   on 2001/03/09  15:28:26
31366         Log: Update Changes.
31367      Branch: perl
31368            ! Changes patchlevel.h
31369 ____________________________________________________________________________
31370 [  9091] By: jhi                                   on 2001/03/09  15:25:05
31371         Log: In op/stat #35 better to scan all the potential directories
31372              for setuids, not just the first one.
31373      Branch: perl
31374            ! t/op/stat.t
31375 ____________________________________________________________________________
31376 [  9090] By: jhi                                   on 2001/03/09  15:01:27
31377         Log: Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists() 
31378              From: rspier@pobox.com (Robert Spier)
31379              Date: Fri, 9 Mar 2001 03:30:20 -0500
31380              Message-ID: <15016.38044.381174.160189@rls.cx>
31381              
31382              EXISTS() returning undef mistakenly triggered a FETCH().
31383      Branch: perl
31384            ! hv.c
31385 ____________________________________________________________________________
31386 [  9089] By: jhi                                   on 2001/03/09  14:59:02
31387         Log: Add /sbin and /usr/sbin to the list of directories scanned
31388              for setuid programs.  Takes care of bug id 20010309.003.
31389      Branch: perl
31390            ! t/op/stat.t
31391 ____________________________________________________________________________
31392 [  9088] By: jhi                                   on 2001/03/09  14:48:32
31393         Log: Regen perlapi, perltoc.
31394      Branch: perl
31395            ! ext/Encode/Encode/Tcl.pm pod/perlapi.pod pod/perltoc.pod
31396 ____________________________________________________________________________
31397 [  9087] By: jhi                                   on 2001/03/09  14:38:56
31398         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
31399              From: David Mitchell <davem@fdgroup.co.uk>
31400              Date: Fri, 9 Mar 2001 13:49:31 +0000 (GMT)
31401              Message-Id: <200103091349.NAA16617@tiree.fdgroup.co.uk>
31402      Branch: perl
31403            ! dump.c perl.c perl.h pod/perlrun.pod
31404 ____________________________________________________________________________
31405 [  9086] By: jhi                                   on 2001/03/09  01:47:16
31406         Log: A modified version of
31407              
31408              Subject: [ID 20010307.005] POSIX::sigaction has various problems
31409              From: anders@broadcom.com
31410              Date: Wed, 7 Mar 2001 14:35:24 -0800 (PST) 
31411              Message-Id: <200103072235.OAA25368@dt-sj1-130.sj.broadcom.com>
31412              
31413              Currently the sigaction.t test #6 fails (and is fudged to look
31414              like an "ok") in Linux (at least in Debian 2.2 Linux 2.4.2 x86).
31415              This may well be a genuine bug in Linux sigaction() (since at
31416              least Tru64, Solaris, and HP-UX disagree with Linux).
31417              Anyone with POSIX / SUSv2 tome handy?  The problem is that
31418              the flags of the oldaction don't match with the flags in
31419              the previously installed disposition.
31420      Branch: perl
31421            + t/lib/sigaction.t
31422            ! MANIFEST ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
31423 ____________________________________________________________________________
31424 [  9085] By: jhi                                   on 2001/03/09  01:30:13
31425         Log: Subject: Re: mission impossible for the day
31426              From: Alex Gough <alex@rcon.org>
31427              Date: Thu, 08 Mar 2001 17:18:19 +0000
31428              Message-ID: <3AA7BEDB.8070409@rcon.org>
31429              
31430              If references (are overloaded) and can be directly stringified,
31431              show that instead of "stringified".
31432              
31433              (The problem, infinite mutual recursion caused by overloaded bool
31434              in Switch.pm, tracked by David Mitchell)
31435      Branch: perl
31436            ! lib/Carp/Heavy.pm
31437 ____________________________________________________________________________
31438 [  9084] By: jhi                                   on 2001/03/09  01:20:39
31439         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
31440              Date: Thu, 8 Mar 2001 12:06:57 +0000 (GMT)
31441              From: David Mitchell <davem@fdgroup.co.uk>
31442              Message-Id: <200103081206.MAA06281@tiree.fdgroup.co.uk>
31443      Branch: perl
31444            ! ext/re/re.xs malloc.c mg.c perl.c perl.h perly.c perly.y
31445            ! pp_ctl.c regexec.c sv.c vms/perly_c.vms
31446 ____________________________________________________________________________
31447 [  9083] By: jhi                                   on 2001/03/09  01:16:51
31448         Log: Subject: [PATCH] perldata.pod here-doc docs
31449              From: Jeff Pinyan <jeffp@crusoe.net>
31450              Date: Thu, 8 Mar 2001 13:18:55 -0500 (EST)
31451              Message-ID: <Pine.GSO.4.21.0103081317530.20957-100000@crusoe.crusoe.net>
31452      Branch: perl
31453            ! pod/perldata.pod
31454 ____________________________________________________________________________
31455 [  9082] By: jhi                                   on 2001/03/09  01:01:27
31456         Log: Subject: Re: Unicode/EBCDIC
31457              From: Peter Prymmer <pvhp@forte.com>
31458              Date: Thu, 8 Mar 2001 16:23:25 -0800 (PST)
31459              Message-ID: <Pine.OSF.4.10.10103081617390.377472-100000@aspara.forte.com>
31460      Branch: perl
31461            ! perl.c perl.h sv.c toke.c utf8.c utf8.h
31462 ____________________________________________________________________________
31463 [  9081] By: jhi                                   on 2001/03/08  13:41:30
31464         Log: Subject: Ooops, wrong 'no *POSIX' Patch
31465              From: Dorner Thomas <Thomas.Dorner@start.de>
31466              Date: Thu, 8 Mar 2001 08:43:28 +0100
31467              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88D3@Ex02.inhouse.start.de>
31468      Branch: perl
31469            ! hints/posix-bc.sh
31470 ____________________________________________________________________________
31471 [  9080] By: jhi                                   on 2001/03/08  13:11:42
31472         Log: It's Scripts.txt, not Script.txt.
31473      Branch: perl
31474            ! MANIFEST
31475 ____________________________________________________________________________
31476 [  9079] By: jhi                                   on 2001/03/08  12:59:05
31477         Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 
31478              From: Dorner Thomas <Thomas.Dorner@start.de>
31479              Date: Wed, 7 Mar 2001 14:13:31 +0100
31480              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
31481      Branch: perl
31482            ! makedepend.SH
31483 ____________________________________________________________________________
31484 [  9078] By: jhi                                   on 2001/03/08  12:57:43
31485         Log: Retract #9069, wrong patch.
31486      Branch: perl
31487            ! Makefile.SH
31488 ____________________________________________________________________________
31489 [  9077] By: jhi                                   on 2001/03/08  01:06:13
31490         Log: Upgrade to Unicode 3.1 beta 2001-03-01.
31491      Branch: perl
31492            + lib/unicode/Scripts.txt
31493            ! MANIFEST lib/unicode/Category.pl lib/unicode/Decomposition.pl
31494            ! lib/unicode/EAWidth.txt lib/unicode/Is/Alnum.pl
31495            ! lib/unicode/Is/Alpha.pl lib/unicode/Is/L.pl
31496            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
31497            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
31498            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
31499            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
31500            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
31501            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
31502            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
31503            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
31504            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
31505            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
31506            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
31507            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
31508            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
31509            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkZW.pl
31510            ! lib/unicode/Is/Ll.pl lib/unicode/Is/Lower.pl
31511            ! lib/unicode/Is/S.pl lib/unicode/Is/Sm.pl
31512            ! lib/unicode/Is/Word.pl lib/unicode/Names.txt
31513            ! lib/unicode/PropList.txt lib/unicode/ReadMe.txt
31514            ! lib/unicode/Unicode.txt lib/unicode/mktables.PL
31515            ! lib/unicode/version
31516 ____________________________________________________________________________
31517 [  9076] By: jhi                                   on 2001/03/07  22:59:39
31518         Log: Integrate change #7784 from mainline into maintperl.
31519              
31520              Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
31521      Branch: maint-5.6/perl
31522           !> pp_ctl.c t/op/pat.t
31523 ____________________________________________________________________________
31524 [  9075] By: jhi                                   on 2001/03/07  22:05:11
31525         Log: More UTF-8 test tweaks.
31526      Branch: perl
31527            ! t/op/pat.t t/op/split.t t/pragma/utf8.t
31528 ____________________________________________________________________________
31529 [  9074] By: nick                                  on 2001/03/07  21:39:29
31530         Log: Integrate mainline.
31531      Branch: perlio
31532           !> Changes Makefile.SH lib/ExtUtils/MM_Unix.pm
31533           !> lib/unicode/mktables.PL patchlevel.h perl.c pod/perlop.pod
31534           !> pod/perlretut.pod pod/perlsyn.pod pp.c pp_sys.c
31535           !> t/camel-III/vstring.t t/lib/charnames.t t/op/chop.t
31536           !> t/op/pack.t t/op/pat.t t/op/split.t t/pragma/utf8.t
31537 ____________________________________________________________________________
31538 [  9073] By: jhi                                   on 2001/03/07  16:37:09
31539         Log: Update Changes.
31540      Branch: perl
31541            ! Changes patchlevel.h
31542 ____________________________________________________________________________
31543 [  9072] By: jhi                                   on 2001/03/07  16:32:30
31544         Log: Subject: [ID 20010306.004] || != named unary operator
31545              From: abela@geneanet.org
31546              Date: Tue,  6 Mar 2001 15:57:57 +0100 (CET)
31547              Message-Id: <20010306145757.0CB03D183@little-roots.geneanet.org>
31548      Branch: perl
31549            ! pod/perlop.pod
31550 ____________________________________________________________________________
31551 [  9071] By: jhi                                   on 2001/03/07  15:14:11
31552         Log: Subject: downgrading to bytes for common functions
31553              From: andrew@pimlott.ne.mediaone.net (Andrew Pimlott)
31554              Date: Wed, 7 Mar 2001 02:36:55 -0500
31555              Message-ID: <20010307023655.J24024@pimlott.ne.mediaone.net>
31556      Branch: perl
31557            ! pp_sys.c
31558 ____________________________________________________________________________
31559 [  9070] By: jhi                                   on 2001/03/07  15:04:58
31560         Log: Clarify the description differentiating for and while; inspired by
31561              
31562              Subject: [ID 20010306.002] for/while difference in for definition
31563              From: abela@geneanet.org
31564              Date: Tue,  6 Mar 2001 09:40:36 +0100 (CET)
31565              Message-Id: <20010306084036.7BFD0D17F@little-roots.geneanet.org>
31566      Branch: perl
31567            ! pod/perlsyn.pod
31568 ____________________________________________________________________________
31569 [  9069] By: jhi                                   on 2001/03/07  14:55:30
31570         Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 
31571              From: Dorner Thomas <Thomas.Dorner@start.de>
31572              Date: Wed, 7 Mar 2001 14:13:31 +0100
31573              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
31574      Branch: perl
31575            ! Makefile.SH
31576 ____________________________________________________________________________
31577 [  9068] By: jhi                                   on 2001/03/07  14:51:17
31578         Log: Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
31579              From: Radu Greab <radu@netsoft.ro>
31580              Date: Tue, 6 Mar 2001 23:04:44 +0200 (EET)
31581              Message-ID: <15013.20716.201459.540421@ix.netsoft.ro>
31582      Branch: perl
31583            ! pp.c t/op/chop.t
31584 ____________________________________________________________________________
31585 [  9067] By: jhi                                   on 2001/03/07  14:48:57
31586         Log: Subject: Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
31587              From: Simon Cozens <simon@netthink.co.uk>
31588              Date: Wed, 7 Mar 2001 13:59:28 +0000
31589              Message-ID: <20010307135928.A21620@pembro26.pmb.ox.ac.uk>
31590              
31591              In order to allow MakeMaker to build correct Makefiles,
31592              you need to change the order of the arguments in MM_Unix.pm
31593              as well. (Unless you have C89_CCMODE set, but we're trying
31594              to be POSIXly correct)
31595              
31596              Thanks to Merijn Broeren for tracking this down.
31597      Branch: perl
31598            ! lib/ExtUtils/MM_Unix.pm
31599 ____________________________________________________________________________
31600 [  9066] By: jhi                                   on 2001/03/07  14:30:02
31601         Log: Floating point too messy.
31602      Branch: perl
31603            ! t/camel-III/vstring.t
31604 ____________________________________________________________________________
31605 [  9065] By: jhi                                   on 2001/03/07  14:17:44
31606         Log: Integrate change #9064 from maintperl into mainline.
31607              
31608              fix memory leak in pack("Bb",...)
31609      Branch: perl
31610           !> perl.c
31611 ____________________________________________________________________________
31612 [  9064] By: gsar                                  on 2001/03/07  06:29:24
31613         Log: fix memory leak in pack("Bb",...)
31614      Branch: maint-5.6/perl
31615            ! perl.c
31616 ____________________________________________________________________________
31617 [  9063] By: jhi                                   on 2001/03/07  00:55:04
31618         Log: Major utf8 test reorganisation and rewrite.
31619              Hopefully no tests were lost in the shuffle.
31620              (The beginning of pragma/utf8 was lost intentionally,
31621              the tests were rather bogus and incomplete.)
31622      Branch: perl
31623            ! t/lib/charnames.t t/op/pack.t t/op/pat.t t/op/split.t
31624            ! t/pragma/utf8.t
31625 ____________________________________________________________________________
31626 [  9062] By: jhi                                   on 2001/03/07  00:41:16
31627         Log: More tweakage on the Unicode character class descriptions.
31628      Branch: perl
31629            ! lib/unicode/mktables.PL pod/perlretut.pod
31630 ____________________________________________________________________________
31631 [  9061] By: jhi                                   on 2001/03/06  23:12:38
31632         Log: The perlretut was still talking about the old \p and \P
31633              definitions.
31634      Branch: perl
31635            ! pod/perlretut.pod
31636 ____________________________________________________________________________
31637 [  9060] By: nick                                  on 2001/03/06  20:52:37
31638         Log: Integrate mainline (make test works again now).
31639      Branch: perlio
31640           !> op.c op.h regcomp.c t/camel-III/vstring.t t/op/pat.t
31641 ____________________________________________________________________________
31642 [  9059] By: jhi                                   on 2001/03/06  15:36:14
31643         Log: 0.999... does equal 1.0, doesn't it?
31644      Branch: perl
31645            ! t/camel-III/vstring.t
31646 ____________________________________________________________________________
31647 [  9058] By: jhi                                   on 2001/03/06  15:34:00
31648         Log: Make /x{abcd}/ to work without use utf8.
31649      Branch: perl
31650            ! regcomp.c
31651 ____________________________________________________________________________
31652 [  9057] By: jhi                                   on 2001/03/06  03:02:36
31653         Log: Easier to outcomment all the three reset() tests for now.
31654      Branch: perl
31655            ! t/op/pat.t
31656 ____________________________________________________________________________
31657 [  9056] By: jhi                                   on 2001/03/06  02:30:02
31658         Log: Comment out the deadly reset; until the 20010301.005
31659              is finally fixed.
31660      Branch: perl
31661            ! t/op/pat.t
31662 ____________________________________________________________________________
31663 [  9055] By: jhi                                   on 2001/03/06  02:21:26
31664         Log: Integrate the change #9054 from mainline:
31665              retract the PMOP cleanup patch pending further investigation.
31666      Branch: maint-5.6/perl
31667           !> op.c op.h
31668 ____________________________________________________________________________
31669 [  9054] By: jhi                                   on 2001/03/06  02:19:57
31670         Log: Retract the PMOP cleanup patch: I'm seeing strange core dumps
31671              with oddly familiar stack traces.
31672      Branch: perl
31673            ! op.c op.h
31674 ____________________________________________________________________________
31675 [  9053] By: jhi                                   on 2001/03/05  23:20:28
31676         Log: Integrate perlio.
31677      Branch: perl
31678           +> ext/Encode/Encode/koi8-r.ucm
31679           !> MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
31680           !> makedef.pl
31681 ____________________________________________________________________________
31682 [  9052] By: nick                                  on 2001/03/05  23:08:17
31683         Log: skipping USE_PERLIO symbols correction.
31684      Branch: perlio
31685            ! makedef.pl
31686 ____________________________________________________________________________
31687 [  9051] By: nick                                  on 2001/03/05  22:35:07
31688         Log: More Encode alias tidying.
31689      Branch: perlio
31690            + ext/Encode/Encode/koi8-r.ucm
31691            ! MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
31692 ____________________________________________________________________________
31693 [  9050] By: jhi                                   on 2001/03/05  21:44:29
31694         Log: Integrate changes #9033 and #9044 from mainline into maintperl,
31695              Sarathy's fix for ID 20010301.005.
31696      Branch: maint-5.6/perl
31697           !> op.c op.h
31698 ____________________________________________________________________________
31699 [  9049] By: nick                                  on 2001/03/05  19:54:04
31700         Log: Integrate Jarkko's Encode.pm tweak.
31701      Branch: perlio
31702           !> ext/Encode/Encode.pm
31703 ____________________________________________________________________________
31704 [  9048] By: nick                                  on 2001/03/05  19:47:57
31705         Log: Integrate mainline (mostly - holding of on Encode.pm for a bit.)
31706      Branch: perlio
31707           +> os2/os2add.sym
31708           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm makedef.pl op.c
31709           !> op.h os2/Changes os2/Makefile.SHs os2/OS2/REXX/Makefile.PL
31710           !> os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
31711           !> os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/os2.sym os2/os2ish.h
31712           !> pod/perlapi.pod t/op/pat.t t/op/tr.t
31713 ____________________________________________________________________________
31714 [  9047] By: jhi                                   on 2001/03/05  19:25:26
31715         Log: Regen perlapi.
31716      Branch: perl
31717            ! pod/perlapi.pod
31718 ____________________________________________________________________________
31719 [  9046] By: jhi                                   on 2001/03/05  19:12:14
31720         Log: Integrate perlio.
31721      Branch: perl
31722           +> t/camel-III/vstring.t
31723           !> MANIFEST pp.h pp_sys.c t/TEST t/harness
31724 ____________________________________________________________________________
31725 [  9045] By: jhi                                   on 2001/03/05  19:10:36
31726         Log: The mapping of ISO Latin X to ISO 8859-Y is tricky.
31727      Branch: perl
31728            ! ext/Encode/Encode.pm
31729 ____________________________________________________________________________
31730 [  9044] By: jhi                                   on 2001/03/05  18:49:12
31731         Log: Forgot the other half of the PMOP patch (#9033).
31732      Branch: perl
31733            ! op.h
31734 ____________________________________________________________________________
31735 [  9043] By: nick                                  on 2001/03/05  18:14:47
31736         Log: Update MANIFEST for new test.
31737      Branch: perlio
31738            ! MANIFEST
31739 ____________________________________________________________________________
31740 [  9042] By: nick                                  on 2001/03/05  18:12:41
31741         Log: Some tests for Camel 3rd edition features.
31742              Make gethostbyaddr() test in above work.
31743      Branch: perlio
31744            + t/camel-III/vstring.t
31745            ! pp.h pp_sys.c t/TEST t/harness
31746 ____________________________________________________________________________
31747 [  9041] By: jhi                                   on 2001/03/05  17:41:48
31748         Log: Add more ISO 8859 encoding aliases.
31749      Branch: perl
31750            ! ext/Encode/Encode.pm
31751 ____________________________________________________________________________
31752 [  9040] By: jhi                                   on 2001/03/05  17:30:43
31753         Log: Integrate perlio.
31754      Branch: perl
31755           !> MANIFEST sv.c
31756 ____________________________________________________________________________
31757 [  9039] By: nick                                  on 2001/03/05  17:11:36
31758         Log: Missed added file.
31759      Branch: perlio
31760            ! MANIFEST
31761 ____________________________________________________________________________
31762 [  9038] By: jhi                                   on 2001/03/05  15:58:01
31763         Log: Add tr tests for EBCDIC, from Karsten Sperling.
31764      Branch: perl
31765            ! t/op/tr.t
31766 ____________________________________________________________________________
31767 [  9037] By: nick                                  on 2001/03/05  15:56:35
31768         Log: Long-standing "defined but not used" SvPVbyte*() are about to get used
31769              for auto-downgrade hooks in gethostbyaddr() etc. (as per Camel-III).
31770              
31771              Make SvPVbyte*() symetric with respect to SvPVutf8*() in that:
31772              - it does a sv_utf8_downgrade (c.f. SvPVutf8's sv_utf8_upgrade())
31773              - uses SvPV() rather than sv_2pv() in case it isn't a string.
31774      Branch: perlio
31775            ! sv.c
31776 ____________________________________________________________________________
31777 [  9036] By: jhi                                   on 2001/03/05  15:49:15
31778         Log: Add matching tests currently failing in EBCDIC,
31779              suggested by Karsten Sperling.
31780      Branch: perl
31781            ! t/op/pat.t
31782 ____________________________________________________________________________
31783 [  9035] By: jhi                                   on 2001/03/05  15:36:55
31784         Log: The #9034 needs a MANIFESTation.
31785      Branch: perl
31786            ! MANIFEST
31787 ____________________________________________________________________________
31788 [  9034] By: jhi                                   on 2001/03/05  15:35:14
31789         Log: Integrate perlio.
31790      Branch: perl
31791           +> ext/Encode/Encode/Tcl.pm
31792           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
31793           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
31794           !> ext/Encode/Encode/iso8859-1.ucm
31795           !> ext/Encode/Encode/iso8859-10.ucm
31796           !> ext/Encode/Encode/iso8859-13.ucm
31797           !> ext/Encode/Encode/iso8859-14.ucm
31798           !> ext/Encode/Encode/iso8859-15.ucm
31799           !> ext/Encode/Encode/iso8859-16.ucm
31800           !> ext/Encode/Encode/iso8859-2.ucm
31801           !> ext/Encode/Encode/iso8859-3.ucm
31802           !> ext/Encode/Encode/iso8859-4.ucm
31803           !> ext/Encode/Encode/iso8859-5.ucm
31804           !> ext/Encode/Encode/iso8859-6.ucm
31805           !> ext/Encode/Encode/iso8859-7.ucm
31806           !> ext/Encode/Encode/iso8859-8.ucm
31807           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
31808           !> t/lib/encode.t
31809 ____________________________________________________________________________
31810 [  9033] By: jhi                                   on 2001/03/05  15:33:18
31811         Log: Subject: Re: [ID 20010301.005] corrupt memory (since @8531, in 5.6.1-T2)
31812              From: Gurusamy Sarathy <gsar@ActiveState.com>
31813              Date: Sun, 04 Mar 2001 22:33:15 -0800
31814              Message-Id: <200103050633.f256XFo06998@smtp3.ActiveState.com>
31815              
31816              PMOPs need to remember their own stash so that they can
31817              gracefully remove themselves from their linked list.
31818      Branch: perl
31819            ! op.c
31820 ____________________________________________________________________________
31821 [  9032] By: nick                                  on 2001/03/05  14:51:50
31822         Log: Encode implementation "completion"
31823              Implement and document define_encoding()
31824              Implement and document encoding aliases including define_alias()
31825              Make Encode::XS use define_encoding() rather than back-door.
31826              Move run-time *.enc to separate Encode::Tcl module.
31827              Make 'compile' honour <codeset_name>
31828              Change canonical names of to iso-8859-* and US-ascii.
31829      Branch: perlio
31830            + ext/Encode/Encode/Tcl.pm
31831            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
31832            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
31833            ! ext/Encode/Encode/iso8859-1.ucm
31834            ! ext/Encode/Encode/iso8859-10.ucm
31835            ! ext/Encode/Encode/iso8859-13.ucm
31836            ! ext/Encode/Encode/iso8859-14.ucm
31837            ! ext/Encode/Encode/iso8859-15.ucm
31838            ! ext/Encode/Encode/iso8859-16.ucm
31839            ! ext/Encode/Encode/iso8859-2.ucm
31840            ! ext/Encode/Encode/iso8859-3.ucm
31841            ! ext/Encode/Encode/iso8859-4.ucm
31842            ! ext/Encode/Encode/iso8859-5.ucm
31843            ! ext/Encode/Encode/iso8859-6.ucm
31844            ! ext/Encode/Encode/iso8859-7.ucm
31845            ! ext/Encode/Encode/iso8859-8.ucm
31846            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
31847            ! t/lib/encode.t
31848 ____________________________________________________________________________
31849 [  9031] By: jhi                                   on 2001/03/05  13:51:17
31850         Log: Integrate change #9030 from maintperl into mainline.
31851              
31852              Subject: [PATCH 5.6.1] OS/2 cleanup
31853      Branch: perl
31854           +> os2/os2add.sym
31855           !> MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
31856           !> makedef.pl os2/Changes os2/Makefile.SHs
31857           !> os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
31858           !> os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
31859           !> os2/os2.sym os2/os2ish.h
31860 ____________________________________________________________________________
31861 [  9030] By: jhi                                   on 2001/03/05  13:46:49
31862         Log: Subject: [PATCH 5.6.1] OS/2 cleanup
31863              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31864              Date: Mon, 5 Mar 2001 02:29:44 -0500
31865              Message-ID: <20010305022944.A10117@math.ohio-state.edu>
31866      Branch: maint-5.6/perl
31867            + os2/os2add.sym
31868            ! MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
31869            ! makedef.pl os2/Changes os2/Makefile.SHs
31870            ! os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
31871            ! os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
31872            ! os2/os2.sym os2/os2ish.h
31873 ____________________________________________________________________________
31874 [  9029] By: jhi                                   on 2001/03/05  13:40:35
31875         Log: Integrate change #9028 from maintperl into mainline.
31876              
31877              various nits in MM_Unix.pm found by disabling SelfLoader
31878      Branch: perl
31879           !> lib/ExtUtils/MM_Unix.pm
31880 ____________________________________________________________________________
31881 [  9028] By: gsar                                  on 2001/03/05  09:58:38
31882         Log: various nits in MM_Unix.pm found by disabling SelfLoader
31883      Branch: maint-5.6/perl
31884            ! lib/ExtUtils/MM_Unix.pm
31885 ____________________________________________________________________________
31886 [  9027] By: nick                                  on 2001/03/05  08:35:22
31887         Log: Integrate mainline
31888      Branch: perlio
31889           !> (integrate 28 files)
31890 ____________________________________________________________________________
31891 [  9026] By: jhi                                   on 2001/03/05  02:14:59
31892         Log: Integrate change #9025 from mainline to maintperl,
31893              retract \N{U+HHHH}.
31894      Branch: maint-5.6/perl
31895           !> lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
31896           !> t/lib/charnames.t toke.c
31897 ____________________________________________________________________________
31898 [  9025] By: jhi                                   on 2001/03/05  02:13:09
31899         Log: Retracting \N{U+HHHH}.
31900      Branch: perl
31901            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
31902            ! t/lib/charnames.t toke.c
31903 ____________________________________________________________________________
31904 [  9024] By: jhi                                   on 2001/03/04  20:51:07
31905         Log: Subject: Re: Smoking patch 8898 for perl v5.7.0 on aix 4.3.0.0
31906              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
31907              Date: Fri, 02 Mar 2001 18:25:26 +0100
31908              Message-Id: <20010302182416.1BF4.H.M.BRAND@hccnet.nl>
31909              
31910              Casting problem.
31911      Branch: perl
31912            ! ext/Storable/Storable.xs
31913 ____________________________________________________________________________
31914 [  9023] By: jhi                                   on 2001/03/04  19:46:45
31915         Log: Subject: [ID 20010303.009] SOCKS5 work around breaks other sockets
31916              From: nick@talking.bollo.cx
31917              Date: Sat, 03 Mar 2001 21:41:33 +0000
31918              Message-Id: <E14ZJmP-0000mE-00@Bagpuss.unfortu.net>
31919              
31920              Revert the workaround.
31921      Branch: perl
31922            ! perlio.c
31923 ____________________________________________________________________________
31924 [  9022] By: jhi                                   on 2001/03/04  19:36:28
31925         Log: Update Changes.
31926      Branch: perl
31927            ! Changes patchlevel.h
31928 ____________________________________________________________________________
31929 [  9021] By: jhi                                   on 2001/03/04  18:41:00
31930         Log: makedef.pl updates suggested by Chris Nandor; double-checking
31931              the changes in AIX, OS/2 Win32 would be nice.
31932      Branch: perl
31933            ! makedef.pl
31934 ____________________________________________________________________________
31935 [  9020] By: jhi                                   on 2001/03/04  18:23:58
31936         Log: Integrate change #9012 from maintperl into mainline,
31937              quench a compiler warning.
31938      Branch: perl
31939           !> toke.c
31940 ____________________________________________________________________________
31941 [  9019] By: jhi                                   on 2001/03/04  18:18:43
31942         Log: Integrate changes #9017 and 9018 from mainline into maintperl.
31943              
31944              \N{U+HHHH} fix.
31945              
31946              pattern in G_ARRAY context
31947      Branch: maint-5.6/perl
31948           !> pp_hot.c t/op/pat.t toke.c
31949 ____________________________________________________________________________
31950 [  9018] By: jhi                                   on 2001/03/04  18:07:48
31951         Log: Subject: [PATCH pp_hot.c regexp.t] pattern in G_ARRAY context
31952              From: Jeff Pinyan <jeffp@crusoe.net>
31953              Date: Sat, 3 Mar 2001 17:14:07 -0500 (EST)
31954              Message-ID: <Pine.GSO.4.21.0103031712070.1035-100000@crusoe.crusoe.net>
31955      Branch: perl
31956            ! pp_hot.c t/op/pat.t
31957 ____________________________________________________________________________
31958 [  9017] By: jhi                                   on 2001/03/04  18:06:21
31959         Log: I thought I tested the #9014.
31960      Branch: perl
31961            ! toke.c
31962 ____________________________________________________________________________
31963 [  9016] By: jhi                                   on 2001/03/04  17:41:22
31964         Log: Integrate changes #9013,9014,9015 from mainline into maintperl.
31965              
31966              Tweak the get*ent() OS/2 prototypes.
31967              
31968              Add the \N{U+HHHH} syntax.
31969              
31970              More tr/// UTF-8 fixes from Inaba Hiroto.
31971      Branch: maint-5.6/perl
31972           !> doop.c lib/charnames.pm os2/os2.c pod/perldiag.pod
31973           !> pod/perlretut.pod t/lib/charnames.t t/op/tr.t toke.c
31974 ____________________________________________________________________________
31975 [  9015] By: jhi                                   on 2001/03/04  17:36:04
31976         Log: More tr/// UTF-8 fixes from Inaba Hiroto.
31977      Branch: perl
31978            ! doop.c t/op/tr.t
31979 ____________________________________________________________________________
31980 [  9014] By: jhi                                   on 2001/03/04  17:24:49
31981         Log: Add the \N{U+HHHH} syntax.
31982      Branch: perl
31983            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
31984            ! t/lib/charnames.t toke.c
31985 ____________________________________________________________________________
31986 [  9013] By: jhi                                   on 2001/03/04  17:20:45
31987         Log: Tweak the get*ent() OS/2 prototypes.
31988      Branch: perl
31989            ! os2/os2.c
31990 ____________________________________________________________________________
31991 [  9012] By: gsar                                  on 2001/03/04  06:26:14
31992         Log: avoid warning (nit in change#9009)
31993      Branch: maint-5.6/perl
31994            ! toke.c
31995 ____________________________________________________________________________
31996 [  9011] By: gsar                                  on 2001/03/04  06:15:24
31997         Log: lib/charnames.t fails in 5.6.x because of older Unicode
31998              data
31999              
32000              TODO: need to revisit this after updating lib/unicode/...
32001      Branch: maint-5.6/perl
32002            ! t/lib/charnames.t
32003 ____________________________________________________________________________
32004 [  9010] By: gsar                                  on 2001/03/04  06:08:36
32005         Log: change#9009 breaks build (no "didrange" variable in 5.6.x)
32006      Branch: maint-5.6/perl
32007            ! toke.c
32008 ____________________________________________________________________________
32009 [  9009] By: jhi                                   on 2001/03/03  19:27:20
32010         Log: Integrate change #9008 from mainline to maintperl,
32011              UTF-8 tr/// fixes from Inaba Hiroto.
32012      Branch: maint-5.6/perl
32013           !> doop.c op.c t/op/tr.t toke.c
32014 ____________________________________________________________________________
32015 [  9008] By: jhi                                   on 2001/03/03  19:19:42
32016         Log: UTF8 tr/// fixes from Inaba Hiroto.
32017      Branch: perl
32018            ! doop.c op.c t/op/tr.t toke.c
32019 ____________________________________________________________________________
32020 [  9007] By: jhi                                   on 2001/03/03  19:00:30
32021         Log: Integrate change #9006 from maintperl to mainline,
32022              more robust quest for the infinite.
32023      Branch: perl
32024           !> lib/Math/Complex.pm
32025 ____________________________________________________________________________
32026 [  9006] By: jhi                                   on 2001/03/03  18:58:06
32027         Log: Subject: [PATCH 5.6.1] More robust Math::Complex
32028              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
32029              Date: Sat, 3 Mar 2001 12:51:50 -0500
32030              Message-ID: <20010303125150.A2147@math.ohio-state.edu>
32031              
32032              Be more robust in our quest for the infinite.
32033      Branch: maint-5.6/perl
32034            ! lib/Math/Complex.pm
32035 ____________________________________________________________________________
32036 [  9005] By: jhi                                   on 2001/03/03  17:55:50
32037         Log: The #8982 modified for perl 5.6.x, from Radu Greab.
32038      Branch: maint-5.6/perl
32039            ! doio.c
32040 ____________________________________________________________________________
32041 [  9004] By: jhi                                   on 2001/03/03  17:40:14
32042         Log: Rewrite REPORT() and REPORT2() (used for -DT) slightly
32043              so that picky compilers like IRIX won't get huffy about
32044              "statements without effect" (like 1;).
32045      Branch: perl
32046            ! toke.c
32047 ____________________________________________________________________________
32048 [  9003] By: jhi                                   on 2001/03/03  17:15:52
32049         Log: Integrate change #9002 from mainline to maintperl.
32050              
32051              Subject: [perl-5.6.x, perl-current] accept for EPOC
32052      Branch: maint-5.6/perl
32053           !> pp_sys.c
32054 ____________________________________________________________________________
32055 [  9002] By: jhi                                   on 2001/03/03  17:14:30
32056         Log: Subject: [perl-5.6.x, perl-current] accept for EPOC
32057              From: Olaf Flebbe <O.Flebbe@science-computing.de>
32058              Date: Sat, 3 Mar 2001 16:36:04 +0100 (CET)
32059              Message-ID: <Pine.LNX.4.02.10103031635190.4825-100000@milkyway.science-computing.de>
32060      Branch: perl
32061            ! pp_sys.c
32062 ____________________________________________________________________________
32063 [  9001] By: jhi                                   on 2001/03/03  17:13:13
32064         Log: Subject: [PATCH perl@8989] t/pod/find.t on VMS
32065              From: "Craig A. Berry" <craigberry@mac.com>
32066              Date: Fri, 02 Mar 2001 17:44:40 -0600
32067              Message-Id: <5.0.2.1.0.20010302172145.038d3c10@mail.mac.com>
32068      Branch: perl
32069            ! t/pod/find.t
32070 ____________________________________________________________________________
32071 [  9000] By: jhi                                   on 2001/03/03  17:11:55
32072         Log: Integrate changes #8997,8999 from maintperl.
32073              
32074              Subject: [PATCH 5.6.1] compiling on OS/2
32075              (Better error message from hints/os2.sh)
32076              
32077              Subject: [PATCH 5.6.1] syslog.t
32078      Branch: perl
32079           !> hints/os2.sh t/lib/syslog.t
32080 ____________________________________________________________________________
32081 [  8999] By: jhi                                   on 2001/03/03  17:09:28
32082         Log: Subject: [PATCH 5.6.1] syslog.t
32083              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
32084              Date: Sat, 3 Mar 2001 02:11:17 -0500
32085              Message-ID: <20010303021116.A11897@math.ohio-state.edu>
32086      Branch: maint-5.6/perl
32087            ! t/lib/syslog.t
32088 ____________________________________________________________________________
32089 [  8998] By: jhi                                   on 2001/03/03  17:07:50
32090         Log: Subject: Re: [PATCH 5.7.0] compiling on OS/2: 5.6.1 too
32091              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
32092              Date: Sat, 3 Mar 2001 01:53:52 -0500
32093              Message-ID: <20010303015352.A11741@math.ohio-state.edu>
32094      Branch: maint-5.6/perl
32095            ! opcode.pl os2/os2.c
32096 ____________________________________________________________________________
32097 [  8997] By: jhi                                   on 2001/03/03  17:03:30
32098         Log: Subject: [PATCH 5.6.1] compiling on OS/2
32099              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
32100              Date: Sat, 3 Mar 2001 01:59:59 -0500
32101              Message-ID: <20010303015959.B11741@math.ohio-state.edu>
32102      Branch: maint-5.6/perl
32103            ! hints/os2.sh
32104 ____________________________________________________________________________
32105 [  8996] By: jhi                                   on 2001/03/03  00:55:58
32106         Log: Regen files for mainline.
32107      Branch: perl
32108            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
32109            ! config_h.SH pod/perlapi.pod pod/perltoc.pod
32110 ____________________________________________________________________________
32111 [  8995] By: jhi                                   on 2001/03/03  00:35:22
32112         Log: Integrate changes #8099,8218,8220,8221,8227,8304,8317,
32113              8318,8320,8337,8503,8877,8890,8903,8971 from mainline
32114              to maintperl.
32115              
32116              Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
32117              
32118              Add Configure option -Dmksymlinks which will create a symlink
32119              forest if the current/build differs from the source directory.
32120              (8218,8220,8221,8317,8318,8971)
32121              
32122              Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
32123              (Document APPLLIB_EXP in INSTALL.)
32124              
32125              If running byacc write-enable also perly.h.
32126              
32127              DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
32128              
32129              Subject: [PATCH 5.7.1/Configure] failure to set src='.'
32130              
32131              Sanity check for conflicting thread flavours.
32132              
32133              Fix the sys/fcntl.h problem reported by Peter Prymmer.
32134              
32135              Add few CPUs/architectures to the Cppsym scan,
32136              add -perlio to archname if so selected (modified 8890)
32137              
32138              Be more helpful for devel builders, suggested by John L. Allen.
32139              (admittedly pointless change for maintperl, but the usedevel
32140              code is there already)
32141      Branch: maint-5.6/perl
32142           !> Configure INSTALL Makefile.SH Porting/Glossary
32143           !> Porting/config.sh Porting/config_H config_h.SH embed.pl
32144           !> epoc/config.sh ext/NDBM_File/NDBM_File.xs
32145           !> ext/ODBM_File/ODBM_File.xs t/io/fs.t warnings.pl
32146           !> win32/config.bc win32/config.gc win32/config.vc
32147 ____________________________________________________________________________
32148 [  8994] By: jhi                                   on 2001/03/02  23:31:41
32149         Log: Use also $ccflags, not just $ldflags, when testing for gccness.
32150      Branch: metaconfig/U/perl
32151            ! gccvers.U
32152 ____________________________________________________________________________
32153 [  8993] By: jhi                                   on 2001/03/02  23:22:12
32154         Log: Regenerate various files for maint.
32155      Branch: maint-5.6/perl
32156            ! Porting/Glossary Porting/config.sh Porting/config_H objXSUB.h
32157            ! perlapi.c pod/perlapi.pod pod/perltoc.pod proto.h
32158 ____________________________________________________________________________
32159 [  8992] By: alanbur                               on 2001/03/02  22:48:34
32160         Log: Resync wuth parent
32161      Branch: maint-5.6/pureperl
32162           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
32163           !> (integrate 60 files)
32164 ____________________________________________________________________________
32165 [  8991] By: jhi                                   on 2001/03/02  21:00:08
32166         Log: Retract the #8742 part of #8986, backward compat.
32167      Branch: maint-5.6/perl
32168            ! embed.pl
32169 ____________________________________________________________________________
32170 [  8990] By: jhi                                   on 2001/03/02  20:40:07
32171         Log: Retract the #8919 part of #8987, not applicable to the 5.6 branch.
32172      Branch: maint-5.6/perl
32173            ! hv.c
32174 ____________________________________________________________________________
32175 [  8989] By: jhi                                   on 2001/03/02  19:59:56
32176         Log: Update Changes.
32177      Branch: perl
32178            ! Changes patchlevel.h
32179 ____________________________________________________________________________
32180 [  8988] By: jhi                                   on 2001/03/02  19:57:08
32181         Log: Integrate perlio.
32182      Branch: perl
32183           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
32184           !> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
32185           !> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
32186           !> ext/Encode/Encode/iso8859-10.ucm
32187           !> ext/Encode/Encode/iso8859-13.ucm
32188           !> ext/Encode/Encode/iso8859-14.ucm
32189           !> ext/Encode/Encode/iso8859-15.ucm
32190           !> ext/Encode/Encode/iso8859-16.ucm
32191           !> ext/Encode/Encode/iso8859-2.ucm
32192           !> ext/Encode/Encode/iso8859-3.ucm
32193           !> ext/Encode/Encode/iso8859-4.ucm
32194           !> ext/Encode/Encode/iso8859-5.ucm
32195           !> ext/Encode/Encode/iso8859-6.ucm
32196           !> ext/Encode/Encode/iso8859-7.ucm
32197           !> ext/Encode/Encode/iso8859-8.ucm
32198           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
32199           !> ext/Encode/Encode/symbol.ucm ext/Encode/compile
32200 ____________________________________________________________________________
32201 [  8987] By: jhi                                   on 2001/03/02  19:43:40
32202         Log: Integrate changes #8784,8839,8843,8847,8849,8859,8866,
32203              8873,8874,8876,8879,8901,8902,8908,8913,8918,8919,8946,8947,8948,
32204              8950,8952,8955 from mainline to maintperl.
32205              
32206              Subject: [PATCH: perl@8773] small fixups to perlclib.pod
32207              
32208              Put to rest the 20010205.001, the email address checking (not) regex.
32209              
32210              fork() not everywhere, cleanup temp files.
32211              
32212              The #8843 wasn't quite right: %Config needs to imported.
32213              
32214              Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
32215              (#8849: the glob-basic hunk needed massaging as it depended
32216              on Schwern's large-scale (unintegrated) patches)
32217              
32218              Skip the Perl_sys_intern_clear and Perl_sys_intern_init.
32219              
32220              Upgrade to CGI.pm 2.752, from Lincoln Stein.
32221              (Note: there were some conflicts due to EBCDIC and EPOC
32222              patches, in general I preferred the repository code.)
32223              (When 2.753 comes out, we need to synchronize.)
32224              
32225              Subject: [PATCH] fix for charnames above FFFF
32226              
32227              Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
32228              
32229              If no sfio, no -lsfio.
32230              
32231              Run run/*.t also in minitest.
32232              
32233              Subject:  [PATCH perl 5.7.0] malloc message address offset
32234              
32235              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
32236              
32237              Subject: fix for parameter -Dm (for perl@8867)
32238              
32239              Subject: [PATCH: perl@8892] was Re: hashing order difference?
32240              (make the test more portable)
32241              
32242              Subject: Re: [PATCH] fix for charnames above FFFF
32243              
32244              Subject: Re: I'm losing the war...
32245              (hv_store() not working correctly in ENV_IS_CASELESS case.)
32246              
32247              Subject: Modified README.bs2000 
32248              
32249              Subject: [PATCH: perl@8935] -Dt padsv($var)
32250              
32251              Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
32252              
32253              Subject: PATCH: extra tests to check on negative float to unsigned cast
32254              
32255              Subject: [PATCH] XPUSH[insp] was Re: progress
32256              
32257              Subject: Re: Compile with perlcc..
32258      Branch: maint-5.6/perl
32259           !> (integrate 36 files)
32260 ____________________________________________________________________________
32261 [  8986] By: jhi                                   on 2001/03/02  18:51:25
32262         Log: Integrate changes #8689,8697,8724,8726,8731,8742,8754,8755,
32263              8763,8767,8770,8772,8795,8796,8813,8822,8823 from mainline
32264              to maintperl.
32265              
32266              Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
32267              
32268              Subject: [DOC PATCH] overload.pm nits
32269              
32270              Add header for LIB$ prototypes (C. Berry)
32271              
32272              Convert fwrite()s to sockets to write()s, since some socket stacks
32273              don't take kindly to stdio.
32274              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
32275              (for often optional LNMs)
32276              Correct a few typos
32277              (C. Bailey)
32278              
32279              Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
32280              
32281              De-cut-and-pasto.
32282              
32283              Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
32284              
32285              Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
32286              
32287              Upgrade to CPAN 1.59_54, from Andreas König.
32288              
32289              Bogus shebang.
32290              
32291              Subject: [PATCH] Document makepatch in Porting/patching
32292              
32293              UTF-8 documentation.
32294              
32295              Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
32296              
32297              Sort the MANIFEST.
32298              
32299              Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
32300              
32301              Subject: [PATCH @8807] toke.c cleanup: scan_str()
32302              
32303              Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
32304              
32305              Add run/*.t to testables.
32306              
32307              TODO: integrate #8784.
32308      Branch: maint-5.6/perl
32309           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
32310           !> (integrate 28 files)
32311 ____________________________________________________________________________
32312 [  8985] By: nick                                  on 2001/03/02  18:15:45
32313         Log: Integrate mainline
32314      Branch: perlio
32315           !> doio.c lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod
32316           !> vms/vms.c
32317 ____________________________________________________________________________
32318 [  8984] By: jhi                                   on 2001/03/02  16:00:17
32319         Log: Integrate changes #8978,8979,8980,8981,8983 from mainline.
32320              
32321              perlfaq1 reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY
32322              5.004_05, and mention the suidperl August 2000 security problem.
32323              (#8978,#8981)
32324              
32325              Subject: [ID 20010301.004] Technically speaking in perldata
32326              
32327              Subject: [PATCH] File::Copy for bleadperl, maintperl
32328              
32329              Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
32330              
32331              (The #8982, fix for 20010221.005 and 20010221.008,
32332              would be nice too but it didn't integrate cleanly.)
32333      Branch: maint-5.6/perl
32334           !> lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod vms/vms.c
32335 ____________________________________________________________________________
32336 [  8983] By: jhi                                   on 2001/03/02  15:51:16
32337         Log: Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
32338              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
32339              Date:     Thu, 1 Mar 2001 15:54:09 EST
32340              Message-Id: <010301155258.b8cc1@DUPHY4.Physics.Drexel.Edu>
32341      Branch: perl
32342            ! vms/vms.c
32343 ____________________________________________________________________________
32344 [  8982] By: jhi                                   on 2001/03/02  15:43:31
32345         Log: Subject: Re: sync sync sync: have I missed any patches?
32346              From: Radu Greab <radu@netsoft.ro> 
32347              Date: Thu, 1 Mar 2001 21:47:22 +0200 (EET)
32348              Message-ID: <15006.42826.747914.669893@ix.netsoft.ro>
32349              
32350              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker
32351              was checking argv[0] regardless of whether a different pathname
32352              will actually be executed."  Test case not supplied because 
32353              drafting that, ironically enough, revealed another bug
32354              (or a feature).
32355      Branch: perl
32356            ! doio.c
32357 ____________________________________________________________________________
32358 [  8981] By: jhi                                   on 2001/03/02  15:28:03
32359         Log: Misdate in #8978.
32360      Branch: perl
32361            ! pod/perlfaq1.pod
32362 ____________________________________________________________________________
32363 [  8980] By: jhi                                   on 2001/03/02  15:24:20
32364         Log: Subject: [PATCH] File::Copy for bleadperl, maintperl
32365              From: Chris Nandor <pudge@pobox.com>
32366              Date: Wed, 28 Feb 2001 22:10:15 -0500
32367              Message-Id: <p05010400b6c36d959ae8@[10.0.1.177]>
32368      Branch: perl
32369            ! lib/File/Copy.pm
32370 ____________________________________________________________________________
32371 [  8979] By: jhi                                   on 2001/03/02  15:17:16
32372         Log: Subject: [ID 20010301.004] Technically speaking in perldata
32373              From: abela@geneanet.org
32374              Date: Thu,  1 Mar 2001 17:59:27 +0100 (CET)
32375              Message-Id: <20010301165927.262C2D17D@little-roots.geneanet.org>
32376      Branch: perl
32377            ! pod/perldata.pod
32378 ____________________________________________________________________________
32379 [  8978] By: jhi                                   on 2001/03/02  15:15:27
32380         Log: Subject: [ID 20010301.003] ref to 5.004
32381              From: abela@geneanet.org
32382              Date: Thu,  1 Mar 2001 14:48:40 +0100 (CET)
32383              Message-Id: <20010301134840.C0CD1D171@little-roots.geneanet.org>
32384              
32385              Reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY 5.004_05,
32386              and mention the suidperl August 2000 security problem.
32387      Branch: perl
32388            ! pod/perlfaq1.pod
32389 ____________________________________________________________________________
32390 [  8977] By: alanbur                               on 2001/03/02  14:17:45
32391         Log: Resynchronised with parent
32392      Branch: maint-5.6/pureperl
32393           !> AUTHORS README.epoc configure.com epoc/createpkg.pl
32394           !> lib/File/Temp.pm perl.c pp_sys.c t/lib/ftmp-mktemp.t
32395           !> t/lib/ftmp-posix.t t/op/append.t t/op/sprintf.t toke.c util.c
32396           !> vms/descrip_mms.template win32/win32.c win32/win32.h
32397           !> win32/win32iop.h
32398 ____________________________________________________________________________
32399 [  8976] By: nick                                  on 2001/03/01  23:25:30
32400         Log: Integrate mainline.
32401      Branch: perlio
32402            - t/op/qu.t
32403           !> (integrate 55 files)
32404 ____________________________________________________________________________
32405 [  8975] By: jhi                                   on 2001/03/01  16:51:34
32406         Log: Integrate change #8974 from maintperl, fix for bugid 20010226.008.
32407      Branch: perl
32408           !> toke.c
32409 ____________________________________________________________________________
32410 [  8974] By: gsar                                  on 2001/03/01  16:28:21
32411         Log: fix for bugid 20010226.008
32412              
32413              the problem was that some of the pointers (PL_last_lop and
32414              PL_last_uni specifically) into the lex buffers weren't correctly
32415              being invalidated when the buffer changed; this would leave the
32416              pointers pointing at an arbitrary location in the buffer if
32417              the buffer didn't need to be reallocated, or point into freed
32418              memory if the buffer had to be realloced
32419              
32420              TODO item for bugdb maintainers: check other seemingly random
32421              parser-related bugs--they might be cured by this
32422      Branch: maint-5.6/perl
32423            ! toke.c
32424 ____________________________________________________________________________
32425 [  8973] By: jhi                                   on 2001/03/01  02:23:25
32426         Log: Retract #8970 because of a completely mysterious core dump:
32427              adding the tests 241..244 causes op/pat dump core at test #25.
32428              The test needs a lot of whittling down before the bug can be solved.
32429      Branch: perl
32430            ! t/op/pat.t
32431 ____________________________________________________________________________
32432 [  8972] By: jhi                                   on 2001/03/01  01:58:38
32433         Log: Regen perlapi.
32434      Branch: perl
32435            ! pod/perlapi.pod
32436 ____________________________________________________________________________
32437 [  8971] By: jhi                                   on 2001/03/01  01:34:09
32438         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))
32439              From: Nicholas Clark <nick@ccl4.org>
32440              Date: Wed, 28 Feb 2001 23:28:49 +0000
32441              Message-ID: <20010228232849.A55187@plum.flirble.org>
32442              
32443              Allow a completely write protected source code tree
32444              when using the Configure -Dmksymlinks.
32445      Branch: perl
32446            ! embed.pl warnings.pl
32447 ____________________________________________________________________________
32448 [  8970] By: jhi                                   on 2001/03/01  01:32:04
32449         Log: Add back the EBCDIC character range tests (for matching).
32450      Branch: perl
32451            ! t/op/pat.t
32452 ____________________________________________________________________________
32453 [  8969] By: nick                                  on 2001/02/28  18:18:01
32454         Log: Add charname comments to .ucm files writen by 'compile',
32455              also order charmaps in those files by source encoding.
32456              regenerate distrubuted .ucm files
32457      Branch: perlio
32458            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
32459            ! ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
32460            ! ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
32461            ! ext/Encode/Encode/iso8859-10.ucm
32462            ! ext/Encode/Encode/iso8859-13.ucm
32463            ! ext/Encode/Encode/iso8859-14.ucm
32464            ! ext/Encode/Encode/iso8859-15.ucm
32465            ! ext/Encode/Encode/iso8859-16.ucm
32466            ! ext/Encode/Encode/iso8859-2.ucm
32467            ! ext/Encode/Encode/iso8859-3.ucm
32468            ! ext/Encode/Encode/iso8859-4.ucm
32469            ! ext/Encode/Encode/iso8859-5.ucm
32470            ! ext/Encode/Encode/iso8859-6.ucm
32471            ! ext/Encode/Encode/iso8859-7.ucm
32472            ! ext/Encode/Encode/iso8859-8.ucm
32473            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
32474            ! ext/Encode/Encode/symbol.ucm ext/Encode/compile
32475 ____________________________________________________________________________
32476 [  8968] By: jhi                                   on 2001/02/28  16:26:37
32477         Log: Expand usemorebits early if d_casti32 needs to be undefined.
32478      Branch: perl
32479            ! hints/hpux.sh hints/irix_6.sh
32480 ____________________________________________________________________________
32481 [  8967] By: jhi                                   on 2001/02/28  16:22:26
32482         Log: Undo qu.  Retract #8814, rewrite op/each part of #8615,
32483              retract toke.c/qu parts of #8583, retract #8485, retract
32484              or rewrite qu parts of #8439 of toke.c, keywords.h, keywords.pl,
32485              op/length.t, and MANIFEST, and delete t/op/qu.t.
32486      Branch: perl
32487            - t/op/qu.t
32488            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
32489            ! pod/perlretut.pod pod/perlunicode.pod t/op/each.t
32490            ! t/op/length.t toke.c
32491 ____________________________________________________________________________
32492 [  8966] By: jhi                                   on 2001/02/28  15:00:27
32493         Log: Retract #8865 and #8869, un?pack C now again agree with Camel 3
32494              by not changing from pre-Unicode days into being Unicode-aware.
32495              Sniff.
32496      Branch: perl
32497            ! pp.c t/op/pack.t t/op/qu.t
32498 ____________________________________________________________________________
32499 [  8965] By: jhi                                   on 2001/02/28  14:37:55
32500         Log: Subject: Re: Errors in core PODs
32501              From: Michael Stevens <michael@etla.org> 
32502              Date: Fri, 23 Feb 2001 15:47:56 +0000
32503              Message-ID: <20010223154756.A7723@firedrake.org> 
32504      Branch: perl
32505            ! ext/Encode/Encode.pm lib/Exporter/Heavy.pm
32506            ! lib/File/Spec/Epoc.pm lib/Test/Harness.pm lib/utf8.pm
32507            ! makedef.pl vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
32508            ! x2p/a2p.pod
32509 ____________________________________________________________________________
32510 [  8964] By: jhi                                   on 2001/02/28  14:35:35
32511         Log: Do not force d_casti32 to undef if we are on a 64-bit environment.
32512              (The #8961 was too bold.)
32513      Branch: perl
32514            ! hints/hpux.sh hints/irix_6.sh
32515 ____________________________________________________________________________
32516 [  8963] By: jhi                                   on 2001/02/28  14:33:39
32517         Log: Subject: Re: sync sync sync: have I missed any patches?
32518              From: Tim Jenness <t.jenness@jach.hawaii.edu>
32519              In-Reply-To: <20010227140737.Y10633@chaos.wustl.edu>
32520              Date: Tue, 27 Feb 2001 13:24:58 -1000 (HST)
32521              Message-ID: <Pine.LNX.4.30.0102271322070.8623-100000@lapaki.jach.hawaii.edu>
32522              
32523              Replace djSP with dSP.
32524      Branch: perl
32525            ! cop.h doio.c doop.c ext/B/B/C.pm ext/B/B/CC.pm
32526            ! pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c sv.c
32527            ! win32/perlhost.h
32528 ____________________________________________________________________________
32529 [  8962] By: jhi                                   on 2001/02/27  23:21:14
32530         Log: Upgrade to Filter::Simple 0.50 (just few doc tweaks).
32531      Branch: perl
32532            ! lib/Filter/Simple.pm
32533 ____________________________________________________________________________
32534 [  8961] By: jhi                                   on 2001/02/27  22:55:26
32535         Log: The casting mystery in HP-UX and IRIX needs at least a workaround
32536              and this would be it.
32537      Branch: perl
32538            ! hints/hpux.sh hints/irix_6.sh
32539 ____________________________________________________________________________
32540 [  8960] By: jhi                                   on 2001/02/27  22:51:33
32541         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
32542              From: "Craig A. Berry" <craigberry@mac.com>
32543              Date: Tue, 27 Feb 2001 16:11:44 -0600
32544              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
32545      Branch: maint-5.6/perl
32546            ! configure.com vms/descrip_mms.template
32547 ____________________________________________________________________________
32548 [  8959] By: jhi                                   on 2001/02/27  22:47:23
32549         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
32550              From: "Craig A. Berry" <craigberry@mac.com>
32551              Date: Tue, 27 Feb 2001 16:11:44 -0600
32552              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
32553      Branch: perl
32554            ! configure.com vms/descrip_mms.template
32555 ____________________________________________________________________________
32556 [  8958] By: jhi                                   on 2001/02/27  15:16:42
32557         Log: Update Changes.
32558      Branch: perl
32559            ! Changes patchlevel.h
32560 ____________________________________________________________________________
32561 [  8957] By: jhi                                   on 2001/02/27  06:15:07
32562         Log: Subject: [5.6.x] EPOC additions
32563              From: Olaf Flebbe <O.Flebbe@science-computing.de>
32564              Date: Mon, 26 Feb 2001 23:33:46 +0100 (CET)
32565              Message-ID: <Pine.LNX.4.02.10102262333040.3736-100000@milkyway.science-computing.de>
32566      Branch: maint-5.6/perl
32567            ! AUTHORS README.epoc epoc/createpkg.pl pp_sys.c
32568 ____________________________________________________________________________
32569 [  8956] By: jhi                                   on 2001/02/27  06:12:11
32570         Log: Subject: [perl-current] EPOC 
32571              From: Olaf Flebbe <O.Flebbe@science-computing.de>
32572              Date: Mon, 26 Feb 2001 23:34:36 +0100 (CET)
32573              Message-ID: <Pine.LNX.4.02.10102262333490.3781-100000@milkyway.science-computing.de>
32574      Branch: perl
32575            ! AUTHORS README.epoc epoc/createpkg.pl epoc/epoc.c
32576            ! epoc/epocish.c epoc/epocish.h pp_sys.c
32577 ____________________________________________________________________________
32578 [  8955] By: jhi                                   on 2001/02/27  05:59:50
32579         Log: Subject: Re: Compile with perlcc..
32580              From: Edward Peschko <edwardp@excitehome.net>
32581              Date: Mon, 26 Feb 2001 18:51:58 -0800
32582              Message-ID: <20010226185158.A9871@excitehome.net>
32583              
32584              plus add a simple usage message if no arguments given.
32585      Branch: perl
32586            ! lib/Test/Harness.pm pod/Makefile.SH t/TEST t/harness
32587            ! utils/Makefile utils/perlcc.PL win32/pod.mak
32588 ____________________________________________________________________________
32589 [  8954] By: nick                                  on 2001/02/26  21:02:59
32590         Log: Integrate mainline
32591      Branch: perlio
32592           !> README.bs2000 ext/Encode/compile lib/Test.pm op.c perlio.c
32593           !> pod/perlguts.pod pod/perlop.pod pp_ctl.c run.c t/op/bop.t
32594           !> t/op/sprintf.t
32595 ____________________________________________________________________________
32596 [  8953] By: jhi                                   on 2001/02/26  14:43:54
32597         Log: Subject: Documenting coderef @INC (Re: CPAN "make this script work" feature)
32598              From: Nicholas Clark <nick@ccl4.org>
32599              Date: Mon, 26 Feb 2001 00:42:07 +0000
32600              Message-ID: <20010226004207.F23333@plum.flirble.org>
32601      Branch: perl
32602            ! pp_ctl.c
32603 ____________________________________________________________________________
32604 [  8952] By: jhi                                   on 2001/02/26  14:42:13
32605         Log: Subject: [PATCH] XPUSH[insp] was Re: progress
32606              From: Simon Cozens <simon@netthink.co.uk>
32607              Date: Mon, 26 Feb 2001 12:23:48 +0000
32608              Message-ID: <20010226122348.A25536@pembro26.pmb.ox.ac.uk>
32609      Branch: perl
32610            ! pod/perlguts.pod
32611 ____________________________________________________________________________
32612 [  8951] By: jhi                                   on 2001/02/26  14:39:15
32613         Log: Subject: [PATCH] perlio - unknown layer
32614              From: Nicholas Clark <nick@ccl4.org>
32615              Date: Mon, 26 Feb 2001 00:27:19 +0000
32616              Message-ID: <20010226002719.E23333@plum.flirble.org>
32617      Branch: perl
32618            ! perlio.c
32619 ____________________________________________________________________________
32620 [  8950] By: jhi                                   on 2001/02/26  14:38:04
32621         Log: Subject: PATCH: extra tests to check on negative float to unsigned cast
32622              From: Jeff Okamoto <okamoto@xfiles.corp.hp.com>
32623              Message-Id: <200102232128.NAA28938@xfiles.corp.hp.com>
32624              Date: Fri, 23 Feb 2001 13:28:33 -0800 (PST)
32625      Branch: perl
32626            ! t/op/bop.t
32627 ____________________________________________________________________________
32628 [  8949] By: jhi                                   on 2001/02/26  14:37:07
32629         Log: Subject: Re: [PATCH: perl 5.005_03] Record I/O fix for Test.pm in older perl
32630              From: Peter Prymmer <pvhp@forte.com>
32631              Date: Fri, 23 Feb 2001 10:51:37 -0800 (PST)
32632              Message-ID: <Pine.OSF.4.10.10102231042010.79050-100000@aspara.forte.com>
32633      Branch: perl
32634            ! lib/Test.pm
32635 ____________________________________________________________________________
32636 [  8948] By: jhi                                   on 2001/02/26  14:35:53
32637         Log: Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
32638              From: Radu Greab <radu@netsoft.ro>
32639              Date: Fri, 23 Feb 2001 18:50:48 +0200 (EET)
32640              Message-ID: <14998.38120.623015.916165@ix.netsoft.ro>
32641      Branch: perl
32642            ! pod/perlop.pod
32643 ____________________________________________________________________________
32644 [  8947] By: jhi                                   on 2001/02/26  14:34:46
32645         Log: Subject: [PATCH: perl@8935] -Dt padsv($var)
32646              From: David Mitchell <davem@fdgroup.co.uk>
32647              Date: Mon, 26 Feb 2001 11:01:24 +0000 (GMT)
32648              Message-Id: <200102261101.LAA12915@tiree.fdgroup.co.uk>
32649      Branch: perl
32650            ! run.c
32651 ____________________________________________________________________________
32652 [  8946] By: jhi                                   on 2001/02/26  14:32:37
32653         Log: Subject: Modified README.bs2000 
32654              From: Dorner Thomas <Thomas.Dorner@start.de>
32655              Date: Mon, 26 Feb 2001 09:22:17 +0100
32656              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A889D@Ex02.inhouse.start.de>
32657      Branch: perl
32658            ! README.bs2000
32659 ____________________________________________________________________________
32660 [  8945] By: jhi                                   on 2001/02/26  14:19:53
32661         Log: Integrate the t/op/sprintf.t parts of #7909 and #8944 from mainline
32662              to maintperl, listing the known failures on the tests 129 and 130.
32663      Branch: maint-5.6/perl
32664           !> t/op/sprintf.t
32665 ____________________________________________________________________________
32666 [  8944] By: jhi                                   on 2001/02/26  14:14:15
32667         Log: Add more known sprintf failures.
32668      Branch: perl
32669            ! t/op/sprintf.t
32670 ____________________________________________________________________________
32671 [  8943] By: jhi                                   on 2001/02/26  13:56:22
32672         Log: perlglob.exe needs to be found in Win32, patch from
32673              Vadim Konovalov.  Nick I-S comments: "Perhaps a lingering glob()
32674              which needs external glob at mini-perl time."
32675      Branch: perl
32676            ! ext/Encode/compile
32677 ____________________________________________________________________________
32678 [  8942] By: jhi                                   on 2001/02/26  13:52:19
32679         Log: A missing dTHX from Vadim Konovalov.
32680      Branch: perl
32681            ! perlio.c
32682 ____________________________________________________________________________
32683 [  8941] By: jhi                                   on 2001/02/26  13:37:05
32684         Log: Miscommunication at #8914: #8902 was okay, #8881 was to be retracted.
32685      Branch: perl
32686            ! op.c
32687 ____________________________________________________________________________
32688 [  8940] By: jhi                                   on 2001/02/26  13:35:40
32689         Log: Integrate perlio.
32690      Branch: perl
32691           !> ext/Encode/Encode.pm
32692 ____________________________________________________________________________
32693 [  8939] By: nick                                  on 2001/02/25  23:47:09
32694         Log: Integrate mainline.
32695      Branch: perlio
32696           !> Changes lib/Pod/Find.pm patchlevel.h perl.h regcomp.c
32697           !> t/op/pat.t t/op/tr.t t/pod/find.t toke.c utf8.c
32698 ____________________________________________________________________________
32699 [  8938] By: nick                                  on 2001/02/25  19:36:28
32700         Log: Encode implementations docs.
32701      Branch: perlio
32702            ! ext/Encode/Encode.pm
32703 ____________________________________________________________________________
32704 [  8937] By: jhi                                   on 2001/02/25  19:26:16
32705         Log: Script wasn't aligned with reality.
32706      Branch: perl
32707            ! t/pod/find.t
32708 ____________________________________________________________________________
32709 [  8936] By: jhi                                   on 2001/02/25  18:54:55
32710         Log: Update Changes.
32711      Branch: perl
32712            ! Changes patchlevel.h
32713 ____________________________________________________________________________
32714 [  8935] By: jhi                                   on 2001/02/25  18:46:36
32715         Log: Retract #8929,8930,8932,8933 for now.
32716      Branch: perl
32717            ! perl.h regcomp.c t/op/pat.t t/op/tr.t toke.c
32718 ____________________________________________________________________________
32719 [  8934] By: jhi                                   on 2001/02/25  17:34:35
32720         Log: Integrate perlio.
32721      Branch: perl
32722           !> embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
32723           !> lib/ExtUtils/typemap perl.h perlapi.c proto.h sv.c
32724           !> t/lib/encode.t
32725 ____________________________________________________________________________
32726 [  8933] By: jhi                                   on 2001/02/25  17:33:12
32727         Log: (Retracted by #8395.)
32728              
32729              Slight tweaks in scan_const(), not fixes yet, it seems like
32730              lots of work remains to be done...
32731      Branch: perl
32732            ! toke.c
32733 ____________________________________________________________________________
32734 [  8932] By: jhi                                   on 2001/02/25  17:27:11
32735         Log: (Retracted by #8395.)
32736              
32737              Missing from #8930.
32738      Branch: perl
32739            ! perl.h
32740 ____________________________________________________________________________
32741 [  8931] By: jhi                                   on 2001/02/25  17:26:19
32742         Log: A comment tweak.
32743      Branch: perl
32744            ! utf8.c
32745 ____________________________________________________________________________
32746 [  8930] By: jhi                                   on 2001/02/25  17:25:47
32747         Log: (Retracted by #8395.)
32748              
32749              Attempt to fix the EBCDIC character range problwm with //.
32750      Branch: perl
32751            ! regcomp.c
32752 ____________________________________________________________________________
32753 [  8929] By: jhi                                   on 2001/02/25  17:23:45
32754         Log: (Retracted by #8395.)
32755              
32756              Expand the EBCDIC character range tests, and add few nasty
32757              tr tests from Karsten Sperling.
32758      Branch: perl
32759            ! t/op/pat.t t/op/tr.t
32760 ____________________________________________________________________________
32761 [  8928] By: jhi                                   on 2001/02/25  17:18:49
32762         Log: Missing check-in.
32763      Branch: perl
32764            ! lib/Pod/Find.pm
32765 ____________________________________________________________________________
32766 [  8927] By: nick                                  on 2001/02/25  11:30:22
32767         Log: Change method names in Encode implementation classes to something
32768              less confusing (preparing to "go public").
32769      Branch: perlio
32770            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
32771 ____________________________________________________________________________
32772 [  8926] By: nick                                  on 2001/02/25  10:53:24
32773         Log: GCC __atribute__ / printf fix
32774      Branch: perlio
32775            ! perl.h
32776 ____________________________________________________________________________
32777 [  8925] By: nick                                  on 2001/02/25  10:52:25
32778         Log: Checked in the wrong one ...
32779      Branch: perlio
32780            ! ext/Encode/Encode.pm
32781 ____________________________________________________________________________
32782 [  8924] By: nick                                  on 2001/02/24  18:46:51
32783         Log: Integrate mainline - to see what Jarkko has in ...
32784      Branch: perlio
32785           +> t/pod/testpods/lib/Pod/Stuff.pm
32786           !> MANIFEST t/TEST t/lib/glob-basic.t t/op/pat.t t/pod/find.t
32787 ____________________________________________________________________________
32788 [  8923] By: nick                                  on 2001/02/24  17:05:23
32789         Log: Encode API documentation nd tidy up.
32790              Minor additions to test.
32791              Tweaks sv_utf8_upgrade() to force SvPV, and always SvUTF8_on and return length.
32792              Adds STRLEN to standard typemap.
32793      Branch: perlio
32794            ! embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
32795            ! lib/ExtUtils/typemap perlapi.c proto.h sv.c t/lib/encode.t
32796 ____________________________________________________________________________
32797 [  8922] By: jhi                                   on 2001/02/24  16:38:12
32798         Log: Add a test for the "character range should match in EBCDIC
32799              if specified using explicit numerics" bug found by Karsten
32800              Sperling.
32801      Branch: perl
32802            ! t/op/pat.t
32803 ____________________________________________________________________________
32804 [  8921] By: jhi                                   on 2001/02/24  16:30:16
32805         Log: Subject: [PATCH t/pod/find.t t/TEST] fixing t/pod/find.t, running t/pod
32806              From: schwern@pobox.com
32807              Date: Fri, 23 Feb 2001 03:21:37 -0500
32808              Message-ID: <20010223032137.A26022@magnonel.guild.net>
32809              
32810              plus Charles Lane's fixes, plus tweaks.
32811      Branch: perl
32812            + t/pod/testpods/lib/Pod/Stuff.pm
32813            ! MANIFEST t/TEST t/lib/glob-basic.t t/pod/find.t
32814 ____________________________________________________________________________
32815 [  8920] By: nick                                  on 2001/02/24  10:30:11
32816         Log: Integrate mainline
32817      Branch: perlio
32818           !> (integrate 33 files)
32819 ____________________________________________________________________________
32820 [  8919] By: jhi                                   on 2001/02/24  00:23:35
32821         Log: Subject: Re: I'm losing the war...
32822              From: "Vadim Konovalov" <watman@inbox.ru>
32823              Date: Sat, 24 Feb 2001 00:10:14 +0300
32824              Message-ID: <007501c09dde$a9b84420$2f7b55c2@vad>
32825              
32826              hv_store() not working correctly in ENV_IS_CASELESS case.
32827      Branch: perl
32828            ! hv.c
32829 ____________________________________________________________________________
32830 [  8918] By: jhi                                   on 2001/02/24  00:20:09
32831         Log: Subject: Re: [PATCH] fix for charnames above FFFF
32832              From: andreas.koenig@anima.de (Andreas J. Koenig)
32833              Date: 23 Feb 2001 02:39:03 +0100
32834              Message-ID: <m3u25mxjns.fsf@ak-71.mind.de>
32835              
32836              A further efficiency tweak.
32837      Branch: perl
32838            ! lib/charnames.pm
32839 ____________________________________________________________________________
32840 [  8917] By: jhi                                   on 2001/02/23  20:27:51
32841         Log: Integrate change #8916 from mainline,
32842              do away with USE_WIN32_RTL_ENV.
32843      Branch: maint-5.6/perl
32844           !> perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
32845 ____________________________________________________________________________
32846 [  8916] By: jhi                                   on 2001/02/23  20:02:25
32847         Log: Abolish USE_WIN32_RTL_ENV.
32848      Branch: perl
32849            ! perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
32850 ____________________________________________________________________________
32851 [  8915] By: jhi                                   on 2001/02/23  19:36:00
32852         Log: Retract #8893, zero-initializing may be costly, maybe reintroduce
32853              later protected by some #define.
32854      Branch: perl
32855            ! gv.c
32856 ____________________________________________________________________________
32857 [  8914] By: jhi                                   on 2001/02/23  19:31:38
32858         Log: Retract #8902 for now, requested by Charles Lane, the correct
32859              fix will be something else.
32860      Branch: perl
32861            ! op.c
32862 ____________________________________________________________________________
32863 [  8913] By: jhi                                   on 2001/02/23  19:11:36
32864         Log: Subject: [PATCH: perl@8892] was Re: hashing order difference?
32865              From: Peter Prymmer <pvhp@forte.com>
32866              Date: Fri, 23 Feb 2001 10:54:09 -0800 (PST)
32867              Message-ID: <Pine.OSF.4.10.10102231036100.79050-100000@aspara.forte.com>
32868      Branch: perl
32869            ! t/op/lex_assign.t
32870 ____________________________________________________________________________
32871 [  8912] By: jhi                                   on 2001/02/23  18:38:20
32872         Log: Subject: [patch] perlio + useithreads
32873              From: Doug MacEachern <dougm@covalent.net>
32874              Date: Fri, 23 Feb 2001 00:05:37 -0800 (PST)
32875              Message-ID: <Pine.LNX.4.21.0102222356460.14249-100000@mako.covalent.net>
32876              
32877              Gets things running but not complete.
32878      Branch: perl
32879            ! intrpvar.h objXSUB.h perlapi.c perlio.h proto.h sv.c
32880 ____________________________________________________________________________
32881 [  8911] By: jhi                                   on 2001/02/23  04:20:02
32882         Log: Integrate changes #8896,8897,8898,8906,8907,8908 from mainline.
32883              
32884              Duplicated environment freeing, File::Temp 0.12,
32885              op/append portability (EBCDIC) tweak.
32886      Branch: maint-5.6/perl
32887           !> lib/File/Temp.pm perl.c t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
32888           !> t/op/append.t
32889 ____________________________________________________________________________
32890 [  8910] By: jhi                                   on 2001/02/23  02:07:33
32891         Log: Integrate change #8909 from mainline, a better Borland
32892              putenv() workaround.
32893      Branch: maint-5.6/perl
32894           !> perl.c
32895 ____________________________________________________________________________
32896 [  8909] By: jhi                                   on 2001/02/23  02:05:46
32897         Log: A better workaround for Borland putenv() brokenness from Sarathy.
32898      Branch: perl
32899            ! perl.c
32900 ____________________________________________________________________________
32901 [  8908] By: jhi                                   on 2001/02/23  02:04:14
32902         Log: Subject: fix for parameter -Dm (for perl@8867)
32903              From: "Vadim Konovalov" <watman@inbox.ru>
32904              Date: Thu, 22 Feb 2001 17:30:12 +0300
32905              Message-ID: <001801c09cdc$2faba490$2a7b55c2@vad>
32906      Branch: perl
32907            ! perl.h
32908 ____________________________________________________________________________
32909 [  8907] By: jhi                                   on 2001/02/23  01:58:20
32910         Log: Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
32911              From: Peter Prymmer <pvhp@forte.com>
32912              Date: Thu, 22 Feb 2001 13:23:59 -0800 (PST)
32913              Message-ID: <Pine.OSF.4.10.10102221319460.47500-100000@aspara.forte.com>
32914      Branch: perl
32915            ! t/op/append.t
32916 ____________________________________________________________________________
32917 [  8906] By: jhi                                   on 2001/02/23  01:48:34
32918         Log: Upgrade to File::Temp 0.12, from Tim Jenness.
32919      Branch: perl
32920            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
32921 ____________________________________________________________________________
32922 [  8905] By: jhi                                   on 2001/02/23  01:43:30
32923         Log: Subject: [PATCH: perl@8892] fix a patcho in t/lib/st-06compat.t
32924              From: Peter Prymmer <pvhp@forte.com>
32925              Date: Thu, 22 Feb 2001 12:54:31 -0800 (PST)
32926              Message-ID: <Pine.OSF.4.10.10102221249170.47500-100000@aspara.forte.com>
32927      Branch: perl
32928            ! t/lib/st-06compat.t
32929 ____________________________________________________________________________
32930 [  8904] By: jhi                                   on 2001/02/23  01:42:39
32931         Log: Metaconfig unit change for #8903.
32932      Branch: metaconfig/U/perl
32933            ! Devel.U
32934 ____________________________________________________________________________
32935 [  8903] By: jhi                                   on 2001/02/23  01:42:12
32936         Log: Be more helpful for devel builders, suggested by John L. Allen.
32937      Branch: perl
32938            ! Configure
32939 ____________________________________________________________________________
32940 [  8902] By: jhi                                   on 2001/02/23  01:37:41
32941         Log: (Retracted by #8914)
32942              (Wrongly, reinstated by #8941)             
32943
32944              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
32945              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
32946              Date:     Thu, 22 Feb 2001 09:43:57 EST
32947              Message-Id: <010222094237.9d22e@DUPHY4.Physics.Drexel.Edu>
32948      Branch: perl
32949            ! op.c
32950 ____________________________________________________________________________
32951 [  8901] By: jhi                                   on 2001/02/23  01:20:32
32952         Log: Subject:  [PATCH perl 5.7.0] malloc message address offset
32953              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
32954              Date:     Thu, 22 Feb 2001 08:01:35 EST
32955              Message-Id: <010222075625.9d22e@DUPHY4.Physics.Drexel.Edu>
32956      Branch: perl
32957            ! malloc.c
32958 ____________________________________________________________________________
32959 [  8900] By: jhi                                   on 2001/02/23  01:18:02
32960         Log: Integrate changes #8898,8899 from mainline, environ handling.
32961      Branch: maint-5.6/perl
32962           !> perl.c
32963 ____________________________________________________________________________
32964 [  8899] By: jhi                                   on 2001/02/23  01:16:25
32965         Log: Rewrite putenv() using my_setenv().  (In general the vendors'
32966              putenv() is not to be relied on, they are either broken or leaky
32967              or both.)
32968      Branch: perl
32969            ! perl.c
32970 ____________________________________________________________________________
32971 [  8898] By: jhi                                   on 2001/02/22  23:36:59
32972         Log: Fix #8803 as #8897 fixed #8896: with environ safesysmalloc()
32973              and safesysfree() must be used.
32974      Branch: perl
32975            ! perl.c
32976 ____________________________________________________________________________
32977 [  8897] By: jhi                                   on 2001/02/22  23:25:45
32978         Log: With environ one must use safesysmalloc()/safesysfree().
32979      Branch: perl
32980            ! perl.c
32981 ____________________________________________________________________________
32982 [  8896] By: jhi                                   on 2001/02/22  22:13:18
32983         Log: If we have a duplicated environment free it
32984              if PERL_DESTRUCT_LEVEL.
32985      Branch: perl
32986            ! perl.c
32987 ____________________________________________________________________________
32988 [  8895] By: alanbur                               on 2001/02/22  19:31:57
32989         Log: Synchronised with parent
32990      Branch: maint-5.6/pureperl
32991           !> embed.h embed.pl ext/POSIX/POSIX.xs lib/File/Temp.pm op.c
32992 ____________________________________________________________________________
32993 [  8894] By: gsar                                  on 2001/02/22  19:06:18
32994         Log: integrate changes#6162,6163 from mainline (missing leak fixes!)
32995              
32996              fix memory leak in method call optimization (change#3768);
32997              made C<eval "$x->foo()"> leak
32998              
32999              fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
33000      Branch: maint-5.6/perl
33001           !> op.c
33002 ____________________________________________________________________________
33003 [  8893] By: jhi                                   on 2001/02/22  18:35:27
33004         Log: (Retracted by #8915.)
33005              
33006              Third Degree finding:
33007              reading uninitialized local variable smallbuf + 8 bytes of Perl_gv_fetchfile
33008      Branch: perl
33009            ! gv.c
33010 ____________________________________________________________________________
33011 [  8892] By: jhi                                   on 2001/02/22  14:28:32
33012         Log: Update Changes.
33013      Branch: perl
33014            ! Changes patchlevel.h
33015 ____________________________________________________________________________
33016 [  8891] By: jhi                                   on 2001/02/22  13:22:45
33017         Log: Metaconfig unit changes for #8890.
33018      Branch: metaconfig
33019            ! U/modified/Cppsym.U U/threads/archname.U
33020 ____________________________________________________________________________
33021 [  8890] By: jhi                                   on 2001/02/22  13:22:12
33022         Log: Add -stdio to the archname if no perlio selected,
33023              no -perlio added since that is now the default.
33024              
33025              Add few CPUs/architectures to the Cppsym scan.
33026      Branch: perl
33027            ! Configure config_h.SH
33028 ____________________________________________________________________________
33029 [  8889] By: jhi                                   on 2001/02/22  13:05:59
33030         Log: Metaconfig unit change for #8888.
33031      Branch: metaconfig/U/perl
33032            ! useperlio.U
33033 ____________________________________________________________________________
33034 [  8888] By: jhi                                   on 2001/02/22  13:05:28
33035         Log: *drum roll*  Make perlio the default.
33036      Branch: perl
33037            ! Configure config_h.SH
33038 ____________________________________________________________________________
33039 [  8887] By: jhi                                   on 2001/02/22  12:50:52
33040         Log: Integrate change #8665 from maintperl to mainline,
33041              IA64-induced POSIX::SigSet masking with IVs instead of NVs.
33042      Branch: perl
33043           !> ext/POSIX/POSIX.xs
33044 ____________________________________________________________________________
33045 [  8886] By: jhi                                   on 2001/02/22  12:49:24
33046         Log: Integrate changes #8883,8884 from mainline to maintperl.
33047              
33048              Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
33049              Subject: Re: File::Temp::_gettemp warning
33050      Branch: maint-5.6/perl
33051           !> embed.h embed.pl lib/File/Temp.pm
33052 ____________________________________________________________________________
33053 [  8885] By: jhi                                   on 2001/02/22  12:43:59
33054         Log: Based on
33055              
33056              Subject: [ID 20010222.001] POSIX.xs IV vs NV bug
33057              From: schwab@suse.de
33058              Date: Thu, 22 Feb 2001 13:08:09 +0100
33059              Message-Id: <200102221208.f1MC89H09364@sykes.suse.de>
33060              
33061              but the fix done slightly differently because the other
33062              half was already done in #8664.
33063      Branch: maint-5.6/perl
33064            ! ext/POSIX/POSIX.xs
33065 ____________________________________________________________________________
33066 [  8884] By: jhi                                   on 2001/02/22  12:37:15
33067         Log: Subject: Re: File::Temp::_gettemp warning
33068              From: Tim Jenness <t.jenness@jach.hawaii.edu>
33069              Date: Wed, 21 Feb 2001 22:15:32 -1000 (HST)
33070              Message-ID: <Pine.LNX.4.30.0102212211190.18964-100000@lapaki.jach.hawaii.edu>
33071              
33072              This patch to File::Temp does two things:
33073              
33074              1. Fixes the problem with CGI::Carp when determining
33075              the Fcntl constants
33076              
33077              2. Removes most of the carps and consolidates them so that all the
33078              reasons are included in a single die that is caught by the test. This
33079              means that the correct skipping behaviour is displayed by the test.
33080      Branch: perl
33081            ! lib/File/Temp.pm
33082 ____________________________________________________________________________
33083 [  8883] By: jhi                                   on 2001/02/22  12:29:19
33084         Log: Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
33085              From: Peter Prymmer <pvhp@forte.com>
33086              Date: Wed, 21 Feb 2001 16:30:06 -0800 (PST)
33087              Message-ID: <Pine.OSF.4.10.10102211624490.12601-100000@aspara.forte.com>
33088      Branch: perl
33089            ! embed.h embed.pl
33090 ____________________________________________________________________________
33091 [  8882] By: jhi                                   on 2001/02/21  19:41:33
33092         Log: Integrate change #8881 from mainlin to maintperl.
33093              
33094              Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
33095      Branch: maint-5.6/perl
33096           !> op.c
33097 ____________________________________________________________________________
33098 [  8881] By: jhi                                   on 2001/02/21  19:38:57
33099         Log: Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
33100              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
33101              Date:     Wed, 21 Feb 2001 13:08:03 EST
33102              Message-Id: <010221130721.7a2ab@DUPHY4.Physics.Drexel.Edu>
33103      Branch: perl
33104            ! op.c
33105 ____________________________________________________________________________
33106 [  8880] By: jhi                                   on 2001/02/21  19:34:34
33107         Log: Retract #8875, cannot let go of the old semantics of unpack U
33108              without rethinking utf8decode.t.
33109      Branch: perl
33110            ! pp.c t/op/pack.t
33111 ____________________________________________________________________________
33112 [  8879] By: jhi                                   on 2001/02/21  19:08:02
33113         Log: Run run/*.t also in minitest.
33114      Branch: perl
33115            ! Makefile.SH
33116 ____________________________________________________________________________
33117 [  8878] By: nick                                  on 2001/02/21  18:55:37
33118         Log: Integrate mainline
33119      Branch: perlio
33120           !> (integrate 76 files)
33121 ____________________________________________________________________________
33122 [  8877] By: jhi                                   on 2001/02/21  15:09:33
33123         Log: Fix the sys/fcntl.h problem reported by Peter Prymmer.
33124      Branch: metaconfig
33125            ! U/compline/nblock_io.U
33126      Branch: perl
33127            ! Configure config_h.SH
33128 ____________________________________________________________________________
33129 [  8876] By: jhi                                   on 2001/02/21  14:54:45
33130         Log: If no sfio, no -lsfio.
33131      Branch: metaconfig/U/perl
33132            ! d_sfio.U
33133      Branch: perl
33134            ! Configure config_h.SH
33135 ____________________________________________________________________________
33136 [  8875] By: jhi                                   on 2001/02/21  14:54:00
33137         Log: Make unpack C and unpack C truly equivalent.
33138      Branch: perl
33139            ! pp.c t/op/pack.t
33140 ____________________________________________________________________________
33141 [  8874] By: jhi                                   on 2001/02/21  14:26:02
33142         Log: Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
33143              From: Peter Prymmer <pvhp@forte.com>
33144              Date: Tue, 20 Feb 2001 14:51:55 -0800 (PST)
33145              Message-ID: <Pine.OSF.4.10.10102201447380.501692-100000@aspara.forte.com>
33146      Branch: perl
33147            ! pod/perlport.pod
33148 ____________________________________________________________________________
33149 [  8873] By: jhi                                   on 2001/02/21  14:24:31
33150         Log: Subject: [PATCH] fix for charnames above FFFF
33151              From: andreas.koenig@anima.de (Andreas J. Koenig)
33152              Date: 21 Feb 2001 07:05:45 +0100
33153              Message-ID: <m366i44ll2.fsf@ak-71.mind.de>
33154      Branch: perl
33155            ! lib/charnames.pm t/lib/charnames.t
33156 ____________________________________________________________________________
33157 [  8872] By: jhi                                   on 2001/02/21  14:15:25
33158         Log: Integrate change #8868 from pureperl to mainline.
33159              
33160              Fixed reference count loop caused by sv_magic.
33161      Branch: perl
33162           !> sv.c
33163 ____________________________________________________________________________
33164 [  8871] By: jhi                                   on 2001/02/21  14:07:29
33165         Log: Integrate change #8868 from pureperl to maintperl.
33166              
33167              Fixed reference count loop caused by sv_magic.
33168      Branch: maint-5.6/perl
33169           !> sv.c
33170 ____________________________________________________________________________
33171 [  8870] By: jhi                                   on 2001/02/21  14:04:41
33172         Log: Put back the #8840, it was innocent.
33173      Branch: perl
33174            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
33175            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
33176 ____________________________________________________________________________
33177 [  8869] By: jhi                                   on 2001/02/21  14:00:03
33178         Log: unpack("C", ...) was left slightly unfinished by #8865.
33179      Branch: perl
33180            ! pp.c t/op/pack.t
33181 ____________________________________________________________________________
33182 [  8868] By: alanbur                               on 2001/02/21  01:33:45
33183         Log: Fixed reference count loop caused by sv_magic.  sv_magic is called
33184              from gv_fetchpv to create single-character magic variables (e.g. $!),
33185              and it is passed a sv and the gv that contains the sv as the mg_obj
33186              value.  When sv_magic stores the mg_obj pointer it increments the gv
33187              refcount, thus causing a sv-gv pair that can't be freed.  There is
33188              already a check for sv == obj which is used to prevent such reference
33189              loops.  This change extends the check to cover the case described above.
33190      Branch: maint-5.6/pureperl
33191            ! sv.c
33192 ____________________________________________________________________________
33193 [  8867] By: jhi                                   on 2001/02/21  00:52:39
33194         Log: Update Changes.
33195      Branch: perl
33196            ! Changes patchlevel.h
33197 ____________________________________________________________________________
33198 [  8866] By: jhi                                   on 2001/02/21  00:34:20
33199         Log: Upgrade to CGI.pm 2.752, from Lincoln Stein.
33200              (Note: there were some conflicts due to EBCDIC and EPOC
33201              patches, in general I preferred the repository code.)
33202              (When 2.753 comes out, we need to synchronize.)
33203      Branch: perl
33204            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
33205            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
33206            ! t/lib/cgi-html.t
33207 ____________________________________________________________________________
33208 [  8865] By: jhi                                   on 2001/02/21  00:24:22
33209         Log: Make pack("C", 0x100) to create Unicode, unless under the
33210              evil influence of 'use bytes'.  Similarly, unpack("C", ...)
33211              will understand Unicode, unless you under know what.
33212      Branch: perl
33213            ! pp.c t/op/pack.t t/op/qu.t
33214 ____________________________________________________________________________
33215 [  8864] By: alanbur                               on 2001/02/20  22:35:34
33216         Log: Resynchronised with parent
33217      Branch: maint-5.6/pureperl
33218           !> README.win32 ext/GDBM_File/GDBM_File.pm
33219           !> ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
33220           !> ext/SDBM_File/SDBM_File.pm handy.h lib/Test.pm makedef.pl mg.c
33221           !> pod/perlop.pod t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
33222           !> t/lib/sdbm.t util.c
33223 ____________________________________________________________________________
33224 [  8863] By: jhi                                   on 2001/02/20  20:55:11
33225         Log: Integrate change #8860,8861 from mainline into maintperl.
33226              
33227              "pseudo-literal j"
33228              
33229              Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
33230      Branch: maint-5.6/perl
33231           !> lib/Test.pm pod/perlop.pod
33232 ____________________________________________________________________________
33233 [  8862] By: jhi                                   on 2001/02/20  20:30:07
33234         Log: Don't do casting between pointers pointing to differently sized
33235              integers.
33236      Branch: perl
33237            ! hv.c sv.c
33238 ____________________________________________________________________________
33239 [  8861] By: jhi                                   on 2001/02/20  19:53:44
33240         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
33241              From: Peter Prymmer <pvhp@forte.com>
33242              Message-ID: <Pine.OSF.4.10.10102141617350.197219-100000@aspara.forte.com>
33243              Date: Wed, 14 Feb 2001 16:28:16 -0800 (PST)
33244      Branch: perl
33245            ! lib/Test.pm
33246 ____________________________________________________________________________
33247 [  8860] By: jhi                                   on 2001/02/20  19:48:02
33248         Log: "pseudo-literal j", a documentation glitch reported to Debian.
33249              The text recovered from Perl 5.005_03, and pseudo-literal replaced
33250              by "backtick string".
33251      Branch: perl
33252            ! pod/perlop.pod
33253 ____________________________________________________________________________
33254 [  8859] By: jhi                                   on 2001/02/20  19:15:46
33255         Log: Skip the Perl_sys_intern_clear and Perl_sys_intern_init,
33256              from Chris Nandor.
33257      Branch: perl
33258            ! makedef.pl
33259 ____________________________________________________________________________
33260 [  8858] By: jhi                                   on 2001/02/20  17:36:53
33261         Log: Integrate pureperl changes #8844,8845,8850 to mainline
33262              (via maintperl #8855).
33263              
33264              Fixed %^H scoping bug
33265              
33266              Removed GV <-> CV refcount loop
33267              
33268              Removed %ENV refcount loop
33269      Branch: perl
33270           !> gv.c op.c perl.c pp.c scope.c
33271 ____________________________________________________________________________
33272 [  8857] By: jhi                                   on 2001/02/20  17:34:32
33273         Log: Integrate changes #8853,8854 from maintperl to mainline.
33274              
33275              EBDIC fixes, README.win32 Borland update.
33276      Branch: perl
33277           !> README.win32 handy.h util.c
33278 ____________________________________________________________________________
33279 [  8856] By: jhi                                   on 2001/02/20  17:33:16
33280         Log: Integrate change #8848 from mainline to maintperl: ?DBM_File cleanup.
33281      Branch: maint-5.6/perl
33282           !> ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
33283           !> ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
33284           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
33285 ____________________________________________________________________________
33286 [  8855] By: jhi                                   on 2001/02/20  17:32:13
33287         Log: Integrate pureperl changes #8844,8845,8850 to maintperl.
33288              
33289              Fixed %^H scoping bug
33290              
33291              Removed GV <-> CV refcount loop
33292              
33293              Removed %ENV refcount loop
33294      Branch: maint-5.6/perl
33295           !> gv.c op.c perl.c pp.c scope.c
33296 ____________________________________________________________________________
33297 [  8854] By: jhi                                   on 2001/02/20  17:25:06
33298         Log: Subject: Addition to readme.win32 for Borland C++ compilers
33299              Date: Tue, 20 Feb 2001 02:15:25 +0300
33300              From: "Vadim Konovalov" <watman@inbox.ru>
33301              Message-ID: <011c01c09aca$93bbbec0$367b55c2@vad>
33302              
33303              Document Borland compiler misbehaviour.
33304      Branch: maint-5.6/perl
33305            ! README.win32
33306 ____________________________________________________________________________
33307 [  8853] By: jhi                                   on 2001/02/20  17:22:25
33308         Log: The assimilation of ebcdic.c didn't quite work at the first try,
33309              patches from Thomas Dorner.
33310      Branch: maint-5.6/perl
33311            ! handy.h util.c
33312 ____________________________________________________________________________
33313 [  8852] By: jhi                                   on 2001/02/20  17:20:15
33314         Log: Subject: [PATCH] More Mac OS patches for maint-5.6
33315              From: Chris Nandor <pudge@pobox.com>
33316              Date: Tue, 20 Feb 2001 08:32:45 -0500
33317              Message-Id: <p05010403b6b81ee8dca0@[10.0.1.177]>
33318      Branch: maint-5.6/perl
33319            ! makedef.pl mg.c
33320 ____________________________________________________________________________
33321 [  8851] By: jhi                                   on 2001/02/20  17:15:52
33322         Log: Filter::Util::Call update to 1.05, from Paul Marquess.
33323      Branch: perl
33324            ! ext/Filter/Util/Call/Call.pm t/lib/filter-util.pl
33325            ! t/lib/filter-util.t
33326 ____________________________________________________________________________
33327 [  8850] By: alanbur                               on 2001/02/20  17:12:40
33328         Log: Removed %ENV refcount loop.  Elements of %ENV are magical,
33329              and the magic pointer points back to the GV that contains the
33330              %ENV hash.  This creates a refcount loop that prevents members
33331              of %ENV from being freed correctly.  This change removes the
33332              refcount loop - the magic pointer was never used anyway, the
33333              only use of the magic was to check the type ('E') so that the
33334              appropriate environment manipulation code is called when %ENV
33335              is modified.
33336      Branch: maint-5.6/pureperl
33337            ! perl.c
33338 ____________________________________________________________________________
33339 [  8849] By: jhi                                   on 2001/02/20  17:12:20
33340         Log: Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
33341              From: "Craig A. Berry" <craigberry@mac.com>
33342              Date: Mon, 19 Feb 2001 23:36:12 -0600
33343              Message-Id: <5.0.2.1.0.20010219230450.02762648@exchi01>
33344              
33345              Case-forgiving systems match TestInit.pm with TES*.
33346      Branch: perl
33347            ! t/lib/glob-basic.t
33348 ____________________________________________________________________________
33349 [  8848] By: jhi                                   on 2001/02/20  17:10:02
33350         Log: strict-w-proof the ?DBM_File, from Paul Marquess.
33351      Branch: perl
33352            ! ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
33353            ! ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
33354            ! t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
33355 ____________________________________________________________________________
33356 [  8847] By: jhi                                   on 2001/02/20  15:34:41
33357         Log: The #8843 wasn't quite right: %Config needs to imported.
33358      Branch: perl
33359            ! t/run/runenv.t
33360 ____________________________________________________________________________
33361 [  8846] By: jhi                                   on 2001/02/20  15:31:50
33362         Log: Retract the #8838 and #8840 for now because of
33363              the DB_File tie problem.
33364      Branch: perl
33365            ! embed.h embed.pl global.sym lib/ExtUtils/xsubpp objXSUB.h
33366            ! perlapi.c pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod
33367            ! proto.h sv.c
33368 ____________________________________________________________________________
33369 [  8845] By: alanbur                               on 2001/02/20  14:25:41
33370         Log: Removed GV <-> CV refcount loop
33371              CvGV(mycv) points to the parent GV of the CV, and was previously
33372              refcounted.  The pointer remains, but the refcounting has been removed
33373              as it causes a refcount loop between the CV and GV that means the CV
33374              can't ever be deleted.
33375      Branch: maint-5.6/pureperl
33376            ! gv.c op.c pp.c
33377 ____________________________________________________________________________
33378 [  8844] By: alanbur                               on 2001/02/20  14:23:13
33379         Log: Fixed %^H scoping bug
33380      Branch: maint-5.6/pureperl
33381            ! scope.c
33382 ____________________________________________________________________________
33383 [  8843] By: jhi                                   on 2001/02/19  13:38:08
33384         Log: fork() not everywhere, cleanup temp files.
33385      Branch: perl
33386            ! t/run/runenv.t
33387 ____________________________________________________________________________
33388 [  8842] By: alanbur                               on 2001/02/19  12:42:07
33389         Log: Resynchronised with parent
33390      Branch: maint-5.6/pureperl
33391           !> pod/perlfaq4.pod sv.c utf8.c
33392 ____________________________________________________________________________
33393 [  8841] By: jhi                                   on 2001/02/19  03:35:51
33394         Log: Update Changes.
33395      Branch: perl
33396            ! Changes patchlevel.h
33397 ____________________________________________________________________________
33398 [  8840] By: jhi                                   on 2001/02/19  00:23:41
33399         Log: Subject: [patch] add sv_setref_uv
33400              From: Doug MacEachern <dougm@covalent.net>
33401              Date: Sun, 18 Feb 2001 14:49:33 -0800 (PST)
33402              Message-ID: <Pine.LNX.4.21.0102181448290.10021-100000@mako.covalent.net>
33403      Branch: perl
33404            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
33405            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
33406 ____________________________________________________________________________
33407 [  8839] By: jhi                                   on 2001/02/19  00:01:38
33408         Log: Put to rest the 20010205.001, the email address checking (not) regex.
33409      Branch: perl
33410            ! pod/perlfaq9.pod
33411 ____________________________________________________________________________
33412 [  8838] By: jhi                                   on 2001/02/18  22:17:54
33413         Log: Subject: [patch] xsubpp: make sv_setref_* targetable
33414              From: Doug MacEachern <dougm@covalent.net>
33415              Date: Sun, 18 Feb 2001 12:58:23 -0800 (PST)
33416              Message-ID: <Pine.LNX.4.21.0102181256310.10021-100000@mako.covalent.net>
33417      Branch: perl
33418            ! lib/ExtUtils/xsubpp
33419 ____________________________________________________________________________
33420 [  8837] By: jhi                                   on 2001/02/18  22:16:50
33421         Log: Subject: [patch] -Wall cleanup round 2
33422              From: Doug MacEachern <dougm@covalent.net>
33423              Date: Sun, 18 Feb 2001 13:08:04 -0800 (PST)
33424              Message-ID: <Pine.LNX.4.21.0102181304520.10021-100000@mako.covalent.net>
33425      Branch: perl
33426            ! ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
33427            ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
33428            ! ext/File/Glob/Glob.xs ext/Filter/Util/Call/Call.xs
33429            ! ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs ext/IPC/SysV/SysV.xs
33430            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
33431            ! ext/SDBM_File/SDBM_File.xs
33432 ____________________________________________________________________________
33433 [  8836] By: jhi                                   on 2001/02/18  22:11:20
33434         Log: Misapplied regex optimizations when \C is present.
33435              Fixes 20001230.002.
33436              
33437              What still remains broken is that the submatches that
33438              have \C in them get their UTF8 flag on because their
33439              parent SV has it on.  This will result in malformed
33440              UTF8 if a \C happened to match a non-ASCII byte.
33441      Branch: perl
33442            ! regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
33443            ! t/pragma/utf8.t
33444 ____________________________________________________________________________
33445 [  8835] By: jhi                                   on 2001/02/18  20:12:02
33446         Log: Fix for "[ID 20010213.005] utf8 + localized hash elems + 64 bits?"
33447              
33448              The hash key got wrongly UTF8fied.
33449      Branch: perl
33450            ! pod/perlapi.pod toke.c utf8.c
33451 ____________________________________________________________________________
33452 [  8834] By: jhi                                   on 2001/02/18  19:44:25
33453         Log: Tweak on #8234 (Subject: Re: [PATCH] Warn on use of reference as array elem):
33454              don't warn on magical or overloaded things.
33455      Branch: perl
33456            ! pp_hot.c
33457 ____________________________________________________________________________
33458 [  8833] By: nick                                  on 2001/02/18  19:31:22
33459         Log: Integrate mainline
33460      Branch: perlio
33461           +> t/TestInit.pm t/run/runenv.t
33462            - t/UTEST
33463           !> MANIFEST Makefile.SH ext/Storable/ChangeLog
33464           !> ext/Storable/Storable.pm ext/Storable/Storable.xs
33465           !> lib/Test/Harness.pm perl.c pod/perlfaq4.pod sv.c t/TEST
33466           !> t/lib/charnames.t t/lib/glob-basic.t t/lib/st-06compat.t
33467           !> t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
33468           !> t/op/chop.t t/op/eval.t t/op/regexp_noamp.t t/op/subst_wamp.t
33469           !> utf8.c
33470 ____________________________________________________________________________
33471 [  8832] By: jhi                                   on 2001/02/18  19:21:18
33472         Log: Integrate perlio.
33473      Branch: perl
33474           !> perlio.c pod/perldiag.pod
33475 ____________________________________________________________________________
33476 [  8831] By: jhi                                   on 2001/02/18  19:14:20
33477         Log: Integrate change #8827 from mainline.
33478              
33479              UTF8 tweaks.
33480      Branch: maint-5.6/perl
33481           !> sv.c utf8.c
33482 ____________________________________________________________________________
33483 [  8830] By: nick                                  on 2001/02/18  19:10:34
33484         Log: Apply the spirit of patch from Nick Clark:
33485              Subject: [PATCH] Re: extensions that provide layers
33486              From: Nicholas Clark <nick@ccl4.org>
33487              Date: Mon, 12 Feb 2001 16:43:51 +0000
33488              Message-Id: <20010212164350.Q3652@plum.flirble.org>
33489      Branch: perlio
33490            ! perlio.c pod/perldiag.pod
33491 ____________________________________________________________________________
33492 [  8829] By: jhi                                   on 2001/02/18  19:03:25
33493         Log: Subject: [PATCH t/TEST t/TestSetup.pm] Adding in TestSetup.pm to replace BEGIN  preamble on tests.
33494              From: schwern@pobox.com 
33495              Date: Sun, 18 Feb 2001 13:44:35 -0500
33496              Message-ID: <20010218134435.A17544@magnonel.guild.net>
33497              
33498              Applied, but as t/TestInit.pm.
33499      Branch: perl
33500            + t/TestInit.pm
33501            ! MANIFEST t/TEST t/op/eval.t t/op/regexp_noamp.t
33502            ! t/op/subst_wamp.t
33503 ____________________________________________________________________________
33504 [  8828] By: jhi                                   on 2001/02/18  18:43:52
33505         Log: Integrate perlio.
33506      Branch: perl
33507           !> perlio.c
33508 ____________________________________________________________________________
33509 [  8827] By: jhi                                   on 2001/02/18  18:41:33
33510         Log: UTF-8 tweaks.
33511      Branch: perl
33512            ! sv.c utf8.c
33513 ____________________________________________________________________________
33514 [  8826] By: nick                                  on 2001/02/18  17:40:59
33515         Log: Fix [ID 20010217.002]
33516              open FOO, "<:raw:perlio", ...
33517              :raw now inserts default base layer below itself.
33518              Also
33519              open FOO, "<:unix", ...
33520              works as well - but leaves buffer layer on stack under the unix layer.
33521      Branch: perlio
33522            ! perlio.c
33523 ____________________________________________________________________________
33524 [  8825] By: jhi                                   on 2001/02/18  17:15:39
33525         Log: Integrate perlio.
33526      Branch: perl
33527           !> perlio.c perliol.h
33528 ____________________________________________________________________________
33529 [  8824] By: jhi                                   on 2001/02/18  17:10:53
33530         Log: Subject: [PATCH t/TEST lib/Test/Harness.pm] Adding todo tests
33531              From: schwern@pobox.com
33532              Date: Sun, 18 Feb 2001 01:48:50 -0500
33533              Message-ID: <20010218014850.C19957@magnonel.guild.net>
33534      Branch: perl
33535            ! lib/Test/Harness.pm t/TEST t/op/chop.t
33536 ____________________________________________________________________________
33537 [  8823] By: jhi                                   on 2001/02/18  17:01:06
33538         Log: Add run/*.t to testables.
33539      Branch: perl
33540            ! t/TEST
33541 ____________________________________________________________________________
33542 [  8822] By: jhi                                   on 2001/02/18  16:58:58
33543         Log: Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
33544              From: schwern@pobox.com
33545              Date: Sun, 18 Feb 2001 01:11:35 -0500
33546              Message-ID: <20010218011135.A19957@magnonel.guild.net>
33547              
33548              Revive mjd's and Simon's PERL5OPT fix.
33549      Branch: perl
33550            + t/run/runenv.t
33551            ! MANIFEST perl.c
33552 ____________________________________________________________________________
33553 [  8821] By: jhi                                   on 2001/02/18  16:53:46
33554         Log: Subject: Re: Why t/TEST and not Test::Harness?
33555              From: schwern@pobox.com
33556              Date: Sat, 17 Feb 2001 22:44:44 -0500
33557              Message-ID: <20010217224444.A6679@magnonel.guild.net>
33558              
33559              Replace UTEST with TEST -utf8.
33560      Branch: perl
33561            - t/UTEST
33562            ! MANIFEST Makefile.SH t/TEST t/lib/charnames.t
33563            ! t/lib/glob-basic.t
33564 ____________________________________________________________________________
33565 [  8820] By: nick                                  on 2001/02/18  13:06:16
33566         Log: Clean up a few core dumps when layers are used in unexpected ways.
33567              (Still not "right"...)
33568      Branch: perlio
33569            ! perlio.c perliol.h
33570 ____________________________________________________________________________
33571 [  8819] By: jhi                                   on 2001/02/18  02:25:55
33572         Log: Integrate change #8818 from maintperl, a FAQ nit.
33573      Branch: perl
33574           !> pod/perlfaq4.pod
33575 ____________________________________________________________________________
33576 [  8818] By: jhi                                   on 2001/02/18  02:24:50
33577         Log: FAQ nit from Chris Fedde.
33578      Branch: maint-5.6/perl
33579            ! pod/perlfaq4.pod
33580 ____________________________________________________________________________
33581 [  8817] By: nick                                  on 2001/02/17  18:20:14
33582         Log: Integrate mainline
33583      Branch: perlio
33584           +> lib/unicode/UCD.html lib/unicode/Unicode.html
33585           +> lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
33586           +> pod/perlclib.pod
33587            - ebcdic.c lib/unicode/UCD301.html lib/unicode/UCDFF301.html
33588            - lib/unicode/Unicode.301
33589           !> (integrate 324 files)
33590 ____________________________________________________________________________
33591 [  8816] By: jhi                                   on 2001/02/17  16:56:58
33592         Log: Upgrade to Storable 1.0.10, from Raphael Manfredi.
33593      Branch: perl
33594            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
33595            ! ext/Storable/Storable.xs t/lib/st-06compat.t
33596            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
33597 ____________________________________________________________________________
33598 [  8815] By: jhi                                   on 2001/02/17  16:40:07
33599         Log: Subject: [patch] -Wall
33600              From: Doug MacEachern <dougm@covalent.net>
33601              Date: Fri, 16 Feb 2001 15:25:36 -0800 (PST)
33602              Message-ID: <Pine.LNX.4.21.0102161519500.30352-100000@mako.covalent.net>
33603      Branch: perl
33604            ! doio.c doop.c embed.h embed.pl gv.c objXSUB.h op.c perl.c
33605            ! perlapi.c pp_ctl.c pp_hot.c pp_sys.c proto.h sv.c toke.c
33606 ____________________________________________________________________________
33607 [  8814] By: jhi                                   on 2001/02/16  19:27:18
33608         Log: Document qu better.
33609      Branch: perl
33610            ! pod/perlop.pod
33611 ____________________________________________________________________________
33612 [  8813] By: jhi                                   on 2001/02/15  13:54:37
33613         Log: Subject: [PATCH @8807] toke.c cleanup: scan_str()
33614              From: Hugo <hv@crypt.compulink.co.uk>
33615              Date: Thu, 15 Feb 2001 13:39:49 +0000
33616              Message-Id: <200102151339.NAA32248@crypt.compulink.co.uk>
33617      Branch: perl
33618            ! toke.c
33619 ____________________________________________________________________________
33620 [  8812] By: alanbur                               on 2001/02/15  13:52:16
33621         Log: Resynchronised with parent
33622      Branch: maint-5.6/pureperl
33623            - ebcdic.c
33624           !> (integrate 36 files)
33625 ____________________________________________________________________________
33626 [  8811] By: jhi                                   on 2001/02/15  13:51:16
33627         Log: Integrate changes #8659,8702,8808,8809,8810 from maintperl.
33628              
33629              Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
33630              From: Jan Dubois <JanD@ActiveState.com>
33631              Date: Wed, 31 Jan 2001 21:17:03 -0800
33632              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
33633              
33634              tweak change#8659 to keep it simple
33635              
33636              Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
33637              From: Russ Allbery <rra@stanford.edu>
33638              Date: 14 Feb 2001 10:15:41 -0800
33639              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
33640              
33641              (8809 empty)
33642
33643              Upgrade to podlators 1.08, from Russ Allbery.
33644      Branch: perl
33645           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/Test/Harness.pm
33646           !> utils/perldoc.PL
33647 ____________________________________________________________________________
33648 [  8810] By: jhi                                   on 2001/02/15  13:35:08
33649         Log: Upgrade to podlators 1.08, from Russ Allbery.
33650      Branch: maint-5.6/perl
33651            ! lib/Pod/Man.pm lib/Pod/Text.pm
33652 ____________________________________________________________________________
33653 [  8809] By: jhi                                   on 2001/02/15  13:26:38
33654         Log: (accidentally empty check-in)
33655      Branch: maint-5.6/perl
33656            ! lib/Test/Harness.pm
33657 ____________________________________________________________________________
33658 [  8808] By: jhi                                   on 2001/02/15  13:23:47
33659         Log: Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
33660              From: Russ Allbery <rra@stanford.edu>
33661              Date: 14 Feb 2001 10:15:41 -0800
33662              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
33663              
33664              perldoc was hardcoding $Config{installscript}, which breaks
33665              when install* isn't where Perl ends up (such as with AFS).
33666              
33667              Use $Config{scriptdir} instead.
33668      Branch: maint-5.6/perl
33669            ! utils/perldoc.PL
33670 ____________________________________________________________________________
33671 [  8807] By: jhi                                   on 2001/02/14  14:37:27
33672         Log: Update Changes.
33673      Branch: perl
33674            ! Changes patchlevel.h
33675 ____________________________________________________________________________
33676 [  8806] By: jhi                                   on 2001/02/14  14:25:31
33677         Log: Integrate changes #8803,8804,8805 from mainline.
33678              
33679              Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
33680              
33681              Don't skip too much of the locale error message if no environ array,
33682              from Chris Nandor.
33683              
33684              More MacOS Classic fixes from Chris Nandor.
33685      Branch: maint-5.6/perl
33686           !> doop.c lib/Cwd.pm perl.c perl.h util.c
33687 ____________________________________________________________________________
33688 [  8805] By: jhi                                   on 2001/02/14  03:29:01
33689         Log: More MacOS Classic fixes from Chris Nandor.
33690      Branch: perl
33691            ! doop.c lib/Cwd.pm
33692 ____________________________________________________________________________
33693 [  8804] By: jhi                                   on 2001/02/14  03:18:35
33694         Log: Don't skip too much of the locale error message if no environ array,
33695              from Chris Nandor.
33696      Branch: perl
33697            ! util.c
33698 ____________________________________________________________________________
33699 [  8803] By: jhi                                   on 2001/02/14  03:14:14
33700         Log: Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
33701      Branch: perl
33702            ! perl.c perl.h
33703 ____________________________________________________________________________
33704 [  8802] By: jhi                                   on 2001/02/13  18:31:33
33705         Log: AUTHORS update.
33706      Branch: perl
33707            ! AUTHORS
33708 ____________________________________________________________________________
33709 [  8801] By: jhi                                   on 2001/02/13  17:55:19
33710         Log: Integrate change #8792 from mainline.
33711              
33712              Subject: buncha MacPerl patches for bleadperl
33713              From: Chris Nandor <pudge@pobox.com>
33714              Date: Tue, 13 Feb 2001 00:02:43 -0500
33715              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
33716      Branch: maint-5.6/perl
33717           !> lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
33718           !> lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
33719           !> t/lib/basename.t toke.c util.h
33720 ____________________________________________________________________________
33721 [  8800] By: jhi                                   on 2001/02/13  17:46:43
33722         Log: When doing that Fpos_t used in PerlIO_getpos proto needs
33723              to be forced to Off_t.
33724              
33725              Subject: [ID 20010201.009] 5.6.1-TRIAL2 sfio build fails
33726              From: nick@ccl4.org
33727              Date: Thu, 1 Feb 2001 12:01:04 +0000
33728              Message-Id: <20010201120103.E11401@plum.flirble.org>
33729      Branch: maint-5.6/perl
33730            ! iperlsys.h perlio.c
33731 ____________________________________________________________________________
33732 [  8799] By: jhi                                   on 2001/02/13  16:52:51
33733         Log: Duplex duplex hunk hunk.
33734      Branch: maint-5.6/perl
33735            ! Makefile.SH
33736 ____________________________________________________________________________
33737 [  8797] By: jhi                                   on 2001/02/13  14:52:04
33738         Log: Subject: [PATCH perl@8773] integral ok lines for VMS
33739              From: "Craig A. Berry" <craigberry@mac.com>
33740              Date: Mon, 12 Feb 2001 11:05:25 -0600
33741              Message-Id: <p04330104b6ac5dfe6d45@[172.16.52.1]>
33742      Branch: perl
33743            ! t/lib/filehand.t t/lib/test-harness.t t/lib/texttabs.t
33744 ____________________________________________________________________________
33745 [  8796] By: jhi                                   on 2001/02/13  14:36:47
33746         Log: Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
33747              From: simon.cozens@pembroke.oxford.ac.uk 
33748              Date: Sat, 10 Feb 2001 17:57:02 +0000
33749              Message-Id: <E14ReGc-0005Pk-00@pembro26.pmb.ox.ac.uk>
33750              
33751              Now it does include.
33752      Branch: perl
33753            ! pod/perldiag.pod
33754 ____________________________________________________________________________
33755 [  8795] By: jhi                                   on 2001/02/13  14:30:11
33756         Log: Sort the MANIFEST.
33757      Branch: perl
33758            ! MANIFEST
33759 ____________________________________________________________________________
33760 [  8794] By: jhi                                   on 2001/02/13  14:26:51
33761         Log: Integrate change #8793 from mainline, FAQ updates.
33762      Branch: maint-5.6/perl
33763           !> pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
33764 ____________________________________________________________________________
33765 [  8793] By: jhi                                   on 2001/02/13  14:25:13
33766         Log: FAQ updates from Chris Fedde <chris@fedde.littleton.co.us>.
33767      Branch: perl
33768            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
33769 ____________________________________________________________________________
33770 [  8792] By: jhi                                   on 2001/02/13  14:22:50
33771         Log: Subject: buncha MacPerl patches for bleadperl
33772              From: Chris Nandor <pudge@pobox.com>
33773              Date: Tue, 13 Feb 2001 00:02:43 -0500
33774              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
33775      Branch: perl
33776            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
33777            ! lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
33778            ! t/lib/basename.t toke.c util.h
33779 ____________________________________________________________________________
33780 [  8791] By: jhi                                   on 2001/02/13  14:10:39
33781         Log: Integrate change #8790 from mainline.
33782              
33783              environ array wrongly assumed in Perl_init_i18nl10n(),
33784      Branch: maint-5.6/perl
33785           !> util.c
33786 ____________________________________________________________________________
33787 [  8790] By: jhi                                   on 2001/02/13  14:06:15
33788         Log: environ array wrongly assumed in Perl_init_i18nl10n(),
33789              noticed by Chris Nandor in MacOS Classic.
33790      Branch: perl
33791            ! util.c
33792 ____________________________________________________________________________
33793 [  8789] By: jhi                                   on 2001/02/13  13:58:07
33794         Log: Integrate changes #8373,8487,8544,8783 from mainline.
33795              
33796              Synchronize the EBCDIC platforms (os390,posix-bc,vmesa):
33797              hints files, the dynaloading, assimilate ebcdic into util.c.
33798      Branch: maint-5.6/perl
33799            - ebcdic.c
33800            ! MANIFEST hints/posix-bc.sh
33801           !> Makefile.SH embed.h embed.pl ext/DynaLoader/dl_dllload.xs
33802           !> handy.h hints/os390.sh hints/vmesa.sh installperl objXSUB.h
33803           !> perlapi.c proto.h util.c
33804 ____________________________________________________________________________
33805 [  8788] By: alanbur                               on 2001/02/13  10:33:13
33806         Log: Integrated changes from maint-5.6
33807      Branch: maint-5.6/pureperl
33808           !> Makefile.SH README.vos hints/openbsd.sh pod/perlport.pod
33809           !> regcomp.c t/op/re_tests vos/Changes vos/build.cm
33810           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
33811           !> vos/config.ga.h vos/configure_perl.cm
33812 ____________________________________________________________________________
33813 [  8787] By: jhi                                   on 2001/02/13  05:56:36
33814         Log: Integrate change #8786 from maintperl, posix-bc byacc handling.
33815      Branch: perl
33816           !> Makefile.SH
33817 ____________________________________________________________________________
33818 [  8786] By: jhi                                   on 2001/02/13  05:54:34
33819         Log: Subject: perl@8671 on posix-bc aka BS2000 Posix (small Patch included!)
33820              From: Dorner Thomas <Thomas.Dorner@start.de>
33821              Date: Mon, 12 Feb 2001 15:06:26 +0100
33822              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A8853@Ex02.inhouse.start.de>
33823      Branch: maint-5.6/perl
33824            ! Makefile.SH
33825 ____________________________________________________________________________
33826 [  8785] By: jhi                                   on 2001/02/13  05:29:04
33827         Log: Integrate change #8781 from maintperl, OpenBSD hints update.
33828      Branch: perl
33829           !> hints/openbsd.sh
33830 ____________________________________________________________________________
33831 [  8784] By: jhi                                   on 2001/02/13  02:25:24
33832         Log: Subject: [PATCH: perl@8773] small fixups to perlclib.pod
33833              From: Peter Prymmer <pvhp@forte.com>
33834              Date: Mon, 12 Feb 2001 18:23:09 -0800 (PST)
33835              Message-ID: <Pine.OSF.4.10.10102121821090.126445-100000@aspara.forte.com>
33836      Branch: perl
33837            ! pod/perlclib.pod
33838 ____________________________________________________________________________
33839 [  8783] By: jhi                                   on 2001/02/13  02:22:36
33840         Log: Merge ebcdic.c (only one function, ebcdic_control()) into util.c.
33841      Branch: perl
33842            - ebcdic.c
33843            ! MANIFEST embed.h embed.pl handy.h hints/os390.sh
33844            ! hints/posix-bc.sh hints/vmesa.sh objXSUB.h perlapi.c proto.h
33845            ! util.c
33846 ____________________________________________________________________________
33847 [  8782] By: jhi                                   on 2001/02/13  02:00:07
33848         Log: Add OpenBSD to the list of 5.6.1-okay platforms.
33849      Branch: maint-5.6/perl
33850            ! pod/perlport.pod
33851 ____________________________________________________________________________
33852 [  8781] By: jhi                                   on 2001/02/13  01:58:44
33853         Log: OpenBSD hints update for 5.6.1-TRIAL2 from Todd C. Miller.
33854      Branch: maint-5.6/perl
33855            ! hints/openbsd.sh
33856 ____________________________________________________________________________
33857 [  8780] By: jhi                                   on 2001/02/13  01:57:33
33858         Log: Synchronize the regexp tests between maintperl and mainline.
33859      Branch: maint-5.6/perl
33860           !> t/op/re_tests
33861 ____________________________________________________________________________
33862 [  8779] By: jhi                                   on 2001/02/13  01:49:35
33863         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
33864              From: Hugo <hv@crypt.compulink.co.uk>
33865              Date: Tue, 13 Feb 2001 00:11:11 +0000
33866              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
33867      Branch: perl
33868            ! regcomp.c t/op/re_tests
33869 ____________________________________________________________________________
33870 [  8778] By: jhi                                   on 2001/02/13  00:23:10
33871         Log: Comments do not nest.
33872      Branch: perl
33873            ! perl.h
33874 ____________________________________________________________________________
33875 [  8777] By: jhi                                   on 2001/02/13  00:17:54
33876         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
33877              From: Hugo <hv@crypt.compulink.co.uk>
33878              Date: Tue, 13 Feb 2001 00:11:11 +0000
33879              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
33880      Branch: maint-5.6/perl
33881            ! regcomp.c t/op/re_tests
33882 ____________________________________________________________________________
33883 [  8776] By: jhi                                   on 2001/02/12  23:25:52
33884         Log: Add VOS to the list of 5.6.1 known-to-be-working platforms.
33885      Branch: maint-5.6/perl
33886            ! pod/perlport.pod
33887 ____________________________________________________________________________
33888 [  8775] By: jhi                                   on 2001/02/12  23:04:28
33889         Log: VOS updates for 5.6-TRIAL2 from Paul Green.
33890      Branch: maint-5.6/perl
33891            ! README.vos vos/Changes vos/build.cm vos/config.alpha.def
33892            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
33893            ! vos/configure_perl.cm
33894 ____________________________________________________________________________
33895 [  8774] By: jhi                                   on 2001/02/12  22:59:11
33896         Log: Subject: Re: [patch] context for 'U' magic functions
33897              From: Doug MacEachern <dougm@covalent.net>
33898              Date: Mon, 12 Feb 2001 09:22:45 -0800 (PST)
33899              Message-ID: <Pine.LNX.4.21.0102120919040.26437-100000@mako.covalent.net>
33900              
33901              plus the suggestion by Nick Ing-Simmons to name the macro
33902              as PERL_MG_UFUNC to avoid namespace pollution, plus add
33903              the advice by Doug for XS writers to perl.h
33904      Branch: perl
33905            ! mg.c perl.h
33906 ____________________________________________________________________________
33907 [  8773] By: jhi                                   on 2001/02/11  20:14:12
33908         Log: Update Changes.
33909      Branch: perl
33910            ! Changes patchlevel.h
33911 ____________________________________________________________________________
33912 [  8772] By: jhi                                   on 2001/02/11  18:47:52
33913         Log: Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
33914              From: Simon Cozens <simon@cozens.net>
33915              Date: Wed, 31 Jan 2001 16:31:43 +0000
33916              Message-ID: <20010131163143.A1427@pembro26.pmb.ox.ac.uk>
33917      Branch: perl
33918            + pod/perlclib.pod
33919            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlguts.pod
33920            ! pod/perltoc.pod
33921 ____________________________________________________________________________
33922 [  8771] By: jhi                                   on 2001/02/11  18:36:48
33923         Log: Upgrade to Unicode 3.1 beta 2001-02-11.
33924              
33925              Blocks-4d3.beta.txt
33926              CaseFolding-3d4.beta.txt
33927              CompositionExclusions-3d6.beta.txt
33928              EastAsianWidth-4d4.beta.txt
33929              LineBreak-6d3.beta.txt
33930              NamesList-3.1.0d1.beta.txt
33931              PropList-3.1.0d4.beta.txt
33932              SpecialCasing-4d1.beta.txt
33933              UnicodeData-3.1.0d6.beta.txt
33934      Branch: perl
33935            + lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
33936           +> lib/unicode/UCD.html lib/unicode/Unicode.html
33937            - lib/unicode/UCD301.html lib/unicode/UCDFF301.html
33938            - lib/unicode/Unicode.301
33939            ! (edit 257 files)
33940 ____________________________________________________________________________
33941 [  8770] By: jhi                                   on 2001/02/11  17:26:22
33942         Log: UTF-8 documentation.
33943      Branch: perl
33944            ! utf8.h
33945 ____________________________________________________________________________
33946 [  8769] By: jhi                                   on 2001/02/11  17:12:49
33947         Log: Retract #8762.
33948      Branch: perl
33949            ! regexec.c
33950 ____________________________________________________________________________
33951 [  8768] By: jhi                                   on 2001/02/11  16:54:45
33952         Log: Subject: [PATCH] Test::Harness
33953              From: andreas.koenig@anima.de (Andreas J. Koenig)
33954              Date: 11 Feb 2001 14:37:00 +0100
33955              Message-ID: <m3g0hll4sj.fsf@ak-71.mind.de>
33956      Branch: perl
33957            ! lib/Test/Harness.pm
33958 ____________________________________________________________________________
33959 [  8767] By: jhi                                   on 2001/02/11  16:53:52
33960         Log: Subject: [PATCH] Document makepatch in Porting/patching
33961              From: andreas.koenig@anima.de (Andreas J. Koenig)
33962              Date: 11 Feb 2001 16:46:28 +0100
33963              Message-ID: <m3bss9kysr.fsf@ak-71.mind.de>
33964      Branch: perl
33965            ! Porting/patching.pod
33966 ____________________________________________________________________________
33967 [  8766] By: jhi                                   on 2001/02/11  06:30:23
33968         Log: Subject: Re: [patch] GvSHARED
33969              Date: Sat, 10 Feb 2001 14:04:40 -0800 (PST)
33970              From: Doug MacEachern <dougm@covalent.net>
33971              Message-ID: <Pine.LNX.4.21.0102101356000.15298-100000@mako.covalent.net>
33972              
33973              Subject: Re: [patch] GvSHARED
33974              From: Doug MacEachern <dougm@covalent.net>
33975              Date: Sat, 10 Feb 2001 15:00:54 -0800 (PST)
33976              Message-ID: <Pine.LNX.4.21.0102101453220.15298-100000@mako.covalent.net>
33977              
33978              Subject: [patch] attributes.pm support for `shared'
33979              From: Doug MacEachern <dougm@covalent.net>
33980              Date: Sat, 10 Feb 2001 20:08:48 -0800 (PST)
33981              Message-ID: <Pine.LNX.4.21.0102102004190.15298-100000@mako.covalent.net>
33982              
33983              our() attributes were ignored, our :shared pieces missing,
33984              allow attributes.pm to turn on shared.
33985      Branch: perl
33986            ! op.c t/op/attrs.t toke.c xsutils.c
33987 ____________________________________________________________________________
33988 [  8765] By: alanbur                               on 2001/02/10  23:11:19
33989         Log: Resync with parent (hopefully sucessfully this time)
33990      Branch: maint-5.6/pureperl
33991           !> MANIFEST README.bs2000 README.hpux README.vmesa installhtml
33992           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
33993           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
33994           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
33995           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
33996           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
33997           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
33998 ____________________________________________________________________________
33999 [  8764] By: jhi                                   on 2001/02/10  22:54:38
34000         Log: Make TEST and UTEST more verbose in case something goes
34001              wrong in running/compiling a script, suggested by Doug
34002              MacEachern.
34003      Branch: perl
34004            ! t/TEST t/UTEST
34005 ____________________________________________________________________________
34006 [  8763] By: jhi                                   on 2001/02/10  22:11:34
34007         Log: Bogus shebang.
34008      Branch: perl
34009            ! t/lib/texttabs.t
34010 ____________________________________________________________________________
34011 [  8762] By: jhi                                   on 2001/02/10  21:56:02
34012         Log: (Retracted by #8769)
34013      Branch: perl
34014            ! regexec.c
34015 ____________________________________________________________________________
34016 [  8761] By: jhi                                   on 2001/02/10  21:26:15
34017         Log: Subject: Re: [patch] GvSHARED 
34018              From: Doug MacEachern <dougm@covalent.net>
34019              Date: Sat, 10 Feb 2001 13:11:14 -0800 (PST)
34020              Message-ID: <Pine.LNX.4.21.0102101253070.15298-100000@mako.covalent.net>
34021              
34022              our @EXPORT : shared = (...);
34023      Branch: perl
34024            ! toke.c
34025 ____________________________________________________________________________
34026 [  8760] By: jhi                                   on 2001/02/10  21:25:07
34027         Log: Subject: [patch] GvSHARED
34028              From: Doug MacEachern <dougm@covalent.net>
34029              Date: Sat, 10 Feb 2001 10:57:12 -0800 (PST)
34030              Message-ID: <Pine.LNX.4.21.0102101047320.15298-100000@mako.covalent.net>
34031      Branch: perl
34032            ! embed.h embed.pl gv.c gv.h op.c pp_sys.c proto.h sv.c
34033 ____________________________________________________________________________
34034 [  8759] By: alanbur                               on 2001/02/10  21:24:27
34035         Log: Backed out mismerge.
34036      Branch: maint-5.6/pureperl
34037            ! MANIFEST README.hpux README.vmesa gv.c installhtml
34038            ! lib/Math/Complex.pm lib/Pod/Find.pm perl.c pod/buildtoc.PL
34039            ! pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
34040            ! pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
34041            ! pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
34042            ! pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
34043            ! pod/perltootc.pod sv.c win32/Makefile win32/makefile.mk
34044 ____________________________________________________________________________
34045 [  8758] By: jhi                                   on 2001/02/10  18:01:17
34046         Log: Integrate changes #8701,8704,8756 from pureperl to maintperl.
34047              
34048              Fixed UMRs and leak in Perl_pmtrans()
34049              
34050              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
34051              associated UTFied tr/// code.  Also fixed scoping leak of
34052              PL_reg_start_tmp.
34053              
34054              newATTRSUB leaks when an attempt to redefine the active sort sub is
34055              made.
34056      Branch: maint-5.6/perl
34057           !> op.c regcomp.c
34058 ____________________________________________________________________________
34059 [  8757] By: alanbur                               on 2001/02/10  17:56:46
34060         Log: Resynchronised with parent
34061      Branch: maint-5.6/pureperl
34062           +> README.bs2000
34063            - README.posix-bc
34064            ! gv.c perl.c sv.c
34065           !> MANIFEST README.hpux README.vmesa installhtml
34066           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
34067           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
34068           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
34069           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
34070           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
34071           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
34072 ____________________________________________________________________________
34073 [  8756] By: alanbur                               on 2001/02/10  17:51:15
34074         Log: newATTRSUB leaks when an attempt to redefine the active sort sub is
34075              made.
34076      Branch: maint-5.6/pureperl
34077            ! op.c
34078 ____________________________________________________________________________
34079 [  8755] By: jhi                                   on 2001/02/09  22:41:35
34080         Log: Upgrade to CPAN 1.59_54, from Andreas König.
34081      Branch: perl
34082            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
34083 ____________________________________________________________________________
34084 [  8754] By: jhi                                   on 2001/02/09  22:29:20
34085         Log: Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
34086              
34087              Didn't upgrade the fill.t since it has a dependency to File::Slurp
34088              purely for debugging purposes, the actual test hasn't changed.
34089      Branch: perl
34090            ! lib/Text/Tabs.pm lib/Text/Wrap.pm t/lib/texttabs.t
34091            ! t/lib/textwrap.t
34092 ____________________________________________________________________________
34093 [  8753] By: jhi                                   on 2001/02/09  20:17:50
34094         Log: Integrate change #8682 from maintperl.
34095              
34096              IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
34097              to work correctly.
34098      Branch: perl
34099           !> hints/irix_6.sh
34100 ____________________________________________________________________________
34101 [  8752] By: jhi                                   on 2001/02/09  20:00:46
34102         Log: Update Changes.
34103      Branch: perl
34104            ! Changes patchlevel.h
34105 ____________________________________________________________________________
34106 [  8751] By: nick                                  on 2001/02/09  19:48:37
34107         Log: Integrate mainline
34108      Branch: perlio
34109           +> README.bs2000 t/lib/cgi-esc.t
34110            - README.posix-bc
34111           !> (integrate 53 files)
34112 ____________________________________________________________________________
34113 [  8750] By: nick                                  on 2001/02/09  19:25:16
34114         Log: Subject: RE: Biannual Competition to Improve Hashing Function
34115              From: Fisher Mark <fisherm@tce.com>
34116              Date: Thu, 8 Feb 2001 10:44:00 -0500
34117              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52F@indyexch28.indy.tce.
34118              Date: Thu, 8 Feb 2001 15:02:47 -0500
34119              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52B@indyexch28.indy.tce.
34120      Branch: perl
34121            ! hv.h pod/perldelta.pod t/lib/dumper.t t/pragma/warn/perl
34122 ____________________________________________________________________________
34123 [  8749] By: jhi                                   on 2001/02/09  19:02:35
34124         Log: Forgotten fragment.
34125      Branch: perl
34126            ! pod/perlapi.pod
34127 ____________________________________________________________________________
34128 [  8748] By: jhi                                   on 2001/02/09  18:31:34
34129         Log: Integrate changes #8673,8674,8676 from maintperl into mainline,
34130              plus manual tweakage.
34131              
34132              Sync the perlfaq2 between mainline and maintperl.
34133      Branch: maint-5.6/perl
34134            ! pod/perlfaq2.pod
34135      Branch: perl
34136           !> pod/perlfaq2.pod
34137 ____________________________________________________________________________
34138 [  8747] By: jhi                                   on 2001/02/09  18:12:04
34139         Log: Subject: versiononly and installperl
34140              From: abigail@foad.org
34141              Date: Wed, 7 Feb 2001 22:43:12 +0100
34142              Message-ID: <20010207214312.7045.qmail@foad.org>    
34143              
34144              Add +v flag to force a normal install of the perl binary
34145              and the utilities.
34146              
34147              Subject: [PATCH] installperl
34148              From: Nicholas Clark <nick@ccl4.org>
34149              Date: Fri, 9 Feb 2001 16:28:57 +0000
34150              Message-ID: <20010209162857.B10931@plum.flirble.org>
34151              
34152              Add -A flag which also hardlinks the binary with
34153              the full architecture name.
34154      Branch: perl
34155            ! installperl
34156 ____________________________________________________________________________
34157 [  8746] By: jhi                                   on 2001/02/09  18:03:43
34158         Log: Integrate changes #8699,8708,8709,8744,8745 from mainline.
34159              
34160              Subject: perlfaq2, re: perlmongers
34161              
34162              Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
34163              
34164              Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
34165              
34166              Subject: [ID 20010205.001] typo in perlfaq9
34167              
34168              Subject: [ID 20010208.002] unordered explanation in perlcall
34169      Branch: maint-5.6/perl
34170           !> pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
34171           !> pod/perlfaq2.pod pod/perlfaq9.pod pod/perlmodlib.PL
34172           !> pod/perlobj.pod pod/perltoot.pod pod/perltootc.pod
34173 ____________________________________________________________________________
34174 [  8745] By: jhi                                   on 2001/02/09  17:59:09
34175         Log: Subject: [ID 20010208.002] unordered explanation in perlcall
34176              From: abela@geneanet.org
34177              Date: Thu,  8 Feb 2001 16:11:46 +0100 (CET)
34178              Message-Id: <20010208151146.0937BC97E@little-roots.geneanet.org>
34179      Branch: perl
34180            ! pod/perlcall.pod
34181 ____________________________________________________________________________
34182 [  8744] By: jhi                                   on 2001/02/09  17:48:16
34183         Log: Subject: [ID 20010205.001] typo in perlfaq9
34184              From: eserte@vran.herceg.de
34185              Date: Sun, 4 Feb 2001 23:44:09 +0100 (CET)
34186              Message-Id: <200102042244.XAA21926@vran.herceg.de>
34187      Branch: perl
34188            ! pod/perlfaq9.pod
34189 ____________________________________________________________________________
34190 [  8743] By: jhi                                   on 2001/02/09  17:25:12
34191         Log: Integrate change #8695 from maintperl.
34192              
34193              thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
34194      Branch: perl
34195           !> thread.h
34196 ____________________________________________________________________________
34197 [  8742] By: jhi                                   on 2001/02/09  17:21:22
34198         Log: Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
34199              From: Andy Dougherty <doughera@lafayette.edu>
34200              Date: Mon, 5 Feb 2001 10:19:29 -0500 (EST)
34201              Message-ID: <Pine.SOL.4.10.10102051013380.11242-100000@maxwell.phys.lafayette.edu>
34202      Branch: perl
34203            ! embed.pl
34204 ____________________________________________________________________________
34205 [  8741] By: jhi                                   on 2001/02/09  17:05:19
34206         Log: Integrate changes #8738,8739,8740 from maintperl.
34207              
34208              Html files will be installed in a more logical and easier to
34209              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
34210              
34211              Html files will be generated with a header to make them look
34212              a little less bare.
34213              
34214              Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
34215      Branch: perl
34216           !> installhtml pod/perlfaq3.pod win32/Makefile win32/makefile.mk
34217 ____________________________________________________________________________
34218 [  8740] By: jhi                                   on 2001/02/09  17:03:46
34219         Log: Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
34220              From: "Brendan O'Dea" <bod@compusol.com.au>
34221              Date: Sun, 4 Feb 2001 11:17:56 +1100
34222              Message-ID: <20010204111756.A16301@compusol.com.au>
34223      Branch: maint-5.6/perl
34224            ! pod/perlfaq3.pod
34225 ____________________________________________________________________________
34226 [  8739] By: jhi                                   on 2001/02/09  17:01:59
34227         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] installhtml change to build prettier html files
34228              From: "Indy Singh" <indy@nusphere.com>
34229              Date: Fri, 2 Feb 2001 15:09:59 -0500
34230              Message-ID: <02b601c08d54$23fd3560$d24b7018@cr637287a>
34231              
34232              Html files will be generated with a header to make them look
34233              a little less bare.
34234      Branch: maint-5.6/perl
34235            ! installhtml
34236 ____________________________________________________________________________
34237 [  8738] By: jhi                                   on 2001/02/09  16:58:48
34238         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] Win32 Makefile change to move html directory
34239              From: "Indy Singh" <indy@nusphere.com>
34240              Date: Fri, 2 Feb 2001 15:08:23 -0500
34241              Message-ID: <02b501c08d53$ec354550$d24b7018@cr637287a>
34242              
34243              Html files will be installed in a more logical and easier to
34244              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
34245      Branch: maint-5.6/perl
34246            ! win32/Makefile win32/makefile.mk
34247 ____________________________________________________________________________
34248 [  8737] By: jhi                                   on 2001/02/09  16:46:54
34249         Log: Integrate changes #8687,8736 from maintperl.
34250              
34251              HP-UX thread patches from Merijn H. Brand.
34252              
34253              Latin nit from Philip Newton.
34254      Branch: perl
34255           !> README.hpux hints/hpux.sh
34256 ____________________________________________________________________________
34257 [  8736] By: jhi                                   on 2001/02/09  16:42:31
34258         Log: Latin nit from Philip Newton.
34259      Branch: maint-5.6/perl
34260            ! README.hpux
34261 ____________________________________________________________________________
34262 [  8735] By: jhi                                   on 2001/02/09  16:24:03
34263         Log: Integrate changes #8704,8710 from pureperl.
34264              
34265              Fixed UMRs and leak in Perl_pmtrans()
34266              
34267              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
34268              associated UTFied tr/// code.  Also fixed scoping leak of
34269              PL_reg_start_tmp.
34270      Branch: perl
34271           !> op.c regcomp.c
34272 ____________________________________________________________________________
34273 [  8734] By: jhi                                   on 2001/02/09  15:40:21
34274         Log: Integrate change #8733 from maintperl.
34275              
34276              Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
34277      Branch: perl
34278           !> pod/perlre.pod
34279 ____________________________________________________________________________
34280 [  8733] By: jhi                                   on 2001/02/09  15:35:47
34281         Log: Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
34282              From: Prymmer/Kahn <pvhp@best.com>
34283              Date: Thu, 8 Feb 2001 21:21:22 -0800 (PST)
34284              Message-ID: <Pine.BSF.4.21.0102082048360.1499-100000@shell8.ba.best.com>
34285      Branch: maint-5.6/perl
34286            ! pod/perlre.pod
34287 ____________________________________________________________________________
34288 [  8732] By: jhi                                   on 2001/02/09  15:26:17
34289         Log: Rename README.posix-bc to README.bs2000 (to avoid the
34290              confusion of a "perlposix-bc.pod"), add a few missing
34291              arch pods, regen toc.
34292      Branch: maint-5.6/perl
34293           +> README.bs2000
34294            - README.posix-bc
34295            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
34296            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
34297 ____________________________________________________________________________
34298 [  8731] By: jhi                                   on 2001/02/09  15:23:39
34299         Log: De-cut-and-pasto.
34300      Branch: perl
34301            ! pod/perl.pod
34302 ____________________________________________________________________________
34303 [  8730] By: jhi                                   on 2001/02/09  15:11:13
34304         Log: Rename README.posix-bc to README.bs2000 to avoid confusion
34305              when people think that perlposix-bc.pod tells anything about
34306              Perl and POSIX.  Regen toc.
34307      Branch: perl
34308           +> README.bs2000
34309            - README.posix-bc
34310            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
34311            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
34312 ____________________________________________________________________________
34313 [  8729] By: jhi                                   on 2001/02/09  14:52:28
34314         Log: The README.vmesa part of #8712 from maintperl.
34315      Branch: perl
34316            ! README.vmesa
34317 ____________________________________________________________________________
34318 [  8728] By: jhi                                   on 2001/02/09  14:46:06
34319         Log: Subject: [PATCH: 5.6.1 trial 2 && perl@8671] podify README.vmesa
34320              From: Peter Prymmer <pvhp@forte.com>
34321              Date: Thu, 8 Feb 2001 13:00:30 -0800 (PST)
34322              Message-ID: <Pine.OSF.4.10.10102081246030.445810-100000@aspara.forte.com>
34323      Branch: maint-5.6/perl
34324            ! README.vmesa win32/Makefile win32/makefile.mk
34325 ____________________________________________________________________________
34326 [  8727] By: jhi                                   on 2001/02/09  14:33:25
34327         Log: Integrate change #8712 from mainline.
34328              
34329              [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplification for Pod::Find
34330      Branch: maint-5.6/perl
34331           !> lib/Pod/Find.pm
34332 ____________________________________________________________________________
34333 [  8726] By: jhi                                   on 2001/02/09  14:30:28
34334         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
34335              From: Peter Prymmer <pvhp@forte.com>
34336              Date: Mon, 5 Feb 2001 16:26:36 -0800 (PST)
34337              Message-ID: <Pine.OSF.4.10.10102051615260.280619-100000@aspara.forte.com>
34338      Branch: perl
34339            + t/lib/cgi-esc.t
34340            ! MANIFEST lib/CGI/Util.pm
34341 ____________________________________________________________________________
34342 [  8725] By: jhi                                   on 2001/02/09  04:56:47
34343         Log: Add NonStopUX to the list of 5.6.1-proven platforms.
34344      Branch: maint-5.6/perl
34345            ! pod/perlport.pod
34346 ____________________________________________________________________________
34347 [  8724] By: jhi                                   on 2001/02/09  04:40:59
34348         Log: Integrate changes 7819,7820 from vmsperl into mainline.
34349              
34350              Add header for LIB$ prototypes (C. Berry)
34351              
34352              Convert fwrite()s to sockets to write()s, since some socket stacks
34353              don't take kindly to stdio.
34354              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
34355              (for often optional LNMs)
34356              Correct a few typos
34357              (C. Bailey)
34358      Branch: perl
34359           !> ext/Devel/DProf/DProf.xs vms/vms.c vms/vmsish.h
34360 ____________________________________________________________________________
34361 [  8723] By: jhi                                   on 2001/02/09  03:29:29
34362         Log: Integrate change #8722 from mainline.
34363              
34364              The Im() function wasn't returning zero for non-Math::Complex
34365              arguments.  The bug reported by John Gamble.
34366      Branch: maint-5.6/perl
34367           !> lib/Math/Complex.pm
34368 ____________________________________________________________________________
34369 [  8722] By: jhi                                   on 2001/02/09  03:28:33
34370         Log: The Im() function wasn't returning zero for non-Math::Complex
34371              arguments.  The bug reported by John Gamble.
34372      Branch: perl
34373            ! lib/Math/Complex.pm
34374 ____________________________________________________________________________
34375 [  8721] By: nick                                  on 2001/02/08  22:11:35
34376         Log: Correct the correction :-(
34377      Branch: perl
34378            ! perl.c
34379 ____________________________________________________________________________
34380 [  8720] By: bailey                                on 2001/02/08  20:59:22
34381         Log: Convert frwite()s to sockets to write()s, since some socket stacks
34382              don't take kindly to stdio.
34383              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
34384              (for often optional LNMs)
34385              Correct a few typos
34386              (C. Bailey)
34387      Branch: vmsperl
34388            ! vms/vms.c vms/vmsish.h
34389 ____________________________________________________________________________
34390 [  8719] By: bailey                                on 2001/02/08  20:51:02
34391         Log: Add header for LIB$ prototypes (C. Berry)
34392      Branch: vmsperl
34393            ! ext/Devel/DProf/DProf.xs
34394 ____________________________________________________________________________
34395 [  8718] By: bailey                                on 2001/02/08  20:49:00
34396         Log: SYN SYN
34397      Branch: vmsperl
34398           +> pod/perliol.pod t/lib/sample-tests/bailout
34399           +> t/lib/sample-tests/combined t/lib/sample-tests/descriptive
34400           +> t/lib/sample-tests/duplicates t/lib/sample-tests/header_at_end
34401           +> t/lib/sample-tests/no_nums t/lib/sample-tests/simple
34402           +> t/lib/sample-tests/simple_fail t/lib/sample-tests/skip
34403           +> t/lib/sample-tests/skip_all t/lib/sample-tests/todo
34404           +> t/lib/sample-tests/with_comments t/lib/test-harness.t
34405            - lib/unicode/Is/DCinital.pl
34406           !> (integrate 101 files)
34407 ____________________________________________________________________________
34408 [  8717] By: nick                                  on 2001/02/08  19:38:48
34409         Log: Subject: [PATCH CPAN 1.59_51] warning message (not!)
34410              From: Robin Barker <rmb1@cise.npl.co.uk>
34411              Date: Thu, 8 Feb 2001 14:38:07 GMT
34412              Message-Id: <200102081438.OAA20498@tempest.npl.co.uk>
34413      Branch: perl
34414            ! lib/CPAN.pm
34415 ____________________________________________________________________________
34416 [  8716] By: nick                                  on 2001/02/08  19:29:07
34417         Log: Generated files form 8713 etc.
34418      Branch: perl
34419            ! embed.h global.sym objXSUB.h perlapi.c proto.h
34420 ____________________________________________________________________________
34421 [  8715] By: nick                                  on 2001/02/08  19:26:08
34422         Log: Fixup non-ithread build after 8713
34423      Branch: perl
34424            ! perl.c
34425 ____________________________________________________________________________
34426 [  8714] By: nick                                  on 2001/02/08  19:17:45
34427         Log: Subject: [ID 20010206.010] S_ functions not declared STATIC
34428              From: nick@ccl4.org
34429              Date: Wed, 7 Feb 2001 00:27:47 +0000
34430              Message-Id: <20010207002747.B63724@plum.flirble.org>
34431      Branch: perl
34432            ! sv.c toke.c
34433 ____________________________________________________________________________
34434 [  8713] By: nick                                  on 2001/02/08  19:15:58
34435         Log: Subject: Re: [patch] Re: PL_ptr_table
34436              From: Doug Maceachern <dougm@covalent.net>
34437              Date: Wed, 7 Feb 2001 19:18:52 -0800 (PST)
34438              Message-Id: <Pine.LNX.4.21.0102071916270.29229-100000@mako.covalent.net>
34439      Branch: perl
34440            ! embed.pl perl.c sv.c sv.h
34441 ____________________________________________________________________________
34442 [  8712] By: nick                                  on 2001/02/08  19:12:47
34443         Log: Subject: [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplificationfor Pod::Find
34444              From: Peter Prymmer <pvhp@forte.com>
34445              Date: Wed, 7 Feb 2001 17:07:39 -0800 (PST)
34446              Message-Id: <Pine.OSF.4.10.10102071704150.411763-100000@aspara.forte.com
34447      Branch: perl
34448            ! lib/Pod/Find.pm
34449 ____________________________________________________________________________
34450 [  8711] By: nick                                  on 2001/02/07  21:06:11
34451         Log: Manually appliued version for dev branch of Alan/Sarathy 5.6 patch.
34452              Subject: Re: Incorrect scoping of PL_reg_start_tmp causes leak
34453              From: Alan Burlison <Alan.Burlison@uk.sun.com>
34454              Date: Tue, 06 Feb 2001 23:37:01 +0000
34455              Message-Id: <3A808A9D.20F7A035@uk.sun.com>
34456      Branch: perl
34457            ! regcomp.c
34458 ____________________________________________________________________________
34459 [  8710] By: alanbur                               on 2001/02/07  00:22:04
34460         Log: Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
34461              associated UTFied tr/// code.  Also fixed scoping leak of
34462              PL_reg_start_tmp.
34463      Branch: maint-5.6/pureperl
34464            ! op.c regcomp.c
34465 ____________________________________________________________________________
34466 [  8709] By: nick                                  on 2001/02/06  21:16:49
34467         Log: Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
34468              From: Michael G Schwern <schwern@pobox.com>
34469              Date: Sun, 4 Feb 2001 19:47:14 -0500
34470              Message-Id: <20010204194714.A4698@blackrider.aocn.com>
34471      Branch: perl
34472            ! pod/perlapi.pod pod/perlmodlib.PL
34473 ____________________________________________________________________________
34474 [  8708] By: nick                                  on 2001/02/06  20:41:20
34475         Log: Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
34476              From: Michael G Schwern <schwern@pobox.com>
34477              Date: Sun, 4 Feb 2001 21:17:49 -0500
34478              Message-Id: <20010204211748.A13415@blackrider.aocn.com>
34479      Branch: perl
34480            ! pod/perlboot.pod pod/perlobj.pod pod/perltoot.pod
34481            ! pod/perltootc.pod
34482 ____________________________________________________________________________
34483 [  8707] By: nick                                  on 2001/02/06  20:29:11
34484         Log: Subject: [PATCH lib/ExtUtils/MANIFEST.SKIP] Skipping CVS conflict backup files
34485              From: Michael G Schwern <schwern@pobox.com>
34486              Date: Tue, 6 Feb 2001 05:54:30 -0500
34487              Message-Id: <20010206055430.A951@blackrider.aocn.com>
34488      Branch: perl
34489            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/Manifest.pm
34490 ____________________________________________________________________________
34491 [  8706] By: nick                                  on 2001/02/06  20:21:40
34492         Log: Subject: RE: some win32 fixes
34493              Date: Tue, 6 Feb 2001 09:23:20 +0300
34494              From: Vadim Konovalov <vkonovalov@lucent.com>
34495              Message-ID: <402099F49BEED211999700805FC7359F9CAF49@ru0028exch01.spb.lucent.com>
34496      Branch: perl
34497            ! toke.c win32/Makefile win32/config.bc win32/config.gc
34498            ! win32/config.vc win32/config_H.bc win32/makefile.mk
34499 ____________________________________________________________________________
34500 [  8705] By: alanbur                               on 2001/02/06  15:00:03
34501         Log: Synchronised with parent
34502      Branch: maint-5.6/pureperl
34503            ! regexec.c
34504           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
34505           !> utils/perldoc.PL win32/Makefile win32/makefile.mk
34506 ____________________________________________________________________________
34507 [  8704] By: alanbur                               on 2001/02/06  14:55:24
34508         Log: Fixed UMRs and leak in Perl_pmtrans()
34509      Branch: maint-5.6/pureperl
34510            ! op.c
34511 ____________________________________________________________________________
34512 [  8703] By: gsar                                  on 2001/02/06  02:29:37
34513         Log: $(MAKE) distclean doesn't clean up properly on windows
34514      Branch: maint-5.6/perl
34515            ! win32/Makefile win32/makefile.mk
34516 ____________________________________________________________________________
34517 [  8702] By: gsar                                  on 2001/02/06  01:00:46
34518         Log: tweak change#8659 to keep it simple
34519      Branch: maint-5.6/perl
34520            ! utils/perldoc.PL
34521 ____________________________________________________________________________
34522 [  8701] By: gsar                                  on 2001/02/05  22:45:41
34523         Log: change#8693 was missing testsuite changes
34524      Branch: maint-5.6/perl
34525           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
34526 ____________________________________________________________________________
34527 [  8700] By: nick                                  on 2001/02/05  20:32:52
34528         Log: Integrate mainline
34529      Branch: perlio
34530           +> t/lib/sample-tests/bailout t/lib/sample-tests/combined
34531           +> t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
34532           +> t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
34533           +> t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
34534           +> t/lib/sample-tests/skip t/lib/sample-tests/skip_all
34535           +> t/lib/sample-tests/todo t/lib/sample-tests/with_comments
34536           +> t/lib/test-harness.t
34537           !> Configure MANIFEST lib/Test/Harness.pm lib/overload.pm
34538           !> perlio.c pod/perldiag.pod pod/perlfaq2.pod pod/perlfaq8.pod
34539           !> pod/perlfunc.pod pod/perlop.pod pod/perlport.pod
34540           !> pod/perlutil.pod t/TEST utils/h2xs.PL
34541 ____________________________________________________________________________
34542 [  8699] By: nick                                  on 2001/02/05  19:41:07
34543         Log: Subject: perlfaq2, re: perlmongers
34544              From: David H. Adler <dha@panix.com>
34545              Date: Sun, 4 Feb 2001 23:48:23 -0500
34546              Message-Id: <20010204234823.A13429@panix.com>
34547      Branch: perl
34548            ! pod/perlfaq2.pod
34549 ____________________________________________________________________________
34550 [  8698] By: nick                                  on 2001/02/05  19:39:31
34551         Log: Missed file f#rom the testharness mess.
34552      Branch: perl
34553            + t/lib/test-harness.t
34554 ____________________________________________________________________________
34555 [  8697] By: nick                                  on 2001/02/05  19:37:21
34556         Log: Subject: [DOC PATCH] overload.pm nits
34557              From: John Tobey <jtobey@john-edwin-tobey.org>
34558              Date: Sun, 4 Feb 2001 20:40:47 -0500 (EST)
34559              Message-Id: <m14Pae7-000FOoC@feynman.localnet>
34560      Branch: perl
34561            ! lib/overload.pm
34562 ____________________________________________________________________________
34563 [  8696] By: alanbur                               on 2001/02/05  11:56:00
34564         Log: Sync with parent
34565      Branch: maint-5.6/pureperl
34566           !> thread.h
34567 ____________________________________________________________________________
34568 [  8695] By: gsar                                  on 2001/02/05  03:27:34
34569         Log: thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
34570      Branch: maint-5.6/perl
34571            ! thread.h
34572 ____________________________________________________________________________
34573 [  8694] By: alanbur                               on 2001/02/05  00:07:47
34574         Log: Initial branch creation from //depot/maint-5.6/perl
34575      Branch: maint-5.6/pureperl
34576           +> (branch 1719 files)
34577 ____________________________________________________________________________
34578 [  8693] By: gsar                                  on 2001/02/04  22:38:49
34579         Log: integrate changes#7801,8068,8094,8108,8196 from mainline (DB_File
34580              changes)
34581      Branch: maint-5.6/perl
34582           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
34583           !> ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
34584           !> ext/DB_File/version.c
34585 ____________________________________________________________________________
34586 [  8692] By: nick                                  on 2001/02/04  18:15:57
34587         Log: The missed t/TEST part of the grand testharness upgrade.
34588      Branch: perl
34589            ! t/TEST
34590 ____________________________________________________________________________
34591 [  8691] By: nick                                  on 2001/02/04  18:05:17
34592         Log: New improved test harness
34593              Subject: Re: [PATCH Test::Harness] Third time's a charm?
34594              From: Michael G Schwern <schwern@pobox.com>
34595              Date: Sun, 4 Feb 2001 08:01:20 -0500
34596              Message-Id: <20010204080120.G10493@blackrider.aocn.com>
34597      Branch: perl
34598            + t/lib/sample-tests/bailout t/lib/sample-tests/combined
34599            + t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
34600            + t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
34601            + t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
34602            + t/lib/sample-tests/skip t/lib/sample-tests/skip_all
34603            + t/lib/sample-tests/todo t/lib/sample-tests/with_comments
34604            ! MANIFEST lib/Test/Harness.pm
34605 ____________________________________________________________________________
34606 [  8690] By: nick                                  on 2001/02/04  17:57:51
34607         Log: Subject: [PATCH h2xs.PL perl@8670] Small usage change and author gueesing
34608              From: Jonathan Stowe <gellyfish@gellyfish.com>
34609              Date: Sun, 4 Feb 2001 10:46:01 +0000 (GMT)
34610              Message-Id: <Pine.LNX.4.32.0102041037510.1555-100000@orpheus.gellyfish.com>
34611      Branch: perl
34612            ! utils/h2xs.PL
34613 ____________________________________________________________________________
34614 [  8689] By: nick                                  on 2001/02/04  17:55:24
34615         Log: Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
34616              From: Michael G Schwern <schwern@pobox.com>
34617              Date: Sat, 3 Feb 2001 22:46:38 -0500
34618              Message-Id: <20010203224638.E10493@blackrider.aocn.com>
34619      Branch: perl
34620            ! pod/perldiag.pod pod/perlfaq8.pod pod/perlfunc.pod
34621            ! pod/perlop.pod pod/perlport.pod pod/perlutil.pod
34622 ____________________________________________________________________________
34623 [  8688] By: nick                                  on 2001/02/04  17:43:55
34624         Log: Subject: [ID 20010203.006] perlio.c is mis-reporting argument
34625              length byfailing to spot lack of closing )
34626              From: nick@talking.bollo.cx
34627              Date: Sat, 03 Feb 2001 23:53:16 +0000
34628              Message-Id: <E14PCUW-0001Qo-00@Bagpuss.unfortu.net>
34629      Branch: perl
34630            ! perlio.c pod/perldiag.pod
34631 ____________________________________________________________________________
34632 [  8687] By: jhi                                   on 2001/02/03  17:11:42
34633         Log: HP-UX thread patches from Merijn H. Brand.
34634      Branch: maint-5.6/perl
34635            ! README.hpux hints/hpux.sh
34636 ____________________________________________________________________________
34637 [  8686] By: jhi                                   on 2001/02/03  16:40:12
34638         Log: Metaconfig changes for #8685.
34639      Branch: metaconfig
34640            ! U/installdirs/instubperl.U
34641      Branch: metaconfig/U/perl
34642            ! Devel.U versiononly.U
34643 ____________________________________________________________________________
34644 [  8685] By: jhi                                   on 2001/02/03  16:39:49
34645         Log: For -Dusedevel builds turn off installusrbinperl and turn on
34646              versiononly, a combined idea of Richard Soderberg and Merijn
34647              H. Brand.  You can still override both of these from the command
34648              line if you need to, -Dinstallusrbinperl and -Uversiononly.
34649      Branch: perl
34650            ! Configure
34651 ____________________________________________________________________________
34652 [  8684] By: jhi                                   on 2001/02/03  16:16:34
34653         Log: Metaconfig unit fix for #8683.
34654      Branch: metaconfig
34655            ! U/compline/nblock_io.U
34656 ____________________________________________________________________________
34657 [  8683] By: jhi                                   on 2001/02/03  16:16:12
34658         Log: Configure fix for the DYNIX/ptx F_SETFL problem,
34659              reported by Peter Prymmer for 5.6-TRIAL1.
34660      Branch: perl
34661            ! Configure
34662 ____________________________________________________________________________
34663 [  8682] By: jhi                                   on 2001/02/03  05:52:11
34664         Log: IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
34665              to work correctly.
34666      Branch: maint-5.6/perl
34667            ! hints/irix_6.sh
34668 ____________________________________________________________________________
34669 [  8681] By: jhi                                   on 2001/02/03  05:47:33
34670         Log: perlport tweaks from Peter Prymmer and Chris Nandor.
34671      Branch: maint-5.6/perl
34672            ! pod/perlport.pod
34673 ____________________________________________________________________________
34674 [  8680] By: jhi                                   on 2001/02/02  21:39:49
34675         Log: perlport update from Peter Prymmer.
34676      Branch: maint-5.6/perl
34677            ! pod/perlport.pod
34678 ____________________________________________________________________________
34679 [  8679] By: nick                                  on 2001/02/02  20:50:48
34680         Log: Integrate mainline
34681      Branch: perlio
34682           !> Changes Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
34683           !> lib/Getopt/Long.pm patchlevel.h pod/perlfunc.pod
34684           !> pod/perlmodlib.PL pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
34685 ____________________________________________________________________________
34686 [  8678] By: gsar                                  on 2001/02/02  16:02:12
34687         Log: note about bincompat, slightly modified (from Lupe Christoph)
34688      Branch: maint-5.6/perl
34689            ! README.solaris
34690 ____________________________________________________________________________
34691 [  8677] By: jhi                                   on 2001/02/02  15:46:20
34692         Log: Supported platforms updates.
34693      Branch: maint-5.6/perl
34694            ! pod/perlport.pod
34695 ____________________________________________________________________________
34696 [  8676] By: jhi                                   on 2001/02/02  03:41:26
34697         Log: A couple more perlfaq2 tweaks.
34698      Branch: maint-5.6/perl
34699            ! pod/perlfaq2.pod
34700 ____________________________________________________________________________
34701 [  8675] By: jhi                                   on 2001/02/02  03:17:44
34702         Log: Misedit in #8661.
34703      Branch: maint-5.6/perl
34704            ! Configure
34705 ____________________________________________________________________________
34706 [  8674] By: jhi                                   on 2001/02/02  03:14:38
34707         Log: Damien again.
34708      Branch: maint-5.6/perl
34709            ! pod/perlfaq2.pod
34710 ____________________________________________________________________________
34711 [  8673] By: jhi                                   on 2001/02/02  03:12:40
34712         Log: perlfaq update from Elaine Ashton.
34713      Branch: maint-5.6/perl
34714            ! pod/perlfaq2.pod
34715 ____________________________________________________________________________
34716 [  8672] By: jhi                                   on 2001/02/02  03:07:08
34717         Log: UTF-8 s/// patch from Inaba Hiroto.
34718      Branch: maint-5.6/perl
34719            ! pp_ctl.c pp_hot.c
34720 ____________________________________________________________________________
34721 [  8671] By: jhi                                   on 2001/02/01  22:34:31
34722         Log: Update Changes.
34723      Branch: perl
34724            ! Changes patchlevel.h
34725 ____________________________________________________________________________
34726 [  8670] By: jhi                                   on 2001/02/01  22:15:29
34727         Log: Integrate changes #8641,8644,8649,8654,8662,8663,8664,8665,8667,8669
34728              from maintperl.
34729              
34730              Upgrade to Getopt::Long 2.25, from Johan Vromans.
34731              
34732              more files need to be writable in the source distribution
34733              
34734              perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
34735              
34736              Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
34737              
34738              Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
34739              
34740              Allow the float to be fuzzier.
34741              
34742              need to use INT2PTR instead of a straight cast or ia64 fails
34743              
34744              Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
34745              
34746              add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
34747      Branch: perl
34748           !> Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
34749           !> lib/Getopt/Long.pm pod/perlfunc.pod pod/perlmodlib.PL
34750           !> pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
34751 ____________________________________________________________________________
34752 [  8669] By: jhi                                   on 2001/02/01  21:57:02
34753         Log: Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
34754              From: Robin Barker <rmb1@cise.npl.co.uk>
34755              Date: Thu, 1 Feb 2001 16:59:05 GMT
34756              Message-Id: <200102011659.QAA01274@tempest.npl.co.uk>
34757      Branch: maint-5.6/perl
34758            ! pod/perlmodlib.PL
34759 ____________________________________________________________________________
34760 [  8668] By: nick                                  on 2001/02/01  19:41:40
34761         Log: Integrate mainline
34762      Branch: perlio
34763           !> dump.c ext/Errno/Errno_pm.PL intrpvar.h mg.c perl.c perl.h
34764           !> pod/perlapi.pod pp.c pp.h pp_hot.c sv.c t/op/arith.t
34765           !> t/op/each.t utf8.c utf8.h util.c vms/test.com
34766 ____________________________________________________________________________
34767 [  8667] By: gsar                                  on 2001/02/01  16:59:11
34768         Log: add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
34769      Branch: maint-5.6/perl
34770            ! embed.pl embedvar.h
34771 ____________________________________________________________________________
34772 [  8666] By: gsar                                  on 2001/02/01  16:34:51
34773         Log: add missing entries to win32/config.?c
34774      Branch: maint-5.6/perl
34775            ! win32/config.bc win32/config.gc win32/config.vc
34776            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
34777 ____________________________________________________________________________
34778 [  8665] By: jhi                                   on 2001/02/01  14:58:51
34779         Log: Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
34780              From: "Stephen P. Potter" <spp@spotter.yi.org>
34781              Date: Thu, 01 Feb 2001 10:45:46 -0500
34782              Message-Id: <200102011545.KAA31479@spotter.yi.org>
34783      Branch: maint-5.6/perl
34784            ! pod/perlfunc.pod
34785 ____________________________________________________________________________
34786 [  8664] By: gsar                                  on 2001/02/01  14:52:37
34787         Log: need to use INT2PTR instead of a straight cast or ia64 fails
34788              posix.t (from Brendan O'Dea <bod@compusol.com.au>)
34789      Branch: maint-5.6/perl
34790            ! ext/POSIX/POSIX.xs
34791 ____________________________________________________________________________
34792 [  8663] By: jhi                                   on 2001/02/01  14:09:13
34793         Log: Allow the float to be fuzzier.
34794      Branch: maint-5.6/perl
34795            ! t/lib/peek.t
34796 ____________________________________________________________________________
34797 [  8662] By: jhi                                   on 2001/02/01  13:59:00
34798         Log: Subject: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
34799              From: Robin Barker <rmb1@cise.npl.co.uk>
34800              Date: Thu, 1 Feb 2001 13:05:39 GMT
34801              Message-Id: <200102011305.NAA26160@tempest.npl.co.uk>
34802      Branch: maint-5.6/perl
34803            ! pod/perlmodlib.pod
34804 ____________________________________________________________________________
34805 [  8661] By: jhi                                   on 2001/02/01  13:57:38
34806         Log: Subject: [PATCH] Re: v5.6.1 trial2 is available
34807              Date: Thu, 01 Feb 2001 14:15:41 +0100
34808              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
34809              Message-Id: <20010201141104.303F.H.M.BRAND@hccnet.nl>
34810              
34811              Have the $ccflags in the gcc version test (strange, this change
34812              is claimed to be have been integrated already)
34813      Branch: maint-5.6/perl
34814            ! Configure
34815 ____________________________________________________________________________
34816 [  8660] By: jhi                                   on 2001/02/01  13:44:10
34817         Log: Integrate changes #7950,7964,7962 from mainline.
34818              
34819              Find the stdchar signedness using cpp, should fix some of
34820              the Solaris compiler warnings reported by Alan Burlison.
34821      Branch: maint-5.6/perl
34822           !> Configure config_h.SH
34823 ____________________________________________________________________________
34824 [  8659] By: jhi                                   on 2001/02/01  05:35:32
34825         Log: Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
34826              From: Jan Dubois <JanD@ActiveState.com>
34827              Date: Wed, 31 Jan 2001 21:17:03 -0800
34828              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
34829      Branch: maint-5.6/perl
34830            ! utils/perldoc.PL
34831 ____________________________________________________________________________
34832 [  8658] By: jhi                                   on 2001/02/01  04:33:17
34833         Log: Integrate the README.os390 and README.posix-bc parts of mainline
34834              changes #8373,8486, 8544,8556.  (The hints/os390.sh,Makefile.SH,
34835              installperl parts were taken care of by #8657.)
34836      Branch: maint-5.6/perl
34837           !> README.os390 README.posix-bc
34838 ____________________________________________________________________________
34839 [  8657] By: jhi                                   on 2001/02/01  04:29:21
34840         Log: Subject: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
34841              From: Peter Prymmer <pvhp@forte.com>
34842              Date: Wed, 31 Jan 2001 18:18:11 -0800 (PST)
34843              Message-ID: <Pine.OSF.4.10.10101311815560.336633-100000@aspara.forte.com>
34844      Branch: maint-5.6/perl
34845            + ext/DynaLoader/dl_dllload.xs
34846            ! MANIFEST Makefile.SH hints/os390.sh installperl
34847 ____________________________________________________________________________
34848 [  8656] By: jhi                                   on 2001/02/01  04:25:45
34849         Log: Subject: [PATCH: 5.6.1 trial2]Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os390 05.00 (UNINSTALLED)
34850              From: Peter Prymmer <pvhp@forte.com>
34851              Date: Wed, 31 Jan 2001 15:26:57 -0800 (PST)
34852              Message-ID: <Pine.OSF.4.10.10101311523101.336633-100000@aspara.forte.com>
34853      Branch: maint-5.6/perl
34854            ! lib/Math/BigInt.pm lib/bigint.pl t/lib/b.t t/pragma/sub_lval.t
34855 ____________________________________________________________________________
34856 [  8655] By: jhi                                   on 2001/02/01  04:14:47
34857         Log: Subject: [ID 20010131.066] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os2 2.40 (UNINSTALLED)
34858              From: troc@netrus.net
34859              Date: Wed, 31 Jan 2001 22:31:26 -0500
34860              Message-Id: <200102010331.WAA117.85@rocco.homenet>
34861      Branch: maint-5.6/perl
34862            ! os2/os2.c
34863 ____________________________________________________________________________
34864 [  8654] By: jhi                                   on 2001/02/01  04:12:52
34865         Log: Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
34866              as reported by Alan Burlison.
34867      Branch: maint-5.6/perl
34868            ! pp.h
34869 ____________________________________________________________________________
34870 [  8653] By: jhi                                   on 2001/02/01  04:05:12
34871         Log: Subject: [ID 20010131.042] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on VMS_AXP V7.2-1
34872              From: dsugalski@northernlight.com
34873              Date: Wed, 31 Jan 2001 18:54:11 -0500
34874              Message-Id: <01013118541126@monsoon.stratus.northernlight.com>
34875      Branch: maint-5.6/perl
34876            ! configure.com
34877 ____________________________________________________________________________
34878 [  8652] By: jhi                                   on 2001/02/01  04:03:11
34879         Log: Misplaced #endif.
34880              
34881              Subject: [perl-5-6-1-trial2] patches for EPOC
34882              From: Olaf Flebbe <O.Flebbe@science-computing.de>
34883              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
34884              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
34885      Branch: maint-5.6/perl
34886            ! epoc/epocish.c
34887 ____________________________________________________________________________
34888 [  8651] By: jhi                                   on 2001/02/01  04:00:25
34889         Log: Integrate changes #8647,8648,8650 from mainline.
34890              
34891              Macrofy a magic UTF-8 test.
34892              
34893              Protect PL_numeric_radix_sv with USE_NUMERIC_LOCALE.
34894              
34895              Watch out for cross compiling for EPOC (usually done on linux).
34896      Branch: maint-5.6/perl
34897           !> ext/Errno/Errno_pm.PL sv.c utf8.c utf8.h
34898 ____________________________________________________________________________
34899 [  8650] By: jhi                                   on 2001/02/01  03:56:20
34900         Log: Watch out for cross compiling for EPOC (usually done on linux)
34901              
34902              Subject: [perl-5-6-1-trial2] patches for EPOC
34903              From: Olaf Flebbe <O.Flebbe@science-computing.de>
34904              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
34905              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
34906      Branch: perl
34907            ! ext/Errno/Errno_pm.PL
34908 ____________________________________________________________________________
34909 [  8649] By: gsar                                  on 2001/02/01  00:46:00
34910         Log: perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
34911      Branch: maint-5.6/perl
34912            ! sv.c
34913 ____________________________________________________________________________
34914 [  8648] By: jhi                                   on 2001/01/31  23:35:36
34915         Log: All the uses of PL_numeric_radix must be protected by
34916              USE_LOCALE_NUMERIC, noticed by Olaf Flebbe in
34917              
34918              Subject: [perl-5-6-1-trial2] patches for EPOC
34919              From: Olaf Flebbe <O.Flebbe@science-computing.de>
34920              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
34921              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
34922      Branch: perl
34923            ! sv.c
34924 ____________________________________________________________________________
34925 [  8647] By: jhi                                   on 2001/01/31  22:56:16
34926         Log: Macrofy a magic UTF-8 test.
34927      Branch: perl
34928            ! utf8.c utf8.h
34929 ____________________________________________________________________________
34930 [  8646] By: gsar                                  on 2001/01/31  15:55:12
34931         Log: update Changes
34932      Branch: maint-5.6/perl
34933            ! Changes
34934 ____________________________________________________________________________
34935 [  8645] By: gsar                                  on 2001/01/31  15:10:14
34936         Log: Configure tweak suggested by Peter Prymmer
34937      Branch: maint-5.6/perl
34938            ! Configure
34939 ____________________________________________________________________________
34940 [  8644] By: gsar                                  on 2001/01/31  15:06:32
34941         Log: more files need to be writable in the source distribution
34942      Branch: maint-5.6/perl
34943            ! Porting/makerel
34944 ____________________________________________________________________________
34945 [  8643] By: jhi                                   on 2001/01/31  14:59:46
34946         Log: Integrate changes #8258,8278,8279 from mainline.
34947              
34948              Make the large file tests more robust/talkative.
34949      Branch: maint-5.6/perl
34950           !> t/lib/syslfs.t t/op/lfs.t
34951 ____________________________________________________________________________
34952 [  8642] By: gsar                                  on 2001/01/31  14:53:48
34953         Log: integrate changes#8311,8334 from mainline
34954              
34955              Add a new MakeMaker variable PM_FILTER that defines a Unix
34956              filter to be run on each .pm during the pm_to_blib() phase,
34957              a fixed version of
34958              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
34959              
34960              Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
34961              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
34962              accurate reading of the "atime".  
34963      Branch: maint-5.6/perl
34964           !> lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
34965           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
34966           !> lib/ExtUtils/MakeMaker.pm t/io/fs.t
34967 ____________________________________________________________________________
34968 [  8641] By: jhi                                   on 2001/01/31  14:46:37
34969         Log: Upgrade to Getopt::Long 2.25, from Johan Vromans.
34970      Branch: maint-5.6/perl
34971            ! lib/Getopt/Long.pm
34972 ____________________________________________________________________________
34973 [  8640] By: gsar                                  on 2001/01/31  14:40:24
34974         Log: make regen_all
34975      Branch: maint-5.6/perl
34976            ! patchlevel.h pod/perlmodlib.pod pod/perltoc.pod
34977 ____________________________________________________________________________
34978 [  8639] By: gsar                                  on 2001/01/31  14:37:25
34979         Log: refresh windows config files
34980      Branch: maint-5.6/perl
34981            ! win32/Makefile win32/config_H.bc win32/config_H.gc
34982            ! win32/config_H.vc win32/makefile.mk
34983 ____________________________________________________________________________
34984 [  8638] By: gsar                                  on 2001/01/31  14:28:10
34985         Log: makefile tweaks for windows: introduce a bulk-switch to enable
34986              same options as ActivePerl; sync changes with makefile.mk
34987      Branch: maint-5.6/perl
34988            ! win32/Makefile win32/makefile.mk
34989 ____________________________________________________________________________
34990 [  8637] By: jhi                                   on 2001/01/31  04:41:30
34991         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20010105.023] numeric problems in IRIX
34992              From: Nicholas Clark <nick@ccl4.org>
34993              Date: Tue, 30 Jan 2001 19:51:05 +0000
34994              Message-ID: <20010130195105.R76607@plum.flirble.org> 
34995              
34996              op/inc cure.
34997      Branch: perl
34998            ! pp.c pp.h pp_hot.c t/op/arith.t
34999 ____________________________________________________________________________
35000 [  8636] By: jhi                                   on 2001/01/31  02:38:32
35001         Log: Integrate changes #7884,8122,8155,8197,8213[just to /nolog part,
35002              no perlio],8257,8380,8479,8515 from mainline.
35003              
35004              Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
35005              
35006              Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
35007              Subject: [PATCH perl@8133] fix-up for VMS extensions
35008              
35009              In VMS embedded perls couldn't access the statically built Socket.
35010              
35011              Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com (8213)
35012              
35013              Further VMS piping fixes from Charles Lane.
35014              
35015              Subject:  [PATCH] make t/op/misc.t work on VMS
35016              
35017              Add tracing for debugging extensions builds in VMS.
35018              
35019              Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
35020      Branch: maint-5.6/perl
35021           !> configure.com doio.c t/op/misc.t vms/descrip_mms.template
35022           !> vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
35023           !> vms/test.com vms/vms.c vms/vmsish.h vms/vmspipe.com
35024 ____________________________________________________________________________
35025 [  8635] By: jhi                                   on 2001/01/31  01:46:41
35026         Log: Integrate change #7732 from mainline.
35027              
35028              Sparc 64-bit pack() fix from Jens Hamisch.
35029      Branch: maint-5.6/perl
35030           !> pp.c
35031 ____________________________________________________________________________
35032 [  8634] By: jhi                                   on 2001/01/31  01:41:16
35033         Log: One spot missing from #8626.
35034      Branch: maint-5.6/perl
35035            ! sv.c
35036 ____________________________________________________________________________
35037 [  8633] By: jhi                                   on 2001/01/31  00:49:17
35038         Log: Integrate change #7495 from mainline.
35039              
35040              Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
35041      Branch: maint-5.6/perl
35042           !> MANIFEST ext/re/Makefile.PL
35043 ____________________________________________________________________________
35044 [  8632] By: jhi                                   on 2001/01/30  23:38:49
35045         Log: Integrate change #8396 from mainline.
35046              
35047              Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for
35048              better multicast support (resend)
35049      Branch: maint-5.6/perl
35050           !> ext/Socket/Socket.pm
35051 ____________________________________________________________________________
35052 [  8631] By: jhi                                   on 2001/01/30  23:28:03
35053         Log: Integrate changes #7514,7813,8113,8144,8397,8398,8490 from mainline.
35054              
35055              More AIX lore. (7514, ext/re/hints/aix.pl)
35056              
35057              Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
35058              
35059              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)
35060              
35061              Subject: [ID 20001214.002] Net::Ping patch
35062              
35063              Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
35064              
35065              Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
35066              
35067              Add ReuseAddr as a (preferred) alias for Reuse as we now
35068              also have ReusePort.
35069              
35070              Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
35071      Branch: maint-5.6/perl
35072           +> ext/re/hints/aix.pl
35073           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
35074           !> ext/IO/lib/IO/Socket/INET.pm lib/Net/Ping.pm
35075 ____________________________________________________________________________
35076 [  8630] By: jhi                                   on 2001/01/30  23:03:59
35077         Log: Integrate changes #8215,8587 from mainline: missing pod nits.
35078              
35079              read() documentation tweak for 20001121.004.
35080              
35081              Subject: [ID 20010128.003] [PATCH] perlre.pod buglet
35082      Branch: maint-5.6/perl
35083           !> pod/perlfunc.pod pod/perlre.pod
35084 ____________________________________________________________________________
35085 [  8629] By: jhi                                   on 2001/01/30  22:41:57
35086         Log: Integrate change #8098 from mainline.
35087              
35088              fastgetcwd is defined using a glob alias on a $^O dependent basis
35089              and there was no default assignment or perl subroutine.
35090      Branch: maint-5.6/perl
35091           !> lib/Cwd.pm
35092 ____________________________________________________________________________
35093 [  8628] By: jhi                                   on 2001/01/30  21:58:52
35094         Log: Integrate change #7866 from mainline.
35095              
35096              File::Temp 0.11.
35097      Branch: maint-5.6/perl
35098           !> lib/File/Temp.pm t/lib/ftmp-tempfile.t
35099 ____________________________________________________________________________
35100 [  8627] By: jhi                                   on 2001/01/30  21:39:44
35101         Log: Integrate changes #8075,8086,8228 from mainline.  
35102              
35103              Darwin is not Windows. (8075,8086)
35104              
35105              Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
35106      Branch: maint-5.6/perl
35107           !> lib/CGI.pm lib/Pod/Select.pm lib/Text/ParseWords.pm
35108           !> pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
35109           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq4.pod
35110           !> pod/perllocale.pod pod/perlmodlib.pod pod/perlretut.pod
35111 ____________________________________________________________________________
35112 [  8626] By: jhi                                   on 2001/01/30  21:22:11
35113         Log: Integrate with tweakery the change #8625 from mainline,
35114              the multibyte decimal separator fix ("fa_IR locale failure").
35115      Branch: maint-5.6/perl
35116            ! embedvar.h perlapi.h
35117           !> intrpvar.h perl.c perl.h sv.c util.c
35118 ____________________________________________________________________________
35119 [  8625] By: jhi                                   on 2001/01/30  20:26:33
35120         Log: Fix for the fa_IR locale failure.  The reason for the failure
35121              was that Perl was assuming the decimal separator aka the radix
35122              separator is one character.  The Farsi-Iranian locale crushed
35123              that bad assumption since there the separator is 'Momayyez',
35124              glyphwise looking somewhat like a slash, and in Unicode UTF-8
35125              encoded in two bytes, 0xd9 0xab.
35126      Branch: perl
35127            ! intrpvar.h perl.c perl.h sv.c util.c
35128 ____________________________________________________________________________
35129 [  8624] By: gsar                                  on 2001/01/30  20:17:03
35130         Log: regen_headers
35131      Branch: maint-5.6/perl
35132            ! Makefile.SH pod/perlintern.pod
35133 ____________________________________________________________________________
35134 [  8623] By: gsar                                  on 2001/01/30  19:42:34
35135         Log: backout change#7431 and its dependents (causes spurious rebuilds
35136              of autogenerated files)
35137              
35138              fix benign b.t failure
35139      Branch: maint-5.6/perl
35140            ! Makefile.SH t/lib/b.t
35141 ____________________________________________________________________________
35142 [  8622] By: jhi                                   on 2001/01/30  19:41:41
35143         Log: Microperl sync.
35144      Branch: perl
35145            ! mg.c perl.h
35146 ____________________________________________________________________________
35147 [  8621] By: gsar                                  on 2001/01/30  19:24:47
35148         Log: integrate changes#8259,8442,8444,8445,8448,8449,8451,8455
35149              from mainline
35150              
35151              Subject: podlators 1.06 released
35152              
35153              Subject: [PATCH @8436] Eliminate op_children
35154              
35155              (Replaced by #8448)  Traces of op_children (cleanup of #8442)
35156              
35157              (Replaced by #8448)  More op_children traces (cleanup of #8442).
35158              
35159              Subject: [PATCH #3 @8436] Re: Eliminate op_children
35160              Replace #8444 and #8445.
35161              
35162              Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
35163              at the setting of the ofs_sv in new_struct_thread() as the
35164              thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
35165              uninitialized fields are, uh, initialized with),
35166              SvREFCNT_inc()ing that invited a core dump.
35167              
35168              podlators 1.07, from Russ Allbery.
35169              
35170              Subject: [PATCH] regcomp.c old feature removal
35171              From: mjd@plover.com
35172              Date: 16 Jan 2001 14:43:18 -0000 
35173              Message-ID: <20010116144318.7140.qmail@plover.com> 
35174      Branch: maint-5.6/perl
35175           +> lib/Pod/Text/Overstrike.pm
35176           !> MANIFEST bytecode.pl ext/B/B.xs ext/B/B/Asmdata.pm
35177           !> ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Concise.pm
35178           !> ext/B/B/Debug.pm ext/ByteLoader/byterun.c
35179           !> ext/ByteLoader/byterun.h lib/Pod/Man.pm lib/Pod/Text/Color.pm
35180           !> lib/Pod/Text/Termcap.pm op.c op.h pod/pod2text.PL regcomp.c
35181           !> util.c
35182 ____________________________________________________________________________
35183 [  8620] By: gsar                                  on 2001/01/30  18:48:32
35184         Log: integrate changes#8243,8254,8255,8313,8314,8363,8383,8390,8416,
35185              8417,8418,8419,8424,8427,8430,8441,8563 from mainline (TODO: b.t
35186              now fails one test)
35187              
35188              Subject: [PATCH] lvalue AUTOLOAD. No, really.
35189              
35190              Subject: [PATCH] Interesting syntax idea
35191              Make opens + bareword assigns do typeglob assigns.
35192              
35193              Tests for #8254.
35194              
35195              Subject: [PATCH @8269] Continue blocks and B::Deparse
35196              Make the peephole optimizer to bypass more null ops and
35197              and rewrite the deparse handling of continue blocks.
35198              
35199              Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
35200              Doc tweak on #8313.
35201              
35202              Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
35203              
35204              Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
35205              
35206              Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
35207              
35208              Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
35209              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
35210              according to the platform.
35211              
35212              Subject: [PATCH @8404] Consolidated lvalue sub changes
35213              
35214              Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
35215              
35216              Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
35217              
35218              Subject: B::Concise -- an improved replacement for B::Terse 
35219              
35220              The B::Terse drop-in replacement wasn't quite drop-in.
35221              
35222              The LVRET macro needed an aTHX.
35223              
35224              Use the /^Perl_/-less form of is_lvalue_sub().
35225              
35226              Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
35227      Branch: maint-5.6/perl
35228           +> ext/B/B/Concise.pm
35229           !> (integrate 27 files)
35230 ____________________________________________________________________________
35231 [  8619] By: nick                                  on 2001/01/30  18:40:28
35232         Log: Integrate mainline
35233      Branch: perlio
35234           !> (integrate 40 files)
35235 ____________________________________________________________________________
35236 [  8618] By: jhi                                   on 2001/01/30  18:37:18
35237         Log: Subject: [PATCH perl@8585] protect VMS test harness from chdir switcheroo
35238              Date: Mon, 29 Jan 2001 22:51:29 -0600
35239              From: "Craig A. Berry" <craigberry@mac.com>
35240              Message-Id: <p04330101b69bef0ebab4@[172.16.52.1]>
35241      Branch: perl
35242            ! vms/test.com
35243 ____________________________________________________________________________
35244 [  8617] By: jhi                                   on 2001/01/30  18:34:53
35245         Log: Subject: [PATCH] Add missing CV flags to dump.c
35246              From: Tim Jenness <t.jenness@jach.hawaii.edu>
35247              Date: Mon, 29 Jan 2001 21:48:55 -1000 (HST)
35248              Message-ID: <Pine.LNX.4.30.0101292144280.14179-100000@lapaki.jach.hawaii.edu>
35249      Branch: perl
35250            ! dump.c
35251 ____________________________________________________________________________
35252 [  8616] By: jhi                                   on 2001/01/30  18:20:58
35253         Log: Integrate partly the change #8615 from mainline, the t/op/each.t
35254              part isn't applicable to maintperl.
35255              
35256              UTF-8 nit from Inaba Hiroto.
35257      Branch: maint-5.6/perl
35258           !> pod/perlapi.pod utf8.c
35259 ____________________________________________________________________________
35260 [  8615] By: jhi                                   on 2001/01/30  18:18:51
35261         Log: UTF-8 nit from Inaba Hiroto.
35262      Branch: perl
35263            ! pod/perlapi.pod t/op/each.t utf8.c
35264 ____________________________________________________________________________
35265 [  8614] By: jhi                                   on 2001/01/30  18:13:38
35266         Log: Integrate changes #8608,8609,8610,8611,8612,8613 from maintperl.
35267              
35268              perl's internal variables are not for public consumption,
35269              move their docs from perlapi.pod to perlintern.pod
35270              
35271              support for -Dusethreads build under HP-UX 10.20 and DCE threads
35272              library (11.0 and later have pthreads but 10.x don't)
35273              
35274              avoid uninitialized value warnings
35275              
35276              canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
35277              gets weird results)
35278              
35279              perldoc nit on windows
35280              
35281              make it possible to run the tests outside the source tree
35282              (there's still a dependency on ../lib being the library
35283              location)
35284      Branch: perl
35285           !> hints/hpux.sh intrpvar.h perlapi.c pod/perlapi.pod
35286           !> pod/perlintern.pod t/base/term.t t/io/tell.t t/lib/dprof/V.pm
35287           !> t/op/flip.t thrdvar.h thread.h utils/perldoc.PL
35288           !> win32/bin/search.pl win32/vdir.h
35289 ____________________________________________________________________________
35290 [  8613] By: gsar                                  on 2001/01/30  16:39:59
35291         Log: make it possible to run the tests outside the source tree
35292              (there's still a dependency on ../lib being the library
35293              location)
35294      Branch: maint-5.6/perl
35295            ! t/base/term.t t/io/tell.t t/lib/dprof/V.pm t/op/flip.t
35296 ____________________________________________________________________________
35297 [  8612] By: gsar                                  on 2001/01/30  16:31:12
35298         Log: perldoc nit on windows
35299      Branch: maint-5.6/perl
35300            ! utils/perldoc.PL
35301 ____________________________________________________________________________
35302 [  8611] By: gsar                                  on 2001/01/30  16:22:54
35303         Log: canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
35304              gets weird results)
35305      Branch: maint-5.6/perl
35306            ! win32/vdir.h
35307 ____________________________________________________________________________
35308 [  8610] By: gsar                                  on 2001/01/30  16:12:45
35309         Log: avoid uninitialized value warnings
35310      Branch: maint-5.6/perl
35311            ! win32/bin/search.pl
35312 ____________________________________________________________________________
35313 [  8609] By: gsar                                  on 2001/01/30  16:08:01
35314         Log: support for -Dusethreads build under HP-UX 10.20 and DCE threads
35315              library (11.0 and later have pthreads but 10.x don't)
35316      Branch: maint-5.6/perl
35317            ! hints/hpux.sh thread.h
35318 ____________________________________________________________________________
35319 [  8608] By: gsar                                  on 2001/01/30  15:48:55
35320         Log: perl's internal variables are not for public consumption,
35321              move their docs from perlapi.pod to perlintern.pod
35322      Branch: maint-5.6/perl
35323            ! intrpvar.h perlapi.c pod/perlapi.pod pod/perlintern.pod
35324            ! thrdvar.h
35325 ____________________________________________________________________________
35326 [  8607] By: gsar                                  on 2001/01/30  15:44:27
35327         Log: mistakenly branched perl56delta.pod, revert
35328      Branch: maint-5.6/perl
35329            - pod/perl56delta.pod
35330           !> pod/perldelta.pod
35331 ____________________________________________________________________________
35332 [  8606] By: gsar                                  on 2001/01/30  14:20:24
35333         Log: integrate changes#7984,7987,8010 from mainline (gets rid of
35334              dTHR which has been a noop for a while now, except for the
35335              compatibility definition in thread.h)
35336      Branch: maint-5.6/perl
35337           !> (integrate 45 files)
35338 ____________________________________________________________________________
35339 [  8605] By: jhi                                   on 2001/01/30  05:43:58
35340         Log: Mark the UTF-8 APIs as experimental.
35341      Branch: maint-5.6/perl
35342            ! embed.pl pod/perlapi.pod
35343 ____________________________________________________________________________
35344 [  8604] By: jhi                                   on 2001/01/30  05:38:40
35345         Log: Nits from earlier integrates.
35346      Branch: maint-5.6/perl
35347            ! lib/Carp/Heavy.pm
35348           !> sv.c
35349 ____________________________________________________________________________
35350 [  8603] By: jhi                                   on 2001/01/30  05:27:26
35351         Log: Regenerate Porting files.
35352      Branch: maint-5.6/perl
35353            ! Porting/Glossary Porting/config.sh Porting/config_H
35354 ____________________________________________________________________________
35355 [  8602] By: jhi                                   on 2001/01/30  05:14:59
35356         Log: Integrate changes #7891,8034,8078,8110,8111,8112,8277,8291,
35357              8310,8339,8447,8492,8493,8505,8525: documentation changes.
35358              
35359              Subject: Re: perlfaq style changes
35360              
35361              Subject: DOC PATCH 5.6.0: -s return value incompletely documented
35362              
35363              Subject: [PATCH] docs on NaN
35364              
35365              Subject: [patch] perlfaq7
35366              
35367              Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
35368              
35369              Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
35370              
35371              Subject: [PATCH] open() example in perlfunc.pod
35372              
35373              Podify README.mpeix (a new version from the web)
35374              
35375              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
35376              
35377              Subject: [PATCH] format and rewording in perlfaq.pod
35378              
35379              Subject: [PATCH] API Variable documentation   
35380              
35381              Memory management calls documentation.
35382              
35383              Subject: [PATCH: perl@8482] README.vms URL updates
35384              
35385              Subject: Minor typos in perlfaq2.pod
35386              
35387              Subject: [PATCH] pod/perlvar.pod
35388      Branch: maint-5.6/perl
35389           +> pod/perl56delta.pod
35390            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
35391           !> README.amiga README.epoc README.mpeix README.vms
35392           !> ext/POSIX/POSIX.pod lib/CPAN.pm lib/Carp/Heavy.pm
35393           !> lib/Win32.pod pod/perlapi.pod pod/perlfaq.pod pod/perlfaq1.pod
35394           !> pod/perlfaq2.pod pod/perlfaq6.pod pod/perlfaq7.pod
35395           !> pod/perlfunc.pod pod/perlop.pod pod/perlrequick.pod
35396           !> pod/perlvar.pod thrdvar.h
35397 ____________________________________________________________________________
35398 [  8601] By: jhi                                   on 2001/01/30  04:38:35
35399         Log: Integrate changes #8036,8096,8253 from mainline:
35400              hints changes.
35401              
35402              Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
35403              Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
35404              
35405              Output the (apparent) version of gcc in Tru64.
35406      Branch: maint-5.6/perl
35407           +> ext/POSIX/hints/svr4.pl
35408           !> MANIFEST ext/POSIX/Makefile.PL hints/dec_osf.sh hints/hpux.sh
35409           !> hints/svr4.sh t/lib/bigfltpm.t
35410 ____________________________________________________________________________
35411 [  8600] By: jhi                                   on 2001/01/30  04:04:01
35412         Log: Integrate changes #7863,7868,7875,7876,7888,8384,8480 from mainline:
35413              locale fixes.
35414              
35415              sprintf() does not taint since print() does not. (7863,7875,7876,7888)
35416              
35417              Debian allows /usr/bin/locale to exist without any locales. (7868)
35418              
35419              Allow the locale test needing POSIX and the taint test
35420              needing IPC::SysV to run under 'minitest' (basically,
35421              bail out if loading the extension fails). (8384)
35422              
35423              Cleanup the locale.t output  (8480)
35424      Branch: maint-5.6/perl
35425           !> pod/perllocale.pod sv.c t/op/misc.t t/op/taint.t
35426           !> t/pragma/locale.t
35427 ____________________________________________________________________________
35428 [  8599] By: jhi                                   on 2001/01/30  03:51:04
35429         Log: Missing generated files from #8598.
35430      Branch: maint-5.6/perl
35431            ! embed.h global.sym objXSUB.h perlapi.c proto.h
35432 ____________________________________________________________________________
35433 [  8598] By: jhi                                   on 2001/01/30  03:41:54
35434         Log: Integrate change #8555 from mainline, manually integrate parts
35435              of changes 8452 and 8583.
35436              
35437              Subject: [PATCH] utf8.c documentation (8452)
35438              
35439              No point in checking the length if the pointer is bogus. (8555)
35440              
35441              Introduce bytes_from_utf8() and implement sv_eq() using it,
35442              tr/// did not handle UTF-8 ranges, \ before a raw UTF-8 character
35443              produced "Malformed UTF-8 character" warning, "\x{100}\N{CENT SIGN}"
35444              was malformed. (8583)
35445      Branch: maint-5.6/perl
35446            ! embed.pl t/lib/charnames.t t/op/tr.t toke.c
35447           !> pod/perlapi.pod sv.c utf8.c
35448 ____________________________________________________________________________
35449 [  8597] By: gsar                                  on 2001/01/30  02:37:26
35450         Log: get PERL_OBJECT build going again on windows
35451      Branch: maint-5.6/perl
35452            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
35453            ! pod/perlapi.pod proto.h sv.c
35454 ____________________________________________________________________________
35455 [  8596] By: jhi                                   on 2001/01/30  02:16:17
35456         Log: Signedness nit.
35457      Branch: perl
35458            ! sv.c
35459 ____________________________________________________________________________
35460 [  8595] By: jhi                                   on 2001/01/30  02:11:07
35461         Log: EBCDIC patch for Storable, from Peter Prymmer.
35462      Branch: perl
35463            ! t/lib/st-06compat.t
35464 ____________________________________________________________________________
35465 [  8594] By: jhi                                   on 2001/01/30  01:04:48
35466         Log: Subject: [PATCH: perl@8585] yet another tweak to lib/b.t for EBCDIC
35467              From: Peter Prymmer <pvhp@forte.com>
35468              Date: Mon, 29 Jan 2001 16:51:38 -0800 (PST)
35469              Message-ID: <Pine.OSF.4.10.10101291646320.230748-100000@aspara.forte.com>
35470      Branch: perl
35471            ! t/lib/b.t
35472 ____________________________________________________________________________
35473 [  8593] By: jhi                                   on 2001/01/30  00:56:47
35474         Log: Subject: [PATCH: perl@8585] pod problems in io
35475              From: Peter Prymmer <pvhp@forte.com>
35476              Date: Mon, 29 Jan 2001 16:46:25 -0800 (PST)
35477              Message-ID: <Pine.OSF.4.10.10101291636420.230748-100000@aspara.forte.com>
35478      Branch: perl
35479            ! pod/perlapio.pod pod/perliol.pod
35480 ____________________________________________________________________________
35481 [  8592] By: jhi                                   on 2001/01/30  00:48:20
35482         Log: Integrate perlio.
35483      Branch: perl
35484           !> pod/perlapio.pod pod/perliol.pod
35485 ____________________________________________________________________________
35486 [  8591] By: nick                                  on 2001/01/29  22:02:28
35487         Log: GNU 'merge' Simon's copy of perliol.pod with version
35488              patched by Craig's patch.
35489      Branch: perlio
35490            ! pod/perliol.pod
35491 ____________________________________________________________________________
35492 [  8590] By: nick                                  on 2001/01/29  21:55:10
35493         Log: PerlIO doc tweaks from Craig A. Berry <craig.berry@psinetcs.com>
35494      Branch: perlio
35495            ! pod/perlapio.pod pod/perliol.pod
35496 ____________________________________________________________________________
35497 [  8589] By: jhi                                   on 2001/01/29  15:35:33
35498         Log: Integrate change #8586 from maint-5.6/perl.
35499              
35500              make the BOM detection code not call tell() until it has to
35501              (meant to fix esoteric compatibility issues where PL_rsfp
35502              is overridden)
35503      Branch: perl
35504           !> toke.c
35505 ____________________________________________________________________________
35506 [  8588] By: jhi                                   on 2001/01/29  15:29:11
35507         Log: Subject: MAking Solaris malloc() the default
35508              From: Lupe Christoph <lupe@lupe-christoph.de>
35509              Date: Mon, 29 Jan 2001 12:59:36 +0100
35510              Message-ID: <20010129125936.Z4830@alanya.lupe-christoph.de>
35511              
35512              The README.solaris part slightly tweaked.
35513      Branch: perl
35514            ! README.solaris hints/solaris_2.sh
35515 ____________________________________________________________________________
35516 [  8587] By: jhi                                   on 2001/01/29  15:17:34
35517         Log: Subject: [ID 20010128.003] [PATCH] perlre.pod \b buglet
35518              From: root@ak-75.mind.de
35519              Date: Sun, 28 Jan 2001 20:32:29 +0100
35520              Message-Id: <200101281932.UAA15768@ak-75.mind.de>
35521      Branch: perl
35522            ! pod/perlre.pod
35523 ____________________________________________________________________________
35524 [  8586] By: gsar                                  on 2001/01/29  13:43:44
35525         Log: make the BOM detection code not call tell() until it has to
35526              (meant to fix esoteric compatibility issues where PL_rsfp
35527              is overridden)
35528      Branch: maint-5.6/perl
35529            ! toke.c
35530 ____________________________________________________________________________
35531 [  8585] By: jhi                                   on 2001/01/28  20:05:45
35532         Log: Update Changes.
35533      Branch: perl
35534            ! Changes patchlevel.h
35535 ____________________________________________________________________________
35536 [  8584] By: jhi                                   on 2001/01/28  19:30:02
35537         Log: Integrate perlio.
35538      Branch: perl
35539           +> pod/perliol.pod
35540           !> MANIFEST pod/perlapio.pod
35541 ____________________________________________________________________________
35542 [  8583] By: jhi                                   on 2001/01/28  19:28:40
35543         Log: Patch from Inaba Hiroto:
35544              - canonical UTF-8 hash keys: if a key string for a hash is
35545              UTF8-on, try downgrade the string and use it if
35546              unicode::distinct is not in effect.
35547              For the task, I added a function bytes_from_utf8() to utf8.c.
35548              It might resemble utf8_to_bytes() but it is not convenient
35549              to the task.
35550              Made a test for it and added to t/op/each.t
35551              - Changed do_print in doio.c to apply sv_utf8_(downgrade|upgrade) to
35552              the mortal copy of the argument SV.
35553              And changed t/io/utf8.t test 18 which expects print() to
35554              upgrade its argument.
35555              - re-implement sv_eq with bytes_from_utf8()
35556              - some bug fixes
35557              - tr/// does not handle UTF8 range (\x{}-\x{})
35558              - \ before raw UTF8 character produced
35559              "Malformed UTF-8 character" warning.
35560              - "\x{100}\N{CENT SIGN}" is Malformed.
35561              Added tests for these 3.
35562              - and one silly bug (by me) with qu operator.
35563      Branch: perl
35564            ! doio.c embed.h embed.pl global.sym hv.c objXSUB.h perlapi.c
35565            ! pod/perlapi.pod proto.h sv.c t/io/utf8.t t/lib/charnames.t
35566            ! t/op/each.t t/op/tr.t t/pragma/utf8.t toke.c utf8.c
35567 ____________________________________________________________________________
35568 [  8582] By: nick                                  on 2001/01/28  19:25:04
35569         Log: Add pod/perliol.pod to MANIFEST :-(
35570      Branch: perlio
35571            ! MANIFEST
35572 ____________________________________________________________________________
35573 [  8581] By: nick                                  on 2001/01/28  19:22:40
35574         Log: PerlIO documentation. Proofing and sub-editing requested.
35575      Branch: perlio
35576            + pod/perliol.pod
35577            ! pod/perlapio.pod
35578 ____________________________________________________________________________
35579 [  8580] By: jhi                                   on 2001/01/28  05:16:25
35580         Log: Revert the change to sv_2pv() done by #8054: Someone who
35581              did SvNV_set() on a scalar that also happened to be POK,
35582              followed by sv_2pv() won't get the right coercion anymore.
35583              [Sarathy]
35584      Branch: maint-5.6/perl
35585            ! sv.c
35586 ____________________________________________________________________________
35587 [  8579] By: jhi                                   on 2001/01/28  05:15:04
35588         Log: Remove the #8084 effect: do not allow -Q to be interpreted
35589              as -&Q(), this is too much wiggle room.
35590      Branch: maint-5.6/perl
35591            ! toke.c
35592 ____________________________________________________________________________
35593 [  8578] By: jhi                                   on 2001/01/28  05:12:45
35594         Log: Needed bits of #8439 (should have been in #8576),
35595              mainly for lval substr().
35596      Branch: maint-5.6/perl
35597            ! mg.c pp.c pp_hot.c
35598 ____________________________________________________________________________
35599 [  8577] By: jhi                                   on 2001/01/28  05:02:46
35600         Log: A missing check-in.
35601      Branch: maint-5.6/perl
35602            ! utf8.c
35603 ____________________________________________________________________________
35604 [  8576] By: jhi                                   on 2001/01/28  04:26:18
35605         Log: Integrate changes #8425,8436,8439,8517 from mainline.
35606              The 8439 was not truly integrated because it had too many
35607              dependencies on the development branch and because it introduced
35608              concepts too bold for a maintenance branch (such as the qu operator).
35609              
35610              Subject: [PATCH perl@8342] -Wformat
35611              
35612              Tighten some of the UTF-8 tests a bit.
35613              
35614              More UTF-8 patches from Inaba Hiroto. (8439, but only partly)
35615              - The substr lval was still not okay.
35616              - Now pp_stringify and sv_setsv copies source's UTF8 flag
35617              even if IN_BYTE.  pp_stringify is called from fold_constants
35618              at optimization phase and "\x{100}" was made SvUTF8_off under
35619              use bytes (the bytes pragma is for "byte semantics" and not
35620              for "do not produce UTF8 data")
35621      Branch: maint-5.6/perl
35622            ! t/lib/charnames.t t/op/substr.t toke.c
35623           !> sv.c t/pragma/utf8.t
35624 ____________________________________________________________________________
35625 [  8575] By: jhi                                   on 2001/01/28  04:01:51
35626         Log: Integrate changes #8378,8379,8385,8386,8405 from mainline.
35627              
35628              Subject: One more patch for UTF8  (UTF-8 fixes for 'x' and tr////)
35629              
35630              Subject: [ID 20001230.003] UTF-8 tr still hurts
35631              
35632              Test cases for #8385 (from Simon's "torture.pl")
35633              
35634              Start fixing UTF-8 lval substr() (8405)
35635      Branch: maint-5.6/perl
35636           !> doop.c embed.h embed.pl mg.c op.c pod/perlapi.pod pp.c proto.h
35637           !> regcomp.c regexec.c t/op/substr.t t/op/tr.t toke.c utf8.c
35638 ____________________________________________________________________________
35639 [  8574] By: jhi                                   on 2001/01/28  03:09:06
35640         Log: Integrate changes #8328,8329,8330,8331,8332,8341,8343,8377
35641              from mainline.
35642              
35643              UTF-8 cleanup.
35644              
35645              Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
35646              
35647              "\x{FF}\xFF" was broken.
35648              
35649              Tests for #8329 and #8330.
35650              
35651              Add a note about EBCDIC versus UTF-8 to a potential problem spot.
35652              
35653              IRIX compiler noticed that the bof initialization might be
35654              bypassed by control flow.
35655              
35656              Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
35657      Branch: maint-5.6/perl
35658           !> doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
35659           !> regexec.c sv.c t/op/bop.t toke.c utf8.c
35660 ____________________________________________________________________________
35661 [  8573] By: jhi                                   on 2001/01/28  02:06:12
35662         Log: Retract #8552.
35663      Branch: perl
35664            ! lib/Text/Wrap.pm t/lib/textwrap.t
35665 ____________________________________________________________________________
35666 [  8572] By: jhi                                   on 2001/01/28  02:04:49
35667         Log: Integrate changes #8267,8272[perlio],8274,8298,8300,8303,
35668              8305,8323,8324 from mainline.  The 8267,8272, and 8298 were
35669              not really integrated but instead salvaged by hand
35670              (they had too many dependencies on the development release
35671              to be cleanly integratable).
35672              
35673              Subject: more UTF8 test suites and an UTF8 patch
35674              
35675              Tweak for MULTIPLICITY/USE_PERLIO
35676              
35677              Signedness nit.
35678              
35679              Turn SvUTF8 off if not required in pp_chr and pp_stringify.
35680              
35681              Use the UTF8_XXX macros in is_utf8_char().
35682              
35683              Rewrite pp_concat() in terms of sv_catsv().  The . operator
35684              should now be UTF-8-proof.
35685              
35686              Subject: [PATCH perl@8269] scanning two hex-constants
35687              fails on EBCDIC environment (script length.t)
35688              
35689              Add some Unicode chop() tests.
35690      Branch: maint-5.6/perl
35691            ! doop.c mg.c pp.c pp_hot.c toke.c utf8.c
35692           !> sv.c t/op/chop.t utf8.h
35693 ____________________________________________________________________________
35694 [  8571] By: jhi                                   on 2001/01/28  00:35:59
35695         Log: Integrate changes #8090,8093[perlio,only the sv.c tweak],
35696              8245,8247,8248,8249,8250,8251,8260,8263,8264,8265 from mainline.
35697              
35698              Subject: [PATCH] Re: Breadperl & Tk (sv_utf8_upgrade fixes)
35699              
35700              The maxiters upper limit sanity check (guarding against
35701              non-progress) assumed bytes instead of characters in s///
35702              and split().
35703              
35704              Signedness nit.
35705              
35706              sv_catsv() rewrite (8248,8249,8251,8260,8263,8264,8265)
35707              join() should now be UTF-8-proof.
35708              
35709              More split // UTF-8 tests. (8250)
35710      Branch: maint-5.6/perl
35711           !> doop.c hv.c pp.c pp_hot.c sv.c t/op/join.t utf8.c utf8.h
35712           !> util.c
35713 ____________________________________________________________________________
35714 [  8570] By: jhi                                   on 2001/01/27  22:15:46
35715         Log: Integrate changes #7941,7943,7944,7958,7967,7995,7996,7998,
35716              8004,8005,8023,8024,8028,8030,8031,8033,8039,8042,8052[perlio],
35717              8053[perlio],8054[perlio,+sv.c(-PerlIO_isutf8),+require.t],
35718              8084,8204,8244,8333 from mainline.
35719              
35720              For -Q where Q might be a one-letter sub name one does no more
35721              get a warning about an unknown filetest (7941,7943,7944,8084).
35722              
35723              Subject: Re: [ID 20001130.011] expression parsing bug ?
35724              
35725              Make uv_to_utf8() to zero-terminate its output buffer.
35726              
35727              Split off t/op/length.t (7995)
35728              
35729              Split off t/op/utf8decode.t (7996)
35730              
35731              Remove an unnecessary 'use utf8' from the utf8.t (7998)
35732              
35733              Split off t/op/concat.t (8004)
35734              
35735              Split off t/op/ver.t (8005)
35736              
35737              Document utf8_length(), utf8_distance(), and utf8_hop().
35738              
35739              Document utf8_to_uv() better.
35740              
35741              Introduce macros for UTF8 decoding (8028,8033).
35742              
35743              Add test for reverse() (8030,8031).
35744              
35745              Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful (8039,8333)
35746              
35747              Do not return the Unicode replacement character    on UTF-8
35748              decoding failure.
35749              
35750              Typo/thinko in S_scan_const() - seeing high bit sets has_utf8
35751              not this_utf8 i.e. the output string has one, but don't mess
35752              with source assumption. (8052,8053)
35753              
35754              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious
35755              writing of BOM to a non-utf8 stream.  Fix SvPVutf8() - sv_2pv()
35756              was not expecting to be called with something that was already
35757              SvPOK() - (we just fossiked with SvUTF8 bit). Fix that and also
35758              just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
35759              (8054)
35760              
35761              Recode the naughty binary bytes in utf8decode.t using the \xHH.
35762              
35763              Make some panic messages a bit more logical.
35764      Branch: maint-5.6/perl
35765           +> t/op/concat.t t/op/length.t t/op/reverse.t t/op/utf8decode.t
35766           !> MANIFEST doop.c embed.pl lib/ExtUtils/Liblist.pm op.c
35767           !> pod/perlapi.pod pod/perldiag.pod pp.c pp_hot.c regcomp.c
35768           !> regexec.c sv.c t/comp/require.t t/op/misc.t t/op/ver.t
35769           !> t/pragma/utf8.t t/pragma/warn/toke t/pragma/warn/utf8 toke.c
35770           !> utf8.c utf8.h
35771 ____________________________________________________________________________
35772 [  8569] By: jhi                                   on 2001/01/27  19:16:43
35773         Log: Integrate changes #7750 from perlio and #8566 from mainline.
35774      Branch: maint-5.6/perl
35775           !> regexec.c sv.c
35776 ____________________________________________________________________________
35777 [  8568] By: jhi                                   on 2001/01/27  18:06:51
35778         Log: Integrate changes #7355[-doio.c],7691,7744,7753[perlio],
35779              7783,7790[perlio],7869,7871,7872,7911,7916,7932,
35780              7935[-perlio.c],7936,7959,7965 from mainline.
35781              
35782              Change the "big byte" error message to "Wide character".
35783              (7355, the croak-if-wide-chars-in-print part ignored)
35784              
35785              Use UINT64_C().
35786              
35787              Introduce Perl_utf8_length().
35788              
35789              diff -se shows these as different (7753, forgotten check-ins)
35790              
35791              Subject: [PATCH] doop.c - UTF8 tr///
35792              
35793              If we use (aTHX_ ...) then put Perl_ on the front.
35794              
35795              Make utf8_length() and utf8_distance() to be less forgiving
35796              about bad UTF-8.
35797              
35798              Test line numbers are different with utf8.
35799              
35800              No need to scan till infinity, 13 is enough. (7872,7911)
35801              
35802              Subject: [PATCH] Tokeniser debugging
35803              
35804              Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
35805              
35806              Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits (only toke.c)
35807              
35808              Be more careful in Perl_sv_utf8_downgrade().
35809              
35810              Use DO_UTF8().
35811              
35812              Raw zero bytes in text files confuse at least GNU patch 2.1.
35813      Branch: maint-5.6/perl
35814           !> doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
35815           !> perl.c perl.h perlapi.c pod/perlapi.pod pod/perldiag.pod
35816           !> pod/perlrun.pod proto.h scope.h sv.c t/op/re_tests
35817           !> t/pragma/utf8.t toke.c utf8.c utf8.h
35818 ____________________________________________________________________________
35819 [  8567] By: nick                                  on 2001/01/27  11:10:38
35820         Log: Integrate mainline
35821      Branch: perlio
35822           !> Changes README.os390 embed.h embed.pl op.c patchlevel.h pp.c
35823           !> proto.h regexec.c sv.c t/lib/1_compile.t t/lib/b.t
35824           !> t/lib/st-06compat.t t/pragma/overload.t t/pragma/sub_lval.t
35825           !> toke.c
35826 ____________________________________________________________________________
35827 [  8566] By: jhi                                   on 2001/01/27  06:22:48
35828         Log: More documentation for the regexp context stack.
35829      Branch: perl
35830            ! regexec.c
35831 ____________________________________________________________________________
35832 [  8565] By: jhi                                   on 2001/01/27  05:21:57
35833         Log: Update Changes.
35834      Branch: perl
35835            ! Changes patchlevel.h
35836 ____________________________________________________________________________
35837 [  8564] By: jhi                                   on 2001/01/27  04:44:04
35838         Log: Threadedness patch for #8562 from Doug MacEachern.
35839      Branch: perl
35840            ! toke.c
35841 ____________________________________________________________________________
35842 [  8563] By: jhi                                   on 2001/01/27  04:26:24
35843         Log: Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
35844              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
35845              Date: Thu, 25 Jan 2001 01:17:21 -0800 (PST)
35846              Message-ID: <14959.59703.507462.978833@soda.csua.berkeley.edu>
35847      Branch: perl
35848            ! op.c
35849 ____________________________________________________________________________
35850 [  8562] By: jhi                                   on 2001/01/27  04:20:30
35851         Log: Subject: Re: Announce : Tokener reporting patch
35852              From: Simon Cozens <simon@cozens.net>
35853              Date: Mon, 22 Jan 2001 02:17:22 +0000
35854              Message-ID: <20010122021722.A9334@pembro26.pmb.ox.ac.uk>
35855      Branch: perl
35856            ! embed.h embed.pl proto.h toke.c
35857 ____________________________________________________________________________
35858 [  8561] By: jhi                                   on 2001/01/27  04:17:24
35859         Log: Forgot from #8545.  Oops.
35860      Branch: perl
35861            ! pp.c t/pragma/overload.t
35862 ____________________________________________________________________________
35863 [  8560] By: jhi                                   on 2001/01/27  03:01:47
35864         Log: A better module compilation test, use MANIFEST as suggested
35865              by Spider.
35866      Branch: perl
35867            ! t/lib/1_compile.t
35868 ____________________________________________________________________________
35869 [  8559] By: jhi                                   on 2001/01/27  02:50:48
35870         Log: Subject: [PATCH: perl@8531] EBCDIC cleanup for B test
35871              From: Peter Prymmer <pvhp@forte.com>
35872              Date: Fri, 26 Jan 2001 16:38:08 -0800 (PST)
35873              Message-ID: <Pine.OSF.4.10.10101261635400.14820-100000@aspara.forte.com>
35874      Branch: perl
35875            ! t/lib/b.t
35876 ____________________________________________________________________________
35877 [  8558] By: jhi                                   on 2001/01/27  02:27:05
35878         Log: Subject: [PATCH: perl@8531] EBCDIC branch for pragma/sub-lval.t
35879              From: Peter Prymmer <pvhp@forte.com>
35880              Date: Fri, 26 Jan 2001 16:05:11 -0800 (PST)
35881              Message-ID: <Pine.OSF.4.10.10101261603460.14820-100000@aspara.forte.com>
35882      Branch: perl
35883            ! t/pragma/sub_lval.t
35884 ____________________________________________________________________________
35885 [  8557] By: jhi                                   on 2001/01/27  02:26:03
35886         Log: Subject: [PATCH: perl@8531] a peek at uuencoded EBCDIC (st-06compat.t)
35887              From: Peter Prymmer <pvhp@forte.com>
35888              Date: Fri, 26 Jan 2001 14:47:46 -0800 (PST)
35889              Message-ID: <Pine.OSF.4.10.10101261443561.14820-100000@aspara.forte.com>
35890      Branch: perl
35891            ! t/lib/st-06compat.t
35892 ____________________________________________________________________________
35893 [  8556] By: jhi                                   on 2001/01/27  02:24:33
35894         Log: Subject: [PATCH: perl@8531] minor update to README.os390
35895              From: Peter Prymmer <pvhp@forte.com>
35896              Date: Fri, 26 Jan 2001 14:33:27 -0800 (PST)
35897              Message-ID: <Pine.OSF.4.10.10101261425560.14820-100000@aspara.forte.com>
35898      Branch: perl
35899            ! README.os390
35900 ____________________________________________________________________________
35901 [  8555] By: jhi                                   on 2001/01/27  00:35:47
35902         Log: No point in checking the length before we know whether the pointer
35903              is bogus or not, fixes Abigail's odbm failures in Linux.
35904      Branch: perl
35905            ! sv.c
35906 ____________________________________________________________________________
35907 [  8554] By: nick                                  on 2001/01/26  19:01:31
35908         Log: Integrate mainline
35909      Branch: perlio
35910           !> lib/Text/Wrap.pm t/lib/textwrap.t
35911 ____________________________________________________________________________
35912 [  8553] By: jhi                                   on 2001/01/26  15:19:39
35913         Log: Integrate change #7792 from perlio (multiplicity fix),
35914              fix the AV leak in regex DEBUGGING (tiny part of the
35915              polymorphic regexp patch #8143).
35916      Branch: maint-5.6/perl
35917            ! regcomp.c
35918           !> scope.h
35919 ____________________________________________________________________________
35920 [  8552] By: jhi                                   on 2001/01/26  15:03:23
35921         Log: Subject: [PATCH Text::Wrap 2000.06292219] Spurious leading whitespace
35922              From: Michael G Schwern <schwern@pobox.com>
35923              Date: Fri, 26 Jan 2001 09:28:31 -0500
35924              Message-ID: <20010126092831.A15328@blackrider.aocn.com>
35925      Branch: perl
35926            ! lib/Text/Wrap.pm t/lib/textwrap.t
35927 ____________________________________________________________________________
35928 [  8551] By: jhi                                   on 2001/01/26  02:33:19
35929         Log: Integrate changes #7760,7815,7870,7873,7874,7877,7878,7879,7881,
35930              7937,7938,7939,7940,7968,7969,8403,8414,8510 from mainline.
35931              
35932              Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
35933              
35934              Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
35935              
35936              Message nit.
35937              
35938              BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
35939              
35940              Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
35941              
35942              (the cleanup of unused submatches in regtry() and regcppop())
35943              
35944              Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
35945              stored and restored, and thusly was trounced by the utf8 swash
35946              routines.
35947              
35948              use utf8 not required to use \x{}.
35949              
35950              Removed two more tests that make no sense in UTF-8 since the test
35951              data is not in UTF-8.
35952              
35953              Get the three different space character classes right under utf8.
35954              
35955              Implement ANYOFUTF8 regprop() dumping.
35956              
35957              Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
35958              
35959              Document the regex context pushing/popping a bit better.
35960      Branch: maint-5.6/perl
35961           +> lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
35962           !> MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
35963           !> regexec.c scope.h t/op/pat.t t/op/re_tests t/op/regexp.t
35964           !> t/op/regmesg.t utf8.c
35965 ____________________________________________________________________________
35966 [  8550] By: nick                                  on 2001/01/25  19:42:30
35967         Log: Integrate mainline
35968      Branch: perlio
35969           !> Makefile.SH README.os390 gv.c hints/os390.sh installperl
35970           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm perl.h
35971           !> pod/perlguts.pod t/lib/bigfloat.t t/lib/bigfltpm.t
35972           !> t/lib/bigint.t t/lib/bigintpm.t
35973 ____________________________________________________________________________
35974 [  8549] By: jhi                                   on 2001/01/25  15:22:28
35975         Log: Undo 6475: { use utf8; chr(128..255) } is better off producing bytes.
35976      Branch: maint-5.6/perl
35977            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
35978 ____________________________________________________________________________
35979 [  8548] By: jhi                                   on 2001/01/25  15:02:55
35980         Log: Integrate changes #7997,8063,8492,8547 from mainline.
35981              
35982              Subject: Re: STRLEN - what?
35983              
35984              Subject: [PATCH] perlguts.pod
35985              
35986              Memory management calls documentation.
35987              
35988              Layout using tabulator is not a good idea in a pod.
35989      Branch: maint-5.6/perl
35990           !> pod/perlguts.pod
35991 ____________________________________________________________________________
35992 [  8547] By: jhi                                   on 2001/01/25  14:49:05
35993         Log: Layout using tabulator is not a good idea in a pod.
35994      Branch: perl
35995            ! pod/perlguts.pod
35996 ____________________________________________________________________________
35997 [  8546] By: jhi                                   on 2001/01/25  14:31:12
35998         Log: Integrate changes #8188,8189,8208,8209,8210,8212,8374,8388
35999              from mainline.
36000              
36001              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
36002              
36003              Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
36004              
36005              More Win32 editor/IDE/shell hints.
36006              
36007              More Win32 Perling.
36008              
36009              Yet another editor edit.
36010              
36011              Edit edit edit.
36012              
36013              IDE/editor section tweaking.
36014              
36015              Few more IDE/editor nits from p5p.
36016      Branch: maint-5.6/perl
36017           !> pod/perlfaq3.pod
36018 ____________________________________________________________________________
36019 [  8545] By: jhi                                   on 2001/01/25  04:16:32
36020         Log: Subject: [PATCH 5.7.0] overload int()
36021              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36022              Date: Wed, 24 Jan 2001 19:06:57 -0500
36023              Message-ID: <20010124190657.A8512@math.ohio-state.edu>
36024      Branch: perl
36025            ! gv.c lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm
36026            ! perl.h t/lib/bigfloat.t t/lib/bigfltpm.t t/lib/bigint.t
36027            ! t/lib/bigintpm.t
36028 ____________________________________________________________________________
36029 [  8544] By: jhi                                   on 2001/01/25  04:15:11
36030         Log: Subject: [PATCH: perl@8506]completion and docs for dynamic loading on OS/390
36031              From: Peter Prymmer <pvhp@forte.com>
36032              Date: Wed, 24 Jan 2001 17:17:14 -0800 (PST)
36033              Message-ID: <Pine.OSF.4.10.10101241706120.411912-100000@aspara.forte.com>
36034      Branch: perl
36035            ! Makefile.SH README.os390 hints/os390.sh installperl
36036 ____________________________________________________________________________
36037 [  8543] By: jhi                                   on 2001/01/25  03:52:08
36038         Log: Integrate change #8462,8469 from mainline.
36039              
36040              In VMS Perl subversion (perl -V) is undef.
36041      Branch: maint-5.6/perl
36042           !> configure.com
36043 ____________________________________________________________________________
36044 [  8542] By: jhi                                   on 2001/01/25  03:44:55
36045         Log: Integrate changes #7835,7850,8315,8316 from mainline.
36046              
36047              Solaris hints.
36048      Branch: maint-5.6/perl
36049           !> hints/solaris_2.sh
36050 ____________________________________________________________________________
36051 [  8541] By: jhi                                   on 2001/01/25  03:39:28
36052         Log: Integrate #8336 from mainline.
36053      Branch: maint-5.6/perl
36054           !> hv.c
36055 ____________________________________________________________________________
36056 [  8540] By: jhi                                   on 2001/01/25  03:23:50
36057         Log: Retract #8539.
36058      Branch: maint-5.6/perl
36059            ! pod/perlfaq3.pod
36060 ____________________________________________________________________________
36061 [  8539] By: jhi                                   on 2001/01/25  03:21:55
36062         Log: (Retracted by #5940.)
36063      Branch: maint-5.6/perl
36064            ! pod/perlfaq3.pod
36065 ____________________________________________________________________________
36066 [  8538] By: jhi                                   on 2001/01/25  03:14:07
36067         Log: Subject: [re-patch: 5.6.1-TRIAL1] was Re: [PATCH 5.6.1-TRIAL1]VMS buildpatches
36068              From: Peter Prymmer <pvhp@forte.com>
36069              Date: Mon, 18 Dec 2000 13:10:35 -0800 (PST)
36070              Message-ID: <Pine.OSF.4.10.10012181249310.410192-100000@aspara.forte.com>
36071              
36072              The VMS bits.
36073      Branch: maint-5.6/perl
36074            ! configure.com vms/descrip_mms.template
36075 ____________________________________________________________________________
36076 [  8537] By: jhi                                   on 2001/01/25  03:06:09
36077         Log: Integrate #7710,7824,7973 from mainline.
36078      Branch: maint-5.6/perl
36079           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
36080           !> config_h.SH configure.com epoc/config.sh hints/aix.sh malloc.c
36081           !> regcomp.c sv.c vos/config.alpha.def vos/config.alpha.h
36082           !> vos/config.ga.def vos/config.ga.h win32/config.bc
36083           !> win32/config.gc win32/config.vc
36084 ____________________________________________________________________________
36085 [  8536] By: jhi                                   on 2001/01/24  13:50:20
36086         Log: Revert the edits made by me so far to the 5.6 branch since
36087              the TRIAL1 since I did edits when I should have been using
36088              integrates.  Bad programmer.   (Will integrate them properly later.)
36089              Undoes #8347, #8349, #8350, #8351, #8353, #8355, #8376, #8463, #8470.
36090              The #8353 will not be reapplied at least for now since
36091              the UTF-8 hash keys need more thinking.
36092              (The patches #8347, #8354, #8454, #8473 were okay since they
36093              were original edits made specifically for the 5.6.1-TRIAL1.)
36094      Branch: maint-5.6/perl
36095            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
36096            ! config_h.SH configure.com embed.pl epoc/config.sh hints/aix.sh
36097            ! hints/solaris_2.sh hv.c hv.h malloc.c perlapi.c
36098            ! pod/perlapi.pod pod/perlfaq3.pod proto.h regcomp.c sv.c
36099            ! t/op/each.t vms/descrip_mms.template vos/config.alpha.def
36100            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
36101            ! win32/config.bc win32/config.gc win32/config.vc
36102 ____________________________________________________________________________
36103 [  8535] By: bailey                                on 2001/01/24  06:37:02
36104         Log: SYN SYN
36105      Branch: vmsperl
36106           +> (branch 26 files)
36107           !> (integrate 130 files)
36108 ____________________________________________________________________________
36109 [  8534] By: nick                                  on 2001/01/23  19:30:57
36110         Log: Integrate mainline.
36111      Branch: perlio
36112           !> Changes Configure Porting/Glossary Porting/config.sh
36113           !> Porting/config_H embed.h embed.pl ext/Encode/compile
36114           !> ext/Opcode/Opcode.xs ext/Opcode/Safe.pm installperl objXSUB.h
36115           !> patchlevel.h perlapi.c perly.y pod/perlfunc.pod
36116           !> pod/perlvar.pod proto.h t/lib/1_compile.t
36117 ____________________________________________________________________________
36118 [  8533] By: jhi                                   on 2001/01/23  16:15:46
36119         Log: Forgotten from #8501.
36120      Branch: perl
36121            ! Porting/Glossary Porting/config.sh Porting/config_H
36122 ____________________________________________________________________________
36123 [  8532] By: jhi                                   on 2001/01/23  16:13:27
36124         Log: Subject: RE: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison) 
36125              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
36126              Date: Mon, 22 Jan 2001 17:51:58 +0100
36127              Message-ID: <5930DC161690D21196670090271575470397E915@madt009a.siemens.es>
36128      Branch: perl
36129            ! embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h
36130 ____________________________________________________________________________
36131 [  8531] By: jhi                                   on 2001/01/23  15:46:01
36132         Log: Update Changes.
36133      Branch: perl
36134            ! Changes patchlevel.h
36135 ____________________________________________________________________________
36136 [  8530] By: jhi                                   on 2001/01/23  15:38:39
36137         Log: De-cut-and-pasto.
36138      Branch: perl
36139            ! t/lib/1_compile.t
36140 ____________________________________________________________________________
36141 [  8529] By: jhi                                   on 2001/01/23  15:11:04
36142         Log: Document the mkdir trailing slashes case.
36143      Branch: perl
36144            ! pod/perlfunc.pod
36145 ____________________________________________________________________________
36146 [  8528] By: jhi                                   on 2001/01/23  15:08:28
36147         Log: lib/lib.pm is arch dependent, and lib/lib_pm.PL shouldn't
36148              get installed:
36149              
36150              Subject: lib/lib.pm
36151              From: <abigail@foad.org>
36152              Date: Mon, 28 Aug 2000 20:35:08 -0400
36153              Message-ID: <20000829003508.21281.qmail@foad.org>
36154      Branch: perl
36155            ! installperl
36156 ____________________________________________________________________________
36157 [  8527] By: jhi                                   on 2001/01/23  14:44:04
36158         Log: Metaconfig unit change for #8526.
36159      Branch: metaconfig
36160            ! U/threads/archname.U
36161 ____________________________________________________________________________
36162 [  8526] By: jhi                                   on 2001/01/23  14:43:19
36163         Log: Attach -perlio to the archname if so selected.
36164      Branch: perl
36165            ! Configure
36166 ____________________________________________________________________________
36167 [  8525] By: jhi                                   on 2001/01/23  14:24:01
36168         Log: Subject: [PATCH] pod/perlvar.pod
36169              From: abigail@foad.org
36170              Date: Tue, 23 Jan 2001 01:41:10 +0100
36171              Message-ID: <20010123004110.22259.qmail@foad.org>
36172      Branch: perl
36173            ! pod/perlvar.pod
36174 ____________________________________________________________________________
36175 [  8524] By: jhi                                   on 2001/01/23  14:22:32
36176         Log: A bug introduced in #8217 (the undefined variable in the
36177              lib/safe1_t #3) fixed, by Charles Lane:
36178              
36179              The earlier patch made it so that stuff running in Safe
36180              compartments could do a "caller" and see "main".  That
36181              little change in name is done right before the code in
36182              the compartment is run, and apparantly the parser
36183              was picking up the stash name before it got changed.
36184              
36185              (why it was threaded vs. unthreaded Perl that was sensitive to this
36186              I still don't know...and it probably doesn't matter).
36187              
36188              I tryed removing the stash name-change and saw that threaded Perl
36189              did indeed pass the lib/safe1.t tests.
36190              
36191              So here's a patch; a routine (_safe_pkg_prep) is added to Opcode to
36192              do the name change (and to connect _ in the compartment to the global
36193              _) which is removed from _safe_call_sv.   Then Safe.pm is modified
36194              to call _safe_pkg_prep when creating a new compartment.
36195              
36196              Passes all tests with threaded perl on linux; passes all tests
36197              with unthreaded perl on VMS.
36198              
36199              At some point I'll probably want to revisit Safe and Opcode to
36200              provide more sensible handling of global variables...and to get
36201              formats working in Safe compartments, which they don't do currently.
36202      Branch: perl
36203            ! ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
36204 ____________________________________________________________________________
36205 [  8523] By: jhi                                   on 2001/01/23  14:11:58
36206         Log: Also the lib/Thread.pm itself needs to be ignored if
36207              the Thread extension hasn't been built.
36208      Branch: perl
36209            ! t/lib/1_compile.t
36210 ____________________________________________________________________________
36211 [  8522] By: jhi                                   on 2001/01/23  13:51:28
36212         Log: print() instead of warn() so that stderr doesn't get
36213              unncessarily polluted.
36214      Branch: perl
36215            ! ext/Encode/compile
36216 ____________________________________________________________________________
36217 [  8521] By: jhi                                   on 2001/01/23  13:49:48
36218         Log: Integrate perlio.
36219      Branch: perl
36220           !> ext/Encode/Encode.xs ext/Encode/Makefile.PL ext/Encode/compile
36221           !> ext/Encode/encode.h
36222 ____________________________________________________________________________
36223 [  8520] By: nick                                  on 2001/01/22  21:44:00
36224         Log: More messing with Encode:
36225              Extra fields in header to allow multiple names and to record
36226              other things "compile" knows.
36227              Re-organise compile to factor out common output routines.
36228      Branch: perlio
36229            ! ext/Encode/Encode.xs ext/Encode/compile ext/Encode/encode.h
36230 ____________________________________________________________________________
36231 [  8519] By: nick                                  on 2001/01/22  20:33:50
36232         Log: Change file-of-files command line from -F to -f to avoid case issues on VMS.
36233      Branch: perlio
36234            ! ext/Encode/Makefile.PL ext/Encode/compile
36235 ____________________________________________________________________________
36236 [  8518] By: nick                                  on 2001/01/22  20:28:13
36237         Log: Integrate mainline
36238      Branch: perlio
36239           !> MANIFEST configure.com epoc/config.sh pp_sys.c regexec.c sv.c
36240           !> vos/config.alpha.def vos/config.alpha.h
36241 ____________________________________________________________________________
36242 [  8517] By: jhi                                   on 2001/01/22  15:37:17
36243         Log: Add sv_force_normal() to sv_utf8_downgrade() as suggested
36244              by Inaba Hiroto.
36245      Branch: perl
36246            ! sv.c
36247 ____________________________________________________________________________
36248 [  8516] By: jhi                                   on 2001/01/22  14:55:15
36249         Log: More SIG_SIZE fixes.
36250      Branch: perl
36251            ! epoc/config.sh vos/config.alpha.def vos/config.alpha.h
36252 ____________________________________________________________________________
36253 [  8515] By: jhi                                   on 2001/01/22  14:50:27
36254         Log: Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
36255              From: "Craig A. Berry" <craigberry@mac.com>
36256              Date: Mon, 22 Jan 2001 00:42:24 -0600
36257              Message-Id: <p04330103b6917f35375b@[172.16.52.1]>
36258      Branch: perl
36259            ! configure.com
36260 ____________________________________________________________________________
36261 [  8514] By: jhi                                   on 2001/01/22  14:31:17
36262         Log: Subject: [PATCH perl@8506] VMS catches up with change #8501
36263              From: "Craig A. Berry" <craigberry@mac.com>
36264              Date: Sun, 21 Jan 2001 23:03:25 -0600
36265              Message-Id: <p04330101b691596f577f@[172.16.52.1]>
36266      Branch: perl
36267            ! configure.com
36268 ____________________________________________________________________________
36269 [  8513] By: jhi                                   on 2001/01/22  14:14:00
36270         Log: Add the .ucm encoding tables to the MANIFEST.
36271      Branch: perl
36272            ! MANIFEST
36273 ____________________________________________________________________________
36274 [  8512] By: jhi                                   on 2001/01/22  13:43:33
36275         Log: Integrate perlio.
36276      Branch: perl
36277           +> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
36278           +> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
36279           +> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
36280           +> ext/Encode/Encode/iso8859-10.ucm
36281           +> ext/Encode/Encode/iso8859-13.ucm
36282           +> ext/Encode/Encode/iso8859-14.ucm
36283           +> ext/Encode/Encode/iso8859-15.ucm
36284           +> ext/Encode/Encode/iso8859-16.ucm
36285           +> ext/Encode/Encode/iso8859-2.ucm
36286           +> ext/Encode/Encode/iso8859-3.ucm
36287           +> ext/Encode/Encode/iso8859-4.ucm
36288           +> ext/Encode/Encode/iso8859-5.ucm
36289           +> ext/Encode/Encode/iso8859-6.ucm
36290           +> ext/Encode/Encode/iso8859-7.ucm
36291           +> ext/Encode/Encode/iso8859-8.ucm
36292           +> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
36293           +> ext/Encode/Encode/symbol.ucm
36294           !> ext/Encode/Makefile.PL ext/Encode/compile lib/open.pm perlio.c
36295           !> perliol.h
36296 ____________________________________________________________________________
36297 [  8511] By: nick                                  on 2001/01/21  23:44:47
36298         Log: Make "real" layers of ":utf8" and ":raw".
36299              So now PERLIO=utf8 perl ...
36300              does what Andreas wanted.
36301              Fix arg passing in open.pm (still have a Carp issue).
36302      Branch: perlio
36303            ! lib/open.pm perlio.c perliol.h
36304 ____________________________________________________________________________
36305 [  8510] By: jhi                                   on 2001/01/21  22:56:53
36306         Log: Document the regex context pushing/popping a bit better.
36307      Branch: perl
36308            ! regexec.c
36309 ____________________________________________________________________________
36310 [  8509] By: jhi                                   on 2001/01/21  22:55:44
36311         Log: Tweak the mkdir trailing slash code some more.
36312              
36313              TO DO: the same handling should probably be done for
36314              all the other filesystem functions that can have directories
36315              as their arguments.
36316      Branch: perl
36317            ! pp_sys.c
36318 ____________________________________________________________________________
36319 [  8508] By: nick                                  on 2001/01/21  21:37:43
36320         Log: Switch "compiled in" encodings to .ucm format.
36321              (Leave others as .enc till we can run-time load .ucm,
36322              or find some other way to load them.)
36323      Branch: perlio
36324            + ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
36325            + ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
36326            + ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
36327            + ext/Encode/Encode/iso8859-10.ucm
36328            + ext/Encode/Encode/iso8859-13.ucm
36329            + ext/Encode/Encode/iso8859-14.ucm
36330            + ext/Encode/Encode/iso8859-15.ucm
36331            + ext/Encode/Encode/iso8859-16.ucm
36332            + ext/Encode/Encode/iso8859-2.ucm
36333            + ext/Encode/Encode/iso8859-3.ucm
36334            + ext/Encode/Encode/iso8859-4.ucm
36335            + ext/Encode/Encode/iso8859-5.ucm
36336            + ext/Encode/Encode/iso8859-6.ucm
36337            + ext/Encode/Encode/iso8859-7.ucm
36338            + ext/Encode/Encode/iso8859-8.ucm
36339            + ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
36340            + ext/Encode/Encode/symbol.ucm
36341            ! ext/Encode/Makefile.PL ext/Encode/compile
36342 ____________________________________________________________________________
36343 [  8507] By: nick                                  on 2001/01/21  21:02:03
36344         Log: Integrate (partial) mainline.
36345      Branch: perlio
36346           !> Changes Configure config_h.SH patchlevel.h pod/perlfaq2.pod
36347           !> sv.c uconfig.h uconfig.sh vos/config.alpha.h vos/config.ga.h
36348           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
36349 ____________________________________________________________________________
36350 [  8506] By: jhi                                   on 2001/01/21  20:09:30
36351         Log: Update Changes.
36352      Branch: perl
36353            ! Changes patchlevel.h
36354 ____________________________________________________________________________
36355 [  8505] By: jhi                                   on 2001/01/21  19:39:59
36356         Log: Subject: Minor typos in perlfaq2.pod
36357              From: "Stephen P. Potter" <spp@spotter.yi.org>
36358              Message-Id: <200101192101.QAA11911@spotter.yi.org>
36359              Date: Fri, 19 Jan 2001 16:01:13 -0500
36360              
36361              with a nit from Philip Netwon.
36362      Branch: perl
36363            ! pod/perlfaq2.pod
36364 ____________________________________________________________________________
36365 [  8504] By: jhi                                   on 2001/01/21  19:33:05
36366         Log: Metaconfig change for #8503.
36367      Branch: metaconfig
36368            ! U/threads/usethreads.U
36369 ____________________________________________________________________________
36370 [  8503] By: jhi                                   on 2001/01/21  19:32:21
36371         Log: Sanity check for conflicting thread flavours.
36372      Branch: perl
36373            ! Configure config_h.SH
36374 ____________________________________________________________________________
36375 [  8502] By: jhi                                   on 2001/01/21  19:23:00
36376         Log: Metaconfig change for #8501.
36377      Branch: metaconfig
36378            ! U/modified/sig_name.U
36379 ____________________________________________________________________________
36380 [  8501] By: jhi                                   on 2001/01/21  19:22:26
36381         Log: The SIG_SIZE is the number of the elements *excluding*
36382              the terminating NULL.
36383      Branch: perl
36384            ! Configure config_h.SH uconfig.h uconfig.sh vos/config.alpha.h
36385            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
36386            ! win32/config_H.vc
36387 ____________________________________________________________________________
36388 [  8500] By: jhi                                   on 2001/01/21  18:31:31
36389         Log: Integrate perlio.
36390      Branch: perl
36391           !> doio.c embed.h embed.pl ext/Encode/Encode.xs
36392           !> ext/Encode/Makefile.PL ext/Encode/compile global.sym objXSUB.h
36393           !> opcode.h opcode.pl opnames.h perlapi.c pp.sym pp_proto.h
36394           !> pp_sys.c proto.h sv.c
36395 ____________________________________________________________________________
36396 [  8499] By: jhi                                   on 2001/01/21  17:43:57
36397         Log: Subject: Re: 8482 busted for $^V sprintf()s on OS/390 
36398              From: Hugo <hv@crypt.compulink.co.uk>
36399              Date: Sun, 21 Jan 2001 13:34:05 +0000
36400              Message-Id: <200101211334.NAA18121@crypt.compulink.co.uk>
36401              
36402              In sprintf UTF8ize only if necessary.
36403      Branch: perl
36404            ! sv.c
36405 ____________________________________________________________________________
36406 [  8498] By: nick                                  on 2001/01/21  16:25:32
36407         Log: Encode cleanup.
36408              Add command line control over "compile" so that Makefile.PL
36409              needs can be combined with other uses.
36410              Use command line options in Makefile.PL.
36411              Fix multi-byte parsing in .ucm files.
36412      Branch: perlio
36413            ! ext/Encode/Makefile.PL ext/Encode/compile
36414 ____________________________________________________________________________
36415 [  8497] By: nick                                  on 2001/01/21  12:56:27
36416         Log: Warn and set errno when open(...,":encoding(xxxxx)",...) cannot find xxxxx.
36417      Branch: perlio
36418            ! ext/Encode/Encode.xs
36419 ____________________________________________________________________________
36420 [  8496] By: nick                                  on 2001/01/21  12:18:45
36421         Log: Fixup after integrate:
36422              missed the .sym files that are changed by regen_headers
36423              sv.c and proto.h disagreed about pTHX_ ness of EXPECT_NUMBER.
36424      Branch: perlio
36425            ! global.sym pp.sym sv.c
36426 ____________________________________________________________________________
36427 [  8495] By: nick                                  on 2001/01/21  11:51:07
36428         Log: Integrate mainline.
36429      Branch: perlio
36430           +> ext/DynaLoader/dl_dllload.xs t/op/qu.t
36431           !> MANIFEST Makefile.SH README.os390 README.posix-bc README.vms
36432           !> embed.h embed.pl ext/DynaLoader/dl_aix.xs
36433           !> ext/DynaLoader/dl_dlopen.xs hints/os390.sh pod/perlfunc.pod
36434           !> pod/perlguts.pod pod/perlop.pod pod/perlre.pod
36435           !> pod/perlretut.pod pod/perlunicode.pod proto.h sv.c
36436           !> win32/Makefile win32/makefile.mk
36437 ____________________________________________________________________________
36438 [  8494] By: jhi                                   on 2001/01/20  23:12:11
36439         Log: Forgot the expect_number() prototype.
36440      Branch: perl
36441            ! embed.h embed.pl proto.h
36442 ____________________________________________________________________________
36443 [  8493] By: jhi                                   on 2001/01/20  22:56:39
36444         Log: Subject: [PATCH: perl@8482] README.vms URL updates
36445              From: Peter Prymmer <pvhp@forte.com>
36446              Date: Fri, 19 Jan 2001 18:59:02 -0800 (PST)
36447              Message-ID: <Pine.OSF.4.10.10101191856510.61572-100000@aspara.forte.com>
36448              
36449              Plus Craig A. Berry's suggestion to use compaq.com instead
36450              of digital.com.
36451      Branch: perl
36452            ! README.vms
36453 ____________________________________________________________________________
36454 [  8492] By: jhi                                   on 2001/01/20  22:50:05
36455         Log: Memory management calls documentation.
36456      Branch: perl
36457            ! pod/perlguts.pod
36458 ____________________________________________________________________________
36459 [  8491] By: jhi                                   on 2001/01/20  22:38:33
36460         Log: Signedness nit plus few memcpy/Copy nits.
36461      Branch: perl
36462            ! sv.c
36463 ____________________________________________________________________________
36464 [  8490] By: jhi                                   on 2001/01/20  22:25:53
36465         Log: Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
36466              From: Peter Prymmer <pvhp@forte.com>
36467              Date: Fri, 19 Jan 2001 18:43:14 -0800 (PST)
36468              Message-ID: <Pine.OSF.4.10.10101191841080.61505-100000@aspara.forte.com>
36469      Branch: perl
36470            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
36471 ____________________________________________________________________________
36472 [  8489] By: jhi                                   on 2001/01/20  22:24:41
36473         Log: Subject: [PATCH: perl@8482] win32 Makefile(s) handle podified READMEs
36474              From: Peter Prymmer <pvhp@forte.com>
36475              Date: Fri, 19 Jan 2001 18:33:43 -0800 (PST)
36476              Message-ID: <Pine.OSF.4.10.10101191828050.61158-100000@aspara.forte.com>
36477      Branch: perl
36478            ! win32/Makefile win32/makefile.mk
36479 ____________________________________________________________________________
36480 [  8488] By: jhi                                   on 2001/01/20  22:22:27
36481         Log: Subject: [PATCH: perl@8482] remove redundant dependencies that are unneeded
36482              From: Peter Prymmer <pvhp@forte.com>
36483              Date: Fri, 19 Jan 2001 18:25:38 -0800 (PST)
36484              Message-ID: <Pine.OSF.4.10.10101191816550.61158-100000@aspara.forte.com>
36485      Branch: perl
36486            ! Makefile.SH
36487 ____________________________________________________________________________
36488 [  8487] By: jhi                                   on 2001/01/20  22:21:18
36489         Log: Subject: [PATCH: perl@8482] partial support for dynaloading on OS/390
36490              From: Peter Prymmer <pvhp@forte.com>
36491              Date: Fri, 19 Jan 2001 18:12:05 -0800 (PST)
36492              Message-ID: <Pine.OSF.4.10.10101191646420.61158-100000@aspara.forte.com>
36493      Branch: perl
36494            + ext/DynaLoader/dl_dllload.xs
36495            ! MANIFEST Makefile.SH hints/os390.sh
36496 ____________________________________________________________________________
36497 [  8486] By: jhi                                   on 2001/01/20  22:17:53
36498         Log: Subject: [PATCH: perl@8482] floating point mangling warnings for README.os390 and README.posix-bc
36499              From: Peter Prymmer <pvhp@forte.com>
36500              Date: Fri, 19 Jan 2001 13:48:15 -0800 (PST)
36501              Message-ID: <Pine.OSF.4.10.10101191347140.59299-100000@aspara.forte.com>
36502      Branch: perl
36503            ! README.os390 README.posix-bc
36504 ____________________________________________________________________________
36505 [  8485] By: jhi                                   on 2001/01/20  20:15:30
36506         Log: Document and test the new qu operator.
36507      Branch: perl
36508            + t/op/qu.t
36509            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
36510            ! pod/perlretut.pod pod/perlunicode.pod
36511 ____________________________________________________________________________
36512 [  8484] By: nick                                  on 2001/01/20  19:42:30
36513         Log: Infrastructure to allow:
36514              open($fh,"|-",@array);
36515              to be implemented
36516              i.e. mark pp_open as needing a stack mark, and make pp_open
36517              process its args in that style (and pass them _all_ to tied handles OPEN).
36518              Invent do_openn() which takes SV ** at allow it to see multiple args.
36519              Note this does not _do_ anything yet.
36520      Branch: perlio
36521            ! doio.c embed.h embed.pl objXSUB.h opcode.h opcode.pl opnames.h
36522            ! perlapi.c pp_proto.h pp_sys.c proto.h
36523 ____________________________________________________________________________
36524 [  8483] By: nick                                  on 2001/01/20  17:23:14
36525         Log: Integrate mainline.
36526      Branch: perlio
36527           !> Changes configure.com patchlevel.h sv.c t/lib/1_compile.t
36528           !> t/op/sprintf.t t/op/ver.t t/pragma/locale.t
36529 ____________________________________________________________________________
36530 [  8482] By: jhi                                   on 2001/01/19  15:37:49
36531         Log: Update Changes.
36532      Branch: perl
36533            ! Changes patchlevel.h
36534 ____________________________________________________________________________
36535 [  8481] By: jhi                                   on 2001/01/19  14:41:24
36536         Log: Subject: Re: new feature: s?printf parameter reordering 
36537              From: Hugo <hv@crypt.compulink.co.uk>
36538              Date: Thu, 11 Jan 2001 17:09:03 +0000
36539              Message-Id: <200101111709.RAA23756@crypt.compulink.co.uk>
36540              
36541              - support reordering for all parameters: %, *v, *, .*
36542              - lay down that the reordering specification must immediately
36543              follow that parameter: %3$, *v3$, *3$, .*3$
36544              - fix vectorisation of a zero-length string
36545              - factor out the code choosing the argument to format
36546              
36547              Possibly unwanted side-effects:
36548              - the special format specifiers ' +-0' must now precede any
36549              vectorisation specifier. Tests in op/sprintf and op/ver
36550              have been changed to reflect this.
36551              - sprintf.t test #214 changed its expectations because in many
36552              cases, the next parameter has already been consumed when an
36553              invalid type letter is detected.
36554              
36555              Probably wanted side-effects:
36556              - attempts to format a non-existent parameter will warn as if C<undef>
36557              - attempt to write to non-existent parameter with '%n' will complain
36558              of "attempt to modify read-only value" instead of being silent
36559      Branch: perl
36560            ! sv.c t/op/sprintf.t t/op/ver.t
36561 ____________________________________________________________________________
36562 [  8480] By: jhi                                   on 2001/01/19  14:08:37
36563         Log: Subject: PATCH pragma/locale.t
36564              From: andreas.koenig@anima.de (Andreas J. Koenig)
36565              Date: 18 Jan 2001 09:45:37 +0100
36566              Message-ID: <m3lms98czy.fsf@ak-71.mind.de>
36567      Branch: perl
36568            ! t/pragma/locale.t
36569 ____________________________________________________________________________
36570 [  8479] By: jhi                                   on 2001/01/19  13:19:58
36571         Log: Add tracing for debugging extensions builds in VMS, from Charles Lane.
36572      Branch: perl
36573            ! configure.com
36574 ____________________________________________________________________________
36575 [  8478] By: jhi                                   on 2001/01/19  02:12:35
36576         Log: Automate 1_compile.t.
36577      Branch: perl
36578            ! t/lib/1_compile.t
36579 ____________________________________________________________________________
36580 [  8477] By: jhi                                   on 2001/01/19  01:49:56
36581         Log: Integrate perlio.
36582      Branch: perl
36583           !> sv.c win32/config.bc win32/config.gc win32/config.vc
36584           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
36585 ____________________________________________________________________________
36586 [  8476] By: nick                                  on 2001/01/18  21:51:52
36587         Log: Integrate mainline
36588      Branch: perlio
36589           +> t/lib/1_compile.t t/lib/compmod.pl
36590           !> MANIFEST configure.com lib/unicode/distinct.pm
36591 ____________________________________________________________________________
36592 [  8475] By: nick                                  on 2001/01/18  21:48:02
36593         Log: Win32 "safe signals" co-existance fix.
36594              Fix SIG_SIZE value.
36595              Clear PL_sig_pending when cloning (fork).
36596      Branch: perlio
36597            ! sv.c win32/config.bc win32/config.gc win32/config.vc
36598            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
36599 ____________________________________________________________________________
36600 [  8474] By: jhi                                   on 2001/01/18  14:40:57
36601         Log: It's Pod::Text::Overstrike, not Pod::Overstrike.
36602      Branch: perl
36603            ! t/lib/1_compile.t
36604 ____________________________________________________________________________
36605 [  8473] By: gsar                                  on 2001/01/18  11:42:31
36606         Log: unsubmitted trial1 change
36607      Branch: maint-5.6/perl
36608            ! Changes
36609 ____________________________________________________________________________
36610 [  8472] By: jhi                                   on 2001/01/18  04:30:24
36611         Log: The first bug found by 1_compile.t.
36612      Branch: perl
36613            ! lib/unicode/distinct.pm
36614 ____________________________________________________________________________
36615 [  8471] By: jhi                                   on 2001/01/18  04:29:42
36616         Log: Add Schwern's 1_compile test.  The compile_module script renamed
36617              to be a bit shorter for the 8.3 people.
36618      Branch: perl
36619            + t/lib/1_compile.t t/lib/compmod.pl
36620            ! MANIFEST
36621 ____________________________________________________________________________
36622 [  8470] By: jhi                                   on 2001/01/18  04:16:00
36623         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)
36624              From: Peter Prymmer <pvhp@forte.com>
36625              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
36626              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
36627              Replace #8463.
36628      Branch: maint-5.6/perl
36629            ! configure.com
36630 ____________________________________________________________________________
36631 [  8469] By: jhi                                   on 2001/01/18  04:13:02
36632         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)
36633              From: Peter Prymmer <pvhp@forte.com>
36634              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
36635              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
36636              Replace #8462.
36637      Branch: perl
36638            ! configure.com
36639 ____________________________________________________________________________
36640 [  8468] By: jhi                                   on 2001/01/18  03:42:08
36641         Log: Integrate perlio.
36642      Branch: perl
36643           !> gv.c mg.c perlio.c util.c
36644 ____________________________________________________________________________
36645 [  8467] By: nick                                  on 2001/01/17  22:41:10
36646         Log: "Safe" signals - trial implementation.
36647              gv.c tweaked to zero PL_sig_pend array
36648              perlio.c tweaked to PERL_ASYNC_CHECK() on EINTR
36649              util.c tweaked to not set SA_RESTART to give perlio.c a chance.
36650              Odd thing is that it "works" with PERLIO=stdio as well (linux).
36651      Branch: perlio
36652            ! gv.c mg.c perlio.c util.c
36653 ____________________________________________________________________________
36654 [  8466] By: nick                                  on 2001/01/17  20:40:20
36655         Log: Integrate mainline.
36656      Branch: perlio
36657           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
36658           !> config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
36659           !> pp.c pp_sys.c sv.c t/op/int.t uconfig.h uconfig.sh
36660           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
36661           !> vos/config.ga.h win32/config.bc win32/config.gc
36662           !> win32/config.vc
36663 ____________________________________________________________________________
36664 [  8465] By: jhi                                   on 2001/01/17  18:37:13
36665         Log: Subject: [PATCH] Re: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
36666              From: Nicholas Clark <nick@ccl4.org>
36667              Date: Wed, 17 Jan 2001 17:31:33 +0000
36668              Message-ID: <20010117173133.I2633@plum.flirble.org>
36669      Branch: perl
36670            ! t/op/int.t
36671 ____________________________________________________________________________
36672 [  8464] By: jhi                                   on 2001/01/17  14:43:17
36673         Log: Subject: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
36674              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
36675              Date: Wed, 17 Jan 2001 15:16:43 +0100
36676              Message-ID: <5930DC161690D2119667009027157547038C8A85@madt009a.siemens.es> 
36677              
36678              pp_int() was dropping an NV to the floor,
36679              int(279964589018079/59) either returned not an integer
36680              4745162525730.15, or one got "Attempt to free unreferenced scalar."
36681      Branch: perl
36682            ! pp.c
36683 ____________________________________________________________________________
36684 [  8463] By: jhi                                   on 2001/01/17  06:12:42
36685         Log: (Replaced by #8470)
36686              
36687              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)
36688              From: "Craig A. Berry" <craigberry@mac.com>
36689              Date: Tue, 16 Jan 2001 23:38:46 -0600
36690              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
36691      Branch: maint-5.6/perl
36692            ! configure.com
36693 ____________________________________________________________________________
36694 [  8462] By: jhi                                   on 2001/01/17  06:11:31
36695         Log: (Replaced by #8469)
36696              
36697              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)
36698              From: "Craig A. Berry" <craigberry@mac.com>
36699              Date: Tue, 16 Jan 2001 23:38:46 -0600
36700              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
36701      Branch: perl
36702            ! configure.com
36703 ____________________________________________________________________________
36704 [  8461] By: jhi                                   on 2001/01/17  05:56:12
36705         Log: Allow for one trailing slash in the directory of mkdir().
36706      Branch: perl
36707            ! pp_sys.c
36708 ____________________________________________________________________________
36709 [  8460] By: jhi                                   on 2001/01/17  03:26:01
36710         Log: Metaconfig unit changes for #8459.
36711      Branch: metaconfig
36712            ! U/modified/Loc.U U/modified/sig_name.U
36713 ____________________________________________________________________________
36714 [  8459] By: jhi                                   on 2001/01/17  03:24:48
36715         Log: Define SIG_SIZE, the number of elements in the sig_name and
36716              sig_num arrays, including the final NULL entry.
36717      Branch: perl
36718            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
36719            ! config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
36720            ! sv.c uconfig.h uconfig.sh vos/config.alpha.def
36721            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
36722            ! win32/config.bc win32/config.gc win32/config.vc
36723 ____________________________________________________________________________
36724 [  8458] By: jhi                                   on 2001/01/17  01:41:33
36725         Log: Integrate perlio.
36726      Branch: perl
36727           !> embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
36728           !> perlapi.h proto.h sv.c
36729 ____________________________________________________________________________
36730 [  8457] By: nick                                  on 2001/01/16  22:07:26
36731         Log: Provide infrastructure for PERL_ASYNC_CHECK() style safe signals.
36732              Provides all the "cost" but no benefit yet - it is to allow cost
36733              to be measured, and implementation experiments (just in mg.c?).
36734      Branch: perlio
36735            ! embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
36736            ! perlapi.h proto.h sv.c
36737 ____________________________________________________________________________
36738 [  8456] By: nick                                  on 2001/01/16  21:07:07
36739         Log: Integrate mainline.
36740      Branch: perlio
36741           !> (integrate 51 files)
36742 ____________________________________________________________________________
36743 [  8455] By: jhi                                   on 2001/01/16  18:13:43
36744         Log: Subject: [PATCH] regcomp.c old feature removal
36745              From: mjd@plover.com
36746              Date: 16 Jan 2001 14:43:18 -0000 
36747              Message-ID: <20010116144318.7140.qmail@plover.com> 
36748      Branch: perl
36749            ! regcomp.c
36750 ____________________________________________________________________________
36751 [  8454] By: jhi                                   on 2001/01/16  16:12:39
36752         Log: Subject: [PATCH: perl-5.6.1-TRIAL1] Win32 Makefile fixes - v2
36753              From: "Indy Singh" <indy@nusphere.com>
36754              Date: Wed, 10 Jan 2001 20:17:49 -0500
36755              Message-ID: <003001c07b6c$524630b0$00957018@roadhog>
36756      Branch: maint-5.6/perl
36757            ! win32/Makefile
36758 ____________________________________________________________________________
36759 [  8453] By: jhi                                   on 2001/01/16  16:09:33
36760         Log: Update Changes.
36761      Branch: perl
36762            ! Changes patchlevel.h
36763 ____________________________________________________________________________
36764 [  8452] By: jhi                                   on 2001/01/16  15:42:04
36765         Log: Subject: Re: API Cleanup
36766              To: perl5-porters@perl.org
36767              Date: Tue, 16 Jan 2001 13:42:30 +0000
36768              Message-ID: <20010116134230.A13420@pembro26.pmb.ox.ac.uk>
36769              
36770              Subject: [PATCH] utf8.c documentation
36771              From: Simon Cozens <simon@cozens.net>
36772              Date: Tue, 16 Jan 2001 13:52:48 +0000
36773              Message-ID: <20010116135248.A13496@pembro26.pmb.ox.ac.uk>
36774              
36775              Subject: Re: API Cleanup
36776              From: Simon Cozens <simon@cozens.net>
36777              Date: Tue, 16 Jan 2001 14:58:55 +0000
36778              Message-ID: <20010116145855.A13794@pembro26.pmb.ox.ac.uk>
36779              
36780              UTF-8 doc patches.
36781      Branch: perl
36782            ! embed.pl pod/perlapi.pod utf8.c
36783 ____________________________________________________________________________
36784 [  8451] By: jhi                                   on 2001/01/16  14:41:39
36785         Log: podlators 1.07, from Russ Allbery.
36786      Branch: perl
36787            ! lib/Pod/Man.pm
36788 ____________________________________________________________________________
36789 [  8450] By: jhi                                   on 2001/01/16  14:24:19
36790         Log: Subject: [PATCH: perl@8429] Win32 Makefile fixes
36791              From: "Indy Singh" <indy@nusphere.com>
36792              Date: Mon, 15 Jan 2001 20:59:40 -0500
36793              Message-ID: <07be01c07f5f$fdadf270$d24b7018@cr637287a>
36794      Branch: perl
36795            ! win32/Makefile
36796 ____________________________________________________________________________
36797 [  8449] By: jhi                                   on 2001/01/16  03:42:55
36798         Log: Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
36799              at the setting of the ofs_sv in new_struct_thread() as the
36800              thr->Tofs_sv (PL_ofs_sv) was still 0xabab...., SvREFCNT_inc()ing
36801              that invited a core dump.
36802      Branch: perl
36803            ! util.c
36804 ____________________________________________________________________________
36805 [  8448] By: jhi                                   on 2001/01/16  01:49:07
36806         Log: Subject: [PATCH #3 @8436] Re: Eliminate op_children
36807              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
36808              Date: Mon, 15 Jan 2001 17:14:37 -0800 (PST)
36809              Message-ID: <14947.40656.841280.551785@soda.csua.berkeley.edu>
36810              
36811              Replace #8444 and #8445.
36812      Branch: perl
36813            ! ext/B/B.xs ext/B/B/Debug.pm
36814 ____________________________________________________________________________
36815 [  8447] By: jhi                                   on 2001/01/15  21:05:35
36816         Log: Subject: [PATCH] API Variable documentation   
36817              From: Simon Cozens <simon@cozens.net>
36818              Date: Mon, 15 Jan 2001 19:35:54 +0000
36819              Message-ID: <20010115193554.A9919@pembro26.pmb.ox.ac.uk> 
36820      Branch: perl
36821            ! pod/perlapi.pod thrdvar.h
36822 ____________________________________________________________________________
36823 [  8446] By: jhi                                   on 2001/01/15  20:49:20
36824         Log: Signedness nit.
36825      Branch: perl
36826            ! pp_ctl.c
36827 ____________________________________________________________________________
36828 [  8445] By: jhi                                   on 2001/01/15  20:28:48
36829         Log: (Replaced by #8448)  More op_children traces (cleanup of #8442).
36830      Branch: perl
36831            ! ext/B/B/Debug.pm
36832 ____________________________________________________________________________
36833 [  8444] By: jhi                                   on 2001/01/15  13:09:10
36834         Log: (Replaced by #8448)  Traces of op_children (cleanup of #8442)
36835      Branch: perl
36836            ! ext/B/B.xs
36837 ____________________________________________________________________________
36838 [  8443] By: jhi                                   on 2001/01/15  13:06:26
36839         Log: Missing from #8439.
36840      Branch: perl
36841            ! keywords.h mg.c
36842 ____________________________________________________________________________
36843 [  8442] By: jhi                                   on 2001/01/15  13:02:38
36844         Log: Subject: [PATCH @8436] Eliminate op_children
36845              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
36846              Date: Sun, 14 Jan 2001 03:00:13 -0800 (PST)
36847              Message-ID: <14945.32919.44271.685122@soda.csua.berkeley.edu>
36848              
36849              Subject: [PATCH @8436] Re: Eliminate op_children
36850              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
36851              Date: Sun, 14 Jan 2001 03:23:56 -0800 (PST)
36852              Message-ID: <14945.35680.571387.810763@soda.csua.berkeley.edu>
36853      Branch: perl
36854            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
36855            ! ext/B/B/C.pm ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
36856            ! op.c op.h
36857 ____________________________________________________________________________
36858 [  8441] By: jhi                                   on 2001/01/15  12:57:08
36859         Log: Use the /^Perl_/-less form of is_lvalue_sub().
36860      Branch: perl
36861            ! pp.h
36862 ____________________________________________________________________________
36863 [  8440] By: jhi                                   on 2001/01/15  05:13:09
36864         Log: Revert #8437 and #8438, the Linux large files story is more complex.
36865      Branch: metaconfig/U/perl
36866            ! d_fpos64_t.U d_off64_t.U
36867      Branch: perl
36868            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
36869            ! config_h.SH configure.com epoc/config.sh perl.h
36870            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
36871            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
36872            ! win32/config.bc win32/config.gc win32/config.vc
36873 ____________________________________________________________________________
36874 [  8439] By: jhi                                   on 2001/01/15  05:02:24
36875         Log: More UTF-8 patches from Inaba Hiroto.
36876              - The substr lval was still not okay.
36877              - Now pp_stringify and sv_setsv copies source's UTF8 flag
36878              even if IN_BYTE.  pp_stringify is called from fold_constants
36879              at optimization phase and "\x{100}" was made SvUTF8_off under
36880              use bytes (the bytes pragma is for "byte semantics" and not
36881              for "do not produce UTF8 data")
36882              - New `qu' operator to generate UTF8 string explicitly.
36883              Though I agree with the policy "0x00-0xff always produce bytes",
36884              sometimes want to such a string to be coded in UTF8.
36885              I can use pack"U0a*" but it requires more typing and has
36886              runtime overhead.
36887              - Fix pp_regcomp bug uncovered by "0x00-0xff always produce bytes"
36888              change, the bug apears if a pm has PMdf_UTF8 flag but interpolated
36889              string is not UTF8_on and has char 0x80-0xff.
36890              
36891              TODO: document and test qu.
36892      Branch: perl
36893            ! keywords.h keywords.pl mg.c pp.c pp_ctl.c pp_hot.c sv.c
36894            ! t/lib/charnames.t t/op/length.t t/op/substr.t t/pragma/utf8.t
36895            ! toke.c
36896 ____________________________________________________________________________
36897 [  8438] By: jhi                                   on 2001/01/14  05:10:23
36898         Log: Metaconfig unit changes for #8437.
36899      Branch: metaconfig/U/perl
36900            ! d_fpos64_t.U d_off64_t.U
36901 ____________________________________________________________________________
36902 [  8437] By: jhi                                   on 2001/01/14  04:55:34
36903         Log: Add <features.h> probing, seems to be needed for (some?)
36904              Linux largefileness.
36905      Branch: perl
36906            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
36907            ! config_h.SH configure.com epoc/config.sh perl.h
36908            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
36909            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
36910            ! win32/config.bc win32/config.gc win32/config.vc
36911 ____________________________________________________________________________
36912 [  8436] By: jhi                                   on 2001/01/13  17:47:21
36913         Log: Tighten some of the tests a bit.
36914      Branch: perl
36915            ! t/pragma/utf8.t
36916 ____________________________________________________________________________
36917 [  8435] By: jhi                                   on 2001/01/13  17:31:54
36918         Log: Integrate perlio.
36919      Branch: perl
36920           !> ext/Encode/Makefile.PL ext/Encode/compile win32/config_H.bc
36921           !> win32/config_H.gc win32/config_H.vc
36922 ____________________________________________________________________________
36923 [  8434] By: nick                                  on 2001/01/13  11:36:53
36924         Log: Run dmake regen_config_h for Win32
36925      Branch: perlio
36926            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
36927 ____________________________________________________________________________
36928 [  8433] By: nick                                  on 2001/01/13  11:31:55
36929         Log: VMS friendly patch to Encode compile process
36930      Branch: perlio
36931            ! ext/Encode/Makefile.PL ext/Encode/compile
36932 ____________________________________________________________________________
36933 [  8432] By: nick                                  on 2001/01/13  11:06:44
36934         Log: Integrate mainline
36935      Branch: perlio
36936           +> ext/B/B/Concise.pm
36937           !> (integrate 52 files)
36938 ____________________________________________________________________________
36939 [  8431] By: jhi                                   on 2001/01/13  05:55:55
36940         Log: Subject: [PATCH @8429] Re: B::Concise -- an improved replacement for B::Terse
36941              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
36942              Date: Fri, 12 Jan 2001 21:45:17 -0800 (PST)
36943              Message-ID: <14943.59712.993695.180189@soda.csua.berkeley.edu>
36944      Branch: perl
36945            ! ext/B/B/Concise.pm
36946 ____________________________________________________________________________
36947 [  8430] By: jhi                                   on 2001/01/13  04:24:18
36948         Log: The LVRET macro needed an aTHX.
36949      Branch: perl
36950            ! pp.h
36951 ____________________________________________________________________________
36952 [  8429] By: jhi                                   on 2001/01/13  02:12:42
36953         Log: Update Changes.
36954      Branch: perl
36955            ! Changes patchlevel.h
36956 ____________________________________________________________________________
36957 [  8428] By: jhi                                   on 2001/01/13  02:08:50
36958         Log: Subject: Re: [PATCH: perl@8342]  lib/bigfloat.t FAILED at test 351
36959              From: Peter Prymmer <pvhp@forte.com>
36960              Date: Fri, 12 Jan 2001 16:27:36 -0800 (PST)
36961              Message-ID: <Pine.OSF.4.10.10101121623130.478096-100000@aspara.forte.com>
36962              
36963              Add a BEGIN guard for sloppy floating point division.
36964      Branch: perl
36965            ! lib/Math/BigInt.pm lib/bigint.pl
36966 ____________________________________________________________________________
36967 [  8427] By: jhi                                   on 2001/01/13  01:47:16
36968         Log: The B::Terse drop-in replacement wasn't quite drop-in.
36969      Branch: perl
36970            ! ext/B/B/Terse.pm
36971 ____________________________________________________________________________
36972 [  8426] By: jhi                                   on 2001/01/12  21:20:43
36973         Log: Use UVXf.
36974      Branch: perl
36975            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
36976            ! config_h.SH configure.com epoc/config.sh sv.c uconfig.h
36977            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
36978            ! vos/config.ga.def vos/config.ga.h win32/config.bc
36979            ! win32/config.gc win32/config.vc
36980 ____________________________________________________________________________
36981 [  8425] By: jhi                                   on 2001/01/12  20:20:14
36982         Log: Subject: [PATCH perl@8342] -Wformat
36983              From: Robin Barker <rmb1@cise.npl.co.uk>
36984              Date: Fri, 12 Jan 2001 20:03:14 GMT
36985              Message-Id: <200101122003.UAA29599@tempest.npl.co.uk>
36986      Branch: perl
36987            ! ext/Encode/Encode.xs mg.c sv.c toke.c
36988 ____________________________________________________________________________
36989 [  8424] By: jhi                                   on 2001/01/12  20:01:48
36990         Log: Subject: B::Concise -- an improved replacement for B::Terse 
36991              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
36992              Date: Sat,  6 Jan 2001 20:18:05 -0800 (PST)
36993              Message-ID: <14935.43597.962940.803717@soda.csua.berkeley.edu>
36994      Branch: perl
36995            + ext/B/B/Concise.pm
36996            ! MANIFEST ext/B/B/Terse.pm
36997 ____________________________________________________________________________
36998 [  8423] By: jhi                                   on 2001/01/12  19:24:02
36999         Log: The new metaconfig unit from the #8421.
37000      Branch: metaconfig/U/perl
37001            + d_sigprocmask.U
37002 ____________________________________________________________________________
37003 [  8422] By: jhi                                   on 2001/01/12  19:23:43
37004         Log: Forgot the microperl config from the #8421.
37005      Branch: perl
37006            ! uconfig.h uconfig.sh
37007 ____________________________________________________________________________
37008 [  8421] By: jhi                                   on 2001/01/12  19:05:27
37009         Log: Add sigprocmask() probe, regen Configure, regen toc.
37010      Branch: perl
37011            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
37012            ! config_h.SH configure.com epoc/config.sh mg.c pod/perltoc.pod
37013            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
37014            ! vos/config.ga.h win32/config.bc win32/config.gc
37015            ! win32/config.vc
37016 ____________________________________________________________________________
37017 [  8420] By: jhi                                   on 2001/01/12  18:34:31
37018         Log: Add sockatmark() to the todo list.
37019      Branch: perl
37020            ! Todo-5.6
37021 ____________________________________________________________________________
37022 [  8419] By: jhi                                   on 2001/01/12  18:09:46
37023         Log: Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
37024      Branch: perl
37025            ! op.c
37026 ____________________________________________________________________________
37027 [  8418] By: jhi                                   on 2001/01/12  18:05:30
37028         Log: Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
37029              From: Radu Greab <radu@netsoft.ro>
37030              Message-ID: <14943.15321.515713.119805@ix.netsoft.ro>
37031              Date: Fri, 12 Jan 2001 19:16:09 +0200 (EET)
37032      Branch: perl
37033            ! op.c t/pragma/sub_lval.t
37034 ____________________________________________________________________________
37035 [  8417] By: jhi                                   on 2001/01/12  16:09:09
37036         Log: Subject: [PATCH @8404] Consolidated lvalue sub changes
37037              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> 
37038              Date: Wed, 10 Jan 2001 21:36:51 -0800 (PST)
37039              Message-ID: <14941.16925.736415.785818@soda.csua.berkeley.edu>
37040      Branch: perl
37041            ! doop.c embed.h embed.pl op.c op.h opcode.h opcode.pl
37042            ! pod/perldiag.pod pod/perlintern.pod pod/perlsub.pod pp.c pp.h
37043            ! pp.sym pp_ctl.c pp_hot.c pp_proto.h proto.h t/lib/b.t
37044            ! t/pragma/sub_lval.t toke.c
37045 ____________________________________________________________________________
37046 [  8416] By: jhi                                   on 2001/01/12  15:42:06
37047         Log: Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
37048              From: "Richard Soderberg" <rs@crystalflame.net>
37049              Date: Fri, 12 Jan 2001 04:49:35 -0800
37050              Message-ID: <NAEKLNAAHLMBPMPNBMLEAELDCKAA.rs@crystalflame.net>
37051              
37052              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
37053              according to the platform.
37054      Branch: perl
37055            ! op.c
37056 ____________________________________________________________________________
37057 [  8415] By: jhi                                   on 2001/01/12  15:33:41
37058         Log: One more UTF-8 fix from Inaba Hiroto.
37059      Branch: perl
37060            ! pp.c regexec.c t/pragma/utf8.t
37061 ____________________________________________________________________________
37062 [  8414] By: jhi                                   on 2001/01/12  15:30:18
37063         Log: Mea culpa: I botched up Hugo's "Tw" bug fix when applying it.
37064      Branch: perl
37065            ! regexec.c
37066 ____________________________________________________________________________
37067 [  8413] By: jhi                                   on 2001/01/12  15:22:10
37068         Log: Subject: [Patch perl@8375] pragma/subs.t ......FAILED tests 1-2 using Bison's parser
37069              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
37070              Date: Thu, 11 Jan 2001 12:53:36 +0100
37071              Message-ID: <5930DC161690D2119667009027157547038123E1@madt009a.siemens.es>
37072      Branch: perl
37073            ! toke.c
37074 ____________________________________________________________________________
37075 [  8412] By: jhi                                   on 2001/01/12  15:20:25
37076         Log: Subject: [PATCH: perl@8342] updates to posix-bc hints file
37077              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
37078              Date: Fri, 12 Jan 2001 14:37:55 +0100
37079              Message-ID: <5930DC161690D21196670090271575470384E3FC@madt009a.siemens.es>
37080      Branch: perl
37081            ! hints/posix-bc.sh
37082 ____________________________________________________________________________
37083 [  8411] By: jhi                                   on 2001/01/12  15:14:14
37084         Log: Subject: [PATCH: perl@8342]  op/regmesg FAILED at test 33 on EBCDIC machines
37085              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
37086              Date: Fri, 12 Jan 2001 10:42:21 +0100
37087              Message-ID: <5930DC161690D211966700902715754703812F33@madt009a.siemens.es>
37088      Branch: perl
37089            ! t/op/regmesg.t
37090 ____________________________________________________________________________
37091 [  8410] By: jhi                                   on 2001/01/12  05:48:55
37092         Log: Subject: Re: [ID 20010101.004] Not OK: perl v5.7.0 +DEVEL8268 on i586-linux-64int-ld 2.2.17-21mdk (UNINSTALLED)
37093              From: Nicholas Clark <nick@ccl4.org> 
37094              Date: Sun, 7 Jan 2001 19:47:14 +0000
37095              Message-ID: <20010107194714.B1048@plum.flirble.org>
37096      Branch: perl
37097            ! t/op/numconvert.t
37098 ____________________________________________________________________________
37099 [  8409] By: jhi                                   on 2001/01/12  05:41:28
37100         Log: Integrate perlio.
37101      Branch: perl
37102           !> mg.c scope.h
37103 ____________________________________________________________________________
37104 [  8408] By: nick                                  on 2001/01/11  22:43:28
37105         Log: Remove variables that were used in experiments.
37106      Branch: perlio
37107            ! mg.c
37108 ____________________________________________________________________________
37109 [  8407] By: nick                                  on 2001/01/11  20:57:44
37110         Log: Catch die in %SIG handler and unblock the signal before re-dying.
37111              This make Linux work _without_ sigsetjmp().
37112              Turn off sigsetjmp() to see what else it does.
37113              May need Configure probe for sigprocmask() if anything has sigaction()
37114              but not sigprocmask().
37115      Branch: perlio
37116            ! mg.c scope.h
37117 ____________________________________________________________________________
37118 [  8406] By: nick                                  on 2001/01/11  19:32:07
37119         Log: Integrate mainline
37120      Branch: perlio
37121           !> Changes ext/IO/lib/IO/Socket/INET.pm ext/Socket/Socket.pm mg.c
37122           !> patchlevel.h perl.h regexec.c t/op/re_tests t/op/split.t
37123           !> t/op/substr.t
37124 ____________________________________________________________________________
37125 [  8405] By: jhi                                   on 2001/01/11  17:11:01
37126         Log: Fix UTF-8 lval substr().
37127      Branch: perl
37128            ! mg.c t/op/substr.t
37129 ____________________________________________________________________________
37130 [  8404] By: jhi                                   on 2001/01/11  05:13:58
37131         Log: Update Changes.
37132      Branch: perl
37133            ! Changes patchlevel.h
37134 ____________________________________________________________________________
37135 [  8403] By: jhi                                   on 2001/01/11  04:38:24
37136         Log: Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
37137              From: Hugo <hv@crypt.compulink.co.uk>
37138              Date: Mon, 30 Oct 2000 01:33:26 +0000
37139              Message-Id: <200010300133.BAA10390@crypt.compulink.co.uk>
37140      Branch: perl
37141            ! regexec.c t/op/re_tests
37142 ____________________________________________________________________________
37143 [  8402] By: jhi                                   on 2001/01/11  04:26:12
37144         Log: Integrate perlio.
37145      Branch: perl
37146           !> scope.h util.c
37147 ____________________________________________________________________________
37148 [  8401] By: nick                                  on 2001/01/10  22:52:55
37149         Log: Allow control of 2nd arg to segsetjmp() via -DSCOPE_SAVES_SIGNAL_MASK.
37150              (So Alan and Ilya can try setting via hints.)
37151              Verified Linux "works" with it true and fails to re-enable SIGINT if false.
37152              Restoring sigmask in Perl_sighandler() if handler dies is not equivalent;
37153              doing the save everywhere seems to restart read() correctly, but just
37154              doing it once "round" the handler does not.
37155      Branch: perlio
37156            ! scope.h
37157 ____________________________________________________________________________
37158 [  8400] By: jhi                                   on 2001/01/10  21:57:54
37159         Log: Not defining PERL_PRESERVE_IVUV fixes only the op/inc problem
37160              of IRIX, HP-UX is unaffected.
37161      Branch: perl
37162            ! perl.h
37163 ____________________________________________________________________________
37164 [  8399] By: nick                                  on 2001/01/10  21:29:19
37165         Log: Safe fix for Simon's pclose() doing SvIVX of undef -> core bug.
37166      Branch: perlio
37167            ! util.c
37168 ____________________________________________________________________________
37169 [  8398] By: jhi                                   on 2001/01/10  20:55:31
37170         Log: Add ReuseAddr as a (preferred) alias for Reuse as we now
37171              also have ReusePort.
37172      Branch: perl
37173            ! ext/IO/lib/IO/Socket/INET.pm
37174 ____________________________________________________________________________
37175 [  8397] By: jhi                                   on 2001/01/10  20:50:57
37176         Log: Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
37177              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
37178              Date: Wed, 10 Jan 2001 01:38:13 -0800
37179              Message-ID: <20010110013813.B41744@yahoo-inc.com>
37180      Branch: perl
37181            ! ext/IO/lib/IO/Socket/INET.pm
37182 ____________________________________________________________________________
37183 [  8396] By: jhi                                   on 2001/01/10  20:49:30
37184         Log: Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for better multicast support (resend)
37185              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
37186              Date: Wed, 10 Jan 2001 01:37:32 -0800
37187              Message-ID: <20010110013732.A41744@yahoo-inc.com>
37188      Branch: perl
37189            ! ext/Socket/Socket.pm
37190 ____________________________________________________________________________
37191 [  8395] By: jhi                                   on 2001/01/10  20:41:37
37192         Log: Test for bug id 20010105.016 (fixed by #8378).
37193      Branch: perl
37194            ! t/op/split.t
37195 ____________________________________________________________________________
37196 [  8394] By: jhi                                   on 2001/01/10  20:26:32
37197         Log: Integrate perlio.
37198      Branch: perl
37199            ! util.c
37200 ____________________________________________________________________________
37201 [  8393] By: nick                                  on 2001/01/10  19:34:30
37202         Log: Back out Simon's pid hackery for now.
37203      Branch: perlio
37204            ! util.c
37205 ____________________________________________________________________________
37206 [  8392] By: nick                                  on 2001/01/10  19:23:13
37207         Log: Integrate mainline. (Builds but does not work - something broke pipes...)
37208      Branch: perlio
37209           !> (integrate 29 files)
37210 ____________________________________________________________________________
37211 [  8391] By: jhi                                   on 2001/01/10  18:43:15
37212         Log: Subject: [PATCH] Fix my_pclose segfault
37213              From: Simon Cozens <simon@cozens.net>
37214              Date: Wed, 10 Jan 2001 18:39:35 +0000
37215              Message-ID: <20010110183934.A25640@pembro26.pmb.ox.ac.uk>
37216      Branch: perl
37217            ! util.c
37218 ____________________________________________________________________________
37219 [  8390] By: jhi                                   on 2001/01/10  18:42:08
37220         Log: Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
37221              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
37222              Date:     Wed, 10 Jan 2001 13:23:02 EST
37223              Message-Id: <010110132245.8129a@DUPHY4.Physics.Drexel.Edu>
37224      Branch: perl
37225            ! ext/Opcode/Opcode.xs
37226 ____________________________________________________________________________
37227 [  8389] By: jhi                                   on 2001/01/10  15:16:07
37228         Log: Turn off the integer preservation for now.
37229      Branch: perl
37230            ! perl.h
37231 ____________________________________________________________________________
37232 [  8388] By: jhi                                   on 2001/01/10  15:01:25
37233         Log: Few more IDE/editor nits from p5p.
37234      Branch: perl
37235            ! pod/perlfaq3.pod
37236 ____________________________________________________________________________
37237 [  8387] By: jhi                                   on 2001/01/10  06:53:16
37238         Log: Subject: Re: [ID 20010109.003] Patch 8138 broke a test in libwww
37239              To: "Andreas J. Koenig" <andreas.koenig@anima.de>
37240              Date: Tue, 9 Jan 2001 23:16:02 +0000
37241              Message-ID: <20010109231602.A81101@plum.flirble.org>
37242      Branch: perl
37243            ! sv.c
37244 ____________________________________________________________________________
37245 [  8386] By: jhi                                   on 2001/01/10  03:17:54
37246         Log: Test cases for #8385 (from Simon's "torture.pl")
37247      Branch: perl
37248            ! t/op/tr.t
37249 ____________________________________________________________________________
37250 [  8385] By: jhi                                   on 2001/01/10  03:17:11
37251         Log: Subject: Re: more UTF8 test suites and an UTF8 patch
37252              From: Inaba Hiroto <inaba@sdd.tokyo-sc.toshiba.co.jp>
37253              Date: Wed, 10 Jan 2001 11:39:39 +0900
37254              Message-Id: <10101100239.AA10002@tux0017.sdd.tokyo-sc.toshiba.co.jp>
37255              
37256              Some more UTF-8 tr cases fixed.
37257      Branch: perl
37258            ! doop.c
37259 ____________________________________________________________________________
37260 [  8384] By: jhi                                   on 2001/01/09  22:45:40
37261         Log: Allow the locale test needing POSIX and the taint test
37262              needing IPC::SysV to run under 'minitest' (basically,
37263              bail out if loading the extension fails)
37264      Branch: perl
37265            ! t/op/misc.t t/op/taint.t
37266 ____________________________________________________________________________
37267 [  8383] By: jhi                                   on 2001/01/09  21:36:04
37268         Log: Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
37269              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
37270              Date: Tue,  9 Jan 2001 13:33:22 -0800 (PST)
37271              Message-ID: <14939.33475.474459.147429@soda.csua.berkeley.edu>
37272      Branch: perl
37273            ! t/io/openpid.t
37274 ____________________________________________________________________________
37275 [  8382] By: jhi                                   on 2001/01/09  21:06:08
37276         Log: save_delete(), err, SAVEDELETE() fixes from Charles Lane.
37277              Should finish up the bug id 20001205.022.
37278      Branch: perl
37279            ! pp.c pp_hot.c scope.c
37280 ____________________________________________________________________________
37281 [  8381] By: jhi                                   on 2001/01/09  18:27:43
37282         Log: Subject: Re: [PATCH: perl@8342] comp/proto..........FAILED tests 112-123
37283              From: Andy Dougherty <doughera@lafayette.edu>
37284              Date: Tue, 9 Jan 2001 12:11:16 -0500 (EST)
37285              Message-ID: <Pine.SOL.4.10.10101091144440.13124-100000@maxwell.phys.lafayette.edu>
37286              
37287              More robust yacc/bison error detection.
37288      Branch: perl
37289            ! t/comp/proto.t
37290 ____________________________________________________________________________
37291 [  8380] By: jhi                                   on 2001/01/09  15:21:38
37292         Log: Subject:  [PATCH] make t/op/misc.t work on VMS
37293              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
37294              Date:     Tue, 9 Jan 2001 07:53:55 EST
37295              Message-Id: <010109075323.91c8f@DUPHY4.Physics.Drexel.Edu> 
37296      Branch: perl
37297            ! t/op/misc.t vms/test.com
37298 ____________________________________________________________________________
37299 [  8379] By: jhi                                   on 2001/01/09  15:20:38
37300         Log: Subject: [ID 20001230.003] UTF-8 tr still hurts
37301              From: jhi@cc.hut.fi
37302              Date: Sat, 30 Dec 2000 22:57:32 +0200 (EET)
37303              Message-Id: <200012302057.WAA31168@alpha.hut.fi>
37304              
37305              The #8378 fixed this.
37306      Branch: perl
37307            ! t/op/tr.t
37308 ____________________________________________________________________________
37309 [  8378] By: jhi                                   on 2001/01/09  15:05:32
37310         Log: Subject: One more patch for UTF8 
37311              From: Inaba Hiroto <inaba@st.rim.or.jp>
37312              Date: Tue, 09 Jan 2001 01:04:32 +0900
37313              Message-ID: <3A59E510.52BAB5B9@st.rim.or.jp>
37314              
37315              UTF-8 fixes for 'x' and tr///.
37316      Branch: perl
37317            ! doop.c embed.h embed.pl op.c pod/perlapi.pod pp.c proto.h
37318            ! regcomp.c regexec.c toke.c utf8.c
37319 ____________________________________________________________________________
37320 [  8377] By: jhi                                   on 2001/01/09  14:32:17
37321         Log: Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
37322      Branch: perl
37323            ! t/op/length.t
37324 ____________________________________________________________________________
37325 [  8376] By: jhi                                   on 2001/01/09  04:32:32
37326         Log: integrate changes #7775, #8316, #8316 from mainline
37327      Branch: maint-5.6/perl
37328            ! hints/solaris_2.sh
37329 ____________________________________________________________________________
37330 [  8375] By: jhi                                   on 2001/01/09  04:26:43
37331         Log: Update Changes.
37332      Branch: perl
37333            ! Changes patchlevel.h
37334 ____________________________________________________________________________
37335 [  8374] By: jhi                                   on 2001/01/09  04:14:32
37336         Log: IDE/editor section tweaking.
37337      Branch: perl
37338            ! pod/perlfaq3.pod
37339 ____________________________________________________________________________
37340 [  8373] By: jhi                                   on 2001/01/09  02:38:26
37341         Log: Subject: [PATCH: perl@8342] updates to OS/390 hints file
37342              From: Peter Prymmer <pvhp@forte.com>
37343              Date: Mon, 8 Jan 2001 18:06:51 -0800 (PST)
37344              Message-ID: <Pine.OSF.4.10.10101081805530.239173-100000@aspara.forte.com>
37345              
37346              In preparation os OS/390 dynamic loading.
37347      Branch: perl
37348            ! README.os390 hints/os390.sh
37349 ____________________________________________________________________________
37350 [  8372] By: jhi                                   on 2001/01/09  00:24:30
37351         Log: Integrate with perlio.
37352      Branch: perl
37353           !> embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
37354 ____________________________________________________________________________
37355 [  8371] By: nick                                  on 2001/01/08  23:54:33
37356         Log: Fix "scalars leaked" bugs caused by overload magic
37357              (Highlighted by Ilya's DESTROY optimization.)
37358      Branch: perlio
37359            ! embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
37360 ____________________________________________________________________________
37361 [  8370] By: nick                                  on 2001/01/08  20:19:41
37362         Log: Integrate mainline
37363      Branch: perlio
37364           !> README.epoc dump.c ext/GDBM_File/GDBM_File.xs gv.c
37365           !> lib/Getopt/Long.pm mg.c op.c scope.c sv.c t/io/pipe.t
37366           !> t/op/64bitint.t
37367 ____________________________________________________________________________
37368 [  8369] By: jhi                                   on 2001/01/08  17:30:52
37369         Log: save_delete() Safefree() doesn't (anymore?) work with shared
37370              strings, one test failure in op/misc and almost all of lib/b.
37371              (Outcomments #8369.)
37372      Branch: perl
37373            ! scope.c
37374 ____________________________________________________________________________
37375 [  8368] By: jhi                                   on 2001/01/08  14:47:10
37376         Log: (Outcommented by #8369.)
37377              
37378              Subject: Re: Perl BugID 20001205.022 ---- save_delete
37379              From: Simon Cozens <simon@cozens.net>
37380              Date: Sat, 6 Jan 2001 11:48:40 +0000
37381              Message-ID: <20010106114840.A13227@deep-dark-truthful-mirror.perlhacker.org>
37382              
37383              The save_delete() does need the Safefree.
37384      Branch: perl
37385            ! scope.c
37386 ____________________________________________________________________________
37387 [  8367] By: bailey                                on 2001/01/08  08:53:52
37388         Log: Once again syncing after too long an absence
37389      Branch: vmsperl
37390           +> (branch 55 files)
37391            - MAINTAIN fix_pl vos/config.def vos/config.h
37392            - vos/config_h.SH_orig
37393           !> (integrate 498 files)
37394 ____________________________________________________________________________
37395 [  8366] By: jhi                                   on 2001/01/08  02:42:59
37396         Log: Subject: [ID 20010107.012] [PATCH] 18446744073709551616e0 was treated as UV=18446744073709551615
37397              From: nick@ccl4.org
37398              Date: Sun, 7 Jan 2001 21:07:18 +0000
37399              Message-Id: <20010107210717.D1048@plum.flirble.org>
37400      Branch: perl
37401            ! sv.c t/op/64bitint.t
37402 ____________________________________________________________________________
37403 [  8365] By: jhi                                   on 2001/01/08  02:35:16
37404         Log: Subject: [PATCH] environ nit
37405              From: Simon Cozens <simon@cozens.net>
37406              Date: Sun, 7 Jan 2001 17:57:07 +0000
37407              Message-ID: <20010107175707.A2013@pembro26.pmb.ox.ac.uk>
37408              
37409              Use environ only if we have it.
37410      Branch: perl
37411            ! mg.c
37412 ____________________________________________________________________________
37413 [  8364] By: jhi                                   on 2001/01/08  02:24:51
37414         Log: Replace #6721, GDBM, system malloc, and LEAKTEST.
37415      Branch: perl
37416            ! ext/GDBM_File/GDBM_File.xs
37417 ____________________________________________________________________________
37418 [  8363] By: jhi                                   on 2001/01/08  02:19:24
37419         Log: Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
37420              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
37421              Date: Sat,  6 Jan 2001 15:25:02 -0800 (PST)
37422              Message-ID: <14935.41722.239364.55174@soda.csua.berkeley.edu>
37423      Branch: perl
37424            ! dump.c op.c
37425 ____________________________________________________________________________
37426 [  8362] By: jhi                                   on 2001/01/08  02:17:43
37427         Log: Subject: [patch] xsub AUTOLOAD fix/optimization
37428              From: Doug MacEachern <dougm@covalent.net>
37429              Date: Sat, 6 Jan 2001 09:30:05 -0800 (PST)
37430              Message-ID: <Pine.LNX.4.10.10101060924280.24460-100000@mojo.covalent.net>
37431              
37432              Allow AUTOLOAD to be an xsub and allow such xsubs
37433              to avoid use of $AUTOLOAD.
37434      Branch: perl
37435            ! gv.c
37436 ____________________________________________________________________________
37437 [  8361] By: jhi                                   on 2001/01/08  02:16:07
37438         Log: Subject: Re: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
37439              From: Radu Greab <radu@netsoft.ro>
37440              Date: Sun, 7 Jan 2001 03:16:55 +0200 (EET)
37441              Message-ID: <14935.50055.838449.408835@ix.netsoft.ro>
37442              
37443              No need for the potentially unportable $SIG{CHLD}.
37444      Branch: perl
37445            ! t/io/pipe.t
37446 ____________________________________________________________________________
37447 [  8360] By: jhi                                   on 2001/01/08  01:58:23
37448         Log: Update to Getopt::Long 2.24_02, from Johan Vromans.
37449      Branch: perl
37450            ! lib/Getopt/Long.pm
37451 ____________________________________________________________________________
37452 [  8359] By: jhi                                   on 2001/01/08  01:55:44
37453         Log: Integrate perlio.
37454      Branch: perl
37455           !> ext/Encode/Encode.xs lib/ExtUtils/typemap perl.c perlio.c
37456           !> perlio.h pp.c pp_hot.c pp_sys.c sv.c t/lib/tie-refhash.t
37457           !> utf8.c win32/Makefile
37458 ____________________________________________________________________________
37459 [  8358] By: jhi                                   on 2001/01/07  21:16:50
37460         Log: Update the EPOC cross SDK URL.
37461      Branch: perl
37462            ! README.epoc
37463 ____________________________________________________________________________
37464 [  8357] By: jhi                                   on 2001/01/07  21:16:09
37465         Log: Update the EPOC cross SDK URL.
37466      Branch: maint-5.6/perl
37467            ! README.epoc
37468 ____________________________________________________________________________
37469 [  8356] By: nick                                  on 2001/01/06  21:47:52
37470         Log: FILE * in XS code for PerlIO world:
37471              - make PERLIO_NOT_STDIO 0 (co-existance) default for non PERL_CORE case.
37472              - Add FILE * T_STDIO typemap.
37473              - Finish PerlIO_findFILE() and PerlIO_extprtFILE()
37474      Branch: perlio
37475            ! lib/ExtUtils/typemap perlio.c perlio.h
37476 ____________________________________________________________________________
37477 [  8355] By: jhi                                   on 2001/01/06  20:27:15
37478         Log: integrate change #8336 from mainline
37479              
37480              Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1
37481      Branch: maint-5.6/perl
37482            ! hv.c
37483 ____________________________________________________________________________
37484 [  8354] By: jhi                                   on 2001/01/06  20:24:29
37485         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
37486              From: Robin Barker <rmb1@cise.npl.co.uk>
37487              Date: Fri, 22 Dec 2000 12:17:38 GMT
37488              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
37489              
37490              The patch reformats some long =item lines so they give
37491              correct output via pod2man | nroff -man
37492              
37493              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
37494              From: Robin Barker <rmb1@cise.npl.co.uk>
37495              Date: Tue, 2 Jan 2001 15:35:03 GMT
37496              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
37497              
37498              Here is a _further_ patch which corrects a few more errors:
37499              * an empty C<=item> in CPAN.pm
37500              * patching the wrong file (pod/perlamiga.pod not README.amiga)
37501              * leaving empty C<=item>s which formatted incorrectly
37502              * over long C<=item>s revealed by latest patch to Pod::Man
37503      Branch: maint-5.6/perl
37504            ! README.amiga lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
37505            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
37506            ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlapi.pod
37507            ! pod/perldelta.pod pod/perldiag.pod pod/perlembed.pod
37508            ! pod/perlfaq4.pod pod/perllocale.pod pod/perlmodlib.pod
37509            ! pod/perlrequick.pod pod/perlretut.pod pod/perlsub.pod
37510 ____________________________________________________________________________
37511 [  8353] By: jhi                                   on 2001/01/06  20:21:10
37512         Log: integrate changes #7980, 7990, 8056, 8057 from mainline
37513              
37514              UTF-8 hash keys.
37515      Branch: maint-5.6/perl
37516            ! embed.h embed.pl hv.c hv.h perlapi.c proto.h t/op/each.t
37517 ____________________________________________________________________________
37518 [  8352] By: jhi                                   on 2001/01/06  20:18:44
37519         Log: Forgotten from #8438.
37520      Branch: maint-5.6/perl
37521            ! epoc/epocish.h
37522 ____________________________________________________________________________
37523 [  8351] By: jhi                                   on 2001/01/06  20:18:12
37524         Log: Forgotten from #8347.
37525      Branch: maint-5.6/perl
37526            ! config_h.SH
37527 ____________________________________________________________________________
37528 [  8350] By: jhi                                   on 2001/01/06  20:00:19
37529         Log: Thinko in #8347.
37530      Branch: maint-5.6/perl
37531            ! regcomp.c
37532 ____________________________________________________________________________
37533 [  8349] By: jhi                                   on 2001/01/06  18:05:30
37534         Log: Copy the FAQ3 IDE section from the development branch,
37535              changes originally by Peter Prymmer.
37536      Branch: maint-5.6/perl
37537            ! pod/perlfaq3.pod
37538 ____________________________________________________________________________
37539 [  8348] By: jhi                                   on 2001/01/06  18:03:02
37540         Log: EPOC updates for TRIAL1.
37541              
37542              Subject: [5.6.1 trial1] EPOC update
37543              From: Olaf Flebbe <O.Flebbe@science-computing.de>
37544              Date: Sun, 31 Dec 2000 16:04:52 +0100 (CET)
37545              Message-ID: <Pine.LNX.4.02.10012311603040.14097-100000@milkyway.science-computing.de> 
37546              
37547              Subject: epoc patch2 for perl-5.6.1-trial1
37548              From: Olaf Flebbe <O.Flebbe@science-computing.de>
37549              Date: Sat, 6 Jan 2001 13:55:53 +0100 (CET)
37550              Message-ID: <Pine.LNX.4.02.10101061355220.26469-100000@milkyway.science-computing.de> 
37551      Branch: maint-5.6/perl
37552            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
37553            ! epoc/epocish.c
37554 ____________________________________________________________________________
37555 [  8347] By: jhi                                   on 2001/01/06  17:29:10
37556         Log: integrate changes #7710,7824,7973 from mainline,
37557              plus VMS nits from Peter Prymmer and Dan Sugalski.
37558              
37559              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
37560              library (getprotobyname and getprotobynumber are outversioned by
37561              the same calls in libc, at least for xlc version 3.
37562              
37563              Add HAS_SBRK_PROTO.
37564              
37565              Fixes for signedness warnings noticed by VMSperlers.
37566      Branch: maint-5.6/perl
37567            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
37568            ! configure.com epoc/config.sh hints/aix.sh malloc.c regcomp.c
37569            ! sv.c vms/descrip_mms.template vos/config.alpha.def
37570            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
37571            ! win32/config.bc win32/config.gc win32/config.vc
37572 ____________________________________________________________________________
37573 [  8346] By: nick                                  on 2001/01/06  14:36:01
37574         Log: Fixup accumulated integrate muddles (perlio == devperl again)
37575      Branch: perlio
37576            ! ext/Encode/Encode.xs perl.c pp_sys.c t/lib/tie-refhash.t
37577 ____________________________________________________________________________
37578 [  8345] By: nick                                  on 2001/01/06  14:24:58
37579         Log: Integrate mainline
37580      Branch: perlio
37581           !> (integrate 55 files)
37582 ____________________________________________________________________________
37583 [  8344] By: jhi                                   on 2001/01/06  02:24:02
37584         Log: Subject: [patch] PerlIO_cleanup() prototype
37585              From: Doug MacEachern <dougm@covalent.net>
37586              Date: Fri, 5 Jan 2001 18:15:31 -0800 (PST)
37587              Message-ID: <Pine.LNX.4.10.10101051813220.340-100000@mojo.covalent.net>
37588      Branch: perl
37589            ! perlio.h
37590 ____________________________________________________________________________
37591 [  8343] By: jhi                                   on 2001/01/06  01:04:09
37592         Log: IRIX compiler noticed that the bof initialization might be
37593              bypassed by control flow.
37594      Branch: perl
37595            ! toke.c
37596 ____________________________________________________________________________
37597 [  8342] By: jhi                                   on 2001/01/06  00:10:48
37598         Log: Update Changes.
37599      Branch: perl
37600            ! Changes patchlevel.h
37601 ____________________________________________________________________________
37602 [  8341] By: jhi                                   on 2001/01/05  23:52:33
37603         Log: Add a note about EBCDIC versus UTF-8 to a potential problem spot.
37604      Branch: perl
37605            ! toke.c
37606 ____________________________________________________________________________
37607 [  8340] By: jhi                                   on 2001/01/05  22:44:08
37608         Log: Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
37609              From: Radu Greab <radu@netsoft.ro>
37610              Date: Fri, 5 Jan 2001 21:04:33 +0200 (EET)
37611              Message-ID: <14934.6849.742435.23178@ix.netsoft.ro>
37612      Branch: perl
37613            ! t/io/pipe.t util.c
37614 ____________________________________________________________________________
37615 [  8339] By: jhi                                   on 2001/01/05  22:35:17
37616         Log: Subject: [PATCH] format and rewording in perlfaq.pod
37617              From: Robin Barker <rmb1@cise.npl.co.uk>
37618              Date: Fri, 5 Jan 2001 18:51:20 GMT
37619              Message-Id: <200101051851.SAA03310@tempest.npl.co.uk>
37620      Branch: perl
37621            ! pod/perlfaq.pod
37622 ____________________________________________________________________________
37623 [  8338] By: jhi                                   on 2001/01/05  22:31:17
37624         Log: Subject: [patch: perl@8327] have perlbug's Save to File respect -F flag
37625              From: Peter Prymmer <pvhp@forte.com>
37626              Date: Fri, 5 Jan 2001 14:02:13 -0800 (PST)
37627              Message-ID: <Pine.OSF.4.10.10101051357400.28294-100000@aspara.forte.com>
37628      Branch: perl
37629            ! utils/perlbug.PL
37630 ____________________________________________________________________________
37631 [  8337] By: jhi                                   on 2001/01/05  18:15:11
37632         Log: Subject: [PATCH 5.7.1/Configure] failure to set src='.'
37633              From: Robin Barker <rmb1@cise.npl.co.uk>
37634              Date: Tue, 2 Jan 2001 15:24:07 GMT
37635              Message-Id: <200101021524.PAA15145@tempest.npl.co.uk>
37636              
37637              If you call configure as C<./Configure> or C<sh ./Configure>,
37638              $src is set to the absolute path name, not '.'.
37639              
37640              This, in turn, means -Dmksymlink tries to do its stuff because
37641              it does not think it is in the src directory.
37642              
37643              (plus a metaconfig nitfix)
37644      Branch: metaconfig
37645            ! U/compline/ccflags.U U/modified/src.U
37646      Branch: perl
37647            ! Configure config_h.SH
37648 ____________________________________________________________________________
37649 [  8336] By: jhi                                   on 2001/01/05  17:48:32
37650         Log: Subject: Re: [Fwd: Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1]
37651              From: Alan Burlison <Alan.Burlison@uk.sun.com>
37652              Message-ID: <3A5606C4.473D2226@uk.sun.com>
37653              Date: Fri, 05 Jan 2001 17:39:16 +0000
37654      Branch: perl
37655            ! hv.c
37656 ____________________________________________________________________________
37657 [  8335] By: jhi                                   on 2001/01/05  16:05:44
37658         Log: Upgrade to Getopt::Long 2.24_01, from Johan Vromans.
37659      Branch: perl
37660            ! lib/Getopt/Long.pm
37661 ____________________________________________________________________________
37662 [  8334] By: jhi                                   on 2001/01/05  16:00:51
37663         Log: Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
37664              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
37665              Date: Fri, 05 Jan 2001 13:46:51 +0100
37666              Message-ID: <13693.978698811@nice.ram.loc>
37667              
37668              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
37669              accurate reading of the "atime".  
37670      Branch: perl
37671            ! t/io/fs.t
37672 ____________________________________________________________________________
37673 [  8333] By: jhi                                   on 2001/01/05  15:57:37
37674         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful 
37675              From: Simon Cozens <simon@cozens.net>
37676              Date: Fri, 8 Dec 2000 13:33:31 +0000
37677              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org> 
37678              
37679              A lost patch fragment.
37680      Branch: perl
37681            ! doop.c
37682 ____________________________________________________________________________
37683 [  8332] By: jhi                                   on 2001/01/05  15:40:42
37684         Log: Do away with strncpy() and a fixed length buffer.
37685      Branch: perl
37686            ! utf8.c
37687 ____________________________________________________________________________
37688 [  8331] By: jhi                                   on 2001/01/05  15:03:07
37689         Log: Tests for #8329 and #8330.
37690      Branch: perl
37691            ! t/op/bop.t
37692 ____________________________________________________________________________
37693 [  8330] By: jhi                                   on 2001/01/05  15:02:38
37694         Log: "\x{FF}\xFF" was broken, the \xFF was appended in its
37695              raw 8-bit form to the UTF-8 string.
37696      Branch: perl
37697            ! toke.c
37698 ____________________________________________________________________________
37699 [  8329] By: jhi                                   on 2001/01/05  14:55:13
37700         Log: Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
37701              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
37702              Date: Fri, 5 Jan 2001 12:28:52 +0100
37703              Message-ID: <5930DC161690D211966700902715754703738F96@madt009a.siemens.es>
37704              
37705              UTF-8 parsing fix that seems to be needed for EBCDIC, in ASCII
37706              no effect.  (changed the strncpy() to Copy())
37707      Branch: perl
37708            ! toke.c
37709 ____________________________________________________________________________
37710 [  8328] By: jhi                                   on 2001/01/05  06:44:27
37711         Log: UTF-8 cleanup.
37712      Branch: perl
37713            ! doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
37714            ! regexec.c sv.c toke.c
37715 ____________________________________________________________________________
37716 [  8327] By: jhi                                   on 2001/01/05  01:11:29
37717         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')
37718              From: Radu Greab <radu@netsoft.ro>
37719              Message-ID: <14933.5458.672637.641215@ix.netsoft.ro>
37720              Date: Fri, 5 Jan 2001 02:29:06 +0200 (EET)
37721              
37722              Cleans up Harness to not use FileHandle, which uses IO.
37723      Branch: perl
37724            ! lib/Test/Harness.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
37725 ____________________________________________________________________________
37726 [  8326] By: jhi                                   on 2001/01/05  00:56:37
37727         Log: Update Changes.
37728      Branch: perl
37729            ! Changes patchlevel.h
37730 ____________________________________________________________________________
37731 [  8325] By: jhi                                   on 2001/01/05  00:53:18
37732         Log: Subject: Re: [patch bug 20010103.019] Re: perl@8269: failure to build on NT 4.0.1381 with MSVC (fwd)
37733              From: Peter Prymmer <pvhp@forte.com>
37734              Date: Thu, 4 Jan 2001 14:20:15 -0800 (PST)
37735              Message-ID: <Pine.OSF.4.10.10101041406420.492782-100000@aspara.forte.com>
37736              
37737              plus a couple more tailing whitespace removals.
37738      Branch: perl
37739            ! win32/Makefile
37740 ____________________________________________________________________________
37741 [  8324] By: jhi                                   on 2001/01/05  00:47:39
37742         Log: Add some Unicode chop() tests.
37743      Branch: perl
37744            ! t/op/chop.t
37745 ____________________________________________________________________________
37746 [  8323] By: jhi                                   on 2001/01/05  00:47:23
37747         Log: Unify UTF-8 malformedness handling.
37748      Branch: perl
37749            ! doop.c pp.c sv.c toke.c utf8.c utf8.h
37750 ____________________________________________________________________________
37751 [  8322] By: jhi                                   on 2001/01/04  22:21:54
37752         Log: The new $issymlink was unknown to Mksymlinks.
37753      Branch: metaconfig/U/perl
37754            ! Mksymlinks.U issymlink.U
37755      Branch: perl
37756            ! Configure config_h.SH
37757 ____________________________________________________________________________
37758 [  8321] By: jhi                                   on 2001/01/04  21:51:05
37759         Log: The test didn't work under the core test framework.
37760      Branch: perl
37761            ! t/lib/st-lock.t
37762 ____________________________________________________________________________
37763 [  8320] By: jhi                                   on 2001/01/04  21:14:22
37764         Log: DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
37765      Branch: perl
37766            ! INSTALL ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
37767 ____________________________________________________________________________
37768 [  8319] By: jhi                                   on 2001/01/04  20:46:17
37769         Log: Typo in #8312 when manually appying a problematic patch fragment.
37770      Branch: perl
37771            ! ext/Storable/Storable.xs
37772 ____________________________________________________________________________
37773 [  8318] By: jhi                                   on 2001/01/04  20:43:01
37774         Log: The $sh_c didn't fly.
37775      Branch: metaconfig
37776            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
37777            ! U/modified/Loc.U U/modified/myhostname.U
37778            ! U/modified/spitshell.U
37779      Branch: metaconfig/U/perl
37780            ! issymlink.U
37781      Branch: perl
37782            ! Configure config_h.SH
37783 ____________________________________________________________________________
37784 [  8317] By: jhi                                   on 2001/01/04  19:58:01
37785         Log: AIX builtin test -h is broken, changes based on
37786              
37787              Subject: [PATCH] 8297. Symlink stuff breaks on AIX 4 bsh
37788              Date: Tue, 02 Jan 2001 11:24:39 +0100
37789              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
37790              Message-Id: <20010102093747.A6F7.H.M.BRAND@hccnet.nl>
37791      Branch: metaconfig
37792            + U/modified/spitshell.U
37793            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
37794            ! U/modified/Loc.U U/modified/myhostname.U
37795      Branch: metaconfig/U/perl
37796            ! Mksymlinks.U issymlink.U
37797      Branch: perl
37798            ! Configure
37799 ____________________________________________________________________________
37800 [  8316] By: jhi                                   on 2001/01/04  19:02:22
37801         Log: Subject: [PATCH] Re: New attempt on hints/solaris_2.sh
37802              From: Andy Dougherty <doughera@lafayette.edu>
37803              Message-ID: <Pine.SOL.4.10.10101031518320.28840-100000@maxwell.phys.lafayette.edu>
37804              Date: Wed, 3 Jan 2001 15:36:06 -0500 (EST)
37805              
37806              Beware of GNU ld.
37807      Branch: perl
37808            ! hints/solaris_2.sh
37809 ____________________________________________________________________________
37810 [  8315] By: jhi                                   on 2001/01/04  18:56:48
37811         Log: From: Lupe Christoph <lupe@lupe-christoph.de>
37812              Subject: Re: [PATCH 5.7.1/Configure] failure to set src='.'
37813              Date: Wed, 3 Jan 2001 07:58:51 +0100
37814              Message-ID: <20010103075851.P4594@alanya.lupe-christoph.de>
37815      Branch: perl
37816            ! hints/solaris_2.sh
37817 ____________________________________________________________________________
37818 [  8314] By: jhi                                   on 2001/01/04  18:54:07
37819         Log: Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
37820              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
37821              Date: Wed,  3 Jan 2001 13:48:04 -0800 (PST)
37822              Message-ID: <14931.40265.379608.910008@soda.csua.berkeley.edu>
37823              
37824              Doc tweak on #8313.
37825      Branch: perl
37826            ! ext/B/B/Deparse.pm
37827 ____________________________________________________________________________
37828 [  8313] By: jhi                                   on 2001/01/04  18:52:27
37829         Log: Subject: [PATCH @8269] Continue blocks and B::Deparse
37830              Date: Wed,  3 Jan 2001 13:31:53 -0800 (PST)
37831              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
37832              Message-ID: <14931.37732.62835.279605@soda.csua.berkeley.edu>
37833              
37834              Make the peephole optimizer to bypass more null ops and
37835              and rewrite the deparse handling of continue blocks.
37836      Branch: perl
37837            ! ext/B/B/Deparse.pm op.c op.h t/lib/b.t
37838 ____________________________________________________________________________
37839 [  8312] By: jhi                                   on 2001/01/04  18:47:39
37840         Log: Upgrade to Storable 1.0.7, from Raphael Manfredi.
37841      Branch: perl
37842            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
37843            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
37844            ! t/lib/st-lock.t
37845 ____________________________________________________________________________
37846 [  8311] By: jhi                                   on 2001/01/04  18:36:08
37847         Log: Add a new MakeMaker variable PM_FILTER that defines a Unix
37848              filter to be run on each .pm during the pm_to_blib() phase,
37849              a fixed version of
37850              
37851              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
37852              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
37853              Date: Wed, 03 Jan 2001 22:01:30 +0100
37854              Message-ID: <5296.978555690@nice.ram.loc>
37855      Branch: perl
37856            ! lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
37857            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
37858            ! lib/ExtUtils/MakeMaker.pm
37859 ____________________________________________________________________________
37860 [  8310] By: jhi                                   on 2001/01/04  18:32:54
37861         Log: Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
37862              From: Robin Barker <rmb1@cise.npl.co.uk>
37863              Date: Tue, 2 Jan 2001 15:35:03 GMT
37864              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
37865      Branch: perl
37866            ! README.amiga lib/CPAN.pm lib/Win32.pod pod/perl56delta.pod
37867            ! pod/perlrequick.pod
37868 ____________________________________________________________________________
37869 [  8309] By: jhi                                   on 2001/01/04  18:29:07
37870         Log: Subject: Re: [patch] static-ize XS()
37871              From: Doug MacEachern <dougm@covalent.net>
37872              Date: Mon, 1 Jan 2001 15:26:01 -0800 (PST)
37873              Message-ID: <Pine.LNX.4.10.10101011523560.3379-100000@mojo.covalent.net>
37874              
37875              Provide prototypes for the XS functions.
37876      Branch: perl
37877            ! lib/ExtUtils/xsubpp
37878 ____________________________________________________________________________
37879 [  8308] By: jhi                                   on 2001/01/04  18:27:44
37880         Log: Subject: [patch] typemap =~ s/croak/Perl_croak/
37881              From: Doug MacEachern <dougm@covalent.net>
37882              Date: Mon, 1 Jan 2001 11:41:57 -0800 (PST)
37883              Message-ID: <Pine.LNX.4.10.10101011139570.3379-100000@mojo.covalent.net>
37884      Branch: perl
37885            ! lib/ExtUtils/typemap
37886 ____________________________________________________________________________
37887 [  8307] By: jhi                                   on 2001/01/04  18:25:25
37888         Log: Subject: Re: [patch] MM_Unix cpprun shortcut
37889              From: Doug MacEachern <dougm@covalent.net>
37890              Date: Wed, 3 Jan 2001 20:09:57 -0800 (PST)
37891              Message-ID: <Pine.LNX.4.10.10101032009330.280-100000@mojo.covalent.net>
37892              
37893              Add a .c.i: MakeMaker make rule to create cpreprocessed outputs.
37894      Branch: perl
37895            ! lib/ExtUtils/MM_Unix.pm
37896 ____________________________________________________________________________
37897 [  8306] By: jhi                                   on 2001/01/04  18:23:00
37898         Log: Subject: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison)
37899              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
37900              Date: Thu, 4 Jan 2001 12:47:10 +0100 
37901              Message-ID: <5930DC161690D21196670090271575470370111A@madt009a.siemens.es>
37902              
37903              The toke.c part only, patching embed.h and proto.h is futile.
37904      Branch: perl
37905            ! toke.c
37906 ____________________________________________________________________________
37907 [  8305] By: jhi                                   on 2001/01/04  18:05:51
37908         Log: Subject: [PATCH perl@8269] scanning two hex-constants fails on EBCDIC environment (script length.t)
37909              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
37910              Date: Thu, 4 Jan 2001 17:50:12 +0100 
37911              Message-ID: <5930DC161690D211966700902715754703738AA6@madt009a.siemens.es>
37912      Branch: perl
37913            ! toke.c
37914 ____________________________________________________________________________
37915 [  8304] By: jhi                                   on 2001/01/04  18:03:26
37916         Log: Subject: [PATCH perl@8269]
37917              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
37918              Date: Thu, 4 Jan 2001 12:53:39 +0100 
37919              Message-ID: <5930DC161690D211966700902715754703701130@madt009a.siemens.es>
37920              
37921              If running byacc write-enable also perly.h.
37922      Branch: perl
37923            ! Makefile.SH
37924 ____________________________________________________________________________
37925 [  8303] By: jhi                                   on 2001/01/04  15:40:49
37926         Log: Rewrite pp_concat() in terms of sv_catsv().
37927      Branch: perl
37928            ! pp_hot.c
37929 ____________________________________________________________________________
37930 [  8302] By: nick                                  on 2001/01/03  22:43:22
37931         Log: Integrate mainline.
37932      Branch: perlio
37933           !> ext/Encode/Encode.xs sv.c utf8.c
37934 ____________________________________________________________________________
37935 [  8301] By: jhi                                   on 2001/01/02  23:40:26
37936         Log: Variable naming tweak.
37937      Branch: perl
37938            ! sv.c
37939 ____________________________________________________________________________
37940 [  8300] By: jhi                                   on 2001/01/02  23:40:02
37941         Log: Use the UTF8_XXX macros in is_utf8_char(), a performance nit
37942              in is_utf8_string().
37943      Branch: perl
37944            ! utf8.c
37945 ____________________________________________________________________________
37946 [  8299] By: jhi                                   on 2001/01/02  22:14:40
37947         Log: Integrate perlio.
37948      Branch: perl
37949           !> pp.c pp_hot.c win32/Makefile
37950 ____________________________________________________________________________
37951 [  8298] By: nick                                  on 2001/01/02  22:03:06
37952         Log: Turn SvUTF8 off if not required in pp_chr and pp_stringify.
37953      Branch: perlio
37954            ! pp.c pp_hot.c
37955 ____________________________________________________________________________
37956 [  8297] By: jhi                                   on 2001/01/02  04:26:28
37957         Log: Signedness nit.
37958      Branch: perl
37959            ! ext/Encode/Encode.xs
37960 ____________________________________________________________________________
37961 [  8296] By: nick                                  on 2001/01/01  23:49:36
37962         Log: Add Encode and correct Filter/Util/Call in nmake Makefile
37963      Branch: perlio
37964            ! win32/Makefile
37965 ____________________________________________________________________________
37966 [  8295] By: jhi                                   on 2001/01/01  23:05:48
37967         Log: Integrate perlio.
37968      Branch: perl
37969           !> ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
37970           !> t/lib/encode.t
37971 ____________________________________________________________________________
37972 [  8294] By: nick                                  on 2001/01/01  22:48:34
37973         Log: Integrate mainline
37974      Branch: perlio
37975            ! pp_hot.c t/lib/encode.t
37976           !> (integrate 65 files)
37977 ____________________________________________________________________________
37978 [  8293] By: nick                                  on 2001/01/01  21:58:50
37979         Log: More rigor in UTF-8-ness of Encode's toUnicode
37980              XS export some of the utf8 internal functions.
37981              Test some of the functions.
37982              Fix pp_concat() bug shown by said tests.
37983      Branch: perlio
37984            ! ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
37985            ! t/lib/encode.t
37986 ____________________________________________________________________________
37987 [  8292] By: jhi                                   on 2001/01/01  18:11:44
37988         Log: Integrate perlio.
37989      Branch: perl
37990           !> ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
37991           !> ext/Encode/encengine.c ext/Encode/encode.h
37992 ____________________________________________________________________________
37993 [  8291] By: jhi                                   on 2001/01/01  18:10:58
37994         Log: Podify README.mpeix (a new version from the web),
37995              add a dummy NAME to Carp::Heavy, regen toc.
37996      Branch: perl
37997            ! README.mpeix lib/Carp/Heavy.pm pod/buildtoc.PL pod/perl.pod
37998            ! pod/perltoc.pod
37999 ____________________________________________________________________________
38000 [  8290] By: nick                                  on 2001/01/01  17:43:47
38001         Log: Loose the "Loading..." warning.
38002              Another bug in fallback support
38003      Branch: perlio
38004            ! ext/Encode/Encode.pm ext/Encode/encengine.c
38005 ____________________________________________________________________________
38006 [  8289] By: jhi                                   on 2001/01/01  00:01:57
38007         Log: Bump up Larry's copyright.
38008      Branch: perl
38009            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
38010            ! doop.c dump.c ext/DynaLoader/dl_dld.xs form.h gv.c gv.h
38011            ! handy.h hv.c hv.h mg.c mg.h op.c op.h perl.c perl.h perly.y
38012            ! pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c
38013            ! scope.c sv.c sv.h toke.c utf8.c utf8.h util.c util.h
38014            ! x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
38015            ! x2p/a2py.c x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c
38016            ! x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
38017 ____________________________________________________________________________
38018 [  8288] By: nick                                  on 2000/12/31  21:27:53
38019         Log: Fix .ucm reading - forgot a chr()
38020              Start of .ucm write (for .enc to .ucm)
38021      Branch: perlio
38022            ! ext/Encode/compile
38023 ____________________________________________________________________________
38024 [  8287] By: jhi                                   on 2000/12/31  18:15:56
38025         Log: Comment away a diagnostic message as noted by Craig A. Berry
38026              (the unexpected message was confusing testing)
38027      Branch: perl
38028            ! ext/Encode/Encode.pm
38029 ____________________________________________________________________________
38030 [  8286] By: jhi                                   on 2000/12/31  18:14:51
38031         Log: Subject: [PATCH perl@8269] ext/Encode/Makefile.PL line shortening
38032              Date: Sun, 31 Dec 2000 11:17:37 -0600
38033              From: "Craig A. Berry" <craigberry@mac.com>
38034              Message-Id: <5.0.2.1.0.20001230195844.025636c0@exchi01>
38035      Branch: perl
38036            ! ext/Encode/Makefile.PL
38037 ____________________________________________________________________________
38038 [  8285] By: nick                                  on 2000/12/31  18:11:54
38039         Log: Start of support of ICU-style .ucm files:
38040              - teach compile how to read a .ucm file
38041              - first guess at how to represent fallbacks in "tries".
38042              - use fallbacks if check == 0
38043              - new return code to indicate we used one.
38044      Branch: perlio
38045            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
38046            ! ext/Encode/encengine.c ext/Encode/encode.h
38047 ____________________________________________________________________________
38048 [  8284] By: jhi                                   on 2000/12/31  18:04:41
38049         Log: Pacify picky VMS compiler.
38050              
38051              Subject: perl@8269, whiny Compaq C compiler, unsigned expressions
38052              From: "Craig A. Berry" <craig.berry@psinetcs.com>
38053              Date: Sat, 30 Dec 2000 18:10:02 -0600
38054              Message-Id: <200012310010.CAA09719@tiku.hut.fi>
38055      Branch: perl
38056            ! sv.c
38057 ____________________________________________________________________________
38058 [  8283] By: jhi                                   on 2000/12/31  16:11:47
38059         Log: Wrong alarm: cygwin's getpwuid() is just fine (from Gerrit P. Haase)
38060      Branch: perl
38061            ! t/lib/glob-basic.t
38062 ____________________________________________________________________________
38063 [  8282] By: jhi                                   on 2000/12/31  15:26:11
38064         Log: Integrate perlio.
38065      Branch: perl
38066           !> makedef.pl opcode.pl os2/os2.c perlio.c
38067 ____________________________________________________________________________
38068 [  8281] By: nick                                  on 2000/12/31  10:06:15
38069         Log: Tweak perlio.c so that makedef.pl-exported perlsio_binmode()
38070              is available to be exported
38071      Branch: perlio
38072            ! makedef.pl perlio.c
38073 ____________________________________________________________________________
38074 [  8280] By: nick                                  on 2000/12/31  09:41:26
38075         Log: Ilya's OS2 patch (testing for damage on Win32)
38076      Branch: perlio
38077            ! makedef.pl opcode.pl os2/os2.c
38078 ____________________________________________________________________________
38079 [  8279] By: jhi                                   on 2000/12/30  21:52:07
38080         Log: Test nits.
38081      Branch: perl
38082            ! t/lib/syslfs.t t/op/lfs.t
38083 ____________________________________________________________________________
38084 [  8278] By: jhi                                   on 2000/12/30  21:47:49
38085         Log: Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
38086              From: andreas.koenig@anima.de (Andreas J. Koenig)
38087              Date: 30 Dec 2000 22:35:37 +0100
38088              Message-ID: <m3vgs1a8ye.fsf@ak-71.mind.de>
38089              
38090              The 32-bit wraparound test wasn't quite right.
38091      Branch: perl
38092            ! t/lib/syslfs.t t/op/lfs.t
38093 ____________________________________________________________________________
38094 [  8277] By: jhi                                   on 2000/12/30  21:33:44
38095         Log: Subject: [PATCH] open() example in perlfunc.pod 
38096              From: Karsten Sperling <s_sperli@ira.uka.de>
38097              Date: Sat, 30 Dec 2000 22:27:09 +0100
38098              Message-ID: <"iraun1.ira.0090801:001230.213049"@ira.uka.de>
38099      Branch: perl
38100            ! pod/perlfunc.pod
38101 ____________________________________________________________________________
38102 [  8276] By: jhi                                   on 2000/12/30  20:32:40
38103         Log: Not quite that many tests yet.
38104      Branch: perl
38105            ! t/op/pat.t
38106 ____________________________________________________________________________
38107 [  8275] By: jhi                                   on 2000/12/30  20:26:58
38108         Log: Integrate perlio.
38109      Branch: perl
38110           !> toke.c
38111 ____________________________________________________________________________
38112 [  8274] By: jhi                                   on 2000/12/30  20:24:56
38113         Log: Signedness nit.
38114      Branch: perl
38115            ! utf8.c
38116 ____________________________________________________________________________
38117 [  8273] By: jhi                                   on 2000/12/30  20:15:46
38118         Log: Add a test case for 20000731.001 which was fixed by the #8267.
38119      Branch: perl
38120            ! t/op/pat.t
38121 ____________________________________________________________________________
38122 [  8272] By: nick                                  on 2000/12/30  19:47:51
38123         Log: Tweak for MULTIPLICITY/USE_PERLIO
38124      Branch: perlio
38125            ! toke.c
38126 ____________________________________________________________________________
38127 [  8271] By: nick                                  on 2000/12/30  19:46:45
38128         Log: Integrate mainline
38129      Branch: perlio
38130           +> lib/unicode/distinct.pm
38131           !> Changes MANIFEST doop.c embed.h embed.pl mg.c op.c op.h
38132           !> patchlevel.h perl.h pod/perlapi.pod pp.c pp_ctl.c pp_hot.c
38133           !> proto.h regcomp.c regcomp.h regexec.c sv.c t/op/split.t utf8.c
38134 ____________________________________________________________________________
38135 [  8270] By: jhi                                   on 2000/12/30  19:39:50
38136         Log: Subject: RE: perl@8269
38137              From: "Richard Soderberg" <rs@crystalflame.net>
38138              Date: Sat, 30 Dec 2000 11:36:27 -0800
38139              Message-ID: <NAEKLNAAHLMBPMPNBMLEIEAKCKAA.rs@crystalflame.net>
38140              
38141              A missing aTHX_.
38142      Branch: perl
38143            ! toke.c
38144 ____________________________________________________________________________
38145 [  8269] By: jhi                                   on 2000/12/30  18:55:48
38146         Log: Update Changes.
38147      Branch: perl
38148            ! Changes patchlevel.h
38149 ____________________________________________________________________________
38150 [  8268] By: jhi                                   on 2000/12/30  17:18:40
38151         Log: Add a test for Unicode split //.  The #8267 was the cure.
38152      Branch: perl
38153            ! t/op/split.t
38154 ____________________________________________________________________________
38155 [  8267] By: jhi                                   on 2000/12/30  17:14:19
38156         Log: Subject: more UTF8 test suites and an UTF8 patch
38157              From: Inaba Hiroto <inaba@st.rim.or.jp>
38158              Date: Sat, 30 Dec 2000 14:27:10 +0900
38159              Message-ID: <3A4D722D.243AFD88@st.rim.or.jp> 
38160              
38161              Just the patch part for now, and the pragma renamed
38162              as unicode::distinct.
38163      Branch: perl
38164            + lib/unicode/distinct.pm
38165            ! MANIFEST doop.c embed.h embed.pl mg.c op.c op.h perl.h
38166            ! pod/perlapi.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
38167            ! regcomp.h regexec.c sv.c toke.c utf8.c
38168 ____________________________________________________________________________
38169 [  8266] By: nick                                  on 2000/12/30  16:40:49
38170         Log: Integrate mainline
38171      Branch: perlio
38172           +> lib/Pod/Text/Overstrike.pm
38173           !> MANIFEST doio.c hints/dec_osf.sh hv.c lib/Pod/Man.pm
38174           !> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm op.c
38175           !> pod/pod2text.PL sv.c t/lib/syslfs.t t/op/join.t t/op/lfs.t
38176           !> t/pragma/constant.t t/pragma/sub_lval.t t/pragma/utf8.t util.c
38177           !> vms/vms.c vms/vmsish.h vms/vmspipe.com
38178 ____________________________________________________________________________
38179 [  8265] By: jhi                                   on 2000/12/30  07:28:55
38180         Log: The sv_catsv() fix, take two.
38181      Branch: perl
38182            ! sv.c t/op/join.t
38183 ____________________________________________________________________________
38184 [  8264] By: jhi                                   on 2000/12/30  06:19:18
38185         Log: Undo all the join-related changes since #8248: relevant
38186              portions of 8248, 8249, 8250, 8251, 8260, 8263 must go.
38187              The new sv_catsv() doesn't fly so it must go back to
38188              the drawing board.
38189      Branch: perl
38190            ! sv.c t/op/join.t t/pragma/utf8.t
38191 ____________________________________________________________________________
38192 [  8263] By: jhi                                   on 2000/12/30  01:08:32
38193         Log: (Retracted by #8264)  Tweak sv_catsv() some more.
38194      Branch: perl
38195            ! sv.c
38196 ____________________________________________________________________________
38197 [  8262] By: jhi                                   on 2000/12/30  00:45:14
38198         Log: Retract #8261.
38199      Branch: perl
38200            ! hv.c util.c
38201 ____________________________________________________________________________
38202 [  8261] By: jhi                                   on 2000/12/30  00:38:32
38203         Log: (Retracted by #8261). (Unsuccessful memory access tweaks.)
38204      Branch: perl
38205            ! hv.c util.c
38206 ____________________________________________________________________________
38207 [  8260] By: jhi                                   on 2000/12/29  22:51:33
38208         Log: (Retracted by #8264)  More fixing for #8251.
38209      Branch: perl
38210            ! sv.c
38211 ____________________________________________________________________________
38212 [  8259] By: jhi                                   on 2000/12/29  18:27:30
38213         Log: Subject: podlators 1.06 released
38214              From: Russ Allbery <rra@stanford.edu>
38215              Date: 25 Dec 2000 05:09:30 -0800
38216              Message-ID: <ylwvcosl4l.fsf@windlord.stanford.edu>
38217      Branch: perl
38218            + lib/Pod/Text/Overstrike.pm
38219            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Color.pm
38220            ! lib/Pod/Text/Termcap.pm pod/pod2text.PL
38221 ____________________________________________________________________________
38222 [  8258] By: jhi                                   on 2000/12/29  18:20:45
38223         Log: Make the large file tests more robust/talkative as suggested by
38224              
38225              Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
38226              From: andreas.koenig@anima.de (Andreas J. Koenig)
38227              Date: 29 Dec 2000 14:23:01 +0100
38228              Message-ID: <m3snn7uzt6.fsf@ak-71.mind.de>
38229      Branch: perl
38230            ! t/lib/syslfs.t t/op/lfs.t
38231 ____________________________________________________________________________
38232 [  8257] By: jhi                                   on 2000/12/29  17:48:04
38233         Log: Further VMS piping fixes from Charles Lane:
38234              
38235              In summary, error messages produced when a subprocess terminated
38236              abnormally were being sent not just to the parent process, but to
38237              grandparents, because of default values for error output that were
38238              not completely overridden when the subprocess was started.
38239              
38240              This patch fixes this behavior by defining user-mode (i.e., temporary
38241              for the duration of the program) logical names for SYS$OUTPUT and
38242              SYS$ERROR when they are (re)opened inside Perl.  And a bunch of other
38243              changes to make it so that the user-mode logicals are the ones that
38244              control where Perl's error messages go if it terminates abnormally.
38245              
38246              I also added some gratuitous fixes to the indentation of braces in
38247              the piping code.  It just looked ugly, before.
38248      Branch: perl
38249            ! doio.c vms/vms.c vms/vmsish.h vms/vmspipe.com
38250 ____________________________________________________________________________
38251 [  8256] By: jhi                                   on 2000/12/29  17:45:12
38252         Log: Subject: [PATCH] Idea: Declare multiple constants at once (fwd)
38253              From: "Casey R. Tweten" <crt@kiski.net>
38254              Date: Fri, 29 Dec 2000 12:03:00 -0500 (EST)
38255              Message-ID: <Pine.OSF.4.21.0012291201150.17186-100000@home.kiski.net>
38256              
38257              Tests for for #8240.
38258      Branch: perl
38259            ! t/pragma/constant.t
38260 ____________________________________________________________________________
38261 [  8255] By: jhi                                   on 2000/12/29  17:43:07
38262         Log: Subject: Re: [PATCH] Interesting syntax idea
38263              From: Simon Cozens <simon@cozens.net>
38264              Date: Fri, 29 Dec 2000 14:34:04 +0000
38265              Message-ID: <20001229143404.A7762@deep-dark-truthful-mirror.perlhacker.org>
38266              
38267              Tests for #8254.
38268      Branch: perl
38269            ! t/pragma/sub_lval.t
38270 ____________________________________________________________________________
38271 [  8254] By: jhi                                   on 2000/12/29  17:42:11
38272         Log: Subject: [PATCH] Interesting syntax idea
38273              From: Simon Cozens <simon@cozens.net>
38274              Date: Wed, 27 Dec 2000 05:08:57 +0000
38275              Message-ID: <20001227050857.A11296@deep-dark-truthful-mirror.perlhacker.org>
38276              
38277              Make opens + bareword assigns do typeglob assigns.
38278      Branch: perl
38279            ! op.c
38280 ____________________________________________________________________________
38281 [  8253] By: jhi                                   on 2000/12/29  17:36:45
38282         Log: Output the (apparent) version of gcc, as suggested by
38283              
38284              Subject: [ID 20001226.001] dec_osf.sh mis-parses gcc version 2.95.2 as less than 2.95, causing installation-failure
38285              From: jhbrown@ai.mit.edu (Jeremy H. Brown)
38286              Date: 26 Dec 2000 04:29:17 -0500
38287              Message-Id: <uv6puify1hu.fsf@suspiria.ai.mit.edu>
38288              
38289              (The patch as such didn't any more apply as the misparsing had
38290              already been addressed in #6474.)  Also change the wording about
38291              gcc 2.95.2, for Jeremy it didn't break sdbm, for me it did.
38292      Branch: perl
38293            ! hints/dec_osf.sh
38294 ____________________________________________________________________________
38295 [  8252] By: nick                                  on 2000/12/29  12:14:31
38296         Log: Integrate mainline
38297      Branch: perlio
38298           !> (integrate 27 files)
38299 ____________________________________________________________________________
38300 [  8251] By: jhi                                   on 2000/12/29  08:45:46
38301         Log: (Retracted by #8264)
38302              
38303              (Fixed by #8260.)
38304              
38305              sv_catsv() needs one more byte space than seems reasonable.
38306              (for join() and PERL_DESTRUCT_LEVEL=2, built with debugging).
38307              Curiouser and curiouser.
38308      Branch: perl
38309            ! sv.c
38310 ____________________________________________________________________________
38311 [  8250] By: jhi                                   on 2000/12/29  07:57:52
38312         Log: More split // UTF-8 tests.
38313      Branch: perl
38314            ! t/pragma/utf8.t
38315 ____________________________________________________________________________
38316 [  8249] By: jhi                                   on 2000/12/29  07:54:51
38317         Log: (Retracted by #8264)  More join() testing which was good because
38318              it revealed a bug in #8248 (the UTF8_EIGHT_BIT_LO() was wrong).
38319      Branch: perl
38320            ! pp.c t/op/join.t utf8.c utf8.h
38321 ____________________________________________________________________________
38322 [  8248] By: jhi                                   on 2000/12/29  07:08:32
38323         Log: (Retracted by #8264)  Externally: join() was still quite UTF-8-unaware.
38324              Internally: sv_catsv() wasn't quite okay on UTF-8, it assumed
38325              that the only cases to care about are byte+byte and byte+character.
38326              
38327              TODO: See how well pp_concat() could be implemented in terms
38328              of sv_catsv().
38329      Branch: perl
38330            ! doop.c sv.c t/op/join.t utf8.h
38331 ____________________________________________________________________________
38332 [  8247] By: jhi                                   on 2000/12/29  06:35:23
38333         Log: Signedness nit.
38334      Branch: perl
38335            ! pp_hot.c
38336 ____________________________________________________________________________
38337 [  8246] By: jhi                                   on 2000/12/29  01:23:31
38338         Log: Subject: Re: [ID 20001226.002] Not OK: perl v5.7.0 +DEVEL8221 on i86pc-solaris 2.8 (UNINSTALLED)
38339              From: Lupe Christoph <lupe@lupe-christoph.de>
38340              Date: Thu, 28 Dec 2000 23:00:00 +0100
38341              Message-ID: <20001228230000.F2574@alanya.lupe-christoph.de>
38342              
38343              Suggest rsync --delete --dry-run.
38344      Branch: perl
38345            ! pod/perlhack.pod
38346 ____________________________________________________________________________
38347 [  8245] By: jhi                                   on 2000/12/28  23:57:05
38348         Log: The maxiters upper limit sanity check (guarding against
38349              non-progress) assumed bytes instead of characters in s///
38350              and split().
38351      Branch: perl
38352            ! pp.c pp_hot.c
38353 ____________________________________________________________________________
38354 [  8244] By: jhi                                   on 2000/12/28  23:34:08
38355         Log: Make some panic messages a bit more logical.
38356      Branch: perl
38357            ! doop.c pod/perldiag.pod pp.c pp_hot.c
38358 ____________________________________________________________________________
38359 [  8243] By: jhi                                   on 2000/12/28  22:59:16
38360         Log: Subject: [PATCH] lvalue AUTOLOAD. No, really.
38361              From: Simon Cozens <simon@cozens.net>
38362              Date: Wed, 27 Dec 2000 02:30:03 +0000
38363              Message-ID: <20001227023003.A7677@deep-dark-truthful-mirror.perlhacker.org>
38364      Branch: perl
38365            ! pp.c t/pragma/sub_lval.t
38366 ____________________________________________________________________________
38367 [  8242] By: jhi                                   on 2000/12/28  22:56:53
38368         Log: Subject: [PATCH blead] Fix B::Terse indentation
38369              From: Daniel Chetlin <daniel@chetlin.com>
38370              Date: Wed, 27 Dec 2000 06:43:30 -0800
38371              Message-ID: <20001227064329.B9573@darkstar>
38372      Branch: perl
38373            ! ext/B/B.pm ext/B/B/Terse.pm t/lib/b.t
38374 ____________________________________________________________________________
38375 [  8241] By: jhi                                   on 2000/12/28  22:48:59
38376         Log: The latter patch from the
38377              
38378              Subject: [PATCH: perl@8211] directory depth typo in one win32 Makefile
38379              From: Peter Prymmer <pvhp@forte.com> 
38380              Date: Fri, 22 Dec 2000 14:52:12 -0800 (PST)
38381              Message-ID: <Pine.OSF.4.10.10012221433140.195493-100000@aspara.forte.com>
38382              
38383              (the former patch from the above should have been
38384              taken care of by Nick I-S)
38385      Branch: perl
38386            ! win32/Makefile
38387 ____________________________________________________________________________
38388 [  8240] By: jhi                                   on 2000/12/28  22:45:22
38389         Log: Subject: Re: [PATCH] Idea: Declare multiple constants at once
38390              From: "Casey R. Tweten" <crt@kiski.net>
38391              Date: Fri, 22 Dec 2000 10:35:53 -0500 (EST)
38392              Message-ID: <Pine.OSF.4.21.0012221032030.28992-100000@home.kiski.net>
38393      Branch: perl
38394            ! lib/constant.pm
38395 ____________________________________________________________________________
38396 [  8239] By: jhi                                   on 2000/12/28  22:37:45
38397         Log: Subject: [PATCH] Re: [ID 19991001.003] sort(sub(arg)) misparsed as sort sub args
38398              From: Simon Cozens <simon@cozens.net>
38399              Date: Wed, 27 Dec 2000 14:12:44 +0000
38400              Message-ID: <20001227141244.A13344@deep-dark-truthful-mirror.perlhacker.org>
38401      Branch: perl
38402            ! t/op/method.t t/op/sort.t toke.c
38403 ____________________________________________________________________________
38404 [  8238] By: jhi                                   on 2000/12/28  22:30:32
38405         Log: Subject: [PATCH perl@8229] Call.pm
38406              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
38407              Date: Mon, 25 Dec 2000 10:47:15 -0000
38408              Message-ID: <000201c06e60$0b967760$a20a140a@bfs.phone.com>
38409      Branch: perl
38410            ! ext/Filter/Util/Call/Call.pm
38411 ____________________________________________________________________________
38412 [  8237] By: jhi                                   on 2000/12/28  22:19:21
38413         Log: Subject: [PATCH blead] Fix problem with `&' prototype
38414              From: Daniel Chetlin <daniel@chetlin.com>
38415              Date: Wed, 27 Dec 2000 15:55:32 -0800
38416              Message-ID: <20001227155532.D9573@darkstar>
38417      Branch: perl
38418            ! op.c t/comp/proto.t
38419 ____________________________________________________________________________
38420 [  8236] By: jhi                                   on 2000/12/28  22:09:25
38421         Log: Subject: Re: [PATCH blead] Fix segfault in gv_handler/mg_find
38422              From: Daniel Chetlin <daniel@chetlin.com>
38423              Date: Sun, 24 Dec 2000 04:09:49 -0800
38424              Message-ID: <20001224040949.B3090@darkstar>
38425      Branch: perl
38426            ! gv.c mg.c t/op/attrs.t
38427 ____________________________________________________________________________
38428 [  8235] By: jhi                                   on 2000/12/28  22:07:11
38429         Log: Subject: [PATCH] Win32::Spawn() didn't inherit cwd and env correctly
38430              From: Jan Dubois <jand@ActiveState.com>
38431              Date: Tue, 26 Dec 2000 20:57:31 -0800
38432              Message-ID: <reti4ts0php3anruv0qcjru3tl850g3sfd@4ax.com>
38433      Branch: perl
38434            ! win32/win32.c
38435 ____________________________________________________________________________
38436 [  8234] By: jhi                                   on 2000/12/28  21:52:42
38437         Log: Subject: Re: [PATCH] Warn on use of reference as array elem
38438              From: Simon Cozens <simon@cozens.net>
38439              Date: Thu, 28 Dec 2000 20:33:13 +0000
38440              Message-ID: <20001228203313.A2607@deep-dark-truthful-mirror.perlhacker.org>
38441      Branch: perl
38442            ! pod/perldiag.pod pp_hot.c t/pragma/warn/pp_hot
38443 ____________________________________________________________________________
38444 [  8233] By: jhi                                   on 2000/12/28  19:40:49
38445         Log: Integrate perlio.
38446      Branch: perl
38447           !> ext/Encode/Makefile.PL ext/Encode/compile
38448 ____________________________________________________________________________
38449 [  8232] By: nick                                  on 2000/12/23  16:06:00
38450         Log: Encode's Makefile.PL fix not good for dmake $(MAKEFILE) is set to -f Makefile
38451              and fails to make '-f'. (Also handle case where xxxx.c files have not been deleted.)
38452      Branch: perlio
38453            ! ext/Encode/Makefile.PL
38454 ____________________________________________________________________________
38455 [  8231] By: nick                                  on 2000/12/23  14:30:34
38456         Log: "Compiled" encode build cleanup
38457              - Makefile uses catfile $(MAKEFILE) etc. for platform issues.
38458              - .c files do not export sub-tables
38459      Branch: perlio
38460            ! ext/Encode/Makefile.PL ext/Encode/compile
38461 ____________________________________________________________________________
38462 [  8230] By: nick                                  on 2000/12/23  12:50:37
38463         Log: Integrate mainline
38464      Branch: perlio
38465           !> INSTALL lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
38466           !> lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
38467           !> pod/perl5004delta.pod pod/perl5005delta.pod
38468           !> pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
38469           !> pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
38470           !> pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
38471           !> pod/perlsub.pod
38472 ____________________________________________________________________________
38473 [  8229] By: jhi                                   on 2000/12/22  15:32:12
38474         Log: Integrate perlio.
38475      Branch: perl
38476           +> win32/distclean.bat
38477           !> MANIFEST t/io/utf8.t
38478 ____________________________________________________________________________
38479 [  8228] By: jhi                                   on 2000/12/22  15:29:40
38480         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
38481              From: Robin Barker <rmb1@cise.npl.co.uk>
38482              Date: Fri, 22 Dec 2000 12:17:38 GMT
38483              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
38484      Branch: perl
38485            ! lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
38486            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
38487            ! pod/perl5004delta.pod pod/perl5005delta.pod
38488            ! pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
38489            ! pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
38490            ! pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
38491            ! pod/perlsub.pod
38492 ____________________________________________________________________________
38493 [  8227] By: jhi                                   on 2000/12/22  15:24:28
38494         Log: Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
38495              From: "John L. Allen" <allen@grumman.com>
38496              Date: Thu, 21 Dec 2000 14:39:58 -0500 (EST)
38497              Message-ID: <Pine.SOL.3.91.1001221133227.23511A-100000@gateway.grumman.com>
38498              
38499              Document APPLLIB_EXP.
38500      Branch: perl
38501            ! INSTALL
38502 ____________________________________________________________________________
38503 [  8226] By: nick                                  on 2000/12/21  22:11:50
38504         Log: Handy script for when one forgets to "dmake clean" 
38505      Branch: perlio
38506            + win32/distclean.bat
38507            ! MANIFEST
38508 ____________________________________________________________________________
38509 [  8225] By: nick                                  on 2000/12/21  21:54:04
38510         Log: CRLF platform issue with io/utf8 fix.
38511      Branch: perlio
38512            ! t/io/utf8.t
38513 ____________________________________________________________________________
38514 [  8224] By: nick                                  on 2000/12/21  21:02:20
38515         Log: Integrate mainline
38516      Branch: perlio
38517           !> Changes Configure Makefile.SH Porting/Glossary
38518           !> Porting/config.sh Porting/config_H configure.com
38519           !> epoc/config.sh ext/Thread/Thread.xs patchlevel.h
38520           !> pod/perlfaq3.pod pod/perlfunc.pod pod/perltoc.pod pp_sys.c
38521           !> sv.c t/io/fs.t t/op/misc.t t/op/utf8decode.t t/pragma/utf8.t
38522           !> win32/config.bc win32/config.gc win32/config.vc
38523 ____________________________________________________________________________
38524 [  8223] By: jhi                                   on 2000/12/21  17:09:16
38525         Log: Update Changes.
38526      Branch: perl
38527            ! Changes patchlevel.h
38528 ____________________________________________________________________________
38529 [  8222] By: jhi                                   on 2000/12/21  16:24:01
38530         Log: Metaconfig unit changes for #8221.
38531      Branch: metaconfig/U/perl
38532           +> issymlink.U
38533            - testsyml.U
38534            ! Mksymlinks.U
38535 ____________________________________________________________________________
38536 [  8221] By: jhi                                   on 2000/12/21  16:23:48
38537         Log: Rename testsyml to issymlink.
38538      Branch: perl
38539            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
38540            ! epoc/config.sh pod/perltoc.pod win32/config.bc win32/config.gc
38541            ! win32/config.vc
38542 ____________________________________________________________________________
38543 [  8220] By: jhi                                   on 2000/12/21  15:47:26
38544         Log: Robustness support for #8218 (symlink forest) since the GNU
38545              tools seem to be overly picky about symlinkage depths.
38546      Branch: perl
38547            ! Makefile.SH t/io/fs.t
38548 ____________________________________________________________________________
38549 [  8219] By: jhi                                   on 2000/12/21  15:38:27
38550         Log: Metaconfig changes for #8218.
38551      Branch: metaconfig
38552            ! U/modified/Oldconfig.U
38553      Branch: metaconfig/U/perl
38554            + Mksymlinks.U
38555            ! testsyml.U
38556 ____________________________________________________________________________
38557 [  8218] By: jhi                                   on 2000/12/21  15:37:57
38558         Log: Add Configure option -Dmksymlinks which will create a symlink
38559              forest if the current/build differs from the source directory.
38560              TODO: mkdir -p is not portable.
38561      Branch: perl
38562            ! Configure
38563 ____________________________________________________________________________
38564 [  8217] By: jhi                                   on 2000/12/21  14:39:12
38565         Log: Subject: [PATCH] Re: Latest tarball doesn't build with threads
38566              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
38567              Date: Thu, 21 Dec 2000 09:38:18 GMT
38568              Message-Id: <200012210938.JAA29043@mikado.tiuk.ti.com>
38569              
38570              The ofs became an SV.
38571      Branch: perl
38572            ! ext/Thread/Thread.xs
38573 ____________________________________________________________________________
38574 [  8216] By: jhi                                   on 2000/12/21  05:40:21
38575         Log: The polymorphism seems to have fixed 20000517.001.
38576      Branch: perl
38577            ! t/pragma/utf8.t
38578 ____________________________________________________________________________
38579 [  8215] By: jhi                                   on 2000/12/21  04:44:52
38580         Log: read() documentation tweak for 20001121.004.
38581      Branch: perl
38582            ! pod/perlfunc.pod
38583 ____________________________________________________________________________
38584 [  8214] By: jhi                                   on 2000/12/21  03:54:11
38585         Log: Fix for 20001210.003, "write(FH) on closed FH causes segv".
38586      Branch: perl
38587            ! pp_sys.c t/op/misc.t
38588 ____________________________________________________________________________
38589 [  8213] By: jhi                                   on 2000/12/21  00:28:10
38590         Log: Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com
38591              From: Peter Prymmer <pvhp@forte.com>
38592              Date: Wed, 20 Dec 2000 16:13:32 -0800 (PST)
38593              Message-ID: <Pine.OSF.4.10.10012201609140.11967-100000@aspara.forte.com>
38594      Branch: perl
38595            ! configure.com
38596 ____________________________________________________________________________
38597 [  8212] By: jhi                                   on 2000/12/21  00:26:21
38598         Log: Edit edit edit.
38599      Branch: perl
38600            ! pod/perlfaq3.pod
38601 ____________________________________________________________________________
38602 [  8211] By: jhi                                   on 2000/12/20  18:52:46
38603         Log: Update Changes.
38604      Branch: perl
38605            ! Changes patchlevel.h
38606 ____________________________________________________________________________
38607 [  8210] By: jhi                                   on 2000/12/20  18:34:47
38608         Log: Yet another editor edit.
38609      Branch: perl
38610            ! pod/perlfaq3.pod
38611 ____________________________________________________________________________
38612 [  8209] By: jhi                                   on 2000/12/20  15:33:28
38613         Log: More Win32 Perling.
38614      Branch: perl
38615            ! pod/perlfaq3.pod
38616 ____________________________________________________________________________
38617 [  8208] By: jhi                                   on 2000/12/20  15:07:46
38618         Log: More Win32 editor/IDE/shell hints.
38619      Branch: perl
38620            ! pod/perlfaq3.pod
38621 ____________________________________________________________________________
38622 [  8207] By: jhi                                   on 2000/12/20  03:54:08
38623         Log: Subject: [PATCH] obscure timing knowledge
38624              From: Nicholas Clark <nick@ccl4.org>
38625              Date: Tue, 19 Dec 2000 19:22:31 +0000
38626              Message-ID: <20001219192231.F2827@plum.flirble.org>
38627      Branch: perl
38628            ! sv.c
38629 ____________________________________________________________________________
38630 [  8206] By: jhi                                   on 2000/12/20  03:45:57
38631         Log: Subject: [ID 20001219.011] Not OK: perl v5.7.1 +DEVEL8205 on alpha-dec_osf-perlio-multi 4.0f (UNINSTALLED)
38632              From: Spider Boardman <spider@leggy.zk3.dec.com>
38633              Date: Tue, 19 Dec 2000 21:30:16 -0500
38634              Message-Id: <200012200230.VAA17619@leggy.zk3.dec.com>
38635      Branch: perl
38636            ! sv.c
38637 ____________________________________________________________________________
38638 [  8205] By: jhi                                   on 2000/12/19  23:02:01
38639         Log: Update Changes.
38640      Branch: perl
38641            ! Changes patchlevel.h
38642 ____________________________________________________________________________
38643 [  8204] By: jhi                                   on 2000/12/19  22:58:18
38644         Log: Recode the naughty binary bytes ([\x00-\x08\x0b-\x1f\x7f-\xff])
38645              using the \xHH notation.  No more inlined UTF-8, sigh, but easier
38646              on editors and diffing/patching.
38647      Branch: perl
38648            ! t/op/utf8decode.t
38649 ____________________________________________________________________________
38650 [  8203] By: nick                                  on 2000/12/19  21:36:16
38651         Log: Integrate mainline (forgot my own change...)
38652      Branch: perlio
38653           !> ext/Encode/compile
38654 ____________________________________________________________________________
38655 [  8202] By: nick                                  on 2000/12/19  21:34:42
38656         Log: Integrate mainline.
38657      Branch: perlio
38658           !> (integrate 61 files)
38659 ____________________________________________________________________________
38660 [  8201] By: nick                                  on 2000/12/19  21:34:06
38661         Log: Avoid looking for File::Glob when we don't need it.
38662      Branch: perl
38663            ! ext/Encode/compile
38664 ____________________________________________________________________________
38665 [  8200] By: jhi                                   on 2000/12/19  18:35:49
38666         Log: Update Changes.
38667      Branch: perl
38668            ! Changes patchlevel.h
38669 ____________________________________________________________________________
38670 [  8199] By: jhi                                   on 2000/12/19  18:35:07
38671         Log: Microperl tweaks.
38672      Branch: perl
38673            ! sv.c uconfig.h uconfig.sh
38674 ____________________________________________________________________________
38675 [  8198] By: jhi                                   on 2000/12/19  18:29:59
38676         Log: Regen Configure, nitfix uconfig.sh (d_vendorarch is needed).
38677      Branch: perl
38678            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
38679            ! config_h.SH pod/perltoc.pod uconfig.h uconfig.sh
38680 ____________________________________________________________________________
38681 [  8197] By: jhi                                   on 2000/12/19  17:55:29
38682         Log: In VMS embedded perls couldn't access the statically built Socket,
38683              from Charles Lane.
38684      Branch: perl
38685            ! configure.com
38686 ____________________________________________________________________________
38687 [  8196] By: jhi                                   on 2000/12/19  17:49:50
38688         Log: Subject: [PATCH perl@8143] DB_File-1.75 (was RE: [8104] DB_File)
38689              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk> 
38690              Date: Sun, 17 Dec 2000 19:11:44 -0000
38691              Message-ID: <000801c0685d$3224e5a0$a20a140a@bfs.phone.com> 
38692      Branch: perl
38693            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
38694            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
38695 ____________________________________________________________________________
38696 [  8195] By: jhi                                   on 2000/12/19  17:47:53
38697         Log: Subject: [patch perl@8150] h2xs SYNOPSIS
38698              From: Jonathan Stowe <gellyfish@gellyfish.com>
38699              Date: Mon, 18 Dec 2000 10:24:38 +0000 (GMT)
38700              Message-ID: <Pine.LNX.4.10.10012181021180.20731-100000@orpheus.gellyfish.com>
38701      Branch: perl
38702            ! utils/h2xs.PL
38703 ____________________________________________________________________________
38704 [  8194] By: jhi                                   on 2000/12/19  17:46:28
38705         Log: Subject: Re: useless use of void context work-around
38706              From: andreas.koenig@anima.de (Andreas J. Koenig)
38707              Date: 16 Dec 2000 15:13:36 +0100
38708              Message-ID: <m3g0jofo8f.fsf@ak-71.mind.de>
38709              
38710              Document (comment) the q(di ds ig) trick in the code.
38711      Branch: perl
38712            ! op.c
38713 ____________________________________________________________________________
38714 [  8193] By: jhi                                   on 2000/12/19  17:10:57
38715         Log: Subject: [ID 20001215.004] Sys::Syslog::xlate doesn't handle LOG_EMERG
38716              From: "Mark J. Reed" <mreed@strange.turner.com>
38717              Date: Fri, 15 Dec 2000 21:22:29 -0500 (EST)
38718              Message-Id: <200012160222.VAA13986@strange.turner.com>
38719      Branch: perl
38720            ! ext/Sys/Syslog/Syslog.pm
38721 ____________________________________________________________________________
38722 [  8192] By: jhi                                   on 2000/12/19  17:07:45
38723         Log: Subject: [PATCH] Re: [PATCH] strtoq, strtou(q|ll|l) testing
38724              From: Nicholas Clark <nick@ccl4.org>
38725              Date: Sat, 16 Dec 2000 19:03:13 +0000
38726              Message-ID: <20001216190313.D68304@plum.flirble.org>
38727      Branch: perl
38728            ! t/op/64bitint.t
38729 ____________________________________________________________________________
38730 [  8191] By: jhi                                   on 2000/12/19  17:06:13
38731         Log: Subject: [ID 20001218.005] Not OK: perl v5.7.0 +DEVEL8148 on powerpc-machten 4.1.4
38732              From: Dominic Dunlop <domo@computer.org>
38733              Date: Mon, 18 Dec 2000 12:00:15 +0100
38734              Message-Id: <p04320404b6639e7aa043@[192.168.1.4]>
38735              
38736              This patchlet is needed in order that perl can be statically linked.  
38737      Branch: perl
38738            ! regexec.c
38739 ____________________________________________________________________________
38740 [  8190] By: jhi                                   on 2000/12/19  17:03:08
38741         Log: Subject: [PATCH perl@8133] finding PerlIO symbols for VMS
38742              From: "Craig A. Berry" <craig.berry@psinetcs.com>
38743              Date: Sun, 17 Dec 2000 00:18:35 -0600
38744              Message-Id: <p04330102b661bc01daba@[172.16.52.1]>
38745      Branch: perl
38746            ! perlio.h vms/gen_shrfls.pl
38747 ____________________________________________________________________________
38748 [  8189] By: jhi                                   on 2000/12/19  16:20:28
38749         Log: Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
38750              From: Prymmer/Kahn <pvhp@best.com>
38751              Date: Tue, 19 Dec 2000 08:08:31 -0800 (PST)
38752              Message-ID: <Pine.BSF.4.21.0012190804040.14656-100000@shell8.ba.best.com>
38753              
38754              A better version of #8188.
38755      Branch: perl
38756            ! pod/perlfaq3.pod
38757 ____________________________________________________________________________
38758 [  8188] By: jhi                                   on 2000/12/19  15:57:06
38759         Log: (Replaced by #8189)
38760              
38761              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
38762              Date: Mon, 18 Dec 2000 08:03:34 -0800 (PST)
38763              From: Prymmer/Kahn <pvhp@best.com>
38764              Message-ID: <Pine.BSF.4.21.0012180802090.27110-100000@shell8.ba.best.com>
38765              Subject: Re: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
38766              From: Ronald J Kimball <rjk@linguist.Thayer.Dartmouth.EDU>
38767              Date: Mon, 18 Dec 2000 11:10:45 -0500
38768              Message-ID: <20001218111044.B180222@linguist.thayer.dartmouth.edu>
38769      Branch: perl
38770            ! pod/perlfaq3.pod
38771 ____________________________________________________________________________
38772 [  8187] By: jhi                                   on 2000/12/19  15:54:19
38773         Log: Email address fix for Anton Berezin.
38774      Branch: perl
38775            ! AUTHORS
38776 ____________________________________________________________________________
38777 [  8186] By: jhi                                   on 2000/12/19  15:38:54
38778         Log: Subject: [PATCH perl@8102] cygwin port
38779              From: "Eric Fifer" <efifer@dircon.co.uk> 
38780              Date: Thu, 14 Dec 2000 13:41:29 -0000
38781              Message-Id: <200012141340.NAA54236@mailhost1.dircon.co.uk>
38782              
38783              When compiling modules the data item that is being imported
38784              from libperl.dll needs to be tagged as imported/shared data:
38785              extern __declspec(dllimport) PerlIO_funcs PerlIO_pending;
38786      Branch: perl
38787            ! perliol.h
38788 ____________________________________________________________________________
38789 [  8185] By: jhi                                   on 2000/12/19  14:53:24
38790         Log: Regen uconfig.h and uconfig.sh.
38791      Branch: perl
38792            ! uconfig.h uconfig.sh
38793 ____________________________________________________________________________
38794 [  8184] By: jhi                                   on 2000/12/18  20:43:49
38795         Log: Comments work so much better when they are closed.
38796      Branch: perl
38797            ! regcomp.c
38798 ____________________________________________________________________________
38799 [  8183] By: jhi                                   on 2000/12/18  18:04:02
38800         Log: Some compilers (e.g. HP-UX) can't switch on 64-bit integers.
38801              Fixes the bug 20001218.016.
38802      Branch: perl
38803            ! regcomp.c
38804 ____________________________________________________________________________
38805 [  8182] By: gsar                                  on 2000/12/18  09:53:47
38806         Log: delete spurious files
38807      Branch: maint-5.6/perl
38808            - lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif vos/config.def
38809            - vos/config.h vos/config_h.SH_orig
38810 ____________________________________________________________________________
38811 [  8181] By: gsar                                  on 2000/12/18  09:46:08
38812         Log: regen perltoc
38813      Branch: maint-5.6/perl
38814            ! pod/buildtoc.PL pod/perl.pod pod/perlapi.pod pod/perltoc.pod
38815 ____________________________________________________________________________
38816 [  8180] By: gsar                                  on 2000/12/18  09:20:27
38817         Log: integrate changes#7924..7926,7946,7952 from mainline
38818      Branch: maint-5.6/perl
38819           !> lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/MM_Unix.pm
38820           !> lib/File/stat.pm t/lib/class-struct.t
38821 ____________________________________________________________________________
38822 [  8179] By: gsar                                  on 2000/12/18  08:55:54
38823         Log: integrate changes#7889,7890,7900,7903,7904,7907,7910,7917,
38824              7918,7919,7988,8907 from mainline (various)
38825      Branch: maint-5.6/perl
38826           +> t/lib/class-struct.t
38827           !> MANIFEST README.amiga ext/Sys/Syslog/Syslog.pm gv.c
38828           !> lib/Class/Struct.pm pod/perlipc.pod pod/perltie.pod
38829           !> t/lib/syslfs.t t/op/lfs.t utils/perlcc.PL
38830 ____________________________________________________________________________
38831 [  8178] By: gsar                                  on 2000/12/18  08:16:30
38832         Log: avoid redefinition warnings on windows due to sys/socket.h getting
38833              #included before win32.h
38834      Branch: maint-5.6/perl
38835            ! win32/include/sys/socket.h
38836 ____________________________________________________________________________
38837 [  8177] By: gsar                                  on 2000/12/18  05:24:04
38838         Log: make regen_headers; fix POSIX.xs problems; remove outdated
38839              code from sys/socket.h that makes build fail now
38840      Branch: maint-5.6/perl
38841            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
38842            ! pod/perlapi.pod
38843           !> win32/include/sys/socket.h
38844 ____________________________________________________________________________
38845 [  8176] By: gsar                                  on 2000/12/18  05:20:17
38846         Log: update Changes
38847      Branch: maint-5.6/perl
38848            ! Changes patchlevel.h
38849 ____________________________________________________________________________
38850 [  8175] By: gsar                                  on 2000/12/18  04:57:48
38851         Log: integrate changes#7643,7646..7649,7651..7654,7658,7659,
38852              7661..7665,7667..7669,7671,7673,7676,7677,7681..7683,
38853              7689..7697,7699..7701,7703,7705,7714,7715,7718..7723,
38854              7725,7726,7729..7732,7737,7748,7749,7758,7759,7761,7773,
38855              7775,7776,7782,7785..7787,7804,7807,7808,7810,7811,7816,
38856              7823,7825,7838
38857      Branch: maint-5.6/perl
38858           +> lib/File/Spec/Epoc.pm
38859           !> (integrate 88 files)
38860 ____________________________________________________________________________
38861 [  8174] By: gsar                                  on 2000/12/18  03:53:09
38862         Log: integrate changes#7602,7604..7611,7614,7616..7619,7621..7623,
38863              7625..7629,7631..7634,7637,7639,7642 from mainline
38864      Branch: maint-5.6/perl
38865           +> README.solaris
38866           !> (integrate 26 files)
38867 ____________________________________________________________________________
38868 [  8173] By: gsar                                  on 2000/12/18  03:37:02
38869         Log: integrate changes#7472,7474..7479,7481,7485,7489,7493,7494,7496,
38870              7497,7499..7503,7505..7507,7509..7513,7515..7523,7526..7534,
38871              7536,7540,7542,7544..7546,7549,7553,7556,7557,7559,7561..7563,
38872              7565,7568..7572,7576,7578..7589,9592..7594,7596..7601 from mainline
38873      Branch: maint-5.6/perl
38874           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
38875            - MAINTAIN
38876           !> (integrate 111 files)
38877 ____________________________________________________________________________
38878 [  8172] By: jhi                                   on 2000/12/18  02:49:27
38879         Log: Regen pods.
38880      Branch: perl
38881            ! pod/perlmodlib.pod pod/perltoc.pod
38882 ____________________________________________________________________________
38883 [  8171] By: gsar                                  on 2000/12/18  02:49:24
38884         Log: integrate changes#7447,7448,7450,7454,7456,7457,7460,7462,
38885              7465..7471 from mainline
38886              
38887              Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
38888              in platforms that strictly require all the symbols being present
38889              at link time.
38890              
38891              Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
38892              
38893              Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
38894              
38895              Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
38896              
38897              Subject: [PATCH] todo
38898              
38899              Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
38900              
38901              Use $sort, $uniq (and $tr) consistently as wondered
38902              by Nicholas Clark.
38903              
38904              Too enthusiastic editing in #7460.
38905              
38906              The reëntrant version shouldn't be needed unless USE_PURE_BISON.
38907              
38908              Upgrade to CPAN 1.58_55.
38909              Subject: CPAN.pm status
38910              
38911              Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
38912              
38913              Make target reordering to avoid pointless re-makes.
38914              Subject: Re: Total re-make of 'make okfile' after 7451 ?
38915              
38916              Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
38917              
38918              Subject: DOC PATCH 5.6.0
38919              
38920              Add the repository doc by Malcolm, Sarathy, and by Simon,
38921              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
38922      Branch: maint-5.6/perl
38923           +> Porting/repository.pod
38924           !> Configure MANIFEST Makefile.SH README.dos README.os2
38925           !> config_h.SH configure.com embed.h embed.pl handy.h lib/CPAN.pm
38926           !> lib/CPAN/FirstTime.pm perl.h pod/perlfunc.pod pod/perltodo.pod
38927           !> pp.c proto.h t/io/open.t t/op/assignwarn.t toke.c
38928 ____________________________________________________________________________
38929 [  8169] By: gsar                                  on 2000/12/18  02:33:34
38930         Log: integrate changes#7416,7417,7420..7422,7424,7426..7429,7431..7433,
38931              7435..7441,7445 from mainline
38932              
38933              Make the UTF-8 decoding stricter and more verbose when
38934              malformation happens.  This involved adding an argument
38935              to utf8_to_uv_chk(), which involved changing its prototype,
38936              and prefer STRLEN over I32 for the UTF-8 length, which as
38937              a domino effect necessitated changing the prototypes of
38938              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
38939              The stricter UTF-8 decoding checking uses Markus Kuhn's
38940              UTF-8 Decode Stress Tester from
38941              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
38942              
38943              Run vms/vms_yfix.pl, should have done that after changing
38944              perly.c in #7382.
38945              
38946              Subject: [PATCH 5.7.0] static linking with uninstalled perl
38947              
38948              (Replaced by #7440.)
38949              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
38950              
38951              Fix the bug ID 20001024.005, the bug introduced by #7416.
38952              
38953              Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
38954              
38955              Fix the bug reported in
38956              From: andreas.koenig@anima.de (Andreas J. Koenig)
38957              Also make is_utf8_char() stricter.
38958              
38959              Missed the header file changes from #7425.
38960              
38961              Check if stdio supports tweaking lval and cnt simultaneously.
38962              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
38963              
38964              Stratus VOS updates from Paul Green.
38965              
38966              Podify README.epoc and README.vos.
38967              
38968              Add targets to Makefile.SH, most importantly
38969              'regen_all' which also remembers to update vms/perly*.
38970              
38971              Subject: Minor update to find2perl, for portability
38972              
38973              Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
38974              
38975              Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
38976              
38977              Rename UTF8LEN() to be UNISKIP(), too confusing to have
38978              UTF8LEN() and UTF8SKIP(). 
38979              
38980              Allow poking holes at the UTF-8 decoding strictness.
38981              
38982              Continue the internal UTF-8 API tweaking.
38983              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
38984              used much more than the simpler API, now called utf8_to_uv_simple().
38985              Still not quite happy with API, too much partial duplication
38986              of functionality.
38987              
38988              A new version of making the syslog test more robust.
38989              (Replaces #7421.)
38990              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
38991              
38992              buildtoc target tweaks.
38993              
38994              Integrate with vmsperl #7430 by Charles Bailey:
38995              
38996              Cleanup from prior patch (Charles Lane?):
38997              - improve handling of MFDs in Basename and Path
38998              - default to no xsubpp line # munging when building debug images
38999      Branch: maint-5.6/perl
39000           +> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
39001           +> vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
39002           !> (integrate 67 files)
39003 ____________________________________________________________________________
39004 [  8168] By: gsar                                  on 2000/12/18  02:05:49
39005         Log: integrate changes#7512,7733 from mainline (regex bugfixes)
39006              
39007              Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
39008              From: Martin Husemann <martin@duskware.de>
39009              
39010              Subject: [PATCH 5.7.0] restore match data on backtracing
39011              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
39012      Branch: maint-5.6/perl
39013           !> regcomp.c regexec.c t/op/re_tests
39014 ____________________________________________________________________________
39015 [  8167] By: gsar                                  on 2000/12/18  01:55:22
39016         Log: integrate changes#7858,7986 from mainline
39017              
39018              C<foreach my $x ...> in pseudo-fork()ed process may diddle
39019              parent's memory; fix it by keeping track of the actual pad
39020              offset rather than a raw pointer (this change is probably also
39021              relevant to non-ithreads case to avoid fallout from reallocs of
39022              the pad array, but is currently only enabled for the ithreads
39023              case in the interests of minimal disruption to existing "well
39024              tested" code)
39025              
39026              fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
39027              due to the notorious GetFileType() bug in Windows 9x, which fstat()
39028              tickles)
39029      Branch: maint-5.6/perl
39030           !> embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
39031           !> proto.h scope.c scope.h sv.c t/op/fork.t win32/perlhost.h
39032           !> win32/win32.c win32/win32.h win32/win32sck.c
39033 ____________________________________________________________________________
39034 [  8166] By: gsar                                  on 2000/12/18  01:52:59
39035         Log: integrate changes#7626,7632,7717,7738,7814,7817,7902,7912,7915
39036              from mainline (xsubpp and ExtUtils::LibList fixups, various
39037              other small items)
39038      Branch: maint-5.6/perl
39039           !> emacs/cperl-mode.el emacs/ptags lib/ExtUtils/Liblist.pm
39040           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
39041           !> lib/ExtUtils/xsubpp lib/unicode/syllables.txt minimod.pl
39042           !> pod/perlfunc.pod pod/perlxs.pod pod/perlxstut.pod t/op/split.t
39043           !> win32/bin/search.pl
39044 ____________________________________________________________________________
39045 [  8165] By: gsar                                  on 2000/12/18  01:28:45
39046         Log: integrate changes#7533,7563,7611,7623 from mainline (various
39047              malloc.c embellishments)
39048      Branch: maint-5.6/perl
39049           !> malloc.c pod/perldiag.pod
39050 ____________________________________________________________________________
39051 [  8164] By: gsar                                  on 2000/12/18  01:23:33
39052         Log: integrate changes#7419,7806,8129 from mainline (various h2xs
39053              fixups)
39054      Branch: maint-5.6/perl
39055           !> utils/h2xs.PL
39056 ____________________________________________________________________________
39057 [  8163] By: gsar                                  on 2000/12/18  01:17:50
39058         Log: integrate changes#7493,7599,7803 from mainline (various perlbug
39059              fixups)
39060      Branch: maint-5.6/perl
39061           !> Makefile.SH utils/perlbug.PL
39062 ____________________________________________________________________________
39063 [  8162] By: gsar                                  on 2000/12/18  00:25:43
39064         Log: always export Perl_deb() (it is required by re.xs whether
39065              Perl is built with or without -DDEBUGGING)
39066      Branch: maint-5.6/perl
39067            ! makedef.pl
39068 ____________________________________________________________________________
39069 [  8161] By: gsar                                  on 2000/12/18  00:23:38
39070         Log: integrate change#7414 from mainline
39071              
39072              Undo the basename() part of #7412 since the lib/basename
39073              tests would need upgrading too.
39074              
39075              squelch two tests in tr.t that rely on tr/// paranoia change
39076              that's not in 5.6.x
39077      Branch: maint-5.6/perl
39078            ! t/op/tr.t
39079           !> lib/File/Basename.pm
39080 ____________________________________________________________________________
39081 [  8160] By: gsar                                  on 2000/12/18  00:05:30
39082         Log: missing change in previous integrate
39083      Branch: maint-5.6/perl
39084           !> README.aix
39085 ____________________________________________________________________________
39086 [  8159] By: gsar                                  on 2000/12/18  00:03:38
39087         Log: integrate changes#7205..7210,7212,7214..7219,7222,7223,7225,7226,
39088              7228,7230..7241,7243,7346,7347,7350..7354,7356,7358..7360,7362,
39089              7363,7365..7368,7370..7374,7376..7386,7391,7393..7399,7304..7408,
39090              7410..7413 from mainline
39091      Branch: maint-5.6/perl
39092           +> README.aix hints/nonstopux.sh lib/unicode/Is/DCmedial.pl
39093           +> t/lib/tie-splice.t
39094            - lib/unicode/Is/DCinital.pl
39095           !> (integrate 112 files)
39096 ____________________________________________________________________________
39097 [  8158] By: jhi                                   on 2000/12/17  23:04:24
39098         Log: Subject: [PATCHES] RE: perl@8150 
39099              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
39100              Date: Sun, 17 Dec 2000 21:46:39 +0100
39101              Message-ID: <3A3D343F.13566.1ACA7D93@localhost>
39102              
39103              Neither cygwin has a getpwuid() one can trust on.
39104      Branch: perl
39105            ! t/lib/glob-basic.t
39106 ____________________________________________________________________________
39107 [  8157] By: jhi                                   on 2000/12/17  23:01:54
39108         Log: More MAN.PODS => {} fixes.
39109      Branch: perl
39110            ! os2/OS2/ExtAttr/Makefile.PL os2/OS2/PrfDB/Makefile.PL
39111            ! os2/OS2/Process/Makefile.PL os2/OS2/REXX/DLL/Makefile.PL
39112            ! os2/OS2/REXX/Makefile.PL
39113 ____________________________________________________________________________
39114 [  8156] By: gsar                                  on 2000/12/17  22:49:13
39115         Log: integrate changes#7069..7077,7079,7081..7087,7090,7092,7093,
39116              7096..7104,7109..7117,7119..7124,7126,7128,7129,7133,7134,
39117              7136..7139,7141..7146,7148,7149,7151,7153..7155,7157,7158,
39118              7160,7161,7164,7165,7169..7178,7180..7191,7193..7197,7199,
39119              7201,7204 from mainline
39120      Branch: maint-5.6/perl
39121           !> (integrate 121 files)
39122 ____________________________________________________________________________
39123 [  8155] By: jhi                                   on 2000/12/17  22:30:58
39124         Log: Subject: [PATCH perl@8133] fix-up for VMS extensions
39125              From: "Craig A. Berry" <craigberry@mac.com>
39126              Date: Sun, 17 Dec 2000 13:09:28 -0600
39127              Message-Id: <p04330103b6628cabe114@[172.16.52.1]>
39128              
39129              MAN.PODS => ' ' is naughty.
39130      Branch: perl
39131            ! vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
39132 ____________________________________________________________________________
39133 [  8154] By: nick                                  on 2000/12/17  22:07:13
39134         Log: MULTIPLICITY nit.
39135      Branch: perl
39136            ! mg.c
39137 ____________________________________________________________________________
39138 [  8153] By: gsar                                  on 2000/12/17  21:23:05
39139         Log: integrate changes#7017..7019,7021..7025,7027..7036,7038,7039,
39140              7041..7044,7046..7048,7050..7061,7063,7066..7067,7069..7074
39141              from mainline
39142              
39143              Document the SvIOK_.*UV().
39144              
39145              Update Unicode todo list.
39146              
39147              Guard against bad string->int conversion for quads.
39148              
39149              Subject: small apidoc fix
39150              
39151              Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
39152              
39153              Subject: [PATCH] Tied filehandle documentation
39154              
39155              Subject: [PATCH] Modernize Opcode.pm documentation
39156              
39157              Make Data::Dumper (non-XS) to work with changed semantics of ref().
39158              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
39159              [applied even though said semantics didn't change in 5.6.x]
39160              
39161              Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
39162              
39163              Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
39164              
39165              Fix the URL, but the server is still missing in action.
39166              Subject: [ID 20000905.002] perlfaq1.pod URL error
39167              
39168              Subject: [ID 20000903.001] \w in utf8-strings
39169              
39170              Fix the ccversion detection for 5.1 and beyond.
39171              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
39172              
39173              Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
39174              
39175              Subject: [ID 20000904.008] Tiny fix for perldiag
39176              
39177              Subject: Re: [ID 20000906.004] segfault with bad perl statement
39178              
39179              Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
39180              
39181              Subject: [ID 20000908.002] perlipc documentation bug.
39182              
39183              Subject: [PATCH lib/Benchmark.pm]
39184              
39185              Re-allow vec() for characters > 255.
39186              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
39187              
39188              Do away with memory models cruft.  Sorry, PDP users.
39189              
39190              Continue #7041.
39191              
39192              Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
39193              
39194              Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
39195              
39196              Upgrade to CPAN 1.57_65, from Andreas König.
39197              
39198              Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
39199              by Russ Allbery.
39200              
39201              Silence t/pod/*.t about alternate quote-mappings now implemented
39202              by Pod::Text, from Brad Appleton.
39203              
39204              Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
39205              Subject: borland C++ win32.c tweak
39206              
39207              C<@a = @b = split(...)> optimization coredumps under ithreads
39208              (missed a spot when fixing up op_pmreplroot hack for ithreads)
39209              
39210              Document the SvUTF8*().
39211              
39212              Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
39213              
39214              Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
39215              
39216              Do in VMS as the #7054 does.
39217              
39218              Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
39219              
39220              Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
39221              
39222              Subject: [patch: perl@7045] vms updates
39223              
39224              Test for the #7049.
39225              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
39226              
39227              Break up the myconfig lines a bit.
39228              Subject: perlbug/perl -V output format
39229              
39230              Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
39231              
39232              The #7054 truncated Configure badly.
39233              
39234              change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
39235              initialization in all the threads on Windows
39236              
39237              Allow for whitespace between "#" and "line" in cpp output.
39238              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
39239              
39240              Remove vestiges of tr//CU.
39241              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
39242              
39243              The return value of setlocale must be copied away.
39244              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
39245              
39246              Allow chop() and chomp() to be overridden.
39247              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
39248              
39249              Hints optimization.
39250              Subject: Minor nit
39251              
39252              Subject: [PATCH] de-wall t/README
39253              
39254              Subject: Re: Two advertising clauses need to be removed
39255      Branch: maint-5.6/perl
39256           !> (integrate 75 files)
39257 ____________________________________________________________________________
39258 [  8152] By: gsar                                  on 2000/12/17  20:30:11
39259         Log: integrate changes#6945,6947,6949..6954,6956,6958,6959,6961,
39260              6964..6972,6977..6981..6984,6987,6988,6991,6994,6997,
39261              6999..7001,7003..7005,7007,7009,7011,7012 from mainline
39262              
39263              Don't attach -ld to the archname if pointless.
39264              
39265              Document UNTIE in a very minimalistic way.
39266              
39267              POSIX doesn't report long double values under -Duselongdouble
39268              when the long doubles are "real" (bigger than doubles).
39269              
39270              More author updates.
39271              
39272              Try to deduce NV_MAX.  Really should be Configure fodder.
39273              
39274              :: not allowed in pathnames, change to .
39275              Subject: [PATCH perl@6938] cygwin port
39276              
39277              Forget about NV_MAX (#6951).  Various floating point tweaks,
39278              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
39279              
39280              Move the Solaris 7 scan to use64bitall, make the
39281              failure to find 64-bot sparc libc to mention the
39282              possibility of being in an intel, from Lupe and Alan.
39283              
39284              Regen perltoc.
39285              
39286              AUTHORS tweaks, from Peter Prymmer.
39287              
39288              More address tweaking.
39289              
39290              Small tweaks all over.
39291              
39292              File::Temp patches from Andreas König,
39293              
39294              Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
39295              
39296              Subject: CPAN.pm beta 1.57_57 for the core
39297              
39298              Part of the solution.
39299              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
39300              
39301              Subject: [PATCH@6961] Fix misleading example in perlretut.pod
39302              
39303              Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
39304              
39305              Add the overload warnings to perldiag.
39306              
39307              Drop unused argument.
39308              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
39309              
39310              Subject: Nit in Configure (bleadperl@6961)
39311              
39312              Update to PodParser 1.18, from Brad Appleton.
39313              
39314              Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
39315              
39316              Subject: [PATCH: 6948] add SCNfldbl to configure.com
39317              
39318              Document UNTIE. Also tweak implementation to suppress the 'inner references'
39319              warning when UNTIE exists and instead pass the cound of extra references to
39320              the UNTIE method.
39321              
39322              Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
39323              so that case-ignoring systems like DCL can tell them from
39324              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
39325              
39326              Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
39327              
39328              Feature ordering tweak.
39329              
39330              Regen perltoc.
39331              
39332              Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
39333              
39334              Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
39335              
39336              Subject: http:// in L<>
39337              
39338              Detypo.
39339              
39340              change#6791 accidentally clobbered change#6710, put it back
39341              
39342              Only the first line, thank you very much.
39343              
39344              Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
39345              plus rework the http: spots as suggested by Tom Christiansen,
39346              plus regen perltoc.
39347              
39348              Undo part of change 6489 which looks like a bulk edit which
39349              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
39350              The supressing of main:: on return from select() is undesirable.
39351              
39352              Apparently avoiding the swapping is too costly.
39353              
39354              Various Configure nits by Philip Newton,
39355              plus the ebcdic one by me.
39356              
39357              Make certain cc is set before trying to run it.
39358              
39359              If overloaded %{} etc. return the object do not loop.
39360              Thus  sub deref { $_[0] } functions if object is wanted type.
39361              
39362              Update perlhist.
39363              
39364              More %{} and other deref special casing - do not pass to 'nomethod'.
39365      Branch: maint-5.6/perl
39366           !> (integrate 59 files)
39367 ____________________________________________________________________________
39368 [  8151] By: gsar                                  on 2000/12/17  19:14:38
39369         Log: integrate changes#6903,6905..6907,6909,6911..6913,6915,6917,6918,
39370              6920..6926,6928..6930,6934..6937,6939,6940,6942..6944 from mainline
39371              
39372              Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
39373              
39374              Make the epsilon to be relative, not absolute.
39375              
39376              Put back the flags dump as reasoned in
39377              Subject: Re: [PATCH] Glob dumping
39378              
39379              Introduce ccname to keep track of what compiler kind of we have.
39380              
39381              Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
39382              
39383              Put back the slice accidentally removed by #6907.
39384              
39385              Reset archname and archname64 always, forcing them be
39386              recomputed at each Configure run, make Configure and
39387              the hints files agree on the naming of largefiles variables.
39388              
39389              Don't say "Perl 5.0 source kit".
39390              
39391              Subject: [PATCH] fix misc cast warnings
39392              
39393              Subject: typos in pods
39394              
39395              NVs not necessarily doubles, as pointed out by Yitzchak.
39396              
39397              Subject: [PATCH 6889] add a few ldbl formats to configure.com
39398              
39399              Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
39400              
39401              Better options for rsync.
39402              
39403              Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
39404              
39405              Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
39406              
39407              Subject: [PATCH] Re: UNTIE method 
39408              
39409              A better fix for the Socket building problem from Craig Berry.
39410              
39411              Retract the dummy test, skip the security tests (instead of failing),
39412              explain what the warnings mean.
39413              
39414              Heap decorruption.
39415              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
39416              
39417              Update to Unicode 3.0.1.
39418              
39419              Missed one Unicode file.
39420              
39421              Subject: Re: typos in pods
39422              
39423              The #6929 was too skimpy.
39424              
39425              sscanf() may be the only way to read long doubles from strings.
39426              
39427              Reveal Borland's isnan.
39428              Subject: build with BC++ tweak
39429              
39430              Issue useful diagnostic on unknown pod commands.
39431              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
39432              
39433              Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
39434              
39435              Clarify the third case of ftmp-security warnings.
39436              
39437              Make -Dusemorebits find long doubles in Solaris.
39438              
39439              Wrap the test in eval.
39440      Branch: maint-5.6/perl
39441           +> lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
39442           +> lib/unicode/PropList.txt lib/unicode/README.perl
39443           +> lib/unicode/UCD301.html lib/unicode/UCDFF301.html
39444           +> lib/unicode/Unicode.301 vms/vmspipe.com
39445            - lib/unicode/Props.txt lib/unicode/UCD300.html
39446            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
39447           !> (integrate 305 files)
39448 ____________________________________________________________________________
39449 [  8150] By: jhi                                   on 2000/12/17  18:47:57
39450         Log: Uncheckedin generated files.
39451      Branch: perl
39452            ! global.sym perlapi.c pod/perlapi.pod
39453 ____________________________________________________________________________
39454 [  8149] By: jhi                                   on 2000/12/17  18:41:22
39455         Log: Update Changes.
39456      Branch: perl
39457            ! Changes patchlevel.h
39458 ____________________________________________________________________________
39459 [  8148] By: jhi                                   on 2000/12/17  18:39:16
39460         Log: Subject: [PATCH] Fcntl constants speedup
39461              From: Nicholas Clark <nick@ccl4.org>
39462              Date: Sun, 17 Dec 2000 16:29:24 +0000
39463              Message-ID: <20001217162924.E97668@plum.flirble.org>
39464              
39465              Use IVs for the Fcntl constants instead of NVs.
39466      Branch: perl
39467            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs t/op/goto_xs.t
39468 ____________________________________________________________________________
39469 [  8147] By: jhi                                   on 2000/12/17  18:33:41
39470         Log: Add test for #8145 (binmode() warning), add warning for
39471              ioctl() and sockpair(), document them. (fileno() cannot
39472              be tripwired with the same kind of warning because
39473              'defined fileno($foo)' seems to be an idiom.)
39474      Branch: perl
39475            ! pod/perldiag.pod pp_sys.c t/pragma/warn/pp_sys
39476 ____________________________________________________________________________
39477 [  8146] By: gsar                                  on 2000/12/17  18:09:08
39478         Log: update Changes
39479      Branch: maint-5.6/perl
39480            ! Changes
39481 ____________________________________________________________________________
39482 [  8145] By: jhi                                   on 2000/12/17  17:39:35
39483         Log: Subject: [PATCH] Re: The long awaited feature ...
39484              From: Simon Cozens <simon@cozens.net>
39485              Date: Sun, 17 Dec 2000 12:31:56 +0000
39486              Message-ID: <20001217123156.A3891@deep-dark-truthful-mirror.perlhacker.org>
39487              
39488              Add a warning to binmode() about using bad filehandles
39489              (can happen e.g. if someone forgets the filehandle argument)
39490      Branch: perl
39491            ! pp_sys.c
39492 ____________________________________________________________________________
39493 [  8144] By: jhi                                   on 2000/12/17  17:33:48
39494         Log: Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
39495              From: Jonathan Stowe <gellyfish@gellyfish.com>
39496              Date: Sun, 17 Dec 2000 17:08:10 +0000 (GMT)
39497              Message-ID: <Pine.LNX.4.10.10012171700010.3834-100000@orpheus.gellyfish.com>
39498      Branch: perl
39499            ! lib/Net/Ping.pm
39500 ____________________________________________________________________________
39501 [  8143] By: jhi                                   on 2000/12/17  05:31:37
39502         Log: Polymorphic regexps.
39503              
39504              Fixes at least the bugs 20001028.003 (both of them...) and
39505              20001108.001.  The bugs 20001114.001 and 20001205.014 seem
39506              also to be fixed by now, probably already before this patch.
39507      Branch: perl
39508            ! embed.h embed.pl mg.c objXSUB.h pp_ctl.c pp_hot.c proto.h
39509            ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h sv.c
39510            ! t/op/utf8decode.t t/pragma/utf8.t
39511 ____________________________________________________________________________
39512 [  8142] By: jhi                                   on 2000/12/16  17:16:05
39513         Log: Subject: [patch perl@8102] dos/djgpp update
39514              From: Laszlo Molnar <ml1050@freemail.hu>
39515              Date: Sat, 16 Dec 2000 01:40:52 +0100
39516              Message-ID: <20001216014052.A335@freemail.hu>
39517      Branch: perl
39518            ! djgpp/config.over t/base/commonsense.t
39519 ____________________________________________________________________________
39520 [  8141] By: jhi                                   on 2000/12/16  17:09:27
39521         Log: Few uncheckedin files.
39522      Branch: perl
39523            ! global.sym perlapi.c pod/perlapi.pod pod/perlintern.pod
39524 ____________________________________________________________________________
39525 [  8140] By: nick                                  on 2000/12/15  22:14:31
39526         Log: Integrate mainline
39527      Branch: perlio
39528           !> (integrate 53 files)
39529 ____________________________________________________________________________
39530 [  8139] By: jhi                                   on 2000/12/15  19:49:49
39531         Log: One more IVUV tweak from Nicholas Clark.
39532      Branch: perl
39533            ! sv.c
39534 ____________________________________________________________________________
39535 [  8138] By: jhi                                   on 2000/12/15  19:17:06
39536         Log: Return of the IVUV-preservation, now seems to be happy even
39537              in Digital UNIX (the broken strtoul brokenness detection
39538              seems to have been the fly in the ointment).
39539      Branch: perl
39540            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
39541            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
39542            ! objXSUB.h op.c perl.h pp.c pp_hot.c proto.h sv.c sv.h
39543            ! t/lib/peek.t t/op/cmp.t t/op/numconvert.t uconfig.h
39544            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
39545            ! vos/config.ga.h win32/config.bc win32/config.gc
39546            ! win32/config.vc
39547 ____________________________________________________________________________
39548 [  8137] By: jhi                                   on 2000/12/15  18:12:14
39549         Log: Metaconfig unit change for #8136.
39550      Branch: metaconfig
39551            ! U/modified/d_strtoul.U
39552      Branch: metaconfig/U/perl
39553            ! d_strtoull.U d_strtouq.U
39554 ____________________________________________________________________________
39555 [  8136] By: jhi                                   on 2000/12/15  18:11:35
39556         Log: I don't think it's sensible or portable to test the strtou*
39557              on /^-/ strings.
39558      Branch: perl
39559            ! Configure
39560 ____________________________________________________________________________
39561 [  8135] By: jhi                                   on 2000/12/15  17:18:49
39562         Log: Metaconfig unit change for #8134.
39563      Branch: metaconfig
39564            ! U/modified/d_strtoul.U
39565 ____________________________________________________________________________
39566 [  8134] By: jhi                                   on 2000/12/15  17:14:13
39567         Log: If longsize is 8 we don't need a LL suffix for integer constants.
39568      Branch: perl
39569            ! Configure config_h.SH
39570 ____________________________________________________________________________
39571 [  8133] By: jhi                                   on 2000/12/15  16:00:23
39572         Log: Update Changes.
39573      Branch: perl
39574            ! Changes patchlevel.h
39575 ____________________________________________________________________________
39576 [  8132] By: jhi                                   on 2000/12/15  15:44:16
39577         Log: Some compilers get huffy if you do not cast a const pointer
39578              to a non-const when assigning.
39579      Branch: perl
39580            ! gv.c
39581 ____________________________________________________________________________
39582 [  8131] By: jhi                                   on 2000/12/15  15:38:30
39583         Log: Subject: [PATCH 5.7.0] speeding up object creation/destruction 4x times
39584              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
39585              Date: Fri, 15 Dec 2000 05:26:57 -0500
39586              Message-ID: <20001215052657.A8319@math.mps.ohio-state.edu>
39587      Branch: perl
39588            ! embed.h embed.pl gv.c objXSUB.h perl.h proto.h sv.c
39589            ! t/pragma/overload.t
39590 ____________________________________________________________________________
39591 [  8130] By: jhi                                   on 2000/12/15  15:36:08
39592         Log: Subject: [PATCH 5.7.0] cosmetic change to overloading
39593              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
39594              Date: Thu, 14 Dec 2000 22:02:43 -0500
39595              Message-ID: <20001214220243.A18437@monk.mps.ohio-state.edu>
39596      Branch: perl
39597            ! gv.c perl.h
39598 ____________________________________________________________________________
39599 [  8129] By: jhi                                   on 2000/12/15  15:34:16
39600         Log: Subject: PATCH: h2xs nit
39601              From: Tim Jenness <t.jenness@jach.hawaii.edu>
39602              Date: Thu, 14 Dec 2000 18:25:46 -1000 (HST)
39603              Message-ID: <Pine.LNX.4.30.0012141820340.2533-100000@lapaki.jach.hawaii.edu>
39604              
39605              Add a template README.
39606      Branch: perl
39607            ! utils/h2xs.PL
39608 ____________________________________________________________________________
39609 [  8128] By: jhi                                   on 2000/12/15  15:32:22
39610         Log: Still buggy findgteprime, fix from Eric Joanis <joanis@cs.toronto.edu>.
39611      Branch: perl
39612            ! lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
39613 ____________________________________________________________________________
39614 [  8127] By: jhi                                   on 2000/12/15  15:19:34
39615         Log: Subject:  [PATCH Opcode.XS, Perl 5.6+] stuff for caller and _ in Safe::
39616              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
39617              Date:     Thu, 14 Dec 2000 20:04:42 EST
39618              Message-Id: <001214200310.49929@DUPHY4.Physics.Drexel.Edu>
39619      Branch: perl
39620            ! ext/Opcode/Opcode.xs
39621 ____________________________________________________________________________
39622 [  8126] By: jhi                                   on 2000/12/15  15:17:49
39623         Log: Subject: [PATCH: perl@8102] s/use vars qw\(/our(/ for OS/390 extension builds
39624              From: Peter Prymmer <pvhp@forte.com>
39625              Date: Thu, 14 Dec 2000 15:50:20 -0800 (PST)
39626              Message-ID: <Pine.OSF.4.10.10012141548200.57557-100000@aspara.forte.com>
39627      Branch: perl
39628            ! ext/Errno/Errno_pm.PL lib/ExtUtils/MM_Unix.pm
39629            ! lib/ExtUtils/Manifest.pm lib/File/Spec.pm
39630            ! lib/File/Spec/Functions.pm lib/File/Spec/Unix.pm
39631 ____________________________________________________________________________
39632 [  8125] By: jhi                                   on 2000/12/15  15:11:05
39633         Log: This seems to be a stage sane and stable enough to checkin.
39634              (it basically is 8102..8118+8122 but no 8120, 8121, 8123, 8124)
39635      Branch: perl
39636            ! MANIFEST embed.h embed.pl objXSUB.h op.c perl.h perlapi.c
39637            ! pod/perlapi.pod pp.c pp_hot.c proto.h sv.c sv.h t/lib/peek.t
39638            ! t/op/cmp.t t/op/numconvert.t
39639 ____________________________________________________________________________
39640 [  8124] By: jhi                                   on 2000/12/15  04:20:26
39641         Log: Something is really wonky.
39642      Branch: perl
39643            ! sv.c
39644 ____________________________________________________________________________
39645 [  8123] By: jhi                                   on 2000/12/15  04:00:50
39646         Log: Fixes for the IV UV patches to compile in Digital UNIX.
39647      Branch: perl
39648            ! sv.c
39649 ____________________________________________________________________________
39650 [  8122] By: jhi                                   on 2000/12/15  02:53:40
39651         Log: Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
39652              From: "Craig A. Berry" <craigberry@mac.com>
39653              Date: Thu, 14 Dec 2000 19:10:49 -0600
39654              Message-Id: <p04330100b65efbe32f30@[172.16.52.1]>
39655      Branch: perl
39656            ! vms/vms.c
39657 ____________________________________________________________________________
39658 [  8121] By: jhi                                   on 2000/12/15  02:50:00
39659         Log: Metaconfig changes for #8120.
39660      Branch: metaconfig
39661            + U/modified/d_strtoul.U
39662      Branch: metaconfig/U/perl
39663            ! d_strtoull.U d_strtouq.U
39664 ____________________________________________________________________________
39665 [  8120] By: jhi                                   on 2000/12/15  02:49:42
39666         Log: From: Nicholas Clark <nick@ccl4.org> 
39667              Subject: [PATCH] strtoq, strtou(q|ll|l) testing (was [PATCH] faster and 64 bit  preserving arithmetic)
39668              Date: Thu, 14 Dec 2000 18:38:57 +0000
39669              Message-ID: <20001214183857.B97909@plum.flirble.org>
39670      Branch: perl
39671            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
39672            ! config_h.SH configure.com epoc/config.sh perl.h sv.c uconfig.h
39673            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
39674            ! vos/config.ga.def vos/config.ga.h win32/config.bc
39675            ! win32/config.gc win32/config.vc
39676 ____________________________________________________________________________
39677 [  8119] By: jhi                                   on 2000/12/14  23:40:58
39678         Log: Subject: [PATCH] faster and 64 bit preserving arithmetic
39679              From: Nicholas Clark <nick@ccl4.org>
39680              Date: Wed, 13 Dec 2000 20:08:50 +0000
39681              Message-ID: <20001213200849.B71166@plum.flirble.org>
39682      Branch: perl
39683            ! embed.h embed.pl objXSUB.h op.c perl.h pp.c pp_hot.c proto.h
39684            ! sv.c sv.h t/lib/peek.t t/op/cmp.t t/op/numconvert.t
39685 ____________________________________________________________________________
39686 [  8118] By: jhi                                   on 2000/12/14  22:46:26
39687         Log: Integrate perlio.
39688      Branch: perl
39689           !> MANIFEST ext/Encode/compile makedef.pl
39690 ____________________________________________________________________________
39691 [  8117] By: nick                                  on 2000/12/14  22:38:53
39692         Log: Win32 tweaks to get Encode to build
39693              - temp hack to makedef.pl till PerlIO is properly "exported".
39694              - MSVC dislikes  
39695              static encpage_t foo[];
39696              so make 'em extern for now.
39697      Branch: perlio
39698            ! ext/Encode/compile makedef.pl
39699 ____________________________________________________________________________
39700 [  8116] By: nick                                  on 2000/12/14  22:00:53
39701         Log: Document the new files
39702      Branch: perlio
39703            ! MANIFEST
39704 ____________________________________________________________________________
39705 [  8115] By: jhi                                   on 2000/12/14  21:58:01
39706         Log: MANIFEST new files of #8114.
39707      Branch: perl
39708            ! MANIFEST
39709 ____________________________________________________________________________
39710 [  8114] By: jhi                                   on 2000/12/14  21:50:49
39711         Log: Integrate perlio.
39712      Branch: perl
39713           +> ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
39714           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
39715           !> ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
39716           !> ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
39717           !> ext/Encode/Makefile.PL
39718 ____________________________________________________________________________
39719 [  8113] By: jhi                                   on 2000/12/14  21:48:49
39720         Log: The documentation part of the
39721              
39722              Subject: [ID 20001214.002] Net::Ping patch
39723              From: Jonathan Stowe <gellyfish@gellyfish.com>
39724              Date: Thu, 14 Dec 2000 08:28:14 +0000 (GMT)
39725              Message-Id: <Pine.LNX.4.10.10012140805480.19767-200000@orpheus.gellyfish.com>
39726              since the #7529 had already addressed the same problem.
39727      Branch: perl
39728            ! lib/Net/Ping.pm
39729 ____________________________________________________________________________
39730 [  8112] By: jhi                                   on 2000/12/14  21:42:57
39731         Log: Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
39732              From: Dominic Dunlop <domo@computer.org>
39733              Date: Tue, 12 Dec 2000 10:47:10 +0100
39734              Message-Id: <p04320402b65ba33a92b2@[192.168.1.4]>
39735              
39736              Document how elusive subroutines can be.
39737      Branch: perl
39738            ! pod/perlfunc.pod
39739 ____________________________________________________________________________
39740 [  8111] By: jhi                                   on 2000/12/14  21:38:05
39741         Log: Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
39742              From: Dominic Dunlop <domo@computer.org>
39743              Date: Thu, 14 Dec 2000 10:13:51 +0100
39744              Message-Id: <p04320407b65e3f4853aa@[192.168.1.4]>
39745      Branch: perl
39746            ! ext/POSIX/POSIX.pod
39747 ____________________________________________________________________________
39748 [  8110] By: jhi                                   on 2000/12/14  21:36:32
39749         Log: Subject: [patch] perlfaq7
39750              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
39751              Date: Thu, 14 Dec 2000 15:31:07 +0100
39752              Message-ID: <3A38E7BB.13178.11C40A8@localhost>
39753      Branch: perl
39754            ! pod/perlfaq7.pod
39755 ____________________________________________________________________________
39756 [  8109] By: jhi                                   on 2000/12/14  21:29:20
39757         Log: Subject: [8104] Encode
39758              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
39759              Date: Thu, 14 Dec 2000 14:49:34 +0100
39760              Message-Id: <20001214142101.B338.H.M.BRAND@hccnet.nl>
39761              
39762              Type casting for nervous compilers.
39763      Branch: perl
39764            ! ext/Encode/Encode.xs
39765 ____________________________________________________________________________
39766 [  8108] By: jhi                                   on 2000/12/14  21:26:17
39767         Log: Subject: [8104] DB_File
39768              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
39769              Date: Thu, 14 Dec 2000 14:49:35 +0100
39770              Message-Id: <20001214144439.B33A.H.M.BRAND@hccnet.nl>
39771              
39772              Type definition incorrect for DB 2.7.7.  Not known when it
39773              changed, so only changed it for a known revision.
39774      Branch: perl
39775            ! ext/DB_File/DB_File.xs
39776 ____________________________________________________________________________
39777 [  8107] By: jhi                                   on 2000/12/14  21:23:41
39778         Log: Subject: [PATCH: perl@8102] Re: Encode/cp1047.enc etc.
39779              From: Peter Prymmer <pvhp@forte.com>
39780              Date: Thu, 14 Dec 2000 11:11:50 -0800 (PST)
39781              Message-ID: <Pine.OSF.4.10.10012141057330.57557-100000@aspara.forte.com>
39782              
39783              Use '?' (0x6F in EBCDIC) for the illegal codepoint.
39784      Branch: perl
39785            ! ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
39786            ! ext/Encode/Encode/posix-bc.enc
39787 ____________________________________________________________________________
39788 [  8106] By: nick                                  on 2000/12/14  20:36:13
39789         Log: "Cold" build correction to Encode's Makefile.PL
39790      Branch: perlio
39791            ! ext/Encode/Makefile.PL
39792 ____________________________________________________________________________
39793 [  8105] By: nick                                  on 2000/12/14  20:09:37
39794         Log: "Compiled" encodings.
39795              Correct replacement character in EBCDIC .enc files
39796              Add 0x7F to ASCII repertoire.
39797      Branch: perlio
39798            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
39799            ! ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
39800            ! ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
39801            ! ext/Encode/Makefile.PL ext/Encode/compile
39802            ! ext/Encode/encengine.c ext/Encode/encode.h
39803 ____________________________________________________________________________
39804 [  8104] By: nick                                  on 2000/12/14  00:38:20
39805         Log: Integrate mainline
39806      Branch: perlio
39807           !> Changes Configure doio.c embed.h embed.pl ext/DB_File/Changes
39808           !> ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
39809           !> ext/DB_File/dbinfo ext/DB_File/typemap ext/DB_File/version.c
39810           !> hints/hpux.sh lib/Cwd.pm objXSUB.h patchlevel.h perlapi.c
39811           !> pod/perlapi.pod pp_hot.c proto.h t/lib/db-btree.t
39812           !> t/lib/db-hash.t t/lib/db-recno.t
39813 ____________________________________________________________________________
39814 [  8103] By: nick                                  on 2000/12/13  23:16:13
39815         Log: Beginings of compiled encodings - checked in as a snapshot of thoughts
39816              so far and so it does not get lost.
39817      Branch: perlio
39818            + ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
39819 ____________________________________________________________________________
39820 [  8102] By: jhi                                   on 2000/12/13  17:14:22
39821         Log: Update Changes.
39822      Branch: perl
39823            ! Changes patchlevel.h
39824 ____________________________________________________________________________
39825 [  8101] By: jhi                                   on 2000/12/13  16:53:41
39826         Log: Move the proto of start_glob() to a better place; regen api files.
39827      Branch: perl
39828            ! embed.h embed.pl objXSUB.h perlapi.c pod/perlapi.pod proto.h
39829 ____________________________________________________________________________
39830 [  8100] By: jhi                                   on 2000/12/13  16:47:11
39831         Log: Metaconfig change for #8099.
39832      Branch: metaconfig
39833            ! U/modified/Head.U
39834 ____________________________________________________________________________
39835 [  8099] By: jhi                                   on 2000/12/13  16:46:48
39836         Log: Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
39837              From: Andy Dougherty <doughera@lafayette.edu>
39838              Date: Wed, 13 Dec 2000 10:36:09 -0500 (EST)
39839              Message-ID: <Pine.SOL.4.10.10012131031230.2017-100000@maxwell.phys.lafayette.edu>
39840      Branch: perl
39841            ! Configure
39842 ____________________________________________________________________________
39843 [  8098] By: jhi                                   on 2000/12/13  16:39:02
39844         Log: Subject: [20000615.005] [PATCH] Cwd::fastgetcwd broken (or mis-named?) on Unix  
39845              From: rspier@pobox.com (Robert Spier)
39846              Date: Tue, 12 Dec 2000 21:12:39 -0500
39847              Message-ID: <14902.56087.678086.725773@rls.cx>
39848              
39849              fastgetcwd is defined using a glob alias on a $^O dependent basis -
39850              and there was no default assignment or perl subroutine.
39851      Branch: perl
39852            ! lib/Cwd.pm
39853 ____________________________________________________________________________
39854 [  8097] By: jhi                                   on 2000/12/13  16:16:01
39855         Log: Subject: [PATCH] move startglob out of pp_hot.c
39856              From: Nicholas Clark <nick@ccl4.org>
39857              Date: Mon, 11 Dec 2000 23:16:39 +0000
39858              Message-ID: <20001211231638.A55550@plum.flirble.org>
39859      Branch: perl
39860            ! doio.c embed.h embed.pl objXSUB.h pp_hot.c proto.h
39861 ____________________________________________________________________________
39862 [  8096] By: jhi                                   on 2000/12/13  15:26:23
39863         Log: Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
39864              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
39865              Date: Wed, 13 Dec 2000 14:01:37 +0100
39866              Message-Id: <20001213135318.621A.H.M.BRAND@hccnet.nl>
39867              
39868              perl/64/HP-UX wants libdb-3.0 to be shared ELF 64 bit which
39869              in turn requires libpthread in libswanted.
39870      Branch: perl
39871            ! hints/hpux.sh
39872 ____________________________________________________________________________
39873 [  8095] By: jhi                                   on 2000/12/12  19:51:05
39874         Log: The integration wars continue.
39875      Branch: perl
39876           !> sv.c
39877 ____________________________________________________________________________
39878 [  8094] By: jhi                                   on 2000/12/12  19:48:26
39879         Log: Subject: [PATCH perl@8070] DB_File-1.74  
39880              From: "Paul Marquess" <paul_marquess@yahoo.co.uk> 
39881              Date: Mon, 11 Dec 2000 23:07:17 -0000
39882              Message-ID: <000001c063c7$1b9d28a0$a20a140a@bfs.phone.com> 
39883      Branch: perl
39884            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
39885            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
39886            ! ext/DB_File/version.c t/lib/db-btree.t t/lib/db-hash.t
39887            ! t/lib/db-recno.t
39888 ____________________________________________________________________________
39889 [  8093] By: nick                                  on 2000/12/12  19:42:13
39890         Log: Integrate/merge mainline with further efficiency tweak to sv.c's utf8 stuff.
39891      Branch: perlio
39892            ! sv.c
39893           !> lib/File/DosGlob.pm
39894 ____________________________________________________________________________
39895 [  8092] By: jhi                                   on 2000/12/12  19:28:11
39896         Log: Integrate perlio.
39897      Branch: perl
39898           !> sv.c
39899 ____________________________________________________________________________
39900 [  8091] By: nick                                  on 2000/12/12  18:49:45
39901         Log: Fix for Tk, and upgrading shared SVs.
39902      Branch: perlio
39903            ! sv.c
39904 ____________________________________________________________________________
39905 [  8090] By: jhi                                   on 2000/12/12  16:48:59
39906         Log: Subject: [PATCH] Re: Breadperl & Tk
39907              From: Nick Ing-Simmons <nik@tiuk.ti.com>
39908              Date: Tue, 12 Dec 2000 14:48:27 GMT
39909              Message-Id: <200012121448.OAA11516@mikado.tiuk.ti.com> 
39910      Branch: perl
39911            ! sv.c
39912 ____________________________________________________________________________
39913 [  8089] By: jhi                                   on 2000/12/12  03:37:19
39914         Log: Subject: DosGlob.pm diff for bash style brace expansion.
39915              From: "Mestnik, Mike" <MMestnik@rustconsulting.com>
39916              Date: Fri, 8 Dec 2000 10:45:30 -0600
39917              Message-ID: <B50C47897E98D3118130009027D3971920F278@EXCHANGE_M1>
39918      Branch: perl
39919            ! lib/File/DosGlob.pm
39920 ____________________________________________________________________________
39921 [  8088] By: nick                                  on 2000/12/11  23:59:59
39922         Log: Integrate mainline
39923      Branch: perlio
39924           !> ext/B/B.pm ext/B/B/Deparse.pm installperl lib/CGI.pm
39925           !> lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
39926           !> lib/ExtUtils/MakeMaker.pm lib/File/DosGlob.pm pod/perldiag.pod
39927           !> pod/perlop.pod pp.c pp_hot.c scope.c t/io/utf8.t t/lib/b.t
39928           !> t/op/local.t t/pragma/warn/toke toke.c
39929 ____________________________________________________________________________
39930 [  8087] By: jhi                                   on 2000/12/11  23:20:23
39931         Log: Integrate perlio.
39932      Branch: perl
39933           !> ext/Encode/Encode.xs perlio.c perlio.h perliol.h
39934 ____________________________________________________________________________
39935 [  8086] By: jhi                                   on 2000/12/11  22:50:59
39936         Log: Tune further the OS detection of CGI.
39937      Branch: perl
39938            ! lib/CGI.pm
39939 ____________________________________________________________________________
39940 [  8085] By: nick                                  on 2000/12/11  22:50:46
39941         Log: Finish 1st pass of "encoding" layer e.g. :
39942              open($fh,"<encoding(iso8859-7)",$greek) || die;
39943      Branch: perlio
39944            ! ext/Encode/Encode.xs perlio.c perliol.h
39945 ____________________________________________________________________________
39946 [  8084] By: jhi                                   on 2000/12/11  22:32:06
39947         Log: Revert the -f ambiguousity patch, seems to cause
39948              too much hassle (the interpret -Q as a function
39949              where Q is not a known filetest part is left in).
39950      Branch: perl
39951            ! lib/ExtUtils/Liblist.pm pod/perldiag.pod t/pragma/warn/toke
39952            ! toke.c
39953 ____________________________________________________________________________
39954 [  8083] By: jhi                                   on 2000/12/11  22:27:23
39955         Log: (accidentally empty check-in)
39956      Branch: perl
39957            ! lib/File/DosGlob.pm
39958 ____________________________________________________________________________
39959 [  8082] By: nick                                  on 2000/12/11  19:09:51
39960         Log: Restore mmap function (broken by tweaks to shared buffer
39961              layer for encode(xxxx)).
39962      Branch: perlio
39963            ! perlio.c
39964 ____________________________________________________________________________
39965 [  8081] By: jhi                                   on 2000/12/11  18:29:13
39966         Log: Subject: Re: The long awaited feature ...
39967              From: Simon Cozens <simon@cozens.net>
39968              Date: Mon, 11 Dec 2000 15:54:24 +0000
39969              Message-ID: <20001211155424.A17680@deep-dark-truthful-mirror.perlhacker.org>
39970              
39971              More io/utf8 tests.
39972      Branch: perl
39973            ! t/io/utf8.t
39974 ____________________________________________________________________________
39975 [  8080] By: jhi                                   on 2000/12/11  18:19:36
39976         Log: Subject: PATCH MakeMaker manpage clarification
39977              From: andreas.koenig@anima.de (Andreas J. Koenig)
39978              Date: 10 Dec 2000 20:46:13 +0100
39979              Message-ID: <m3aea4kqka.fsf@ak-71.mind.de>
39980      Branch: perl
39981            ! lib/ExtUtils/MakeMaker.pm
39982 ____________________________________________________________________________
39983 [  8079] By: jhi                                   on 2000/12/11  15:35:07
39984         Log: Subject: Re: [ID 20001204.007] -MO=Deparse -we '{234;}' failing
39985              From: Simon Cozens <simon@cozens.net>
39986              Date: Sun, 10 Dec 2000 19:06:19 +0000
39987              Message-ID: <20001210190619.B21402@deep-dark-truthful-mirror.perlhacker.org>
39988      Branch: perl
39989            ! ext/B/B/Deparse.pm t/lib/b.t
39990 ____________________________________________________________________________
39991 [  8078] By: jhi                                   on 2000/12/11  15:09:11
39992         Log: Subject: [PATCH] docs on NaN
39993              From: Nicholas Clark <nick@ccl4.org>
39994              Date: Mon, 11 Dec 2000 01:48:38 +0000
39995              Message-ID: <20001211014838.B99205@plum.flirble.org>
39996      Branch: perl
39997            ! pod/perlop.pod
39998 ____________________________________________________________________________
39999 [  8077] By: jhi                                   on 2000/12/11  15:02:21
40000         Log: Subject: [PATCH] Re: [Fwd: BUG 20001205.022] Local on Hash elements
40001              From: Simon Cozens <simon@cozens.net>
40002              Date: Mon, 11 Dec 2000 01:21:45 +0000
40003              Message-ID: <20001211012144.A23467@deep-dark-truthful-mirror.perlhacker.org>
40004      Branch: perl
40005            ! pp.c pp_hot.c scope.c t/op/local.t
40006 ____________________________________________________________________________
40007 [  8076] By: nick                                  on 2000/12/10  20:43:32
40008         Log: Not merge worthy...
40009              Allow arg to layers e.g. open($fh,"<:encode(iso8859-15)",$name)
40010              syntax is modelled on attributes.
40011              Untested fix for io/utf8 on Win32 etc.
40012              Very clumsy start to the encode layer.
40013      Branch: perlio
40014            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
40015 ____________________________________________________________________________
40016 [  8075] By: jhi                                   on 2000/12/10  18:39:33
40017         Log: Darwin is not Windows.
40018      Branch: perl
40019            ! lib/CGI.pm
40020 ____________________________________________________________________________
40021 [  8074] By: jhi                                   on 2000/12/10  18:31:27
40022         Log: Subject: Ambiguous -%c() resolved as a file test
40023              From: "Paul Marquess" <Paul.Marquess@openwave.com>
40024              Date: Sun, 10 Dec 2000 15:35:07 -0000
40025              Message-ID: <002601c062be$c5f749c0$a20a140a@bfs.phone.com>
40026      Branch: perl
40027            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
40028 ____________________________________________________________________________
40029 [  8073] By: jhi                                   on 2000/12/10  18:16:29
40030         Log: Subject: PATCH installperl misinformed 
40031              From: andreas.koenig@anima.de (Andreas J. Koenig)
40032              Date: 10 Dec 2000 13:01:32 +0100 
40033              Message-ID: <m3r93glc2r.fsf@ak-71.mind.de>
40034      Branch: perl
40035            ! installperl
40036 ____________________________________________________________________________
40037 [  8072] By: jhi                                   on 2000/12/10  18:07:55
40038         Log: The walkoptree confusion rages; walkoptree() seems to be coming
40039              from B.xs, while walkoptree_slow() comes from B.pm.
40040      Branch: perl
40041            ! ext/B/B.pm
40042 ____________________________________________________________________________
40043 [  8071] By: nick                                  on 2000/12/10  11:45:47
40044         Log: Integrate mainline
40045      Branch: perlio
40046           +> t/base/commonsense.t
40047           !> (integrate 37 files)
40048 ____________________________________________________________________________
40049 [  8070] By: jhi                                   on 2000/12/10  04:46:21
40050         Log: Update Changes.
40051      Branch: perl
40052            ! Changes patchlevel.h
40053 ____________________________________________________________________________
40054 [  8069] By: jhi                                   on 2000/12/10  04:39:19
40055         Log: Subject: Re: PATCH: Let Test::Harness bail out early (Was: Testing module dependencies)
40056              From: andreas.koenig@anima.de (Andreas J. Koenig)
40057              Date: 09 Dec 2000 17:14:25 +0100
40058              Message-ID: <m3wvd9o9lq.fsf@ak-71.mind.de>
40059      Branch: perl
40060            + t/base/commonsense.t
40061            ! MANIFEST lib/Test/Harness.pm t/TEST t/UTEST
40062 ____________________________________________________________________________
40063 [  8068] By: jhi                                   on 2000/12/10  04:17:36
40064         Log: Subject: [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
40065              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
40066              Date: Sat, 9 Dec 2000 16:47:22 -0000
40067              Message-ID: <002001c061ff$b3aba820$a20a140a@bfs.phone.com>
40068      Branch: perl
40069            ! ext/DB_File/typemap ext/GDBM_File/GDBM_File.pm
40070            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
40071            ! ext/NDBM_File/typemap ext/ODBM_File/ODBM_File.pm
40072            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
40073            ! ext/SDBM_File/typemap t/lib/db-btree.t t/lib/db-hash.t
40074            ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
40075            ! t/lib/sdbm.t
40076 ____________________________________________________________________________
40077 [  8067] By: jhi                                   on 2000/12/10  03:52:02
40078         Log: Test case for #8066.
40079      Branch: perl
40080            ! t/op/misc.t
40081 ____________________________________________________________________________
40082 [  8066] By: jhi                                   on 2000/12/10  03:50:30
40083         Log: Subject: [PATCH] Re: [ID 20001202.002] [BUG all] 'die qr{pattern}' does not check termination
40084              From: Simon Cozens <simon@cozens.net>
40085              Date: Sun, 10 Dec 2000 00:55:37 +0000
40086              Message-ID: <20001210005537.B16221@deep-dark-truthful-mirror.perlhacker.org>
40087      Branch: perl
40088            ! pp_sys.c
40089 ____________________________________________________________________________
40090 [  8065] By: jhi                                   on 2000/12/10  03:44:52
40091         Log: Test case for #8064.
40092      Branch: perl
40093            ! t/comp/proto.t
40094 ____________________________________________________________________________
40095 [  8064] By: jhi                                   on 2000/12/10  03:42:32
40096         Log: Subject: Re: prototype of substr
40097              From: Simon Cozens <simon@cozens.net>
40098              Date: Sun, 10 Dec 2000 00:13:33 +0000
40099              Message-ID: <20001210001333.A16221@deep-dark-truthful-mirror.perlhacker.org>
40100              
40101              Make CORE::substr to be '$$;$$' instead of '$$;$;$'.
40102      Branch: perl
40103            ! pp.c
40104 ____________________________________________________________________________
40105 [  8063] By: jhi                                   on 2000/12/10  03:39:42
40106         Log: Subject: [PATCH] perlguts.pod
40107              From: Simon Cozens <simon@cozens.net>
40108              Date: Sun, 10 Dec 2000 00:06:47 +0000
40109              Message-ID: <20001210000647.A16203@deep-dark-truthful-mirror.perlhacker.org>
40110              
40111              Documentation of the different types of ops,
40112              plus the functions in dump.c
40113      Branch: perl
40114            ! pod/perlguts.pod
40115 ____________________________________________________________________________
40116 [  8062] By: jhi                                   on 2000/12/10  03:30:04
40117         Log: Subject: [ID 20001209.006] Not OK: perl v5.7.0 +DEVEL7978 on armv4l-linux-64int 2.2.17-rmk1 (UNINSTALLED)
40118              From: Nicholas Clark <nick@talking.bollo.cx>
40119              Date: Sat, 09 Dec 2000 18:57:25 +0000
40120              Message-Id: <E144pBV-0002Nv-00@Bagpuss.unfortu.net>
40121              
40122              Be more robust in weird hostname setups.
40123      Branch: perl
40124            ! t/lib/net-hostent.t
40125 ____________________________________________________________________________
40126 [  8061] By: jhi                                   on 2000/12/10  03:28:21
40127         Log: Pacify fussy compiler. 
40128      Branch: perl
40129            ! pp_sys.c
40130 ____________________________________________________________________________
40131 [  8060] By: jhi                                   on 2000/12/10  02:52:46
40132         Log: Integrate perlio.
40133      Branch: perl
40134           !> pp_sys.c t/io/utf8.t
40135 ____________________________________________________________________________
40136 [  8059] By: nick                                  on 2000/12/09  23:40:14
40137         Log: read/sysread/recv should now be utf8 aware.
40138              Basic test for utf8 read.
40139      Branch: perlio
40140            ! pp_sys.c t/io/utf8.t
40141 ____________________________________________________________________________
40142 [  8058] By: jhi                                   on 2000/12/09  21:56:02
40143         Log: Integrate perlio.
40144      Branch: perl
40145           +> t/io/utf8.t
40146           !> MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t toke.c
40147 ____________________________________________________________________________
40148 [  8057] By: jhi                                   on 2000/12/09  21:53:35
40149         Log: Subject: Re: Additional patch for UTF8-keys (Re: perl@8016)
40150              From: Inaba Hiroto <inaba@st.rim.or.jp>
40151              Date: Sun, 10 Dec 2000 05:53:21 +0900
40152              Message-ID: <3A329BC0.15E8BFF9@st.rim.or.jp>
40153              
40154              Tests for #8056.
40155      Branch: perl
40156            ! t/op/each.t
40157 ____________________________________________________________________________
40158 [  8056] By: jhi                                   on 2000/12/09  21:51:16
40159         Log: Subject: Additional patch for UTF8-keys (Re: perl@8016)
40160              From: Inaba Hiroto <inaba@st.rim.or.jp>
40161              Date: Sat, 09 Dec 2000 18:02:00 +0900
40162              Message-ID: <3A31F508.34F4BB23@st.rim.or.jp>
40163              
40164              exists() didn't work for UTF-8 keys, and neither did shared hash keys.
40165      Branch: perl
40166            ! embed.h embed.pl hv.c objXSUB.h op.c proto.h sv.c
40167 ____________________________________________________________________________
40168 [  8055] By: nick                                  on 2000/12/09  20:11:48
40169         Log: Make write() (i.e. formats) utf8-aware by calling do_print() rather
40170              than raw PerlIO_write() - does not seem to break any tests.
40171      Branch: perlio
40172            ! pp_sys.c
40173 ____________________________________________________________________________
40174 [  8054] By: nick                                  on 2000/12/09  19:47:30
40175         Log: Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO.
40176              (sysread, recv and write i.e. formats still to do...)
40177              Allow :utf8 or :bytes in PerlIO_apply_layers() so that
40178              open($fh,">:utf8","name")
40179              etc. work. - "applying" those just sets/clears the UTF8 bit of the top layer,
40180              so no extra overhead is involved.
40181              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious writing of BOM
40182              to a non-utf8 stream.
40183              Add initial io/utf8.t
40184              Fix SvPVutf8() - sv_2pv() was not expecting to be called with something
40185              that was already SvPOK() - (we just fossiked with SvUTF8 bit). Fix that
40186              and also just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
40187      Branch: perlio
40188            + t/io/utf8.t
40189            ! MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t
40190 ____________________________________________________________________________
40191 [  8053] By: nick                                  on 2000/12/09  19:26:37
40192         Log: Did not get that has_utf8/this_utf8 fix right last time, another spot
40193              was only testing this_utf8.
40194      Branch: perlio
40195            ! toke.c
40196 ____________________________________________________________________________
40197 [  8052] By: nick                                  on 2000/12/09  19:09:41
40198         Log: Typo/thinko in S_scan_const() - seeing high bit sets has_utf8 not this_utf8
40199              i.e. the output string has one, but don't mess with source assumption.
40200      Branch: perlio
40201            ! toke.c
40202 ____________________________________________________________________________
40203 [  8051] By: jhi                                   on 2000/12/09  16:55:17
40204         Log: Integrate perlio.
40205      Branch: perl
40206           !> MANIFEST embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c
40207           !> sv.c thrdvar.h util.c
40208 ____________________________________________________________________________
40209 [  8050] By: jhi                                   on 2000/12/09  16:48:07
40210         Log: Nits noticed by Peter Prymmer.
40211      Branch: perl
40212            ! lib/ExtUtils/MM_VMS.pm
40213 ____________________________________________________________________________
40214 [  8049] By: nick                                  on 2000/12/09  13:49:40
40215         Log: UTF8 output prework.
40216              - Store $\ and $, as SVs so they can have SvUTF8 flag
40217              - use do_print() rather than raw PerlIO_write() to print them.
40218      Branch: perlio
40219            ! embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c sv.c
40220            ! thrdvar.h util.c
40221 ____________________________________________________________________________
40222 [  8048] By: nick                                  on 2000/12/09  12:30:43
40223         Log: Integrate mainline.
40224      Branch: perlio
40225           +> ext/Encode/Encode/iso8859-16.enc ext/POSIX/hints/svr4.pl
40226           +> t/op/reverse.t
40227           !> Changes MANIFEST doop.c ext/POSIX/Makefile.PL hints/svr4.sh
40228           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
40229           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/Manifest.pm patchlevel.h
40230           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp.h
40231           !> pp_hot.c t/README t/base/term.t t/lib/bigfltpm.t
40232           !> t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
40233 ____________________________________________________________________________
40234 [  8047] By: jhi                                   on 2000/12/09  00:23:27
40235         Log: Subject: Re: [pvhp@forte.com: [ID 20001208.004] Not OK: perl v5.7.0 +DEVEL8042 on VMS_AXP V7.1 (UNINSTALLED)]
40236              From: Michael G Schwern <schwern@pobox.com>
40237              Date: Fri, 8 Dec 2000 14:43:04 -0600
40238      Branch: perl
40239            ! lib/ExtUtils/MM_VMS.pm
40240 ____________________________________________________________________________
40241 [  8046] By: jhi                                   on 2000/12/08  23:10:27
40242         Log: A missed check-in.
40243      Branch: perl
40244            ! lib/ExtUtils/Manifest.pm
40245 ____________________________________________________________________________
40246 [  8045] By: jhi                                   on 2000/12/08  21:57:12
40247         Log: (null check-in)
40248      Branch: perl
40249            ! lib/ExtUtils/MM_Unix.pm pod/perlintern.pod
40250 ____________________________________________________________________________
40251 [  8044] By: jhi                                   on 2000/12/08  21:11:06
40252         Log: Add ISO 8859-16 encoding.  Not a standard yet but seems to be
40253              at the final draft stage.
40254      Branch: perl
40255            + ext/Encode/Encode/iso8859-16.enc
40256            ! MANIFEST
40257 ____________________________________________________________________________
40258 [  8043] By: jhi                                   on 2000/12/08  16:39:04
40259         Log: Update Changes.
40260      Branch: perl
40261            ! Changes patchlevel.h
40262 ____________________________________________________________________________
40263 [  8042] By: jhi                                   on 2000/12/08  16:33:39
40264         Log: Do not return the Unicode replacement character if UTF-8
40265              decoding goes awry, it should be up to the caller to decide.
40266      Branch: perl
40267            ! pod/perlapi.pod utf8.c
40268 ____________________________________________________________________________
40269 [  8041] By: jhi                                   on 2000/12/08  16:22:28
40270         Log: metaconfig maintenance.
40271      Branch: metaconfig
40272            ! U/modified/stdchar.U
40273      Branch: metaconfig/U/perl
40274            + testsyml.U
40275 ____________________________________________________________________________
40276 [  8040] By: jhi                                   on 2000/12/08  16:03:08
40277         Log: Subject: [ID 20001207.009] Not OK: perl v5.7.0 +DEVEL8030 on os2-64int-ld 2.30
40278              From: sthoenna@efn.org
40279              Date: Thu, 7 Dec 2000 21:32:43 -0800 (PST)
40280              Message-Id: <200012080532.eB85Wh729109@garcia.efn.org>
40281      Branch: perl
40282            ! Changes lib/ExtUtils/MM_OS2.pm
40283 ____________________________________________________________________________
40284 [  8039] By: jhi                                   on 2000/12/08  15:57:11
40285         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful
40286              From: Simon Cozens <simon@cozens.net>
40287              Date: Fri, 8 Dec 2000 13:33:31 +0000
40288              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org>
40289              
40290              (The pp_hot part needed a rewrite.)
40291      Branch: perl
40292            ! doop.c pp_hot.c utf8.c
40293 ____________________________________________________________________________
40294 [  8038] By: jhi                                   on 2000/12/08  15:25:08
40295         Log: Subject: djSP
40296              From: Michael Stevens <michael@etla.org>
40297              Date: Wed, 6 Dec 2000 23:24:01 +0000
40298              Message-ID: <20001206232400.A21381@firedrake.org>
40299              
40300              Plus a note from Nick Ing-Simmons.
40301      Branch: perl
40302            ! pp.h
40303 ____________________________________________________________________________
40304 [  8037] By: jhi                                   on 2000/12/08  15:18:35
40305         Log: Filetype is text.
40306      Branch: perl
40307            ! t/op/utf8decode.t
40308 ____________________________________________________________________________
40309 [  8036] By: jhi                                   on 2000/12/08  03:31:27
40310         Log: Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
40311              From: Andy Dougherty <doughera@lafayette.edu>
40312              Date: Thu, 7 Dec 2000 12:36:45 -0500 (EST)
40313              Message-Id: <Pine.SOL.4.10.10012071235400.13162-100000@maxwell.phys.lafayette.edu>
40314              
40315              Subject: Re: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
40316              From: Andy Dougherty <doughera@lafayette.edu>
40317              Date: Thu, 7 Dec 2000 13:56:10 -0500 (EST)
40318              Message-ID: <Pine.SOL.4.10.10012071354420.6665-100000@maxwell.phys.lafayette.edu>
40319      Branch: perl
40320            + ext/POSIX/hints/svr4.pl
40321            ! MANIFEST ext/POSIX/Makefile.PL hints/svr4.sh t/lib/bigfltpm.t
40322 ____________________________________________________________________________
40323 [  8035] By: jhi                                   on 2000/12/08  03:26:01
40324         Log: Subject: [ID 20001207.003] [PATCH] t/base/term.t causes abort if Config.pm not built
40325              From: Andy Dougherty <doughera@lafayette.edu>
40326              Date: Thu, 7 Dec 2000 10:50:47 -0500 (EST)
40327              Message-Id: <Pine.SOL.4.10.10012071049400.7566-100000@maxwell.phys.lafayette.edu>
40328      Branch: perl
40329            ! t/README t/base/term.t
40330 ____________________________________________________________________________
40331 [  8034] By: jhi                                   on 2000/12/08  03:21:59
40332         Log: Subject: DOC PATCH 5.6.0: -s return value incompletely documented
40333              From: mjd@plover.com  
40334              Date: 7 Dec 2000 21:04:20 -0000
40335              Message-ID: <20001207210420.22282.qmail@plover.com>
40336              
40337              Plus -z doc.
40338      Branch: perl
40339            ! pod/perlfunc.pod
40340 ____________________________________________________________________________
40341 [  8033] By: jhi                                   on 2000/12/08  03:19:03
40342         Log: Use the UTF8 macros a bit.  They can't be used with abandon
40343              everywhere because we do generate illegal UTF-8 in some situations.
40344              This is of course naughty.
40345      Branch: perl
40346            ! pod/perlapi.pod utf8.c utf8.h
40347 ____________________________________________________________________________
40348 [  8032] By: jhi                                   on 2000/12/08  03:00:09
40349         Log: Out of sync?
40350      Branch: perl
40351            ! t/pragma/warn/utf8
40352 ____________________________________________________________________________
40353 [  8031] By: jhi                                   on 2000/12/08  02:22:39
40354         Log: Cnt spl.
40355      Branch: perl
40356            ! MANIFEST
40357 ____________________________________________________________________________
40358 [  8030] By: jhi                                   on 2000/12/08  01:23:54
40359         Log: Add test for reverse().
40360      Branch: perl
40361            + t/op/reverse.t
40362            ! MANIFEST
40363 ____________________________________________________________________________
40364 [  8029] By: jhi                                   on 2000/12/08  01:21:47
40365         Log: Integrate perlio.
40366      Branch: perl
40367           !> ext/IO/IO.xs fakesdio.h global.sym lib/warnings.pm perlapi.c
40368           !> perlio.c perlio.h perlsdio.h warnings.pl
40369 ____________________________________________________________________________
40370 [  8028] By: jhi                                   on 2000/12/08  01:19:08
40371         Log: Introduce macros for UTF8 decoding.
40372      Branch: perl
40373            ! t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
40374 ____________________________________________________________________________
40375 [  8027] By: nick                                  on 2000/12/07  22:18:19
40376         Log: Integrate mainline
40377      Branch: perlio
40378           !> embed.pl pod/perlapi.pod utf8.c
40379 ____________________________________________________________________________
40380 [  8026] By: nick                                  on 2000/12/07  21:45:08
40381         Log: Various oddities p4 diff -se showed up
40382              Remove 'our' from warnings.pl
40383      Branch: perlio
40384            ! global.sym lib/warnings.pm pod/perlapi.pod warnings.pl
40385 ____________________________________________________________________________
40386 [  8025] By: nick                                  on 2000/12/07  21:43:32
40387         Log: Change PerlIO_(get|set)pos to take SV *
40388              Should fix, OS/2, VMS, (sfio??)
40389      Branch: perlio
40390            ! ext/IO/IO.xs fakesdio.h perlapi.c perlio.c perlio.h perlsdio.h
40391 ____________________________________________________________________________
40392 [  8024] By: jhi                                   on 2000/12/07  19:05:32
40393         Log: Document utf8_to_uv() better.
40394      Branch: perl
40395            ! pod/perlapi.pod utf8.c
40396 ____________________________________________________________________________
40397 [  8023] By: jhi                                   on 2000/12/07  18:23:47
40398         Log: Document utf8_length(), utf8_distance(), and utf8_hop().
40399      Branch: perl
40400            ! embed.pl pod/perlapi.pod utf8.c
40401 ____________________________________________________________________________
40402 [  8022] By: jhi                                   on 2000/12/07  04:13:51
40403         Log: Integrate perlio.
40404      Branch: perl
40405           !> perlio.c t/io/dup.t win32/config.vc win32/config_H.bc
40406           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
40407           !> win32/makefile.mk
40408 ____________________________________________________________________________
40409 [  8021] By: nick                                  on 2000/12/07  00:28:14
40410         Log: Various attempts at MSVC debug - not sure what has
40411              changed but works now. 
40412              Seems atexit() _may_ work for DLLs built with MSVC so don't
40413              call cleanup that way.
40414      Branch: perlio
40415            ! perlio.c win32/makefile.mk
40416 ____________________________________________________________________________
40417 [  8020] By: nick                                  on 2000/12/06  19:57:20
40418         Log: Integrate mainline
40419      Branch: perlio
40420           +> lib/ExtUtils/MANIFEST.SKIP t/op/concat.t
40421           !> (integrate 75 files)
40422 ____________________________________________________________________________
40423 [  8019] By: nick                                  on 2000/12/06  19:28:21
40424         Log: Add useperlio to config.vc
40425              Turn off binmode in config_H.PL
40426              Regen all the config_H.xx
40427              Attempt to get debugging build with MSVC.
40428      Branch: perlio
40429            ! win32/config.vc win32/config_H.bc win32/config_H.gc
40430            ! win32/config_H.vc win32/config_h.PL win32/makefile.mk
40431 ____________________________________________________________________________
40432 [  8018] By: nick                                  on 2000/12/06  19:21:57
40433         Log: Test various dup/external program options on all platforms.
40434      Branch: perlio
40435            ! t/io/dup.t
40436 ____________________________________________________________________________
40437 [  8017] By: nick                                  on 2000/12/06  19:20:47
40438         Log: Fix harness to be less picky
40439      Branch: perlio
40440            ! lib/Test/Harness.pm
40441 ____________________________________________________________________________
40442 [  8016] By: jhi                                   on 2000/12/06  16:45:12
40443         Log: Update Changes.
40444      Branch: perl
40445            ! Changes patchlevel.h
40446 ____________________________________________________________________________
40447 [  8015] By: jhi                                   on 2000/12/06  16:41:03
40448         Log: Test \x{...} with ord().
40449      Branch: perl
40450            ! t/op/ord.t
40451 ____________________________________________________________________________
40452 [  8014] By: jhi                                   on 2000/12/06  16:20:33
40453         Log: Test tweak because of #8013.
40454      Branch: perl
40455            ! t/lib/b.t
40456 ____________________________________________________________________________
40457 [  8013] By: jhi                                   on 2000/12/06  16:09:09
40458         Log: Subject: [PATCH] $VERSION crusade, strict, tests, etc... all over lib/
40459              From: Michael G Schwern <schwern@pobox.com>
40460              Date: Tue, 5 Dec 2000 21:23:28 -0500
40461              Message-ID: <20001205212328.C6473@blackrider.aocn.com>
40462              
40463              Carp::Heavy parts not very applicable because of recent changes.
40464      Branch: perl
40465            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/CGI/Apache.pm
40466            ! lib/CGI/Switch.pm lib/Carp.pm lib/Carp/Heavy.pm
40467            ! lib/DirHandle.pm lib/Dumpvalue.pm lib/English.pm lib/Env.pm
40468            ! lib/Exporter.pm lib/Exporter/Heavy.pm
40469            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_OS2.pm
40470            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
40471            ! lib/ExtUtils/MM_Win32.pm lib/File/CheckTree.pm
40472            ! lib/File/DosGlob.pm lib/File/Find.pm lib/File/stat.pm
40473            ! lib/FileCache.pm lib/I18N/Collate.pm lib/Net/hostent.pm
40474            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
40475            ! lib/Pod/Functions.pm lib/Pod/Html.pm lib/Search/Dict.pm
40476            ! lib/SelectSaver.pm lib/Term/Cap.pm lib/Term/Complete.pm
40477            ! lib/Term/ReadLine.pm lib/Text/Abbrev.pm lib/Tie/Hash.pm
40478            ! lib/Tie/RefHash.pm lib/Tie/Scalar.pm lib/Tie/SubstrHash.pm
40479            ! lib/Time/Local.pm lib/Time/tm.pm lib/UNIVERSAL.pm
40480            ! lib/User/grent.pm lib/User/pwent.pm lib/bytes.pm
40481            ! lib/charnames.pm lib/diagnostics.pm lib/filetest.pm
40482            ! lib/integer.pm lib/less.pm lib/locale.pm lib/open.pm
40483            ! lib/overload.pm lib/subs.pm lib/utf8.pm lib/vars.pm
40484            ! lib/warnings/register.pm t/lib/attrs.t t/lib/syslog.t
40485            ! warnings.pl
40486 ____________________________________________________________________________
40487 [  8012] By: jhi                                   on 2000/12/06  15:22:38
40488         Log: Subject: [PATCH] Re: New harness is failing things
40489              From: Nick Ing-Simmons <nik@tiuk.ti.com>
40490              Date: Wed, 6 Dec 2000 13:00:30 GMT
40491              Message-Id: <200012061300.NAA10567@mikado.tiuk.ti.com>
40492      Branch: perl
40493            ! lib/Test/Harness.pm
40494 ____________________________________________________________________________
40495 [  8011] By: jhi                                   on 2000/12/06  15:12:08
40496         Log: Subject: installhtml changes
40497              From: Michael Stevens <michael@etla.org>
40498              Date: Wed, 6 Dec 2000 13:15:53 +0000
40499              Message-ID: <20001206131553.A27317@firedrake.org>
40500      Branch: perl
40501            ! installhtml
40502 ____________________________________________________________________________
40503 [  8010] By: jhi                                   on 2000/12/06  15:06:05
40504         Log: Subject: the dTHR hits
40505              From: Michael Stevens <michael@etla.org>
40506              Date: Wed, 6 Dec 2000 12:06:03 +0000
40507              Message-ID: <20001206120603.A24581@firedrake.org>
40508              
40509              More, errrm, less dTHRs.
40510      Branch: perl
40511            ! bytecode.pl ext/B/B/C.pm
40512 ____________________________________________________________________________
40513 [  8009] By: jhi                                   on 2000/12/06  15:04:25
40514         Log: Subject: MakeMaker mailing list gone?
40515              From: Michael G Schwern <schwern@pobox.com>
40516              Date: Tue, 5 Dec 2000 19:29:59 -0500
40517              Message-ID: <20001205192959.B6473@blackrider.aocn.com>
40518              
40519              The MakeMaker mailing list is dead, perlbug is the right
40520              address to report bugs.
40521      Branch: perl
40522            ! lib/ExtUtils/MakeMaker.pm
40523 ____________________________________________________________________________
40524 [  8008] By: jhi                                   on 2000/12/06  15:00:32
40525         Log: Subject: [PATCH ExtUtils::Manifest 1.1] Default MANIFEST.SKIP]
40526              From: Michael G Schwern <schwern@pobox.com>
40527              Date: Tue, 5 Dec 2000 19:21:21 -0500
40528              Message-ID: <20001205192121.A6473@blackrider.aocn.com>
40529              
40530              Add a default MANIFEST skip that ignores things like
40531              version control files, editor temporary files, and the Makefile.
40532      Branch: perl
40533            + lib/ExtUtils/MANIFEST.SKIP
40534            ! MANIFEST lib/ExtUtils/Manifest.pm
40535 ____________________________________________________________________________
40536 [  8007] By: jhi                                   on 2000/12/06  14:57:20
40537         Log: In Amiga more manual hackery of the scripts seems to be needed,
40538              from Jan-Erik Karlsson.  Why Configure does not get this right
40539              is unknown, may be shell-induced.
40540      Branch: perl
40541            ! README.amiga
40542 ____________________________________________________________________________
40543 [  8006] By: jhi                                   on 2000/12/05  23:53:12
40544         Log: Add TOPm1s to peek at the second topmost stack item.
40545      Branch: perl
40546            ! pp.h
40547 ____________________________________________________________________________
40548 [  8005] By: jhi                                   on 2000/12/05  23:13:55
40549         Log: Avaunt, you foul UTF-8 tests.
40550      Branch: perl
40551            ! t/op/ver.t t/pragma/utf8.t
40552 ____________________________________________________________________________
40553 [  8004] By: jhi                                   on 2000/12/05  23:09:54
40554         Log: Continue utf8 dispersal. 
40555      Branch: perl
40556            + t/op/concat.t
40557            ! MANIFEST t/pragma/utf8.t
40558 ____________________________________________________________________________
40559 [  8003] By: nick                                  on 2000/12/05  23:02:39
40560         Log: Integrate mainline.
40561      Branch: perlio
40562           +> t/op/length.t t/op/utf8decode.t
40563           !> (integrate 69 files)
40564 ____________________________________________________________________________
40565 [  8002] By: jhi                                   on 2000/12/05  22:59:28
40566         Log: Integrate perlio.
40567      Branch: perl
40568           !> iperlsys.h perl.c perlio.c win32/perllib.c
40569 ____________________________________________________________________________
40570 [  8001] By: nick                                  on 2000/12/05  22:07:52
40571         Log: Win32 PERL_IMPLICIT_SYS passes all tests with USE_PERLIO
40572              - calloc/free suffer from damage on TerminateThread()
40573              - use PerlMemShared (as originally planned) now fixed
40574              - avoid doing anything important on DLL "detach".
40575      Branch: perlio
40576            ! perl.c perlio.c win32/perllib.c
40577 ____________________________________________________________________________
40578 [  8000] By: nick                                  on 2000/12/05  21:05:09
40579         Log: Fix gross PerlMemShared issue.
40580      Branch: perlio
40581            ! iperlsys.h
40582 ____________________________________________________________________________
40583 [  7999] By: jhi                                   on 2000/12/05  20:46:58
40584         Log: Test for Unicode (UTF-8) hash keys.
40585      Branch: perl
40586            ! t/op/each.t
40587 ____________________________________________________________________________
40588 [  7998] By: jhi                                   on 2000/12/05  20:30:35
40589         Log: Remove an unnecessary 'use utf8' (unnecessary because \x{...}
40590              is now always UTF-8), empty line cosmetics.
40591      Branch: perl
40592            ! t/pragma/utf8.t
40593 ____________________________________________________________________________
40594 [  7997] By: jhi                                   on 2000/12/05  20:15:40
40595         Log: Subject: Re: STRLEN - what?
40596              From: Andy Dougherty <doughera@lafayette.edu>
40597              Date: Tue, 5 Dec 2000 11:58:46 -0500 (EST)
40598              Message-ID: <Pine.SOL.4.10.10012051152100.3586-100000@maxwell.phys.lafayette.edu>
40599              
40600              Explain STRLEN.
40601      Branch: perl
40602            ! pod/perlguts.pod
40603 ____________________________________________________________________________
40604 [  7996] By: jhi                                   on 2000/12/05  20:13:34
40605         Log: Split off the UTF-8 decoder tests, make them to check also
40606              the error message.
40607      Branch: perl
40608            + t/op/utf8decode.t
40609            ! MANIFEST t/pragma/utf8.t utf8.c
40610 ____________________________________________________________________________
40611 [  7995] By: jhi                                   on 2000/12/05  16:39:47
40612         Log: Start migrating bits of pragma/utf8 to elsewhere
40613              (since the long term plan is to obsolete 'use utf8').
40614      Branch: perl
40615            + t/op/length.t
40616            ! MANIFEST t/pragma/utf8.t
40617 ____________________________________________________________________________
40618 [  7994] By: jhi                                   on 2000/12/05  16:30:21
40619         Log: Fix a manual edit typo from #7993, fix the message formatting
40620              for Unicode, add few our declarations.
40621      Branch: perl
40622            ! lib/Carp/Heavy.pm
40623 ____________________________________________________________________________
40624 [  7993] By: jhi                                   on 2000/12/05  16:09:15
40625         Log: Subject: Need help with warnings :-(
40626              From: "Ben Tilly" <ben_tilly@hotmail.com>
40627              Date: Tue, 05 Dec 2000 01:35:54 -0500
40628              Message-ID: <LAW2-F2380n7J95K7aI00001bb9@hotmail.com>
40629              
40630              Subject: UPDATE: Carp/Heavy now passes all tests
40631              From: "Ben Tilly" <ben_tilly@hotmail.com>
40632              Date: Tue, 05 Dec 2000 07:59:41 -0500
40633              Message-ID: <LAW2-F58V1qdiixjnzi00005523@hotmail.com>
40634              
40635              The Brave New Carp.
40636      Branch: perl
40637            ! lib/Carp.pm lib/Carp/Heavy.pm
40638 ____________________________________________________________________________
40639 [  7992] By: jhi                                   on 2000/12/05  15:55:08
40640         Log: Subject: [PATCH perl@7979] cygwin port
40641              From: "Eric Fifer" <efifer@dircon.co.uk>
40642              Date: Tue, 5 Dec 2000 14:04:09 -0000
40643              Message-Id: <200012051402.OAA60286@mailhost2.dircon.co.uk>
40644      Branch: perl
40645            ! t/lib/net-hostent.t
40646 ____________________________________________________________________________
40647 [  7991] By: jhi                                   on 2000/12/05  15:52:34
40648         Log: Subject: Re: [PATCH] The largest hoax of all times?
40649              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
40650              Date: Tue, 5 Dec 2000 00:40:25 -0500
40651              Message-ID: <20001205004025.A4050@monk.mps.ohio-state.edu>
40652              
40653              Subject: Re: [PATCH] The largest hoax of all times?
40654              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
40655              Date: Mon, 4 Dec 2000 23:55:53 -0500
40656              Message-ID: <20001204235553.A1140@monk.mps.ohio-state.edu>
40657              
40658              Subject: Re: [PATCH] The largest hoax of all times?
40659              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
40660              Date: Tue, 5 Dec 2000 01:28:45 -0500
40661              Message-ID: <20001205012844.A4227@monk.mps.ohio-state.edu>
40662              
40663              Fix the unpredictable order of DESTROYs.
40664      Branch: perl
40665            ! embed.h embed.pl objXSUB.h pod/perlapi.pod proto.h scope.c
40666            ! sv.c sv.h t/op/ref.t
40667 ____________________________________________________________________________
40668 [  7990] By: jhi                                   on 2000/12/05  14:38:53
40669         Log: Subject: [PATCH] shrink pp_hot fractionally
40670              From: Nicholas Clark <nick@ccl4.org>
40671              Date: Tue, 5 Dec 2000 12:44:31 +0000
40672              Message-ID: <20001205124431.E74518@plum.flirble.org>
40673              
40674              Use report_evil_fh().
40675      Branch: perl
40676            ! opcode.pl opnames.h pp_hot.c util.c
40677 ____________________________________________________________________________
40678 [  7989] By: jhi                                   on 2000/12/05  14:21:27
40679         Log: Subject: [PATCH] [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
40680              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
40681              Date: Mon, 04 Dec 2000 22:21:59 -0800
40682              Message-ID: <HmIL6gzkgepS092yn@efn.org>
40683              
40684              Harness shouldn't ignore responses like "ok 3\r\r\n".
40685      Branch: perl
40686            ! lib/Test/Harness.pm
40687 ____________________________________________________________________________
40688 [  7988] By: jhi                                   on 2000/12/05  13:51:28
40689         Log: Integrate the "skip" messages to explain().
40690      Branch: perl
40691            ! t/lib/syslfs.t t/op/lfs.t
40692 ____________________________________________________________________________
40693 [  7987] By: jhi                                   on 2000/12/05  12:34:54
40694         Log: The one that got away in #7984.
40695              
40696              Subject: Re: dTHR - what and why?
40697              From: Michael Stevens <michael@etla.org> 
40698              Date: Tue, 5 Dec 2000 11:15:52 +0000
40699              Message-ID: <20001205111552.A4647@firedrake.org>
40700      Branch: perl
40701            ! sv.h
40702 ____________________________________________________________________________
40703 [  7986] By: gsar                                  on 2000/12/05  09:14:44
40704         Log: fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
40705              due to the notorious GetFileType() bug in Windows 9x, which fstat()
40706              tickles)
40707      Branch: perl
40708            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32sck.c
40709 ____________________________________________________________________________
40710 [  7985] By: jhi                                   on 2000/12/05  05:49:03
40711         Log: Integrate perlio.
40712      Branch: perl
40713           !> iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
40714           !> win32/perlhost.h win32/perllib.c
40715 ____________________________________________________________________________
40716 [  7984] By: jhi                                   on 2000/12/05  05:48:16
40717         Log: dTHR is a nop in 5.6.0 onwards.  Ergo, it can go.
40718      Branch: perl
40719            ! av.c cygwin/cygwin.c deb.c djgpp/djgpp.c doio.c doop.c dump.c
40720            ! epoc/epoc.c ext/ByteLoader/ByteLoader.xs
40721            ! ext/ByteLoader/byterun.c ext/Devel/DProf/DProf.xs
40722            ! ext/Thread/Thread.xs ext/re/re.xs gv.c hv.c mg.c op.c
40723            ! os2/OS2/REXX/REXX.xs os2/os2.c os2/os2ish.h perl.c perl.h
40724            ! perlapi.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c
40725            ! regexec.c run.c scope.c sv.c taint.c thread.h toke.c
40726            ! universal.c utf8.c util.c vmesa/vmesa.c vms/ext/Stdio/Stdio.xs
40727            ! win32/win32.c
40728 ____________________________________________________________________________
40729 [  7983] By: nick                                  on 2000/12/04  23:27:43
40730         Log: PERL_IMPLICIT_SYS (almost) works - something odd with "signal"
40731      Branch: perlio
40732            ! iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
40733            ! win32/perlhost.h win32/perllib.c
40734 ____________________________________________________________________________
40735 [  7982] By: jhi                                   on 2000/12/04  19:44:09
40736         Log: Yet Another Copying-Without-Paying-Attention-To-SvUTF8(sv) Bug
40737              uncovered by #7980.
40738      Branch: perl
40739            ! op.c
40740 ____________________________________________________________________________
40741 [  7981] By: jhi                                   on 2000/12/04  19:42:07
40742         Log: Subject: [PATCH] Trivial dump.c feature
40743              From: Simon Cozens <simon@cozens.net>
40744              Date: Mon, 4 Dec 2000 18:08:38 +0000
40745              Message-ID: <20001204180838.A5541@pembro33.pmb.ox.ac.uk>
40746              
40747              Show whether a constant is UTF-8.
40748      Branch: perl
40749            ! dump.c
40750 ____________________________________________________________________________
40751 [  7980] By: jhi                                   on 2000/12/04  19:36:51
40752         Log: UTF-8 hash keys, patch from Inaba Hiroto.
40753      Branch: perl
40754            ! embed.h embed.pl hv.c hv.h pod/perlapi.pod proto.h
40755 ____________________________________________________________________________
40756 [  7979] By: jhi                                   on 2000/12/04  17:36:28
40757         Log: Update Changes.
40758      Branch: perl
40759            ! Changes patchlevel.h
40760 ____________________________________________________________________________
40761 [  7978] By: jhi                                   on 2000/12/04  16:42:17
40762         Log: Retract #7977, still too volatile (the euphemism of the day
40763              for unfinished and buggy :-)
40764      Branch: perl
40765            ! doop.c hv.c pp.c sv.h
40766 ____________________________________________________________________________
40767 [  7977] By: jhi                                   on 2000/12/04  16:25:15
40768         Log: (Retracted by #7978, too shaky yet.)
40769              
40770              Subject: Re: utf8 in hash keys, implementor missing
40771              From: Simon Cozens <simon@cozens.net>
40772              Date: Sat, 2 Dec 2000 19:49:35 +0000
40773              Message-ID: <20001202194935.A25673@pembro33.pmb.ox.ac.uk>
40774              
40775              The first step at UTF-8 hash keys.
40776      Branch: perl
40777            ! doop.c hv.c pp.c sv.h
40778 ____________________________________________________________________________
40779 [  7976] By: jhi                                   on 2000/12/04  16:13:53
40780         Log: Subject: [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
40781              From: sthoenna@efn.org
40782              Date: Sun, 3 Dec 2000 19:06:53 -0800 (PST)
40783              Message-Id: <200012040306.eB436rE18922@garcia.efn.org>
40784      Branch: perl
40785            ! os2/os2.c perlio.c
40786 ____________________________________________________________________________
40787 [  7975] By: jhi                                   on 2000/12/04  16:05:25
40788         Log: Subject: Re: [ID 20001129.009] Not OK: perl v5.7.0 +DEVEL7928 on os2-64int-ld 2.30 (UNINSTALLED)
40789              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
40790              Date: Thu, 30 Nov 2000 20:50:37 -0800
40791              Message-ID: <d4yJ6gzkgGsJ092yn@efn.org>
40792      Branch: perl
40793            ! os2/os2.c
40794 ____________________________________________________________________________
40795 [  7974] By: jhi                                   on 2000/12/04  16:03:57
40796         Log: Subject: [PATCH] ++ 20% faster
40797              From: Nicholas Clark <nick@ccl4.org>
40798              Date: Mon, 4 Dec 2000 12:17:27 +0000
40799              Message-ID: <20001204121726.B52976@plum.flirble.org>
40800              
40801              Make '$i = ""; $i++' to produce true IVs without a hint of NVs.
40802      Branch: perl
40803            ! sv.c
40804 ____________________________________________________________________________
40805 [  7973] By: jhi                                   on 2000/12/04  16:00:48
40806         Log: 
40807              Subject: Re: Not OK: perl v5.7.0 +DEVEL7825 on aix 4.2.1.0 (UNINSTALLED)
40808              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
40809              Date: Mon, 04 Dec 2000 12:30:45 +0100
40810              Message-Id: <20001204122118.E85D.H.M.BRAND@hccnet.nl>
40811              
40812              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
40813              library (getprotobyname and getprotobynumber are outversioned by
40814              the same calls in libc, at least for xlc version 3.
40815      Branch: perl
40816            ! hints/aix.sh
40817 ____________________________________________________________________________
40818 [  7972] By: jhi                                   on 2000/12/04  02:58:31
40819         Log: Integrate perlio.
40820      Branch: perl
40821           !> doio.c iperlsys.h perl.c perl.h perlio.c perlio.h toke.c
40822           !> win32/makefile.mk win32/perlhost.h win32/perllib.c
40823           !> win32/win32.h win32/win32iop.h win32/win32thread.h
40824 ____________________________________________________________________________
40825 [  7971] By: nick                                  on 2000/12/04  00:24:33
40826         Log: Quieten some noise in Win32 builds:
40827              - win32.h is included after <sys/socket.h>, so need to 
40828              set Win32SCK_IS_STDSCK earlier to avoid re-defined noise in XSUB.h
40829              - GCC (& MSVC?) have execv(...,const char *const *) so need a cast from char **.
40830      Branch: perlio
40831            ! doio.c perl.h toke.c win32/win32.h
40832 ____________________________________________________________________________
40833 [  7970] By: nick                                  on 2000/12/03  22:57:46
40834         Log: PERL_IMPLICIT_SYS compiles but does not work.
40835      Branch: perlio
40836            ! iperlsys.h perl.c perlio.c perlio.h win32/makefile.mk
40837            ! win32/perlhost.h win32/perllib.c win32/win32.h
40838            ! win32/win32iop.h win32/win32thread.h
40839 ____________________________________________________________________________
40840 [  7969] By: jhi                                   on 2000/12/03  22:12:58
40841         Log: On DEBUGGING make ANYOFUTF8 nodes store away also the SV
40842              used to swash_init(), makes regprop() dumps more informative
40843              (+utf8::IsAlpha, -utf8::IsDigit, for example).
40844      Branch: perl
40845            ! regcomp.c regexec.c
40846 ____________________________________________________________________________
40847 [  7968] By: jhi                                   on 2000/12/03  21:39:56
40848         Log: Implement ANYOFUTF8 regprop() dumping.
40849      Branch: perl
40850            ! regcomp.c
40851 ____________________________________________________________________________
40852 [  7967] By: jhi                                   on 2000/12/03  20:57:19
40853         Log: Make uv_to_utf8() to zero-terminate its output buffer,
40854              always use (at least) UTF8_MAXLEN + 1 U8s deep buffer.
40855      Branch: perl
40856            ! op.c pp.c regcomp.c regexec.c sv.c toke.c utf8.c
40857 ____________________________________________________________________________
40858 [  7966] By: nick                                  on 2000/12/03  18:41:21
40859         Log: Integrate mainline (STDCHAR)
40860      Branch: perlio
40861           !> Configure t/pragma/utf8.t
40862 ____________________________________________________________________________
40863 [  7965] By: jhi                                   on 2000/12/03  17:58:20
40864         Log: Raw zero bytes in text files confuse at least GNU patch 2.1.
40865      Branch: perl
40866            ! t/pragma/utf8.t
40867 ____________________________________________________________________________
40868 [  7964] By: jhi                                   on 2000/12/03  17:35:56
40869         Log: Integrate perlio.
40870      Branch: perl
40871           !> iperlsys.h perlio.c
40872 ____________________________________________________________________________
40873 [  7963] By: jhi                                   on 2000/12/03  17:33:55
40874         Log: Metaconfig unit change for #7962.
40875      Branch: metaconfig
40876            ! U/modified/stdchar.U
40877 ____________________________________________________________________________
40878 [  7962] By: jhi                                   on 2000/12/03  17:33:27
40879         Log: Untangle the <stdio.h> #include nest for the stdchar test,
40880              from Andy Dougherty.
40881      Branch: perl
40882            ! Configure
40883 ____________________________________________________________________________
40884 [  7961] By: nick                                  on 2000/12/03  16:53:00
40885         Log: Make iperlsys.h vector stdio not PerlIO.
40886      Branch: perlio
40887            ! iperlsys.h perlio.c
40888 ____________________________________________________________________________
40889 [  7960] By: nick                                  on 2000/12/03  14:43:01
40890         Log: Integrate mainline
40891      Branch: perlio
40892           !> Changes Configure config_h.SH lib/ExtUtils/MM_Unix.pm op.c
40893           !> patchlevel.h pod/perldiag.pod t/lib/net-hostent.t toke.c
40894 ____________________________________________________________________________
40895 [  7959] By: jhi                                   on 2000/12/03  08:16:36
40896         Log: Use DO_UTF8().
40897      Branch: perl
40898            ! op.c
40899 ____________________________________________________________________________
40900 [  7958] By: jhi                                   on 2000/12/02  18:33:05
40901         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
40902              From: Mike Guy <mjtg@cam.ac.uk>         
40903              Date: Sat, 02 Dec 2000 17:27:13 +0000
40904              Message-Id: <E142GRN-0003go-00@libra.cus.cam.ac.uk>
40905              
40906              An extraneous argument.
40907      Branch: perl
40908            ! toke.c
40909 ____________________________________________________________________________
40910 [  7957] By: jhi                                   on 2000/12/02  18:22:32
40911         Log: A missing hunk.
40912      Branch: perl
40913            ! t/lib/net-hostent.t
40914 ____________________________________________________________________________
40915 [  7956] By: jhi                                   on 2000/12/02  18:06:20
40916         Log: Subject: [PATCH] Re: [ID 20001202.001] (Net::hostent)
40917              From: Nicholas Clark <nick@ccl4.org>
40918              Date: Sat, 2 Dec 2000 14:28:27 +0000
40919              Message-ID: <20001202142827.A12308@plum.flirble.org>
40920              
40921              Test robustness.
40922      Branch: perl
40923            ! t/lib/net-hostent.t
40924 ____________________________________________________________________________
40925 [  7955] By: jhi                                   on 2000/12/02  17:58:06
40926         Log: Metaconfig unit change for #7954.
40927      Branch: metaconfig
40928            ! U/modified/stdchar.U
40929 ____________________________________________________________________________
40930 [  7954] By: jhi                                   on 2000/12/02  17:54:32
40931         Log: An inconvenient hang would happen if the stdio _ptr wasn't
40932              found in <stdio.h> and <stdio_impl.h> didn't exist.  (grep
40933              would be grepping stdin for all eternity for the _ptr.)
40934      Branch: perl
40935            ! Configure
40936 ____________________________________________________________________________
40937 [  7953] By: jhi                                   on 2000/12/02  00:07:15
40938         Log: Update Changes.
40939      Branch: perl
40940            ! Changes patchlevel.h
40941 ____________________________________________________________________________
40942 [  7952] By: jhi                                   on 2000/12/01  23:54:47
40943         Log: Subject: Re: long shell lines
40944              From: Andy Dougherty <doughera@lafayette.edu>
40945              Date: Thu, 30 Nov 2000 12:45:37 -0500 (EST)
40946              Message-ID: <Pine.SOL.4.10.10011301044590.26388-100000@maxwell.phys.lafayette.edu>
40947              
40948              Split overly long shell command lines.
40949      Branch: perl
40950            ! lib/ExtUtils/MM_Unix.pm
40951 ____________________________________________________________________________
40952 [  7951] By: jhi                                   on 2000/12/01  23:48:02
40953         Log: The metaconfig unit change for #7950.
40954      Branch: metaconfig
40955            + U/modified/stdchar.U
40956 ____________________________________________________________________________
40957 [  7950] By: jhi                                   on 2000/12/01  23:47:39
40958         Log: Try to find stdchar also from <stdio_impl.h>.
40959      Branch: perl
40960            ! Configure config_h.SH
40961 ____________________________________________________________________________
40962 [  7949] By: jhi                                   on 2000/12/01  23:46:45
40963         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
40964              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
40965              Date: Fri, 1 Dec 2000 16:26:08 -0500
40966              Message-ID: <20001201162608.B1436@linguist.dartmouth.edu>
40967              
40968              Reword the diagnostic message.
40969      Branch: perl
40970            ! pod/perldiag.pod
40971 ____________________________________________________________________________
40972 [  7948] By: nick                                  on 2000/12/01  22:49:43
40973         Log: Integrate mainline (for s/y/m as sub names stuff).
40974      Branch: perlio
40975           !> lib/CPAN.pm lib/CPAN/FirstTime.pm pod/perldiag.pod t/op/misc.t
40976           !> t/pragma/warn/toke toke.c
40977 ____________________________________________________________________________
40978 [  7947] By: jhi                                   on 2000/12/01  20:55:41
40979         Log: Integrate perlio.
40980      Branch: perl
40981           !> perlio.c perliol.h t/io/pipe.t
40982 ____________________________________________________________________________
40983 [  7946] By: jhi                                   on 2000/12/01  20:36:51
40984         Log: Upgrade to CPAN 1.59_51, from Andreas König.
40985      Branch: perl
40986            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
40987 ____________________________________________________________________________
40988 [  7945] By: nick                                  on 2000/12/01  20:31:32
40989         Log: Integrate mainline
40990      Branch: perlio
40991           +> ext/Encode/Encode/EncodeFormat.pod lib/unicode/Is/Blank.pl
40992           +> lib/unicode/Is/SpacePerl.pl t/lib/class-struct.t
40993           +> t/lib/net-hostent.t
40994           !> (integrate 35 files)
40995 ____________________________________________________________________________
40996 [  7944] By: jhi                                   on 2000/12/01  20:23:29
40997         Log: Some help for 20001130.011.  Now one gets warnings like
40998              "Ambiguous -f() resolved as a file test ..."
40999      Branch: perl
41000            ! pod/perldiag.pod t/pragma/warn/toke toke.c
41001 ____________________________________________________________________________
41002 [  7943] By: jhi                                   on 2000/12/01  19:44:44
41003         Log: Retract #7941.  Forbidding subs m/s/etc is too cruel because
41004              that also breaks using them as methods. 
41005      Branch: perl
41006            ! pod/perldiag.pod t/op/misc.t toke.c
41007 ____________________________________________________________________________
41008 [  7942] By: nick                                  on 2000/12/01  17:56:46
41009         Log: Fix 'mmap' lib/filehand.t (ungetc) test fail.
41010              Make 'unix' pass most tests
41011              - do unread by temporary push of layer ("pending") holding unread chars
41012              - fast_gets is now based on per-handle flag
41013              - relax one of io/pipe.t tests to allow print to fail and close to
41014              succeed so that it passes on unbuffered "unix" layer.
41015              Remaining fail is sporadic and a genuine race condition between
41016              parent/child in fork test.
41017      Branch: perlio
41018            ! perlio.c perliol.h t/io/pipe.t
41019 ____________________________________________________________________________
41020 [  7941] By: jhi                                   on 2000/12/01  15:28:58
41021         Log: (Retracted by #7943.)
41022              
41023              Reserve the short named string operator names.
41024      Branch: perl
41025            ! pod/perldiag.pod t/op/misc.t toke.c
41026 ____________________________________________________________________________
41027 [  7940] By: jhi                                   on 2000/12/01  06:45:53
41028         Log: Get the three different space character classes right under utf8.
41029      Branch: perl
41030            + lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
41031            ! MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
41032            ! regexec.c t/op/pat.t utf8.c
41033 ____________________________________________________________________________
41034 [  7939] By: jhi                                   on 2000/12/01  03:26:26
41035         Log: Two more tests that make no sense in UTF-8 since the test
41036              data is not in UTF-8.
41037      Branch: perl
41038            ! t/op/regexp.t
41039 ____________________________________________________________________________
41040 [  7938] By: jhi                                   on 2000/12/01  03:20:39
41041         Log: \x{} doesn't any more require 'use utf8' outside regexen so why
41042              should it be required inside regexen?
41043      Branch: perl
41044            ! regcomp.c t/op/regmesg.t
41045 ____________________________________________________________________________
41046 [  7937] By: jhi                                   on 2000/12/01  02:58:53
41047         Log: Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
41048              stored and restored, and thusly was trounced by the utf8 swash
41049              routines.
41050      Branch: perl
41051            ! regcomp.c
41052 ____________________________________________________________________________
41053 [  7936] By: jhi                                   on 2000/11/30  20:41:39
41054         Log: Fix for 20001128.006, be more careful in Perl_sv_utf8_downgrade().
41055              Why the different platforms behave so differently (core dump vs
41056              no core dump) on this bug is a but of a mystery, but if I had to
41057              guess I would mumble something like 'alignment'.
41058      Branch: perl
41059            ! sv.c
41060 ____________________________________________________________________________
41061 [  7935] By: jhi                                   on 2000/11/30  16:17:02
41062         Log: Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits
41063              From: Robin Barker <rmb1@cise.npl.co.uk>
41064              Message-Id: <200011301427.OAA00030@tempest.npl.co.uk>
41065              Date: Thu, 30 Nov 2000 14:27:12 GMT
41066      Branch: perl
41067            ! perlio.c toke.c
41068 ____________________________________________________________________________
41069 [  7934] By: jhi                                   on 2000/11/30  16:04:49
41070         Log: In OS/390 'localhost' can be 'localhost.FOO.BAR'.
41071      Branch: perl
41072            ! t/lib/net-hostent.t
41073 ____________________________________________________________________________
41074 [  7933] By: jhi                                   on 2000/11/30  06:07:26
41075         Log: Subject: [ID 20001129.007] Not OK: perl v5.7.0 +DEVEL7928 on VMS_AXP V7.1 (UNINSTALLED)
41076              From: Peter Prymmer <pvhp@forte.com>
41077              Date: Wed, 29 Nov 2000 15:16:45 -0800 (PST)
41078              Message-Id: <Pine.OSF.4.10.10011291515570.328738-100000@aspara.forte.com>
41079              
41080              In VMS the localhost may be LOCALHOST.
41081      Branch: perl
41082            ! t/lib/net-hostent.t
41083 ____________________________________________________________________________
41084 [  7932] By: jhi                                   on 2000/11/30  01:11:11
41085         Log: Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
41086              From: Peter Prymmer <pvhp@forte.com>
41087              Date: Wed, 29 Nov 2000 12:36:40 -0800 (PST)
41088              Message-ID: <Pine.OSF.4.10.10011291233120.328738-100000@aspara.forte.com>
41089              
41090              plus regen perlapi.pod.
41091      Branch: perl
41092            ! pod/perlapi.pod utf8.c
41093 ____________________________________________________________________________
41094 [  7931] By: jhi                                   on 2000/11/30  01:06:19
41095         Log: Subject:  [PATCH perl@7930] get t/lib/filter-util.t to work on VMS 
41096              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
41097              Date:     Wed, 29 Nov 2000 17:15:11 EST
41098              Message-Id: <001129171439.6099b@DUPHY4.Physics.Drexel.Edu>
41099      Branch: perl
41100            ! t/lib/filter-util.pl t/lib/filter-util.t
41101 ____________________________________________________________________________
41102 [  7930] By: jhi                                   on 2000/11/29  18:51:55
41103         Log: Update Changes.
41104      Branch: perl
41105            ! Changes patchlevel.h
41106 ____________________________________________________________________________
41107 [  7929] By: jhi                                   on 2000/11/29  18:50:55
41108         Log: Update the va_copy() metaconfig unit.
41109      Branch: metaconfig/U/perl
41110            ! need_va_copy.U
41111 ____________________________________________________________________________
41112 [  7928] By: jhi                                   on 2000/11/29  17:50:43
41113         Log: Subject: [ID 20001128.003] Not OK: perl v5.7.0 +DEVEL7891 on ppc-linux 2.2.17  
41114              From: Dominic Dunlop <domo@computer.org>
41115              Date: Tue, 28 Nov 2000 16:41:57 +0100
41116              Message-Id: <p04320400b649771b9797@[192.168.1.4]>
41117              
41118              Patch to catch a core dump in the Configure va_copy test.
41119      Branch: perl
41120            ! Configure config_h.SH
41121 ____________________________________________________________________________
41122 [  7927] By: jhi                                   on 2000/11/29  17:31:59
41123         Log: Retract #7921, the patch shouldn't be needed.
41124      Branch: perl
41125            ! sv.c
41126 ____________________________________________________________________________
41127 [  7926] By: jhi                                   on 2000/11/29  17:01:41
41128         Log: Make the Class::Struct import() wiser.
41129      Branch: perl
41130            ! lib/Class/Struct.pm t/lib/class-struct.t
41131 ____________________________________________________________________________
41132 [  7925] By: jhi                                   on 2000/11/29  16:36:33
41133         Log: All the core library users of Class::Struct seem to be
41134              using "use Class::Struct 'struct';" instead of the bare
41135              "use Class::Struct;", which isn't documented in Class::Struct.
41136              This can't be right.
41137      Branch: perl
41138            ! lib/File/stat.pm
41139 ____________________________________________________________________________
41140 [  7924] By: jhi                                   on 2000/11/29  16:32:15
41141         Log: A test works better if it has the right 1..$n output.
41142      Branch: perl
41143            ! t/lib/class-struct.t
41144 ____________________________________________________________________________
41145 [  7923] By: jhi                                   on 2000/11/29  16:29:11
41146         Log: Forgot to MANIFEST the new Net::hostent test.
41147      Branch: perl
41148            ! MANIFEST
41149 ____________________________________________________________________________
41150 [  7922] By: jhi                                   on 2000/11/29  16:27:49
41151         Log: Integrate perlio.
41152      Branch: perl
41153           !> iperlsys.h perlio.c
41154 ____________________________________________________________________________
41155 [  7921] By: jhi                                   on 2000/11/29  16:27:10
41156         Log: (Retracted by #7927.)
41157              
41158              Subject: [PATCH] Is infinity a number?
41159              From: Simon Cozens <simon@cozens.net>
41160              Date: Wed, 29 Nov 2000 14:48:20 +0000
41161              Message-ID: <20001129144820.A31339@pembro33.pmb.ox.ac.uk>
41162      Branch: perl
41163            ! sv.c
41164 ____________________________________________________________________________
41165 [  7920] By: jhi                                   on 2000/11/29  16:23:02
41166         Log: Subject: net_hostent.t (was Re: [ID 20001128.002] what's the point of example code if it is buggy?)
41167              From: rspier@pobox.com (Robert Spier)
41168              Date: Wed, 29 Nov 2000 02:17:49 -0500
41169              Message-ID: <14884.44445.760322.278647@localhost.localdomain>
41170              
41171              Add a test for Net::hostent.
41172      Branch: perl
41173            + t/lib/net-hostent.t
41174 ____________________________________________________________________________
41175 [  7919] By: jhi                                   on 2000/11/29  16:21:31
41176         Log: Make "use Class::Struct 'struct';" work again (broken by #7617);
41177              add a test for Class::Struct.
41178      Branch: perl
41179            + t/lib/class-struct.t
41180            ! MANIFEST lib/Class/Struct.pm
41181 ____________________________________________________________________________
41182 [  7918] By: jhi                                   on 2000/11/29  15:48:40
41183         Log: Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
41184              From: rspier@pobox.com (Robert Spier)
41185              Date: Wed, 29 Nov 2000 02:25:39 -0500
41186              Message-ID: <14884.44915.86028.422238@localhost.localdomain>
41187              
41188              More checking in case someone has broken their services or
41189              protocol databases.
41190      Branch: perl
41191            ! ext/Sys/Syslog/Syslog.pm
41192 ____________________________________________________________________________
41193 [  7917] By: jhi                                   on 2000/11/29  15:46:25
41194         Log: Subject: [PATCH] $^O  win32 -> MSWin32
41195              From: rspier@pobox.com (Robert Spier)
41196              Date: Wed, 29 Nov 2000 02:17:38 -0500
41197              Message-ID: <14884.44434.340627.126145@localhost.localdomain>
41198              
41199              plus similar nits for vms, err, VMS, and UNICOS.
41200      Branch: perl
41201            ! t/lib/syslfs.t t/op/lfs.t
41202 ____________________________________________________________________________
41203 [  7916] By: jhi                                   on 2000/11/29  15:42:51
41204         Log: Subject: [PATCH] Tokeniser debugging
41205              From: Simon Cozens <simon@cozens.net>
41206              Date: Wed, 29 Nov 2000 14:15:45 +0000
41207              Message-ID: <20001129141545.A30864@pembro33.pmb.ox.ac.uk>
41208      Branch: perl
41209            ! perl.c perl.h pod/perlrun.pod toke.c
41210 ____________________________________________________________________________
41211 [  7915] By: jhi                                   on 2000/11/29  15:41:36
41212         Log: Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
41213              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
41214              Date: Wed, 29 Nov 2000 02:13:14 -0500
41215              Message-ID: <20001129021314.A2532@monk.mps.ohio-state.edu>
41216              
41217              OUT keyword nits.
41218              
41219              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
41220              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
41221              Date: Wed, 29 Nov 2000 03:09:04 -0500
41222              Message-ID: <20001129030904.A2754@monk.mps.ohio-state.edu>
41223              
41224              OUT and IN_OUT documentation.
41225      Branch: perl
41226            ! lib/ExtUtils/xsubpp pod/perlxs.pod
41227 ____________________________________________________________________________
41228 [  7914] By: jhi                                   on 2000/11/29  03:35:01
41229         Log: Subject: Re: [ID 20001127.002] const subs hurt under debugger
41230              From: John Tobey <jtobey@john-edwin-tobey.org>
41231              Date: Tue, 28 Nov 2000 01:13:41 -0500 (EST)
41232              Message-Id: <m140e1N-000FOoC@feynman.localnet>
41233              
41234              plus a performance speedup noticed by Sarathy.
41235      Branch: perl
41236            ! op.c
41237 ____________________________________________________________________________
41238 [  7913] By: jhi                                   on 2000/11/29  03:16:59
41239         Log: Use "1 while unlink" so that VMS gets clean, too.
41240      Branch: perl
41241            ! t/lib/filter-util.t
41242 ____________________________________________________________________________
41243 [  7912] By: jhi                                   on 2000/11/29  03:09:08
41244         Log: Subject: [PATCH 5.7.0] OUT keyword for xsubpp
41245              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
41246              Date: Tue, 28 Nov 2000 03:27:09 -0500
41247              Message-ID: <20001128032709.A23401@monk.mps.ohio-state.edu>
41248      Branch: perl
41249            ! lib/ExtUtils/xsubpp
41250 ____________________________________________________________________________
41251 [  7911] By: jhi                                   on 2000/11/29  03:06:30
41252         Log: This should have been part of #7872: no need to scan UTF-8
41253              until eternity.
41254      Branch: perl
41255            ! utf8.c
41256 ____________________________________________________________________________
41257 [  7910] By: jhi                                   on 2000/11/29  02:50:04
41258         Log: One more perltie.pod nit from Casey R. Tweten.
41259      Branch: perl
41260            ! pod/perltie.pod
41261 ____________________________________________________________________________
41262 [  7909] By: jhi                                   on 2000/11/29  02:44:23
41263         Log: Document the known sprintf test failures, exact standard
41264              reference from Dominic Dunlop, NonStop-UX testing from Tom Bates.
41265      Branch: perl
41266            ! pod/perldelta.pod t/op/sprintf.t
41267 ____________________________________________________________________________
41268 [  7908] By: jhi                                   on 2000/11/29  02:36:23
41269         Log: Add the Encoding table format documentation.
41270      Branch: perl
41271            + ext/Encode/Encode/EncodeFormat.pod
41272            ! MANIFEST
41273 ____________________________________________________________________________
41274 [  7907] By: jhi                                   on 2000/11/29  02:07:24
41275         Log: Subject: Re: [PATCH] Updating perltie.pod for arrays
41276              From: "Casey R. Tweten" <crt@kiski.net>
41277              Date: Tue, 28 Nov 2000 12:11:41 -0500 (EST)
41278              Message-ID: <Pine.OSF.4.21.0011281209050.25178-100000@home.kiski.net>
41279              
41280              Subject: Re: [PATCH] Updating perltie.pod for arrays
41281              From: "Casey R. Tweten" <crt@kiski.net>
41282              Date: Tue, 28 Nov 2000 15:03:50 -0500 (EST)
41283              Message-ID: <Pine.OSF.4.21.0011281458500.10331-100000@home.kiski.net>
41284      Branch: perl
41285            ! pod/perltie.pod
41286 ____________________________________________________________________________
41287 [  7906] By: nick                                  on 2000/11/28  22:40:59
41288         Log: Initial tidy of setmode() muddle (UNIX does not have, nor need it).
41289      Branch: perlio
41290            ! iperlsys.h perlio.c
41291 ____________________________________________________________________________
41292 [  7905] By: nick                                  on 2000/11/28  22:04:34
41293         Log: Integrate mainline
41294      Branch: perlio
41295           !> (integrate 39 files)
41296 ____________________________________________________________________________
41297 [  7904] By: jhi                                   on 2000/11/28  16:44:43
41298         Log: Subject: [ID 20001128.002] what's the point of example code if it is buggy?
41299              From: Nicholas Clark <nick@babyhippo.co.uk>
41300              Date: Tue, 28 Nov 2000 11:16:57 +0000
41301              Message-Id: <E140ikr-00076N-00@fruitbat.babyhippo.co.uk>
41302      Branch: perl
41303            ! pod/perlipc.pod
41304 ____________________________________________________________________________
41305 [  7903] By: jhi                                   on 2000/11/28  16:40:31
41306         Log: Subject: [PATCH] Updating perltie.pod for arrays
41307              From: "Casey R. Tweten" <crt@kiski.net>
41308              Date: Mon, 27 Nov 2000 17:47:20 -0500 (EST)
41309              Message-ID: <Pine.OSF.4.21.0011271746360.11659-100000@home.kiski.net>
41310      Branch: perl
41311            ! pod/perltie.pod
41312 ____________________________________________________________________________
41313 [  7902] By: jhi                                   on 2000/11/28  16:39:37
41314         Log: Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
41315              From: Robin Barker <rmb1@cise.npl.co.uk>
41316              Date: Mon, 27 Nov 2000 17:56:44 GMT
41317              Message-Id: <200011271756.RAA22706@tempest.npl.co.uk>
41318      Branch: perl
41319            ! pod/perlfunc.pod t/op/split.t
41320 ____________________________________________________________________________
41321 [  7901] By: jhi                                   on 2000/11/28  16:28:04
41322         Log: setmode() is a DOSish-only thing.
41323      Branch: perl
41324            ! perlio.c
41325 ____________________________________________________________________________
41326 [  7900] By: jhi                                   on 2000/11/28  16:21:46
41327         Log: Subject: [PATCH] perlcc.PL cleanups
41328              From: Simon Cozens <simon@cozens.net>
41329              Date: Tue, 28 Nov 2000 12:44:35 +0000
41330              Message-ID: <20001128124435.A5500@pembro33.pmb.ox.ac.uk>
41331      Branch: perl
41332            ! utils/perlcc.PL
41333 ____________________________________________________________________________
41334 [  7899] By: gsar                                  on 2000/11/28  06:32:55
41335         Log: reintegrate files missed by change#7895
41336      Branch: maint-5.6/perl
41337           +> ext/ByteLoader/bytecode.h utils/Makefile
41338            - utils/perlbc.PL
41339 ____________________________________________________________________________
41340 [  7897] By: gsar                                  on 2000/11/27  18:22:47
41341         Log: can't integrate these two files, for some reason
41342      Branch: maint-5.6/perl
41343            - ext/ByteLoader/bytecode.h utils/Makefile
41344 ____________________________________________________________________________
41345 [  7895] By: gsar                                  on 2000/11/27  18:11:21
41346         Log: integrate changes#6763..6766,6770,6773,6775..6776,6778,6780,
41347              6782..6791,6793..6814,6816,6818..6822,6824..6830,6838..6849,
41348              6757..6890,6892..6901 from mainline
41349              
41350              Bytecompiler patches from Benjamin Stuhl.
41351              
41352              More bytecompiler.
41353              
41354              Subject: [PATCH blead] B:: missing dependency
41355              
41356              Subject: [PATCH: 6757] configure.com updates and syslog build
41357              
41358              Long double Gconvert fixes from Yitzchak Scott-Thoennes
41359              and Spider Boardman.
41360              
41361              Subject: [PATCH blead] nextchar() abuse misses an optimisation
41362              
41363              Long double fixes from Spider Boardman.
41364              
41365              Make the selection of NVff et al stricter.
41366              
41367              cSVOPo_*v things index into the current PL_curpad
41368              under ithreads, which is different from the curpad
41369              used by the XSUB.  (In other words, the code as-is
41370              before this patch wouldn't work under ithreads.)
41371              
41372              Be portable.
41373              
41374              VMS MMS (make) wants null action.
41375              
41376              Mac and other portability updates from Chris Nandor.
41377              
41378              Storable support, v-version fixes.
41379              Subject: CPAN.pm beta for testing available
41380              
41381              Portability fix from Hugo van der Sanden.
41382              
41383              Bad makefile.
41384              
41385              Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
41386              
41387              Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
41388              
41389              Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
41390              
41391              Replace #6705 with a minimal doc patch.
41392              Subject: [PATCH 5.6.0] replace change #6705
41393              
41394              Drop the separate perlbc, perlcc -b should be enough.
41395              
41396              installperl couldn't tell whether it had run tests or not.
41397              Subject: [PATCH] Re: installperl and t/TEST
41398              
41399              Add silencer flags to installperl.
41400              Subject: [PATCH] Making installperl silent.
41401              
41402              Make "make install" by default silent.  A new "install-verbose"
41403              target is verbose.
41404              
41405              More liberal parsing of version numbers.
41406              Subject: Re: CPAN.pm beta for testing available
41407              
41408              Create directories in silence.
41409              Subject: [PATCH] Another silencer for MakeMaker
41410              
41411              DOS patches and portability/porting notes, from Tim Jenness.
41412              
41413              Make installman to recognize the silence flag -S.
41414              
41415              Actually do something with the silencer option.
41416              
41417              Continue silencing.
41418              
41419              Show the doc file, not the temp file.
41420              
41421              Regen perltoc.
41422              
41423              Subject: [PATCH] More silencing of installman.
41424              
41425              Better wording for the vec lvalue diagnostic.
41426              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
41427              
41428              Subject: [PATCH: 6805] several more tweaks to configure.com
41429              
41430              Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
41431              
41432              Missing parts of 
41433              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
41434              
41435              Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
41436              (applied slightly modified)
41437              
41438              installperl --verbose and --silent.
41439              Subject: Re: [PATCH] More silencing of installman.
41440              
41441              Add install-silent target.
41442              
41443              AIX 4.3.3 has SOCKS in libc with a differently named init routine,
41444              the problem reported in
41445              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
41446              
41447              Tweak the sfio/useperlio logic, hopefully as wished in
41448              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
41449              
41450              One forgotten file from #6816.
41451              
41452              Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
41453              
41454              Remove duplicately applied patch shards.
41455              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
41456              
41457              Support preserving extremely big/small angles.
41458              
41459              Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
41460              
41461              Subject: [PATCH] installation not quite silent yet.
41462              
41463              Update the test count.
41464              
41465              Use UVxf, PTR2UV, NVff.
41466              
41467              Document PTR2XX and INT2PTR.
41468              
41469              no-install target a la make -n.
41470              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
41471              
41472              grep -e isn't portable.
41473              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
41474              
41475              Can't get the test to reliably work thanks to the
41476              inaccurateness of floating point.  "Resolves" bug ids
41477              20000826.003, 20000826.009, 20000826.010,
41478              
41479              Subject: installman buglet
41480              
41481              DJGPP update from Laszlo Molnar.
41482              
41483              Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
41484              
41485              Passing -R in ldflags makes now it to appear in the default
41486              for lddlflags, just like with -L.
41487              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
41488              
41489              Test nit.
41490              
41491              Use the actual thread type, not the pointer-to-struct.
41492              
41493              Provice virtual $Config{ccflags_nolargefiles} etc. 
41494              
41495              display_format used as a class method without arguments was broken,
41496              reported in
41497              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
41498              
41499              Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
41500              
41501              Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
41502              
41503              Subject: [PATCH@6855] _Minor_ change to overload.pm pod
41504              
41505              opmini.o may be left around if a build is interrupted.
41506              
41507              Typo in #6858.
41508              
41509              Fix for ID 20000828.001, long doubles were not formatted
41510              correctly (showed up in $], which stopped installing perl).
41511              
41512              An attempt to fix the problem reported in
41513              Subject: Building perl@6856 using gcc/AIX 4.3.3 
41514              I can't test this properly since the gcc installation I have
41515              access to seems to be botched (gcc is calling the AIX cpp,
41516              a losing proposition...)
41517              
41518              Add -ld to archname on long tr...double platforms.
41519              
41520              Subject: hv.h Doc Patch
41521              
41522              Potential cruft.
41523              
41524              Subject: [PATCH bleedperl@6856] warnings fixes
41525              
41526              -S is the silent flag, -s is the strip flag.
41527              Subject: [PATCH] Re: [PATCH] make no-install          
41528              
41529              Take out the SUIDMAIL thing, that will not be
41530              a problem in 5.7.*.
41531              
41532              Subject: [PATCH bleedperl@6866] spellings
41533              
41534              Subject: [PATCH] Re: files not cleaned even by veryclean
41535              
41536              Use minimal @INC in tests, most of the time just '../lib',
41537              so that we simply can't pick up stuff from other Perls than
41538              the one we are testing.  Pointed out by
41539              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
41540              
41541              Update to Getopt::Long 2.24, from Johan Vromans.
41542              
41543              Fix for thinko in #6848.
41544              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
41545              
41546              Patches all over for people and the files they (hopefully) care about.
41547              
41548              Subject: Net::protoent does not export 'getproto'
41549              
41550              Missed a change in #6869.
41551              
41552              Subject: [PATCH] Warnings in B::Deparse
41553              
41554              Subject: [PATCH] Glob dumping
41555              
41556              Disable one of the tests for now.
41557              
41558              Disabling the one test is a bit tricky.
41559              
41560              Don't forget to tidy up.
41561              
41562              The #6881 removed one dump line.
41563              
41564              Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
41565              
41566              Under usethreads the dumped variable is IN_PAD.
41567              Subject: Re: [PATCH] Glob dumping
41568              
41569              Subject: [ID 20000829.026] [PATCH 6868] File::Temp
41570              
41571              Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
41572              
41573              Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
41574              
41575              Regen Configure for #6894.
41576              
41577              Subject: [PATCH: 6889] updates to perlebcdic.pod
41578              
41579              Undo namespace pollution of #6878.
41580              Subject: Re: Net::protoent does not export 'getproto'
41581              
41582              Admit that we are leaking scalars.
41583              
41584              Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
41585      Branch: maint-5.6/perl
41586           !> (integrate 271 files)
41587 ____________________________________________________________________________
41588 [  7894] By: gsar                                  on 2000/11/27  16:00:34
41589         Log: a couple of nits
41590      Branch: maint-5.6/perl
41591            ! MANIFEST pp_sys.c
41592 ____________________________________________________________________________
41593 [  7893] By: gsar                                  on 2000/11/27  15:10:56
41594         Log: integrate changes#6666..6678,6680..6682,6684..6691,6699..6733,
41595              6740..6745,6747..6757,6760
41596              
41597              Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
41598              
41599              Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
41600              
41601              Doc nits spotted by Richard Soderberg.
41602              
41603              move WNOHANG definition to where other such things are
41604              
41605              Make $Config{byteorder} more magical so that it is
41606              dynamically computed: nice for 'fat binaries'.
41607              Subject: [PATCH]: default byteorder
41608              
41609              Subject: [PATCH] Cwd.pm now uses strict
41610              
41611              Subject: Re: [PATCH]Re: Questions about Math::BigFloat
41612              
41613              Get -DLEAKTEST to compile (not necessarily to work, mind)
41614              Subject: [ID 20000724.006] -DLEAKTEST problem
41615              
41616              perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
41617              
41618              Add perlebcdic from Peter Prymmer, regen toc.
41619              
41620              Don't propose using modules built for 5.005 if no binary
41621              compatibility with 5.005 is attempted.
41622              
41623              Do not use prototyping here.
41624              Subject: [ID 20000817.016] [PATCH] Peek.xs
41625              
41626              Document what the backtick returns if the command fails.
41627              
41628              Add byteorder to the myconfig output.
41629              
41630              Introduce NVef, NVff, and NVgf, use the middle one.
41631              (helps for lib/peek + Linux + long doubles)  Reported in
41632              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
41633              Use NVs in POSIX math, not doubles.
41634              Subject: [ID 20000817.014] POSIX & modfl
41635              
41636              Subject: [PATCH 5.6.0+] newSVrv() memory leak
41637              
41638              The byteorder code in #6671 was wrong.
41639              
41640              Fix the lib/complex failure of
41641              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
41642              Linux long double accuracy issue: something that
41643              when printed with %g looks like "2" but int() of it is 1.
41644              
41645              Propagate new Configure vars.
41646              
41647              Unbuffer the output.
41648              
41649              Subject: [PATCH] perltrap.pod spring cleaning
41650              
41651              Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
41652              Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
41653              
41654              Tiny Getopt::Long patch from Johan Vromans.
41655              
41656              Document code point which makes if (defined %stash::) to work
41657              (noted by Spider Boardman).
41658              
41659              Subject: [PATCH perl@6698] cygwin port
41660              
41661              Document the NDBM_File and ODBM_File as SDBM_File
41662              was documented in #6417.
41663              
41664              The new tests were missing from #6415.
41665              
41666              Add [[:blank:]] as suggested in
41667              Subject: [ID 20000716.024] [=cc=] / [:blank:]
41668              (the [=cc=] has already been taken care of by #6439
41669              so the whole bug report can be closed)
41670              and make [[:space:]] to be equivalent to isspace(3)
41671              (as opposed to \s, which is isSPACE()).  The difference
41672              is that now [[:space:]] matches the mythical vertical tab,
41673              while \s doesn't.
41674              
41675              Don't eat leading os from index entries.
41676              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
41677              
41678              Subject: [PATCH 5.6.0+] fix for Win32::DomainName
41679              
41680              Typo in pp_complement().
41681              Subject: [PATCH perl-current] Deparse
41682              
41683              Add warnif(), check warnings further up the stack,
41684              all the warnings functions now can take an optional object reference.
41685              Subject: [PATCH bleedperl@6691] warnings pragma update
41686              
41687              Fix a core dump in lib/selfloader under -DDEBUGGING.
41688              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
41689              
41690              Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
41691              
41692              Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
41693              
41694              Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
41695              Put back the long double avoidance code to POSIX.xs
41696              because VMS seems to need it still.
41697              
41698              Introduce a 'veryclean' target that is like 'distclean'
41699              but also removes *~ and *.orig.
41700              
41701              Subject: [ID 20000817.023] endianness description in perlfunc.pod
41702              
41703              Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
41704              
41705              Let's try #6717 again.
41706              
41707              UTF8 concat fixes.
41708              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
41709              
41710              pp_open() could pass an uninitialized filename down to do_open9().
41711              
41712              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
41713              
41714              Update to CGI 2.72, from Lincoln Stein.
41715              
41716              Subject: [PATCH] Silence MakeMaker (Was: installman)
41717              
41718              Use temporary directory instead of current directory.
41719              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
41720              
41721              Document odd vs even subreleases and -Dusedevel.
41722              
41723              The veryclean target needs to clobber.
41724              
41725              Use File::Spec->tmpdir().
41726              
41727              Document the number of exponent digits.
41728              
41729              Mention perlebcdic and perlposix-bc.
41730              
41731              s/this one/the 5.6.0 release/
41732              
41733              The #6724 is here.
41734              
41735              The correct cleaning order is an art.
41736              
41737              small tweaks for change#6705: avoid C++ style comments in C code;
41738              use Perl's malloc API rather than the low level system one
41739              
41740              Array context keeps slithering in.
41741              
41742              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
41743              
41744              Subject: [PATCH] os2.c fix for use64bitint
41745              
41746              Update to Pod::LaTeX 0.53.
41747              Subject: [PATCH] lib/Pod/LaTeX.pm updates
41748              
41749              Document the endianness of Alpha more precisely.
41750              
41751              Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
41752              
41753              Rename the macro argument because some preprocessors
41754              can't tell the difference and expand arguments also inside
41755              double quoted strings.
41756              
41757              free TLS slot properly on Windows
41758              
41759              use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
41760              
41761              Unicos/mk requires elaborate paranoia.
41762              
41763              Tweak the floating point output routine preferences.
41764              
41765              Also under djgpp the timestamps are funky.
41766              
41767              Apply some PodParser 1.18 patches; the Pod/Find.pm
41768              patches cannot be applied since #6712 conflicts.
41769              
41770              Use PodParser 1.18 new test.
41771              
41772              A pod nit.
41773              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
41774              
41775              Be verydeepclean.
41776      Branch: maint-5.6/perl
41777           +> pod/perlebcdic.pod
41778           !> (integrate 106 files)
41779 ____________________________________________________________________________
41780 [  7892] By: jhi                                   on 2000/11/27  15:02:32
41781         Log: Update Changes.
41782      Branch: perl
41783            ! Changes patchlevel.h
41784 ____________________________________________________________________________
41785 [  7891] By: jhi                                   on 2000/11/27  14:57:23
41786         Log: Subject: Re: perlfaq style changes
41787              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
41788              Date: Sat, 25 Nov 2000 23:32:26 -0800
41789              Message-ID: <KyLI6gzkgiRK092yn@efn.org>
41790              
41791              plus a note from Ronald Kimball.
41792      Branch: perl
41793            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq6.pod
41794 ____________________________________________________________________________
41795 [  7890] By: jhi                                   on 2000/11/27  14:53:14
41796         Log: Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
41797              From: Benjamin Holzman <bah@ecnvantage.com>
41798              Date: Sun, 26 Nov 2000 16:27:33 -0500
41799              Message-ID: <20001126162733.J25040@ecnvantage.com>
41800      Branch: perl
41801            ! gv.c
41802 ____________________________________________________________________________
41803 [  7889] By: jhi                                   on 2000/11/27  14:43:11
41804         Log: Subject: [ID 20001127.004] White space problem in perlamiga.pod
41805              From: lvirden@cas.org
41806              Date: Mon, 27 Nov 2000 09:32:06 -0500 (EST)
41807              Message-Id: <200011271432.JAA09550@lwv26awu.cas.org>     
41808      Branch: perl
41809            ! README.amiga
41810 ____________________________________________________________________________
41811 [  7888] By: jhi                                   on 2000/11/27  14:32:34
41812         Log: Restore also the locale test to no-sprintf-taint state.
41813              Fixes the bug 20001127.003.
41814      Branch: perl
41815            ! sv.c t/pragma/locale.t
41816 ____________________________________________________________________________
41817 [  7887] By: gsar                                  on 2000/11/27  14:13:05
41818         Log: integrate changes#6613..6616,6620..6665 from mainline
41819              
41820              VMS configure.com update continues.
41821              
41822              Subject: Test fails / warnings with perl-current #6612
41823              
41824              Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
41825              
41826              Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
41827              
41828              For now remove the mail code.
41829              
41830              Subject: Re: [PATCH] @+, @- readonly
41831              
41832              Subject: warning: storage class after type is obsolescent
41833              
41834              Subject: sfio2000
41835              
41836              Subject: Re: File::Temp problems on VMS in bleedperl
41837              
41838              README.os2 update.
41839              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
41840              
41841              Make the user to give up his firstborn, err, to knowingly
41842              verify installing an unstable developer release.  Also bump
41843              the release to 5.7.0, but leave a patch tag in the local
41844              patches saying that this is not yet the real thing.
41845              
41846              Update (kinda) to Test 1.14, from Joshua Pritikin.
41847              
41848              make ok etc also for win32.
41849              
41850              Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
41851              
41852              Don't blow limited stacks, a lower number is enough to
41853              tickle the lookbehind limit.
41854              
41855              Use -Dusedevel; regen Configure and the respective Porting stuff.
41856              
41857              Subject: [PATCH] debugger exit code should reflect user exit code
41858              
41859              Subject: [PATCH perl@6620] cygwin port
41860              
41861              Missed a file from #6638.
41862              
41863              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)
41864              
41865              magic callbacks all need to have same type signature
41866              
41867              Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
41868              
41869              Fix a dependency problem.
41870              Subject: [PATCH: 6640] VMS Makefile.SH update
41871              
41872              The numeric locale was reset to "C" by s?printf and never restored.
41873              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
41874              No test since adding the failing example to locale.t
41875              does not fail -- probably because the locale settings are so
41876              thoroughly tweaked by that time.  Running the example standalone
41877              does fail, though.  UPDATE: test case added at change #7540.
41878              
41879              Subject: [ID 20000324.040] minor fix to perlhpux.pod
41880              
41881              Update to CPAN 1.57.
41882              
41883              Subject: [PATCH] Cwd::_backtick_pwd does not check return value
41884              
41885              Change the perlbug address to perl.org since it's more forgiving.
41886              
41887              Change the regx compilation error markers to use = instead of <
41888              since pod makes using the latter quite messy.  Reported in
41889              ID 20000814.006 by Abigail and in
41890              Subject: Unknown escape E<> ?
41891              
41892              Update to perldebtut 1.9, from Richard Foley.
41893              
41894              check that the number pseudo children doesn't exceed
41895              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
41896              the WaitForMultipleObjects() limit that would cause wait()
41897              to crash)
41898              wait() and waitpid() could potentially be rewritten to use
41899              more than one thread to do the waiting to eliminate this
41900              limitation
41901              
41902              change#6328 could make close(SOCKET) return false on windows
41903              when it shouldn't
41904              
41905              pod nit seen in passing
41906              
41907              on windows, the return values from wait() and waitpid() don't
41908              match those of pseudo-pids
41909              
41910              waitpid() now handles externally spawned pids correctly;
41911              fixes for backtick/wait/waitpid failures on Windows 9x
41912              these changes make the pid returned by process functions on
41913              Windows 9x always positive by clearing the high bit (which
41914              is always set on Win9x); pseudo-process PIDs are likewise
41915              always negative now on Win9x (just as on NT/2000)
41916              
41917              trailing new %ENV entries weren't being pushed into the real
41918              environment of subprocesses on Windows
41919              
41920              Tweak the regex compilation errors once more.
41921              
41922              avoid warnings from dense compiler
41923              
41924              add "ok" targets from change#6632 in makefile.mk
41925      Branch: maint-5.6/perl
41926            - lib/Pod/PlainText.pm vms/configure.com
41927           !> (integrate 66 files)
41928 ____________________________________________________________________________
41929 [  7886] By: jhi                                   on 2000/11/27  13:54:18
41930         Log: __FUNCTION__ isn't portable and trying to emulate it leads
41931              into practically spelling out the name of the function.
41932              Takes care of the bug 20001127.001.
41933      Branch: perl
41934            ! perlio.c
41935 ____________________________________________________________________________
41936 [  7885] By: gsar                                  on 2000/11/27  13:53:18
41937         Log: integrate changes#6540..6541,6546..6549,6552..6554,6557..6606,
41938              6610..6611 from mainline
41939              
41940              Make regular expression parse error messages easier to understand.
41941              Subject: Re: enhanced(?) regex error messages
41942              
41943              Tiny tidying on report_evil_fh().
41944              
41945              Subject: Re: enhanced(?) regex error messages 
41946              plus Capitalize the error messages, plus perldiag them.
41947              
41948              Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
41949              
41950              Document here-doc better.
41951              
41952              Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
41953              
41954              Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
41955              Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
41956              (either perlbug or p5p ate the original), plus regen
41957              perlapi and perltoc. 
41958              
41959              Regen global.sym.
41960              
41961              Double check that we have a dirhandle.
41962              
41963              Subject: Re: enhanced(?) regex error messages
41964              (plus two small patches sent privately)
41965              (this still seems to leave few test failures)
41966              
41967              warn is a macro, avoid using at a variable to avoid warnings
41968              in some configurations; readdir.t is too conservative in
41969              estimating number of *.t's
41970              
41971              Get back into sync with Jeffrey on the enhanced regex warnings.
41972              
41973              Subject: [PATCH 5.6.0] cygwin port
41974              
41975              Zero entries were skipped, fix from Adrian Goalby
41976              <argoalby@yahoo.co.uk>
41977              
41978              Subject: Remove dead entry in perldiag
41979              
41980              Amend the description of Perl6.
41981              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
41982              
41983              detypo
41984              
41985              It's the 2ndO'ROSSC.
41986              
41987              Revert the sv.c part of #6559, a better fix is needed.
41988              
41989              Iterating perl6 description.
41990              
41991              Update to Term::ANSIColor 1.03, from Russ Allbery.
41992              
41993              Update to Getopt::Long 2.23_05, from Johan Vromans.
41994              
41995              Small AUTHORS and MAINTAIN updates.  Could do with big updates.
41996              
41997              Update to Pod::Parser 1.17, from Brad Appleton.
41998              
41999              Update to CPAN 1.56, from Andreas König.
42000              
42001              Update to CGI 2.70, from Lincoln Stein.
42002              
42003              Put back the std @INC thing.
42004              
42005              Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
42006              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
42007              
42008              Document the IO::Select timeout.
42009              
42010              sleep(1) does not necessarily return 1.
42011              Subject: [PATCH bleadperl] op/lex_assign.t  
42012              
42013              Subject: debugger "d" command doesnt check line number
42014              
42015              B::Deparse didn't do sub attributes.
42016              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
42017              
42018              Preprocessing and postprocessing for File::Find.
42019              Subject: Patch to Find::File.pm to allow alphabetical results
42020              
42021              Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
42022              
42023              Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
42024              
42025              Subject: Re: [ID 20000730.003] utf8::length() bad
42026              
42027              Subject: Getting perlio and threads to compile
42028              (the Solaris version changes in Configure skipped)
42029              
42030              Tests for #6589.
42031              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
42032              
42033              Add Perl debugging tutorial, regen toc. 
42034              Subject: perldebtut.pod
42035              
42036              Add a few missing files, update MANIFEST.
42037              
42038              Rewrite of vms/subconfigure.com as configure.com,
42039              from Peter Prymmer and the vmsperl crew.
42040              
42041              Should have deleted this in #6603.
42042              
42043              Fix the test for 5005threads.
42044              
42045              Fix-n-skip the tests under 5005threads.
42046              
42047              Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
42048              
42049              Upgrade to CGI 2.71, from Lincoln Stein.
42050      Branch: maint-5.6/perl
42051           +> lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
42052           +> lib/Pod/PlainText.pm pod/perldebtut.pod t/lib/gol-oo.t
42053           +> t/op/regmesg.t t/pod/find.t vms/configure.com
42054            - vms/subconfigure.com
42055            ! lib/lib.pm
42056           !> (integrate 115 files)
42057 ____________________________________________________________________________
42058 [  7884] By: jhi                                   on 2000/11/27  13:44:33
42059         Log: Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
42060              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
42061              Date:     Mon, 27 Nov 2000 08:23:54 EST
42062              Message-Id: <001127082318.6381c@DUPHY4.Physics.Drexel.Edu>
42063      Branch: perl
42064            ! vms/descrip_mms.template vms/test.com
42065 ____________________________________________________________________________
42066 [  7883] By: gsar                                  on 2000/11/27  11:50:46
42067         Log: integrate changes#6469..6484,6486..6501,6504..6505,6507..6509,
42068              6511..6513,6515..6523,6525..6536
42069              
42070              The swallow_bom() saga continues.  The #23 of require.t
42071              (UTF16-LE) still fails (silently, no output) but the #22
42072              (UTF16-BE) seems to be working now.  The root of the
42073              failure may be in sv_gets(): is it UTF-16LE-aware,
42074              especially when it comes to line endings? 
42075              
42076              Document the problem with -P in HP-UX and its workaround.
42077              
42078              Subject: [PATCH] allow non-variable as lhs of non-updating tr///
42079              (aka ID 20000730.002)
42080              
42081              Subject: fix and question re: waitpid() under win32
42082              
42083              Make the safety catch for buggy gccs work with triple version
42084              numbers like 2.95.2.  Reported in
42085              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
42086              
42087              In Digital UNIX warn if gcc explicitly chosen because even
42088              2.95.2 is known to cause problems.
42089              
42090              Make chr() for values >127 to create utf8 when under utf8.
42091              
42092              various syntax errors and such (not fixed: comp/require.t#22 coredump
42093              on Windows)
42094              
42095              Stash away the largefiles flags and libswanted.
42096              
42097              BOM patching from Simon Cozens.
42098              
42099              If gccosandvers is equal to osname, clear gccosandvers.
42100              
42101              Make p4desc to skip non-mainperl branches by default.
42102              
42103              Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
42104              
42105              The test from this
42106              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
42107              
42108              In new BSDs changes to argv[] do not show up in ps(1) output,
42109              instead one must use setproctitle().  This was already addressed
42110              by change #6457, but the below has a new variant for FreeBSD 4.0
42111              or later, and the matter is also documented more.
42112              
42113              FreeBSD 3.* updates from
42114              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
42115              
42116              regen_headers, regen perltoc.
42117              
42118              Document in one place the memory abstractions used in Perl core.
42119              
42120              memcpy has n o in it, as pinted ut by Sarathy.
42121              
42122              Remove the extraneous "main::" prefix from all the
42123              "opened only for", "on closed", and "never opened" warnings.
42124              
42125              The name of a filehandle does not have <these>.
42126              
42127              The tr utf8 patching continues.
42128              
42129              The new setproctitle() feature is available only in 
42130              bleeding edge FreeBSD.  From Paul Saab.
42131              
42132              Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
42133              
42134              Dump UVs as UVs in Data::Dumper.
42135              
42136              detypo #6494
42137              
42138              Document the IVdf UVuf UVof UVxf.
42139              
42140              require.t needs binmode() to work on windows
42141              
42142              Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
42143              that are hopefully soon put into use.
42144              
42145              Allow "no Module;" even if there is no 'unimport'.
42146              
42147              Better skip message for the test; one of the two problems in
42148              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
42149              
42150              The subtest 4 may fail also on VOBS, as pointed out
42151              by Nick Ing-Simmons in November 1999, bug id 19991124.003
42152              (but the failure in that bug report isn't the subtest 4).
42153              
42154              Be more informative on what is skipped and why,
42155              also repeat the list at the end.
42156              
42157              Add a URL for FSF.
42158              
42159              Subject: [PATCH] sv.h documentation - SvLEN
42160              
42161              Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
42162              
42163              Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
42164              
42165              Subject: [PATCH] bad cppsymbols on os2 + Configure question
42166              
42167              Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
42168              
42169              Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
42170              mention the idea of @( and @)
42171              
42172              This is 6512.  Really.
42173              
42174              Subject: [ID 19990721.004] Documentation bug in perlfunc
42175              
42176              Subject: Minor tweak to perlvar.pod
42177              
42178              In the warnings call filehandles consistently so;
42179              add "unopened" warning for stat().
42180              
42181              After the #6519 a warning about stat() is just that,
42182              not about a filetest, which now have their own warning.
42183              
42184              Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
42185              
42186              Subject: Re: Array vs. List context
42187              
42188              Subject: New perlcc, take 2
42189              
42190              Weed buglets pointed out by
42191              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
42192              
42193              gcc versions might have (parentheses) in them.
42194              
42195              Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
42196              
42197              Essential prototype changes were missing from #6527.
42198              Also make report_evil_fh() more bomb-proof.
42199              
42200              Zap lib/Sys directory when cleaning up.
42201              
42202              Change the Policy policy: now -Dprefix= with an existing
42203              Policy.sh and prefix == siteprefix == vendorprefix, then all
42204              of them follow along the new prefix.
42205              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
42206              
42207              Continue fixing the io warnings.  This also
42208              sort of fixes bug ID 20000802.003: the core dump
42209              is no more.  Whether the current behaviour is correct
42210              (giving a warning: "Not a format reference"), is another matter.
42211              
42212              Have symbols for the IoTYPEs.
42213              
42214              Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
42215              
42216              Document a bit that UDP is not what you might think.
42217              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
42218              tr memory corruption fix from Simon Cozens.
42219              
42220              Plug the security hole described in the Aug 05 2000 bugtraq message
42221              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
42222              The security hole exists only in suidperls, which isn't
42223              installed or even built by default.
42224      Branch: maint-5.6/perl
42225           !> (integrate 71 files)
42226 ____________________________________________________________________________
42227 [  7882] By: gsar                                  on 2000/11/27  10:25:36
42228         Log: integrate changes#6439..6444,6446..6453,6455..6457,6460..6465,6467..6468
42229              from mainline
42230              
42231              Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
42232              to be fatal errors (instead of by default ignoring them, and
42233              ignoring with a bug: even though -w gave an error, the opening [
42234              was left in)  Reported in:
42235              
42236              Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
42237              
42238              Subject: [PATCH] split /^/
42239              
42240              MacOS nits from Matthias Neeracher.
42241              
42242              More split() doc and test patches from Mike Guy.
42243              
42244              Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
42245              from Graham Barr in the module list.
42246              
42247              docfix from Peter Scott <Peter@PSDT.com>.
42248              
42249              File::Temp patches for VMS and OS/2 from Tim Jenness.
42250              
42251              open() wariness in perlbug.
42252              
42253              Subject: [PATCH] minor doc change - perlguts
42254              
42255              Subject: Minor doc patch: handy.h
42256              
42257              Be wary of close()s, too.
42258              
42259              Further File::Temp patches from Yitzchak Scott-Thoennes
42260              and Craig A. Berry.
42261              
42262              Subject: [PATCH] fixes bug 20000508.004
42263              
42264              Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
42265              
42266              Allow "no AutoLoader;", based on change #6444,
42267              suggested by Graham Barr.
42268              
42269              Use setproctitle() if available to modify $0.
42270              
42271              Warn if the version of the operating system used to compile gcc
42272              differs from the current version of the operating system.
42273              Also display the gcc compilation os and version in myconfig.
42274              Inspiration from
42275              
42276              Tiny fixes for #6460.
42277              
42278              The problem described in this
42279              Subject: [ID 20000322.018] named chars aren't magical enough
42280              has been fixed in perl 5.6.0 but just in case added a test
42281              to keep it away.  (The report from Joseph Hall.)
42282              
42283              Tune the comments and hopefully stop a memory leak.
42284              
42285              Subject: UTF8 concat
42286              (with a memory leak fixed, plus a few casts added)
42287              This also seems to help for
42288              Subject: [ID 20000716.015] join UTF8 weirdness
42289              
42290              Do not upgrade SVs into utf8 just because they participate
42291              in eq or cmp.  Reported and fix suggested in
42292              Subject: [ID 20000720.009] sv_eq UTF8 bug
42293              
42294              Fix the HALF_UPGRADE() macro introduced in #6263.
42295              
42296              Find green threads before native threads.
42297              Subject: Re: Patch to jpl/JNI/Makefile.PL
42298      Branch: maint-5.6/perl
42299           !> (integrate 30 files)
42300 ____________________________________________________________________________
42301 [  7881] By: jhi                                   on 2000/11/27  05:48:41
42302         Log: It seems that *both* the unused submatch loop cleanup
42303              codes are needed.
42304      Branch: perl
42305            ! regexec.c
42306 ____________________________________________________________________________
42307 [  7880] By: jhi                                   on 2000/11/27  04:50:07
42308         Log: Clean .exists deeper.
42309      Branch: perl
42310            ! Makefile.SH
42311 ____________________________________________________________________________
42312 [  7879] By: jhi                                   on 2000/11/27  02:31:35
42313         Log: The code in regcppop() (see #7878) contains the correct lower
42314              limit for the unused submatch 'cleanup' loop so that under
42315              "use utf8" the following code wouldn't dump core:
42316              "," =~ /([^,]*,)*/  With the the wrong lower limit (>=1)
42317              the cleanup loop in regtry() stomped beyond allocated area
42318              in the startp[] array.  Therefore, copied the correct lower
42319              loop limit (*PL_reglastparen) to regtry().  Note: something
42320              may still not be quite right: why was the _higher_ loop limit
42321              (prog->nparens) different in the utf8 case?
42322              
42323              After this patch "./perl -Ilib -Mutf8 t/op/regexp.t" works
42324              without core dumps, there were about 17 of them before
42325              the patch (with us since Perl 5.7.0).  Two failures, still:
42326              496 and 505 (though these may not be severe).
42327              
42328              Patch #7881 is also needed since both the cleanup loops
42329              seem to be needed.
42330              
42331              Also, the t/op/pat#44 seems to core dump under utf8.
42332              Plus a couple of failures.  UGH-8.
42333      Branch: perl
42334            ! regexec.c
42335 ____________________________________________________________________________
42336 [  7878] By: jhi                                   on 2000/11/27  02:21:17
42337         Log: The unused submatch cleanup code in regtry() seems to be more crucial,
42338              the code in regcppop() seems to be redundant for the test suite --
42339              but it contains a germ of truth, and it needed for the build
42340              process itself: see #7879 and #7881.
42341      Branch: perl
42342            ! regexec.c
42343 ____________________________________________________________________________
42344 [  7877] By: jhi                                   on 2000/11/27  01:53:09
42345         Log: Comment on comment.
42346      Branch: perl
42347            ! regexec.c
42348 ____________________________________________________________________________
42349 [  7876] By: jhi                                   on 2000/11/27  00:49:59
42350         Log: Adjust the docs to agree with #7875.
42351      Branch: perl
42352            ! pod/perllocale.pod
42353 ____________________________________________________________________________
42354 [  7875] By: jhi                                   on 2000/11/27  00:49:27
42355         Log: Retract #7863.  It makes more sense not to taint formatted output,
42356              not even by sprintf().
42357      Branch: perl
42358            ! sv.c
42359 ____________________________________________________________________________
42360 [  7874] By: jhi                                   on 2000/11/26  23:36:02
42361         Log: Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
42362              Not really fixed (should really dump the UTF-8 charclass),
42363              but stopped displaying the garbage.
42364              
42365              Also add a note on the (missing) Unicode PSXSPC and BLANK.
42366      Branch: perl
42367            ! regcomp.c
42368 ____________________________________________________________________________
42369 [  7873] By: jhi                                   on 2000/11/26  21:31:13
42370         Log: BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
42371      Branch: perl
42372            ! regexec.c
42373 ____________________________________________________________________________
42374 [  7872] By: jhi                                   on 2000/11/26  21:06:04
42375         Log: No need to scan till infinity, 13 is enough.
42376      Branch: perl
42377            ! handy.h utf8.c
42378 ____________________________________________________________________________
42379 [  7871] By: jhi                                   on 2000/11/26  20:20:32
42380         Log: Test line numbers are different with utf8.
42381      Branch: perl
42382            ! t/op/re_tests
42383 ____________________________________________________________________________
42384 [  7870] By: jhi                                   on 2000/11/26  20:10:12
42385         Log: Message nit.
42386      Branch: perl
42387            ! regcomp.c
42388 ____________________________________________________________________________
42389 [  7869] By: jhi                                   on 2000/11/26  19:01:05
42390         Log: Make utf8_length() and utf8_distance() (the latter of which
42391              is unused at the moment) to be less forgiving about bad UTF-8.
42392      Branch: perl
42393            ! embed.h embed.pl objXSUB.h proto.h utf8.c
42394 ____________________________________________________________________________
42395 [  7868] By: jhi                                   on 2000/11/26  18:45:56
42396         Log: Subject: Re: [ID 20001125.004] OK: perl v5.7.0 +DEVEL7825 on i686-linux 2.2.17 (UNINSTALLED)
42397              From: Benjamin Holzman <bah@ecnvantage.com>
42398              Date: Sat, 25 Nov 2000 20:40:20 -0500       
42399              Message-ID: <20001125204020.A25040@ecnvantage.com>              
42400              
42401              Debian allows installing /usr/bin/locale without installing
42402              any locales, an error message will ensue.
42403      Branch: perl
42404            ! t/pragma/locale.t
42405 ____________________________________________________________________________
42406 [  7867] By: jhi                                   on 2000/11/26  18:31:12
42407         Log: Subject: Re: [PATCH: perl@7825] SvTEMP-ness on rhs of aassign can wreak havoc
42408              From: Benjamin Holzman <bah@ecnvantage.com>
42409              Date: Sun, 26 Nov 2000 02:42:34 -0500
42410              Message-ID: <20001126024234.G25040@ecnvantage.com>
42411              
42412              Patch for the bug 20000212.002.
42413      Branch: perl
42414            ! sv.c t/op/array.t
42415 ____________________________________________________________________________
42416 [  7866] By: jhi                                   on 2000/11/26  18:28:09
42417         Log: Subject: PATCH: File::Temp fix on WindowsNT/VMS
42418              From: Tim Jenness <t.jenness@jach.hawaii.edu>
42419              Date: Fri, 24 Nov 2000 18:38:34 -1000 (HST)
42420              Message-ID: <Pine.LNX.4.21.0011241833230.18423-100000@lapaki.jach.hawaii.edu>
42421              
42422              File::Temp 0.11.
42423      Branch: perl
42424            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
42425 ____________________________________________________________________________
42426 [  7865] By: jhi                                   on 2000/11/26  18:24:22
42427         Log: The metaconfig unit change for #7864.
42428      Branch: metaconfig/U/perl
42429            ! need_va_copy.U
42430 ____________________________________________________________________________
42431 [  7864] By: jhi                                   on 2000/11/26  18:23:41
42432         Log: Make the va_copy() test not to be so talkative.
42433      Branch: perl
42434            ! Configure config_h.SH
42435 ____________________________________________________________________________
42436 [  7863] By: jhi                                   on 2000/11/26  18:11:02
42437         Log: Fix locale inconsistencies unearthed by Hugo's work.
42438              Now the floating point sprintf really does taint the result
42439              string as perllocale promises (has promised for a long time)
42440              if "use locale" is in the lexical scope.
42441      Branch: perl
42442            ! sv.c t/pragma/locale.t
42443 ____________________________________________________________________________
42444 [  7862] By: jhi                                   on 2000/11/26  00:35:15
42445         Log: Subject: [PATCH] Re: pp_add -> pp_i_add efficiency hack?
42446              From: Nicholas Clark <nick@ccl4.org>
42447              Date: Sun, 26 Nov 2000 00:07:50 +0000
42448              Message-ID: <20001126000750.A22446@plum.flirble.org>
42449              
42450              Infinit.
42451      Branch: perl
42452            ! sv.c
42453 ____________________________________________________________________________
42454 [  7861] By: jhi                                   on 2000/11/26  00:01:26
42455         Log: Integrate perlio.
42456      Branch: perl
42457           !> doio.c perlio.c perliol.h pp_sys.c win32/makefile.mk
42458 ____________________________________________________________________________
42459 [  7860] By: nick                                  on 2000/11/25  22:04:17
42460         Log: Correct relative path from new ext\Filter\Util\Call location
42461              back to miniperl.
42462      Branch: perlio
42463            ! win32/makefile.mk
42464 ____________________________________________________________________________
42465 [  7859] By: nick                                  on 2000/11/25  21:26:54
42466         Log: Integrate mainline.
42467      Branch: perlio
42468           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
42469           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
42470           +> t/lib/filter-util.t
42471            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
42472            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
42473            - t/lib/filt-util.t
42474           !> AUTHORS Configure MANIFEST README.amiga configure.com doio.c
42475           !> embed.h embed.pl ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
42476           !> hints/solaris_2.sh hints/uwin.sh hints/vmesa.sh
42477           !> lib/ExtUtils/MM_Unix.pm makedef.pl perl.h perlio.c perlio.h
42478           !> perlsdio.h proto.h t/lib/io_sock.t win32/Makefile
42479           !> win32/makefile.mk
42480 ____________________________________________________________________________
42481 [  7858] By: gsar                                  on 2000/11/25  20:52:17
42482         Log: C<foreach my $x ...> in pseudo-fork()ed process may diddle
42483              parent's memory; fix it by keeping track of the actual pad
42484              offset rather than a raw pointer (this change is probably also
42485              relevant to non-ithreads case to avoid fallout from reallocs of
42486              the pad array, but is currently only enabled for the ithreads
42487              case in the interests of minimal disruption to existing "well
42488              tested" code)
42489      Branch: perl
42490            ! embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
42491            ! proto.h scope.c scope.h sv.c t/op/fork.t
42492 ____________________________________________________________________________
42493 [  7857] By: nick                                  on 2000/11/25  20:01:28
42494         Log: All tests pass on Win32/gcc/USE_PERLIO.
42495              - when crlf layer is pushed make unix-level binary.
42496              - remove :crlf injection in pp_backtick in pp_sys.c
42497              - (Change dependacy of extension .dll's to perldll.def rather than perl.exe)
42498      Branch: perlio
42499            ! doio.c perlio.c pp_sys.c win32/makefile.mk
42500 ____________________________________________________________________________
42501 [  7856] By: jhi                                   on 2000/11/25  18:38:30
42502         Log: Update the metaconfig units for #7855.
42503      Branch: metaconfig/U/perl
42504            ! useperlio.U usesocks.U
42505 ____________________________________________________________________________
42506 [  7855] By: jhi                                   on 2000/11/25  18:37:54
42507         Log: Undo the SOCKS workarounds, instead start using PerlIO
42508              if SOCKS is selected.
42509              
42510              Subject: perl@7847, [ID 20001030.005], close-patch, perlio - The big cleanup
42511              From: Jens Hamisch <jens@Strawberry.COM>
42512              Date: Fri, 24 Nov 2000 18:31:30 +0100
42513              Message-ID: <20001124183130.E28337@Strawberry.COM>
42514              
42515              Subject: Re: perl@7847, [ID 20001030.005], close-patch, perlio - Patch the patch ...
42516              From: Jens Hamisch <jens@Strawberry.COM>
42517              Date: Fri, 24 Nov 2000 19:11:51 +0100
42518              Message-ID: <20001124191151.A28753@Strawberry.COM>
42519      Branch: perl
42520            ! Configure doio.c embed.h embed.pl makedef.pl perl.h perlio.c
42521            ! perlio.h perlsdio.h proto.h t/lib/io_sock.t
42522 ____________________________________________________________________________
42523 [  7854] By: jhi                                   on 2000/11/25  17:39:08
42524         Log: Undo #7848.  Some of the code seems to use walkoptree(),
42525              some walkoptree_slow().  An unfinished renaming?
42526              Now the sub is walkoptree() (which is @EXPORT_OK),
42527              the walkoptree_slow() is a typeglob alias to walkoptree.
42528              This makes the tests to pass, at least.
42529      Branch: perl
42530            ! ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
42531 ____________________________________________________________________________
42532 [  7853] By: nick                                  on 2000/11/24  22:24:33
42533         Log: Re-arrange crlf vs binary for platforms that care.
42534              crlf layer is now "the" buffer layer and can turn its behaviour on/off.
42535              Lip-service to making stdio layer work on such platfroms (untested).
42536              Now fails 3 tests rather than one, checkin to see if I can debug 
42537              the issue under linux. (Do not merge.)
42538      Branch: perlio
42539            ! doio.c perlio.c perliol.h
42540 ____________________________________________________________________________
42541 [  7852] By: jhi                                   on 2000/11/24  18:57:39
42542         Log: AUTHORS edits.
42543      Branch: perl
42544            ! AUTHORS
42545 ____________________________________________________________________________
42546 [  7851] By: jhi                                   on 2000/11/24  17:34:56
42547         Log: Add Jan-Erik Karlsson.
42548      Branch: perl
42549            ! AUTHORS
42550 ____________________________________________________________________________
42551 [  7850] By: jhi                                   on 2000/11/24  17:27:56
42552         Log: Configure should find stdchar on its own.
42553      Branch: perl
42554            ! hints/solaris_2.sh
42555 ____________________________________________________________________________
42556 [  7849] By: jhi                                   on 2000/11/24  17:24:55
42557         Log: Subject: PATCH over 7848: Filter test flawed
42558              From: andreas.koenig@anima.de (Andreas J. Koenig)
42559              Date: 24 Nov 2000 10:28:29 +0100
42560              Message-ID: <m3k89tbtxe.fsf@ak-71.mind.de>
42561      Branch: perl
42562            ! t/lib/filter-util.t
42563 ____________________________________________________________________________
42564 [  7848] By: jhi                                   on 2000/11/24  17:22:15
42565         Log: Subject: [ID 20001124.001] B exports "walkoptree" but does not define it
42566              From: Simon Cozens <simon@pembro4.pmb.ox.ac.uk>
42567              Date: Fri, 24 Nov 2000 16:12:58 +0000
42568              Message-Id: <E13zLT8-0005FN-00@pembro4.pmb.ox.ac.uk>
42569      Branch: perl
42570            ! ext/B/B.pm
42571 ____________________________________________________________________________
42572 [  7847] By: jhi                                   on 2000/11/24  03:07:01
42573         Log: Integrate perlio.
42574      Branch: perl
42575           !> doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
42576           !> win32/makefile.mk
42577 ____________________________________________________________________________
42578 [  7846] By: gsar                                  on 2000/11/24  00:55:57
42579         Log: integrate changes#6415..6418,6420..6438 from mainline
42580              
42581              Fix the bitvector ops for utf8 (tricky since past 7 bits
42582              the utf8 'characters' can be more than one octet).
42583              
42584              MPE/ix updates for perl 5.6.0 from Mark Bixby.
42585              
42586              Subject: SDBM_File documentation
42587              
42588              Detypo.
42589              
42590              Decutandpasto.
42591              
42592              Send all installperl messages to STDERR and be -w clean.
42593              
42594              Out-of-date note removed.
42595              
42596              Protect against "wild next"s, that is, callbacks doing "next"
42597              instead of "return".
42598              
42599              Use STDOUT consistently.
42600              
42601              The output might have been produced in the wrong order.
42602              
42603              A missing 'break' after the [[:space:]] switch case.
42604              
42605              Add tests for
42606              [ID 19991110.003] another matching finding by pcre author
42607              which has already been fixed by some patch, as verified in
42608              
42609              Documentation to explain the behaviour of map().
42610              
42611              Add an optimization for map-maps-a-list-element-to-more-list-elements
42612              case, but add also notes explaining the relationship of this
42613              patch and the earlier notes by Sarathy.
42614              
42615              Subject: [ID 20000716.023] syslog test fails without sockets
42616              
42617              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
42618              Test cases for #6431.
42619              
42620              File::Spec::VMS fixup for tmpdir from Craig Berry.
42621              
42622              Make the "uninit variable" warning to say "concat or string"
42623              or "join or string" when in concat or join .
42624              
42625              Get UTF16 BOMs working.  Patch from
42626              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
42627              
42628              Subject: [PATCH] Make large file tests deal with SIGXFSZ
42629              
42630              Subject: [ID 20000724.003] Documentation changes for perllocale.pod
42631              
42632              Subject: [PATCH] av.c apidoc
42633      Branch: maint-5.6/perl
42634           !> (integrate 43 files)
42635 ____________________________________________________________________________
42636 [  7845] By: gsar                                  on 2000/11/24  00:20:45
42637         Log: integrate changes#6406..6414 from mainline
42638              
42639              Merge perlhacktut into perlhack, update perlguts.
42640              
42641              Fix AutoSplit to use File::Spec the right way in VMS,
42642              from Peter Prymmer.
42643              
42644              The bug report
42645              [ID 19991110.002] minimal matching discrepancy found by pcre author
42646              seems to have been fixed (though differently from what was suggested
42647              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
42648              
42649              thinko fix in vms/descrip_mms.template, the win32.pod in lib,
42650              not in pod, from Peter Prymmer
42651              
42652              Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
42653              From: Hugo <hv@crypt.compulink.co.uk>
42654              Date: Fri, 14 Jul 2000 23:05:20 +0100
42655              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
42656              
42657              Didn't anymore apply, but that point still could use another fix.
42658              
42659              lib/b test fixes from Peter Prymmer.
42660              
42661              More docs for sv functions.
42662              
42663              perlvms.pod whitespace cleanup to keep pod utils happy.
42664              
42665              another VMS build tweak from Peter Prymmer
42666      Branch: maint-5.6/perl
42667           !> embed.pl lib/AutoSplit.pm pod/perlapi.pod pod/perlfunc.pod
42668           !> pod/perlguts.pod pod/perlhack.pod sv.c t/lib/b.t t/op/re_tests
42669           !> vms/descrip_mms.template vms/perlvms.pod
42670 ____________________________________________________________________________
42671 [  7844] By: nick                                  on 2000/11/23  23:42:45
42672         Log: Win32/perlio Now just fails one io/argv.t test - lack 
42673              of default :crlf on standard streams.
42674      Branch: perlio
42675            ! doio.c perlio.c
42676 ____________________________________________________________________________
42677 [  7843] By: nick                                  on 2000/11/23  23:04:05
42678         Log: Win32 passes all but t/lib/peek.t with perlio and home-grown crlf.
42679              peek fail is showing a real problem (multiple crlf layers
42680              are getting pushed.)
42681      Branch: perlio
42682            ! doio.c perlio.c win32/makefile.mk
42683 ____________________________________________________________________________
42684 [  7842] By: nick                                  on 2000/11/23  19:46:23
42685         Log: Implement PerlIO_binmode()
42686              Fix PerlIOCrlf_unread() (*--ptr rather than *ptr-- ...)
42687              Test on UNIX with PERLIO="perlio crlf" to mimic Win32,
42688              make binmode in t/lib/io_tell.t unconditional so that works.
42689              Checkin just so Win32 machine can see these changes.
42690      Branch: perlio
42691            ! doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
42692 ____________________________________________________________________________
42693 [  7841] By: jhi                                   on 2000/11/23  19:30:00
42694         Log: README.amiga changes from Jan-Erik Karlsson <trg@privat.utfors.se>.
42695      Branch: perl
42696            ! README.amiga
42697 ____________________________________________________________________________
42698 [  7840] By: jhi                                   on 2000/11/23  17:18:02
42699         Log: SOCKS wrestling continues, patches from Jens Hamisch.
42700      Branch: perl
42701            ! doio.c embed.h embed.pl perlsdio.h proto.h
42702 ____________________________________________________________________________
42703 [  7839] By: jhi                                   on 2000/11/23  16:54:14
42704         Log: Push Filter::Util::Call one level deeper.
42705      Branch: perl
42706            + t/lib/filter-util.t
42707           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
42708           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
42709            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
42710            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
42711            - t/lib/filt-util.t
42712            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
42713            ! win32/Makefile win32/makefile.mk
42714 ____________________________________________________________________________
42715 [  7838] By: jhi                                   on 2000/11/23  16:52:40
42716         Log: Reach back one higher up when searching for PERL_SRC.
42717      Branch: perl
42718            ! lib/ExtUtils/MM_Unix.pm
42719 ____________________________________________________________________________
42720 [  7837] By: jhi                                   on 2000/11/23  16:05:41
42721         Log: Subject: Re: perl@7826
42722              Date: Thu, 23 Nov 2000 02:20:25 -0600
42723              From: "Craig A. Berry" <craigberry@mac.com>
42724              Message-Id: <p04330102b6424b6cd4c9@[172.16.52.1]>
42725              
42726              Make VMS to like Filter::Util::Call. 
42727      Branch: perl
42728            ! configure.com ext/Filter/Util/Makefile.PL
42729 ____________________________________________________________________________
42730 [  7836] By: nick                                  on 2000/11/23  16:04:08
42731         Log: Implement crlf layer - not ready for merge.
42732      Branch: perlio
42733            ! perlio.c win32/makefile.mk
42734 ____________________________________________________________________________
42735 [  7835] By: jhi                                   on 2000/11/23  15:56:52
42736         Log: STDCHAR is different in Sparc v9 vs x86.
42737      Branch: perl
42738            ! hints/solaris_2.sh
42739 ____________________________________________________________________________
42740 [  7834] By: jhi                                   on 2000/11/23  15:50:47
42741         Log: The type needs to be visible to protos.
42742      Branch: perl
42743            ! perl.h
42744 ____________________________________________________________________________
42745 [  7833] By: jhi                                   on 2000/11/23  15:40:46
42746         Log: Finish unfinished SOCKS workaround changes.
42747      Branch: perl
42748            ! doio.c
42749 ____________________________________________________________________________
42750 [  7832] By: jhi                                   on 2000/11/23  15:33:30
42751         Log: Integrate perlio.
42752      Branch: perl
42753           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
42754           !> win32/makefile.mk
42755 ____________________________________________________________________________
42756 [  7831] By: nick                                  on 2000/11/23  10:31:07
42757         Log: Correct makefile.mk dependancies for ext/Filter/Util
42758              Build ext/Encode
42759              Run dmake regen_config_h
42760      Branch: perlio
42761            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
42762            ! win32/makefile.mk
42763 ____________________________________________________________________________
42764 [  7830] By: nick                                  on 2000/11/23  08:05:07
42765         Log: Integrate mainline
42766      Branch: perlio
42767           +> ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
42768           +> ext/Filter/Util/Makefile.PL lib/Filter/Simple.pm
42769           +> t/lib/filt-util.pl t/lib/filt-util.t
42770           !> (integrate 41 files)
42771 ____________________________________________________________________________
42772 [  7829] By: gsar                                  on 2000/11/23  03:07:11
42773         Log: build the Filter extension on windows
42774      Branch: perl
42775            ! win32/Makefile win32/makefile.mk
42776 ____________________________________________________________________________
42777 [  7828] By: gsar                                  on 2000/11/23  02:46:35
42778         Log: regenerate win32/config* and fix some inconsistencies in the
42779              makefiles; always export Perl_deb() because it is needed
42780              by ext/re/* (whether perl itself is built with -DDEBUGGING
42781              or not)
42782      Branch: perl
42783            ! makedef.pl win32/Makefile win32/config_H.bc win32/config_H.gc
42784            ! win32/config_H.vc win32/makefile.mk
42785 ____________________________________________________________________________
42786 [  7827] By: gsar                                  on 2000/11/23  02:18:38
42787         Log: get sources building on windows+MSVC again (untested with other
42788              compilers)
42789      Branch: perl
42790            ! win32/include/sys/socket.h win32/perllib.c
42791 ____________________________________________________________________________
42792 [  7826] By: jhi                                   on 2000/11/23  01:18:26
42793         Log: Update Changes.
42794      Branch: perl
42795            ! Changes patchlevel.h
42796 ____________________________________________________________________________
42797 [  7825] By: jhi                                   on 2000/11/23  00:20:41
42798         Log: Subject: Re: av.c patch (having slight problems)
42799              From: "Ben Tilly" <ben_tilly@hotmail.com>
42800              Date: Tue, 21 Nov 2000 23:29:31 -0500
42801              Message-ID: <LAW2-F113pL32ctFfj800000d81@hotmail.com>
42802              
42803              unshift() speedup.
42804      Branch: perl
42805            ! av.c
42806 ____________________________________________________________________________
42807 [  7824] By: jhi                                   on 2000/11/22  23:59:15
42808         Log: Fixes for signedness warnings noticed by VMSperlers.
42809      Branch: perl
42810            ! ext/Storable/Storable.xs regcomp.c sv.c
42811 ____________________________________________________________________________
42812 [  7823] By: jhi                                   on 2000/11/22  23:19:31
42813         Log: Subject: [PATCH perl@7795] small cleanup task for test suite
42814              From: Peter Prymmer <pvhp@forte.com>
42815              Date: Wed, 22 Nov 2000 15:04:13 -0800 (PST)
42816              Message-ID: <Pine.OSF.4.10.10011221457530.519633-100000@aspara.forte.com>
42817      Branch: perl
42818            ! t/pragma/warn/pp_hot
42819 ____________________________________________________________________________
42820 [  7822] By: jhi                                   on 2000/11/22  22:52:20
42821         Log: Be clean.
42822      Branch: perl
42823            ! Makefile.SH
42824 ____________________________________________________________________________
42825 [  7821] By: jhi                                   on 2000/11/22  22:46:39
42826         Log: Add the simple frontend to Filter::Util:Call, Filter::Simple 0.01
42827              by Damian Conway, as suggested by Paul Marquess.
42828      Branch: perl
42829            + lib/Filter/Simple.pm
42830 ____________________________________________________________________________
42831 [  7820] By: jhi                                   on 2000/11/22  22:45:51
42832         Log: Add the Filter::Util::Call 1.04 by Paul Marquess from Filter-1.19.
42833      Branch: perl
42834            + ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
42835            + ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
42836            + t/lib/filt-util.t
42837            ! MANIFEST
42838 ____________________________________________________________________________
42839 [  7819] By: jhi                                   on 2000/11/22  22:03:27
42840         Log: Integrate perlio.
42841      Branch: perl
42842           !> README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
42843           !> win32/makefile.mk
42844 ____________________________________________________________________________
42845 [  7818] By: jhi                                   on 2000/11/22  21:56:02
42846         Log: More SOCKS versus 64-bit patches from Jens Hamisch.
42847      Branch: perl
42848            ! doio.c embed.h embed.pl makedef.pl perl.h pp_sys.c proto.h
42849            ! t/lib/io_sock.t
42850 ____________________________________________________________________________
42851 [  7817] By: jhi                                   on 2000/11/22  21:39:49
42852         Log: Subject: [PATCH 5.7.0] Liblist returns found libraries
42853              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
42854              Date: Wed, 22 Nov 2000 16:08:12 -0500
42855              Message-ID: <20001122160812.A24269@monk.mps.ohio-state.edu>
42856      Branch: perl
42857            ! lib/ExtUtils/Liblist.pm
42858 ____________________________________________________________________________
42859 [  7816] By: jhi                                   on 2000/11/22  21:38:25
42860         Log: Go ahead and #include <unistd.h> in perl.h.
42861      Branch: perl
42862            ! doio.c malloc.c mg.c perl.h pp.c pp_hot.c pp_sys.c toke.c
42863            ! util.c
42864 ____________________________________________________________________________
42865 [  7815] By: jhi                                   on 2000/11/22  21:22:52
42866         Log: Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
42867              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
42868              Date: Mon, 20 Nov 2000 18:30:52 -0500
42869              Message-ID: <20001120183051.A15228@monk.mps.ohio-state.edu>
42870      Branch: perl
42871            ! pod/perlre.pod regcomp.c t/op/re_tests
42872 ____________________________________________________________________________
42873 [  7814] By: jhi                                   on 2000/11/22  21:21:46
42874         Log: Subject: [PATCH 5.7.0] Liblist finally works
42875              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
42876              Date: Tue, 21 Nov 2000 22:02:17 -0500
42877              Message-ID: <20001121220217.A24174@monk.mps.ohio-state.edu>
42878      Branch: perl
42879            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
42880            ! lib/ExtUtils/MakeMaker.pm
42881 ____________________________________________________________________________
42882 [  7813] By: jhi                                   on 2000/11/22  21:20:23
42883         Log: Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
42884              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
42885              Date: Wed, 22 Nov 2000 17:53:15 +0100
42886              Message-Id: <20001122174544.49A2.H.M.BRAND@hccnet.nl>
42887              
42888              AIX dynaloader and perlio patch.
42889      Branch: perl
42890            ! ext/DynaLoader/dl_aix.xs
42891 ____________________________________________________________________________
42892 [  7812] By: jhi                                   on 2000/11/22  21:17:52
42893         Log: (Accidentally empty patch.)
42894      Branch: perl
42895            ! av.c
42896 ____________________________________________________________________________
42897 [  7811] By: jhi                                   on 2000/11/22  21:16:31
42898         Log: Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
42899              From: Peter Prymmer <pvhp@forte.com>
42900              Date: Mon, 20 Nov 2000 16:53:54 -0800 (PST)
42901              Message-ID: <Pine.OSF.4.10.10011201651050.373336-100000@aspara.forte.com>
42902      Branch: perl
42903            ! vms/test.com
42904 ____________________________________________________________________________
42905 [  7810] By: jhi                                   on 2000/11/22  21:15:36
42906         Log: Subject: Re: perl@7777 
42907              From: "John P. Linderman" <jpl@research.att.com>
42908              Date: Wed, 22 Nov 2000 13:11:11 -0500
42909              Message-Id: <200011221811.NAA90072@raptor.research.att.com>
42910              
42911              Detypoing.
42912      Branch: perl
42913            ! lib/CPAN.pm
42914 ____________________________________________________________________________
42915 [  7809] By: jhi                                   on 2000/11/22  21:14:19
42916         Log: Subject:  [PATCH perl@7795] Perlio_tell fix
42917              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
42918              Date:     Wed, 22 Nov 2000 13:51:37 EST
42919              Message-Id: <001122135058.56e24@DUPHY4.Physics.Drexel.Edu>
42920      Branch: perl
42921            ! perlsdio.h
42922 ____________________________________________________________________________
42923 [  7808] By: jhi                                   on 2000/11/22  21:13:27
42924         Log: Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
42925              From: Casey Tweten <crt@kiski.net>
42926              Date: Mon, 20 Nov 2000 11:53:03 -0500 (EST)
42927              Message-Id: <200011201653.LAA10194@home.kiski.net>
42928      Branch: perl
42929            ! t/lib/io_udp.t
42930 ____________________________________________________________________________
42931 [  7807] By: jhi                                   on 2000/11/22  21:12:35
42932         Log: Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
42933              From: Casey Tweten <crt@kiski.net>
42934              Date: Mon, 20 Nov 2000 11:36:11 -0500 (EST)
42935              Message-Id: <200011201636.LAA07227@home.kiski.net>
42936      Branch: perl
42937            ! t/lib/io_sock.t
42938 ____________________________________________________________________________
42939 [  7806] By: jhi                                   on 2000/11/22  21:10:59
42940         Log: Subject: Re: [PATCH] Evolution of h2xs [WAS: Re: PATCH subs.pm]
42941              From: "Casey R. Tweten" <crt@kiski.net>
42942              Date: Wed, 22 Nov 2000 09:05:07 -0500 (EST)
42943              Message-ID: <Pine.OSF.4.21.0011220903580.1811-100000@home.kiski.net>
42944      Branch: perl
42945            ! utils/h2xs.PL
42946 ____________________________________________________________________________
42947 [  7805] By: nick                                  on 2000/11/22  21:05:06
42948         Log: Integrate mainline
42949      Branch: perlio
42950           !> Changes Porting/genlog ext/DB_File/DB_File.xs
42951           !> ext/DB_File/version.c lib/Test.pm patchlevel.h
42952           !> utils/perlbug.PL
42953 ____________________________________________________________________________
42954 [  7804] By: jhi                                   on 2000/11/22  21:01:12
42955         Log: Subject: [PATCH] Test.pm POD peculiarity
42956              From: "Casey R. Tweten" <crt@kiski.net>
42957              Date: Tue, 21 Nov 2000 15:01:25 -0500 (EST)
42958              Message-ID: <Pine.OSF.4.21.0011211458020.20114-100000@home.kiski.net>
42959      Branch: perl
42960            ! lib/Test.pm
42961 ____________________________________________________________________________
42962 [  7803] By: jhi                                   on 2000/11/22  20:59:59
42963         Log: Subject: [ID 20001122.002] [PATCH 5.7.0@7795] two small patches to perlbug
42964              From: "Philip Newton" <pnewton@gmx.de>
42965              Date: Wed, 22 Nov 2000 14:25:53 +0100
42966              Message-Id: <3A1BD771.25462.1939FAD@localhost>
42967              
42968              Be case-understanding also on 's', and use the -oi of sendmail
42969              not to terminate the transmission on a lone '.'.
42970      Branch: perl
42971            ! utils/perlbug.PL
42972 ____________________________________________________________________________
42973 [  7802] By: nick                                  on 2000/11/22  20:51:42
42974         Log: Win32 PerlIO intermediate state now working as expected.
42975              - In current state we are still using C runtime in text/binary
42976              mode and "crlf" layer is just a dummy (clone of perlio buffer layer).
42977              - PERLIO=stdio and PERLIO=unix pass all expected tests.
42978              - PERLIO=perlio fails t/lib/dprof.t because Dprof.xs calls PerlIO_tell()
42979              and PerlIO_seek() and the dummy crlf layer is not making adjustments
42980              for CRLF translation happening in C runtime. All other tests pass.
42981              
42982              Added note to README.win32 to point out the snags of doing a perl build
42983              with Norton AntiVirus turned on.
42984              
42985              Tweaked t/pragma/warnings.t so that when run stand-alone you can tell
42986              which file a fail comes from.
42987              
42988              Updated "canned" config.h to match the one generated.
42989      Branch: perlio
42990            ! README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
42991            ! win32/makefile.mk
42992 ____________________________________________________________________________
42993 [  7801] By: jhi                                   on 2000/11/22  06:50:20
42994         Log: Nickety nits.
42995      Branch: perl
42996            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
42997 ____________________________________________________________________________
42998 [  7800] By: jhi                                   on 2000/11/22  01:29:55
42999         Log: Changes had accidentally gone too silent on non-main branches.
43000      Branch: perl
43001            ! Changes Porting/genlog patchlevel.h
43002 ____________________________________________________________________________
43003 [  7799] By: gsar                                  on 2000/11/22  01:02:56
43004         Log: some lib_pm.PL changes snuck in via change#7772
43005      Branch: maint-5.6/perl
43006            ! Makefile.SH
43007 ____________________________________________________________________________
43008 [  7798] By: nick                                  on 2000/11/21  21:59:40
43009         Log: Integrate mainline
43010      Branch: perlio
43011           !> (integrate 28 files)
43012 ____________________________________________________________________________
43013 [  7797] By: jhi                                   on 2000/11/21  21:01:45
43014         Log: Integrate perlio.
43015      Branch: perl
43016           !> doio.c perlio.c perlio.h win32/perllib.c win32/win32.c
43017 ____________________________________________________________________________
43018 [  7796] By: nick                                  on 2000/11/21  20:36:22
43019         Log: Win32 builds and runs (mostly) with USE_PERLIO.
43020              PERLIO=perlio passes all tests. 
43021              PERLIO=stdio (sadly the default) hangs in t.pragma/warnings.t #319
43022      Branch: perlio
43023            ! perlio.c win32/perllib.c win32/win32.c
43024 ____________________________________________________________________________
43025 [  7795] By: jhi                                   on 2000/11/21  19:03:44
43026         Log: Update Changes.
43027      Branch: perl
43028            ! Changes patchlevel.h
43029 ____________________________________________________________________________
43030 [  7794] By: jhi                                   on 2000/11/21  18:56:34
43031         Log: Subject: PerlIO_apply_layers prototype (was Re: [PATCH: perl@7777] add system locale testing for VMS)
43032              From: "Craig A. Berry" <craigberry@mac.com>
43033              Date: Mon, 20 Nov 2000 20:27:06 -0600
43034              Message-Id: <p04330101b63f8baf25a2@[172.16.52.1]>
43035              
43036              A cut-and-pasto.
43037      Branch: perl
43038            ! perlio.h
43039 ____________________________________________________________________________
43040 [  7793] By: jhi                                   on 2000/11/21  18:54:41
43041         Log: Subject: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]
43042              From: Dominic Dunlop <domo@computer.org> 
43043              Date: Mon, 20 Nov 2000 18:55:29 +0100
43044              Message-Id: <p04320403b63b2c750dce@[192.168.1.4]> 
43045              
43046              va_copy() and the need of it.
43047              See <http://wwwold.dkuug.dk/JTC1/SC22/WG14/www/docs/n907.ps>.
43048      Branch: metaconfig/U/perl
43049            + need_va_copy.U
43050      Branch: perl
43051            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
43052            ! config_h.SH configure.com epoc/config.sh handy.h perlio.c
43053            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
43054            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
43055            ! win32/config.bc win32/config.gc win32/config.vc
43056 ____________________________________________________________________________
43057 [  7792] By: jhi                                   on 2000/11/21  17:04:10
43058         Log: Integrate scope.h@7790 from perlio, works better with multiplicity.
43059      Branch: perl
43060           !> scope.h
43061 ____________________________________________________________________________
43062 [  7791] By: jhi                                   on 2000/11/21  17:01:16
43063         Log: Export the SOCKS workaround symbols only if necessary.
43064      Branch: perl
43065            ! doio.c embed.h embed.pl makedef.pl perlsdio.h proto.h
43066 ____________________________________________________________________________
43067 [  7790] By: nick                                  on 2000/11/20  23:57:11
43068         Log: If we use (aTHX_ ...) then put Perl_ on the front. (Or drop the aTHX_).
43069      Branch: perlio
43070            ! scope.h
43071 ____________________________________________________________________________
43072 [  7789] By: nick                                  on 2000/11/20  23:38:33
43073         Log: Integrate mainline
43074      Branch: perlio
43075           +> lib/File/Spec/Epoc.pm
43076           !> (integrate 34 files)
43077 ____________________________________________________________________________
43078 [  7788] By: nick                                  on 2000/11/20  23:20:18
43079         Log: Make extra buffer layer work (dummy crlf layer)
43080      Branch: perlio
43081            ! doio.c perlio.c perlio.h
43082 ____________________________________________________________________________
43083 [  7787] By: jhi                                   on 2000/11/20  22:44:04
43084         Log: Subject: [PATCH: perl@7777] add system locale testing for VMS
43085              From: Peter Prymmer <pvhp@forte.com>
43086              Date: Mon, 20 Nov 2000 12:56:52 -0800 (PST)
43087              Message-ID: <Pine.OSF.4.10.10011201244390.376086-100000@aspara.forte.com>
43088      Branch: perl
43089            ! t/pragma/locale.t
43090 ____________________________________________________________________________
43091 [  7786] By: jhi                                   on 2000/11/20  22:29:10
43092         Log: Subject: DOC PATCH 5.6.0 perlreftut
43093              From: mjd@plover.com
43094              Date: 20 Nov 2000 19:45:06 -0000
43095              Message-ID: <20001120194506.9505.qmail@plover.com>
43096      Branch: perl
43097            ! pod/perlreftut.pod
43098 ____________________________________________________________________________
43099 [  7785] By: jhi                                   on 2000/11/20  22:27:44
43100         Log: Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
43101              From: David Dyck <dcd@tc.fluke.com>
43102              Date: Mon, 20 Nov 2000 11:43:40 -0800
43103              Message-Id: <200011201943.LAA08451@dd.tc.fluke.com>
43104      Branch: perl
43105            ! lib/Cwd.pm
43106 ____________________________________________________________________________
43107 [  7784] By: jhi                                   on 2000/11/20  22:23:21
43108         Log: Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
43109              Date: Mon, 20 Nov 2000 17:06:10 -0500
43110              To: Mailing list Perl5 <perl5-porters@perl.org>
43111              Message-ID: <20001120170609.A11780@monk.mps.ohio-state.edu>
43112      Branch: perl
43113            ! pp_ctl.c t/op/pat.t
43114 ____________________________________________________________________________
43115 [  7783] By: jhi                                   on 2000/11/20  22:11:18
43116         Log: Subject: [PATCH] doop.c - UTF8 tr///               
43117              From: Simon Cozens <simon@cozens.net>
43118              Date: Sat, 18 Nov 2000 18:49:30 +0000
43119              Message-ID: <20001118184930.A31687@pembro4.pmb.ox.ac.uk>
43120              
43121              Subject: Re: [PATCH] doop.c - UTF8 tr///           
43122              From: Simon Cozens <simon@cozens.net>
43123              Date: Mon, 20 Nov 2000 20:45:22 +0000
43124              Message-ID: <20001120204522.A26042@pembro4.pmb.ox.ac.uk>
43125              
43126              Make tr on UTF-8 better but still not correct.
43127      Branch: perl
43128            ! doop.c
43129 ____________________________________________________________________________
43130 [  7782] By: jhi                                   on 2000/11/20  22:02:16
43131         Log: Remove the shared object before attempting to create
43132              (by linking) a new one.  E.g. in AIX not removing
43133              becomes quite painful if one tries to do more than one
43134              build in the same tree (an interrupted build, for example),
43135              since the AIX' shared dynaloader seemingly keeps the shared
43136              objects open and therefore 'busy' for quite a while, even when
43137              nobody is using the objects, leading into link failures.
43138      Branch: perl
43139            ! lib/ExtUtils/MM_Unix.pm
43140 ____________________________________________________________________________
43141 [  7781] By: gsar                                  on 2000/11/20  19:02:55
43142         Log: type mismatch due to faulty integration
43143      Branch: maint-5.6/perl
43144            ! toke.c win32/Makefile
43145 ____________________________________________________________________________
43146 [  7780] By: gsar                                  on 2000/11/20  17:31:55
43147         Log: integrate changes#6392,6394..6399,6401..6404
43148              
43149              The {multiplier} of a fixed substring was overlooked which
43150              caused a wrong initial search offset for that substring.
43151              
43152              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
43153              From: Hugo <hv@crypt.compulink.co.uk>
43154              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
43155              Date: Thu, 13 Jul 2000 19:27:13 +0100
43156              
43157              Fix the BOM bug: not a byteorder bug, a signedness bug.
43158              
43159              Replace change #6337 with a better one.
43160              
43161              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
43162              From: Hugo <hv@crypt.compulink.co.uk>
43163              Date: Fri, 14 Jul 2000 04:16:20 +0100
43164              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
43165              
43166              MakeMaker should not remove editor backups (*~) on `make clean`
43167              by default (completes change#6383)
43168              
43169              move new variables to the end of the interpreter structure (for
43170              bincompat in code that doesn't #include XSUB.h)
43171              
43172              rename totally bletcherous SvLOCK() thingy (doesn't do what the
43173              name suggests anyway)
43174              
43175              various cleanups (typos, misformatted code, and small bugs)
43176              
43177              typecasts needed for change#6394
43178              
43179              typos in change#6399, regen headers
43180              
43181              inconsistent types needs casts
43182              
43183              PERL_OBJECT build tweaks
43184      Branch: maint-5.6/perl
43185           !> MANIFEST doop.c embed.h embed.pl embedvar.h
43186           !> ext/IPC/SysV/Makefile.PL global.sym intrpvar.h
43187           !> lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h pod/perlapi.pod
43188           !> pp.c proto.h regcomp.c regexec.c sv.h t/op/re_tests thread.h
43189           !> toke.c util.c
43190 ____________________________________________________________________________
43191 [  7779] By: gsar                                  on 2000/11/20  17:06:29
43192         Log: integrate changes#6376..6378,6380,6383,6385..6388,6391
43193              
43194              Cosmetics and perldelta.
43195              
43196              Fix nits noticed by Boston.pm.
43197              
43198              Do the cc sanity check both before the hints and
43199              after the cc selction.
43200              
43201              get sprintf.t to adjust properly for 3-digit exponents
43202              
43203              don't clobber *.orig files on *clean targets
43204              
43205              fix bugs in processing %v-*d and similar format specs (from
43206              Avi Finkel <avi@finkel.org>)
43207              
43208              sprintf test tweaks (from Dominic Dunlop)
43209              
43210              new selfloader.t in change#6183 doesn't close DATA handles,
43211              and thus fails to clean up tmp files on dosish platforms
43212              
43213              typos (spotted by Peter Prymmer)
43214              
43215              typo fix from Craig Berry
43216      Branch: maint-5.6/perl
43217           !> Configure Makefile.SH config_h.SH ext/IPC/SysV/Makefile.PL
43218           !> pod/perldelta.pod pod/perlre.pod sv.c t/lib/english.t
43219           !> t/lib/selfloader.t t/op/sprintf.t vms/subconfigure.com
43220           !> x2p/Makefile.SH
43221 ____________________________________________________________________________
43222 [  7778] By: gsar                                  on 2000/11/20  16:46:51
43223         Log: integrate changes#6340..6342,6348,6354,6356,6357,6371,6372,6375
43224              
43225              Subject: Re: format bug report  [Patch]
43226              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
43227              Date: Wed, 05 Jul 2000 13:12:52 +0200
43228              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
43229              
43230              Subject: Re: format bug report  [Patch]
43231              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
43232              Date: Wed, 05 Jul 2000 14:10:01 +0200
43233              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
43234              
43235              Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
43236              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
43237              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
43238              Date: Fri, 07 Jul 2000 17:57:16 +0100
43239              
43240              Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
43241              To: perl5-porters@perl.org
43242              From: Karsten Sperling <spiff@phreax.net>
43243              Date: Mon, 10 Jul 2000 15:12:52 +0200
43244              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
43245              
43246              README.posix-bc podified from Thomas Dorner.
43247              
43248              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take2
43249              From: Dominic Dunlop <domo@computer.org>
43250              Date: Tue, 11 Jul 2000 12:27:33 +0200
43251              Message-Id: <p04320405b590a14d4650@[192.168.1.4]>
43252              
43253              Typo in #6341.
43254              
43255              Fix for
43256              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
43257              From: Roderick Schertler <roderick@argon.org>
43258              Date: Tue, 11 Jul 2000 13:55:05 -0400
43259              Message-Id: <200007111755.NAA05077@jones.argon.org>
43260              
43261              Minor cleanups on the booklist.
43262              
43263              Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
43264              regen perltoc.
43265              
43266              windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
43267      Branch: maint-5.6/perl
43268           +> pod/perlbook.pod
43269           !> MANIFEST README.posix-bc doio.c lib/Symbol.pm pod/Makefile.SH
43270           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq2.pod pod/perltoc.pod
43271           !> pp_hot.c t/op/sprintf.t t/op/write.t toke.c win32/win32sck.c
43272 ____________________________________________________________________________
43273 [  7777] By: jhi                                   on 2000/11/20  16:08:49
43274         Log: Update Changes.
43275      Branch: perl
43276            ! Changes patchlevel.h
43277 ____________________________________________________________________________
43278 [  7776] By: jhi                                   on 2000/11/20  15:27:56
43279         Log: Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
43280              This may be overly harsh but until proven otherwise, we think this
43281              way, or until we have a simple test for Configure (having to start
43282              up servers is does not count as simple) to check for the problems.
43283      Branch: perl
43284            ! perl.h
43285 ____________________________________________________________________________
43286 [  7775] By: jhi                                   on 2000/11/20  15:22:17
43287         Log: Solaris hints tweaks.
43288      Branch: perl
43289            ! hints/solaris_2.sh
43290 ____________________________________________________________________________
43291 [  7774] By: jhi                                   on 2000/11/20  15:01:20
43292         Log: Add a workaround to SOCKS 64-bit problems.
43293      Branch: perl
43294            ! doio.c embed.h embed.pl perlsdio.h proto.h
43295 ____________________________________________________________________________
43296 [  7773] By: jhi                                   on 2000/11/20  14:51:47
43297         Log: sysseek() instead of seek().
43298      Branch: perl
43299            ! t/lib/syslfs.t
43300 ____________________________________________________________________________
43301 [  7772] By: gsar                                  on 2000/11/20  13:06:23
43302         Log: integrate changes#6315..6319,6321..6331,6333..6338
43303              
43304              Integrate with Sarathy, preliminary fix for unicos
43305              alignment problems in [ID 20000612.002] Perl problem on Cray system.
43306              
43307              some debugger output does not go to the socket when RemotePort is set
43308              
43309              winsock cleanup never done on Windows (leads to handle leaks)
43310              
43311              fix UNC path handling on Windows under ithreads, and chdir()
43312              return value when given a non-existent directory
43313              
43314              Autogenerate pod/Makefile and pod/buildtoc.
43315              buildtoc also checks whether the existin pods are
43316              mentioned in MANIFEST and perl.pod, and vice versa.
43317              (None of the thusly found discrepancies fixed yet.)
43318              roffitall also needs to be autogenerated similarly but it
43319              seems so badly out of date that I didn't touch it yet.
43320              
43321              Config is being used.
43322              
43323              Add =head1 NAMEs so that buildtoc is happy.
43324              (The CGI::Util nit reported to Lincoln.)
43325              
43326              Fix complaints of buildtoc.
43327              
43328              Fix the alignment problem in Crays ([ID 20000612.002]).
43329              
43330              Remove perlbook, update perlfaq book listing,
43331              rearrange perl.pod, regenerate perltoc.
43332              
43333              Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
43334              was cast to an unsigned (32-bit) integer with wild abandon.
43335              
43336              winsock options weren't being set in all threads under ithreads
43337              (caused send()s from second and subsequent threads to fail)
43338              
43339              accept() leaks memory on windows due to incorrect ordering of
43340              closesocket() and fclose() calls
43341              
43342              Reorder perl.pod once more.
43343              
43344              More POSIX.pod tweaks.
43345              
43346              Sprinkle ldlibpath.
43347              
43348              Precedence goof, fix based on
43349              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
43350              From: Hugo <hv@crypt.compulink.co.uk>
43351              Date: Tue, 11 Jul 2000 12:52:38 +0100
43352              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
43353              
43354              Subject: PATCH perlguts.pod: Document D and d magic types
43355              From: mjd@plover.com
43356              Date: 5 Jul 2000 18:01:51 -0000
43357              Message-ID: <20000705180151.29413.qmail@plover.com>
43358              
43359              Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
43360              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
43361              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
43362              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
43363              
43364              Subject: [PATCH cfgperl] $& segfaults if you trick it
43365              From: simon@brecon.co.uk (Simon Cozens)
43366              Date: 7 Jul 2000 11:26:09 GMT
43367              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
43368              
43369              Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
43370              From: Hugo <hv@crypt.compulink.co.uk>
43371              Date: Tue, 11 Jul 2000 12:44:50 +0100
43372              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
43373              
43374              Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
43375              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
43376              Date: Tue, 11 Jul 2000 13:50:51 +0100
43377              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
43378      Branch: maint-5.6/perl
43379           +> ext/DynaLoader/hints/netbsd.pl lib/Win32.pod pod/Makefile.SH
43380           +> pod/buildtoc.PL
43381            - pod/Makefile pod/Win32.pod pod/buildtoc pod/perlbook.pod
43382           !> (integrate 26 files)
43383 ____________________________________________________________________________
43384 [  7771] By: gsar                                  on 2000/11/20  12:31:42
43385         Log: integrate changes#6283..6285,6291,6294..6300,6302..6304,6306..6307,
43386              6310,6311,6314
43387              
43388              Subject: [PATCH bleedperl] File::Spec 0.82 beta
43389              From: Barrie Slaymaker <barries@jester.slaysys.com>
43390              Date: Wed, 28 Jun 2000 11:35:29 -0400
43391              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
43392              
43393              tweak perlembed for multiplicity/usethreads sanity; correct notes
43394              about Windows
43395              
43396              localize %INC in a Safe compartment so that use/require work
43397              (many other magic globals probably need similar treatment)
43398              
43399              dounwind() may cause POPSUB() to diddle the wrong PL_curpad
43400              when @_ is modified, causing coredumps
43401              
43402              slurp mode fix in change#4736 still not quite right
43403              
43404              Point to perlipc for more SysV IPC examples.
43405              
43406              Elaborate POSIX.pod.  Still needs work.
43407              
43408              fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
43409              
43410              fix large memory leak that has been around for ever, masked by
43411              -DPURIFY (most of the arenas were never freed!)
43412              
43413              fix memory leak on Windows (PL_sys_intern contents were never
43414              freed)
43415              
43416              PERL_OBJECT build tweak
43417              
43418              adjust change#6299
43419              
43420              remove rel2abs prototypes (from Barrie Slaymaker)
43421              
43422              missing perldiag entry for unpack("w",...) diagnostic (from
43423              Andreas Koenig)
43424              
43425              better diagnostic on Frob->stuff() when Frob:: doesn't exist
43426              (from Richard Soderberg <rs@oregonnet.com>)
43427              
43428              Win32 patches for cfgperl from Sarathy.
43429              
43430              b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
43431              
43432              More POSIX.pod embellishment.
43433              
43434              tyop in change#6306
43435      Branch: maint-5.6/perl
43436           !> (integrate 44 files)
43437 ____________________________________________________________________________
43438 [  7770] By: gsar                                  on 2000/11/20  11:51:00
43439         Log: integrate changes#6268..6282 from cfgperl branch
43440              
43441              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
43442              From: Dominic Dunlop <domo@computer.org>
43443              Date: Thu, 29 Jun 2000 12:32:39 +0200
43444              Message-Id: <p04320403b580cc1338db@[192.168.1.4]>
43445              
43446              Regen headers for #6261 (and update embed.pl for this) and #6267,
43447              silence few compiler warnings.
43448              
43449              Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
43450              From: Nicholas Clark <nick@talking.bollo.cx>
43451              Date: Fri, 23 Jun 2000 16:21:15 +0100
43452              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
43453              
43454              Subject: PATCH pod/perltie.pod
43455              From: Ian Phillipps <Ian.Phillipps@iname.com>
43456              Date: Fri, 16 Jun 2000 00:17:19 +0100
43457              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
43458              (only the first hunk, the second hunk had already been done
43459              by some other patch)
43460              
43461              Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
43462              From: Tom Phoenix <rootbeer@redcat.com>
43463              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
43464              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
43465              
43466              Subject: [PATCH] xsub attributes
43467              From: Doug MacEachern <dougm@covalent.net>
43468              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
43469              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
43470              
43471              Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
43472              From: Andy Dougherty <doughera@lafayette.edu>
43473              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
43474              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
43475              
43476              Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
43477              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
43478              Date: Tue, 13 Jun 2000 02:43:48 -0500
43479              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
43480              
43481              Subject: [PATCH] Re: eval documentation: context
43482              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
43483              Date: Mon, 12 Jun 2000 15:07:29 +0100
43484              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
43485              
43486              Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
43487              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
43488              Date: Mon, 12 Jun 2000 14:55:59 +0100
43489              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
43490              
43491              Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
43492              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
43493              Date: Fri, 09 Jun 2000 12:39:27 -0400
43494              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
43495              (plus update the version "number" of Text::Wrap)
43496              
43497              Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
43498              From: Tim Ayers <tayers@bridge.com>
43499              Date: Thu, 08 Jun 2000 08:11:06 +0200
43500              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
43501              [resent by Richard Foley, Message-Id probably wrong]
43502              
43503              Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
43504              From: rspier@pobox.com (Robert Spier)
43505              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
43506              Message-ID: <14654.31913.845602.610277@rls.cx>
43507              
43508              Subject: [PATCH 5.6.0] utils/h2xs.PL
43509              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
43510              Date: Wed, 7 Jun 2000 04:02:04 -0500
43511              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
43512              
43513              Subject: [PATCH 5.6.0]ITHREADs for VMS
43514              From: Dan Sugalski <dan@sidhe.org>
43515              Date: Tue, 06 Jun 2000 11:59:50 -0400
43516              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
43517      Branch: maint-5.6/perl
43518           !> (integrate 31 files)
43519 ____________________________________________________________________________
43520 [  7769] By: gsar                                  on 2000/11/20  11:29:06
43521         Log: integrate changes#6261..6266 from cfgperl
43522              
43523              Subject: Re: [PATCH cfgperl] BOMs away!
43524              From: simon@brecon.co.uk (Simon Cozens)
43525              Date: 17 Jun 2000 11:49:57 GMT
43526              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
43527              
43528              Subject: 5.6.0 Patch for EPOC
43529              From: Olaf Flebbe <o.flebbe@gmx.de>
43530              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
43531              Message-ID: <23449.960929969@www11.gmx.net>
43532              
43533              tr fixes from Simon Cozens
43534              
43535              Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
43536              From: Marty Lucich <marty@netcom.com>
43537              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
43538              Message-Id: <200006282116.OAA11148@netcom.com>
43539              ccdlflags update (the BSD/OS 4.1 part had already been taken
43540              care of by #6141).
43541              
43542              Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
43543              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
43544              Date: Wed, 28 Jun 2000 17:50:12 -0700
43545              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
43546              
43547              Subject: [PATCH 5.6.0] cygwin port
43548              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
43549              From: "Fifer, Eric" <EFifer@sanwaint.com>
43550              Date: Thu, 29 Jun 2000 12:58:29 +0100
43551      Branch: maint-5.6/perl
43552           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
43553           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
43554           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
43555           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
43556 ____________________________________________________________________________
43557 [  7768] By: gsar                                  on 2000/11/20  11:13:44
43558         Log: integrate changes#6252..6256,6259..6260
43559              
43560              Paranoia tweak on #6249.
43561              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
43562              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
43563              Date: Sun, 25 Jun 2000 23:43:12 -0400
43564              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
43565              
43566              Subject: tr///, help wanted.
43567              From: simon@brecon.co.uk (Simon Cozens)
43568              Date: 28 Jun 2000 11:29:04 GMT
43569              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
43570              
43571              small thinko tweaks
43572              
43573              tweaks from Simon Conzes to further fix tr/// under utf8
43574              
43575              perlnewmod was missing from MANIFEST.
43576              
43577              Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
43578              From: simon@brecon.co.uk (Simon Cozens)
43579              Date: 17 Jun 2000 11:56:44 GMT
43580              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org>
43581              pack U0, pack C0
43582      Branch: maint-5.6/perl
43583           !> MANIFEST doop.c embed.h embed.pl embedvar.h global.sym
43584           !> lib/Exporter.pm lib/IPC/Open3.pm objXSUB.h op.c
43585           !> pod/perlfunc.pod pp.c pp_proto.h proto.h sv.c t/op/my_stash.t
43586           !> t/op/pack.t t/op/tr.t t/pragma/constant.t t/pragma/warn/op
43587 ____________________________________________________________________________
43588 [  7767] By: gsar                                  on 2000/11/20  10:51:38
43589         Log: integrate change#6250 from cfgperl
43590              
43591              Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
43592              From: Doug MacEachern <dougm@covalent.net>
43593              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
43594              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
43595      Branch: maint-5.6/perl
43596           +> t/op/my_stash.t
43597           !> MANIFEST embed.pl global.sym proto.h toke.c
43598 ____________________________________________________________________________
43599 [  7766] By: gsar                                  on 2000/11/20  10:48:34
43600         Log: integrate changes#6240,6242..6246,6248,6249 from cfgperl
43601              
43602              Subject: [ID 20000626.007] h2xs man page contains trailing garbage
43603              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
43604              Date: Mon, 26 Jun 2000 18:40:14 +0100
43605              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
43606              
43607              Subject: [PATCH] bytes<->utf8 fixes
43608              From: simon@brecon.co.uk (Simon Cozens)
43609              Date: 26 Jun 2000 04:55:45 GMT
43610              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
43611              
43612              Subject: [PATCH] is_utf8_string
43613              From: simon@brecon.co.uk (Simon Cozens)
43614              Date: 26 Jun 2000 02:25:59 GMT
43615              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
43616              
43617              Subject: [PATCH] avoid mg_ptr in '*' magic
43618              From: Doug MacEachern <dougm@covalent.net>
43619              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
43620              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
43621              
43622              Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
43623              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
43624              Date: Sat, 24 Jun 2000 13:06:20 +0100
43625              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
43626              
43627              Allow for standalone testing.
43628              
43629              Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
43630              From: Mark-Jason Dominus <mjd@plover.com>
43631              Date: Tue, 27 Jun 2000 22:36:42 -0400
43632              Message-ID: <20000628023642.12166.qmail@plover.com>
43633              
43634              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
43635              From: Frank Tobin <ftobin@uiuc.edu>
43636              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
43637              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
43638      Branch: maint-5.6/perl
43639           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
43640           !> global.sym gv.c lib/IPC/Open3.pm objXSUB.h perlapi.c perlapi.h
43641           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp_proto.h
43642           !> proto.h sv.c t/lib/filefunc.t t/lib/filespec.t t/lib/peek.t
43643           !> utf8.c utils/h2xs.PL
43644 ____________________________________________________________________________
43645 [  7765] By: gsar                                  on 2000/11/20  10:29:13
43646         Log: integrate change#6239 from cfgperl
43647              
43648              Configure maintenance.  Sever some dependency cycles,
43649              separate gccversion from the cc unit,
43650              address [ID 20000623.006] Configure script patch for using gcc on AIX
43651              (but solve it a little bit differently),
43652              unduplex some accidentally duplicated units,
43653              suggest using gcc if no cc available
43654              (p5p thread: "Solaris configure: counterproposal", 1999-09)
43655      Branch: maint-5.6/perl
43656           !> Configure Todo-5.6 config_h.SH
43657 ____________________________________________________________________________
43658 [  7764] By: gsar                                  on 2000/11/20  10:25:55
43659         Log: integrate changes#6233..6238 from cfgperl
43660              
43661              Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
43662              From: Mark-Jason Dominus <mjd@plover.com>
43663              Date: Fri, 16 Jun 2000 20:53:04 -0400
43664              Message-ID: <20000617005304.8008.qmail@plover.com>
43665              
43666              Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
43667              because when run as services (Win32ese for daemons)
43668              no environment variables are set and tmpdir ends up as /tmp,
43669              which is ambiguous.
43670              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
43671              From: matt@sergeant.org
43672              Date: 16 Jun 2000 16:30:43 -0000
43673              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
43674              
43675              The thread begun by
43676              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
43677              From: Kevin.Ruscoe@ubsw.com
43678              Date: Fri, 16 Jun 2000 16:38:51 +0100
43679              Message-Id: <H000019b03c300d6@MHS>
43680              
43681              Tweak embed.pl, regen headers.
43682              
43683              Subject: [PATCH 5.6.0] XS module loading fixup for VMS
43684              From: Dan Sugalski <dan@sidhe.org>
43685              Date: Fri, 23 Jun 2000 17:00:00 -0400
43686              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
43687      Branch: maint-5.6/perl
43688           !> (integrate 27 files)
43689 ____________________________________________________________________________
43690 [  7763] By: gsar                                  on 2000/11/20  10:08:08
43691         Log: s/perl56delta/perldelta/g
43692      Branch: maint-5.6/perl
43693            ! pod/Makefile
43694 ____________________________________________________________________________
43695 [  7762] By: gsar                                  on 2000/11/20  10:04:00
43696         Log: integrate changes#6225,6229,6231,6232 from cfgperl
43697              
43698              Add source code filenames to apidoc.
43699              From: simon@brecon.co.uk (Simon Cozens)
43700              Subject: [PATCH embed.pl] Source X-ref
43701              Date: 22 Jun 2000 02:18:49 GMT
43702              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
43703              
43704              Subject: README.hpux version 0.6.1
43705              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
43706              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
43707              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
43708              
43709              Subject: [PATCH 5.6.0] cygwin port
43710              From: "Fifer, Eric" <EFifer@sanwaint.com>
43711              Date: Tue, 20 Jun 2000 14:30:58 +0100
43712              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
43713              
43714              Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
43715              From: simon@brecon.co.uk (Simon Cozens)
43716              Date: 19 Jun 2000 15:18:27 GMT
43717              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
43718              
43719              plus update pod/Makefile and regenerate perltoc
43720      Branch: maint-5.6/perl
43721           +> pod/perlutil.pod
43722           !> MANIFEST README.cygwin README.hpux Todo-5.6 embed.pl
43723           !> lib/File/Find.pm pod/Makefile pod/perltoc.pod pod/roffitall
43724 ____________________________________________________________________________
43725 [  7761] By: jhi                                   on 2000/11/20  04:09:55
43726         Log: Miraculous typo.
43727      Branch: perl
43728            ! t/op/pat.t
43729 ____________________________________________________________________________
43730 [  7760] By: jhi                                   on 2000/11/20  04:06:08
43731         Log: Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
43732              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
43733              Date: Sun, 19 Nov 2000 22:30:26 -0500
43734              Message-ID: <20001119223026.A5165@monk.mps.ohio-state.edu>
43735      Branch: perl
43736            ! regexec.c scope.h t/op/pat.t
43737 ____________________________________________________________________________
43738 [  7759] By: jhi                                   on 2000/11/20  02:05:22
43739         Log: Make certain MacOS Classic has NO_ENVIRON_ARRAY.
43740      Branch: perl
43741            ! perl.h
43742 ____________________________________________________________________________
43743 [  7758] By: jhi                                   on 2000/11/20  01:58:11
43744         Log: Subject: [perl 7711: EPOC] updates
43745              From: Olaf Flebbe <o.flebbe@gmx.de>
43746              Date: Sun, 19 Nov 2000 19:33:30 +0100 (MET)
43747              Message-ID: <25575.974658810@www23.gmx.net>               
43748      Branch: perl
43749            + lib/File/Spec/Epoc.pm
43750            ! MANIFEST epoc/epocish.c lib/CGI.pm lib/Cwd.pm
43751            ! lib/File/Basename.pm lib/File/Find.pm lib/File/Path.pm
43752            ! lib/File/Spec.pm perl.c sv.c
43753 ____________________________________________________________________________
43754 [  7757] By: jhi                                   on 2000/11/20  01:53:11
43755         Log: ext/re/hints/MSWin32.pl seems to be missing from perlio.
43756      Branch: perl
43757            ! MANIFEST
43758 ____________________________________________________________________________
43759 [  7756] By: jhi                                   on 2000/11/20  01:47:22
43760         Log: Integrate perlio.
43761      Branch: perl
43762            - ext/re/hints/MSWin32.pl
43763           !> global.sym perlio.c perlio.h perliol.h pod/perlapi.pod sv.c
43764           !> win32/config.gc win32/config_H.gc win32/win32sck.c
43765 ____________________________________________________________________________
43766 [  7755] By: nick                                  on 2000/11/19  20:57:17
43767         Log: Add dummy crlf layer (just as buffer)
43768              Correct 1st bug - one layer of indirection.
43769      Branch: perlio
43770            ! perlio.c perlio.h perliol.h
43771 ____________________________________________________________________________
43772 [  7754] By: nick                                  on 2000/11/19  20:56:12
43773         Log: Work-round to Perl_deb_nocontext is no longer required
43774      Branch: perlio
43775            - ext/re/hints/MSWin32.pl
43776 ____________________________________________________________________________
43777 [  7753] By: nick                                  on 2000/11/19  20:01:16
43778         Log: diff -se shows these as different
43779      Branch: perlio
43780            ! global.sym pod/perlapi.pod
43781 ____________________________________________________________________________
43782 [  7752] By: nick                                  on 2000/11/19  18:57:30
43783         Log: Configure GCC/Win32 build -Duseperlio
43784              Fix a couple of gross issues
43785              - double-include of ../deb.o in re.dll
43786              - win32sck.c needs PerlIO and FILE 
43787      Branch: perlio
43788            ! ext/re/hints/MSWin32.pl win32/config.gc win32/config_H.gc
43789            ! win32/win32sck.c
43790 ____________________________________________________________________________
43791 [  7751] By: nick                                  on 2000/11/19  17:05:36
43792         Log: Special case :crlf and :raw in dummy PerlIO_apply_layers
43793      Branch: perlio
43794            ! perlio.c
43795 ____________________________________________________________________________
43796 [  7750] By: nick                                  on 2000/11/19  16:57:14
43797         Log: Missing aTHX_
43798      Branch: perlio
43799            ! sv.c
43800 ____________________________________________________________________________
43801 [  7749] By: jhi                                   on 2000/11/19  16:28:40
43802         Log: Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
43803              From: "Peter J. Farley III" <pjfarley@banet.net>
43804              Date: Sun, 19 Nov 2000 01:42:58 -0500
43805              Message-Id: <5.0.1.4.0.20001119011855.00a55ec0@pop5.banet.net>
43806      Branch: perl
43807            ! djgpp/config.over ext/Storable/Storable.pm hints/dos_djgpp.sh
43808 ____________________________________________________________________________
43809 [  7748] By: jhi                                   on 2000/11/19  16:08:10
43810         Log: Subject: podlators 1.05 available        
43811              From: Russ Allbery <rra@stanford.edu>   
43812              Date: 18 Nov 2000 22:04:28 -0800
43813              Message-ID: <ylitpkijkj.fsf@windlord.stanford.edu>
43814      Branch: perl
43815            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
43816 ____________________________________________________________________________
43817 [  7747] By: nick                                  on 2000/11/19  11:19:39
43818         Log: Integrate mainline
43819      Branch: perlio
43820           !> embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
43821           !> util.c
43822 ____________________________________________________________________________
43823 [  7746] By: jhi                                   on 2000/11/19  06:42:22
43824         Log: Make hex scanning warn on "\x{x}" and "\xx".
43825              "\x" and and hex("x") are still valid.
43826      Branch: perl
43827            ! util.c
43828 ____________________________________________________________________________
43829 [  7745] By: nick                                  on 2000/11/18  22:52:28
43830         Log: Integrate mainline
43831      Branch: perlio
43832           !> emacs/ptags embed.h embed.pl lib/CPAN.pm lib/CPAN/FirstTime.pm
43833           !> perl.h perlio.c proto.h regcomp.c regcomp.h
43834 ____________________________________________________________________________
43835 [  7744] By: jhi                                   on 2000/11/18  22:50:28
43836         Log: Introduce Perl_utf8_length().  Use it.
43837      Branch: perl
43838            ! embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
43839 ____________________________________________________________________________
43840 [  7743] By: jhi                                   on 2000/11/18  22:38:51
43841         Log: Compiler denit.
43842      Branch: perl
43843            ! perlio.c
43844 ____________________________________________________________________________
43845 [  7742] By: jhi                                   on 2000/11/18  20:33:05
43846         Log: Integrate perlio.
43847      Branch: perl
43848           !> cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
43849           !> perlio.h pp_ctl.c pp_sys.c sv.c
43850 ____________________________________________________________________________
43851 [  7741] By: jhi                                   on 2000/11/18  20:31:27
43852         Log: Subject: [PATCH 5.7.0] make regcomp reenterable
43853              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
43854              Date: Fri, 17 Nov 2000 20:35:11 -0500
43855              Message-ID: <20001117203511.A13121@monk.mps.ohio-state.edu>
43856              
43857              Subject: Re: [PATCH 5.7.0] make regcomp reenterable
43858              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
43859              Date: Fri, 17 Nov 2000 21:03:47 -0500
43860              Message-ID: <20001117210347.A16570@monk.mps.ohio-state.edu>
43861              
43862              Plus a little bit of tweaking in pregcomp().
43863      Branch: perl
43864            ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
43865 ____________________________________________________________________________
43866 [  7740] By: nick                                  on 2000/11/18  20:17:22
43867         Log: Lexical use open ... support:
43868              add ->cop_io to COP structure in cop.h.
43869              Make mg.c and gv.c associate it with ${^OPEN}.
43870              Make lib/open.pm set it.
43871              Have sv.c, perl.c, pp_ctl.c, op.c manipulate it in a manner
43872              manner similar to ->cop_warnings.
43873              Have doio.c's do_open9 and pp_sys.c's pp_backticks use it as default and
43874              call new PerlIO_apply_layers().
43875              Declare latter in perlio.h and define in perlio.c
43876      Branch: perlio
43877            ! cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
43878            ! perlio.h pp_ctl.c pp_sys.c sv.c
43879 ____________________________________________________________________________
43880 [  7739] By: jhi                                   on 2000/11/18  19:54:00
43881         Log: Integrate perlio.
43882      Branch: perl
43883           !> doio.c perlio.c pp.c
43884 ____________________________________________________________________________
43885 [  7738] By: jhi                                   on 2000/11/18  17:16:13
43886         Log: Subject: [PATCH 5.7.0] etags broken again
43887              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
43888              Date: Sat, 18 Nov 2000 02:41:36 -0500
43889              Message-ID: <20001118024136.A19097@monk.mps.ohio-state.edu>
43890      Branch: perl
43891            ! emacs/ptags
43892 ____________________________________________________________________________
43893 [  7737] By: jhi                                   on 2000/11/18  17:12:18
43894         Log: Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
43895      Branch: perl
43896            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
43897 ____________________________________________________________________________
43898 [  7736] By: nick                                  on 2000/11/18  14:06:20
43899         Log: Basic tweaks to do_open() type parsing to allow layer/discipline
43900              part to be isolated.
43901      Branch: perlio
43902            ! doio.c perlio.c
43903 ____________________________________________________________________________
43904 [  7735] By: nick                                  on 2000/11/18  11:03:32
43905         Log: Integrate mainline
43906      Branch: perlio
43907           !> Changes README.amiga README.win32 patchlevel.h
43908           !> pod/perlfunc.pod pp.c regcomp.c regexec.c t/op/re_tests
43909 ____________________________________________________________________________
43910 [  7734] By: jhi                                   on 2000/11/18  01:18:56
43911         Log: Update Changes.
43912      Branch: perl
43913            ! Changes patchlevel.h
43914 ____________________________________________________________________________
43915 [  7733] By: jhi                                   on 2000/11/18  00:32:54
43916         Log: Subject: [PATCH 5.7.0] restore match data on backtracing
43917              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
43918              Date: Fri, 17 Nov 2000 17:28:02 -0500
43919              Message-ID: <20001117172802.A1032@monk.mps.ohio-state.edu>
43920      Branch: perl
43921            ! regcomp.c regexec.c t/op/re_tests
43922 ____________________________________________________________________________
43923 [  7732] By: jhi                                   on 2000/11/18  00:28:56
43924         Log: Sparc 64-bit pack() fix from Jens Hamisch.
43925      Branch: perl
43926            ! pp.c
43927 ____________________________________________________________________________
43928 [  7731] By: jhi                                   on 2000/11/18  00:18:39
43929         Log: Explain in more detail the {} syntax ambiguousity.
43930              
43931              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
43932              From: Nicholas Clark <nick@ccl4.org>
43933              Date: Fri, 17 Nov 2000 22:10:28 +0000
43934              Message-ID: <20001117221028.A88930@plum.flirble.org>
43935      Branch: perl
43936            ! pod/perlfunc.pod
43937 ____________________________________________________________________________
43938 [  7730] By: jhi                                   on 2000/11/18  00:12:18
43939         Log: Subject: Fix for README.amiga (20000323.033)
43940              From: "Stephen P. Potter" <spp@spotter.yi.org>
43941              Date: Fri, 17 Nov 2000 12:25:51 -0500
43942              Message-Id: <200011171725.MAA05768@spotter.yi.org>
43943      Branch: perl
43944            ! README.amiga
43945 ____________________________________________________________________________
43946 [  7729] By: jhi                                   on 2000/11/18  00:08:34
43947         Log: Subject: [PATCH 5.6.0 README.win32] very minor typos
43948              From: "A. C. Yardley" <yardley@tanet.net>
43949              Date: Mon, 3 Apr 2000 11:35:33 -0700
43950              Message-ID: <3483.000403@tanet.net>
43951      Branch: perl
43952            ! README.win32
43953 ____________________________________________________________________________
43954 [  7728] By: nick                                  on 2000/11/17  21:59:47
43955         Log: Integrate mainline
43956      Branch: perlio
43957           !> configure.com hints/solaris_2.sh lib/Carp/Heavy.pm
43958           !> lib/ExtUtils/xsubpp lib/Pod/Checker.pm pod/perlfaq9.pod
43959           !> pod/perlhack.pod pod/perllocale.pod pod/perlmodlib.PL
43960           !> pod/perlpod.pod pod/perlxs.pod pod/perlxstut.pod t/lib/b.t
43961 ____________________________________________________________________________
43962 [  7727] By: nick                                  on 2000/11/17  21:56:31
43963         Log: Experiment on use of attributes.pm interface.
43964              Valid generic fix to auto-vivify code in rv2gv - only "upgrade" to
43965              SVt_PVRV if not already something better (else vivify of say magic gets
43966              core dump).
43967      Branch: perlio
43968            ! perlio.c pp.c
43969 ____________________________________________________________________________
43970 [  7726] By: jhi                                   on 2000/11/17  14:15:49
43971         Log: Subject: Fix for 20000815.006
43972              From: "Stephen P. Potter" <spp@spotter.yi.org>
43973              Date: Fri, 17 Nov 2000 08:57:45 -0500
43974              Message-Id: <200011171357.IAA05122@spotter.yi.org>
43975              
43976              It's really 20000518.006.
43977      Branch: perl
43978            ! pod/perlmodlib.PL
43979 ____________________________________________________________________________
43980 [  7725] By: jhi                                   on 2000/11/17  14:12:31
43981         Log: Subject: Fix for 20000409.001
43982              From: "Stephen P. Potter" <spp@spotter.yi.org>
43983              Date: Fri, 17 Nov 2000 08:55:45 -0500
43984              Message-Id: <200011171355.IAA05104@spotter.yi.org>
43985      Branch: perl
43986            ! pod/perlfaq9.pod
43987 ____________________________________________________________________________
43988 [  7724] By: jhi                                   on 2000/11/17  14:08:58
43989         Log: Undo #7627 now that we have =head3.
43990      Branch: perl
43991            ! pod/perlhack.pod
43992 ____________________________________________________________________________
43993 [  7723] By: jhi                                   on 2000/11/17  14:04:09
43994         Log: As surmised the #7719 wasn't a good move.
43995      Branch: perl
43996            ! hints/solaris_2.sh
43997 ____________________________________________________________________________
43998 [  7722] By: jhi                                   on 2000/11/17  13:59:04
43999         Log: Also the 64bitall hints can be either here or there.
44000      Branch: perl
44001            ! hints/solaris_2.sh
44002 ____________________________________________________________________________
44003 [  7721] By: jhi                                   on 2000/11/17  02:26:23
44004         Log: Test tweak for the open pragma.
44005      Branch: perl
44006            ! t/lib/b.t
44007 ____________________________________________________________________________
44008 [  7720] By: jhi                                   on 2000/11/17  00:23:22
44009         Log: The long double hints can be here or there.
44010      Branch: perl
44011            ! hints/solaris_2.sh
44012 ____________________________________________________________________________
44013 [  7719] By: jhi                                   on 2000/11/17  00:14:06
44014         Log: For Solaris use64bitall the stdchar needs a little bit of help.
44015      Branch: perl
44016            ! hints/solaris_2.sh
44017 ____________________________________________________________________________
44018 [  7718] By: jhi                                   on 2000/11/16  23:27:34
44019         Log: Subject: Re: Bug in Carp::Heavy/5.6.0?
44020              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
44021              Date: Wed, 15 Nov 2000 08:56:32 +0100
44022              Message-ID: <3A1241B0.64477E00@alcatel.at>
44023      Branch: perl
44024            ! lib/Carp/Heavy.pm
44025 ____________________________________________________________________________
44026 [  7717] By: jhi                                   on 2000/11/16  23:23:29
44027         Log: Subject: [PATCH] Re: 20001101.003 PDL
44028              From: Nicholas Clark <nick@ccl4.org>
44029              Date: Thu, 16 Nov 2000 16:48:25 +0000
44030              Message-ID: <20001116164825.B93487@plum.flirble.org>
44031      Branch: perl
44032            ! lib/ExtUtils/xsubpp pod/perlxs.pod pod/perlxstut.pod
44033 ____________________________________________________________________________
44034 [  7716] By: jhi                                   on 2000/11/16  23:21:31
44035         Log: Subject: [PATCH] Re: [p5p] [PATCH perlpod.pod] Digging into the =head
44036              From: "Casey R. Tweten" <crt@kiski.net>
44037              Date: Thu, 16 Nov 2000 12:02:47 -0500 (EST)
44038              Message-ID: <Pine.OSF.4.21.0011161200410.700-100000@home.kiski.net>
44039      Branch: perl
44040            ! lib/Pod/Checker.pm pod/perlpod.pod
44041 ____________________________________________________________________________
44042 [  7715] By: jhi                                   on 2000/11/16  23:19:40
44043         Log: Avoid an infinite loop in VMS when utils scripts are run
44044              with no arguments, from Charles Lane.
44045      Branch: perl
44046            ! configure.com
44047 ____________________________________________________________________________
44048 [  7714] By: jhi                                   on 2000/11/16  23:17:08
44049         Log: Subject: perllocale.pod changes
44050              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
44051              Date: Mon, 13 Nov 2000 10:09:22 +0300
44052              Message-ID: <402099F49BEED211999700805FC7359F825416@ru0028exch01.spb.lucent.com>
44053      Branch: perl
44054            ! pod/perllocale.pod
44055 ____________________________________________________________________________
44056 [  7713] By: jhi                                   on 2000/11/16  23:14:06
44057         Log: Integrate perlio.
44058      Branch: perl
44059           !> doio.c perlio.c perlio.h util.c
44060 ____________________________________________________________________________
44061 [  7712] By: nick                                  on 2000/11/16  21:10:58
44062         Log: Integrate mainline
44063      Branch: perlio
44064           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
44065           !> config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
44066           !> uconfig.sh vos/config.alpha.def vos/config.alpha.h
44067           !> vos/config.ga.def vos/config.ga.h win32/config.bc
44068           !> win32/config.gc win32/config.vc
44069 ____________________________________________________________________________
44070 [  7711] By: nick                                  on 2000/11/16  19:56:41
44071         Log: Minor tweaks:
44072              consistent way of getting 'rb', 'wb' etc. for binary opens
44073              move *perlio::layers to *open::layers
44074              a #define to show layers available
44075              DOSISH popen/PerlIO had export/import sense inverted.
44076      Branch: perlio
44077            ! doio.c perlio.c perlio.h util.c
44078 ____________________________________________________________________________
44079 [  7710] By: jhi                                   on 2000/11/16  15:46:05
44080         Log: Add HAS_SBRK_PROTO.
44081      Branch: metaconfig/U/perl
44082            + d_sbrkproto.U
44083      Branch: perl
44084            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
44085            ! config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
44086            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
44087            ! vos/config.ga.def vos/config.ga.h win32/config.bc
44088            ! win32/config.gc win32/config.vc
44089 ____________________________________________________________________________
44090 [  7709] By: nick                                  on 2000/11/16  07:31:49
44091         Log: Integrate mainline
44092      Branch: perlio
44093           !> (integrate 35 files)
44094 ____________________________________________________________________________
44095 [  7708] By: jhi                                   on 2000/11/16  05:33:03
44096         Log: These files are text, not binary.
44097      Branch: perl
44098            ! ext/Encode/Encode/iso8859-10.enc
44099            ! ext/Encode/Encode/iso8859-13.enc
44100            ! ext/Encode/Encode/iso8859-14.enc
44101            ! ext/Encode/Encode/iso8859-15.enc
44102 ____________________________________________________________________________
44103 [  7707] By: jhi                                   on 2000/11/16  01:53:37
44104         Log: Update Changes.
44105      Branch: perl
44106            ! Changes patchlevel.h
44107 ____________________________________________________________________________
44108 [  7706] By: jhi                                   on 2000/11/16  01:35:59
44109         Log: More #undefing of stdio.
44110      Branch: perl
44111            ! fakesdio.h nostdio.h
44112 ____________________________________________________________________________
44113 [  7705] By: jhi                                   on 2000/11/16  01:34:18
44114         Log: Add fwalk() probe to the configuration files and regen perltoc.
44115      Branch: perl
44116            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
44117            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
44118            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
44119            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
44120            ! win32/config.bc win32/config.gc win32/config.vc
44121 ____________________________________________________________________________
44122 [  7704] By: jhi                                   on 2000/11/16  01:33:07
44123         Log: Add the _fwalk() unit.  (The probe says 'fwalk()'.  Time for
44124              an optional third argument to Inlibc?)
44125      Branch: metaconfig/U/perl
44126            + d__fwalk.U
44127 ____________________________________________________________________________
44128 [  7703] By: jhi                                   on 2000/11/16  01:09:22
44129         Log: The type of the hash_cb() size argument is tricky.
44130      Branch: perl
44131            ! ext/DB_File/DB_File.xs
44132 ____________________________________________________________________________
44133 [  7702] By: jhi                                   on 2000/11/15  23:01:16
44134         Log: Quick temporary fix for 20001114.008 as suggested by Nick Ing-Simmons.
44135      Branch: perl
44136            ! nostdio.h
44137 ____________________________________________________________________________
44138 [  7701] By: jhi                                   on 2000/11/15  22:52:32
44139         Log: Detypo.
44140      Branch: perl
44141            ! t/lib/bigfltpm.t
44142 ____________________________________________________________________________
44143 [  7700] By: jhi                                   on 2000/11/15  22:51:56
44144         Log: UINT64_C() work continues.
44145      Branch: perl
44146            ! handy.h perl.h utf8.h
44147 ____________________________________________________________________________
44148 [  7699] By: jhi                                   on 2000/11/15  14:13:04
44149         Log: SOCKS has its own USE_THREADS, based on
44150              
44151              Subject: [ID 20001114.002] et. al. bugfix followup
44152              From: Jens Hamisch <jens@Strawberry.COM> 
44153              Date: Wed, 15 Nov 2000 14:23:11 +0100
44154              Message-ID: <20001115142311.A21164@Strawberry.COM>
44155      Branch: perl
44156            ! perl.h
44157 ____________________________________________________________________________
44158 [  7698] By: jhi                                   on 2000/11/15  03:50:56
44159         Log: Add few missing #undefs and sort them.
44160      Branch: perl
44161            ! fakesdio.h
44162 ____________________________________________________________________________
44163 [  7697] By: jhi                                   on 2000/11/15  03:39:14
44164         Log: Linenumber fix.
44165      Branch: perl
44166            ! t/pragma/warn/utf8
44167 ____________________________________________________________________________
44168 [  7696] By: jhi                                   on 2000/11/15  02:55:26
44169         Log: EBCDIC tweaks.
44170              
44171              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
44172              From: Peter Prymmer <pvhp@forte.com>
44173              Date: Tue, 14 Nov 2000 17:05:11 -0800 (PST)
44174              Message-ID: <Pine.OSF.4.10.10011141653510.106218-100000@aspara.forte.com>
44175      Branch: perl
44176            ! t/op/regmesg.t t/pragma/warn/utf8
44177 ____________________________________________________________________________
44178 [  7695] By: jhi                                   on 2000/11/15  02:53:58
44179         Log: Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
44180              From: Peter Prymmer <pvhp@forte.com>
44181              Date: Tue, 14 Nov 2000 15:09:41 -0800 (PST)
44182              Message-ID: <Pine.OSF.4.10.10011141500260.106218-100000@aspara.forte.com>
44183      Branch: perl
44184            ! utf8.c
44185 ____________________________________________________________________________
44186 [  7694] By: jhi                                   on 2000/11/15  02:50:55
44187         Log: Subject: [PATCH: perl@7674] updates to README.os390
44188              From: Prymmer/Kahn <pvhp@best.com>
44189              Date: Tue, 14 Nov 2000 09:20:20 -0800 (PST)
44190              Message-ID: <Pine.BSF.4.21.0011140913370.15162-100000@shell8.ba.best.com>
44191      Branch: perl
44192            ! README.os390
44193 ____________________________________________________________________________
44194 [  7693] By: jhi                                   on 2000/11/15  02:48:37
44195         Log: Quit utf8_to_uv() instantly if curlen == 0.
44196      Branch: perl
44197            ! utf8.c
44198 ____________________________________________________________________________
44199 [  7692] By: jhi                                   on 2000/11/15  02:24:29
44200         Log: Use u_int32_t for the size of hash_cb(), not size_t.
44201              
44202              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
44203              From: Jens Hamisch <jens@Strawberry.COM>     
44204              Date: Tue, 14 Nov 2000 19:03:55 +0100
44205              Message-Id: <20001114190355.A20559@Strawberry.COM>
44206      Branch: perl
44207            ! ext/DB_File/DB_File.xs
44208 ____________________________________________________________________________
44209 [  7691] By: jhi                                   on 2000/11/15  02:20:12
44210         Log: Use UINT64_C().
44211              
44212              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
44213              From: Jens Hamisch <jens@Strawberry.COM>
44214              Date: Tue, 14 Nov 2000 19:16:23 +0100
44215              Message-Id: <20001114191623.G20559@Strawberry.COM>
44216      Branch: perl
44217            ! utf8.c utf8.h
44218 ____________________________________________________________________________
44219 [  7690] By: jhi                                   on 2000/11/15  02:17:06
44220         Log: Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
44221              (a macro to define signed and unsigned integer constants).
44222      Branch: perl
44223            ! handy.h
44224 ____________________________________________________________________________
44225 [  7689] By: jhi                                   on 2000/11/15  01:56:51
44226         Log: Regen Configure.
44227      Branch: perl
44228            ! Configure
44229 ____________________________________________________________________________
44230 [  7688] By: jhi                                   on 2000/11/15  01:56:32
44231         Log: Make the unit know about SOCKS.
44232      Branch: metaconfig
44233            ! U/protos/socksizetype.U
44234 ____________________________________________________________________________
44235 [  7687] By: jhi                                   on 2000/11/15  01:54:47
44236         Log: Remove unused dependencies.
44237      Branch: metaconfig
44238            ! U/compline/d_getpagsz.U
44239 ____________________________________________________________________________
44240 [  7686] By: nick                                  on 2000/11/14  21:25:13
44241         Log: Integrate mainline.
44242      Branch: perlio
44243           +> ext/re/hints/MSWin32.pl win32/bin/mdelete.bat
44244           !> MANIFEST doio.c doop.c ext/IO/lib/IO/Handle.pm
44245           !> ext/IO/lib/IO/Seekable.pm ext/SDBM_File/Makefile.PL
44246           !> lib/ExtUtils/MM_Unix.pm lib/perl5db.pl makedef.pl perl.h
44247           !> perlio.c pp.c pp_sys.c toke.c utf8.c utf8.h win32/Makefile
44248           !> win32/config.bc win32/config.gc win32/config.vc
44249           !> win32/makefile.mk win32/win32.c win32/win32.h win32/win32sck.c
44250 ____________________________________________________________________________
44251 [  7685] By: jhi                                   on 2000/11/14  17:54:56
44252         Log: Integrate perlio.
44253      Branch: perl
44254           +> fakesdio.h perliol.h
44255           !> MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
44256           !> perlsdio.h perlsfio.h pod/perlfunc.pod
44257 ____________________________________________________________________________
44258 [  7684] By: nick                                  on 2000/11/14  17:43:04
44259         Log: PerlIO #include and #ifdef re-work.
44260      Branch: perlio
44261            + fakesdio.h perliol.h
44262            ! MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
44263            ! perlsdio.h perlsfio.h
44264 ____________________________________________________________________________
44265 [  7683] By: jhi                                   on 2000/11/14  15:42:40
44266         Log: Hoist the duplicated socket/netdb include logic to perl.h;
44267              undef SETERRNO in case SOCKS has defined it.  Based on:
44268              
44269              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
44270              From: Jens Hamisch <jens@Strawberry.COM> 
44271              Date: Tue, 14 Nov 2000 11:34:40 +0100
44272              Message-Id: <20001114113440.A20005@Strawberry.COM>
44273      Branch: perl
44274            ! doio.c perl.h pp_sys.c
44275 ____________________________________________________________________________
44276 [  7682] By: jhi                                   on 2000/11/14  14:07:28
44277         Log: Subject: some additions for makefiles for win32 (for perl@7674)
44278              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
44279              Date: Tue, 14 Nov 2000 09:31:13 +0300
44280              Message-ID: <402099F49BEED211999700805FC7359F8254FC@ru0028exch01.spb.lucent.com>
44281      Branch: perl
44282            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
44283            ! win32/makefile.mk
44284 ____________________________________________________________________________
44285 [  7681] By: jhi                                   on 2000/11/14  14:01:41
44286         Log: Subject: tiny typo in perl5db.pl
44287              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
44288              Date: Tue, 14 Nov 2000 09:29:28 +0300
44289              Message-ID: <402099F49BEED211999700805FC7359F8254F7@ru0028exch01.spb.lucent.com>
44290      Branch: perl
44291            ! lib/perl5db.pl
44292 ____________________________________________________________________________
44293 [  7680] By: jhi                                   on 2000/11/14  04:13:50
44294         Log: Redo #7679 with LFs instead of CRLFs.
44295      Branch: perl
44296            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm makedef.pl
44297            ! perlio.c win32/Makefile win32/bin/mdelete.bat win32/config.gc
44298            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
44299 ____________________________________________________________________________
44300 [  7679] By: jhi                                   on 2000/11/14  01:21:09
44301         Log: Subject: [PATCH perl@7638] Get PerlIO building on Win32
44302              From: Benjamin Stuhl <tiriath@yahoo.com> 
44303              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
44304              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
44305      Branch: perl
44306            + win32/bin/mdelete.bat
44307            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
44308            ! makedef.pl perlio.c win32/Makefile win32/config.gc
44309            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
44310 ____________________________________________________________________________
44311 [  7678] By: jhi                                   on 2000/11/14  01:19:20
44312         Log: Fix the re extension building for Win32.
44313              
44314              Subject: [PATCH perl@7638] Get PerlIO building on Win32
44315              From: Benjamin Stuhl <tiriath@yahoo.com> 
44316              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
44317              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
44318      Branch: perl
44319            + ext/re/hints/MSWin32.pl
44320            ! MANIFEST
44321 ____________________________________________________________________________
44322 [  7677] By: jhi                                   on 2000/11/14  01:13:54
44323         Log: Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
44324              From: sthoenna@efn.org
44325              Date: Mon, 13 Nov 2000 14:49:40 -0800 (PST)
44326              Message-Id: <200011132249.eADMnek09679@garcia.efn.org>
44327      Branch: perl
44328            ! doop.c pp.c toke.c utf8.c utf8.h
44329 ____________________________________________________________________________
44330 [  7676] By: jhi                                   on 2000/11/13  20:23:15
44331         Log: Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
44332              From: Nicholas Clark <nick@ccl4.org>
44333              Date: Mon, 13 Nov 2000 18:55:04 +0000
44334              Message-ID: <20001113185504.J29183@plum.flirble.org>
44335      Branch: perl
44336            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
44337 ____________________________________________________________________________
44338 [  7675] By: nick                                  on 2000/11/13  20:21:57
44339         Log: Integrate mainline ...
44340      Branch: perlio
44341           !> Changes MANIFEST doop.c ext/IO/IO.xs ext/IO/lib/IO/Handle.pm
44342           !> ext/IO/lib/IO/Seekable.pm patchlevel.h perl.h perlio.c
44343           !> perlsfio.h pod/perlfunc.pod pod/perlunicode.pod pp.c regexp.h
44344           !> t/io/tell.t t/lib/io_xs.t t/op/bop.t utf8.c
44345 ____________________________________________________________________________
44346 [  7674] By: jhi                                   on 2000/11/13  15:07:56
44347         Log: Update Changes.
44348      Branch: perl
44349            ! Changes patchlevel.h
44350 ____________________________________________________________________________
44351 [  7673] By: jhi                                   on 2000/11/13  14:42:42
44352         Log: Remove the new two tests of lib/io_xs for now, they seem to
44353              fail under perlio on some platforms.
44354      Branch: perl
44355            ! t/lib/io_xs.t
44356 ____________________________________________________________________________
44357 [  7672] By: jhi                                   on 2000/11/13  13:57:53
44358         Log: Make PerlIO_getpos() to behave like fgetpos() on return.
44359      Branch: perl
44360            ! perlio.c
44361 ____________________________________________________________________________
44362 [  7671] By: jhi                                   on 2000/11/13  05:30:48
44363         Log: Placate nervous compilers that see longer than ints switch()ing.
44364      Branch: perl
44365            ! utf8.c
44366 ____________________________________________________________________________
44367 [  7670] By: jhi                                   on 2000/11/13  05:14:21
44368         Log: fputs() does return EOF on error but here we don't care.
44369      Branch: perl
44370            ! perlio.c
44371 ____________________________________________________________________________
44372 [  7669] By: jhi                                   on 2000/11/13  05:02:45
44373         Log: Declare reg_data like reg_substr_data.
44374      Branch: perl
44375            ! regexp.h
44376 ____________________________________________________________________________
44377 [  7668] By: jhi                                   on 2000/11/13  04:54:34
44378         Log: Typos in #7667.
44379      Branch: perl
44380            ! perl.h
44381 ____________________________________________________________________________
44382 [  7667] By: jhi                                   on 2000/11/13  04:49:49
44383         Log: Cleanup messy #ifdef.
44384      Branch: perl
44385            ! perl.h
44386 ____________________________________________________________________________
44387 [  7666] By: jhi                                   on 2000/11/13  04:17:34
44388         Log: Subject: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
44389              From: Nicholas Clark <nick@talking.bollo.cx>
44390              Date: Sun, 12 Nov 2000 21:14:11 +0000
44391              Message-Id: <E13v4S3-0000iY-00@Bagpuss.unfortu.net>
44392              
44393              Note: only one breakage of the two reported is fixed by this patch.
44394      Branch: perl
44395            ! perlio.c
44396 ____________________________________________________________________________
44397 [  7665] By: jhi                                   on 2000/11/13  04:05:07
44398         Log: Tweak the definition of the bit complement on UTF-8 data:
44399              if none of the characters in the string are > 0xff,
44400              the result is a complemented byte string, not a (UTF-8)
44401              char string.  Based on the summary in
44402              
44403              Subject: Re: [ID 20000918.005] ~ on wide chars
44404              From: sthoenna@efn.org (Yitzchak Scott-Thoennes) 
44405              Date: Fri, 10 Nov 2000 09:47:15 -0800
44406              Message-ID: <jSDD6gzkgi/T092yn@efn.org>
44407              
44408              This should give us the maximum backward (pre-char string)
44409              compatibility and utf8 compatibility.  The other alternative
44410              would be to limit the bit complement to be always byte only,
44411              taking the least significant byte of the chars.
44412      Branch: perl
44413            ! doop.c pod/perlunicode.pod pp.c t/op/bop.t
44414 ____________________________________________________________________________
44415 [  7664] By: jhi                                   on 2000/11/13  00:23:44
44416         Log: Couple of tests from #7660 salvaged.
44417      Branch: perl
44418            - t/op/tell.t
44419            ! MANIFEST t/io/tell.t
44420 ____________________________________________________________________________
44421 [  7663] By: jhi                                   on 2000/11/13  00:02:48
44422         Log: Subject: [ID 20001112.007] sfio's sftell isn't ftell
44423              From: Nicholas Clark <nick@talking.bollo.cx>
44424              Date: Sun, 12 Nov 2000 21:23:43 +0000
44425              Message-Id: <E13v4bH-0000lN-00@Bagpuss.unfortu.net>
44426      Branch: perl
44427            ! perlsfio.h
44428 ____________________________________________________________________________
44429 [  7662] By: jhi                                   on 2000/11/13  00:01:39
44430         Log: Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
44431              From: Nicholas Clark <nick@talking.bollo.cx>
44432              Date: Sun, 12 Nov 2000 21:30:04 +0000
44433              Message-Id: <E13v4hQ-0000mn-00@Bagpuss.unfortu.net>
44434      Branch: perl
44435            ! ext/IO/IO.xs ext/IO/lib/IO/Seekable.pm t/lib/io_xs.t
44436 ____________________________________________________________________________
44437 [  7661] By: jhi                                   on 2000/11/12  23:57:29
44438         Log: Document tell() on special streams.
44439      Branch: perl
44440            ! pod/perlfunc.pod
44441 ____________________________________________________________________________
44442 [  7660] By: jhi                                   on 2000/11/12  23:54:22
44443         Log: (Subsumed by #7664)
44444      Branch: perl
44445            + t/op/tell.t
44446            ! MANIFEST
44447 ____________________________________________________________________________
44448 [  7659] By: jhi                                   on 2000/11/12  22:55:25
44449         Log: Many subdocumented return values of the IO extension now documented.
44450              ungetc and write still left subdocumented.
44451              
44452              Subject: [PATCH] (was Re: IO::Handle::ungetc)
44453              From: Nicholas Clark <nick@talking.bollo.cx>
44454              Date: Sun, 12 Nov 2000 21:35:53 +0000
44455              Message-ID: <20001112213552.A3034@Bagpuss.unfortu.net>
44456      Branch: perl
44457            ! ext/IO/lib/IO/Handle.pm
44458 ____________________________________________________________________________
44459 [  7658] By: jhi                                   on 2000/11/12  21:37:06
44460         Log: Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
44461              From: Nicholas Clark <nick@talking.bollo.cx>
44462              Date: Sun, 12 Nov 2000 20:03:22 +0000
44463              Message-Id: <E13v3LV-0008Pd-00@Bagpuss.unfortu.net>
44464      Branch: perl
44465            ! pod/perlfunc.pod
44466 ____________________________________________________________________________
44467 [  7657] By: jhi                                   on 2000/11/12  20:34:55
44468         Log: Integrate perlio.
44469      Branch: perl
44470           !> perlio.c
44471 ____________________________________________________________________________
44472 [  7656] By: nick                                  on 2000/11/12  19:25:06
44473         Log: Add aTHX_ to Perl_croak's (MULTIPLICITY et. al.)
44474      Branch: perlio
44475            ! perlio.c
44476 ____________________________________________________________________________
44477 [  7655] By: nick                                  on 2000/11/12  19:09:41
44478         Log: Integrate mainline
44479      Branch: perlio
44480           +> README.solaris ext/Encode/Encode/cp1006.enc
44481           +> ext/Encode/Encode/cp424.enc ext/Encode/Encode/cp856.enc
44482           +> ext/Encode/Encode/gsm0338.enc ext/Encode/Encode/iso8859-10.enc
44483           +> ext/Encode/Encode/iso8859-13.enc
44484           +> ext/Encode/Encode/iso8859-14.enc
44485           +> ext/Encode/Encode/iso8859-15.enc
44486           !> (integrate 34 files)
44487 ____________________________________________________________________________
44488 [  7654] By: jhi                                   on 2000/11/12  19:00:22
44489         Log: Add a metaconfig unit for fsync.
44490      Branch: metaconfig/U/perl
44491            + d_fsync.U
44492 ____________________________________________________________________________
44493 [  7653] By: jhi                                   on 2000/11/12  19:00:01
44494         Log: Add HAS_FSYNC, lack noticed by Nicholas Clark.
44495      Branch: perl
44496            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
44497            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
44498            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
44499            ! vos/config.ga.h win32/config.bc win32/config.gc
44500            ! win32/config.vc
44501 ____________________________________________________________________________
44502 [  7652] By: jhi                                   on 2000/11/11  21:12:01
44503         Log: Copy the s// information of README.hpux also to the perlrun.
44504      Branch: perl
44505            ! README.hpux pod/perlrun.pod
44506 ____________________________________________________________________________
44507 [  7651] By: jhi                                   on 2000/11/11  21:03:13
44508         Log: More README.solaris updates from Andy Dougherty.
44509      Branch: perl
44510            ! README.solaris
44511 ____________________________________________________________________________
44512 [  7650] By: jhi                                   on 2000/11/11  18:38:57
44513         Log: More descriptive error for unknown perlio layers.
44514              
44515              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
44516              From: Dominic Dunlop <domo@computer.org> 
44517              Date: Sat, 11 Nov 2000 18:20:32 +0100             
44518              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
44519      Branch: perl
44520            ! perlio.c pod/perldiag.pod
44521 ____________________________________________________________________________
44522 [  7649] By: jhi                                   on 2000/11/11  18:37:52
44523         Log: MachTen doesn't really do mmap() and munmap().
44524              
44525              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
44526              From: Dominic Dunlop <domo@computer.org> 
44527              Date: Sat, 11 Nov 2000 18:20:32 +0100             
44528              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
44529      Branch: perl
44530            ! hints/machten.sh
44531 ____________________________________________________________________________
44532 [  7648] By: jhi                                   on 2000/11/11  18:36:46
44533         Log: Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
44534              From: rspier@pobox.com (Robert Spier)
44535              Date: Sat, 11 Nov 2000 12:22:15 -0500 (EST)
44536              Message-ID: <14861.32839.491271.985797@rls.cx>
44537      Branch: perl
44538            ! Porting/Contract pod/perltoot.pod
44539 ____________________________________________________________________________
44540 [  7647] By: jhi                                   on 2000/11/11  18:35:30
44541         Log: Simplify the getpagesize() unit by dropping the
44542              pagesize probe since it's nowadays slightly more
44543              complicated because of sysconf(). (Note: if some
44544              platform really needs the -lPW for getpagesize,
44545              I just broke it.)
44546              
44547              TODO: a new pagesize unit.
44548      Branch: metaconfig
44549            ! U/compline/d_getpagsz.U
44550 ____________________________________________________________________________
44551 [  7646] By: jhi                                   on 2000/11/11  18:33:23
44552         Log: Add getpagesize() probing, on non-UNIX guess 'undef'.
44553      Branch: perl
44554            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
44555            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
44556            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
44557            ! vos/config.ga.h win32/config.bc win32/config.gc
44558            ! win32/config.vc
44559 ____________________________________________________________________________
44560 [  7645] By: jhi                                   on 2000/11/11  16:45:15
44561         Log: Use sysconf() or getpagesize() to find out the pagesize.
44562      Branch: perl
44563            ! perlio.c
44564 ____________________________________________________________________________
44565 [  7644] By: jhi                                   on 2000/11/11  15:46:08
44566         Log: Integrate perlio.
44567      Branch: perl
44568           !> perlio.c
44569 ____________________________________________________________________________
44570 [  7643] By: jhi                                   on 2000/11/11  15:33:36
44571         Log: Subject: Re: [PATCH] README.solaris
44572              From: Lupe Christoph <lupe@lupe-christoph.de>
44573              Date: Sat, 11 Nov 2000 14:08:10 +0100
44574              Message-ID: <20001111140810.C10394@alanya.lupe-christoph.de>
44575      Branch: perl
44576            ! README.solaris
44577 ____________________________________________________________________________
44578 [  7642] By: jhi                                   on 2000/11/11  15:22:12
44579         Log: Subject: [PATCH perl@7638] cygwin port
44580              From: "Eric Fifer" <egf7@columbia.edu>            
44581              Date: Fri, 10 Nov 2000 19:30:30 -0000
44582              Message-ID: <000001c04b4c$b96b7980$243670c2@fifer>
44583      Branch: perl
44584            ! README.cygwin lib/ExtUtils/MM_Cygwin.pm
44585 ____________________________________________________________________________
44586 [  7641] By: nick                                  on 2000/11/11  14:50:36
44587         Log: Fixup mmap layer by doing mmap() calls on pagesize boundaries.
44588              Also call "Buf" layer directly when unread'ing non-read chars.
44589      Branch: perlio
44590            ! perlio.c
44591 ____________________________________________________________________________
44592 [  7640] By: jhi                                   on 2000/11/11  02:05:02
44593         Log: Add more encoding tables.
44594      Branch: perl
44595            + ext/Encode/Encode/cp1006.enc ext/Encode/Encode/cp424.enc
44596            + ext/Encode/Encode/cp856.enc ext/Encode/Encode/gsm0338.enc
44597            + ext/Encode/Encode/iso8859-10.enc
44598            + ext/Encode/Encode/iso8859-13.enc
44599            + ext/Encode/Encode/iso8859-14.enc
44600            + ext/Encode/Encode/iso8859-15.enc
44601            ! MANIFEST
44602 ____________________________________________________________________________
44603 [  7639] By: jhi                                   on 2000/11/10  18:49:25
44604         Log: Subject: [PATCH] README.solaris
44605              From: Andy Dougherty <doughera@lafayette.edu>
44606              Date: Fri, 10 Nov 2000 12:18:00 -0500 (EST)
44607              Message-ID: <Pine.SOL.4.10.10011101217100.28341-100000@maxwell.phys.lafayette.edu>
44608      Branch: perl
44609            + README.solaris
44610            ! INSTALL MANIFEST hints/solaris_2.sh pod/buildtoc.PL
44611            ! pod/perl.pod pod/perltoc.pod
44612 ____________________________________________________________________________
44613 [  7638] By: jhi                                   on 2000/11/10  15:04:15
44614         Log: Update Changes.
44615      Branch: perl
44616            ! Changes patchlevel.h
44617 ____________________________________________________________________________
44618 [  7637] By: jhi                                   on 2000/11/10  14:14:28
44619         Log: Explain better why certain regex tests are skipped.
44620              
44621              Subject: Re: tests skipped: unknown reason
44622              From: Lupe Christoph <lupe@lupe-christoph.de>
44623              Date: Fri, 10 Nov 2000 09:08:56 +0100
44624              Message-ID: <20001110090856.J785@alanya.lupe-christoph.de>
44625      Branch: perl
44626            ! t/op/regexp.t
44627 ____________________________________________________________________________
44628 [  7636] By: nick                                  on 2000/11/10  13:40:00
44629         Log: Integrate mainline.
44630      Branch: perlio
44631           !> emacs/cperl-mode.el ext/IO/lib/IO/Handle.pm hints/linux.sh
44632           !> hints/uts.sh lib/unicode/syllables.txt perlio.c
44633           !> win32/bin/search.pl
44634 ____________________________________________________________________________
44635 [  7635] By: nick                                  on 2000/11/10  13:25:52
44636         Log: Re-instate stdio large file support via perlio.
44637      Branch: perl
44638            ! perlio.c
44639 ____________________________________________________________________________
44640 [  7634] By: jhi                                   on 2000/11/10  04:49:55
44641         Log: Amdahl UTS hints updates.
44642              
44643              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
44644              From: hom00@utsglobal.com (Harold O Morris)
44645              Date: Thu, 9 Nov 2000 20:02 PST
44646              Message-Id: <m13u5OV-000045C@juno.uts.utsglobal.com>
44647      Branch: perl
44648            ! hints/uts.sh
44649 ____________________________________________________________________________
44650 [  7633] By: jhi                                   on 2000/11/09  23:33:28
44651         Log: Subject: [PATCH] IO::Seekable pod
44652              From: Nicholas Clark <nick@talking.bollo.cx>
44653              Date: Thu, 9 Nov 2000 20:29:45 +0000
44654              Message-ID: <20001109202945.A10451@Bagpuss.unfortu.net>
44655      Branch: perl
44656            ! ext/IO/lib/IO/Handle.pm
44657 ____________________________________________________________________________
44658 [  7632] By: jhi                                   on 2000/11/09  21:55:41
44659         Log: Various doc oddball characters.
44660              
44661              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
44662              From: Michael Somos <somos@grail.cba.csuohio.edu>
44663              Date: Mon, 6 Nov 2000 17:44:20 -0500
44664              Message-Id: <200011062244.RAA28632@grail.cba.csuohio.edu>
44665      Branch: perl
44666            ! emacs/cperl-mode.el lib/unicode/syllables.txt
44667            ! win32/bin/search.pl
44668 ____________________________________________________________________________
44669 [  7631] By: jhi                                   on 2000/11/09  21:12:29
44670         Log: Subject: Re: bash -c exit and linux hints 
44671              From: "John P. Linderman" <jpl@research.att.com>
44672              Date: Thu, 02 Nov 2000 09:37:25 -0500
44673              Message-Id: <200011021437.JAA63199@raptor.research.att.com>
44674      Branch: perl
44675            ! hints/linux.sh
44676 ____________________________________________________________________________
44677 [  7630] By: nick                                  on 2000/11/09  20:34:11
44678         Log: Integrate mainline.
44679      Branch: perlio
44680           !> (integrate 91 files)
44681 ____________________________________________________________________________
44682 [  7629] By: jhi                                   on 2000/11/09  19:46:31
44683         Log: Missing dTHXs.
44684              
44685              Subject: RE: perl@7595 builds not on cygwin
44686              From: "Eric Fifer" <egf7@columbia.edu>
44687              Date: Thu, 9 Nov 2000 19:26:50 -0000
44688              Message-ID: <000201c04a83$05ef1660$933570c2@fifer>
44689      Branch: perl
44690            ! ext/Devel/Peek/Peek.xs
44691 ____________________________________________________________________________
44692 [  7628] By: jhi                                   on 2000/11/09  14:48:27
44693         Log: Disable only the tests 99 and 166 for UTF-8 locales.
44694      Branch: perl
44695            ! t/pragma/locale.t
44696 ____________________________________________________________________________
44697 [  7627] By: jhi                                   on 2000/11/09  14:40:27
44698         Log: There's no =head3.
44699      Branch: perl
44700            ! pod/perlhack.pod
44701 ____________________________________________________________________________
44702 [  7626] By: jhi                                   on 2000/11/09  13:54:26
44703         Log: The generated boot_* headers are wrong.  Pickier compiler,
44704              such as KAI C++ will refuse to compile the resulting perlmain.
44705              
44706              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
44707              From: Harri Pasanen <harri.pasanen@trema.com>
44708              Date: Thu, 09 Nov 2000 14:23:28 +0100
44709              Message-Id: <3A0AA550.26D548A3@trema.com>
44710      Branch: perl
44711            ! minimod.pl
44712 ____________________________________________________________________________
44713 [  7625] By: jhi                                   on 2000/11/09  13:50:44
44714         Log: Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
44715              From: Prymmer/Kahn <pvhp@best.com>
44716              Date: Wed, 8 Nov 2000 22:13:26 -0800 (PST)
44717              Message-ID: <Pine.BSF.4.21.0011082208390.5584-100000@shell8.ba.best.com>
44718              
44719              All except the "cow orker" change.
44720      Branch: perl
44721            ! Porting/pumpkin.pod
44722 ____________________________________________________________________________
44723 [  7624] By: jhi                                   on 2000/11/09  13:45:33
44724         Log: Fix for
44725              
44726              Subject: [ID 20001109.003] Not OK: perl v5.7.0 +DEVEL7620 on PA-RISC2.0 11.00 (UNINSTALLED)
44727              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
44728              Date: Thu, 09 Nov 2000 11:05:52 +0100
44729              Message-Id: <20001109110452.66CF.H.M.BRAND@hccnet.nl>
44730      Branch: perl
44731            ! pod/perldiag.pod t/pragma/warn/pp_sys
44732 ____________________________________________________________________________
44733 [  7623] By: jhi                                   on 2000/11/09  13:37:16
44734         Log: Typo in an ifndef.
44735              
44736              Subject: Re: [PATCH 5.7.0] better messages from malloc()
44737              From: Joe Smith <jms@inwap.com>         
44738              Date: Thu, 09 Nov 2000 01:33:14 -0800
44739              Message-Id: <3A0A6F5A.1E3969BB@inwap.com>
44740      Branch: perl
44741            ! malloc.c
44742 ____________________________________________________________________________
44743 [  7622] By: jhi                                   on 2000/11/09  13:31:18
44744         Log: Remove unused extra arguments.
44745      Branch: metaconfig/U/perl
44746            ! perlxv.U
44747      Branch: perl
44748            ! Configure config_h.SH
44749 ____________________________________________________________________________
44750 [  7621] By: jhi                                   on 2000/11/09  13:16:36
44751         Log: More VMS moves on environment handling, from Charles Lane.
44752      Branch: perl
44753            ! t/pragma/locale.t
44754 ____________________________________________________________________________
44755 [  7620] By: jhi                                   on 2000/11/09  04:42:38
44756         Log: Subject: patch to detect stat followed by lstat(_): [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
44757              From: David Dyck <dcd@tc.fluke.com>
44758              Date: Wed, 8 Nov 2000 18:36:26 -0800 (PST)
44759              Message-ID: <Pine.LNX.4.30.0011081817490.177-100000@dd.tc.fluke.com>
44760      Branch: perl
44761            ! pp_sys.c
44762 ____________________________________________________________________________
44763 [  7619] By: jhi                                   on 2000/11/09  04:36:21
44764         Log: Forgot from #7618.
44765      Branch: perl
44766            ! lib/File/stat.pm
44767 ____________________________________________________________________________
44768 [  7618] By: jhi                                   on 2000/11/09  04:28:44
44769         Log: Make deleting for %ENV work for (newer versions of) VMS,
44770              from Craig A. Berry.
44771      Branch: perl
44772            ! vms/vms.c
44773 ____________________________________________________________________________
44774 [  7617] By: jhi                                   on 2000/11/09  04:25:05
44775         Log: Subject: [PATCH] Class::Struct at compile time
44776              From: "Casey R. Tweten" <crt@kiski.net>
44777              Date: Wed, 8 Nov 2000 20:46:41 -0500 (EST)
44778              Message-ID: <Pine.OSF.4.21.0011082041360.8238-100000@home.kiski.net>
44779      Branch: perl
44780            ! lib/Class/Struct.pm
44781 ____________________________________________________________________________
44782 [  7616] By: jhi                                   on 2000/11/09  04:15:17
44783         Log: Subject: [ID 20001108.013] spelling
44784              From: "Todd T. Fries" <todd@fries.int.mrleng.com>
44785              Date: Wed, 8 Nov 2000 18:36:42 -0600 (CST)
44786              Message-Id: <200011090036.eA90agN05921@fries.int.mrleng.com>
44787      Branch: perl
44788            ! lib/ftp.pl
44789 ____________________________________________________________________________
44790 [  7615] By: jhi                                   on 2000/11/09  04:12:42
44791         Log: Subject: [PATCH: perl@7613] add Encode to VMS build and tests
44792              From: Peter Prymmer <pvhp@forte.com>
44793              Date: Wed, 8 Nov 2000 15:29:06 -0800 (PST)
44794              Message-ID: <Pine.OSF.4.10.10011081524450.248546-100000@aspara.forte.com>
44795      Branch: perl
44796            ! configure.com
44797 ____________________________________________________________________________
44798 [  7614] By: jhi                                   on 2000/11/08  22:42:55
44799         Log: A missing aTHX_.
44800      Branch: perl
44801            ! ext/IPC/SysV/SysV.xs
44802 ____________________________________________________________________________
44803 [  7613] By: jhi                                   on 2000/11/08  19:30:21
44804         Log: Update Changes.
44805      Branch: perl
44806            ! Changes patchlevel.h
44807 ____________________________________________________________________________
44808 [  7612] By: jhi                                   on 2000/11/08  18:35:25
44809         Log: Subject: is this the appropriate patch to fix: [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
44810              From: David Dyck <dcd@tc.fluke.com>
44811              Date: Wed, 8 Nov 2000 10:05:44 -0800 (PST)
44812              Message-ID: <Pine.LNX.4.30.0011080957440.2572-100000@dd.tc.fluke.com>
44813      Branch: perl
44814            ! pp_sys.c
44815 ____________________________________________________________________________
44816 [  7611] By: jhi                                   on 2000/11/08  18:30:26
44817         Log: Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
44818              From: Dominic Dunlop <domo@computer.org>
44819              Date: Tue, 7 Nov 2000 12:05:25 +0100
44820              Message-Id: <p04320403b62d8e0870cf@[192.168.1.4]>
44821      Branch: perl
44822            ! malloc.c
44823 ____________________________________________________________________________
44824 [  7610] By: jhi                                   on 2000/11/08  18:25:14
44825         Log: Do not test UTF-8 locales since that the tests would require
44826              polymorphic regexen.
44827      Branch: perl
44828            ! t/pragma/locale.t
44829 ____________________________________________________________________________
44830 [  7609] By: jhi                                   on 2000/11/08  17:12:51
44831         Log: Locale buglets.
44832              
44833              Subject: RE: Locales support (setlocale) fixes
44834              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
44835              Date: Wed, 8 Nov 2000 20:01:39 +0300
44836              Message-ID: <402099F49BEED211999700805FC7359F825283@ru0028exch01.spb.lucent.com>
44837      Branch: perl
44838            ! t/pragma/locale.t util.c
44839 ____________________________________________________________________________
44840 [  7608] By: jhi                                   on 2000/11/08  17:00:16
44841         Log: Deleting $ENV{PATH} in VMS is not recommendable.
44842      Branch: perl
44843            ! t/pragma/locale.t
44844 ____________________________________________________________________________
44845 [  7607] By: jhi                                   on 2000/11/08  16:58:26
44846         Log: Subject: PATCH std stdio for (Free)BSD
44847              From: Nicholas Clark <nick@ccl4.org>
44848              Date: Wed, 8 Nov 2000 15:36:29 +0000
44849              Message-ID: <20001108153629.D98736@plum.flirble.org>
44850      Branch: metaconfig
44851            ! U/compline/d_stdstdio.U
44852      Branch: perl
44853            ! Configure config_h.SH
44854 ____________________________________________________________________________
44855 [  7606] By: jhi                                   on 2000/11/08  16:43:31
44856         Log: Forgot to bump the line numbers in #7601.
44857      Branch: perl
44858            ! t/pragma/warn/pp_sys
44859 ____________________________________________________________________________
44860 [  7605] By: jhi                                   on 2000/11/08  16:39:12
44861         Log: More careful detection of how well NVs and UVs mix.
44862              
44863              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))
44864              From: Nicholas Clark <nick@ccl4.org>
44865              Date: Wed, 8 Nov 2000 15:14:12 +0000
44866              Message-ID: <20001108151412.B98736@plum.flirble.org>
44867              
44868              Added some SIGFPE paranoia.
44869      Branch: metaconfig/U/perl
44870            ! perlxv.U
44871      Branch: perl
44872            ! Configure config_h.SH
44873 ____________________________________________________________________________
44874 [  7604] By: jhi                                   on 2000/11/08  14:39:10
44875         Log: Subject: [patch perl@7595] VMS configure.com tweak
44876              From: "Craig A. Berry" <craigberry@mac.com>
44877              Date: Wed, 8 Nov 2000 00:24:12 -0600
44878              Message-Id: <p04330103b62e879ceeff@[192.168.56.177]>
44879      Branch: perl
44880            ! configure.com
44881 ____________________________________________________________________________
44882 [  7603] By: jhi                                   on 2000/11/08  14:27:11
44883         Log: Subject: [PATCH @7595] int/ptr casts in perlio.c
44884              From: Robin Barker <rmb1@cise.npl.co.uk>
44885              Date: Wed, 8 Nov 2000 11:11:39 GMT
44886              Message-Id: <200011081111.LAA07377@tempest.npl.co.uk>
44887      Branch: perl
44888            ! perlio.c
44889 ____________________________________________________________________________
44890 [  7602] By: jhi                                   on 2000/11/08  14:25:03
44891         Log: Fix for the tie-refhash string table leaks.
44892              
44893              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
44894              Date: Wed, 8 Nov 2000 13:03:04 GMT
44895              Message-Id: <200011081303.NAA07042@mikado.tiuk.ti.com>
44896      Branch: perl
44897            ! t/lib/tie-refhash.t
44898 ____________________________________________________________________________
44899 [  7601] By: jhi                                   on 2000/11/08  14:21:08
44900         Log: Try to avoid flockless and emulationless places.
44901      Branch: perl
44902            ! t/pragma/warn/pp_sys
44903 ____________________________________________________________________________
44904 [  7600] By: jhi                                   on 2000/11/08  02:28:54
44905         Log: Overrideable keys, each, pop, push, shift, splice, unshift.
44906              
44907              Subject: [PATCH] prototyped functions that should be overrideable
44908              From: "Casey R. Tweten" <crt@kiski.net>
44909              Date: Fri, 3 Nov 2000 11:09:12 -0500 (EST)
44910              Message-ID: <Pine.OSF.4.21.0011031100470.17471-100000@home.kiski.net>
44911      Branch: perl
44912            ! toke.c
44913 ____________________________________________________________________________
44914 [  7599] By: jhi                                   on 2000/11/08  01:12:05
44915         Log: Make perlbug not insist on dumping to a file when stdout isn't a tty.
44916              
44917              Subject: [PATCH] perlbug.PL
44918              From: "Kurt D. Starsinic" <kstar@chapin.edu>
44919              Date: Mon, 6 Nov 2000 21:39:01 -0500
44920              Message-ID: <20001106213901.B20955@O2.chapin.edu>
44921      Branch: perl
44922            ! utils/perlbug.PL
44923 ____________________________________________________________________________
44924 [  7598] By: jhi                                   on 2000/11/07  23:42:00
44925         Log: Bad thinko in #7581 (I used the test program with the expanded
44926              values as-is).
44927      Branch: metaconfig
44928            ! U/compline/d_stdstdio.U
44929      Branch: perl
44930            ! Configure
44931 ____________________________________________________________________________
44932 [  7597] By: jhi                                   on 2000/11/07  21:43:29
44933         Log: Subject: [PATCH perl@7573] cygwin port
44934              From: "Fifer, Eric" <EFifer@sanwaint.com>
44935              Date: Tue, 7 Nov 2000 18:08:51 -0000 
44936              Message-ID: <779F20BCCE5AD31186A50008C75D99791717BB@silldn_mail1.sanwaint.com>
44937              
44938              Synchronize with Cygwin 1.1.5.
44939      Branch: perl
44940            ! AUTHORS README.cygwin cygwin/cygwin.c hints/cygwin.sh mg.c
44941            ! pod/perlport.pod unixish.h util.c
44942 ____________________________________________________________________________
44943 [  7596] By: jhi                                   on 2000/11/07  21:39:25
44944         Log: perlhack updates from H.Merijn Brand.
44945      Branch: perl
44946            ! pod/perlhack.pod
44947 ____________________________________________________________________________
44948 [  7595] By: jhi                                   on 2000/11/07  20:21:41
44949         Log: Update Changes.
44950      Branch: perl
44951            ! Changes patchlevel.h
44952 ____________________________________________________________________________
44953 [  7594] By: jhi                                   on 2000/11/07  19:18:58
44954         Log: Be more robust in Dynaloader.pm.
44955      Branch: perl
44956            ! ext/DynaLoader/DynaLoader_pm.PL
44957 ____________________________________________________________________________
44958 [  7593] By: jhi                                   on 2000/11/07  16:49:31
44959         Log: AUTHORS update.
44960      Branch: perl
44961            ! AUTHORS
44962 ____________________________________________________________________________
44963 [  7592] By: gsar                                  on 2000/11/07  16:39:51
44964         Log: normalize relative paths in virtualized current directory on windows,
44965              under ithreads (avoids ".." etc showing up in what Cwd::cwd()
44966              returns)
44967      Branch: perl
44968            ! win32/vdir.h
44969 ____________________________________________________________________________
44970 [  7591] By: jhi                                   on 2000/11/07  16:04:26
44971         Log: Too profiler-happy: with optimization the #7590 actually makes
44972              the test to run 0.5% _slower_.  Requires much more instrumentation.
44973              Retract #7590.
44974      Branch: perl
44975            ! regcomp.c regcomp.h
44976 ____________________________________________________________________________
44977 [  7590] By: jhi                                   on 2000/11/07  15:51:13
44978         Log: Shave off about 5% (Digital UNIX, -g, pixie) of the op/regexp
44979              execution time in regcomp.c S_cl_any() and S_cl_is_anything()
44980              by using memset() and testing bytewise (as opposed to bitwise).
44981      Branch: perl
44982            ! regcomp.c regcomp.h
44983 ____________________________________________________________________________
44984 [  7589] By: jhi                                   on 2000/11/07  12:56:39
44985         Log: Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
44986              From: "Craig A. Berry" <craig.berry@psinetcs.com>
44987              Date: Mon, 06 Nov 2000 23:45:30 -0500
44988              Message-Id: <0011079735.AA973576259@univpress.com>
44989      Branch: perl
44990            ! configure.com t/lib/st-lock.t
44991 ____________________________________________________________________________
44992 [  7588] By: jhi                                   on 2000/11/07  01:03:28
44993         Log: Tweak #7587.
44994      Branch: perl
44995            ! pod/perldiag.pod
44996 ____________________________________________________________________________
44997 [  7587] By: jhi                                   on 2000/11/07  01:00:27
44998         Log: A doc addition for bug id 20001105.019, beware \p.
44999      Branch: perl
45000            ! pod/perldiag.pod
45001 ____________________________________________________________________________
45002 [  7586] By: jhi                                   on 2000/11/07  00:32:22
45003         Log: Fake support of holey files in win/dosish platforms.
45004              
45005              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
45006              From: kipp@shonanblue.ne.jp
45007              Date: Mon, 6 Nov 2000 13:30:55 -0800
45008              Message-Id: <200011062130.eA6LUpZ17387@smtp3.ActiveState.com>
45009      Branch: perl
45010            ! ext/SDBM_File/sdbm/sdbm.c
45011 ____________________________________________________________________________
45012 [  7585] By: jhi                                   on 2000/11/07  00:12:54
45013         Log: Subject: Pod updates
45014              From: "Stephen P. Potter" <spp@spotter.yi.org>
45015              Date: Mon, 06 Nov 2000 18:56:43 -0500
45016              Message-Id: <200011062357.SAA18173@spotter.yi.org>
45017      Branch: perl
45018            ! README.dos README.os2 README.win32 pod/buildtoc.PL
45019            ! pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
45020            ! pod/perl56delta.pod pod/perldebguts.pod pod/perldebtut.pod
45021            ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
45022            ! pod/perlembed.pod pod/perlfaq.pod pod/perlfaq1.pod
45023            ! pod/perlfaq2.pod pod/perlfaq5.pod pod/perlfaq7.pod
45024            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
45025            ! pod/perlguts.pod pod/perlhack.pod pod/perlhist.pod
45026            ! pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
45027            ! pod/perlmodlib.pod pod/perlnumber.pod pod/perlop.pod
45028            ! pod/perlopentut.pod pod/perlport.pod pod/perlre.pod
45029            ! pod/perlsub.pod pod/perltie.pod pod/perltoot.pod
45030            ! pod/perltootc.pod pod/perlunicode.pod
45031 ____________________________________________________________________________
45032 [  7584] By: jhi                                   on 2000/11/07  00:04:17
45033         Log: Varargs don't always work too well if one puts an unsigned
45034              char on the stack and pop an unsigned quad off the stack.
45035              
45036              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
45037              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)         
45038              Date: Mon, 06 Nov 2000 15:19:05 -0800
45039              Message-ID: <pxzB6gzkgKXY092yn@efn.org>  
45040      Branch: perl
45041            ! utf8.c
45042 ____________________________________________________________________________
45043 [  7583] By: jhi                                   on 2000/11/06  23:58:48
45044         Log: %ENV note tweaks from Dan Sugalski.
45045      Branch: perl
45046            ! pod/perlport.pod vms/perlvms.pod
45047 ____________________________________________________________________________
45048 [  7582] By: jhi                                   on 2000/11/06  23:05:49
45049         Log: glibc5 detection by __GNU_LIBRARY__.
45050      Branch: perl
45051            ! toke.c
45052 ____________________________________________________________________________
45053 [  7581] By: jhi                                   on 2000/11/06  22:51:29
45054         Log: Make the stdio test program of 7427 less noisy while being 
45055              compiled so that Digital UNIX wouldn't get both
45056              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
45057              undefined.  This makes perlio happy.
45058      Branch: metaconfig
45059            ! U/compline/d_stdstdio.U
45060      Branch: perl
45061            ! Configure config_h.SH
45062 ____________________________________________________________________________
45063 [  7580] By: jhi                                   on 2000/11/06  22:41:41
45064         Log: Document %ENV = () portability issues.
45065      Branch: perl
45066            ! pod/perlport.pod vms/perlvms.pod
45067 ____________________________________________________________________________
45068 [  7579] By: jhi                                   on 2000/11/06  21:29:24
45069         Log: VOS updates from Paul Green.
45070      Branch: perl
45071            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
45072 ____________________________________________________________________________
45073 [  7578] By: jhi                                   on 2000/11/06  21:00:40
45074         Log: Sanitize the environment further.
45075      Branch: perl
45076            ! t/pragma/locale.t
45077 ____________________________________________________________________________
45078 [  7577] By: jhi                                   on 2000/11/06  20:53:51
45079         Log: Re-introduce 7552 lost in integration.
45080      Branch: perl
45081            ! perlio.c
45082 ____________________________________________________________________________
45083 [  7576] By: jhi                                   on 2000/11/06  20:33:46
45084         Log: Admit that the test leaks scalars.
45085      Branch: perl
45086            ! t/comp/proto.t
45087 ____________________________________________________________________________
45088 [  7575] By: jhi                                   on 2000/11/06  20:17:08
45089         Log: Integrate perlio.
45090      Branch: perl
45091           !> perlio.c
45092 ____________________________________________________________________________
45093 [  7574] By: nick                                  on 2000/11/06  20:07:28
45094         Log: Remove debug. Try (Mmap_t) on madvise() call.
45095      Branch: perlio
45096            ! perlio.c
45097 ____________________________________________________________________________
45098 [  7573] By: jhi                                   on 2000/11/06  13:56:05
45099         Log: Update Changes.
45100      Branch: perl
45101            ! Changes patchlevel.h
45102 ____________________________________________________________________________
45103 [  7572] By: jhi                                   on 2000/11/06  13:48:41
45104         Log: Subject: Re: rsync'ed patches vs. rsync'ed source
45105              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
45106              Date: Mon, 06 Nov 2000 10:11:42 +0100
45107              Message-Id: <20001106100920.9BAD.H.M.BRAND@hccnet.nl>
45108      Branch: perl
45109            ! pod/perlhack.pod
45110 ____________________________________________________________________________
45111 [  7571] By: jhi                                   on 2000/11/06  01:45:51
45112         Log: AUTHORS updates.
45113      Branch: perl
45114            ! AUTHORS
45115 ____________________________________________________________________________
45116 [  7570] By: jhi                                   on 2000/11/06  00:18:00
45117         Log: Fix for
45118              
45119              Subject: [ID 20000728.005] perl -P broken
45120              From: David Dyck <dcd@tc.fluke.com>
45121              Date: Fri, 28 Jul 2000 17:19:16 -0700
45122              Message-Id: <200007290019.RAA08484@dd.tc.fluke.com>
45123              
45124              (hopefully).  The fix is also not complete, it seems to break
45125              BOM swallowing for libc5 systems, but until someone figures
45126              out a way to do this without ftell(), this will do.
45127      Branch: perl
45128            ! toke.c
45129 ____________________________________________________________________________
45130 [  7569] By: jhi                                   on 2000/11/06  00:05:30
45131         Log: Document that the evaled syntax errors cause scalar leaks.
45132      Branch: perl
45133            ! t/comp/proto.t
45134 ____________________________________________________________________________
45135 [  7568] By: jhi                                   on 2000/11/05  23:14:47
45136         Log: opmini.o can linger from Configures past.
45137      Branch: perl
45138            ! Makefile.SH
45139 ____________________________________________________________________________
45140 [  7567] By: jhi                                   on 2000/11/05  21:28:39
45141         Log: Fake __FUNCTION__ for non-gcc builds, cast madvise()
45142              first argument correctly.
45143      Branch: perl
45144            ! perlio.c
45145 ____________________________________________________________________________
45146 [  7566] By: jhi                                   on 2000/11/05  21:15:56
45147         Log: Integrate perlio.
45148      Branch: perl
45149           !> perlio.c
45150 ____________________________________________________________________________
45151 [  7565] By: jhi                                   on 2000/11/05  21:15:13
45152         Log: Use -dM for gcc (the suggested patch did it only for Linux,
45153              but I think it can be generalized).
45154              
45155              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
45156              From: Pixel <pixel@mandrakesoft.com>
45157              Date: 05 Nov 2000 21:49:34 +0100 
45158              Message-ID: <ly8zqygn4x.fsf@leia.mandrakesoft.com>
45159      Branch: perl
45160            ! ext/Errno/Errno_pm.PL
45161 ____________________________________________________________________________
45162 [  7564] By: nick                                  on 2000/11/05  21:09:18
45163         Log: Added a mmap layer as a "subclass" of perlio.
45164              PERLIO=mmap ./perl harness passes
45165      Branch: perlio
45166            ! perlio.c
45167 ____________________________________________________________________________
45168 [  7563] By: jhi                                   on 2000/11/05  19:48:55
45169         Log: Add a note for future generations about bug id 20000229.006.
45170      Branch: perl
45171            ! malloc.c
45172 ____________________________________________________________________________
45173 [  7562] By: jhi                                   on 2000/11/05  19:38:24
45174         Log: Fix for bug id 19990615.008, pos() unset during s///ge.
45175      Branch: perl
45176            ! pp_ctl.c t/op/pos.t
45177 ____________________________________________________________________________
45178 [  7561] By: jhi                                   on 2000/11/05  18:21:46
45179         Log: Add =pod to be tidy.
45180      Branch: perl
45181            ! lib/Math/Complex.pm
45182 ____________________________________________________________________________
45183 [  7560] By: jhi                                   on 2000/11/05  17:38:46
45184         Log: Upgrade to Storable 1.0.6, from Raphael Manfredi.
45185      Branch: perl
45186            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
45187            ! ext/Storable/Storable.xs t/lib/st-recurse.t
45188 ____________________________________________________________________________
45189 [  7559] By: jhi                                   on 2000/11/05  17:32:59
45190         Log: Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
45191              From: "Peter J. Farley III" <pjfarley@banet.net>
45192              Date: Sun, 05 Nov 2000 11:55:59 -0500
45193              Message-Id: <4.3.1.0.20001105115341.00b35160@pop5.banet.net> 
45194      Branch: perl
45195            ! t/lib/syslog.t
45196 ____________________________________________________________________________
45197 [  7558] By: jhi                                   on 2000/11/05  17:29:19
45198         Log: Integrate perlio.
45199      Branch: perl
45200           !> perlio.c
45201 ____________________________________________________________________________
45202 [  7557] By: jhi                                   on 2000/11/05  17:22:01
45203         Log: A fix of sorts for 20000329.026, a better error message
45204              for a missing "use charnames" when using the \N{...}. 
45205      Branch: perl
45206            ! pod/perldiag.pod toke.c
45207 ____________________________________________________________________________
45208 [  7556] By: jhi                                   on 2000/11/05  16:33:50
45209         Log: Test tweak: show also the failed locales.
45210              
45211              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
45212              From: Lupe Christoph <lupe@lupe-christoph.de>         
45213              Date: Sun, 5 Nov 2000 12:39:27 +0100 (MET)
45214              Message-Id: <200011051139.MAA12442@lupe-christoph.de>
45215      Branch: perl
45216            ! t/pragma/locale.t
45217 ____________________________________________________________________________
45218 [  7555] By: nick                                  on 2000/11/05  11:09:34
45219         Log: Fix read from STDERR on raw unix layer for Solaris where fd 2 is
45220              open RDWR so does not fail. (pragma/warnings 303 again...)
45221      Branch: perlio
45222            ! perlio.c
45223 ____________________________________________________________________________
45224 [  7554] By: nick                                  on 2000/11/05  10:10:13
45225         Log: Fix case where ungetc(f,EOF) was allowed.
45226              Move PerlIO_ungetc() near PerlIO_putc()/PerlIO_getc() in the file
45227              so we can see similarities.
45228              Use types more carefully and a STDCHAR array in hope that this will
45229              fix Jarrko's 64bit machine.
45230      Branch: perlio
45231            ! perlio.c
45232 ____________________________________________________________________________
45233 [  7553] By: jhi                                   on 2000/11/05  01:12:16
45234         Log: Fix for
45235              
45236              Subject: [ID 20001004.007] taint propogation is inconsistent
45237              From: pimlott@idiomtech.com (Andrew Pimlott) 
45238              Date: Wed, 4 Oct 2000 23:17:44 -0400 (EDT)
45239              Message-Id: <m13h1XU-000SEmC@nolfolan.idiomtech.com>
45240              
45241              The culprit was sv_setsv() which was rather blindly
45242              propagating taint, which lead to behaviour where if
45243              a tainted anon hash value was seen all the hash values
45244              from then on at that level became tainted, or at any
45245              upper levels in the case of nested anon hashes.
45246      Branch: perl
45247            ! sv.c t/op/taint.t
45248 ____________________________________________________________________________
45249 [  7552] By: jhi                                   on 2000/11/04  23:44:18
45250         Log: Some cpps don't like splitting conditionals across several lines.
45251      Branch: perl
45252            ! perlio.c
45253 ____________________________________________________________________________
45254 [  7551] By: nick                                  on 2000/11/04  23:40:44
45255         Log: Integrate mainline
45256      Branch: perlio
45257           !> pp_hot.c t/op/taint.t
45258 ____________________________________________________________________________
45259 [  7550] By: nick                                  on 2000/11/04  23:39:05
45260         Log: Integrate mainline again
45261      Branch: perlio
45262           !> Configure config_h.SH embed.h embed.pl perl.h proto.h
45263           !> t/lib/b.t t/op/misc.t util.c
45264 ____________________________________________________________________________
45265 [  7549] By: jhi                                   on 2000/11/04  23:14:01
45266         Log: Fix for
45267              
45268              Subject: [ID 20001004.006] undef is never tainted
45269              From: pimlott@idiomtech.com (Andrew Pimlott)
45270              Date: Wed, 4 Oct 2000 21:57:43 -0400 (EDT)
45271              Message-Id: <m13h0I3-000SEmC@nolfolan.idiomtech.com>
45272              
45273              An undef read from a slurped file was not tainted.
45274      Branch: perl
45275            ! pp_hot.c t/op/taint.t
45276 ____________________________________________________________________________
45277 [  7548] By: jhi                                   on 2000/11/04  22:56:21
45278         Log: Test tweak ($Config{useperlio} is by default undef) .
45279      Branch: perl
45280            ! t/lib/b.t
45281 ____________________________________________________________________________
45282 [  7547] By: jhi                                   on 2000/11/04  22:43:56
45283         Log: Integrate perlio.
45284      Branch: perl
45285           +> lib/perlio.pm
45286           !> MANIFEST iperlsys.h objXSUB.h perlapi.c perlio.c
45287           !> pod/perlapi.pod t/lib/b.t
45288 ____________________________________________________________________________
45289 [  7546] By: jhi                                   on 2000/11/04  22:40:59
45290         Log: Configure would use a bad $myuname from an old config.sh.
45291              
45292              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
45293              From: Andy Dougherty <doughera@lafayette.edu>
45294              Date: Sat, 4 Nov 2000 14:15:29 -0500 (EST)
45295              Message-ID: <Pine.SOL.4.10.10011041410120.982-100000@maxwell.phys.lafayette.edu>
45296      Branch: metaconfig
45297            ! U/modified/Oldconfig.U
45298      Branch: perl
45299            ! Configure config_h.SH
45300 ____________________________________________________________________________
45301 [  7545] By: jhi                                   on 2000/11/04  22:36:54
45302         Log: Subject: Locales support (setlocale) fixes
45303              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
45304              Date: Sat, 4 Nov 2000 10:15:48 +0300 
45305              Message-ID: <402099F49BEED211999700805FC7359F82511F@ru0028exch01.spb.lucent.com>
45306              
45307              Modified quite a bit to be more portable.
45308      Branch: perl
45309            ! embed.h embed.pl perl.h proto.h util.c
45310 ____________________________________________________________________________
45311 [  7544] By: jhi                                   on 2000/11/04  22:32:47
45312         Log: Dying is too strict here, better just skip.
45313      Branch: perl
45314            ! t/op/misc.t
45315 ____________________________________________________________________________
45316 [  7543] By: nick                                  on 2000/11/04  21:55:13
45317         Log: Merge mainline
45318      Branch: perlio
45319           +> ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
45320           +> ext/Encode/Encode/posix-bc.enc ext/re/hints/aix.pl
45321           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
45322           !> (integrate 64 files)
45323 ____________________________________________________________________________
45324 [  7542] By: jhi                                   on 2000/11/04  21:09:28
45325         Log: More Changes tweakery.
45326      Branch: perl
45327            ! Changes Porting/genlog
45328 ____________________________________________________________________________
45329 [  7541] By: jhi                                   on 2000/11/04  20:58:18
45330         Log: Changes fixups.
45331      Branch: perl
45332            ! Changes
45333 ____________________________________________________________________________
45334 [  7540] By: jhi                                   on 2000/11/04  20:42:38
45335         Log: Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
45336              create a "fast path" for locale name probing using "locale -a"
45337              if available, squash finally hopefully the s?printf resetting
45338              the numeric locale (since, IIUC perllocale, it never shouldn't). 
45339      Branch: perl
45340            ! sv.c t/op/misc.t t/pragma/locale.t
45341 ____________________________________________________________________________
45342 [  7539] By: nick                                  on 2000/11/04  19:56:10
45343         Log: PerlIO infrastructure complete.
45344      Branch: perlio
45345            + lib/perlio.pm
45346            ! MANIFEST iperlsys.h perlio.c t/lib/b.t
45347 ____________________________________________________________________________
45348 [  7538] By: nick                                  on 2000/11/04  14:31:32
45349         Log: Type tweaks + less contorted allocation scheme
45350      Branch: perlio
45351            ! perlio.c
45352 ____________________________________________________________________________
45353 [  7537] By: nick                                  on 2000/11/04  12:40:42
45354         Log: Fix for stdio as default "discipline" - PerlIO_init() was fdopen(2,"w")'ing
45355              a fresh FILE * rather than re-using stderr. Which meant PerlIO_stderr() was
45356              fully buffered rather than unbuffered (on Solaris, Linux seemed to do something
45357              sensible) which lead to some interesting fails.
45358      Branch: perlio
45359            ! perlio.c
45360 ____________________________________________________________________________
45361 [  7536] By: jhi                                   on 2000/11/04  00:20:02
45362         Log: Add FCNTL_CAN_LOCK.
45363              
45364              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
45365              From: Andy Dougherty <doughera@lafayette.edu>
45366              Date: Fri, 3 Nov 2000 15:32:14 -0500 (EST)
45367              Message-ID: <Pine.SOL.4.10.10011031528090.29-100000@maxwell.phys.lafayette.edu>
45368              
45369              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
45370              From: Andy Dougherty <doughera@lafayette.edu>
45371              In-Reply-To: <4.3.1.0.20001031222203.00b24b20@pop5.banet.net>
45372              Message-ID: <Pine.SOL.4.10.10011031532170.29-100000@maxwell.phys.lafayette.edu>
45373      Branch: metaconfig/U/perl
45374            + d_fcntl_can_lock.U
45375            ! startperl.U
45376      Branch: perl
45377            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
45378            ! config_h.SH epoc/config.sh pp_sys.c uconfig.h uconfig.sh
45379            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
45380            ! vos/config.ga.h win32/config.bc win32/config.gc
45381            ! win32/config.vc
45382 ____________________________________________________________________________
45383 [  7535] By: nick                                  on 2000/11/03  22:19:10
45384         Log: Implement stack of layers - (perlio.c _is_ derived from the old file honest...)
45385              - Works on Linux with
45386              perlio + unix
45387              stdio
45388              - Works on Solaris with
45389              perlio + unix
45390              - Fails ONE test (print to STDIN should fail) on Solaris with stdio.
45391              - Fails (hangs in openpid) if you try and stack
45392              perlio + stdio - Linux stdio's read() logic is hanging.
45393      Branch: perlio
45394            ! iperlsys.h perlio.c
45395 ____________________________________________________________________________
45396 [  7534] By: jhi                                   on 2000/11/03  15:16:02
45397         Log: Subject: Re: README.aix
45398              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
45399              Date: Fri, 03 Nov 2000 16:03:15 +0100
45400              Message-Id: <20001103151040.95C6.H.M.BRAND@hccnet.nl>
45401      Branch: perl
45402            ! README.aix
45403 ____________________________________________________________________________
45404 [  7533] By: jhi                                   on 2000/11/03  03:59:02
45405         Log: Subject: [PATCH 5.7.0] better messages from malloc()
45406              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
45407              Date: Wed, 1 Nov 2000 23:39:56 -0500
45408              Message-ID: <20001101233956.A520@monk.mps.ohio-state.edu>
45409      Branch: perl
45410            ! malloc.c pod/perldiag.pod
45411 ____________________________________________________________________________
45412 [  7532] By: jhi                                   on 2000/11/03  00:11:56
45413         Log: The #7521 touched things it shouldn't have.
45414      Branch: perl
45415            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
45416 ____________________________________________________________________________
45417 [  7531] By: jhi                                   on 2000/11/02  22:32:33
45418         Log: Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
45419              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
45420              Date:     Thu, 2 Nov 2000 16:58:36 EST
45421              Message-Id: <001102165758.31020@DUPHY4.Physics.Drexel.Edu>
45422      Branch: perl
45423            ! vms/gen_shrfls.pl
45424 ____________________________________________________________________________
45425 [  7530] By: jhi                                   on 2000/11/02  22:08:49
45426         Log: Fix the problem discussed in
45427              
45428              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
45429              Date: Mon, 16 Oct 2000 04:48:59 +0300 (EET DST) 
45430              Message-Id: <200010160148.EAA14523@alpha.hut.fi> 
45431              
45432              originally from Linc Madison.  Also Andreas König's comments
45433              taken into account.  Some other problems with Tie::SubstrHash
45434              fixed: didn't croak when the table exceeded the requested number
45435              of entries (as documented) but instead when the number of entries
45436              exceeded the size of the table, a croak() had an unnecessary \n,
45437              didn't have a CLEAR method, documented that there is no exists().
45438              Didn't fix to be strict-proof because the module uses &foo; and
45439              dynamic scope.  Added a test script exercizing both first tamely 
45440              the basic functionality, and then the failure cases reported by
45441              Linc Madison.
45442      Branch: perl
45443            + t/lib/tie-substrhash.t
45444            ! MANIFEST lib/Tie/SubstrHash.pm
45445 ____________________________________________________________________________
45446 [  7529] By: jhi                                   on 2000/11/02  17:58:08
45447         Log: recv() can fail and return undef.
45448              
45449              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
45450              From: "Alexey V. Barantsev" <barancev@kazbek.ispras.ru>
45451              Date: Thu, 2 Nov 2000 20:12:20 +0300
45452              Message-Id: <200011021712.UAA07919@dallas.kazbek.ispras.ru>
45453      Branch: perl
45454            ! lib/Net/Ping.pm
45455 ____________________________________________________________________________
45456 [  7528] By: jhi                                   on 2000/11/02  17:49:09
45457         Log: Detpyo.
45458      Branch: perl
45459            ! pod/perlop.pod
45460 ____________________________________________________________________________
45461 [  7527] By: jhi                                   on 2000/11/02  15:48:37
45462         Log: Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
45463              fix a autovivification bug in Tie::RefHash, add tests for both.
45464              
45465              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
45466              From: Edward Avis <epa98@doc.ic.ac.uk>
45467              Date: Thu, 2 Nov 2000 15:24:30 +0000 (GMT)
45468              Message-ID: <Pine.LNX.4.21.0011021516010.8344-100000@texel03.doc.ic.ac.uk>
45469      Branch: perl
45470            + t/lib/tie-refhash.t
45471            ! MANIFEST lib/Tie/RefHash.pm
45472 ____________________________________________________________________________
45473 [  7526] By: jhi                                   on 2000/11/02  13:56:26
45474         Log: Test::Harness revealed buglets in the new DynaLoader.
45475              
45476              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
45477              From: andreas.koenig@anima.de (Andreas J. Koenig)
45478              Date: 02 Nov 2000 11:26:48 +0100 
45479              Message-Id: <m3vgu6k6tz.fsf@ak-71.mind.de>
45480      Branch: perl
45481            ! ext/DynaLoader/DynaLoader_pm.PL
45482 ____________________________________________________________________________
45483 [  7525] By: jhi                                   on 2000/11/01  23:52:08
45484         Log: The entry for #7503 was missing.
45485      Branch: perl
45486            ! Changes
45487 ____________________________________________________________________________
45488 [  7524] By: jhi                                   on 2000/11/01  23:40:52
45489         Log: Update Changes.
45490      Branch: perl
45491            ! Changes patchlevel.h
45492 ____________________________________________________________________________
45493 [  7523] By: jhi                                   on 2000/11/01  22:57:09
45494         Log: More tweaking on the #7522 theme.
45495      Branch: perl
45496            ! ext/DynaLoader/DynaLoader_pm.PL
45497 ____________________________________________________________________________
45498 [  7522] By: jhi                                   on 2000/11/01  22:06:15
45499         Log: Expand %Config variables and %ENV variables only if
45500              so requested during build time using the
45501              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
45502              Not expanding makes relocating distributions easier.
45503      Branch: perl
45504            ! ext/DynaLoader/DynaLoader_pm.PL
45505 ____________________________________________________________________________
45506 [  7521] By: jhi                                   on 2000/11/01  20:56:34
45507         Log: Make the POSIX::setuid and POSIX::setgid to really call setuid()
45508              and setgid() because they were just changing $< and $( which means
45509              only changing the real uid/gid, as opposed to changing both
45510              real and effective ids.  (The alternative way could have been
45511              in POSIX.pm to change $> and $), too, but making a direct call
45512              to the C API feels cleaner.)  Fixes the bug
45513              
45514              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
45515              From: "Garry T. Williams" <garry@zvolve.com>
45516              Date: Mon, 4 Sep 2000 12:09:44 -0400 (EDT)
45517              Message-Id: <200009041609.e84G9iN12155@ifr.inside.zvolve.net>
45518      Branch: perl
45519            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
45520            ! ext/POSIX/typemap pod/perlvar.pod
45521 ____________________________________________________________________________
45522 [  7520] By: jhi                                   on 2000/11/01  20:08:33
45523         Log: Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
45524              From: "Garry T. Williams" <garry@zvolve.com>
45525              Date: Mon, 4 Sep 2000 11:32:38 -0400 (EDT)
45526              Message-Id: <200009041532.e84FWcl12106@ifr.inside.zvolve.net>
45527      Branch: perl
45528            ! pod/perlsec.pod
45529 ____________________________________________________________________________
45530 [  7519] By: jhi                                   on 2000/11/01  20:01:22
45531         Log: Locale warning explanation tweak.
45532      Branch: perl
45533            ! pod/perldiag.pod
45534 ____________________________________________________________________________
45535 [  7518] By: jhi                                   on 2000/11/01  18:57:13
45536         Log: C.pm part of
45537              
45538              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
45539              From: Jarkko Hietaniemi <jhi@iki.fi>
45540              Date: Tue, 10 Oct 2000 08:22:28 -0500
45541              Message-Id: <20001010082228.B17030@chaos.wustl.edu>
45542      Branch: perl
45543            ! ext/B/B/C.pm
45544 ____________________________________________________________________________
45545 [  7517] By: jhi                                   on 2000/11/01  18:41:59
45546         Log: Subject: [ID 20001005.006] Documentation -- description of qr//
45547              From: Martien Verbruggen <mgjv@comdyn.com.au>
45548              Date: Fri, 6 Oct 2000 14:09:10 +1100
45549              Message-Id: <200010060309.OAA03457@verbruggen.comdyn.com.au>
45550      Branch: perl
45551            ! pod/perlop.pod
45552 ____________________________________________________________________________
45553 [  7516] By: jhi                                   on 2000/11/01  18:34:55
45554         Log: Generalize the Camel wording.
45555              
45556              Subject: Re: perlfaq style changes
45557              From: John Borwick <jhborwic@unity.ncsu.edu>
45558              Date: Wed, 1 Nov 2000 13:19:21 -0500 (EST)
45559              Message-ID: <Pine.GSO.4.21.0011011318270.7428-100000@eos00du.eos.ncsu.edu>
45560      Branch: perl
45561            ! pod/perlfaq3.pod pod/perlfaq8.pod pod/perlfaq9.pod
45562 ____________________________________________________________________________
45563 [  7515] By: jhi                                   on 2000/11/01  16:52:31
45564         Log: Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
45565              From: pimlott@idiomtech.com (Andrew Pimlott)
45566              Date: Thu, 5 Oct 2000 13:20:58 -0400 (EDT)
45567              Message-Id: <m13hEhW-000SEmC@nolfolan.idiomtech.com>
45568      Branch: perl
45569            ! pod/perlsec.pod
45570 ____________________________________________________________________________
45571 [  7514] By: jhi                                   on 2000/11/01  15:03:40
45572         Log: More AIX lore.
45573      Branch: perl
45574            ! ext/re/hints/aix.pl
45575 ____________________________________________________________________________
45576 [  7513] By: jhi                                   on 2000/11/01  14:48:30
45577         Log: Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
45578              From: root <root@chronos.fi.muni.cz>
45579              Date: Wed, 1 Nov 2000 12:31:32 +0100
45580              Message-Id: <200011011131.MAA03310@chronos.fi.muni.cz>
45581      Branch: perl
45582            ! lib/Net/Ping.pm
45583 ____________________________________________________________________________
45584 [  7512] By: jhi                                   on 2000/11/01  14:46:47
45585         Log: Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
45586              From: Martin Husemann <martin@duskware.de>
45587              Date: Tue, 31 Oct 2000 23:39:35 +0100 (MET)
45588              Message-Id: <200010312239.e9VMdZR01580@night-porter.duskware.de>
45589      Branch: perl
45590            ! regcomp.c
45591 ____________________________________________________________________________
45592 [  7511] By: jhi                                   on 2000/11/01  14:39:50
45593         Log: AUTHORS updates.
45594      Branch: perl
45595            ! AUTHORS
45596 ____________________________________________________________________________
45597 [  7510] By: jhi                                   on 2000/11/01  14:29:50
45598         Log: Subject: [PATCH] startperl to respect versiononly
45599              From: Robin Barker <rmb1@cise.npl.co.uk> 
45600              Date: Tue, 31 Oct 2000 16:29:36 GMT
45601              Message-Id: <200010311629.QAA01771@tempest.npl.co.uk>
45602      Branch: metaconfig/U/perl
45603            ! startperl.U
45604      Branch: perl
45605            ! Configure config_h.SH
45606 ____________________________________________________________________________
45607 [  7509] By: jhi                                   on 2000/11/01  14:19:53
45608         Log: printf UVs the correct way, noticed by Robin Barker.
45609      Branch: perl
45610            ! utf8.c
45611 ____________________________________________________________________________
45612 [  7508] By: jhi                                   on 2000/11/01  14:10:03
45613         Log: Do not cleanup *% because the % has special meanings in some
45614              shell environments.
45615      Branch: perl
45616            ! ext/Storable/Makefile.PL
45617 ____________________________________________________________________________
45618 [  7507] By: jhi                                   on 2000/11/01  14:06:00
45619         Log: The NonStop-UX libraries have a novel way to say NaN.
45620      Branch: perl
45621            ! t/lib/bigfltpm.t
45622 ____________________________________________________________________________
45623 [  7506] By: jhi                                   on 2000/11/01  14:03:35
45624         Log: The osname has been lowercased by now, from Tom Bates.
45625      Branch: metaconfig
45626            ! U/modified/Oldconfig.U
45627      Branch: perl
45628            ! Configure config_h.SH
45629 ____________________________________________________________________________
45630 [  7505] By: jhi                                   on 2000/10/31  19:18:39
45631         Log: The compiler is either gcc or cc, from Tom Bates.
45632      Branch: perl
45633            ! hints/nonstopux.sh
45634 ____________________________________________________________________________
45635 [  7504] By: jhi                                   on 2000/10/31  14:53:42
45636         Log: Update Changes.
45637      Branch: perl
45638            ! Changes patchlevel.h
45639 ____________________________________________________________________________
45640 [  7503] By: jhi                                   on 2000/10/31  14:30:50
45641         Log: Whitespace style tweak.  Was originally going to see to
45642              
45643              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
45644              From: Joe Smith <jms@inwap.com>
45645              Date: Mon, 30 Oct 2000 18:47:57 -0800
45646              Message-Id: <39FE32DD.24AAC4D@inwap.com>
45647              
45648              but that had already been taken care of.
45649      Branch: metaconfig
45650            ! U/compline/d_stdstdio.U
45651      Branch: perl
45652            ! Configure config_h.SH
45653 ____________________________________________________________________________
45654 [  7502] By: jhi                                   on 2000/10/31  14:25:02
45655         Log: AUTHORS tweaks.
45656      Branch: perl
45657            ! AUTHORS
45658 ____________________________________________________________________________
45659 [  7501] By: jhi                                   on 2000/10/31  14:23:59
45660         Log: Subject: perlfaq style changes
45661              From: John Borwick <jhborwic@unity.ncsu.edu>
45662              Date: Tue, 31 Oct 2000 03:15:11 -0500 (EST)
45663              Message-ID: <Pine.GSO.4.21.0010310307500.5819-100000@eos00du.eos.ncsu.edu>
45664      Branch: perl
45665            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
45666            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
45667            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
45668            ! pod/perlfaq9.pod
45669 ____________________________________________________________________________
45670 [  7500] By: jhi                                   on 2000/10/31  14:22:15
45671         Log: Be more lenient on bad UTF-8 when doing bit arithmetics.
45672              
45673              Subject: Re: [ID 20000918.005] ~ on wide chars
45674              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
45675              Date: Mon, 30 Oct 2000 21:09:55 -0800
45676              Message-ID: <jQl/5gzkgWYL092yn@efn.org>
45677              
45678              (The ord() part of the patch skipped.)
45679      Branch: perl
45680            ! doop.c
45681 ____________________________________________________________________________
45682 [  7499] By: jhi                                   on 2000/10/31  14:20:08
45683         Log: Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
45684              From: Jens Hamisch <jens@Strawberry.COM>
45685              Date: Mon, 30 Oct 2000 15:17:07 +0100
45686              Message-Id: <20001030151707.A9597@Strawberry.COM>
45687      Branch: perl
45688            ! av.c
45689 ____________________________________________________________________________
45690 [  7498] By: jhi                                   on 2000/10/31  14:16:29
45691         Log: Subject: [PATCH: perl@7483] add three new EBCDIC Encode-ings && many tests
45692              From: Peter Prymmer <pvhp@forte.com>
45693              Date: Mon, 30 Oct 2000 16:59:11 -0800 (PST)
45694              Message-ID: <Pine.OSF.4.10.10010301643590.67363-100000@aspara.forte.com>
45695      Branch: perl
45696            + ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
45697            + ext/Encode/Encode/posix-bc.enc
45698            ! MANIFEST t/lib/encode.t
45699 ____________________________________________________________________________
45700 [  7497] By: jhi                                   on 2000/10/31  14:13:22
45701         Log: Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
45702              From: Peter Prymmer <pvhp@forte.com>
45703              Date: Mon, 30 Oct 2000 17:48:11 -0800 (PST)
45704              Message-ID: <Pine.OSF.4.10.10010301746350.69159-100000@aspara.forte.com>
45705      Branch: perl
45706            ! t/lib/cgi-html.t
45707 ____________________________________________________________________________
45708 [  7496] By: jhi                                   on 2000/10/31  14:12:05
45709         Log: Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
45710              From: Peter Prymmer <pvhp@forte.com>
45711              Date: Mon, 30 Oct 2000 17:46:33 -0800 (PST)
45712              Message-ID: <Pine.OSF.4.10.10010301745120.69159-100000@aspara.forte.com>
45713      Branch: perl
45714            ! t/lib/cgi-function.t
45715 ____________________________________________________________________________
45716 [  7495] By: jhi                                   on 2000/10/31  14:11:08
45717         Log: Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
45718              From: Peter Prymmer <pvhp@forte.com>
45719              Date: Mon, 30 Oct 2000 16:41:21 -0800 (PST)
45720              Message-ID: <Pine.OSF.4.10.10010301634500.67363-100000@aspara.forte.com>
45721      Branch: perl
45722            + ext/re/hints/aix.pl
45723            ! MANIFEST ext/re/Makefile.PL
45724 ____________________________________________________________________________
45725 [  7494] By: jhi                                   on 2000/10/31  14:08:32
45726         Log: Use Errno magic.
45727              
45728              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
45729              From: Casey Tweten <perl@ctweten.amsite.com>
45730              Date: Mon, 30 Oct 2000 15:51:17 -0500
45731              Message-Id: <200010302051.e9UKpHd02194@ctweten.amsite.com>
45732      Branch: perl
45733            ! lib/File/Temp.pm
45734 ____________________________________________________________________________
45735 [  7493] By: jhi                                   on 2000/10/31  14:05:07
45736         Log: Add a perlbug flag, -A, to avoid acknowledgement messages.
45737              
45738              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
45739              From: Nicholas Clark <nick@ccl4.org>
45740              Date: Mon, 30 Oct 2000 17:38:45 +0000
45741              Message-ID: <20001030173845.O60355@plum.flirble.org>
45742      Branch: perl
45743            ! Makefile.SH utils/perlbug.PL
45744 ____________________________________________________________________________
45745 [  7492] By: nick                                  on 2000/10/30  19:37:23
45746         Log: Change files which are mysteriously different to mainline to be
45747              copies of mainline.
45748      Branch: perlio
45749            ! objXSUB.h perlapi.c pod/perlapi.pod
45750 ____________________________________________________________________________
45751 [  7491] By: nick                                  on 2000/10/30  18:05:54
45752         Log: Perlio fixes discovered on big-endian & very traditional Solaris:
45753              - typo in endian code in putc.
45754              - Don't allow read of write-only files and vice-versa
45755              - and off-by-one in flush-all loop.
45756              Remove debug calls as they were using GCC specific features.
45757      Branch: perlio
45758            ! perlio.c
45759 ____________________________________________________________________________
45760 [  7490] By: nick                                  on 2000/10/29  21:45:45
45761         Log: Integrate mainline to perlio
45762      Branch: perlio
45763           !> lib/ExtUtils/Manifest.pm op.c t/comp/proto.t t/pragma/utf8.t
45764           !> toke.c
45765 ____________________________________________________________________________
45766 [  7489] By: jhi                                   on 2000/10/29  21:11:08
45767         Log: Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
45768              From: andreas.koenig@anima.de (Andreas J. Koenig)
45769              Date: 29 Oct 2000 22:05:59 +0100
45770              Message-ID: <m3snpfqrwo.fsf@ak-71.mind.de>
45771      Branch: perl
45772            ! lib/ExtUtils/Manifest.pm
45773 ____________________________________________________________________________
45774 [  7488] By: jhi                                   on 2000/10/29  21:07:47
45775         Log: Tests for #7487.
45776              
45777              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
45778              From: andreas.koenig@anima.de (Andreas J. Koenig)
45779              Date: 29 Oct 2000 19:37:09 +0100
45780              Message-ID: <m34s1vsdd6.fsf@ak-71.mind.de>
45781      Branch: perl
45782            ! t/comp/proto.t
45783 ____________________________________________________________________________
45784 [  7487] By: jhi                                   on 2000/10/29  21:06:27
45785         Log: constsub spillage.
45786              
45787              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
45788              From: John Tobey <jtobey@john-edwin-tobey.org>
45789              Date: Sun, 29 Oct 2000 11:37:45 -0500 (EST)
45790              Message-Id: <m13pvSr-000FObC@feynman.localnet>
45791      Branch: perl
45792            ! op.c
45793 ____________________________________________________________________________
45794 [  7486] By: nick                                  on 2000/10/29  21:05:04
45795         Log: Integrate mainline to perlio branch
45796      Branch: perlio
45797           +> Porting/repository.pod lib/unicode/Is/DCmedial.pl
45798           +> t/lib/tie-splice.t vos/config.alpha.def vos/config.alpha.h
45799           +> vos/config.ga.def vos/config.ga.h vos/configure_perl.cm
45800           +> vos/install_perl.cm
45801            - MAINTAIN fix_pl lib/unicode/Is/DCinital.pl vos/config.def
45802            - vos/config.h vos/config_h.SH_orig
45803           !> (integrate 141 files)
45804 ____________________________________________________________________________
45805 [  7485] By: jhi                                   on 2000/10/29  21:00:47
45806         Log: Make \x{...} consistently produce UTF-8.
45807              
45808              Subject: Re: \x{...} is confused 
45809              From: Simon Cozens <simon@cozens.net>
45810              Date: Sun, 29 Oct 2000 19:36:48 +0000
45811              Message-ID: <20001029193648.A6287@pembro4.pmb.ox.ac.uk>
45812      Branch: perl
45813            ! t/pragma/utf8.t toke.c
45814 ____________________________________________________________________________
45815 [  7484] By: nick                                  on 2000/10/29  20:05:29
45816         Log: PerlIO passes all tests.
45817      Branch: perlio
45818            ! perlio.c
45819 ____________________________________________________________________________
45820 [  7483] By: jhi                                   on 2000/10/29  18:06:55
45821         Log: Update Changes.
45822      Branch: perl
45823            ! Changes patchlevel.h
45824 ____________________________________________________________________________
45825 [  7482] By: nick                                  on 2000/10/29  17:43:28
45826         Log: Include <unistd.h> to get correct lseek() prototype etc.
45827              (I thought perl.h did that) - down to two fails
45828              - comp/require.t (last test)
45829              - lib/io_xs.t - possibly import/export of FILE * ?
45830      Branch: perlio
45831            ! perlio.c
45832 ____________________________________________________________________________
45833 [  7481] By: jhi                                   on 2000/10/29  17:02:37
45834         Log: UTF-8 decoder tweak.
45835      Branch: perl
45836            ! utf8.c
45837 ____________________________________________________________________________
45838 [  7480] By: nick                                  on 2000/10/29  16:26:11
45839         Log: Fixed two bugs:
45840              - error code not being set on close (of broken pipe)
45841              - append mode was truncating.
45842              At least one seek/tell bug remains.
45843      Branch: perlio
45844            ! perlio.c
45845 ____________________________________________________________________________
45846 [  7479] By: nick                                  on 2000/10/29  11:18:16
45847         Log: Prototype (stdio-like) PerlIO passing basic tests. Checked in
45848              in case of accidents. Still several worrying fails, no line disciplines yet.
45849      Branch: perlio
45850            ! iperlsys.h perlio.c
45851 ____________________________________________________________________________
45852 [  7478] By: jhi                                   on 2000/10/29  02:04:01
45853         Log: Add also emailless people.
45854      Branch: perl
45855            ! AUTHORS
45856 ____________________________________________________________________________
45857 [  7477] By: jhi                                   on 2000/10/29  01:36:00
45858         Log: The #7476 needs a MANIFEST change, too.
45859      Branch: perl
45860            ! MANIFEST
45861 ____________________________________________________________________________
45862 [  7476] By: jhi                                   on 2000/10/29  01:35:21
45863         Log: Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
45864      Branch: perl
45865            - MAINTAIN
45866            ! AUTHORS Changes
45867 ____________________________________________________________________________
45868 [  7475] By: jhi                                   on 2000/10/28  23:57:25
45869         Log: De-quoted-unreadable to ISO Latin 1.
45870              (There's one ISO-2022-JP name in Changes5.004.)
45871      Branch: perl
45872            ! Changes Changes5.6
45873 ____________________________________________________________________________
45874 [  7474] By: jhi                                   on 2000/10/28  19:13:06
45875         Log: Subject: [ID 20001027.007] uniq array in perlfaq
45876              From: Hans Ginzel <hans@kolej.mff.cuni.cz>     
45877              Date: Fri, 27 Oct 2000 19:28:30 +0200
45878              Message-Id: <20001027192830.A1564@kolej.mff.cuni.cz> 
45879      Branch: perl
45880            ! pod/perlfaq4.pod
45881 ____________________________________________________________________________
45882 [  7473] By: jhi                                   on 2000/10/28  18:02:05
45883         Log: Locking null mutexes is not recommendable.
45884              
45885              Subject: Re: [ID 20001027.008] Not OK: perl v5.7.0 +DEVEL7462 on i386-freebsd-thread-64all 4.1-stable (UNINSTALLED) 
45886              From: Hugo <hv@crypt.compulink.co.uk>
45887              Date: Sat, 28 Oct 2000 18:41:12 +0100
45888              Message-Id: <200010281741.SAA31327@crypt.compulink.co.uk>
45889      Branch: perl
45890            ! op.c
45891 ____________________________________________________________________________
45892 [  7472] By: jhi                                   on 2000/10/28  17:52:58
45893         Log: Better create a true mailing list for the repository keepers.
45894      Branch: perl
45895            ! Porting/repository.pod
45896 ____________________________________________________________________________
45897 [  7471] By: jhi                                   on 2000/10/28  17:28:24
45898         Log: Add the repository doc by Malcolm, Sarathy, and by Simon,
45899              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
45900      Branch: perl
45901            + Porting/repository.pod
45902            ! MANIFEST
45903 ____________________________________________________________________________
45904 [  7470] By: jhi                                   on 2000/10/28  17:20:54
45905         Log: Subject: DOC PATCH 5.6.0
45906              From: mjd@plover.com
45907              Date: 27 Oct 2000 17:32:44 -0000
45908              Message-ID: <20001027173244.23754.qmail@plover.com>
45909      Branch: perl
45910            ! pod/perlfunc.pod
45911 ____________________________________________________________________________
45912 [  7469] By: jhi                                   on 2000/10/28  17:16:45
45913         Log: Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
45914              From: "Peter J. Farley III" <pjfarley@banet.net>
45915              Date: Fri, 27 Oct 2000 20:32:56 -0400
45916              Message-Id: <4.3.1.0.20001027202303.00ad8900@pop5.banet.net>
45917      Branch: perl
45918            ! README.dos
45919 ____________________________________________________________________________
45920 [  7468] By: jhi                                   on 2000/10/28  17:07:18
45921         Log: Make target reordering to avoid pointless re-makes.
45922              
45923              Subject: Re: Total re-make of 'make okfile' after 7451 ?
45924              From: Nicholas Clark <nick@ccl4.org>
45925              Date: Sat, 28 Oct 2000 00:31:02 +0100
45926              Message-ID: <20001028003101.A54517@plum.flirble.org>
45927      Branch: perl
45928            ! Makefile.SH
45929 ____________________________________________________________________________
45930 [  7467] By: jhi                                   on 2000/10/28  17:05:31
45931         Log: Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
45932              From: lvirden@cas.org
45933              Date: Fri, 27 Oct 2000 13:14:41 -0400 (EDT)
45934              Message-Id: <200010271714.NAA22015@lwv26awu.cas.org>
45935      Branch: perl
45936            ! README.os2
45937 ____________________________________________________________________________
45938 [  7466] By: jhi                                   on 2000/10/28  16:09:16
45939         Log: Upgrade to CPAN 1.58_55.
45940              
45941              Subject: CPAN.pm status
45942              From: andreas.koenig@anima.de (Andreas J. Koenig) 
45943              Date: 28 Oct 2000 08:18:00 +0200 
45944              Message-ID: <m3n1fpa3qf.fsf@ak-71.mind.de>
45945      Branch: perl
45946            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
45947 ____________________________________________________________________________
45948 [  7465] By: jhi                                   on 2000/10/28  16:02:47
45949         Log: The reëntrant version shouldn't be needed unless USE_PURE_BISON.
45950      Branch: perl
45951            ! embed.h embed.pl perl.h proto.h toke.c
45952 ____________________________________________________________________________
45953 [  7464] By: nick                                  on 2000/10/28  10:43:44
45954         Log: Fix for sv_2iv() on "shared" value from keys %hash.
45955      Branch: perl
45956            ! sv.c
45957 ____________________________________________________________________________
45958 [  7463] By: jhi                                   on 2000/10/27  16:18:29
45959         Log: Update Changes.
45960      Branch: perl
45961            ! Changes patchlevel.h
45962 ____________________________________________________________________________
45963 [  7462] By: jhi                                   on 2000/10/27  16:17:44
45964         Log: Too enthusiastic editing in #7460.
45965      Branch: metaconfig
45966            ! U/modified/Oldsym.U
45967      Branch: perl
45968            ! Configure config_h.SH
45969 ____________________________________________________________________________
45970 [  7461] By: jhi                                   on 2000/10/27  15:37:38
45971         Log: Retract #7459, the script needs more work.
45972      Branch: perl
45973            - mkreef
45974            ! MANIFEST
45975 ____________________________________________________________________________
45976 [  7460] By: jhi                                   on 2000/10/27  15:23:14
45977         Log: Use $sort, $uniq (and $tr) consistently as wondered
45978              by Nicholas Clark.
45979      Branch: metaconfig
45980            ! U/modified/Cppsym.U U/modified/Getfile.U U/modified/Guess.U
45981            ! U/modified/Myread.U U/modified/Oldsym.U U/modified/Signal.U
45982            ! U/modified/libc.U
45983      Branch: perl
45984            ! Configure config_h.SH
45985 ____________________________________________________________________________
45986 [  7459] By: jhi                                   on 2000/10/27  15:02:07
45987         Log: (Retracted by #7461)
45988              
45989              Add a shell script for creating/removing symbolic link farms,
45990              useful for keeping the source code read-only and doing the
45991              builds somewhere else.
45992      Branch: perl
45993            + mkreef
45994            ! MANIFEST
45995 ____________________________________________________________________________
45996 [  7458] By: jhi                                   on 2000/10/27  14:42:20
45997         Log: Do away with the fix_pl.
45998      Branch: perl
45999            - fix_pl
46000            ! MANIFEST Makefile.SH
46001 ____________________________________________________________________________
46002 [  7457] By: jhi                                   on 2000/10/27  12:43:13
46003         Log: Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
46004              From: Jens Hamisch <jens@Strawberry.COM>
46005              Date: Fri, 27 Oct 2000 14:38:21 +0200
46006              Message-Id: <20001027143821.B3366@Strawberry.COM>
46007      Branch: perl
46008            ! perl.h
46009 ____________________________________________________________________________
46010 [  7456] By: jhi                                   on 2000/10/27  12:33:42
46011         Log: Subject: [PATCH] todo
46012              From: Nicholas Clark <nick@ccl4.org>
46013              Date: Thu, 26 Oct 2000 22:32:29 +0100
46014              Message-ID: <20001026223229.A44540@plum.flirble.org>
46015      Branch: perl
46016            ! pod/perltodo.pod
46017 ____________________________________________________________________________
46018 [  7455] By: jhi                                   on 2000/10/27  12:02:21
46019         Log: Subject: Re: [PATCH bleadperl] ripples from constsub patch
46020              From: John Tobey <jtobey@john-edwin-tobey.org>
46021              Date: Thu, 26 Oct 2000 22:29:53 -0400 (EDT)
46022              Message-Id: <m13ozHF-000FObC@feynman.localnet>
46023      Branch: perl
46024            ! op.c t/pragma/sub_lval.t
46025 ____________________________________________________________________________
46026 [  7454] By: jhi                                   on 2000/10/27  11:59:42
46027         Log: Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
46028              From: sthoenna@efn.org
46029              Date: Thu, 26 Oct 2000 14:00:03 -0700 (PDT)
46030              Message-Id: <200010262100.e9QL03U06386@garcia.efn.org>
46031      Branch: perl
46032            ! pp.c t/op/assignwarn.t
46033 ____________________________________________________________________________
46034 [  7453] By: jhi                                   on 2000/10/27  00:15:08
46035         Log: Upgrade to Storable 1.0.5, from Raphael Manfredi.
46036      Branch: perl
46037            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
46038            ! ext/Storable/Storable.xs t/lib/st-lock.t
46039 ____________________________________________________________________________
46040 [  7452] By: jhi                                   on 2000/10/26  13:05:52
46041         Log: Undo #7451, this seems to be a deficiency in Perforce,
46042              there is no per-file line-terminator type, only per-client.
46043      Branch: perl
46044            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
46045            ! win32/makefile.mk
46046 ____________________________________________________________________________
46047 [  7451] By: jhi                                   on 2000/10/26  04:56:03
46048         Log: Experimenting in DOS arcana.
46049      Branch: perl
46050            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
46051            ! win32/makefile.mk
46052 ____________________________________________________________________________
46053 [  7450] By: jhi                                   on 2000/10/26  04:50:52
46054         Log: Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
46055              From: "Peter J. Farley III" <pjfarley@banet.net>            
46056              Date: Wed, 25 Oct 2000 23:10:18 -0400
46057              Message-Id: <4.3.1.0.20001025230222.00accba0@pop5.banet.net>
46058      Branch: perl
46059            ! t/io/open.t
46060 ____________________________________________________________________________
46061 [  7449] By: jhi                                   on 2000/10/26  04:49:16
46062         Log: Subject: Re: [PATCH 5.6.0]Add non-blocking thread doneness checking
46063              From: Hugo <hv@crypt.compulink.co.uk>
46064              Date: Thu, 26 Oct 2000 01:55:17 +0100
46065              Message-Id: <200010260055.BAA27869@crypt.compulink.co.uk>
46066              
46067              minus one unneeded mutex lock/unlock pointed out by Dan Sugalski.
46068      Branch: perl
46069            ! ext/Thread/Thread.pm ext/Thread/Thread.xs t/lib/thr5005.t
46070 ____________________________________________________________________________
46071 [  7448] By: jhi                                   on 2000/10/26  04:38:36
46072         Log: Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
46073              From: Peter Prymmer <pvhp@forte.com>
46074              Date: Wed, 25 Oct 2000 18:23:56 -0700 (PDT)                          
46075              Message-ID: <Pine.OSF.4.10.10010251816200.247618-100000@aspara.forte.com>
46076      Branch: perl
46077            ! configure.com
46078 ____________________________________________________________________________
46079 [  7447] By: jhi                                   on 2000/10/25  23:20:02
46080         Log: Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
46081              in platforms that strictly require all the symbols being present
46082              at link time.
46083      Branch: perl
46084            ! handy.h
46085 ____________________________________________________________________________
46086 [  7446] By: jhi                                   on 2000/10/25  21:55:57
46087         Log: Update Changes.
46088      Branch: perl
46089            ! Changes patchlevel.h
46090 ____________________________________________________________________________
46091 [  7445] By: jhi                                   on 2000/10/25  21:27:08
46092         Log: Integrate with vmsperl #7430 by Charles Bailey:
46093              
46094              Cleanup from prior patch (Charles Lane?):
46095              - improve handling of MFDs in Basename and Path
46096              - default to no xsubpp line # munging when building debug images
46097      Branch: perl
46098           !> lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
46099 ____________________________________________________________________________
46100 [  7444] By: jhi                                   on 2000/10/25  21:03:50
46101         Log: Subject: [PATCH] Zero-padded Numerics in Perl Format
46102              From: John Peacock <JPeacock@UnivPress.com>
46103              Date: Thu, 18 May 2000 11:55:27 -0400
46104              Message-ID: <3924126F.A58BE57A@UnivPress.com>
46105      Branch: perl
46106            ! form.h pod/perldelta.pod pod/perlform.pod pp_ctl.c
46107            ! t/op/write.t
46108 ____________________________________________________________________________
46109 [  7443] By: jhi                                   on 2000/10/25  20:43:10
46110         Log: Temporary stopgap for the self-tying issue: for now only
46111              array and hash self-ties are verboten.  The real fix, of
46112              course, would be to comprehensively test (and implement?)
46113              and debug (and document) self-ties.
46114      Branch: perl
46115            ! pod/perldiag.pod pp_sys.c t/op/tie.t
46116 ____________________________________________________________________________
46117 [  7442] By: jhi                                   on 2000/10/25  20:14:30
46118         Log: Subject: [PATCH 5.6.0]Add non-blocking thread doneness checking
46119              From: Dan Sugalski <dan@sidhe.org>
46120              Date: Wed, 25 Oct 2000 13:36:35 -0400
46121              Message-Id: <5.0.0.25.0.20001025133504.01ef1e20@24.8.96.48>
46122              
46123              plus regen global.sym.
46124      Branch: perl
46125            ! ext/Thread/Thread.pm ext/Thread/Thread.xs global.sym perl.c
46126            ! thrdvar.h util.c
46127 ____________________________________________________________________________
46128 [  7441] By: jhi                                   on 2000/10/25  20:12:20
46129         Log: buildtoc target tweaks.
46130      Branch: perl
46131            ! pod/Makefile.SH
46132 ____________________________________________________________________________
46133 [  7440] By: jhi                                   on 2000/10/25  20:03:53
46134         Log: A new version of making the syslog test more robust.
46135              (Replaces #7421.)
46136              
46137              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
46138              From: "Kurt D. Starsinic" <kstar@chapin.edu>
46139              Date: Wed, 25 Oct 2000 12:13:54 -0400
46140              Message-ID: <20001025121354.B2264@O2.chapin.edu>
46141      Branch: perl
46142            ! t/lib/syslog.t
46143 ____________________________________________________________________________
46144 [  7439] By: jhi                                   on 2000/10/25  20:00:48
46145         Log: Continue the internal UTF-8 API tweaking.
46146              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
46147              used much more than the simpler API, now called utf8_to_uv_simple().
46148              Still not quite happy with API, too much partial duplication
46149              of functionality.
46150      Branch: perl
46151            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perlapi.c
46152            ! pod/perlapi.pod pod/perlunicode.pod pp.c pp_ctl.c proto.h
46153            ! regcomp.c regexec.c sv.c toke.c utf8.c
46154 ____________________________________________________________________________
46155 [  7438] By: jhi                                   on 2000/10/25  18:52:30
46156         Log: Allow poking holes at the UTF-8 decoding strictness.
46157      Branch: perl
46158            ! embed.pl pp.c proto.h sv.c t/pragma/utf8.t toke.c utf8.c
46159            ! utf8.h
46160 ____________________________________________________________________________
46161 [  7437] By: jhi                                   on 2000/10/25  13:53:05
46162         Log: Rename UTF8LEN() to be UNISKIP(), too confusing to have
46163              UTF8LEN() and UTF8SKIP(). 
46164      Branch: perl
46165            ! pp.c utf8.c utf8.h
46166 ____________________________________________________________________________
46167 [  7436] By: jhi                                   on 2000/10/25  13:51:37
46168         Log: Subject: [PATCH] Re: PerlIO - Configure tweak for Linux/glibc?
46169              From: Nicholas Clark <nick@ccl4.org>
46170              Date: Wed, 25 Oct 2000 14:44:05 +0100
46171              Message-ID: <20001025144404.D27253@plum.flirble.org>
46172      Branch: perl
46173            ! pod/perlrun.pod
46174 ____________________________________________________________________________
46175 [  7435] By: jhi                                   on 2000/10/25  13:49:32
46176         Log: Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
46177              From: Mike Guy <mjtg@cam.ac.uk>
46178              Date: Tue, 24 Oct 2000 14:59:40 +0100
46179              Message-Id: <E13o4c8-00076u-00@libra.cus.cam.ac.uk>
46180      Branch: perl
46181            ! scope.c
46182 ____________________________________________________________________________
46183 [  7434] By: jhi                                   on 2000/10/25  13:48:41
46184         Log: AIX is picky about its symbol exports.  Solution for now
46185              is to include the deb.o explicitly to the re extension build.
46186              
46187              Subject: Re: introduce missing .Perl_deb symbol to aix build (Questions)
46188              From: Peter Prymmer <pvhp@forte.com>
46189              Date: Tue, 24 Oct 2000 12:57:22 -0700 (PDT)
46190              Message-ID: <Pine.OSF.4.10.10010241252180.127055-100000@aspara.forte.com>
46191      Branch: perl
46192            ! ext/re/Makefile.PL hints/aix.sh
46193 ____________________________________________________________________________
46194 [  7433] By: jhi                                   on 2000/10/25  13:46:49
46195         Log: Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
46196              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
46197              Date: Wed, 25 Oct 2000 12:02:20 +0200
46198              Message-Id: <20001025114712.C9F9.H.M.BRAND@hccnet.nl>
46199      Branch: perl
46200            ! perlsdio.h
46201 ____________________________________________________________________________
46202 [  7432] By: jhi                                   on 2000/10/25  13:44:28
46203         Log: Subject: Minor update to find2perl, for portability
46204              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
46205              Date: Wed, 25 Oct 2000 12:05:47 +0100
46206              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8355@UKRUX002.rundc.uk.origin-it.com>
46207      Branch: perl
46208            ! x2p/find2perl.PL
46209 ____________________________________________________________________________
46210 [  7431] By: jhi                                   on 2000/10/25  13:40:39
46211         Log: Add targets to Makefile.SH, most importantly
46212              'regen_all' which also remembers to update vms/perly*.
46213      Branch: perl
46214            ! Makefile.SH
46215 ____________________________________________________________________________
46216 [  7430] By: bailey                                on 2000/10/25  03:13:53
46217         Log: Cleanup from prior patch (Charles Lane?):
46218              - improve handling of MFDs in Basename and Path
46219              - default to no xsubpp line # munging when building debug images
46220      Branch: vmsperl
46221            ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
46222 ____________________________________________________________________________
46223 [  7429] By: jhi                                   on 2000/10/24  20:03:40
46224         Log: Podify README.epoc and README.vos.
46225      Branch: perl
46226            ! README.epoc README.vos pod/buildtoc.PL pod/perl.pod
46227            ! pod/perlport.pod pod/perltoc.pod
46228 ____________________________________________________________________________
46229 [  7428] By: jhi                                   on 2000/10/24  19:10:33
46230         Log: Stratus VOS updates from Paul Green.
46231      Branch: perl
46232            + vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
46233            + vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
46234            - vos/config.def vos/config.h vos/config_h.SH_orig
46235            ! MANIFEST README.vos pod/perlport.pod vos/Changes vos/build.cm
46236            ! vos/compile_perl.cm vos/config.pl vos/perl.bind vos/vosish.h
46237 ____________________________________________________________________________
46238 [  7427] By: jhi                                   on 2000/10/24  18:59:48
46239         Log: Check if stdio supports tweaking lval and cnt simultaneously.
46240              
46241              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
46242              From: Nicholas Clark <nick@ccl4.org>
46243              Date: Mon, 23 Oct 2000 15:39:32 +0100
46244              Message-ID: <20001023153932.A10786@plum.flirble.org>
46245      Branch: metaconfig
46246            ! U/compline/d_stdstdio.U
46247      Branch: perl
46248            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
46249            ! config_h.SH configure.com epoc/config.sh iperlsys.h perlio.c
46250            ! perlsdio.h perlsfio.h pod/Makefile.SH pod/perltoc.pod
46251            ! uconfig.h uconfig.sh vms/genconfig.pl vos/config.def
46252            ! vos/config.h vos/config_h.SH_orig win32/config.bc
46253            ! win32/config.gc win32/config.vc
46254 ____________________________________________________________________________
46255 [  7426] By: jhi                                   on 2000/10/24  17:57:44
46256         Log: Missed the header file changes from #7425.
46257      Branch: perl
46258            ! embed.h embed.pl objXSUB.h proto.h
46259 ____________________________________________________________________________
46260 [  7425] By: jhi                                   on 2000/10/24  17:55:17
46261         Log: Fix the bug reported in
46262              
46263              From: andreas.koenig@anima.de (Andreas J. Koenig)
46264              Subject: Encode bug?
46265              Date: 24 Oct 2000 14:01:26 +0200 
46266              Message-ID: <m3lmveqwh5.fsf@ak-71.mind.de>
46267              
46268              Also make is_utf8_char() stricter.
46269      Branch: perl
46270            ! ext/Encode/Encode.xs utf8.c
46271 ____________________________________________________________________________
46272 [  7424] By: jhi                                   on 2000/10/24  15:15:39
46273         Log: Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
46274              From: Peter Scott <Peter@PSDT.com>
46275              Date: Mon, 23 Oct 2000 19:46:01 -0700
46276              Message-Id: <4.3.2.7.2.20001023194324.00ab7220@psdt.com>
46277      Branch: perl
46278            ! pod/perlfaq5.pod
46279 ____________________________________________________________________________
46280 [  7423] By: jhi                                   on 2000/10/24  14:25:30
46281         Log: Test tweak to avoid pulling in the whole Config.
46282      Branch: perl
46283            ! t/lib/st-lock.t
46284 ____________________________________________________________________________
46285 [  7422] By: jhi                                   on 2000/10/24  14:03:16
46286         Log: Fix the bug ID 20001024.005, the bug introduced by #7416.
46287      Branch: perl
46288            ! pp.c
46289 ____________________________________________________________________________
46290 [  7421] By: jhi                                   on 2000/10/24  13:32:09
46291         Log: (Replaced by #7440.)
46292              
46293              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
46294              From: "Kurt D. Starsinic" <kstar@chapin.edu>
46295              Date: Mon, 23 Oct 2000 16:40:54 -0400
46296              Message-ID: <20001023164054.B14491@O2.chapin.edu>
46297      Branch: perl
46298            ! t/lib/syslog.t
46299 ____________________________________________________________________________
46300 [  7420] By: jhi                                   on 2000/10/24  13:30:53
46301         Log: Subject: [PATCH 5.7.0] static linking with uninstalled perl
46302              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
46303              Date: Mon, 23 Oct 2000 17:29:03 -0400
46304              Message-ID: <20001023172903.A18749@monk.mps.ohio-state.edu>
46305      Branch: perl
46306            ! lib/ExtUtils/MM_Unix.pm
46307 ____________________________________________________________________________
46308 [  7419] By: jhi                                   on 2000/10/24  13:29:57
46309         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
46310              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
46311              Date: Mon, 23 Oct 2000 19:01:32 -0400
46312              Message-ID: <20001023190132.A19791@monk.mps.ohio-state.edu>
46313      Branch: perl
46314            ! utils/h2xs.PL
46315 ____________________________________________________________________________
46316 [  7418] By: jhi                                   on 2000/10/24  13:26:04
46317         Log: Replace #7409 with
46318              
46319              Subject: Re: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgp
46320              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
46321              Date: Mon, 23 Oct 2000 20:08:56 +0200
46322              Message-ID: <20001023200855.A14850@nice.ram.loc>
46323      Branch: perl
46324            ! ext/Storable/Storable.pm t/lib/st-lock.t
46325 ____________________________________________________________________________
46326 [  7417] By: jhi                                   on 2000/10/24  13:17:52
46327         Log: Run vms/vms_yfix.pl, should have done that after changing
46328              perly.c in #7382.
46329      Branch: perl
46330            ! vms/perly_c.vms vms/perly_h.vms
46331 ____________________________________________________________________________
46332 [  7416] By: jhi                                   on 2000/10/24  02:55:33
46333         Log: Make the UTF-8 decoding stricter and more verbose when
46334              malformation happens.  This involved adding an argument
46335              to utf8_to_uv_chk(), which involved changing its prototype,
46336              and prefer STRLEN over I32 for the UTF-8 length, which as
46337              a domino effect necessitated changing the prototypes of
46338              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
46339              The stricter UTF-8 decoding checking uses Markus Kuhn's
46340              UTF-8 Decode Stress Tester from
46341              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
46342      Branch: perl
46343            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perl.c
46344            ! perlapi.c pod/perlapi.pod pod/perldiag.pod pod/perlunicode.pod
46345            ! pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c t/pragma/utf8.t
46346            ! t/pragma/warn/utf8 toke.c utf8.c utf8.h util.c
46347 ____________________________________________________________________________
46348 [  7415] By: jhi                                   on 2000/10/23  14:06:06
46349         Log: Update Changes.
46350      Branch: perl
46351            ! Changes patchlevel.h
46352 ____________________________________________________________________________
46353 [  7414] By: jhi                                   on 2000/10/23  12:39:52
46354         Log: Undo the basename() part of #7412 since the lib/basename
46355              tests would need upgrading too.
46356      Branch: perl
46357            ! lib/File/Basename.pm
46358 ____________________________________________________________________________
46359 [  7413] By: jhi                                   on 2000/10/23  12:19:27
46360         Log: Document PERL_INSTALL_ROOT of #7210.
46361      Branch: perl
46362            ! lib/ExtUtils/Install.pm
46363 ____________________________________________________________________________
46364 [  7412] By: jhi                                   on 2000/10/23  12:16:47
46365         Log: Miscellaneous MacOS Classic library updates from Matthias Neeracher.
46366      Branch: perl
46367            ! lib/ExtUtils/Mksymlists.pm lib/File/Basename.pm
46368            ! lib/File/Path.pm lib/Term/ReadLine.pm lib/perl5db.pl
46369 ____________________________________________________________________________
46370 [  7411] By: jhi                                   on 2000/10/23  12:07:41
46371         Log: Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
46372              From: Prymmer/Kahn <pvhp@best.com>
46373              Date: Sun, 22 Oct 2000 22:18:40 -0700 (PDT)
46374              Message-ID: <Pine.BSF.4.21.0010222214150.11774-100000@shell8.ba.best.com>
46375      Branch: perl
46376            ! README.aix pod/perlebcdic.pod vms/ext/Stdio/Stdio.pm
46377 ____________________________________________________________________________
46378 [  7410] By: jhi                                   on 2000/10/23  04:10:11
46379         Log: The change #7187 was not so good on VMS.
46380              
46381              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
46382              From: "Craig A. Berry" <craig.berry@psinetcs.com>
46383              Date: Sun, 22 Oct 2000 23:03:08 -0500
46384              Message-Id: <p04330102b617d093470b@[172.16.52.1]>
46385      Branch: perl
46386            ! utils/perldoc.PL
46387 ____________________________________________________________________________
46388 [  7409] By: jhi                                   on 2000/10/23  03:57:36
46389         Log: Avoid Storable locking on DJGPP for now.
46390              
46391              Subject: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgpp
46392              From: "Peter J. Farley III" <pjfarley@banet.net>
46393              Date: Sun, 22 Oct 2000 20:00:00 -0400
46394              Message-Id: <4.3.1.0.20001022194247.00acfee0@pop5.banet.net>
46395      Branch: perl
46396            ! ext/Storable/Storable.pm t/lib/st-lock.t
46397 ____________________________________________________________________________
46398 [  7408] By: jhi                                   on 2000/10/23  03:50:24
46399         Log: Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
46400              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
46401              Date: Sun, 22 Oct 2000 21:12:22 -0400
46402              Message-ID: <20001022211222.A1062496@linguist.dartmouth.edu>
46403      Branch: perl
46404            ! lib/vars.pm
46405 ____________________________________________________________________________
46406 [  7407] By: jhi                                   on 2000/10/23  03:43:12
46407         Log: Subject: Re: [ID 20001021.005] SEGV with regex match 
46408              From: Hugo <hv@crypt.compulink.co.uk>
46409              Date: Mon, 23 Oct 2000 00:47:22 +0100
46410              Message-Id: <200010222347.AAA09697@crypt.compulink.co.uk>
46411      Branch: perl
46412            ! regexec.c t/op/pat.t
46413 ____________________________________________________________________________
46414 [  7406] By: jhi                                   on 2000/10/23  03:40:29
46415         Log: Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
46416      Branch: perl
46417            ! lib/ExtUtils/MakeMaker.pm
46418 ____________________________________________________________________________
46419 [  7405] By: jhi                                   on 2000/10/22  21:32:00
46420         Log: Doc patch.
46421              
46422              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
46423              From: rspier@pobox.com (Robert Spier)
46424              Date: Sun, 22 Oct 2000 15:24:32 -0400 (EDT)
46425              Message-ID: <14835.16112.13457.447971@rls.cx>
46426      Branch: perl
46427            ! lib/strict.pm
46428 ____________________________________________________________________________
46429 [  7404] By: jhi                                   on 2000/10/22  21:30:51
46430         Log: Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
46431              From: rspier@pobox.com (Robert Spier)
46432              Date: Sun, 22 Oct 2000 15:43:03 -0400 (EDT)
46433              Message-ID: <14835.17223.72448.705566@rls.cx>
46434      Branch: perl
46435            ! lib/ExtUtils/MakeMaker.pm
46436 ____________________________________________________________________________
46437 [  7403] By: jhi                                   on 2000/10/22  21:24:11
46438         Log: Subject: [PATCH bleadperl] ripples from constsub patch
46439              From: John Tobey <jtobey@john-edwin-tobey.org>
46440              Date: Sun, 22 Oct 2000 17:10:43 -0400 (EDT)
46441              Message-Id: <m13nSOB-000FObC@feynman.localnet>
46442      Branch: perl
46443            ! dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm t/lib/b.t
46444 ____________________________________________________________________________
46445 [  7402] By: jhi                                   on 2000/10/22  20:59:35
46446         Log: Support s?printf parameter reordering.
46447      Branch: perl
46448            ! pod/perldelta.pod pod/perlfunc.pod sv.c t/op/sprintf.t
46449 ____________________________________________________________________________
46450 [  7401] By: jhi                                   on 2000/10/22  19:19:14
46451         Log: Expand %Config variables only if explicitly so requested
46452              during build time by PERL_BUILD_EXPAND_CONFIG_VARS.
46453              
46454              Subject: Re: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
46455              From: Gurusamy Sarathy <gsar@ActiveState.com>
46456              Date: Sun, 22 Oct 2000 11:47:32 -0700
46457              Message-Id: <200010221847.LAA02167@smtp3.ActiveState.com>            
46458      Branch: perl
46459            ! Makefile.SH lib/lib_pm.PL
46460 ____________________________________________________________________________
46461 [  7400] By: jhi                                   on 2000/10/22  18:24:10
46462         Log: Move the #7390 test from warn/op to comp/redef.
46463              
46464              Subject: Re: Creating const subs for constants.
46465              From: John Tobey <jtobey@john-edwin-tobey.org>
46466              Date: Sun, 22 Oct 2000 04:04:12 -0400 (EDT)
46467              Message-Id: <m13nG72-000FObC@feynman.localnet>               
46468      Branch: perl
46469            ! t/comp/redef.t t/pragma/warn/op
46470 ____________________________________________________________________________
46471 [  7399] By: jhi                                   on 2000/10/22  17:49:59
46472         Log: Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
46473              From: Nicholas Clark <nick@ccl4.org>
46474              Date: Sat, 21 Oct 2000 22:23:19 +0100
46475              Message-ID: <20001021222319.B45586@plum.flirble.org>
46476      Branch: perl
46477            ! ext/DynaLoader/DynaLoader_pm.PL
46478 ____________________________________________________________________________
46479 [  7398] By: jhi                                   on 2000/10/22  17:47:35
46480         Log: Subject: [PATCH bleadperl] -MO=C falls over on package <none>
46481              From: Hugo <hv@crypt.compulink.co.uk>
46482              Date: Sat, 21 Oct 2000 18:19:59 +0100
46483              Message-Id: <200010211719.SAA02087@crypt.compulink.co.uk>
46484      Branch: perl
46485            ! ext/B/B.pm ext/B/B/C.pm
46486 ____________________________________________________________________________
46487 [  7397] By: jhi                                   on 2000/10/22  17:35:18
46488         Log: Subject: [ID 20001021.003] updated hints/openbsd.sh
46489              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
46490              Date: Sat, 21 Oct 2000 13:55:50 -0600 (MDT)
46491              Message-Id: <200010211955.e9LJton24170@xerxes.courtesan.com>
46492      Branch: perl
46493            ! hints/openbsd.sh
46494 ____________________________________________________________________________
46495 [  7396] By: jhi                                   on 2000/10/22  17:19:46
46496         Log: Subject: installman go-faster stripes
46497              From: Nicholas Clark <nick@talking.bollo.cx>
46498              Date: Sat, 21 Oct 2000 17:24:53 +0100
46499              Message-ID: <20001021172452.A20371@Bagpuss.unfortu.net>
46500              
46501              Subject: Re: installman go-faster stripes
46502              From: Russ Allbery <rra@stanford.edu>
46503              Date: 21 Oct 2000 11:04:13 -0700
46504              Message-ID: <ylbswe5aw2.fsf@windlord.stanford.edu>
46505      Branch: perl
46506            ! installman pod/pod2man.PL
46507 ____________________________________________________________________________
46508 [  7395] By: jhi                                   on 2000/10/22  17:17:35
46509         Log: Hints tweak from Anton Berezin.
46510      Branch: perl
46511            ! hints/freebsd.sh
46512 ____________________________________________________________________________
46513 [  7394] By: jhi                                   on 2000/10/22  04:50:04
46514         Log: Tweak the Is* definitions of Unicode character classes
46515              to better match the official categorizations; embrace
46516              the official categorizations; add the combining marks
46517              as alpha (and -numeric); fix DCinital (a typo and edito)
46518              to be DCmedial.
46519      Branch: perl
46520            + lib/unicode/Is/DCmedial.pl
46521            - lib/unicode/Is/DCinital.pl
46522            ! MANIFEST lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
46523            ! lib/unicode/Is/Graph.pl lib/unicode/Is/Print.pl
46524            ! lib/unicode/Is/Punct.pl lib/unicode/Is/Space.pl
46525            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
46526 ____________________________________________________________________________
46527 [  7393] By: jhi                                   on 2000/10/21  18:06:05
46528         Log: Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
46529              From: Daniel Chetlin <daniel@chetlin.com>
46530              Date: Sat, 21 Oct 2000 02:57:03 -0700
46531              Message-ID: <20001021025703.A2115@darkstar.chetlin.org>
46532      Branch: perl
46533            + t/lib/tie-splice.t
46534            ! MANIFEST lib/Tie/Array.pm
46535 ____________________________________________________________________________
46536 [  7392] By: gsar                                  on 2000/10/21  18:05:15
46537         Log: resync utfperl branch with mainline
46538      Branch: utfperl
46539           !> (integrate 1760 files)
46540 ____________________________________________________________________________
46541 [  7391] By: jhi                                   on 2000/10/21  14:37:49
46542         Log: Testcases for a #7383,#7385 related bug.
46543              
46544              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
46545              From: Nicholas Clark <nick@ccl4.org>
46546              Date: Sat, 21 Oct 2000 15:04:51 +0100
46547              Message-ID: <20001021150451.A51566@plum.flirble.org>
46548      Branch: perl
46549            ! t/pragma/utf8.t
46550 ____________________________________________________________________________
46551 [  7390] By: jhi                                   on 2000/10/21  14:35:57
46552         Log: Add a testcase for #7389.
46553      Branch: perl
46554            ! t/pragma/warn/op
46555 ____________________________________________________________________________
46556 [  7389] By: jhi                                   on 2000/10/21  14:26:45
46557         Log: Subject: Re: Creating const subs for constants.
46558              From: John Tobey <jtobey@john-edwin-tobey.org>
46559              Date: Fri, 20 Oct 2000 22:03:27 -0400 (EDT)
46560              Message-Id: <m13mo0N-000FObC@feynman.localnet>
46561      Branch: perl
46562            ! cv.h embed.h embed.pl objXSUB.h op.c perlapi.c pod/perlapi.pod
46563            ! proto.h sv.c
46564 ____________________________________________________________________________
46565 [  7388] By: nick                                  on 2000/10/21  11:44:23
46566         Log: Populate perlio branch
46567      Branch: perlio
46568           +> (branch 1760 files)
46569 ____________________________________________________________________________
46570 [  7387] By: nick                                  on 2000/10/21  10:52:05
46571         Log: Get branch back as replica of mainline via :
46572              p4 integrate -b utfperl
46573              p4 resolve -at ./...
46574      Branch: utfperl
46575           +> (branch 269 files)
46576            - Todo-5.005 eg/ADB eg/README eg/cgi/RunMeFirst
46577            - eg/cgi/caution.xbm eg/cgi/clickable_image.cgi
46578            - eg/cgi/cookie.cgi eg/cgi/crash.cgi eg/cgi/customize.cgi
46579            - eg/cgi/diff_upload.cgi eg/cgi/dna_small_gif.uu
46580            - eg/cgi/file_upload.cgi eg/cgi/frameset.cgi eg/cgi/index.html
46581            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
46582            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
46583            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
46584            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
46585            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
46586            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
46587            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
46588            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
46589            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
46590            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
46591            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
46592            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
46593            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
46594            - eg/van/vanish eg/who eg/wrapsuid epoc/Config.pm
46595            - epoc/autosplit.pl epoc/config.h epoc/perl.mmp epoc/perl.pkg
46596            - ext/DynaLoader/dl_rhapsody.xs lib/Sys/Hostname.pm
46597            - lib/Sys/Syslog.pm lib/byte.pm lib/byte_heavy.pl lib/caller.pm
46598            - lib/chat2.pl lib/lib.pm lib/unicode/Eq/Latin1.pl
46599            - lib/unicode/Eq/Unicode.pl lib/unicode/Props.txt
46600            - lib/unicode/UCD300.html lib/unicode/Unicode.300
46601            - lib/unicode/Unicode3.html os2/POSIX.mkfifo pod/Makefile
46602            - pod/Win32.pod pod/buildtoc t/lib/thread.t t/op/64bit.t
46603            - t/op/nothread.t utils/perlbc.PL vms/subconfigure.com
46604            - win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
46605           !> (integrate 965 files)
46606 ____________________________________________________________________________
46607 [  7386] By: jhi                                   on 2000/10/21  01:31:12
46608         Log: Update Changes.
46609      Branch: perl
46610            ! Changes patchlevel.h
46611 ____________________________________________________________________________
46612 [  7385] By: jhi                                   on 2000/10/21  01:28:42
46613         Log: The #7383 was right only in the context of the original bug report,
46614              not in more general case.
46615      Branch: perl
46616            ! pp_hot.c
46617 ____________________________________________________________________________
46618 [  7384] By: jhi                                   on 2000/10/21  01:08:23
46619         Log: Fix for ID 20000915.011, IO::Select warning for an undefined fd.
46620      Branch: perl
46621            ! ext/IO/lib/IO/Select.pm
46622 ____________________________________________________________________________
46623 [  7383] By: jhi                                   on 2000/10/21  00:44:18
46624         Log: Fix for ID 20001020.006, concatenating an unset submatch
46625              with utf8 resulted in "Modification of a read-only value".
46626      Branch: perl
46627            ! pp_hot.c t/pragma/utf8.t
46628 ____________________________________________________________________________
46629 [  7382] By: jhi                                   on 2000/10/20  20:44:31
46630         Log: Make scan_num() reëntrant, as suggested in
46631              
46632              Subject: [PATCH perl@7229] Rentrant parser and yylex()
46633              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
46634              Date: Fri, 20 Oct 2000 14:17:27 +0100
46635              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
46636      Branch: perl
46637            ! embed.h embed.pl objXSUB.h perlapi.c perly.c perly.y proto.h
46638            ! toke.c
46639 ____________________________________________________________________________
46640 [  7381] By: jhi                                   on 2000/10/20  20:07:29
46641         Log: Reëntrancy fix.
46642              
46643              Subject: [PATCH perl@7229] Rentrant parser and yylex()
46644              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
46645              Date: Fri, 20 Oct 2000 14:17:27 +0100
46646              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
46647      Branch: perl
46648            ! embed.h embed.pl perl.h proto.h toke.c
46649 ____________________________________________________________________________
46650 [  7380] By: jhi                                   on 2000/10/20  19:15:54
46651         Log: Don't write double values through long double pointers,
46652              based on a part of
46653              
46654              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
46655              From: Jens Hamisch <jens@Strawberry.COM>
46656              Date: Tue, 17 Oct 2000 08:39:36 +0200
46657              Message-Id: <20001017083936.A11104@Strawberry.COM>
46658      Branch: perl
46659            ! perl.h pp.c
46660 ____________________________________________________________________________
46661 [  7379] By: jhi                                   on 2000/10/20  18:43:37
46662         Log: Portability tweak on #7377.
46663              
46664              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
46665              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
46666              Date:     Fri, 20 Oct 2000 13:13:41 EDT
46667              Message-Id: <001020131216.3b141@DUPHY4.Physics.Drexel.Edu>
46668      Branch: perl
46669            ! t/lib/dprof.t
46670 ____________________________________________________________________________
46671 [  7378] By: jhi                                   on 2000/10/20  12:57:19
46672         Log: SOCKS function redefinitions need prototypes, too, otherwise
46673              for example 32 bit versus 64 bit differences cause a lot of
46674              problems.  Part of
46675              
46676              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
46677              From: Jens Hamisch <jens@Strawberry.COM>
46678              Date: Tue, 17 Oct 2000 08:39:36 +0200
46679              Message-Id: <20001017083936.A11104@Strawberry.COM>
46680      Branch: perl
46681            ! doio.c pp_sys.c
46682 ____________________________________________________________________________
46683 [  7377] By: jhi                                   on 2000/10/20  12:37:12
46684         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
46685              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
46686              Date:     Fri, 20 Oct 2000 08:26:04 EDT
46687              Message-Id: <001020074851.3751a@DUPHY4.Physics.Drexel.Edu>
46688      Branch: perl
46689            ! configure.com t/lib/dprof.t t/lib/dprof/V.pm vms/test.com
46690 ____________________________________________________________________________
46691 [  7376] By: jhi                                   on 2000/10/20  12:35:31
46692         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
46693              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
46694              Date:     Fri, 20 Oct 2000 07:48:15 EDT
46695              Message-Id: <001020074423.39b82@DUPHY4.Physics.Drexel.Edu>
46696      Branch: perl
46697            ! configure.com vms/gen_shrfls.pl
46698 ____________________________________________________________________________
46699 [  7375] By: bailey                                on 2000/10/20  04:44:37
46700         Log: SYN SYN
46701      Branch: vmsperl
46702           +> (branch 134 files)
46703            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
46704            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
46705            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
46706            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
46707            - eg/cgi/frameset.cgi eg/cgi/index.html
46708            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
46709            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
46710            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
46711            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
46712            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
46713            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
46714            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
46715            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
46716            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
46717            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
46718            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
46719            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
46720            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
46721            - eg/van/vanish eg/who eg/wrapsuid lib/chat2.pl
46722            - lib/unicode/Props.txt lib/unicode/UCD300.html
46723            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
46724            - utils/perlbc.PL vms/subconfigure.com
46725           !> (integrate 785 files)
46726 ____________________________________________________________________________
46727 [  7374] By: jhi                                   on 2000/10/20  00:59:48
46728         Log: In the latest compiler builds cccdlflags must not become -fpic,
46729              from Wilfredo Sánchez.
46730      Branch: perl
46731            ! hints/darwin.sh
46732 ____________________________________________________________________________
46733 [  7373] By: jhi                                   on 2000/10/20  00:56:35
46734         Log: Subject: PATCH CR+LF should be "\cM\cJ" in perlop
46735              From: Tony Cook <tony@develop-help.com>
46736              Date: Fri, 20 Oct 2000 07:29:15 +1100 (EST)
46737              Message-ID: <Pine.LNX.4.10.10010200725530.12682-100000@develop-help.com>
46738      Branch: perl
46739            ! pod/perlop.pod
46740 ____________________________________________________________________________
46741 [  7372] By: jhi                                   on 2000/10/19  19:34:40
46742         Log: Typo noted by Mark Lutz.
46743      Branch: perl
46744            ! t/op/64bitint.t
46745 ____________________________________________________________________________
46746 [  7371] By: jhi                                   on 2000/10/19  19:33:13
46747         Log: NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
46748      Branch: metaconfig
46749            ! U/modified/Cppsym.U U/modified/Oldconfig.U
46750      Branch: metaconfig/U/perl
46751            ! End.U dlsrc.U libperl.U
46752      Branch: perl
46753            + hints/nonstopux.sh
46754            ! Configure MANIFEST config_h.SH
46755 ____________________________________________________________________________
46756 [  7370] By: jhi                                   on 2000/10/19  17:18:08
46757         Log: Subject: PATCH do_print has 2 PerlIO_error()s
46758              From: nick@ccl4.org
46759              Date: Thu, 19 Oct 2000 18:09:20 +0100
46760              Message-ID: <20001019180920.A8440@babyhippo.co.uk>
46761      Branch: perl
46762            ! doio.c
46763 ____________________________________________________________________________
46764 [  7369] By: jhi                                   on 2000/10/19  14:01:49
46765         Log: Update Changes.
46766      Branch: perl
46767            ! Changes patchlevel.h
46768 ____________________________________________________________________________
46769 [  7368] By: jhi                                   on 2000/10/19  13:04:29
46770         Log: Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
46771              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
46772              Date: Wed, 18 Oct 2000 13:12:01 +0200
46773              Message-Id: <20001018131021.F844.H.M.BRAND@hccnet.nl>
46774      Branch: perl
46775            ! hints/aix.sh
46776 ____________________________________________________________________________
46777 [  7367] By: jhi                                   on 2000/10/19  02:22:40
46778         Log: Fix of sorts for bug id 20000901.092.  There seems to be no trace
46779              of a 'pmshort' anywhere in the B, so the offending line was simply
46780              removed.
46781      Branch: perl
46782            ! ext/B/B/Debug.pm
46783 ____________________________________________________________________________
46784 [  7366] By: jhi                                   on 2000/10/19  02:12:37
46785         Log: Add the test case for the bug id 20000730.004 which seems
46786              to have been fixed by now.
46787      Branch: perl
46788            ! t/pragma/utf8.t
46789 ____________________________________________________________________________
46790 [  7365] By: jhi                                   on 2000/10/18  23:36:24
46791         Log: Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
46792              From: Hugo <hv@crypt.compulink.co.uk>
46793              Date: Wed, 18 Oct 2000 23:25:58 +0100
46794              Message-Id: <200010182225.XAA20330@crypt.compulink.co.uk>
46795      Branch: perl
46796            ! pp_ctl.c pp_hot.c t/op/flip.t t/pragma/warn/pp_hot
46797 ____________________________________________________________________________
46798 [  7364] By: jhi                                   on 2000/10/18  21:12:53
46799         Log: (retracted)
46800      Branch: perl
46801            ! pp.c
46802 ____________________________________________________________________________
46803 [  7363] By: jhi                                   on 2000/10/18  20:55:38
46804         Log: Missing change from #7362.
46805      Branch: perl
46806            ! win32/perlhost.h
46807 ____________________________________________________________________________
46808 [  7362] By: jhi                                   on 2000/10/18  20:52:01
46809         Log: Borland C fstat() never saw the fd as writable.
46810              
46811              Subject: fix for Borland's weak "stat" (perl@7211)
46812              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
46813              Date: Mon, 16 Oct 2000 09:55:03 +0400
46814              Message-ID: <402099F49BEED211999700805FC7359F7C0E40@ru0028exch01.spb.lucent.com>
46815      Branch: perl
46816            ! win32/win32.c
46817 ____________________________________________________________________________
46818 [  7361] By: jhi                                   on 2000/10/18  17:43:50
46819         Log: Regen toc.
46820      Branch: perl
46821            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
46822 ____________________________________________________________________________
46823 [  7360] By: jhi                                   on 2000/10/18  17:07:44
46824         Log: From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
46825              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
46826              Message-Id: <20001016151837.9977.H.M.BRAND@hccnet.nl>
46827              Date: Mon, 16 Oct 2000 15:19:49 +0200
46828      Branch: perl
46829            + README.aix
46830            ! MANIFEST
46831 ____________________________________________________________________________
46832 [  7359] By: jhi                                   on 2000/10/18  17:04:49
46833         Log: Subject: Pod patch for Devel::Peek
46834              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
46835              Message-Id: <20001016121252.996B.H.M.BRAND@hccnet.nl>
46836              Date: Mon, 16 Oct 2000 12:26:34 +0200
46837      Branch: perl
46838            ! ext/Devel/Peek/Peek.pm
46839 ____________________________________________________________________________
46840 [  7358] By: jhi                                   on 2000/10/18  17:03:15
46841         Log: Make Cwd more bulletproof in chrooted environments.
46842              
46843              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
46844              From: "Eric E. Coe" <Eric.Coe@oracle.com>
46845              Date: Wed, 18 Oct 2000 04:03:54 -0400
46846              Message-Id: <39ED596A.70E599FE@oracle.com>
46847      Branch: perl
46848            ! lib/Cwd.pm
46849 ____________________________________________________________________________
46850 [  7357] By: jhi                                   on 2000/10/18  16:37:26
46851         Log: Disable the UTF8 downgrade croakage for now to avoid
46852              too many not okay messages.
46853      Branch: perl
46854            ! doio.c
46855 ____________________________________________________________________________
46856 [  7356] By: jhi                                   on 2000/10/17  23:29:41
46857         Log: Show the failed remote port, instead of the failing line number.
46858              
46859              Subject: [PATCH 5.6.1 Debugger] More diagnostics
46860              From: David Sparks <daves@ActiveState.com>
46861              Date: Tue, 17 Oct 2000 15:00:24 -0700
46862              Message-Id: <5.0.0.25.0.20001017144037.02551e10@pop3>
46863      Branch: perl
46864            ! lib/perl5db.pl
46865 ____________________________________________________________________________
46866 [  7355] By: jhi                                   on 2000/10/17  14:11:31
46867         Log: On output try to downgrade to bytes, croak if impossible,
46868              from Simon Cozens.  This means that outputting >255 UTF8
46869              is impossible.  Consider this as a strong incentive to get
46870              the I/O disciplines implemented.
46871      Branch: perl
46872            ! doio.c pod/perldiag.pod sv.c
46873 ____________________________________________________________________________
46874 [  7354] By: jhi                                   on 2000/10/17  13:42:23
46875         Log: Clarify documentation on 'use bytes'.
46876              
46877              Subject: Re: What does 'use bytes' "mean" ?
46878              From: Simon Cozens <simon@cozens.net>
46879              Date: Mon, 18 Sep 2000 18:24:25 +0100
46880              Message-ID: <20000918182425.A26765@deep-dark-truthful-mirror.perlhacker.org>
46881      Branch: perl
46882            ! lib/bytes.pm
46883 ____________________________________________________________________________
46884 [  7353] By: jhi                                   on 2000/10/17  13:28:12
46885         Log: Workaround for a sfio bug where the stream error indicator
46886              is not cleared as documented.
46887              
46888              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
46889              From: Nicholas Clark <nick@ccl4.org>
46890              Date: Mon, 16 Oct 2000 18:28:23 +0100
46891              Message-ID: <20001016182823.J19700@plum.flirble.org>
46892      Branch: perl
46893            ! doio.c
46894 ____________________________________________________________________________
46895 [  7352] By: jhi                                   on 2000/10/17  13:06:19
46896         Log: More IoTYPE sprinkling.
46897      Branch: perl
46898            ! doio.c pp_hot.c
46899 ____________________________________________________________________________
46900 [  7351] By: jhi                                   on 2000/10/16  22:47:07
46901         Log: Detect early whether the std streams have gone bad.
46902              
46903              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
46904              Date: Mon, 16 Oct 2000 23:28:42 +0100
46905              From: Nicholas Clark <nick@ccl4.org>
46906              Message-ID: <20001016232842.A37942@plum.flirble.org>
46907      Branch: perl
46908            ! t/op/misc.t
46909 ____________________________________________________________________________
46910 [  7350] By: jhi                                   on 2000/10/16  22:45:16
46911         Log: Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
46912              From: "Peter J. Farley III" <pjfarley@banet.net>
46913              Date: Mon, 16 Oct 2000 18:15:59 -0400
46914              Message-Id: <4.3.1.0.20001016180235.00ac65a0@pop5.banet.net>
46915      Branch: perl
46916            ! djgpp/djgpp.c dosish.h t/io/open.t
46917 ____________________________________________________________________________
46918 [  7349] By: jhi                                   on 2000/10/16  22:36:45
46919         Log: perldelta tweak.
46920      Branch: perl
46921            ! pod/perldelta.pod
46922 ____________________________________________________________________________
46923 [  7348] By: jhi                                   on 2000/10/16  15:17:53
46924         Log: Update Changes.
46925      Branch: perl
46926            ! Changes patchlevel.h
46927 ____________________________________________________________________________
46928 [  7347] By: jhi                                   on 2000/10/16  13:55:27
46929         Log: Add the capability to include/exclude branches.
46930      Branch: perl
46931            ! Porting/genlog
46932 ____________________________________________________________________________
46933 [  7346] By: jhi                                   on 2000/10/16  13:18:04
46934         Log: Add Charles Lane.
46935      Branch: perl
46936            ! AUTHORS Changes
46937 ____________________________________________________________________________
46938 [  7345] By: jhi                                   on 2000/10/16  13:13:21
46939         Log: Add a perldelta note about the change #6024, pointed out by Sarathy.
46940      Branch: perl
46941            ! pod/perldelta.pod
46942 ____________________________________________________________________________
46943 [  7344] By: gsar                                  on 2000/10/16  09:30:21
46944         Log: integrate change#6220 from cfgperl
46945              
46946              Win32 patches from Benjamin Stuhl.
46947      Branch: maint-5.6/perl
46948           !> makedef.pl win32/win32.h
46949 ____________________________________________________________________________
46950 [  7343] By: gsar                                  on 2000/10/16  08:32:19
46951         Log: integrate changes#6221,6222 from cfgperl
46952              
46953              Remove tr///CU (the feature is to be obsoleted by better interfaces).
46954              From: simon@brecon.co.uk (Simon Cozens)
46955              Subject: [PATCH] Eliminate tr///[CU][CU]
46956              Date: 23 Jun 2000 11:05:40 GMT
46957              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
46958              
46959              doc typo fix
46960              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
46961              From: Ian Phillipps <Ian.Phillipps@iname.com>
46962              Date: Fri, 23 Jun 2000 10:40:58 +0100
46963              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
46964      Branch: maint-5.6/perl
46965           !> doop.c embed.pl lib/Pod/Usage.pm pod/perlop.pod toke.c utf8.c
46966 ____________________________________________________________________________
46967 [  7342] By: gsar                                  on 2000/10/16  08:28:08
46968         Log: integrate change#6217 from cfgperl (in part)
46969              
46970              Rename the fdpid locking and integrate with Sarathy.
46971      Branch: maint-5.6/perl
46972           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h
46973           !> global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
46974           !> pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
46975           !> win32/win32.c
46976 ____________________________________________________________________________
46977 [  7341] By: gsar                                  on 2000/10/16  08:23:39
46978         Log: integrate changes#6214..6216 from mainline
46979              
46980              @_ can't have junk in it even in the non-USE_ITHREADS case because
46981              caller() wants to populate @DB::args with it (causes a coredump
46982              in Carp::confess())
46983              
46984              tweak comment about @DB::args
46985              
46986              be more optimal about clearing @_
46987      Branch: maint-5.6/perl
46988           !> av.h cop.h pp_ctl.c t/op/runlevel.t
46989 ____________________________________________________________________________
46990 [  7340] By: gsar                                  on 2000/10/16  08:20:37
46991         Log: integrate changes#6207..6210 from cfgperl
46992              
46993              Subject: [PATCH 5.6.0] Threadsafe patches
46994              From: Dan Sugalski <dan@sidhe.org>
46995              To: perl5-porters@perl.org
46996              Date: Mon, 08 May 2000 18:08:13 -0400
46997              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
46998              
46999              Regen headers for #6207.
47000              
47001              Lock PL_fdpid against race conditions, based on:
47002              Subject: [PATCH 5.6.0]subprocess fixup for threads
47003              From: Dan Sugalski <dan@sidhe.org>
47004              To: perl5-porters@perl.org
47005              Date: Tue, 11 Apr 2000 17:02:32 -0400
47006              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
47007              
47008              Mopup for #6207 and #6209.
47009      Branch: maint-5.6/perl
47010           !> doio.c embed.h embed.pl global.sym gv.c intrpvar.h objXSUB.h
47011           !> perl.c pp.c pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c
47012           !> win32/win32.c
47013 ____________________________________________________________________________
47014 [  7339] By: gsar                                  on 2000/10/16  08:14:34
47015         Log: integrate change#6203 from cfgperl
47016              
47017              perldiag should refer to perlos2.pod not README.os2
47018      Branch: maint-5.6/perl
47019           !> pod/perldiag.pod
47020 ____________________________________________________________________________
47021 [  7338] By: gsar                                  on 2000/10/16  08:11:42
47022         Log: integrate change#6201 from mainline
47023              
47024              Perl_eval_pv() leaks 4 bytes every time it is called because it
47025              does a PUSHMARK that's never ever POPMARKed; in general, only
47026              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
47027              Perl_eval_[sp]v() don't because they don't take any incoming
47028              arguments (this leak has been around since the original version
47029              of perl_eval_pv() in 5.003_97e)
47030      Branch: maint-5.6/perl
47031           !> perl.c
47032 ____________________________________________________________________________
47033 [  7337] By: gsar                                  on 2000/10/16  08:08:47
47034         Log: integrate changes#6197..6200 from cfgperl
47035              
47036              Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
47037              From: John Borwick <jhborwic@unity.ncsu.edu>
47038              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
47039              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
47040              
47041              Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
47042              From: Dan Sugalski <dan@sidhe.org>
47043              To: vmsperl@perl.org, perl5-porters@perl.org
47044              Date: Fri, 02 Jun 2000 16:00:41 -0400
47045              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
47046              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
47047              
47048              Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
47049              From: Dan Sugalski <dan@sidhe.org>
47050              To: perl5-porters@perl.org, vmsperl@perl.org
47051              Date: Fri, 02 Jun 2000 17:30:51 -0400
47052              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
47053              
47054              Update to cperl-mode.el 4.31 from
47055              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
47056              Subject: A couple of notes
47057              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
47058              To: Mailing list Perl5 <perl5-porters@perl.org>
47059              Date: Sat, 3 Jun 2000 23:33:32 -0400
47060              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
47061      Branch: maint-5.6/perl
47062           !> emacs/cperl-mode.el embed.h embed.pl embedvar.h
47063           !> ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c perlapi.h
47064           !> pod/perlapi.pod pod/perlintern.pod pod/perlsyn.pod proto.h
47065           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/vms.c
47066           !> vms/vmsish.h
47067 ____________________________________________________________________________
47068 [  7336] By: gsar                                  on 2000/10/16  08:03:46
47069         Log: integrate changes#6194,6195 from mainline
47070              
47071              fix small eval"" memory leaks under USE_ITHREADS
47072              
47073              fix yet another eval"" leak under USE_ITHREADS
47074      Branch: maint-5.6/perl
47075           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
47076           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
47077           !> vms/perly_c.vms
47078 ____________________________________________________________________________
47079 [  7335] By: gsar                                  on 2000/10/16  08:02:15
47080         Log: integrate changes#6190,6191 from mainline
47081              
47082              submit missing embed.pl change
47083              
47084              vec() loses numericalness (modified version of patch suggested
47085              by Robin Barker)
47086      Branch: maint-5.6/perl
47087           !> doop.c embed.pl t/op/vec.t
47088 ____________________________________________________________________________
47089 [  7334] By: gsar                                  on 2000/10/16  08:01:03
47090         Log: integrate change#6189 from mainline
47091              
47092              counting tr/// corrupts later operation (from M.J.T Guy)
47093      Branch: maint-5.6/perl
47094           !> doop.c t/op/tr.t
47095 ____________________________________________________________________________
47096 [  7333] By: gsar                                  on 2000/10/16  07:59:07
47097         Log: integrate changes#6183..6188 from mainline
47098              
47099              SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
47100              <nick@ccl4.org>)
47101              
47102              tweak for change#6127
47103              
47104              remove incorrect documentation about implicit split to @_ in
47105              list context, which never really worked in perl 5 (from
47106              M.J.T. Guy)
47107              
47108              further qualify references to "alphanumeric" (from Wolfgang Laun
47109              <wolfgang.laun@alcatel.at>)
47110              
47111              replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
47112              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
47113              
47114              h2xs tweaks
47115      Branch: maint-5.6/perl
47116           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
47117           !> AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm handy.h
47118           !> lib/SelfLoader.pm perl.c pod/perlapi.pod pod/perldata.pod
47119           !> pod/perlfaq6.pod pod/perlfaq9.pod pod/perlfunc.pod
47120           !> pod/perllocale.pod pod/perlre.pod pod/perltrap.pod
47121           !> pod/pod2latex.PL utils/h2xs.PL
47122 ____________________________________________________________________________
47123 [  7332] By: gsar                                  on 2000/10/16  07:53:52
47124         Log: integrate change#6179 from mainline
47125              
47126              buggy modulus on UVs introduced by change#3378 (resulted in
47127              4063328477 % 65535 amounting to 27406, instead of 27407)
47128      Branch: maint-5.6/perl
47129           !> pp.c t/op/arith.t
47130 ____________________________________________________________________________
47131 [  7331] By: gsar                                  on 2000/10/16  07:52:49
47132         Log: integrate changes#6176,6177,6178,6182 from cfgperl
47133              
47134              Single-quoted utf8 patch from Simon Cozens.
47135              
47136              Substitution utf8 patch from Simon Cozens.
47137              
47138              Be cleaner.
47139              
47140              Be Cleaner Part Deux.
47141      Branch: maint-5.6/perl
47142           !> Makefile.SH pp_hot.c toke.c
47143 ____________________________________________________________________________
47144 [  7330] By: gsar                                  on 2000/10/16  07:41:36
47145         Log: integrate change#6172 from mainline
47146              
47147              fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
47148              (from Ilya Zakharevich)
47149      Branch: maint-5.6/perl
47150           !> regexec.c t/op/re_tests
47151 ____________________________________________________________________________
47152 [  7329] By: gsar                                  on 2000/10/16  07:40:25
47153         Log: integrate change#6171 from mainline
47154              
47155              scalar() doesn't force scalar context when used in void context
47156              (from Simon Cozens)
47157      Branch: maint-5.6/perl
47158           !> op.c t/op/wantarray.t
47159 ____________________________________________________________________________
47160 [  7328] By: gsar                                  on 2000/10/16  07:39:33
47161         Log: integrate change#6170 from mainline
47162              
47163              change#6142 needs tweaks to tests to work where there's no
47164              symlink() (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
47165      Branch: maint-5.6/perl
47166           !> t/lib/filefind.t
47167 ____________________________________________________________________________
47168 [  7327] By: gsar                                  on 2000/10/16  07:35:34
47169         Log: integrate changes#6166..6168 from cfgperl
47170              
47171              Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
47172              in case somebody wants to write an extension for more
47173              shadow database interfaces.
47174              
47175              tweak todo
47176              
47177              Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
47178      Branch: maint-5.6/perl
47179           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
47180           !> Todo-5.6 config_h.SH epoc/config.sh perl.h pp_sys.c toke.c
47181           !> vms/subconfigure.com vos/config.def vos/config.h vos/config.pl
47182           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
47183           !> win32/config.vc win32/config_H.bc win32/config_H.gc
47184           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
47185 ____________________________________________________________________________
47186 [  7326] By: gsar                                  on 2000/10/16  07:29:05
47187         Log: integrate changes#6157,6159..6161,6164 from cfgperl
47188              
47189              Regen Configure to jive with #6149.
47190              
47191              Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
47192              
47193              Changes for the File::Temp 0.08 (change #6159) test suite
47194              to fit better into the Perl distribution test framework.
47195              
47196              Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
47197              both from Simon Cozens.
47198              
47199              detypo
47200      Branch: maint-5.6/perl
47201           +> pod/perlmodlib.PL pod/perlnewmod.pod
47202           !> AUTHORS Configure MAINTAIN MANIFEST config_h.SH
47203           !> lib/File/Temp.pm pod/Makefile pod/perl.pod pod/perlmodlib.pod
47204           !> pod/perltoc.pod t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
47205           !> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
47206 ____________________________________________________________________________
47207 [  7325] By: gsar                                  on 2000/10/16  07:25:13
47208         Log: integrate change#6158 from vmsperl
47209              
47210              Add fallback to tmpfile for use in cases where user's relying on
47211              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
47212              Lane's patch)
47213      Branch: maint-5.6/perl
47214           !> vms/vms.c vms/vmsish.h
47215 ____________________________________________________________________________
47216 [  7324] By: gsar                                  on 2000/10/16  07:20:50
47217         Log: integrate changes#6153..6155 from mainline
47218              
47219              prettier Test::Harness output on failed tests (from Nicholas Clark
47220              <nick@Bagpuss.uk.boo.com>)
47221              
47222              avoid type mismatch warning
47223              
47224              small bug in change#6144; remove random \xA0 character that snuck
47225              in via change#6145
47226      Branch: maint-5.6/perl
47227           !> lib/AutoSplit.pm lib/ExtUtils/xsubpp lib/Test/Harness.pm
47228           !> perl.c
47229 ____________________________________________________________________________
47230 [  7323] By: gsar                                  on 2000/10/16  07:18:47
47231         Log: integrate changes#6151,6152 from mainline
47232              
47233              fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
47234              
47235              cosmetic fixups of RE debug output (from Ilya Zakharevich)
47236      Branch: maint-5.6/perl
47237           !> regexec.c
47238 ____________________________________________________________________________
47239 [  7322] By: gsar                                  on 2000/10/16  07:17:25
47240         Log: integrate changes#6146..6150 from mainline
47241              
47242              doc typo
47243              
47244              add a make entry to Config.pm so "perl -V:make" works on VMS
47245              (from Peter Prymmer)
47246              
47247              close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
47248              
47249              OS/2 tweaks for usethreads build (from Rocco Caputo
47250              <troc@netrus.net>)
47251              
47252              perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
47253      Branch: maint-5.6/perl
47254           !> Configure hints/os2.sh lib/ExtUtils/MM_Unix.pm lib/warnings.pm
47255           !> makedef.pl os2/Makefile.SHs os2/OS2/REXX/t/rx_dllld.t
47256           !> os2/OS2/REXX/t/rx_objcall.t os2/OS2/REXX/t/rx_tievar.t
47257           !> os2/OS2/REXX/t/rx_tieydb.t os2/os2.c os2/os2ish.h perl.c
47258           !> pod/perlrequick.pod util.c vms/subconfigure.com warnings.h
47259           !> warnings.pl x2p/a2p.h
47260 ____________________________________________________________________________
47261 [  7321] By: gsar                                  on 2000/10/16  07:14:02
47262         Log: integrate changes#6143..6145 from mainline
47263              
47264              MacOS support, part 1 (from Matthias Neeracher
47265              <neeri@iis.ee.ethz.ch>)
47266              
47267              MacOS support, part 2: make AutoSplit use File::Spec instead
47268              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
47269              <neeri@iis.ee.ethz.ch>)
47270              
47271              make xsubpp skip embedded pod (from Matthias Neeracher
47272              <neeri@iis.ee.ethz.ch>)
47273      Branch: maint-5.6/perl
47274           +> ext/DynaLoader/dl_mac.xs
47275           !> MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
47276           !> ext/POSIX/POSIX.xs lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
47277           !> lib/ExtUtils/xsubpp mg.c perl.c perlsfio.h pod/perlfaq4.pod
47278           !> pp_ctl.c proto.h toke.c util.c util.h
47279 ____________________________________________________________________________
47280 [  7320] By: gsar                                  on 2000/10/16  07:12:13
47281         Log: integrate changes#6141,6142 from mainline
47282              
47283              BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
47284              forwarded by Peter Seebach from the bsdi-users mailing list.
47285              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
47286              
47287              File::Find fails to chdir when chasing symlinks (from
47288              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
47289      Branch: maint-5.6/perl
47290           !> hints/bsdos.sh lib/File/Find.pm t/lib/filefind.t
47291 ____________________________________________________________________________
47292 [  7319] By: gsar                                  on 2000/10/16  07:04:30
47293         Log: integrate change#6139 from mainline
47294              
47295              revise mktables.PL for bugs and newness in Unicode 3.0
47296              (from James Bence <jbence@amgen.com>)
47297      Branch: maint-5.6/perl
47298           +> (branch 30 files)
47299           !> (integrate 49 files)
47300 ____________________________________________________________________________
47301 [  7318] By: gsar                                  on 2000/10/16  07:01:01
47302         Log: integrate changes#6137,6138 from mainline
47303              
47304              fix bogus redeclaration warning for "our" variables in different
47305              scopes
47306              
47307              add note about the handling of negative indices to tied arrays
47308              (from Michael G Schwern <schwern@pobox.com>)
47309      Branch: maint-5.6/perl
47310           !> op.c pod/perltie.pod t/pragma/strict-vars
47311 ____________________________________________________________________________
47312 [  7317] By: gsar                                  on 2000/10/16  06:58:46
47313         Log: integrate changes#6127..6136 from mainline
47314              
47315              call_method(...,G_EVAL) can longjmp() out if the method probing
47316              failed (from Gisle Aas)
47317              
47318              new perlxstut example for passing/returning refs to arrays
47319              (from David Lowe <dlowe@pootpoot.com>)
47320              
47321              VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
47322              
47323              fix places that mean C<"word" character> but say C<alphanumeric
47324              character>
47325              
47326              avoid warnings in POSIX.pm (from Barrie Slaymaker)
47327              
47328              warnings::enabled() doesn't fall back to looking at $^W if
47329              caller isn't using lexical warnings (from Paul Marquess)
47330              
47331              elide bogus test in change#6132
47332              
47333              make Test::Harness use wait.h/WCOREDUMP if available
47334              (from Ben Tilly <ben_tilly@hotmail.com>)
47335              
47336              enable Test::Harness to dynamically determine column width etc.
47337              (from Rob Napier <rnapier@employees.org>)
47338              
47339              random pod typos (from Peter Scott <Peter@PSDT.com>)
47340      Branch: maint-5.6/perl
47341           !> cop.h ext/Devel/Peek/Peek.pm ext/POSIX/POSIX.pm
47342           !> lib/Test/Harness.pm perl.c pod/perldebguts.pod
47343           !> pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
47344           !> pod/perlxstut.pod pp_ctl.c t/pragma/warn/9enabled vms/test.com
47345 ____________________________________________________________________________
47346 [  7316] By: gsar                                  on 2000/10/16  06:53:23
47347         Log: integrate change#6126 from mainline
47348              
47349              change#2879 broke rvalue autovivification of magicals such as
47350              ${$num} (reworked variant of patch suggested by Simon Cozens)
47351      Branch: maint-5.6/perl
47352           !> embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
47353           !> pp_hot.c proto.h t/op/gv.t
47354 ____________________________________________________________________________
47355 [  7315] By: gsar                                  on 2000/10/16  06:51:38
47356         Log: integrate changes#6123,6125 from mainline
47357              
47358              clarify gotcha with #line directives (from Rocco Caputo
47359              <troc@netrus.net>)
47360              
47361              enable propagating exception objects via Perl_croak() in XS code
47362              (from Gisle Aas)
47363      Branch: maint-5.6/perl
47364           !> pod/perldebug.pod pod/perlsyn.pod util.c
47365 ____________________________________________________________________________
47366 [  7314] By: gsar                                  on 2000/10/16  06:49:28
47367         Log: integrate change#6122 from mainline
47368              
47369              downgrade fatal error on C<"foo@nosucharray.com"> to optional
47370              warning (from Mark-Jason Dominus)
47371      Branch: maint-5.6/perl
47372           !> lib/ExtUtils/typemap pod/perldelta.pod pod/perlsub.pod
47373           !> pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
47374           !> t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
47375           !> toke.c
47376 ____________________________________________________________________________
47377 [  7313] By: gsar                                  on 2000/10/16  06:46:54
47378         Log: integrate changes#6112..6121 from vmsperl
47379              
47380              Check for existence of file before trying to delete
47381              
47382              Ugly workaround for version-specific RTL error
47383              
47384              Urk -- undo previous removal of vmsish 'exit' change
47385              
47386              Add bounds checking for several strings (Charles Lane)
47387              
47388              Miscellaneous cosmetic fixes (Charles Lane)
47389              
47390              Treat sockets as special in sys(read|write) (Charles Lane et al.)
47391              
47392              Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
47393              Flatten case labels in switch statements uniformly (Charles Bailey)
47394              
47395              Quiet error messages in vmsish.t (Charles Lane)
47396              
47397              Add missing escape (Charles Lane)
47398              
47399              Allow eliminate_macros() and fixpath() to handle space-delimited
47400              lists (based on fixes by Craig Berry)
47401      Branch: maint-5.6/perl
47402           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
47403           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
47404           !> vms/vmsish.h
47405 ____________________________________________________________________________
47406 [  7312] By: gsar                                  on 2000/10/16  06:41:18
47407         Log: integrate changes#6107,6110 from cfgperl
47408              
47409              Tweak the todo list.
47410              
47411              todo tweak
47412      Branch: maint-5.6/perl
47413           !> Todo-5.6
47414 ____________________________________________________________________________
47415 [  7311] By: gsar                                  on 2000/10/16  06:38:38
47416         Log: integrate changes#6104,6108 from mainline
47417              
47418              PL_sys_intern was being initialized too late on windows
47419              
47420              reenable fake signal handling on Windows, bugs and all
47421      Branch: maint-5.6/perl
47422           !> embed.h embed.pl global.sym makedef.pl mg.c objXSUB.h perl.c
47423           !> perl.h perlapi.c pod/perlapi.pod proto.h win32/perlhost.h
47424           !> win32/win32.c
47425 ____________________________________________________________________________
47426 [  7310] By: gsar                                  on 2000/10/16  06:36:03
47427         Log: integrate changes#6095,6097..6103 from cfgperl
47428              
47429              Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
47430              might be useful in future.
47431              
47432              Add a note about possible compilation problems from Allen Smith.
47433              
47434              Add a note about other, yet unsupported, shadow password APIs.
47435              
47436              Tweaks for the cc bugs from Allen Smith.
47437              
47438              More compilation tweakery from Allen Smith.
47439              
47440              Hints and test tweaks for Unicos.
47441              
47442              The test suite tweak in #6101 wasn't quite right.
47443              
47444              Test tweaking for Unicos continues.
47445      Branch: maint-5.6/perl
47446           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
47447           !> config_h.SH hints/irix_6.sh hints/unicos.sh pp_sys.c t/lib/b.t
47448           !> t/lib/complex.t t/op/64bitint.t
47449 ____________________________________________________________________________
47450 [  7309] By: gsar                                  on 2000/10/16  06:29:41
47451         Log: integrate changes#6093,6094 from mainline
47452              
47453              fork() failure to create pseudo process sets errno=EAGAIN and returns
47454              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
47455              
47456              cygwin update (from Eric Fifer <efifer@sanwaint.com>)
47457      Branch: maint-5.6/perl
47458           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
47459           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
47460 ____________________________________________________________________________
47461 [  7308] By: gsar                                  on 2000/10/16  06:27:29
47462         Log: integrate change#6092 from cfgperl
47463              
47464              Regen perltoc with the fixed buildtoc.
47465      Branch: maint-5.6/perl
47466           !> pod/perltoc.pod
47467 ____________________________________________________________________________
47468 [  7307] By: gsar                                  on 2000/10/16  06:26:40
47469         Log: integrate changes#6089,6090 from mainline
47470              
47471              buildtoc tweak to fix newline lossage
47472              
47473              concat doesn't preserve utf8-ness, and doesn't invalidate
47474              [NI]OK; added tests for both
47475      Branch: maint-5.6/perl
47476           !> perl.c pod/buildtoc pp_hot.c sv.c t/op/substr.t
47477 ____________________________________________________________________________
47478 [  7306] By: gsar                                  on 2000/10/16  06:24:05
47479         Log: integrate change#6088 from cfgperl
47480              
47481              Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
47482              because we do not use those.  The HAS_GETSPNAM remains,
47483              though, because we still do use that.
47484      Branch: maint-5.6/perl
47485           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
47486           !> config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
47487           !> pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
47488           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
47489           !> win32/config.vc win32/config_H.bc win32/config_H.gc
47490           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
47491 ____________________________________________________________________________
47492 [  7305] By: gsar                                  on 2000/10/16  06:15:52
47493         Log: integrate changes#6084,6085,6087 from mainline
47494              
47495              substr() does not preserve utf8-ness (from Stefan Eissing
47496              <Eissing@medicaldataservice.de>); added tests
47497              
47498              repeat operator (x) doesn't preserve utf8-ness
47499              
47500              reverse() and quotemeta() weren't preserving utf8-ness; add tests
47501      Branch: maint-5.6/perl
47502           !> pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
47503 ____________________________________________________________________________
47504 [  7304] By: gsar                                  on 2000/10/16  06:13:10
47505         Log: integrate changes#6077..6083 from mainline
47506              
47507              avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
47508              and Tom Phoenix)
47509              
47510              workaround for CRT bug in chdir() (from Charles Lane, via
47511              Peter Prymmer)
47512              
47513              remove outdated kludge in Carp (NULLs are permitted in diagnostics
47514              now)
47515              
47516              add File::Temp v0.08 from CPAN, with small tweaks to testsuite
47517              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
47518              
47519              better default perlbug categories for ok reports (from Richard Foley)
47520              
47521              peek.t non-portable to ithreads
47522              
47523              note about undocumented caller() return value (from M.J.T. Guy);
47524              yet another peek.t tweak
47525      Branch: maint-5.6/perl
47526           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
47527           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
47528           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
47529           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
47530           !> pod/perltie.pod t/lib/peek.t utils/perlbug.PL vms/vms.c
47531           !> vms/vmsish.h
47532 ____________________________________________________________________________
47533 [  7303] By: gsar                                  on 2000/10/16  06:03:18
47534         Log: integrate changes#6011,6016,6033,6035..6039,6047..6052,6054..6059,
47535              6073..6075 from cfgperl (pp_sys.c manually merged due to conflicts)
47536              
47537              &HUGE_VAL is not defined, it exists.
47538              
47539              Do not warn that an infinity does not look like a number.
47540              
47541              Rewrite the pwent/spent logic to be a little bit more clearer.
47542              
47543              Continue on the pwent/spent case.
47544              
47545              Correct Freudian slip.
47546              
47547              Use HUGE_VALL if applicable.
47548              
47549              pwent/spent #ifdef imbalance.
47550              
47551              Infinite problems.
47552              
47553              Call getspnam() only iff needd.
47554              
47555              Test both the scalar and list contexts.
47556              
47557              Use setxxent()/endxxent().
47558              
47559              Complex tweakery.
47560              
47561              Unicos hint tweak.
47562              
47563              Be more forgiving in POSIX about HUGE_VALL.
47564              
47565              Detypo.
47566              
47567              The search of infinity continues, this time simplified.
47568              
47569              The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
47570              in natively 64-bit platforms where a long is a quad (no need
47571              for long longs).  Also added bias for IVs.
47572              
47573              Complex tweaks.
47574              
47575              Introduce t/lib/peek.t.
47576              
47577              Make the test more portable.
47578      Branch: maint-5.6/perl
47579           +> t/lib/peek.t
47580            ! pp_sys.c
47581           !> MANIFEST ext/POSIX/POSIX.xs hints/unicos.sh
47582           !> lib/Math/Complex.pm sv.c t/lib/complex.t t/op/grent.t
47583           !> t/op/pwent.t toke.c util.c
47584 ____________________________________________________________________________
47585 [  7302] By: gsar                                  on 2000/10/16  05:03:37
47586         Log: integrate changes#6066..6071 from mainline
47587              
47588              s/END/CHECK/
47589              
47590              replace direct call to sighandler() with (*PL_sighandlerp)()
47591              
47592              note about values()
47593              
47594              File::Spec compatibility update (from Barrie Slaymaker
47595              <barries@slaysys.com>)
47596              
47597              remove misleading comment (from M.J.T. Guy)
47598              
47599              misformatted perllocal.pod (from Tim Jenness
47600              <t.jenness@jach.hawaii.edu>)
47601      Branch: maint-5.6/perl
47602           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
47603           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
47604           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
47605           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
47606 ____________________________________________________________________________
47607 [  7301] By: gsar                                  on 2000/10/16  05:00:08
47608         Log: integrate changes#6061..6063 from mainline
47609              
47610              change#5921 neglected to make eq honor "use bytes"
47611              
47612              additional tests for utf8.t
47613              
47614              tokeq() could read unallocated field in argument
47615      Branch: maint-5.6/perl
47616           !> sv.c t/pragma/utf8.t toke.c
47617 ____________________________________________________________________________
47618 [  7300] By: gsar                                  on 2000/10/16  04:56:54
47619         Log: integrate changes#6046,6048,6057,6058 from mainline
47620              
47621              libscheck has insufficient checks for n32 libs (from
47622              Albert Chin-A-Young <china@thewrittenword.com>)
47623              
47624              add note about how $( doesn't interpolate in REs (from
47625              Philip Newton <newton@ficus.frogspace.net>)
47626              
47627              fix broken parsing of /\x{ab}/
47628              
47629              printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
47630              (spotted by Donald Kinzer <dkinzer@premia.com>)
47631      Branch: maint-5.6/perl
47632           !> hints/irix_6.sh perl.c pod/perlop.pod regcomp.c
47633           !> t/pragma/utf8.t
47634 ____________________________________________________________________________
47635 [  7299] By: gsar                                  on 2000/10/16  04:52:50
47636         Log: integrate change#6044 from mainline
47637              
47638              change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
47639              such that underscores are only ignored in literal numbers,
47640              "\x{...}", and hex/oct argument
47641      Branch: maint-5.6/perl
47642           !> perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
47643 ____________________________________________________________________________
47644 [  7298] By: gsar                                  on 2000/10/16  04:50:53
47645         Log: integrate changes#6027..6043 from mainline
47646              
47647              podlators-1.02 update (from Russ Allbery)
47648              
47649              Pod::Man generates groff-incompatible macro definition (from
47650              Tom Christiansen)
47651              
47652              add CGI.pm v2.66 (from Lincoln Stein)
47653              
47654              introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
47655              for @- and @+ (from Johan Vromans)
47656              
47657              small nits in diagnostics.pm (from Robin Barker)
47658              
47659              whitespace adjustments
47660              
47661              missing files in MANIFEST
47662              
47663              cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
47664              to compensate
47665              
47666              remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
47667              
47668              perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
47669      Branch: maint-5.6/perl
47670           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
47671           !> MANIFEST Porting/makerel lib/CGI.pm lib/CGI/Carp.pm
47672           !> lib/CGI/Cookie.pm lib/CGI/Pretty.pm lib/CGI/Push.pm
47673           !> lib/English.pm lib/Pod/Man.pm lib/Pod/Text.pm
47674           !> lib/diagnostics.pm pod/perldiag.pod pod/perlretut.pod
47675           !> pod/perltrap.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
47676           !> t/lib/cgi-html.t t/lib/cgi-request.t
47677 ____________________________________________________________________________
47678 [  7297] By: gsar                                  on 2000/10/16  04:44:30
47679         Log: integrate change#6025 from mainline
47680              
47681              Is{Alnum,Alpha,Word} don't match titlecase
47682              TODO: IsSpace is defined recursively!
47683              (both spotted by Larry)
47684      Branch: maint-5.6/perl
47685           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
47686           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
47687 ____________________________________________________________________________
47688 [  7296] By: gsar                                  on 2000/10/16  04:39:30
47689         Log: integrate change#6023 from mainline
47690              
47691              debugger stomps on $. (from M.J.T. Guy)
47692      Branch: maint-5.6/perl
47693           !> lib/perl5db.pl
47694 ____________________________________________________________________________
47695 [  7295] By: gsar                                  on 2000/10/16  04:38:02
47696         Log: integrate change#6022 from mainline
47697              
47698              unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
47699      Branch: maint-5.6/perl
47700           !> sv.c
47701 ____________________________________________________________________________
47702 [  7294] By: gsar                                  on 2000/10/16  04:37:05
47703         Log: integrate changes#6018..6021 from mainline
47704              
47705              make lib/syslog.t portable to systems that don't have _PATH_LOG,
47706              make _PATH_LOG() return "" if unavailable
47707              
47708              windows portability tweaks
47709              
47710              test tweak
47711              
47712              remove Win2K issue in pod (fixed by change#6020)
47713      Branch: maint-5.6/perl
47714           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
47715           !> ext/Sys/Syslog/Syslog.xs pod/perldelta.pod t/lib/b.t
47716           !> t/lib/open3.t t/lib/syslog.t win32/win32.h
47717 ____________________________________________________________________________
47718 [  7293] By: gsar                                  on 2000/10/16  04:20:00
47719         Log: integrate changes#6013..6015 from mainline
47720              
47721              tweak change#5945 to display correct switch name in diagnostic
47722              
47723              glob() loading File::Glob behind the scenes may cause syntax errors
47724              
47725              tweak test for portability
47726      Branch: maint-5.6/perl
47727           !> op.c perl.c pod/perldiag.pod t/lib/b.t
47728 ____________________________________________________________________________
47729 [  7292] By: gsar                                  on 2000/10/16  04:18:11
47730         Log: integrate changes#6005..6010 from mainline, cfgperl
47731              
47732              perldoc might fail via "use blib" (from Hugo van der Sanden)
47733              
47734              Regen Configure.
47735              
47736              note about compile failures and END blocks (from M.J.T. Guy)
47737              
47738              VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
47739              
47740              (change#6009 integrated earlier in change#7255)
47741              
47742              clarify note about shadow password support (from
47743              gellyfish@gellyfish.com)
47744      Branch: maint-5.6/perl
47745           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
47746           !> config_h.SH installperl pod/perldelta.pod pod/perlfunc.pod
47747           !> pod/perlmod.pod utils/perldoc.PL vms/subconfigure.com
47748 ____________________________________________________________________________
47749 [  7291] By: gsar                                  on 2000/10/16  04:12:03
47750         Log: integrate changes#6002,6003 from mainline
47751              
47752              destructive sv_setsv() can lose UV-ness from source, causing
47753              numeric promotions/comparisons to fail to do the right thing
47754              
47755              allow REG_EXPAND_SZ keys in Windows registry (from
47756              John Clayton <John.Clayton@barclayscapital.com>)
47757      Branch: maint-5.6/perl
47758           !> sv.c win32/win32.c
47759 ____________________________________________________________________________
47760 [  7290] By: gsar                                  on 2000/10/16  04:10:19
47761         Log: integrate change#6001 from mainline
47762              
47763              support additional library locations via $Config{otherlibdirs}
47764              (from Andy Dougherty)
47765      Branch: maint-5.6/perl
47766           !> Configure INSTALL Porting/Glossary Porting/config.sh
47767           !> Porting/config_H config_h.SH epoc/config.sh perl.c
47768           !> vms/subconfigure.com vos/config.def vos/config_h.SH_orig
47769           !> win32/config.bc win32/config.gc win32/config.vc
47770 ____________________________________________________________________________
47771 [  7289] By: gsar                                  on 2000/10/16  04:08:28
47772         Log: integrate change#5999 from mainline
47773              
47774              fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
47775      Branch: maint-5.6/perl
47776           !> t/pragma/warn/toke toke.c
47777 ____________________________________________________________________________
47778 [  7288] By: gsar                                  on 2000/10/16  04:07:01
47779         Log: integrate changes#5997,5998 from cfgperl
47780              
47781              Preserve $!.
47782              
47783              Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
47784      Branch: maint-5.6/perl
47785           !> lib/Math/Complex.pm
47786 ____________________________________________________________________________
47787 [  7287] By: gsar                                  on 2000/10/16  04:04:37
47788         Log: integrate change#5995 from mainline
47789              
47790              fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
47791      Branch: maint-5.6/perl
47792           !> mg.c t/pragma/warn/7fatal warnings.h warnings.pl
47793 ____________________________________________________________________________
47794 [  7286] By: gsar                                  on 2000/10/16  04:03:21
47795         Log: integrate change#5994 from mainline
47796              
47797              fix for missed accounting for null byte in pack("Z",...) (from
47798              M.J.T. Guy)
47799      Branch: maint-5.6/perl
47800           !> pp.c t/op/pack.t
47801 ____________________________________________________________________________
47802 [  7285] By: gsar                                  on 2000/10/16  04:02:11
47803         Log: integrate changes#5989..5993 from mainline
47804              
47805              qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
47806              itself and no other (from Tom Hughes)
47807              
47808              use $ENV{LIB} to search for libs under Visual C compiler
47809              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
47810              
47811              posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
47812              
47813              pod nit (from Simon Cozens)
47814              
47815              various minor tweaks seen on p5p
47816      Branch: maint-5.6/perl
47817           !> README.posix-bc hints/posix-bc.sh lib/ExtUtils/Liblist.pm
47818           !> lib/perl5db.pl pod/perlipc.pod pod/perlop.pod pod/perlvar.pod
47819           !> t/op/array.t toke.c
47820 ____________________________________________________________________________
47821 [  7284] By: gsar                                  on 2000/10/16  03:59:00
47822         Log: integrate changes#5978..5988 from mainline
47823              
47824              sync version numbers in File::Spec with the ones on CPAN
47825              (from Barrie Slaymaker)
47826              
47827              under useithreads, constant pad entries could inadvertantly be
47828              shared across threads (from Eric Blood <eblood@xmission.com>);
47829              added Eric's test case to testsuite
47830              
47831              allow Configure -S to run non-interactively (spotted by Greg Hudson
47832              <ghudson@mit.edu>)
47833              
47834              rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
47835              prototype mismatch with CORE::glob(); update pod and tests to
47836              suit (File::Glob::glob() is still available for backward
47837              compatibility, but should be considered deprecated)
47838              
47839              avoid error in IO::Socket::INET when given an unknown service name
47840              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
47841              
47842              numeric conversion of non-number in change#3378 tramples on
47843              OOK offset, causing segfaults
47844              
47845              attributes::reftype() doesn't work on tied argument
47846              
47847              forked child may not exit correctly if it failed to open
47848              /dev/console (from Graham Barr)
47849              
47850              add regular expressions tutorial and quick-start guide (from
47851              Mark Kvale <kvale@phy.ucsf.edu>)
47852              
47853              B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
47854              
47855              s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
47856              <paul@miraclefish.com>)
47857      Branch: maint-5.6/perl
47858           +> pod/perlrequick.pod pod/perlretut.pod
47859           !> AUTHORS Configure MAINTAIN MANIFEST ext/B/B/Bytecode.pm
47860           !> ext/B/B/Disassembler.pm ext/File/Glob/Glob.pm
47861           !> ext/IO/lib/IO/Socket/INET.pm ext/Sys/Syslog/Syslog.pm
47862           !> lib/ExtUtils/MakeMaker.pm lib/File/Spec/Functions.pm
47863           !> lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
47864           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
47865           !> lib/File/Spec/Win32.pm op.c sv.c t/lib/glob-basic.t
47866           !> t/lib/glob-case.t t/lib/glob-taint.t t/op/misc.t xsutils.c
47867 ____________________________________________________________________________
47868 [  7283] By: gsar                                  on 2000/10/16  03:52:14
47869         Log: integrate change#5977 from mainline
47870              
47871              autoquote barewords followed by newline and arrow properly
47872              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
47873      Branch: maint-5.6/perl
47874           !> t/pragma/warn/toke toke.c
47875 ____________________________________________________________________________
47876 [  7282] By: gsar                                  on 2000/10/16  03:50:48
47877         Log: integrate change#5976 from mainline
47878              
47879              DB_File v1.73 update (from Paul Marquess)
47880      Branch: maint-5.6/perl
47881           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
47882           !> ext/DB_File/DB_File.xs ext/DB_File/version.c
47883 ____________________________________________________________________________
47884 [  7281] By: gsar                                  on 2000/10/16  03:49:14
47885         Log: integrate change#5975 from mainline
47886              
47887              allow sort() reentrancy (variant of patch suggested by
47888              Hugo van der Sanden)
47889      Branch: maint-5.6/perl
47890           !> pp_ctl.c t/op/sort.t
47891 ____________________________________________________________________________
47892 [  7280] By: gsar                                  on 2000/10/16  03:48:22
47893         Log: integrate change#5974 from mainline
47894              
47895              change#4197 somehow missed initializing PL_errors, meaning
47896              syntax error queueing wasn't working outside eval"" at all;
47897              also fixed eval"" to localize PL_error_count, so that compile-time
47898              eval's don't clobber the error state of the outer context
47899      Branch: maint-5.6/perl
47900           !> lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
47901           !> t/pragma/warn/toke
47902 ____________________________________________________________________________
47903 [  7279] By: gsar                                  on 2000/10/16  03:46:21
47904         Log: integrate change#5973 from mainline
47905              
47906              fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
47907      Branch: maint-5.6/perl
47908           !> regcomp.c regexec.c t/op/re_tests
47909 ____________________________________________________________________________
47910 [  7278] By: gsar                                  on 2000/10/16  03:44:54
47911         Log: integrate change#5971 from cfgperl
47912              
47913              Unicos tweaks from Mark P. Lutz.
47914      Branch: maint-5.6/perl
47915           !> hints/unicos.sh lib/Math/Complex.pm
47916 ____________________________________________________________________________
47917 [  7277] By: gsar                                  on 2000/10/16  03:42:59
47918         Log: integrate changes#5966..5970 from mainline
47919              
47920              add testsuite for B backends, fix bug in B::Deparse (from
47921              Simon Cozens <simon@brecon.co.uk>)
47922              
47923              improved docs on the warn_uninit diagnostic (from David Glasser
47924              and Simon Cozens)
47925              
47926              tolerate spaces in group names in test on solaris (from David Boyce
47927              <dsb@boyski.com>)
47928              
47929              fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
47930              
47931              Data::Dumper fumbles negative numbers on 32-bit platforms where
47932              IV is >32bits
47933      Branch: maint-5.6/perl
47934           +> t/lib/b.t t/lib/syslog.t
47935           !> MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
47936           !> ext/Data/Dumper/Dumper.xs ext/Sys/Syslog/Syslog.pm
47937           !> pod/perldiag.pod t/lib/dumper.t t/op/groups.t
47938 ____________________________________________________________________________
47939 [  7276] By: gsar                                  on 2000/10/16  03:39:30
47940         Log: integrate change#5965 from mainline
47941              
47942              avoid "will not stay shared" warnings for our variables (from
47943              Robin Barker)
47944      Branch: maint-5.6/perl
47945           !> op.c t/pragma/warn/op
47946 ____________________________________________________________________________
47947 [  7275] By: gsar                                  on 2000/10/16  03:38:18
47948         Log: integrate change#5964 from mainline
47949              
47950              reformat to 72 columns (again)
47951      Branch: maint-5.6/perl
47952           !> pod/perldiag.pod
47953 ____________________________________________________________________________
47954 [  7274] By: gsar                                  on 2000/10/16  03:36:58
47955         Log: integrate change#5963 from mainline
47956              
47957              patch from Larry to make (\&) prototype work; added tests for
47958              the same
47959      Branch: maint-5.6/perl
47960           !> op.c t/comp/proto.t
47961 ____________________________________________________________________________
47962 [  7273] By: gsar                                  on 2000/10/16  03:35:51
47963         Log: integrate changes#5956..5962 from mainline
47964              
47965              better diagnostics on failed tests (from Ilya Zakharevich)
47966              
47967              pod nits (from A. C. Yardley <yardley@tanet.net>)
47968              
47969              change#3569 deleted some essential code, revert; avoid use of
47970              atexit() to make DynaLoader work properly on AIX under mod_perl
47971              (from Jens-Uwe Mager <jum@helios.de>)
47972              
47973              doubled words in pods (from Simon Cozens
47974              <simon.p.cozens@jp.pwcglobal.com>)
47975              
47976              better INSTALL notes on Solaris issues (from Dominic Dunlop)
47977              
47978              recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
47979              
47980              updated README.hpux (from Jeff Okamoto)
47981      Branch: maint-5.6/perl
47982           !> INSTALL README.hpux emacs/cperl-mode.el
47983           !> ext/DynaLoader/dl_aix.xs pod/perldebguts.pod pod/perldelta.pod
47984           !> pod/perlfaq5.pod pod/perlfork.pod pod/perlfunc.pod
47985           !> pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
47986           !> pod/perlmod.pod pod/perlmodlib.pod pod/perlnumber.pod
47987           !> pod/perlopentut.pod pod/perltodo.pod pod/perltootc.pod
47988           !> t/op/lex_assign.t
47989 ____________________________________________________________________________
47990 [  7272] By: gsar                                  on 2000/10/16  03:31:22
47991         Log: integrate change#5955 from mainline
47992              
47993              longstanding bug exposed by change#3307: sort arguments weren't
47994              compiled with the right wantarray context (ensuing runtime lookup
47995              via block_gimme() was getting the incidental context of the
47996              sort() itself)
47997      Branch: maint-5.6/perl
47998           !> op.c t/op/sort.t
47999 ____________________________________________________________________________
48000 [  7271] By: gsar                                  on 2000/10/16  03:29:11
48001         Log: integrate changes#5933,5935,5940..5944,5946,5951,5952 from cfgperl
48002              branch
48003              
48004              Flatten the cpp jungle doing the nosuid checking.
48005              
48006              Do not assume sign propagation. (from M.J.T. Guy)
48007              
48008              Various Unicos 10.0.0.6 fixes. (from Mark Lutz)
48009              
48010              Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
48011              Now pp_ncmp() returns undef is either operand is a NaN.
48012              
48013              On second thoughts frexp() does have two arguments.
48014              
48015              Document that tr() is not tr(1).
48016              
48017              Be more robust on "extreme" (large absolute value)
48018              arguments.  Originally reported by Daniel Connelly
48019              as a problem with asinh() on large negative arguments,
48020              asinh() used to bail out because an argument to log()
48021              ended up being zero.  Ilya Zakharevich proposed using
48022              Taylor's series in such cases, which for such large
48023              arguments is a very good approximation.
48024              
48025              Undo "use integer" addition from 64bitint as it seems
48026              to break most of the subtests in Digital UNIX;
48027              Unicos needs to find another way.
48028      Branch: maint-5.6/perl
48029           !> (integrate 29 files)
48030 ____________________________________________________________________________
48031 [  7270] By: gsar                                  on 2000/10/16  03:09:44
48032         Log: integrate changes#5948,5949,5950 from mainline
48033              
48034              typo in vars.pm that leads to cryptic message (from Piotr
48035              Piatkowski <kompas@kompas.usr.onet.pl>)
48036              
48037              make perldoc use the pod2man from the same version (from
48038              M.J.T. Guy)
48039              
48040              reformat perldiag to avoid long lines
48041      Branch: maint-5.6/perl
48042           !> lib/vars.pm pod/perldiag.pod utils/perldoc.PL
48043 ____________________________________________________________________________
48044 [  7269] By: gsar                                  on 2000/10/16  03:05:54
48045         Log: integrate change#5947 from mainline
48046              
48047              use &dl_error rather than &dl_load_file as the guard for calling
48048              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
48049              statically built perl)
48050      Branch: maint-5.6/perl
48051           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
48052 ____________________________________________________________________________
48053 [  7268] By: gsar                                  on 2000/10/16  03:04:48
48054         Log: integrate change#5945 from mainline
48055              
48056              make module name mandatory after -M switch; reorder perldiag
48057              alphabetically (from Mark-Jason Dominus)
48058      Branch: maint-5.6/perl
48059           !> perl.c pod/perldiag.pod
48060 ____________________________________________________________________________
48061 [  7267] By: gsar                                  on 2000/10/16  03:03:01
48062         Log: integrate change#5939 from mainline
48063              
48064              more pod nits (from Larry Virden)
48065      Branch: maint-5.6/perl
48066           !> README.win32 pod/perlsub.pod pod/perlsyn.pod
48067           !> pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
48068           !> pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
48069 ____________________________________________________________________________
48070 [  7266] By: gsar                                  on 2000/10/16  03:01:39
48071         Log: integrate change#5938 from mainline
48072              
48073              Consolidated B::Deparse fixes (from Stephen McCamant)
48074      Branch: maint-5.6/perl
48075           !> ext/B/B/Deparse.pm
48076 ____________________________________________________________________________
48077 [  7265] By: gsar                                  on 2000/10/16  03:00:43
48078         Log: integrate change#5936 from mainline
48079              
48080              additional tests for change#7263 (from Paul Marquess)
48081      Branch: maint-5.6/perl
48082           !> t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
48083           !> t/pragma/warn/5nolint t/pragma/warn/6default
48084 ____________________________________________________________________________
48085 [  7264] By: gsar                                  on 2000/10/16  02:58:34
48086         Log: integrate change#5934 from mainline
48087              
48088              propagate lexical warnings from surrounding scope correctly
48089              within string eval() (from Paul Marquess)
48090      Branch: maint-5.6/perl
48091           !> pp_ctl.c t/pragma/warn/pp_ctl
48092 ____________________________________________________________________________
48093 [  7263] By: gsar                                  on 2000/10/16  02:56:53
48094         Log: integrate change#5932 from mainline
48095              
48096              add rsignal(), whichsig() and do_join() to public API list
48097              (mod_perl uses them to good advantage)
48098      Branch: maint-5.6/perl
48099           !> embed.pl global.sym objXSUB.h perlapi.c proto.h
48100 ____________________________________________________________________________
48101 [  7262] By: gsar                                  on 2000/10/16  02:55:53
48102         Log: integrate change#5931 from mainline
48103              
48104              fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
48105      Branch: maint-5.6/perl
48106           !> pp_hot.c regexec.c t/op/pat.t
48107 ____________________________________________________________________________
48108 [  7261] By: gsar                                  on 2000/10/16  02:55:01
48109         Log: integrate change#5930 from mainline
48110              
48111              small os390 tweaks (from Peter Prymmer)
48112      Branch: maint-5.6/perl
48113           !> config_h.SH makedepend.SH
48114 ____________________________________________________________________________
48115 [  7260] By: gsar                                  on 2000/10/16  02:54:10
48116         Log: integrate change#5929 from mainline
48117              
48118              pod nits
48119      Branch: maint-5.6/perl
48120           !> pod/perlguts.pod
48121 ____________________________________________________________________________
48122 [  7259] By: gsar                                  on 2000/10/16  02:52:55
48123         Log: integrate change#5927 from mainline
48124              
48125              arrange for next() to resume at the unstack op rather than the
48126              loop conditional, so that scope cleanup happens correctly
48127              (from Stephen McCamant)
48128      Branch: maint-5.6/perl
48129           !> op.c pp_ctl.c t/op/misc.t
48130 ____________________________________________________________________________
48131 [  7258] By: gsar                                  on 2000/10/16  02:51:38
48132         Log: integrate change#5926 from mainline
48133              
48134              on windows, reserve 16M of stack rather than 128M (allows more
48135              threads to run concurrently)
48136      Branch: maint-5.6/perl
48137           !> win32/Makefile win32/makefile.mk
48138 ____________________________________________________________________________
48139 [  7257] By: gsar                                  on 2000/10/16  02:50:37
48140         Log: integrate change#5925 from mainline
48141              
48142              POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
48143      Branch: maint-5.6/perl
48144           !> toke.c
48145 ____________________________________________________________________________
48146 [  7256] By: gsar                                  on 2000/10/16  02:49:36
48147         Log: integrate change#5924 from mainline
48148              
48149              avoid using uninitialized memory in require version check
48150      Branch: maint-5.6/perl
48151           !> pp_ctl.c universal.c
48152 ____________________________________________________________________________
48153 [  7255] By: gsar                                  on 2000/10/16  02:48:03
48154         Log: integrate changes#5923,5928,6009 from mainline
48155              
48156              IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
48157      Branch: maint-5.6/perl
48158           !> ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
48159 ____________________________________________________________________________
48160 [  7254] By: gsar                                  on 2000/10/16  02:44:46
48161         Log: integrate change#5922 from mainline
48162              
48163              commentary about IoTYPE() (from Nathan Torkington)
48164      Branch: maint-5.6/perl
48165           !> sv.h
48166 ____________________________________________________________________________
48167 [  7253] By: gsar                                  on 2000/10/16  02:43:49
48168         Log: integrate change#5921 from mainline
48169              
48170              make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
48171      Branch: maint-5.6/perl
48172           !> sv.c t/lib/charnames.t t/pragma/utf8.t
48173 ____________________________________________________________________________
48174 [  7252] By: gsar                                  on 2000/10/16  02:42:31
48175         Log: integrate change#5920 from mainline
48176              
48177              Larry's fix for buggy propagation of utf8-ness in join(); add test
48178      Branch: maint-5.6/perl
48179           !> doop.c t/op/ver.t
48180 ____________________________________________________________________________
48181 [  7251] By: gsar                                  on 2000/10/16  02:41:14
48182         Log: integrate changes#5915..5919 from mainline
48183              
48184              various (pod tweaks &c)
48185      Branch: maint-5.6/perl
48186           !> (integrate 33 files)
48187 ____________________________________________________________________________
48188 [  7250] By: gsar                                  on 2000/10/16  02:38:16
48189         Log: integrate change#5914 from mainline
48190              
48191              caller() wasn't returning the right number of elements for
48192              eval {...}
48193      Branch: maint-5.6/perl
48194           !> pp_ctl.c t/pragma/warn/9enabled
48195 ____________________________________________________________________________
48196 [  7249] By: gsar                                  on 2000/10/16  02:37:02
48197         Log: integrate change#5913 from mainline
48198              
48199              pod nit: $yday range for localtime/gmtime is 0..364 not 1..365
48200              (from Mark-Jason Dominus)
48201      Branch: maint-5.6/perl
48202           !> pod/perlfunc.pod
48203 ____________________________________________________________________________
48204 [  7248] By: gsar                                  on 2000/10/16  02:35:58
48205         Log: integrate change#5912 from mainline
48206              
48207              fix totally broken caching in UNIVERSAL::isa() (from
48208              Nick Ing-Simmons)
48209      Branch: maint-5.6/perl
48210           !> t/op/universal.t universal.c
48211 ____________________________________________________________________________
48212 [  7247] By: gsar                                  on 2000/10/16  02:34:27
48213         Log: integrate changes#5910,5911 from mainline
48214              
48215              typo in pod
48216              
48217              add linebreak properties from unicode/LineBrk.txt (from
48218              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
48219      Branch: maint-5.6/perl
48220           +> (branch 29 files)
48221           !> ext/Thread/Thread.pm lib/unicode/mktables.PL
48222 ____________________________________________________________________________
48223 [  7246] By: gsar                                  on 2000/10/16  02:33:29
48224         Log: integrate change#5909 from mainline
48225              
48226              mode argument to do_binmode() should be file mode, not boolean
48227      Branch: maint-5.6/perl
48228           !> pp_sys.c
48229 ____________________________________________________________________________
48230 [  7245] By: gsar                                  on 2000/10/16  02:31:04
48231         Log: integrate change#5908 from mainline
48232              
48233              introduce illegal symbols into null package so that
48234              gv_fetchpv(...,TRUE) always returns a valid GV even when the
48235              symbol is trapped by strictures (avoids coredumps)
48236      Branch: maint-5.6/perl
48237           !> embedvar.h gv.c intrpvar.h perl.c perlapi.h
48238           !> t/pragma/strict-vars
48239 ____________________________________________________________________________
48240 [  7244] By: jhi                                   on 2000/10/16  02:29:54
48241         Log: Subject: $Carp::ExportLevel confusion in Exporter
48242              From: "Ben Tilly" <ben_tilly@hotmail.com>
48243              Date: Sat, 14 Oct 2000 16:44:34 EDT
48244              Message-ID: <LAW2-F258sQwY6YHkid00003788@hotmail.com>
48245      Branch: perl
48246            ! lib/Exporter/Heavy.pm
48247 ____________________________________________________________________________
48248 [  7243] By: jhi                                   on 2000/10/16  02:28:33
48249         Log: Subject: [PATCH perlguts.pod] Document offset hack
48250              From: Simon Cozens <simon@cozens.net>
48251              Message-ID: <20001014193225.A6568@pembro4.pmb.ox.ac.uk>
48252              Date: Sat, 14 Oct 2000 19:32:25 +0100
48253      Branch: perl
48254            ! pod/perlguts.pod
48255 ____________________________________________________________________________
48256 [  7242] By: gsar                                  on 2000/10/16  02:26:51
48257         Log: integrate changes#5905,5906,5907,6064 from mainline
48258              
48259              printf/sprintf didn't get quad types right under use64bitint
48260      Branch: maint-5.6/perl
48261           !> pp_sys.c sv.c t/op/64bitint.t
48262 ____________________________________________________________________________
48263 [  7241] By: jhi                                   on 2000/10/16  02:22:44
48264         Log: Subject: small pod patch
48265              From: Dan Boorstein <dan_boo@bellsouth.net>
48266              Date: Sat, 14 Oct 2000 14:29:24 -0400
48267              Message-ID: <39E8A604.B501DB4F@bellsouth.net>
48268      Branch: perl
48269            ! pod/perlfaq7.pod pod/perlmod.pod
48270 ____________________________________________________________________________
48271 [  7240] By: jhi                                   on 2000/10/16  02:13:46
48272         Log: -w cleanup.
48273              
48274              Subject: Re: Problems with bleadperl 
48275              From: "Stephen P. Potter" <spp@ds.net>
48276              Date: Fri, 13 Oct 2000 13:32:49 -0400
48277              Message-Id: <200010131732.NAA19391@spp.users.ds.net>
48278      Branch: perl
48279            ! t/pragma/overload.t
48280 ____________________________________________________________________________
48281 [  7239] By: jhi                                   on 2000/10/16  01:41:18
48282         Log: One more ~utf8 tweak.
48283      Branch: perl
48284            ! t/op/bop.t
48285 ____________________________________________________________________________
48286 [  7238] By: jhi                                   on 2000/10/16  01:34:14
48287         Log: Tweak the test of #7235.
48288      Branch: perl
48289            ! t/op/bop.t
48290 ____________________________________________________________________________
48291 [  7237] By: jhi                                   on 2000/10/16  01:25:04
48292         Log: Fix a couple of compiler-noted nits in #7235.
48293      Branch: perl
48294            ! pp.c
48295 ____________________________________________________________________________
48296 [  7236] By: jhi                                   on 2000/10/16  01:22:46
48297         Log: Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
48298      Branch: perl
48299            ! pp.c pp_hot.c
48300 ____________________________________________________________________________
48301 [  7235] By: jhi                                   on 2000/10/15  16:24:44
48302         Log: Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
48303              
48304              From: Simon Cozens <simon@cozens.net>
48305              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
48306              Date: Sat, 14 Oct 2000 20:52:13 +0100
48307              Message-ID: <20001014205213.A9645@pembro4.pmb.ox.ac.uk>
48308      Branch: perl
48309            ! pp.c t/op/bop.t utf8.h
48310 ____________________________________________________________________________
48311 [  7234] By: jhi                                   on 2000/10/15  15:19:29
48312         Log: split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
48313              The problem was that rx->minlen was in chars while pp_split()
48314              thought it would be in bytes. 
48315      Branch: perl
48316            ! pp.c t/pragma/utf8.t
48317 ____________________________________________________________________________
48318 [  7233] By: jhi                                   on 2000/10/14  20:24:24
48319         Log: Document FNCASE=y as discussed in the bug 20000902.009.
48320      Branch: perl
48321            ! README.dos
48322 ____________________________________________________________________________
48323 [  7232] By: jhi                                   on 2000/10/14  18:52:21
48324         Log: Add test for bug id 20000427.003 (which seems to have
48325              been fixed) (also duplicate as 20000427.004, though
48326              with a higher severity).  Move one utf8 from op/append
48327              to pragma/utf8, tag the tests with bug ids.
48328      Branch: perl
48329            ! t/op/append.t t/pragma/utf8.t
48330 ____________________________________________________________________________
48331 [  7231] By: jhi                                   on 2000/10/14  17:28:37
48332         Log: Test cases for bug id 20000323.056 (the bug seems to be fixed).
48333      Branch: perl
48334            ! t/pragma/utf8.t
48335 ____________________________________________________________________________
48336 [  7230] By: jhi                                   on 2000/10/14  14:24:50
48337         Log: Needs to be conditional on SunOS 4.
48338              
48339              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
48340              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
48341              Date: Sat, 14 Oct 2000 13:37:49 +0100
48342              Message-ID: <000101c035db$8ffb60a0$2614140a@bfs.phone.com>
48343      Branch: metaconfig/U/perl
48344            ! End.U
48345      Branch: perl
48346            ! Configure myconfig.SH pod/perldelta.pod
48347 ____________________________________________________________________________
48348 [  7229] By: jhi                                   on 2000/10/14  00:49:22
48349         Log: Update Changes.
48350      Branch: perl
48351            ! Changes patchlevel.h
48352 ____________________________________________________________________________
48353 [  7228] By: jhi                                   on 2000/10/14  00:46:10
48354         Log: Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
48355              From: Peter Prymmer <pvhp@forte.com>
48356              Date: Fri, 13 Oct 2000 15:59:56 -0700 (PDT)
48357              Message-ID: <Pine.OSF.4.10.10010131548260.133963-100000@aspara.forte.com>
48358      Branch: perl
48359            ! lib/utf8.pm
48360 ____________________________________________________________________________
48361 [  7227] By: jhi                                   on 2000/10/13  23:20:30
48362         Log: Make the test acknowledge that self-ties are disabled as #7213 said.
48363      Branch: perl
48364            ! t/op/tie.t
48365 ____________________________________________________________________________
48366 [  7226] By: jhi                                   on 2000/10/13  22:14:32
48367         Log: Tweak #7225.
48368              
48369              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
48370              From: Peter Prymmer <pvhp@forte.com>
48371              Date: Fri, 13 Oct 2000 14:44:49 -0700 (PDT)
48372              Message-ID: <Pine.OSF.4.10.10010131414410.133963-100000@aspara.forte.com>
48373      Branch: perl
48374            ! t/op/sprintf.t
48375 ____________________________________________________________________________
48376 [  7225] By: jhi                                   on 2000/10/13  22:11:31
48377         Log: op/sprintf.t patch for OS/390 (and any other host with limited
48378              floating-point exponent length)
48379              
48380              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
48381              From: Dominic Dunlop <domo@computer.org>
48382              Date: Fri, 13 Oct 2000 19:17:57 +0200
48383              Message-Id: <p04320400b60cf2a6a05c@[192.168.1.4]>
48384      Branch: perl
48385            ! t/op/sprintf.t
48386 ____________________________________________________________________________
48387 [  7224] By: jhi                                   on 2000/10/13  18:40:48
48388         Log: Allow @+ and @- to be doublequoted, from Simon Cozens. 
48389      Branch: perl
48390            ! toke.c
48391 ____________________________________________________________________________
48392 [  7223] By: jhi                                   on 2000/10/13  18:37:13
48393         Log: Thinko in #7222.
48394      Branch: perl
48395            ! utf8.c
48396 ____________________________________________________________________________
48397 [  7222] By: jhi                                   on 2000/10/13  18:05:23
48398         Log: Use UTF8SKIP(), from Simon Cozens.
48399      Branch: perl
48400            ! utf8.c
48401 ____________________________________________________________________________
48402 [  7221] By: jhi                                   on 2000/10/13  15:43:19
48403         Log: (accidentally empty check-in)
48404      Branch: perl
48405            ! utf8.c
48406 ____________________________________________________________________________
48407 [  7220] By: jhi                                   on 2000/10/13  15:23:51
48408         Log: Add (optimistically) Storable to static extensions.
48409      Branch: perl
48410            ! hints/uwin.sh hints/vmesa.sh
48411 ____________________________________________________________________________
48412 [  7219] By: jhi                                   on 2000/10/13  15:20:05
48413         Log: Amdahl UTS doesn't seem to do dynaloading.
48414      Branch: perl
48415            ! hints/uts.sh
48416 ____________________________________________________________________________
48417 [  7218] By: jhi                                   on 2000/10/13  15:15:20
48418         Log: Slight tweak of the code to appease Amdahl UTS cc.
48419      Branch: perl
48420            ! pp.c
48421 ____________________________________________________________________________
48422 [  7217] By: jhi                                   on 2000/10/13  14:50:42
48423         Log: In Amdahl UTS "struct sv" is defined by a system header,
48424              <ksync.h>.
48425      Branch: perl
48426            ! perl.h sv.h
48427 ____________________________________________________________________________
48428 [  7216] By: jhi                                   on 2000/10/13  11:58:25
48429         Log: Ilya implemented the memory profiling API.
48430      Branch: perl
48431            ! Todo
48432 ____________________________________________________________________________
48433 [  7215] By: jhi                                   on 2000/10/13  02:56:38
48434         Log: Subject: [PATCH 5.7.0] Perl API for mstats
48435              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48436              Date: Thu, 12 Oct 2000 22:52:40 -0400
48437              Message-ID: <20001012225240.A7113@monk.mps.ohio-state.edu>
48438      Branch: perl
48439            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
48440 ____________________________________________________________________________
48441 [  7214] By: jhi                                   on 2000/10/13  02:55:38
48442         Log: Subject: [PATCH 5.7.0] IVs in mtats
48443              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48444              Date: Thu, 12 Oct 2000 22:51:04 -0400
48445              Message-ID: <20001012225104.A7103@monk.mps.ohio-state.edu>
48446      Branch: perl
48447            ! malloc.c perl.h
48448 ____________________________________________________________________________
48449 [  7213] By: jhi                                   on 2000/10/13  02:31:47
48450         Log: Self-ties are unsupported currently, stopgap patch from Alan Burlison.
48451      Branch: perl
48452            ! pod/perldiag.pod pp_sys.c
48453 ____________________________________________________________________________
48454 [  7212] By: jhi                                   on 2000/10/13  01:27:38
48455         Log: Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
48456              From: Peter Prymmer <pvhp@forte.com>
48457              Date: Tue, 10 Oct 2000 10:26:07 -0700 (PDT)
48458              Message-ID: <Pine.OSF.4.10.10010101020180.441897-100000@aspara.forte.com>
48459      Branch: perl
48460            ! t/op/oct.t
48461 ____________________________________________________________________________
48462 [  7211] By: jhi                                   on 2000/10/13  00:35:09
48463         Log: Update Changes.
48464      Branch: perl
48465            ! Changes patchlevel.h
48466 ____________________________________________________________________________
48467 [  7210] By: jhi                                   on 2000/10/12  23:59:40
48468         Log: The Install.pm third of
48469              
48470              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
48471              From: Bill Campbell <bill@celestial.com>
48472              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
48473              Date: Thu, 5 Oct 2000 18:04:51 -0700
48474      Branch: perl
48475            ! lib/ExtUtils/Install.pm
48476 ____________________________________________________________________________
48477 [  7209] By: jhi                                   on 2000/10/12  23:58:43
48478         Log: Two thirds of
48479              
48480              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
48481              Date: Thu, 5 Oct 2000 18:04:51 -0700
48482              From: Bill Campbell <bill@celestial.com>
48483              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
48484              
48485              The Install.pm changes will be submitted separately because
48486              they need some work and discussion still.
48487      Branch: perl
48488            ! lib/getopts.pl lib/termcap.pl
48489 ____________________________________________________________________________
48490 [  7208] By: jhi                                   on 2000/10/12  23:41:19
48491         Log: Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
48492              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
48493              Date:     Thu, 12 Oct 2000 07:30:02 EDT
48494              Message-Id: <001012072828.2eabc@DUPHY4.Physics.Drexel.Edu>
48495      Branch: perl
48496            ! lib/File/Temp.pm t/lib/st-lock.t t/pod/find.t
48497            ! t/pod/testp2pt.pl vms/gen_shrfls.pl
48498 ____________________________________________________________________________
48499 [  7207] By: jhi                                   on 2000/10/12  23:39:01
48500         Log: An updated EBCDIC tr patch.
48501              
48502              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
48503              From: Peter Prymmer <pvhp@forte.com>
48504              Date: Wed, 11 Oct 2000 17:16:30 -0700 (PDT)
48505              Message-ID: <Pine.OSF.4.10.10010111707430.516446-100000@aspara.forte.com>
48506      Branch: perl
48507            ! t/op/tr.t
48508 ____________________________________________________________________________
48509 [  7206] By: jhi                                   on 2000/10/12  23:34:55
48510         Log: Upgrade to CPAN 1.58, from Andreas König.
48511      Branch: perl
48512            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
48513 ____________________________________________________________________________
48514 [  7205] By: jhi                                   on 2000/10/12  23:29:08
48515         Log: Introduce the man[24-8] variables, from Andy Dougherty.
48516      Branch: metaconfig/U/perl
48517            + mandirs.U mandirstyle.U
48518      Branch: perl
48519            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
48520            ! config_h.SH epoc/config.sh uconfig.h uconfig.sh vos/config.def
48521            ! vos/config.h vos/config.pl vos/config_h.SH_orig
48522            ! win32/config.bc win32/config.gc win32/config.vc
48523 ____________________________________________________________________________
48524 [  7204] By: gsar                                  on 2000/10/12  18:11:24
48525         Log: restore change#7202
48526      Branch: perl
48527            ! mg.c
48528 ____________________________________________________________________________
48529 [  7203] By: gsar                                  on 2000/10/12  18:09:40
48530         Log: another test of the Emergency Broadcast System--back out 
48531              change#7202
48532      Branch: perl
48533            ! mg.c
48534 ____________________________________________________________________________
48535 [  7202] By: gsar                                  on 2000/10/12  16:40:47
48536         Log: (submitted on behalf of Jarkko)
48537              Fix the lib/encode.t subtest 6 failure as reported by Andreas
48538              Koenig, gmagical substr() wasn't propagating UTF8ness.  The bug
48539              was unearthed by change 7182, as was a bug in HTML::Entities.
48540      Branch: perl
48541            ! mg.c
48542 ____________________________________________________________________________
48543 [  7201] By: jhi                                   on 2000/10/11  03:16:05
48544         Log: SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
48545      Branch: perl
48546            ! pp_hot.c t/pragma/utf8.t
48547 ____________________________________________________________________________
48548 [  7200] By: jhi                                   on 2000/10/11  00:40:30
48549         Log: The #7198 was a false alarm.
48550      Branch: perl
48551            ! pp_hot.c
48552 ____________________________________________________________________________
48553 [  7199] By: jhi                                   on 2000/10/11  00:26:04
48554         Log: Remove duplicated code.
48555      Branch: perl
48556            ! t/lib/cgi-html.t
48557 ____________________________________________________________________________
48558 [  7198] By: jhi                                   on 2000/10/10  23:30:46
48559         Log: (Retracted by #7200.)
48560      Branch: perl
48561            ! pp_hot.c
48562 ____________________________________________________________________________
48563 [  7197] By: jhi                                   on 2000/10/10  21:49:30
48564         Log: Add the test case for #7190, from the original bug report
48565              by Andreas König.
48566      Branch: perl
48567            ! t/pragma/utf8.t
48568 ____________________________________________________________________________
48569 [  7196] By: jhi                                   on 2000/10/10  21:40:49
48570         Log: Reapply Andy's patch and regen Configure.
48571      Branch: perl
48572            ! Configure INSTALL Makefile.SH Porting/Glossary
48573            ! Porting/config.sh config_h.SH epoc/config.sh installperl
48574            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
48575            ! win32/config.vc
48576 ____________________________________________________________________________
48577 [  7195] By: jhi                                   on 2000/10/10  21:09:30
48578         Log: Use the versiononly instead of the installscripts,
48579              retract the changes 7146 and 7147.
48580      Branch: perl
48581            ! Configure INSTALL Makefile.SH Porting/Glossary
48582            ! Porting/config.sh Porting/config_H config_h.SH epoc/config.sh
48583            ! installperl uconfig.sh vos/config.def win32/config.bc
48584            ! win32/config.gc win32/config.vc
48585 ____________________________________________________________________________
48586 [  7194] By: jhi                                   on 2000/10/10  21:06:15
48587         Log: Subject: [PATCH: perl@7181] ver.t v string tests for os/390
48588              From: Peter Prymmer <pvhp@forte.com>
48589              Date: Tue, 10 Oct 2000 13:24:18 -0700 (PDT)
48590              Message-ID: <Pine.OSF.4.10.10010101322510.441897-100000@aspara.forte.com>
48591      Branch: perl
48592            ! t/op/ver.t
48593 ____________________________________________________________________________
48594 [  7193] By: jhi                                   on 2000/10/10  21:05:12
48595         Log: Subject: [PATCH: perl@7181] op/tr tests on OS/390
48596              From: Peter Prymmer <pvhp@forte.com>
48597              Date: Tue, 10 Oct 2000 13:56:35 -0700 (PDT)
48598              Message-ID: <Pine.OSF.4.10.10010101355140.441897-100000@aspara.forte.com>
48599      Branch: perl
48600            ! t/op/tr.t
48601 ____________________________________________________________________________
48602 [  7192] By: jhi                                   on 2000/10/10  20:57:30
48603         Log: Add versiononly, delete installscripts, from Andy Dougherty.
48604      Branch: metaconfig
48605            - U/installdirs/installscripts.U
48606      Branch: metaconfig/U/perl
48607            + versiononly.U
48608 ____________________________________________________________________________
48609 [  7191] By: jhi                                   on 2000/10/10  19:41:21
48610         Log: Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
48611              From: Peter Prymmer <pvhp@forte.com>
48612              Date: Tue, 10 Oct 2000 12:35:57 -0700 (PDT)
48613              Message-ID: <Pine.OSF.4.10.10010101231390.441897-100000@aspara.forte.com>
48614      Branch: perl
48615            ! pod/perlebcdic.pod
48616 ____________________________________________________________________________
48617 [  7190] By: jhi                                   on 2000/10/10  19:26:14
48618         Log: Subject: Re: utf8 concat, mg_get
48619              From: Simon Cozens <simon@cozens.net>
48620              Date: Tue, 10 Oct 2000 17:40:17 +0100
48621              Message-ID: <20001010174017.A13130@pembro4.pmb.ox.ac.uk>
48622      Branch: perl
48623            ! pp_hot.c
48624 ____________________________________________________________________________
48625 [  7189] By: jhi                                   on 2000/10/10  19:23:03
48626         Log: Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
48627              From: jdb@dfwnet.sbms.sbc.com (J. David Blackstone)
48628              Date: Thu, 20 Jul 2000 13:31:22 -0500 (CDT)
48629              Message-Id: <200007201831.NAA05776@dfwnet1.dfwnet.sbms.sbc.com>
48630      Branch: perl
48631            ! lib/ExtUtils/MM_Unix.pm
48632 ____________________________________________________________________________
48633 [  7188] By: jhi                                   on 2000/10/10  15:31:24
48634         Log: Subject: RE: [ID 19990803.001] README.win32 suggestions 
48635              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
48636              Date: Fri, 14 Jul 2000 10:47:36 +0100
48637              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8224@UKRUX002.rundc.uk.origin-it.com>
48638      Branch: perl
48639            ! README.win32
48640 ____________________________________________________________________________
48641 [  7187] By: jhi                                   on 2000/10/10  13:30:10
48642         Log: Quote the temp file name, needed in Win32 because the
48643              default name unfortunately contains spaces, shouldn't
48644              hurt elsewhere.
48645              
48646              Subject: FW: perldoc fails if $TEMP contains spaces
48647              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
48648              Date: Thu, 14 Sep 2000 08:58:45 +0100
48649              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A82AA@UKRUX002.rundc.uk.origin-it.com>
48650      Branch: perl
48651            ! utils/perldoc.PL
48652 ____________________________________________________________________________
48653 [  7186] By: jhi                                   on 2000/10/10  13:16:27
48654         Log: Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
48655              From: hv@hugo.hybyte.com
48656              Date: Tue, 10 Oct 2000 14:10:20 +0100
48657              Message-Id: <200010101310.OAA00953@hugo.hybyte.com>
48658      Branch: perl
48659            ! t/lib/thr5005.t util.c
48660 ____________________________________________________________________________
48661 [  7185] By: jhi                                   on 2000/10/10  12:06:22
48662         Log: Upgrade to podlators 1.04, from Russ Allbery.
48663      Branch: perl
48664            ! lib/Pod/Man.pm lib/Pod/Text.pm
48665 ____________________________________________________________________________
48666 [  7184] By: jhi                                   on 2000/10/10  12:01:32
48667         Log: Upgrade to CGI.pm 2.74, from Lincoln Stein.
48668      Branch: perl
48669            ! lib/CGI.pm t/lib/cgi-form.t t/lib/cgi-html.t
48670 ____________________________________________________________________________
48671 [  7183] By: jhi                                   on 2000/10/09  23:47:15
48672         Log: Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
48673              From: Peter Prymmer <pvhp@forte.com>
48674              Message-ID: <Pine.OSF.4.10.10010091625290.260786-100000@aspara.forte.com>
48675              Date: Mon, 9 Oct 2000 16:30:44 -0700 (PDT)
48676      Branch: perl
48677            ! configure.com vms/descrip_mms.template vms/vms.c vms/vmsish.h
48678 ____________________________________________________________________________
48679 [  7182] By: jhi                                   on 2000/10/09  23:43:16
48680         Log: Make eq work again with utf8 (disabling the upgrading
48681              should no more be necessary since the copies of the
48682              scalars are upgraded, not the scalars themselves).
48683              Takes care of ID 20001009.001.  (The claimed length()
48684              bug in 20001009.001 seems bogus to me.)
48685      Branch: perl
48686            ! sv.c t/pragma/utf8.t
48687 ____________________________________________________________________________
48688 [  7181] By: gsar                                  on 2000/10/09  19:41:54
48689         Log: tweak for change#7173
48690      Branch: perl
48691            ! win32/win32sck.c
48692 ____________________________________________________________________________
48693 [  7180] By: gsar                                  on 2000/10/09  19:26:56
48694         Log: on Windows, clean targets might not work under some flavors of the shell
48695      Branch: perl
48696            ! win32/Makefile win32/makefile.mk
48697 ____________________________________________________________________________
48698 [  7179] By: jhi                                   on 2000/10/09  19:21:02
48699         Log: Update Changes.
48700      Branch: perl
48701            ! Changes patchlevel.h
48702 ____________________________________________________________________________
48703 [  7178] By: jhi                                   on 2000/10/09  19:18:23
48704         Log: Warn about unknown scripts.
48705              
48706              Subject: Re: ideas? patches? [PATCH bleadperl]
48707              From: Dominic Dunlop <domo@computer.org>
48708              Date: Mon, 9 Oct 2000 14:57:17 +0200
48709              Message-Id: <p04320400b6076a75b15f@[192.168.1.4]>
48710      Branch: perl
48711            ! lib/charnames.pm
48712 ____________________________________________________________________________
48713 [  7177] By: jhi                                   on 2000/10/09  19:13:27
48714         Log: Change #7160 had a nasty typo.
48715      Branch: metaconfig
48716            ! U/compline/Compile.U
48717      Branch: perl
48718            ! Configure config_h.SH
48719 ____________________________________________________________________________
48720 [  7176] By: gsar                                  on 2000/10/09  18:59:33
48721         Log: pod nit
48722      Branch: perl
48723            ! pod/perlport.pod
48724 ____________________________________________________________________________
48725 [  7175] By: gsar                                  on 2000/10/09  18:54:28
48726         Log: Windows9x doesn't support link(), despite what Config.pm
48727              might think
48728      Branch: perl
48729            ! lib/ExtUtils/Manifest.pm
48730 ____________________________________________________________________________
48731 [  7174] By: gsar                                  on 2000/10/09  18:50:03
48732         Log: avoid nonportable example code
48733      Branch: perl
48734            ! lib/File/Copy.pm
48735 ____________________________________________________________________________
48736 [  7173] By: gsar                                  on 2000/10/09  18:46:54
48737         Log: on Windows, avoid potential exception (could happen if MSVCRT isn't
48738              being used) when closing a socket handle
48739      Branch: perl
48740            ! win32/win32.c win32/win32.h win32/win32sck.c
48741 ____________________________________________________________________________
48742 [  7172] By: gsar                                  on 2000/10/09  18:41:40
48743         Log: on Windows, cwd strings in the environment should be of the
48744              form =X:=X:\foo instead of =X=X:\foo\
48745      Branch: perl
48746            ! win32/vdir.h
48747 ____________________________________________________________________________
48748 [  7171] By: gsar                                  on 2000/10/09  18:30:09
48749         Log: on Windows, LoadLibrary() could load an extension DLL multiple
48750              times if forward slashes are used in the path
48751      Branch: perl
48752            ! win32/win32.c
48753 ____________________________________________________________________________
48754 [  7170] By: jhi                                   on 2000/10/09  17:53:59
48755         Log: Add a todo note about overloadable assertions.
48756      Branch: perl
48757            ! Todo-5.6
48758 ____________________________________________________________________________
48759 [  7169] By: jhi                                   on 2000/10/09  13:43:45
48760         Log: Subject: PATCH 5.6 perldebguts grammar cleanup
48761              From: mjd@plover.com
48762              Date: 9 Oct 2000 00:24:44 -0000
48763              Message-ID: <20001009002444.10616.qmail@plover.com>
48764      Branch: perl
48765            ! pod/perldebguts.pod
48766 ____________________________________________________________________________
48767 [  7168] By: nick                                  on 2000/10/08  13:16:33
48768         Log: Tables assume network byte order for 16 bit forms, so 'S' packing
48769              is not right thing to do on (e.g. x86). Network order is also "right" for
48770              X fonts.
48771      Branch: perl
48772            ! ext/Encode/Encode.pm
48773 ____________________________________________________________________________
48774 [  7167] By: nick                                  on 2000/10/08  12:54:42
48775         Log: Make "encodings" work post-install when Encode/*.enc files may not
48776              be in same directory as Encode.pm
48777      Branch: perl
48778            ! ext/Encode/Encode.pm
48779 ____________________________________________________________________________
48780 [  7166] By: nick                                  on 2000/10/08  11:51:26
48781         Log: Work round the fact that $hash->{$key} does not take into account
48782              UTF8'ness of $key yet.  Thus fromUnicode needs to do $hash->{chr(ord($ch))}
48783              so that key is always in the "expected" encoding - i.e. same way we put
48784              it in the hash.
48785      Branch: perl
48786            ! ext/Encode/Encode.pm
48787 ____________________________________________________________________________
48788 [  7165] By: gsar                                  on 2000/10/08  04:15:29
48789         Log: save_re_context() could reset PL_curcop to freed memory, causing core
48790              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
48791      Branch: perl
48792            ! pp_ctl.c
48793 ____________________________________________________________________________
48794 [  7164] By: jhi                                   on 2000/10/06  20:51:48
48795         Log: UTF8ize split() so that the cloned substrings get the UTF8
48796              flag of the original scalar.  Problem reported by Simon Cozens.
48797      Branch: perl
48798            ! pp.c t/pragma/utf8.t
48799 ____________________________________________________________________________
48800 [  7163] By: nick                                  on 2000/10/06  20:48:34
48801         Log: Fix in change 7162 was too-late for case where we "upgraded" to PVIV and
48802              got a false +ve and so did not reach code which would have un-FAKEd the SV.
48803      Branch: perl
48804            ! sv.c
48805 ____________________________________________________________________________
48806 [  7162] By: nick                                  on 2000/10/06  20:25:37
48807         Log: Make sv_upgrade() undo READONLY|FAKE shared string hackery.
48808              To fix  (sort {$a <=> $b} keys %hash) in particular but
48809              should cover a number of other as-yet-unknown cases as well.
48810      Branch: perl
48811            ! sv.c
48812 ____________________________________________________________________________
48813 [  7161] By: jhi                                   on 2000/10/06  19:56:18
48814         Log: Change the version number of Tie::Handle in the core to 4.0,
48815              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
48816              
48817              Subject: Note on Tie::Handle
48818              From: andreas.koenig@anima.de (Andreas J. Koenig)
48819              Date:      06 Oct 2000 21:48:58 +0200
48820              Message-ID: <m3ya01kaxh.fsf@ak-71.mind.de>
48821      Branch: perl
48822            ! lib/Tie/Handle.pm
48823 ____________________________________________________________________________
48824 [  7160] By: jhi                                   on 2000/10/06  18:20:35
48825         Log: Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
48826              as the first option of cc/ld because of ultrapicky compilers
48827              (e.g. OS/390 R2.5)
48828      Branch: metaconfig
48829            + U/modified/d_getpgrp.U U/modified/d_setpgrp.U
48830            ! U/compline/Compile.U U/compline/Csym.U U/compline/ccflags.U
48831            ! U/compline/orderlib.U U/modified/Cppsym.U
48832            ! U/modified/d_access.U
48833      Branch: metaconfig/U/perl
48834            ! Checkcc.U d_dlsymun.U gccvers.U
48835      Branch: perl
48836            ! Configure config_h.SH
48837 ____________________________________________________________________________
48838 [  7159] By: jhi                                   on 2000/10/06  13:56:39
48839         Log: Update Changes.
48840      Branch: perl
48841            ! Changes patchlevel.h
48842 ____________________________________________________________________________
48843 [  7158] By: jhi                                   on 2000/10/06  12:48:40
48844         Log: Eliminate $Is_VMS code from the test.
48845              
48846              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
48847              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
48848              Message-Id: <001005074528.21621@DUPHY4.Physics.Drexel.Edu>
48849              Date:     Thu, 5 Oct 2000 07:46:33 EDT
48850      Branch: perl
48851            ! t/lib/b.t
48852 ____________________________________________________________________________
48853 [  7157] By: jhi                                   on 2000/10/06  12:47:13
48854         Log: Also the $ccflags is needed for the C compiler check.
48855              
48856              Subject: Configure (check for C-compiler)
48857              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
48858              Date: Fri, 06 Oct 2000 08:47:15 +0200
48859              Message-Id: <20001006084120.C52B.H.M.BRAND@hccnet.nl>
48860      Branch: metaconfig/U/perl
48861            ! Checkcc.U
48862      Branch: perl
48863            ! Configure config_h.SH
48864 ____________________________________________________________________________
48865 [  7156] By: jhi                                   on 2000/10/06  11:45:15
48866         Log: The HINT_BYTE patch is apparently unnecessary, retracted.
48867      Branch: perl
48868            ! perl.c pp_ctl.c sv.h utf8.c
48869 ____________________________________________________________________________
48870 [  7155] By: jhi                                   on 2000/10/06  11:40:41
48871         Log: IO::Handle->syswrite() did not handle length omission
48872              like CORE::syswrite() does.
48873              
48874              Subject: [Fwd] IO::Handle, syswrite and arguments
48875              From: Graham Barr <gbarr@pobox.com>
48876              Date: Fri, 6 Oct 2000 10:22:05 +0100
48877              Message-ID: <20001006102205.U6312@pobox.com>
48878              
48879              The original patch from andrew@ugh.net.au.
48880      Branch: perl
48881            ! ext/IO/lib/IO/Handle.pm
48882 ____________________________________________________________________________
48883 [  7154] By: jhi                                   on 2000/10/06  01:42:15
48884         Log: Tweak #7153.
48885      Branch: perl
48886            ! utf8.h
48887 ____________________________________________________________________________
48888 [  7153] By: jhi                                   on 2000/10/06  00:39:55
48889         Log: Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
48890      Branch: perl
48891            ! utf8.h
48892 ____________________________________________________________________________
48893 [  7152] By: jhi                                   on 2000/10/06  00:38:11
48894         Log: Patch from Peter Prymmer to disable utf8 in EBCDIC platforms.
48895      Branch: perl
48896            ! perl.c pp_ctl.c sv.h utf8.c
48897 ____________________________________________________________________________
48898 [  7151] By: jhi                                   on 2000/10/06  00:36:38
48899         Log: Subject: Re: Questions about Tie::Array and perl modules
48900              From: Nick Ing-Simmons <nik@tiuk.ti.com>
48901              Date: Thu, 5 Oct 2000 09:37:11 +0100 (BST)
48902              Message-Id: <200010050837.JAA00564@mikado.tiuk.ti.com>
48903              
48904              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
48905      Branch: perl
48906            ! lib/Tie/Array.pm t/op/array.t
48907 ____________________________________________________________________________
48908 [  7150] By: jhi                                   on 2000/10/05  00:20:45
48909         Log: Regen Changes.
48910      Branch: perl
48911            ! Changes patchlevel.h
48912 ____________________________________________________________________________
48913 [  7149] By: jhi                                   on 2000/10/05  00:20:01
48914         Log: Regen toc.
48915      Branch: perl
48916            ! pod/perltoc.pod
48917 ____________________________________________________________________________
48918 [  7148] By: jhi                                   on 2000/10/04  23:35:08
48919         Log: Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
48920              reported several times by Dominic Dunlop, for example in
48921              ID 20000315.008.  Patch from Dominic.  Patch affects at
48922              least MachTen, and possibly other oldish BSDs. Should not
48923              break non-broken platforms (tested on LinuxPPC). 
48924      Branch: perl
48925            ! doio.c
48926 ____________________________________________________________________________
48927 [  7147] By: jhi                                   on 2000/10/04  23:26:34
48928         Log: The one that got away from 7146.
48929      Branch: metaconfig
48930            + U/installdirs/installscripts.U
48931 ____________________________________________________________________________
48932 [  7146] By: jhi                                   on 2000/10/04  23:25:04
48933         Log: Enable disabling scripts installation by Configure -Uinstallscripts,
48934              suggested by H. Merijn Brand.
48935      Branch: perl
48936            ! Configure INSTALL Makefile.SH Porting/Glossary
48937            ! Porting/config.sh Porting/config_H epoc/config.sh installperl
48938            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
48939            ! win32/config.vc
48940 ____________________________________________________________________________
48941 [  7145] By: jhi                                   on 2000/10/04  22:08:21
48942         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
48943              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48944              Date: Wed, 4 Oct 2000 17:37:46 -0400
48945              Message-ID: <20001004173746.A26697@monk.mps.ohio-state.edu>
48946      Branch: perl
48947            ! utils/h2xs.PL
48948 ____________________________________________________________________________
48949 [  7144] By: jhi                                   on 2000/10/04  18:11:41
48950         Log: Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
48951              From: Jeff Pinyan <jeffp@crusoe.net>
48952              Date: Tue, 3 Oct 2000 16:35:42 -0400 (EDT)
48953              Message-ID: <Pine.GSO.4.21.0010031634530.14163-100000@crusoe.crusoe.net>
48954      Branch: perl
48955            ! pod/perlrun.pod
48956 ____________________________________________________________________________
48957 [  7143] By: jhi                                   on 2000/10/04  18:09:58
48958         Log: Subject: perlhack.pod Patch for Externals Tools
48959              From: Fisher Mark <fisherm@tce.com>
48960              Date: Tue, 3 Oct 2000 15:43:27 -0500 
48961              Message-ID: <B9B6874277EED211B1890008C707AF530505B180@indyexch3.indy.tce.com>
48962      Branch: perl
48963            ! pod/perlhack.pod
48964 ____________________________________________________________________________
48965 [  7142] By: jhi                                   on 2000/10/04  18:08:41
48966         Log: Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
48967              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
48968              Date:     Wed, 4 Oct 2000 12:11:11 EDT
48969              Message-Id: <001004120530.25cb5@DUPHY4.Physics.Drexel.Edu>
48970      Branch: perl
48971            ! vms/vms.c
48972 ____________________________________________________________________________
48973 [  7141] By: jhi                                   on 2000/10/04  12:20:16
48974         Log: Subject: [PATCH 5.7.0] h2xs not working
48975              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48976              Message-ID: <20001003214301.A22851@monk.mps.ohio-state.edu>
48977              Date: Tue, 3 Oct 2000 21:43:01 -0400
48978              
48979              Subject: [PATCH 5.7.0] h2xs not documenting the created module
48980              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48981              Date: Tue, 3 Oct 2000 22:55:19 -0400
48982              Message-ID: <20001003225519.A23360@monk.mps.ohio-state.edu>
48983      Branch: perl
48984            ! utils/h2xs.PL
48985 ____________________________________________________________________________
48986 [  7140] By: jhi                                   on 2000/10/04  11:53:44
48987         Log: Subject: [ID 20001004.003] installman "Ambiguous call resolved as CORE::"
48988              From: nick@babyhippo.com
48989              Date: Wed, 4 Oct 2000 12:06:45 +0100
48990              Message-Id: <20001004120645.A7356@babyhippo.com>
48991              
48992              Retract 7118 and 7135.
48993      Branch: perl
48994            ! installman installperl op.c t/pragma/subs.t
48995 ____________________________________________________________________________
48996 [  7139] By: jhi                                   on 2000/10/03  22:09:41
48997         Log: It is possible to have no hosts database at all.  Pointed out in
48998              
48999              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
49000              From: Peter Prymmer <pvhp@forte.com>
49001              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
49002              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
49003      Branch: metaconfig
49004            ! U/modified/myhostname.U
49005      Branch: perl
49006            ! Configure config_h.SH
49007 ____________________________________________________________________________
49008 [  7138] By: jhi                                   on 2000/10/03  21:49:49
49009         Log: Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
49010              From: Peter Prymmer <pvhp@forte.com>
49011              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
49012              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
49013      Branch: perl
49014            ! pp_sys.c
49015 ____________________________________________________________________________
49016 [  7137] By: jhi                                   on 2000/10/03  20:10:05
49017         Log: One remaining nit less at the VMS mailbox sizing.
49018      Branch: perl
49019            ! vms/vms.c
49020 ____________________________________________________________________________
49021 [  7136] By: jhi                                   on 2000/10/03  20:08:47
49022         Log: Test harness update to sync with the new perlcc,
49023              from Simon Cozens.
49024      Branch: perl
49025            ! t/TEST t/UTEST
49026 ____________________________________________________________________________
49027 [  7135] By: jhi                                   on 2000/10/03  15:15:42
49028         Log: Subject: Re: PATCH for 20001003.004
49029              Date: Tue, 3 Oct 2000 11:03:04 -0400 (EDT)
49030              From: "AARON B. DOSSETT" <aaron@iglou.com>
49031              Message-Id: <E13gTay-0006od-00@iglou.com>
49032      Branch: perl
49033            ! installman installperl
49034 ____________________________________________________________________________
49035 [  7134] By: jhi                                   on 2000/10/03  15:00:34
49036         Log: Subject: [ID 20001003.006] B::Debug not -w clean
49037              From: Nicholas Clark <nick@babyhippo.co.uk>
49038              Date: Tue, 03 Oct 2000 15:46:32 +0100
49039              Message-Id: <E13gTKy-0002R2-00@fruitbat.babyhippo.co.uk>
49040      Branch: perl
49041            ! ext/B/B/Debug.pm
49042 ____________________________________________________________________________
49043 [  7133] By: jhi                                   on 2000/10/03  14:58:39
49044         Log: Scale down the VMS message boxes, by Charles Lane.
49045              Fix for ID 20000903.009, workaround at
49046              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
49047      Branch: perl
49048            ! vms/vms.c
49049 ____________________________________________________________________________
49050 [  7132] By: jhi                                   on 2000/10/03  11:20:37
49051         Log: Upgrade to Storable 1.0.3, from Raphael Manfredi.
49052      Branch: perl
49053            + t/lib/st-lock.t t/lib/st-utf8.t
49054            ! MANIFEST ext/Storable/ChangeLog ext/Storable/Storable.pm
49055            ! ext/Storable/Storable.xs t/lib/st-recurse.t
49056 ____________________________________________________________________________
49057 [  7131] By: jhi                                   on 2000/10/03  03:38:23
49058         Log: Encode nits.
49059      Branch: perl
49060            ! MANIFEST Makefile.SH
49061 ____________________________________________________________________________
49062 [  7130] By: jhi                                   on 2000/10/03  03:31:05
49063         Log: Update Changes.
49064      Branch: perl
49065            ! Changes patchlevel.h
49066 ____________________________________________________________________________
49067 [  7129] By: jhi                                   on 2000/10/03  02:24:02
49068         Log: Misplaced else.
49069      Branch: metaconfig/U/perl
49070            ! d_strtoll.U
49071      Branch: perl
49072            ! Configure config_h.SH
49073 ____________________________________________________________________________
49074 [  7128] By: jhi                                   on 2000/10/03  02:08:29
49075         Log: Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
49076              From: sthoenna@efn.org
49077              Date: Fri, 15 Sep 2000 07:19:57 -0700 (PDT)
49078              Message-Id: <200009151419.e8FEJvE19796@garcia.efn.org>
49079      Branch: metaconfig/U/perl
49080            ! d_strtoll.U
49081      Branch: perl
49082            ! Configure config_h.SH hints/os2.sh os2/os2ish.h
49083 ____________________________________________________________________________
49084 [  7127] By: jhi                                   on 2000/10/03  01:13:14
49085         Log: Update Changes.
49086      Branch: perl
49087            ! Changes patchlevel.h
49088 ____________________________________________________________________________
49089 [  7126] By: jhi                                   on 2000/10/03  00:57:08
49090         Log: Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
49091              as suggested by Olaf Flebbe and Nick Clark.
49092      Branch: perl
49093            ! epoc/epocish.h perl.h sv.c unixish.h util.c vms/vmsish.h
49094 ____________________________________________________________________________
49095 [  7125] By: jhi                                   on 2000/10/03  00:50:56
49096         Log: Subject: [ID 20001002.001] Not OK: perl v5.7.0 +DEVEL7093 +...001 on i586-linux 2.2.16 (UNINSTALLED)
49097              From: Nick Clark <nick@plum.flirble.org>
49098              Date: Mon, 2 Oct 2000 11:03:24 +0100
49099              Message-Id: <20001002110324.D20073@plum.flirble.org>
49100              
49101              Also fixes bug ID 20001002.005.
49102      Branch: perl
49103            ! t/lib/encode.t
49104 ____________________________________________________________________________
49105 [  7124] By: jhi                                   on 2000/10/03  00:34:59
49106         Log: Subject: [PATCH 5.7.0] Epoc update
49107              From: Olaf Flebbe <o.flebbe@gmx.de>
49108              Date: Wed, 20 Sep 2000 23:16:26 +0200 (MEST)
49109              Message-ID: <26423.969484586@www10.gmx.net>
49110      Branch: perl
49111            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
49112            ! epoc/epoc_stubs.c epoc/epocish.h epoc/link.pl
49113            ! lib/AutoLoader.pm lib/Cwd.pm mg.c perl.c perl.h pp_sys.c sv.c
49114            ! util.c util.h
49115 ____________________________________________________________________________
49116 [  7123] By: jhi                                   on 2000/10/03  00:30:07
49117         Log: Regen headers.
49118      Branch: perl
49119            ! embed.h opcode.h pod/perlapi.pod pp.sym pp_proto.h
49120 ____________________________________________________________________________
49121 [  7122] By: jhi                                   on 2000/10/03  00:10:48
49122         Log: OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
49123      Branch: perl
49124            ! hints/openbsd.sh
49125 ____________________________________________________________________________
49126 [  7121] By: jhi                                   on 2000/10/03  00:05:06
49127         Log: Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
49128              From: <abigail@foad.org>
49129              Date: Tue, 26 Sep 2000 13:36:14 -0400
49130              Message-ID: <20000926173614.4356.qmail@foad.org>
49131      Branch: perl
49132            ! pod/perlop.pod
49133 ____________________________________________________________________________
49134 [  7120] By: jhi                                   on 2000/10/03  00:04:00
49135         Log: Inside require() $^S was always left undefined.
49136              
49137              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
49138              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
49139              Date: Wed, 27 Sep 2000 18:54:49 -0400
49140              Message-ID: <20000927185449.A24927@monk.mps.ohio-state.edu>
49141      Branch: perl
49142            ! cop.h mg.c pp_ctl.c util.c
49143 ____________________________________________________________________________
49144 [  7119] By: jhi                                   on 2000/10/03  00:00:16
49145         Log: Subject: [PATCH] DLL not restartabke with threaded perl
49146              From: "Dave Hartnoll" <Dave_Hartnoll@3b2.com>
49147              Date: Thu, 28 Sep 2000 09:20:46 +0100
49148              Message-ID: <002101c02925$00aa8d80$7e0aa8c0@3b2.com>
49149      Branch: perl
49150            ! perl.c
49151 ____________________________________________________________________________
49152 [  7118] By: jhi                                   on 2000/10/02  23:59:20
49153         Log: Subject: Re: [ID 20000828.017] bytecode fails with use subs;
49154              From: Nicholas Clark <nick@ccl4.org>
49155              Date: Thu, 28 Sep 2000 11:52:24 +0100
49156              Message-ID: <20000928115224.D7924@plum.flirble.org>
49157      Branch: perl
49158            ! op.c
49159 ____________________________________________________________________________
49160 [  7117] By: jhi                                   on 2000/10/02  23:57:51
49161         Log: Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
49162              From: Nicholas Clark <nick@babyhippo.co.uk>
49163              Date: Thu, 28 Sep 2000 12:18:10 +0100
49164              Message-Id: <E13ebha-0004IV-00@fruitbat.babyhippo.co.uk>
49165              
49166              Did not apply cleanly, manual intervention was needed.
49167      Branch: perl
49168            ! ext/B/B/Bytecode.pm utils/perlcc.PL
49169 ____________________________________________________________________________
49170 [  7116] By: jhi                                   on 2000/10/02  23:50:40
49171         Log: Document the issue (is not a syntax error, kind of)
49172              
49173              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
49174              From: Nicholas Clark <nick@ccl4.org>
49175              Date: Thu, 28 Sep 2000 17:12:42 +0100
49176              Message-ID: <20000928171242.K7924@plum.flirble.org>
49177      Branch: perl
49178            ! pod/perldata.pod
49179 ____________________________________________________________________________
49180 [  7115] By: jhi                                   on 2000/10/02  23:48:58
49181         Log: Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
49182              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
49183              Date: Thu, 28 Sep 2000 21:55:31 -0400
49184              Message-ID: <20000928215531.A4315@monk.mps.ohio-state.edu>
49185      Branch: perl
49186            ! regexec.c
49187 ____________________________________________________________________________
49188 [  7114] By: jhi                                   on 2000/10/02  23:47:57
49189         Log: Subject: DOC PATCH 5.6.0
49190              From: mjd@plover.com
49191              Date: 30 Sep 2000 06:02:34 -0000
49192              Message-ID: <20000930060234.4559.qmail@plover.com>
49193      Branch: perl
49194            ! pod/perldebguts.pod
49195 ____________________________________________________________________________
49196 [  7113] By: jhi                                   on 2000/10/02  23:46:43
49197         Log: SOCK_DGRAM and listen() do not mix as reported in
49198              
49199              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
49200              From: Petter Reinholdtsen <pere@hungry.com>
49201              Date: Sun, 1 Oct 2000 10:57:20 +0800
49202              Message-Id: <200010010257.KAA05735@localhost.localdomain>
49203              
49204              The patch for 5.7.0+ had to be reengineered, though.
49205      Branch: perl
49206            ! ext/IO/lib/IO/Socket/UNIX.pm
49207 ____________________________________________________________________________
49208 [  7112] By: jhi                                   on 2000/10/02  23:36:57
49209         Log: Subject: Re: [PATCH 5.005_64 missed]
49210              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
49211              Date: Sun, 1 Oct 2000 18:50:10 -0400
49212              Message-ID: <20001001185010.A14152@monk.mps.ohio-state.edu>
49213      Branch: perl
49214            ! pod/perlxs.pod
49215 ____________________________________________________________________________
49216 [  7111] By: jhi                                   on 2000/10/02  23:35:40
49217         Log: Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
49218              From: Radu Greab <radu@netsoft.ro>
49219              Date: Mon, 2 Oct 2000 22:03:44 +0300 (EEST)
49220              Message-ID: <14808.56336.594486.626712@busy.netsoft.ro>
49221      Branch: perl
49222            ! op.c opcode.pl t/op/substr.t
49223 ____________________________________________________________________________
49224 [  7110] By: jhi                                   on 2000/10/02  23:32:38
49225         Log: Subject: [PATCH] Fix aliasing of tied filehandles
49226              From: Daniel Chetlin <daniel@chetlin.com>
49227              Date: Mon, 2 Oct 2000 14:53:27 -0700
49228              Message-ID: <20001002145327.C1617@ilmd>
49229      Branch: perl
49230            ! perl.h pp_hot.c t/op/tiehandle.t
49231 ____________________________________________________________________________
49232 [  7109] By: jhi                                   on 2000/10/02  23:31:30
49233         Log: s/Robin Parker/Robin Barker/
49234      Branch: perl
49235            ! Changes5.6
49236 ____________________________________________________________________________
49237 [  7108] By: jhi                                   on 2000/10/02  23:15:46
49238         Log: Retract #7091 as suggested in
49239              
49240              From: Robin Barker <rmb1@cise.npl.co.uk> 
49241              Subject: [PATCH-R]  was Re: SuSE's gcc-2.95.2 and //depot/perl
49242              Date: Fri, 29 Sep 2000 13:10:22 +0100 (BST)
49243              Message-Id: <200009291210.NAA17098@tempest.npl.co.uk>
49244      Branch: perl
49245            ! embed.pl proto.h
49246 ____________________________________________________________________________
49247 [  7107] By: nick                                  on 2000/10/02  18:23:14
49248         Log: A few tweaks to get Tk803 to work with Encode scheme.
49249      Branch: perl
49250            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
49251 ____________________________________________________________________________
49252 [  7106] By: nick                                  on 2000/10/01  21:34:14
49253         Log: Add checking cases to Encode's toUnicode and fromUnicode.
49254      Branch: perl
49255            ! ext/Encode/Encode.pm
49256 ____________________________________________________________________________
49257 [  7105] By: nick                                  on 2000/10/01  17:18:01
49258         Log: Add encoding tables from tcl8.3.2 and perl code in Encode.pm
49259              To read and use them.
49260              Add a lib/encode.t which checks a few things.
49261      Branch: perl
49262            + ext/Encode/Encode/ascii.enc ext/Encode/Encode/big5.enc
49263            + ext/Encode/Encode/cp1250.enc ext/Encode/Encode/cp1251.enc
49264            + ext/Encode/Encode/cp1252.enc ext/Encode/Encode/cp1253.enc
49265            + ext/Encode/Encode/cp1254.enc ext/Encode/Encode/cp1255.enc
49266            + ext/Encode/Encode/cp1256.enc ext/Encode/Encode/cp1257.enc
49267            + ext/Encode/Encode/cp1258.enc ext/Encode/Encode/cp437.enc
49268            + ext/Encode/Encode/cp737.enc ext/Encode/Encode/cp775.enc
49269            + ext/Encode/Encode/cp850.enc ext/Encode/Encode/cp852.enc
49270            + ext/Encode/Encode/cp855.enc ext/Encode/Encode/cp857.enc
49271            + ext/Encode/Encode/cp860.enc ext/Encode/Encode/cp861.enc
49272            + ext/Encode/Encode/cp862.enc ext/Encode/Encode/cp863.enc
49273            + ext/Encode/Encode/cp864.enc ext/Encode/Encode/cp865.enc
49274            + ext/Encode/Encode/cp866.enc ext/Encode/Encode/cp869.enc
49275            + ext/Encode/Encode/cp874.enc ext/Encode/Encode/cp932.enc
49276            + ext/Encode/Encode/cp936.enc ext/Encode/Encode/cp949.enc
49277            + ext/Encode/Encode/cp950.enc ext/Encode/Encode/dingbats.enc
49278            + ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/euc-jp.enc
49279            + ext/Encode/Encode/euc-kr.enc ext/Encode/Encode/gb12345.enc
49280            + ext/Encode/Encode/gb1988.enc ext/Encode/Encode/gb2312.enc
49281            + ext/Encode/Encode/iso2022-jp.enc
49282            + ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
49283            + ext/Encode/Encode/iso8859-1.enc
49284            + ext/Encode/Encode/iso8859-2.enc
49285            + ext/Encode/Encode/iso8859-3.enc
49286            + ext/Encode/Encode/iso8859-4.enc
49287            + ext/Encode/Encode/iso8859-5.enc
49288            + ext/Encode/Encode/iso8859-6.enc
49289            + ext/Encode/Encode/iso8859-7.enc
49290            + ext/Encode/Encode/iso8859-8.enc
49291            + ext/Encode/Encode/iso8859-9.enc ext/Encode/Encode/jis0201.enc
49292            + ext/Encode/Encode/jis0208.enc ext/Encode/Encode/jis0212.enc
49293            + ext/Encode/Encode/koi8-r.enc ext/Encode/Encode/ksc5601.enc
49294            + ext/Encode/Encode/macCentEuro.enc
49295            + ext/Encode/Encode/macCroatian.enc
49296            + ext/Encode/Encode/macCyrillic.enc
49297            + ext/Encode/Encode/macDingbats.enc
49298            + ext/Encode/Encode/macGreek.enc
49299            + ext/Encode/Encode/macIceland.enc
49300            + ext/Encode/Encode/macJapan.enc ext/Encode/Encode/macRoman.enc
49301            + ext/Encode/Encode/macRomania.enc ext/Encode/Encode/macThai.enc
49302            + ext/Encode/Encode/macTurkish.enc
49303            + ext/Encode/Encode/macUkraine.enc
49304            + ext/Encode/Encode/shiftjis.enc ext/Encode/Encode/symbol.enc
49305            + t/lib/encode.t
49306            ! MANIFEST ext/Encode/Encode.pm
49307 ____________________________________________________________________________
49308 [  7104] By: nick                                  on 2000/09/30  13:04:30
49309         Log: Subject: [PATCH@blead] Fix some recursion in overload.pm
49310              From: Daniel Chetlin <daniel@chetlin.com>
49311              Date: Mon, 18 Sep 2000 05:05:40 -0700
49312              Message-Id: <20000918050540.C652@ilmd>
49313      Branch: perl
49314            ! lib/overload.pm sv.c t/pragma/overload.t
49315 ____________________________________________________________________________
49316 [  7103] By: nick                                  on 2000/09/30  12:53:36
49317         Log: Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
49318              From: Johan Vromans <jvromans@squirrel.nl>
49319              Date: Sun, 17 Sep 2000 19:46:05 +0200 (CEST)
49320              Message-Id: <14789.861.376723.870640@phoenix.squirrel.nl>
49321      Branch: perl
49322            ! pod/Makefile.SH
49323 ____________________________________________________________________________
49324 [  7102] By: nick                                  on 2000/09/30  12:52:31
49325         Log: Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
49326              From: Spider Boardman <spider@Orb.Nashua.NH.US>
49327              Date: Sat, 16 Sep 2000 16:36:45 -0400
49328              Message-Id: <200009162036.QAA11694@Orb.Nashua.NH.US>
49329      Branch: perl
49330            ! ext/B/B/Deparse.pm
49331 ____________________________________________________________________________
49332 [  7101] By: nick                                  on 2000/09/30  12:51:41
49333         Log: Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
49334              From: Craig A. Berry <craig.berry@psinetcs.com>
49335              Date: Sat, 16 Sep 2000 10:11:10 -0500
49336              Message-Id: <4.3.2.7.2.20000916010548.01ce1b60@exchi01>
49337      Branch: perl
49338            ! vms/vms.c
49339 ____________________________________________________________________________
49340 [  7100] By: nick                                  on 2000/09/30  12:50:33
49341         Log: Subject: Re: unicode support and perl [ID 20000901.097]
49342              From: Spider Boardman <spider@Orb.Nashua.NH.US>
49343              Date: Fri, 15 Sep 2000 16:37:58 -0400
49344              Message-Id: <200009152037.QAA19056@Orb.Nashua.NH.US>
49345      Branch: perl
49346            ! t/op/append.t
49347 ____________________________________________________________________________
49348 [  7099] By: nick                                  on 2000/09/30  12:49:35
49349         Log: Subject: Re: unicode support and perl [ID 20000901.097]
49350              From: Spider Boardman <spider@Orb.Nashua.NH.US>
49351              Date: Fri, 15 Sep 2000 16:25:30 -0400
49352              Message-Id: <200009152025.QAA18540@Orb.Nashua.NH.US>
49353      Branch: perl
49354            ! pp_hot.c
49355 ____________________________________________________________________________
49356 [  7098] By: nick                                  on 2000/09/30  12:48:00
49357         Log: Subject: Re: Trapping by opmask sets strange parser state [PATCH]
49358              From: Gisle Aas <gisle@ActiveState.com>
49359              Date: 15 Sep 2000 16:23:41 +0200
49360              Message-Id: <m3aed9ybrm.fsf@eik.g.aas.no>
49361      Branch: perl
49362            ! toke.c
49363 ____________________________________________________________________________
49364 [  7097] By: nick                                  on 2000/09/30  12:45:16
49365         Log: Subject: [PATCH] Nits in perlmod.pod
49366              From: Daniel Chetlin <daniel@chetlin.com>
49367              Date: Fri, 15 Sep 2000 02:04:09 -0700
49368              Message-Id: <20000915020409.A2104@ilmd>
49369      Branch: perl
49370            ! pod/perlmod.pod
49371 ____________________________________________________________________________
49372 [  7096] By: nick                                  on 2000/09/30  12:18:00
49373         Log: Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
49374              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
49375              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
49376              0 to checking to get the warning.
49377      Branch: perl
49378            ! doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
49379            ! perlapi.c pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c
49380            ! regexec.c sv.c toke.c utf8.c
49381 ____________________________________________________________________________
49382 [  7095] By: nick                                  on 2000/09/15  16:55:59
49383         Log: Mutliplicity & ithreads fix for sv.c/Encode.xs
49384              
49385              Subject: [ID 20000915.004] Not OK: perl v5.7.1 +devel-7094 on alpha-dec_osf-thread-multi 4.0f (UNINSTALLED)
49386              From: Spider Boardman <spider@Orb.Nashua.NH.US>
49387              Message-Id: <200009151037.GAA07447@Orb.Nashua.NH.US>
49388              Date: Fri, 15 Sep 2000 06:37:30 -0400
49389      Branch: perl
49390            ! ext/Encode/Encode.xs sv.c
49391 ____________________________________________________________________________
49392 [  7094] By: jhi                                   on 2000/09/15  03:23:32
49393         Log: Update Changes.
49394      Branch: perl
49395            ! Changes patchlevel.h
49396 ____________________________________________________________________________
49397 [  7093] By: jhi                                   on 2000/09/15  03:11:44
49398         Log: Fix for the charnames.t failures from Spider Boardman.
49399      Branch: perl
49400            ! toke.c
49401 ____________________________________________________________________________
49402 [  7092] By: jhi                                   on 2000/09/15  00:15:48
49403         Log: Botched the #7090 check-in.
49404      Branch: perl
49405            ! sv.c
49406 ____________________________________________________________________________
49407 [  7091] By: jhi                                   on 2000/09/14  23:33:24
49408         Log: Part of #7081 didn't come through.
49409      Branch: perl
49410            ! embed.pl proto.h
49411 ____________________________________________________________________________
49412 [  7090] By: jhi                                   on 2000/09/14  23:17:39
49413         Log: Subject: Re: perl@7078 
49414              From: Spider Boardman <spider@web.zk3.dec.com>
49415              Date: Thu, 14 Sep 2000 19:06:36 -0400
49416              Message-Id: <200009142306.TAA20082@leggy.zk3.dec.com>
49417      Branch: perl
49418            ! sv.c toke.c
49419 ____________________________________________________________________________
49420 [  7089] By: jhi                                   on 2000/09/14  23:11:21
49421         Log: Small portability tweaks.
49422      Branch: perl
49423            ! ext/Encode/Encode.xs
49424 ____________________________________________________________________________
49425 [  7088] By: jhi                                   on 2000/09/14  22:57:23
49426         Log: Fake return to pacify picky compilers.
49427      Branch: perl
49428            ! ext/Encode/Encode.xs
49429 ____________________________________________________________________________
49430 [  7087] By: jhi                                   on 2000/09/14  22:53:37
49431         Log: Subject: [PATCH] utf8.c apidoc
49432              From: Simon Cozens <simon@cozens.net>
49433              Date: Thu, 14 Sep 2000 23:46:57 +0100
49434              Message-ID: <20000914234657.A13953@deep-dark-truthful-mirror.perlhacker.org>
49435      Branch: perl
49436            ! perlapi.c pod/perlapi.pod utf8.c
49437 ____________________________________________________________________________
49438 [  7086] By: jhi                                   on 2000/09/14  22:40:38
49439         Log: We don't need to count the high bit bytes, a boolean is enough. 
49440      Branch: perl
49441            ! sv.c
49442 ____________________________________________________________________________
49443 [  7085] By: jhi                                   on 2000/09/14  21:20:09
49444         Log: Replace #7084 with
49445              
49446              Subject: Re: perl@7078 
49447              From: Spider Boardman <spider@web.zk3.dec.com>
49448              Date: Thu, 14 Sep 2000 17:09:36 -0400
49449              Message-Id: <200009142109.RAA03425@leggy.zk3.dec.com>
49450      Branch: perl
49451            ! sv.c utf8.c
49452 ____________________________________________________________________________
49453 [  7084] By: jhi                                   on 2000/09/14  20:03:34
49454         Log: UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
49455              convertable to bytes by checking it doesn't go above 0xc3
49456              
49457              Subject: Re: perl@7078
49458              From: Simon Cozens <simon@cozens.net>
49459              Date: Thu, 14 Sep 2000 20:59:19 +0100
49460              Message-ID: <20000914205919.A11098@deep-dark-truthful-mirror.perlhacker.org>
49461      Branch: perl
49462            ! utf8.c
49463 ____________________________________________________________________________
49464 [  7083] By: jhi                                   on 2000/09/14  19:38:47
49465         Log: Subject: Re: perl@7078
49466              From: Simon Cozens <simon@cozens.net>
49467              Date: Thu, 14 Sep 2000 20:13:09 +0100
49468              Message-ID: <20000914201309.A10640@deep-dark-truthful-mirror.perlhacker.org>
49469      Branch: perl
49470            ! t/op/bop.t
49471 ____________________________________________________________________________
49472 [  7082] By: jhi                                   on 2000/09/14  17:50:44
49473         Log: The one that got away.
49474      Branch: perl
49475            ! lib/File/Find.pm
49476 ____________________________________________________________________________
49477 [  7081] By: jhi                                   on 2000/09/14  17:45:35
49478         Log: Subject: [PATCH perl-5.7.0] continued -Wformat support
49479              From: Robin Barker <rmb1@cise.npl.co.uk>
49480              Message-Id: <200009141707.SAA13276@tempest.npl.co.uk>
49481              Date: Thu, 14 Sep 2000 18:07:38 +0100 (BST)
49482      Branch: perl
49483            ! Porting/pumpkin.pod embed.pl ext/ByteLoader/bytecode.h
49484            ! ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_dlopen.xs
49485            ! ext/Storable/Storable.xs malloc.c perl.c perl.h pp.c proto.h
49486            ! regcomp.c toke.c universal.c
49487 ____________________________________________________________________________
49488 [  7080] By: jhi                                   on 2000/09/14  17:40:35
49489         Log: Problems picked up by AIX cc.
49490              
49491              Subject: Re: perl@7078 (patch included)
49492              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
49493              Date: Thu, 14 Sep 2000 18:53:30 +0200
49494              Message-Id: <20000914182304.7017.H.M.BRAND@hccnet.nl>
49495      Branch: perl
49496            ! ext/Encode/Encode.xs
49497 ____________________________________________________________________________
49498 [  7079] By: jhi                                   on 2000/09/14  17:38:27
49499         Log: Subject: File::Find 5.7.0 POD nits
49500              From: Rich Morin <rdm@cfcl.com>
49501              Date: Wed, 13 Sep 2000 22:03:58 -0700
49502              Message-Id: <v042208a0b5e60b3149be@w205.z205158144.scl-ca.dsl.cnc.net>
49503      Branch: perl
49504            ! lib/File/Find.pm
49505 ____________________________________________________________________________
49506 [  7078] By: jhi                                   on 2000/09/14  14:58:20
49507         Log: Update Changes.
49508      Branch: perl
49509            ! Changes patchlevel.h
49510 ____________________________________________________________________________
49511 [  7077] By: jhi                                   on 2000/09/14  14:55:54
49512         Log: Compilation warnings and an error.
49513      Branch: perl
49514            ! sv.c
49515 ____________________________________________________________________________
49516 [  7076] By: jhi                                   on 2000/09/14  14:42:56
49517         Log: Fix for a parsing bug, not for the original bug.
49518              
49519              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
49520              From: Spider Boardman <spider@web.zk3.dec.com>
49521              Date: Wed, 13 Sep 2000 17:52:20 -0400
49522              Message-Id: <200009132152.RAA24029@leggy.zk3.dec.com>
49523      Branch: perl
49524            ! regcomp.c
49525 ____________________________________________________________________________
49526 [  7075] By: jhi                                   on 2000/09/14  14:40:40
49527         Log: Batch of UTF-8 patches from Simon Cozens.
49528      Branch: perl
49529            ! doop.c embed.h embed.pl ext/Encode/Encode.xs handy.h op.c
49530            ! pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c
49531            ! toke.c utf8.c
49532 ____________________________________________________________________________
49533 [  7074] By: jhi                                   on 2000/09/14  14:29:58
49534         Log: Subject: Re: Two advertising clauses need to be removed
49535              From: Russ Allbery <rra@stanford.edu>
49536              Date: 13 Sep 2000 18:50:26 -0700
49537              Message-ID: <ylwvgfvj19.fsf@windlord.stanford.edu>
49538      Branch: perl
49539            ! ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
49540 ____________________________________________________________________________
49541 [  7073] By: jhi                                   on 2000/09/14  14:28:20
49542         Log: Subject: [PATCH] de-wall t/README
49543              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
49544              Date: Wed, 13 Sep 2000 17:46:55 -0700
49545              Message-ID: <//Bw5gzkge/e092yn@efn.org>
49546      Branch: perl
49547            ! t/README
49548 ____________________________________________________________________________
49549 [  7072] By: jhi                                   on 2000/09/14  14:25:10
49550         Log: Hints optimization.
49551              
49552              Subject: Minor nit
49553              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
49554              Date: Wed, 13 Sep 2000 21:42:07 +0200
49555              Message-Id: <20000913214116.1D38.H.M.BRAND@hccnet.nl>
49556      Branch: perl
49557            ! hints/hpux.sh
49558 ____________________________________________________________________________
49559 [  7071] By: jhi                                   on 2000/09/14  14:23:30
49560         Log: Allow chop() and chomp() to be overridden.
49561              
49562              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
49563              From: "Casey R. Tweten" <crt@kiski.net>
49564              Date: Wed, 13 Sep 2000 12:41:31 -0400 (EDT)
49565              Message-ID: <Pine.OSF.4.21.0009131154120.6661-100000@home.kiski.net>
49566      Branch: perl
49567            ! toke.c
49568 ____________________________________________________________________________
49569 [  7070] By: jhi                                   on 2000/09/14  14:20:36
49570         Log: The return value of setlocale must be copied away.
49571              
49572              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
49573              From: Alan Burlison <Alan.Burlison@uk.sun.com>
49574              Date: Wed, 13 Sep 2000 16:27:37 +0100 
49575              Message-Id: <39BF9CE9.3D7FBBDD@uk.sun.com>
49576      Branch: perl
49577            ! util.c
49578 ____________________________________________________________________________
49579 [  7069] By: jhi                                   on 2000/09/14  14:16:27
49580         Log: Remove vestiges of tr//CU.
49581              
49582              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
49583              From: Nick Clark <nick@plum.flirble.org>
49584              Date: Tue, 12 Sep 2000 22:50:14 +0100
49585              Message-Id: <E13YxwU-000DDQ-00@plum.flirble.org>
49586              
49587              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
49588              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
49589              Date: Tue, 12 Sep 2000 21:38:48 -0700
49590              Message-ID: <YTwv5gzkgmfL092yn@efn.org>
49591      Branch: perl
49592            ! op.h pod/perlunicode.pod
49593 ____________________________________________________________________________
49594 [  7068] By: jhi                                   on 2000/09/13  14:18:39
49595         Log: Add the Encode extension.  The code is still largely just skeleton.
49596      Branch: perl
49597            + ext/Encode/Encode.pm ext/Encode/Encode.xs
49598            + ext/Encode/Makefile.PL ext/Encode/Todo
49599            ! MANIFEST Todo-5.6
49600 ____________________________________________________________________________
49601 [  7067] By: jhi                                   on 2000/09/12  17:43:33
49602         Log: Allow for whitespace between "#" and "line" in cpp output.
49603              
49604              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
49605              From: Calle Dybedahl <calle@lysator.liu.se>
49606              Date: 12 Sep 2000 19:38:02 +0200 
49607              Message-ID: <867l8hy0hx.fsf_-_@tezcatlipoca.algonet.se>
49608      Branch: perl
49609            ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
49610 ____________________________________________________________________________
49611 [  7066] By: gsar                                  on 2000/09/12  17:24:29
49612         Log: change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
49613              initialization in all the threads on Windows
49614      Branch: perl
49615            ! win32/win32.c
49616 ____________________________________________________________________________
49617 [  7065] By: jhi                                   on 2000/09/12  15:11:31
49618         Log: Update Changes.
49619      Branch: perl
49620            ! Changes patchlevel.h
49621 ____________________________________________________________________________
49622 [  7064] By: jhi                                   on 2000/09/12  14:54:54
49623         Log: Retract #7062, the pod tests are not ready.
49624      Branch: perl
49625            ! t/TEST t/harness
49626 ____________________________________________________________________________
49627 [  7063] By: jhi                                   on 2000/09/12  14:25:41
49628         Log: The #7054 truncated Configure badly.
49629      Branch: metaconfig/U/perl
49630            ! End.U
49631      Branch: perl
49632            ! Configure config_h.SH
49633 ____________________________________________________________________________
49634 [  7062] By: jhi                                   on 2000/09/12  14:08:32
49635         Log: Subject: [ID 20000911.009] t/pod/*.t tests not run by harness or make test
49636              From: sthoenna@efn.org
49637              Date: Mon, 11 Sep 2000 17:56:47 -0700 (PDT)
49638              Message-Id: <200009120056.e8C0ulZ21635@garcia.efn.org>
49639      Branch: perl
49640            ! t/TEST t/harness
49641 ____________________________________________________________________________
49642 [  7061] By: jhi                                   on 2000/09/12  14:07:18
49643         Log: Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
49644              From: sthoenna@efn.org
49645              Date: Mon, 11 Sep 2000 22:07:21 -0700 (PDT)
49646              Message-Id: <200009120507.e8C57LA02461@garcia.efn.org>
49647      Branch: perl
49648            ! pod/perlxs.pod
49649 ____________________________________________________________________________
49650 [  7060] By: jhi                                   on 2000/09/12  14:06:08
49651         Log: Break up the myconfig lines a bit.
49652              
49653              Subject: perlbug/perl -V output format
49654              From: sthoenna@efn.org
49655              Date: Tue, 12 Sep 2000 00:04:11 -0700 (PDT)
49656              Message-Id: <200009120704.e8C74BX10562@garcia.efn.org>
49657      Branch: perl
49658            ! myconfig.SH
49659 ____________________________________________________________________________
49660 [  7059] By: jhi                                   on 2000/09/12  14:05:04
49661         Log: Test for the #7049.
49662              
49663              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
49664              From: andreas.koenig@anima.de (Andreas J. Koenig)
49665              Date: 12 Sep 2000 06:42:01 +0200
49666              Message-ID: <m3k8cigr1i.fsf@ak-71.mind.de>
49667      Branch: perl
49668            ! t/op/my.t
49669 ____________________________________________________________________________
49670 [  7058] By: jhi                                   on 2000/09/12  14:03:05
49671         Log: Subject: [patch: perl@7045] vms updates
49672              From: Peter Prymmer <pvhp@forte.com>
49673              Date: Mon, 11 Sep 2000 18:41:48 -0700 (PDT)
49674              Message-ID: <Pine.OSF.4.10.10009111840030.339348-100000@aspara.forte.com>
49675      Branch: perl
49676            ! configure.com lib/ExtUtils/MM_VMS.pm vms/descrip_mms.template
49677 ____________________________________________________________________________
49678 [  7057] By: jhi                                   on 2000/09/12  14:00:51
49679         Log: Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
49680              From: sthoenna@efn.org
49681              Date: Mon, 11 Sep 2000 16:28:13 -0700 (PDT)
49682              Message-Id: <200009112328.e8BNSD616812@garcia.efn.org>
49683      Branch: perl
49684            ! t/op/64bitint.t
49685 ____________________________________________________________________________
49686 [  7056] By: jhi                                   on 2000/09/12  13:58:14
49687         Log: Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
49688              From: Jeff Pinyan <jeffp@crusoe.net>
49689              Date: Sun, 10 Sep 2000 12:01:21 -0400 (EDT)
49690              Message-ID: <Pine.GSO.4.21.0009101200190.12441-100000@crusoe.crusoe.net>
49691      Branch: perl
49692            ! pod/perlfunc.pod
49693 ____________________________________________________________________________
49694 [  7055] By: jhi                                   on 2000/09/12  13:56:32
49695         Log: Do in VMS as the #7054 does.
49696      Branch: perl
49697            ! configure.com
49698 ____________________________________________________________________________
49699 [  7054] By: jhi                                   on 2000/09/12  13:50:31
49700         Log: Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
49701              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
49702              Date: Mon, 11 Sep 2000 08:33:09 +0100
49703              Message-ID: <000e01c01bc2$88b2d2c0$0e14140a@bfs.phone.com>
49704      Branch: metaconfig/U/perl
49705            ! End.U
49706      Branch: perl
49707            ! Configure Makefile.SH config_h.SH lib/ExtUtils/Embed.pm
49708            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
49709 ____________________________________________________________________________
49710 [  7053] By: jhi                                   on 2000/09/12  13:29:19
49711         Log: Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
49712              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
49713              Date:     Tue, 12 Sep 2000 08:35:59 EDT
49714              Message-Id: <000912081130.13ca9@DUPHY4.Physics.Drexel.Edu>
49715      Branch: perl
49716            ! vms/test.com
49717 ____________________________________________________________________________
49718 [  7052] By: jhi                                   on 2000/09/11  23:01:50
49719         Log: Document the SvUTF8*().
49720      Branch: perl
49721            ! pod/perlapi.pod sv.h
49722 ____________________________________________________________________________
49723 [  7051] By: gsar                                  on 2000/09/11  14:46:30
49724         Log: C<@a = @b = split(...)> optimization coredumps under ithreads
49725              (missed a spot when fixing up op_pmreplroot hack for ithreads)
49726      Branch: perl
49727            ! op.c t/op/split.t
49728 ____________________________________________________________________________
49729 [  7050] By: nick                                  on 2000/09/11  10:03:51
49730         Log: Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
49731              
49732              Subject: borland C++ win32.c tweak
49733              From: Vadim Konovalov <vkonovalov@lucent.com>
49734              Message-ID: <402099F49BEED211999700805FC7359F6FB379@ru0028exch01.spb.lucent.com>
49735              Date: Mon, 11 Sep 2000 11:22:33 +0400
49736      Branch: perl
49737            ! win32/win32.c
49738 ____________________________________________________________________________
49739 [  7049] By: nick                                  on 2000/09/11  09:57:33
49740         Log: Point fix for s/// on foreach (keys %xxx).
49741      Branch: perl
49742            ! pp_hot.c
49743 ____________________________________________________________________________
49744 [  7048] By: jhi                                   on 2000/09/10  23:37:09
49745         Log: Silence t/pod/*.t about alternate quote-mappings now implemented
49746              by Pod::Text, from Brad Appleton.
49747      Branch: perl
49748            ! t/pod/testp2pt.pl
49749 ____________________________________________________________________________
49750 [  7047] By: jhi                                   on 2000/09/10  14:32:53
49751         Log: Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
49752              by Russ Allbery.
49753      Branch: perl
49754            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL pod/pod2text.PL
49755 ____________________________________________________________________________
49756 [  7046] By: jhi                                   on 2000/09/10  14:15:08
49757         Log: Upgrade to CPAN 1.57_65, from Andreas König.
49758      Branch: perl
49759            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
49760 ____________________________________________________________________________
49761 [  7045] By: jhi                                   on 2000/09/08  21:36:32
49762         Log: Update Changes.
49763      Branch: perl
49764            ! Changes patchlevel.h
49765 ____________________________________________________________________________
49766 [  7044] By: jhi                                   on 2000/09/08  21:29:56
49767         Log: Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
49768              From: Peter Prymmer <pvhp@forte.com>
49769              Date: Fri, 8 Sep 2000 13:33:27 -0700 (PDT)
49770              Message-ID: <Pine.OSF.4.10.10009081331420.132461-100000@aspara.forte.com>
49771      Branch: perl
49772            ! configure.com
49773 ____________________________________________________________________________
49774 [  7043] By: jhi                                   on 2000/09/08  21:27:50
49775         Log: Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
49776              From: Peter Prymmer <pvhp@forte.com>
49777              Date: Fri, 8 Sep 2000 11:02:19 -0700 (PDT)
49778              Message-ID: <Pine.OSF.4.10.10009081054340.132461-100000@aspara.forte.com>
49779      Branch: perl
49780            ! Makefile.SH installperl
49781 ____________________________________________________________________________
49782 [  7042] By: jhi                                   on 2000/09/08  21:23:21
49783         Log: Continue #7041.
49784      Branch: perl
49785            ! cygwin/Makefile.SHs os2/Makefile.SHs
49786 ____________________________________________________________________________
49787 [  7041] By: jhi                                   on 2000/09/08  21:18:10
49788         Log: Do away with memory models cruft.  Sorry, PDP users.
49789      Branch: metaconfig
49790            ! U/modified/cc.U U/modified/libpth.U
49791      Branch: perl
49792            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
49793            ! Porting/config_H cflags.SH config_h.SH configure.com
49794            ! epoc/config.sh hints/mint.sh hints/titanos.sh hints/vmesa.sh
49795            ! lib/ExtUtils/MM_Unix.pm win32/config.bc win32/config.gc
49796            ! win32/config.vc x2p/Makefile.SH x2p/cflags.SH
49797 ____________________________________________________________________________
49798 [  7040] By: jhi                                   on 2000/09/08  14:34:18
49799         Log: Major rewrite of s2p.  And I mean really major, it is
49800              an implementation of sed in perl.  If called as s2p it
49801              will function as s2p.  Note: needs non-UNIXifying.
49802              
49803              Subject: s2p
49804              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
49805              Date: Mon, 28 Aug 2000 14:05:12 +0200
49806              Message-ID: <39AA5578.2102E2AA@alcatel.at>
49807      Branch: perl
49808            ! x2p/s2p.PL
49809 ____________________________________________________________________________
49810 [  7039] By: jhi                                   on 2000/09/08  14:19:49
49811         Log: Re-allow vec() for characters > 255.
49812              
49813              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
49814              From: Spider Boardman <spider@web.zk3.dec.com>
49815              Date: Fri, 08 Sep 2000 02:21:02 -0400
49816              Message-Id: <200009080621.CAA03409@leggy.zk3.dec.com>
49817      Branch: perl
49818            ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
49819            ! t/op/vec.t
49820 ____________________________________________________________________________
49821 [  7038] By: jhi                                   on 2000/09/08  14:14:18
49822         Log: Subject: [PATCH lib/Benchmark.pm]
49823              From: <abigail@foad.org>
49824              Date: Thu, 7 Sep 2000 15:03:20 -0400
49825              Message-ID: <20000907190320.888.qmail@foad.org>
49826      Branch: perl
49827            ! lib/Benchmark.pm
49828 ____________________________________________________________________________
49829 [  7037] By: jhi                                   on 2000/09/08  14:11:06
49830         Log: Optimizing hash keys into shared strings doesn't work with ithreads.
49831              
49832              Subject: Re: [ID 20000907.008] Not OK: v5.7.0 on alpha-dec_osf-thread-multi    
49833              From: Spider Boardman <spider@web.zk3.dec.com>
49834              Date: Fri, 08 Sep 2000 01:30:27 -0400
49835              Message-Id: <200009080530.BAA10498@leggy.zk3.dec.com>
49836      Branch: perl
49837            ! op.c
49838 ____________________________________________________________________________
49839 [  7036] By: jhi                                   on 2000/09/08  14:08:58
49840         Log: Subject: [ID 20000908.002] perlipc documentation bug.
49841              From: Major Sébastien <sebastien.major@crdp.ac-caen.fr>
49842              Date: Fri, 08 Sep 2000 12:38:32 +0200
49843              Message-Id: <39B8C1A8.3DC36E6D@crdp.ac-caen.fr>
49844      Branch: perl
49845            ! pod/perlipc.pod
49846 ____________________________________________________________________________
49847 [  7035] By: jhi                                   on 2000/09/08  14:03:12
49848         Log: Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
49849              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
49850              Date: Fri, 08 Sep 2000 11:47:34 +0200
49851              Message-Id: <20000908111426.FBDB.H.M.BRAND@hccnet.nl>
49852      Branch: perl
49853            ! hints/dec_osf.sh
49854 ____________________________________________________________________________
49855 [  7034] By: jhi                                   on 2000/09/08  13:59:35
49856         Log: Subject: Re: [ID 20000906.004] segfault with bad perl statement
49857              From: Simon Cozens <simon@cozens.net>
49858              Date: Thu, 7 Sep 2000 20:40:38 +0100
49859              Message-ID: <20000907204038.A15650@deep-dark-truthful-mirror.perlhacker.org>
49860      Branch: perl
49861            ! pp_hot.c
49862 ____________________________________________________________________________
49863 [  7033] By: jhi                                   on 2000/09/08  04:03:03
49864         Log: Subject: [ID 20000904.008] Tiny fix for perldiag
49865              From: "Larry W. Virden" <lvirden@cas.org>
49866              Date: Mon, 4 Sep 2000 18:45:44 -0400 (EDT)
49867              Message-Id: <200009042245.SAA22916@lwv26awu.cas.org>
49868      Branch: perl
49869            ! pod/perldiag.pod
49870 ____________________________________________________________________________
49871 [  7032] By: jhi                                   on 2000/09/07  22:18:30
49872         Log: Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
49873              From: Peter Scott <Peter.J.Scott@jpl.nasa.gov>
49874              Date: Mon, 04 Sep 2000 13:16:38 -0700
49875              Message-Id: <4.3.2.7.2.20000904130939.00adae90@mail2a.jpl.nasa.gov>
49876      Branch: perl
49877            ! lib/perl5db.pl
49878 ____________________________________________________________________________
49879 [  7031] By: jhi                                   on 2000/09/07  22:02:29
49880         Log: Fix the ccversion detection for 5.1 and beyond.
49881              
49882              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
49883              From: Spider Boardman <spider@leggy.zk3.dec.com>
49884              Date: Thu, 7 Sep 2000 17:54:27 -0400
49885              Message-Id: <200009072154.RAA14747@leggy.zk3.dec.com>
49886      Branch: perl
49887            ! hints/dec_osf.sh
49888 ____________________________________________________________________________
49889 [  7030] By: jhi                                   on 2000/09/07  19:12:28
49890         Log: Fix for
49891              
49892              Subject: [ID 20000903.001] \w in utf8-strings
49893              From: Marc Lehmann <pcg@goof.com>
49894              Date: Sun, 03 Sep 2000 09:44:29 +0200
49895              Message-Id: <E13VUS5-0000cv-00.pgcc-forever-2000-09-03-09-44-29@fuji>
49896              
49897              and various related nits.
49898      Branch: perl
49899            ! lib/unicode/mktables.PL regcomp.h regexec.c utf8.c
49900 ____________________________________________________________________________
49901 [  7029] By: jhi                                   on 2000/09/07  18:49:09
49902         Log: Fix the URL, but the server is still missing in action.
49903              
49904              Subject: [ID 20000905.002] perlfaq1.pod URL error
49905              From: "Larry W. Virden" <lvirden@cas.org>
49906              Date: Tue, 5 Sep 2000 08:24:40 -0400 (EDT)
49907              Message-Id: <200009051224.IAA11226@lwv26awu.cas.org>
49908      Branch: perl
49909            ! pod/perlfaq1.pod
49910 ____________________________________________________________________________
49911 [  7028] By: jhi                                   on 2000/09/07  18:47:13
49912         Log: Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
49913              From: Hugo <hv@crypt.compulink.co.uk>
49914              Date: Tue, 05 Sep 2000 14:13:37 +0100
49915              Message-Id: <200009051313.OAA24507@crypt.compulink.co.uk>
49916      Branch: perl
49917            ! toke.c
49918 ____________________________________________________________________________
49919 [  7027] By: jhi                                   on 2000/09/07  18:45:35
49920         Log: Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
49921              From: Daniel Chetlin <daniel@chetlin.com>
49922              Date: Tue, 5 Sep 2000 04:57:07 -0700
49923              Message-ID: <20000905045707.A8620@ilmd.chetlin.org>
49924      Branch: perl
49925            ! pod/perlfaq6.pod pod/perlop.pod
49926 ____________________________________________________________________________
49927 [  7026] By: jhi                                   on 2000/09/07  18:44:01
49928         Log: Document the new ref() semantics.
49929              
49930              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
49931              From: Gisle Aas <gisle@ActiveState.com>
49932              Date: 05 Sep 2000 08:10:30 +0200
49933              Message-ID: <m3vgwb8j3d.fsf@eik.g.aas.no>
49934      Branch: perl
49935            ! pod/perldelta.pod
49936 ____________________________________________________________________________
49937 [  7025] By: jhi                                   on 2000/09/07  18:42:27
49938         Log: Make Data::Dumper (non-XS) to work with changed semantics of ref().
49939              
49940              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
49941              From: Gisle Aas <gisle@ActiveState.com>
49942              Date: 05 Sep 2000 08:11:40 +0200
49943              Message-ID: <m3snrf8j1f.fsf@eik.g.aas.no>
49944      Branch: perl
49945            ! ext/Data/Dumper/Dumper.pm t/lib/dumper.t
49946 ____________________________________________________________________________
49947 [  7024] By: jhi                                   on 2000/09/07  18:39:32
49948         Log: Subject: [PATCH] Modernize Opcode.pm documentation
49949              From: Gisle Aas <gisle@ActiveState.com>
49950              Date: 4 Sep 2000 00:18:55 -0000
49951              Message-ID: <20000904001855.26128.qmail@eik.g.aas.no>
49952      Branch: perl
49953            ! ext/Opcode/Opcode.pm
49954 ____________________________________________________________________________
49955 [  7023] By: jhi                                   on 2000/09/07  18:37:42
49956         Log: Subject: [PATCH] Tied filehandle documentation
49957              From: Gisle Aas <gisle@ActiveState.com>
49958              Date: 4 Sep 2000 00:14:40 -0000
49959              Message-ID: <20000904001440.26084.qmail@eik.g.aas.no>
49960      Branch: perl
49961            ! pod/perlfunc.pod pod/perltie.pod
49962 ____________________________________________________________________________
49963 [  7022] By: jhi                                   on 2000/09/07  18:35:37
49964         Log: Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
49965              From: Gisle Aas <gisle@ActiveState.com>
49966              Date: 4 Sep 2000 00:04:22 -0000
49967              Message-ID: <20000904000422.26002.qmail@eik.g.aas.no>
49968      Branch: perl
49969            ! lib/Tie/Handle.pm t/lib/tie-stdhandle.t
49970 ____________________________________________________________________________
49971 [  7021] By: jhi                                   on 2000/09/07  18:33:22
49972         Log: Subject: small apidoc fix
49973              From: Marc Lehmann <pcg@goof.com>
49974              Date: Sun, 3 Sep 2000 05:12:06 +0200
49975              Message-ID: <20000903051206.A5909@cerebro.laendle>
49976      Branch: perl
49977            ! pod/perlapi.pod utf8.c
49978 ____________________________________________________________________________
49979 [  7020] By: jhi                                   on 2000/09/07  16:14:57
49980         Log: Tiny perldelta nits.
49981      Branch: perl
49982            ! pod/perldelta.pod
49983 ____________________________________________________________________________
49984 [  7019] By: jhi                                   on 2000/09/07  16:04:20
49985         Log: Guard against bad string->int conversion for quads.
49986      Branch: perl
49987            ! t/op/64bitint.t
49988 ____________________________________________________________________________
49989 [  7018] By: jhi                                   on 2000/09/06  17:07:03
49990         Log: Update Unicode todo list.
49991      Branch: perl
49992            ! Todo-5.6
49993 ____________________________________________________________________________
49994 [  7017] By: jhi                                   on 2000/09/05  21:16:01
49995         Log: Document the SvIOK_.*UV().
49996      Branch: perl
49997            ! pod/perlapi.pod sv.h
49998 ____________________________________________________________________________
49999 [  7016] By: nick                                  on 2000/09/03  21:54:46
50000         Log: Hash lookup of constant strings optimization:
50001              Introduce SvREADONLY && SvFAKE to flag an SV which has SvPVX pointing
50002              to string table (as per sharepvn). Add newSV_pvn_share to create such
50003              a thing. Make hv.c compare addresses of strings and skip string compare
50004              if equal. Make method_named and helem ops use these shared-string SVs
50005              when arg is constant. Make keys op return shared-string SVs (less clearly
50006              a win).
50007      Branch: perl
50008            ! embed.h embed.pl embedvar.h global.sym hv.c objXSUB.h op.c
50009            ! opcode.h opnames.h perlapi.c perlapi.h pod/perlapi.pod
50010            ! pod/perlintern.pod pp_hot.c proto.h sv.c
50011 ____________________________________________________________________________
50012 [  7015] By: jhi                                   on 2000/09/02  17:48:59
50013         Log: This is 5.7.0.
50014      Branch: perl
50015            ! Changes
50016 ____________________________________________________________________________
50017 [  7014] By: jhi                                   on 2000/09/02  17:35:45
50018         Log: Changes and patchlevel tweaks.
50019      Branch: perl
50020            ! Changes patchlevel.h
50021 ____________________________________________________________________________
50022 [  7013] By: jhi                                   on 2000/09/02  17:30:50
50023         Log: Update Changes.
50024      Branch: perl
50025            ! Changes patchlevel.h
50026 ____________________________________________________________________________
50027 [  7012] By: nick                                  on 2000/09/02  17:25:20
50028         Log: More %{} and other deref special casing - do not pass to 'nomethod'.
50029      Branch: perl
50030            ! gv.c lib/overload.pm
50031 ____________________________________________________________________________
50032 [  7011] By: jhi                                   on 2000/09/02  17:16:25
50033         Log: Update perlhist.
50034      Branch: perl
50035            ! pod/perlhist.pod
50036 ____________________________________________________________________________
50037 [  7010] By: jhi                                   on 2000/09/02  17:01:35
50038         Log: perldelta nits.
50039      Branch: perl
50040            ! pod/perldelta.pod
50041 ____________________________________________________________________________
50042 [  7009] By: nick                                  on 2000/09/02  16:48:35
50043         Log: If overloaded %{} etc. return the object do not loop.
50044              Thus  sub deref { $_[0] } functions if object is wanted type.
50045      Branch: perl
50046            ! pp.h
50047 ____________________________________________________________________________
50048 [  7008] By: jhi                                   on 2000/09/02  16:26:11
50049         Log: Retab MANIFEST.
50050      Branch: perl
50051            ! ext/Storable/MANIFEST
50052 ____________________________________________________________________________
50053 [  7007] By: jhi                                   on 2000/09/02  16:23:02
50054         Log: Make certain cc is set before trying to run it.
50055      Branch: perl
50056            ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
50057 ____________________________________________________________________________
50058 [  7006] By: jhi                                   on 2000/09/02  15:45:41
50059         Log: Unicode notes.
50060      Branch: perl
50061            ! pod/perldelta.pod
50062 ____________________________________________________________________________
50063 [  7005] By: jhi                                   on 2000/09/02  15:42:11
50064         Log: Various Configure nits by Philip Newton,
50065              plus the ebcdic one by me.
50066      Branch: metaconfig
50067            + U/modified/pager.U
50068            ! U/ebcdic/ebcdic.U U/modified/Finish.U U/modified/Guess.U
50069      Branch: metaconfig/U/perl
50070            ! Devel.U quadfio.U
50071      Branch: perl
50072            ! Configure config_h.SH
50073 ____________________________________________________________________________
50074 [  7004] By: jhi                                   on 2000/09/02  15:06:14
50075         Log: Apparently avoiding the swapping is too costly.
50076              
50077              From: "Ben Tilly" <ben_tilly@hotmail.com>
50078              Subject: Re: the door is closed.
50079              Date: Fri, 01 Sep 2000 20:23:16 EDT
50080              Message-ID: <LAW2-F2963JkUwWpSWe00000904@hotmail.com>
50081      Branch: perl
50082            ! pod/perlfaq4.pod
50083 ____________________________________________________________________________
50084 [  7003] By: nick                                  on 2000/09/02  12:26:04
50085         Log: Undo part of change 6489 which looks like a bulk edit which
50086              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
50087              The supressing of main:: on return from select() is undesirable.
50088      Branch: perl
50089            ! pp_sys.c
50090 ____________________________________________________________________________
50091 [  7002] By: jhi                                   on 2000/09/01  23:08:54
50092         Log: Update Changes.
50093      Branch: perl
50094            ! Changes patchlevel.h
50095 ____________________________________________________________________________
50096 [  7001] By: jhi                                   on 2000/09/01  23:00:13
50097         Log: Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
50098              From: Peter Prymmer <pvhp@forte.com>
50099              Date: Fri, 1 Sep 2000 15:50:57 -0700 (PDT)
50100              Message-ID: <Pine.OSF.4.10.10009011542550.147696-100000@aspara.forte.com>
50101              
50102              plus rework the http: spots as suggested by Tom Christiansen,
50103              plus regen perltoc.
50104      Branch: perl
50105            ! README.os2 pod/perl56delta.pod pod/perlebcdic.pod
50106            ! pod/perlguts.pod pod/perltoc.pod pod/perlxs.pod
50107 ____________________________________________________________________________
50108 [  7000] By: jhi                                   on 2000/09/01  22:36:01
50109         Log: Only the first line, thank you very much.
50110      Branch: perl
50111            ! hints/solaris_2.sh
50112 ____________________________________________________________________________
50113 [  6999] By: gsar                                  on 2000/09/01  22:16:40
50114         Log: change#6791 accidentally clobbered change#6710, put it back
50115      Branch: perl
50116            ! win32/win32.c
50117 ____________________________________________________________________________
50118 [  6998] By: jhi                                   on 2000/09/01  22:14:16
50119         Log: Mention the HP-UX LP64 freak failure.
50120      Branch: perl
50121            ! pod/perldelta.pod
50122 ____________________________________________________________________________
50123 [  6997] By: jhi                                   on 2000/09/01  21:48:32
50124         Log: Detypo.
50125      Branch: perl
50126            ! hints/hpux.sh
50127 ____________________________________________________________________________
50128 [  6996] By: jhi                                   on 2000/09/01  21:27:10
50129         Log: Update Changes.
50130      Branch: perl
50131            ! Changes patchlevel.h
50132 ____________________________________________________________________________
50133 [  6995] By: jhi                                   on 2000/09/01  21:14:24
50134         Log: Mi splgn s gnin.g
50135      Branch: perl
50136            ! pp_ctl.c
50137 ____________________________________________________________________________
50138 [  6994] By: jhi                                   on 2000/09/01  21:09:54
50139         Log: Subject: http:// in L<>
50140              From: Nicholas Clark <nick@ccl4.org>
50141              Date: Fri, 1 Sep 2000 22:03:21 +0100
50142              Message-ID: <20000901220321.B72074@plum.flirble.org>
50143      Branch: perl
50144            ! README.os2 pod/perl56delta.pod pod/perlxs.pod
50145 ____________________________________________________________________________
50146 [  6993] By: jhi                                   on 2000/09/01  21:06:54
50147         Log: Update to Storable 1.0, from Raphael Manfredi.
50148      Branch: perl
50149            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
50150            ! ext/Storable/Makefile.PL ext/Storable/README
50151            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
50152            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
50153            ! t/lib/st-dclone.t t/lib/st-dump.pl t/lib/st-forgive.t
50154            ! t/lib/st-freeze.t t/lib/st-overload.t t/lib/st-recurse.t
50155            ! t/lib/st-retrieve.t t/lib/st-store.t t/lib/st-tied.t
50156            ! t/lib/st-tiedhook.t t/lib/st-tieditems.t
50157 ____________________________________________________________________________
50158 [  6992] By: jhi                                   on 2000/09/01  20:43:05
50159         Log: Mention known sfio+linux buglet.
50160      Branch: perl
50161            ! pod/perldelta.pod
50162 ____________________________________________________________________________
50163 [  6991] By: jhi                                   on 2000/09/01  20:40:11
50164         Log: Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
50165              From: Peter Prymmer <pvhp@forte.com>
50166              Date: Fri, 1 Sep 2000 12:03:38 -0700 (PDT)
50167              Message-ID: <Pine.OSF.4.10.10009011140240.147696-100000@aspara.forte.com>
50168      Branch: perl
50169            ! vms/vms.c
50170 ____________________________________________________________________________
50171 [  6990] By: jhi                                   on 2000/09/01  20:25:26
50172         Log: Retract #6986.
50173      Branch: perl
50174            ! hints/solaris_2.sh
50175 ____________________________________________________________________________
50176 [  6989] By: jhi                                   on 2000/09/01  20:23:00
50177         Log: Mergesort is back.
50178      Branch: perl
50179            ! pod/perldelta.pod pod/perltoc.pod pp_ctl.c
50180 ____________________________________________________________________________
50181 [  6988] By: jhi                                   on 2000/09/01  19:37:40
50182         Log: Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
50183              From: Mike Guy <mjtg@cam.ac.uk>
50184              Date: Fri, 01 Sep 2000 17:43:33 +0100
50185              Message-Id: <E13Utuf-0004Bw-00@draco.cus.cam.ac.uk>
50186      Branch: perl
50187            ! doop.c embed.pl perlapi.c pod/perlapi.pod pod/perldiag.pod
50188            ! pod/perlfunc.pod proto.h t/op/vec.t utf8.c
50189 ____________________________________________________________________________
50190 [  6987] By: jhi                                   on 2000/09/01  19:17:10
50191         Log: Regen perltoc.
50192      Branch: perl
50193            ! pod/perltoc.pod
50194 ____________________________________________________________________________
50195 [  6986] By: jhi                                   on 2000/09/01  18:51:10
50196         Log: Subject: Re: Solaris x86 has no SPARC libraries!
50197              From: Lupe Christoph <lupe@lupe-christoph.de>
50198              Date: Fri, 1 Sep 2000 20:41:20 +0200
50199              Message-ID: <20000901204120.P13547@alanya.lupe-christoph.de>
50200      Branch: perl
50201            ! hints/solaris_2.sh
50202 ____________________________________________________________________________
50203 [  6985] By: jhi                                   on 2000/09/01  18:28:10
50204         Log: Update Changes.
50205      Branch: perl
50206            ! Changes patchlevel.h
50207 ____________________________________________________________________________
50208 [  6984] By: jhi                                   on 2000/09/01  18:26:53
50209         Log: Feature ordering tweak.
50210      Branch: perl
50211            ! myconfig.SH
50212 ____________________________________________________________________________
50213 [  6983] By: jhi                                   on 2000/09/01  18:19:50
50214         Log: Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
50215              From: <abigail@foad.org>
50216              Date: Fri, 1 Sep 2000 13:07:32 -0400
50217              Message-ID: <20000901170732.18249.qmail@foad.org>
50218      Branch: perl
50219            ! t/pragma/overload.t
50220 ____________________________________________________________________________
50221 [  6982] By: jhi                                   on 2000/09/01  18:17:54
50222         Log: Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
50223              so that case-ignoring systems like DCL can tell them from
50224              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
50225      Branch: metaconfig/U/perl
50226            ! Checkcc.U gccvers.U longdblfio.U perlxvf.U quadfio.U
50227      Branch: perl
50228            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
50229            ! config_h.SH configure.com epoc/config.sh hints/aix.sh
50230            ! hints/dec_osf.sh hints/hpux.sh hints/irix_6.sh
50231            ! hints/solaris_2.sh myconfig.SH uconfig.h uconfig.sh
50232            ! vos/config.def vos/config.h vos/config_h.SH_orig
50233            ! win32/config.bc win32/config.gc win32/config.vc
50234 ____________________________________________________________________________
50235 [  6981] By: nick                                  on 2000/09/01  17:21:57
50236         Log: Document UNTIE. Also tweak implementation to suppress the 'inner references'
50237              warning when UNTIE exists and instead pass the cound of extra references to
50238              the UNTIE method.
50239      Branch: perl
50240            ! pod/perltie.pod pp_sys.c
50241 ____________________________________________________________________________
50242 [  6980] By: jhi                                   on 2000/09/01  16:54:44
50243         Log: Subject: [PATCH: 6948] add SCNfldbl to configure.com
50244              From: Peter Prymmer <pvhp@forte.com>
50245              Date: Thu, 31 Aug 2000 18:47:18 -0700 (PDT)
50246              Message-ID: <Pine.OSF.4.10.10008311811060.91659-100000@aspara.forte.com>
50247      Branch: perl
50248            ! configure.com
50249 ____________________________________________________________________________
50250 [  6979] By: jhi                                   on 2000/09/01  16:06:20
50251         Log: Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
50252              From: Mike Guy <mjtg@cam.ac.uk> 
50253              Date: Fri, 01 Sep 2000 16:49:27 +0100
50254              Message-Id: <E13Ut4J-0002sd-00@draco.cus.cam.ac.uk>  
50255      Branch: perl
50256            ! t/base/rs.t
50257 ____________________________________________________________________________
50258 [  6978] By: jhi                                   on 2000/09/01  16:00:42
50259         Log: Update to PodParser 1.18, from Brad Appleton.
50260      Branch: perl
50261            ! lib/Pod/Checker.pm t/pod/find.t
50262 ____________________________________________________________________________
50263 [  6977] By: jhi                                   on 2000/09/01  14:48:58
50264         Log: Subject: Nit in Configure (bleadperl@6961)
50265              From: Lupe Christoph <lupe@lupe-christoph.de>
50266              Date: Fri, 1 Sep 2000 16:34:29 +0200
50267              Message-ID: <20000901163429.K13547@alanya.lupe-christoph.de>
50268      Branch: metaconfig
50269            ! U/compline/ccflags.U
50270      Branch: perl
50271            ! Configure config_h.SH
50272 ____________________________________________________________________________
50273 [  6976] By: jhi                                   on 2000/09/01  14:39:52
50274         Log: Update Changes.
50275      Branch: perl
50276            ! Changes patchlevel.h
50277 ____________________________________________________________________________
50278 [  6975] By: jhi                                   on 2000/09/01  14:37:36
50279         Log: microperl config update.
50280      Branch: perl
50281            ! uconfig.h uconfig.sh
50282 ____________________________________________________________________________
50283 [  6974] By: jhi                                   on 2000/09/01  14:36:53
50284         Log: Document known deficiencies.
50285      Branch: perl
50286            ! pod/perldelta.pod
50287 ____________________________________________________________________________
50288 [  6973] By: jhi                                   on 2000/09/01  14:10:20
50289         Log: Mention warnings fixes and updates.
50290      Branch: perl
50291            ! pod/perldelta.pod
50292 ____________________________________________________________________________
50293 [  6972] By: jhi                                   on 2000/09/01  14:01:52
50294         Log: Drop unused argument.
50295              
50296              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
50297              From: Spider Boardman <spider@web.zk3.dec.com>
50298              Date: Thu, 31 Aug 2000 16:10:15 -0400
50299              Message-Id: <200008312010.QAA20392@leggy.zk3.dec.com>
50300      Branch: perl
50301            ! toke.c
50302 ____________________________________________________________________________
50303 [  6971] By: jhi                                   on 2000/09/01  13:59:24
50304         Log: Add the overload warnings to perldiag.
50305      Branch: perl
50306            ! lib/overload.pm pod/perldiag.pod
50307 ____________________________________________________________________________
50308 [  6970] By: jhi                                   on 2000/09/01  13:55:10
50309         Log: Subject: RE: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
50310              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
50311              Date: Fri, 1 Sep 2000 13:43:15 +0100 
50312              Message-ID: <001001c01412$32c7dde0$a20a140a@bfs.phone.com>                
50313      Branch: perl
50314            ! lib/overload.pm t/pragma/overload.t
50315 ____________________________________________________________________________
50316 [  6969] By: jhi                                   on 2000/09/01  13:52:27
50317         Log: Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
50318              From: <abigail@foad.org>
50319              Date: Fri, 1 Sep 2000 05:46:54 -0400
50320              Message-ID: <20000901094654.6476.qmail@foad.org>
50321      Branch: perl
50322            ! lib/overload.pm
50323 ____________________________________________________________________________
50324 [  6968] By: jhi                                   on 2000/09/01  13:50:05
50325         Log: Subject: [PATCH@6961] Fix misleading example in perlretut.pod
50326              From: Daniel Chetlin <daniel@chetlin.com>
50327              Date: Fri, 1 Sep 2000 02:10:55 -0700
50328              Message-ID: <20000901021055.C3400@ilmd.chetlin.org>
50329      Branch: perl
50330            ! pod/perlretut.pod
50331 ____________________________________________________________________________
50332 [  6967] By: jhi                                   on 2000/09/01  13:47:54
50333         Log: Part of the solution.
50334              
50335              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
50336              From: Mike Guy <mjtg@cam.ac.uk>
50337              Date: Fri, 01 Sep 2000 14:16:01 +0100
50338              Message-Id: <E13Uqfp-0006dN-00@draco.cus.cam.ac.uk>
50339      Branch: perl
50340            ! gv.c mg.c
50341 ____________________________________________________________________________
50342 [  6966] By: jhi                                   on 2000/09/01  13:46:17
50343         Log: Subject: CPAN.pm beta 1.57_57 for the core
50344              From: andreas.koenig@anima.de (Andreas J. Koenig)
50345              Date: 01 Sep 2000 15:16:31 +0200
50346              Message-ID: <m3r974z1zk.fsf@ak-71.mind.de>
50347      Branch: perl
50348            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
50349 ____________________________________________________________________________
50350 [  6965] By: jhi                                   on 2000/09/01  13:43:18
50351         Log: Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
50352              From: "Craig A. Berry" <craig.berry@psinetcs.com>
50353              Date: Fri, 01 Sep 2000 01:47:22 -0500
50354              Message-Id: <4.3.2.7.2.20000901011206.01ca2e88@exchi01>
50355      Branch: perl
50356            ! pod/perldelta.pod vms/vms.c
50357 ____________________________________________________________________________
50358 [  6964] By: jhi                                   on 2000/09/01  13:35:35
50359         Log: File::Temp patches from Andreas König,
50360              
50361              Subject: Re: [ID 20000831.046] OK: perl v5.7.0 +DEVEL6961 on sun4-solaris 2.8  (UNINSTALLED)
50362              From: andreas.koenig@anima.de (Andreas J. Koenig)
50363              Date: 01 Sep 2000 10:07:20 +0200
50364              Message-ID: <m3lmxc1qo7.fsf@ak-71.mind.de>
50365              
50366              Subject: Re: Almost OK: perl v5.7.0 +DEVEL6937 on PA-RISC2.0 11.00 (INSTALLED)
50367              From: andreas.koenig@anima.de (Andreas J. Koenig)
50368              Date: 31 Aug 2000 23:26:08 +0200
50369              Message-ID: <m3bsy92kcv.fsf@ak-71.mind.de>
50370      Branch: perl
50371            ! lib/File/Temp.pm t/lib/ftmp-security.t
50372 ____________________________________________________________________________
50373 [  6963] By: jhi                                   on 2000/09/01  02:22:24
50374         Log: Retract the mergesort code, way too incompatible licensing
50375              and copyrights.
50376      Branch: perl
50377            ! pod/perldelta.pod pp_ctl.c
50378 ____________________________________________________________________________
50379 [  6962] By: jhi                                   on 2000/08/31  23:27:32
50380         Log: Update Changes.
50381      Branch: perl
50382            ! Changes patchlevel.h
50383 ____________________________________________________________________________
50384 [  6961] By: jhi                                   on 2000/08/31  23:20:04
50385         Log: Small tweaks all over.
50386      Branch: metaconfig
50387            ! U/compline/d_gconvert.U
50388      Branch: perl
50389            ! AUTHORS Configure config_h.SH pp_ctl.c
50390 ____________________________________________________________________________
50391 [  6960] By: jhi                                   on 2000/08/31  22:39:36
50392         Log: Further rewording.
50393      Branch: perl
50394            ! pp_ctl.c
50395 ____________________________________________________________________________
50396 [  6959] By: jhi                                   on 2000/08/31  21:26:44
50397         Log: More address tweaking.
50398      Branch: perl
50399            ! AUTHORS Changes
50400 ____________________________________________________________________________
50401 [  6958] By: jhi                                   on 2000/08/31  20:47:25
50402         Log: AUTHORS tweaks, from Peter Prymmer.
50403              
50404              Subject: [PATCH: 6948] mvs doesn't exist (not any more)
50405              From: Peter Prymmer <pvhp@forte.com>
50406              Date: Thu, 31 Aug 2000 12:56:32 -0700 (PDT) 
50407              Message-ID: <Pine.OSF.4.10.10008311248410.91659-100000@aspara.forte.com>
50408      Branch: perl
50409            ! AUTHORS MAINTAIN
50410 ____________________________________________________________________________
50411 [  6957] By: jhi                                   on 2000/08/31  20:34:43
50412         Log: perldelta tweaks.
50413      Branch: perl
50414            ! pod/perldelta.pod
50415 ____________________________________________________________________________
50416 [  6956] By: jhi                                   on 2000/08/31  19:11:06
50417         Log: Regen perltoc.
50418      Branch: perl
50419            ! pod/perltoc.pod
50420 ____________________________________________________________________________
50421 [  6955] By: jhi                                   on 2000/08/31  19:06:30
50422         Log: Clarify the mergesort situation.
50423      Branch: perl
50424            ! pp_ctl.c
50425 ____________________________________________________________________________
50426 [  6954] By: jhi                                   on 2000/08/31  18:24:17
50427         Log: Move the Solaris 7 scan to use64bitall, make the
50428              failure to find 64-bot sparc libc to mention the
50429              possibility of being in an intel, from Lupe and Alan.
50430      Branch: perl
50431            ! hints/solaris_2.sh
50432 ____________________________________________________________________________
50433 [  6953] By: jhi                                   on 2000/08/31  18:09:20
50434         Log: Forget about NV_MAX (#6951).  Various floating point tweaks,
50435              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
50436      Branch: metaconfig
50437            ! U/compline/d_gconvert.U U/threads/archname.U
50438      Branch: metaconfig/U/perl
50439            ! perlxv.U
50440      Branch: perl
50441            ! Configure config_h.SH sv.c
50442 ____________________________________________________________________________
50443 [  6952] By: jhi                                   on 2000/08/31  17:42:24
50444         Log: :: not allowed in pathnames, change to .
50445              
50446              Subject: [PATCH perl@6938] cygwin port
50447              From: "Fifer, Eric" <EFifer@sanwaint.com>
50448              Date: Thu, 31 Aug 2000 16:32:59 +0100
50449              Message-ID: <779F20BCCE5AD31186A50008C75D997917179A@silldn_mail1.sanwaint.com>
50450      Branch: metaconfig/U/perl
50451            ! perlxv.U
50452 ____________________________________________________________________________
50453 [  6951] By: jhi                                   on 2000/08/31  17:02:05
50454         Log: Try to deduce NV_MAX.  Really should be Configure fodder.
50455      Branch: perl
50456            ! perl.h
50457 ____________________________________________________________________________
50458 [  6950] By: jhi                                   on 2000/08/31  16:26:08
50459         Log: More author updates.
50460              
50461              Subject: Re: [PATCH] Mark-Jason Dominus Does Exist
50462              From: Simon Cozens <simon@cozens.net>
50463              Date: Thu, 31 Aug 2000 17:13:32 +0100
50464              Message-ID: <20000831171332.A22498@deep-dark-truthful-mirror.perlhacker.org>
50465      Branch: perl
50466            ! AUTHORS
50467 ____________________________________________________________________________
50468 [  6949] By: jhi                                   on 2000/08/31  16:04:49
50469         Log: POSIX doesn't report long double values under -Duselongdouble
50470              when the long doubles are "real" (bigger than doubles).
50471              
50472              Subject: [ID 20000831.014] Not OK: perl v5.7.0 +DEVEL6919 on alpha-dec_osf-ld 5.1
50473              From: Spider Boardman <spider@peano.zk3.dec.com>
50474              Date: Thu, 31 Aug 2000 11:48:48 -0400 (EDT)
50475              Message-Id: <200008311548.LAA0000161952@peano.zk3.dec.com>
50476      Branch: perl
50477            ! ext/POSIX/POSIX.xs
50478 ____________________________________________________________________________
50479 [  6948] By: jhi                                   on 2000/08/31  15:25:10
50480         Log: Update Changes.
50481      Branch: perl
50482            ! Changes patchlevel.h
50483 ____________________________________________________________________________
50484 [  6947] By: jhi                                   on 2000/08/31  15:22:29
50485         Log: Document UNTIE in a very minimalistic way.
50486      Branch: perl
50487            ! pod/perlfunc.pod pod/perltie.pod
50488 ____________________________________________________________________________
50489 [  6946] By: jhi                                   on 2000/08/31  15:15:23
50490         Log: Document known failures.
50491      Branch: perl
50492            ! pod/perldelta.pod
50493 ____________________________________________________________________________
50494 [  6945] By: jhi                                   on 2000/08/31  15:07:00
50495         Log: Don't attach -ld to the archname if pointless.
50496      Branch: metaconfig
50497            ! U/threads/archname.U
50498      Branch: perl
50499            ! Configure config_h.SH
50500 ____________________________________________________________________________
50501 [  6944] By: jhi                                   on 2000/08/31  14:37:42
50502         Log: Wrap the test in eval.
50503              
50504              Subject: Re: [ID 20000831.009] Not OK: perl v5.7.0 +DEVEL6932 on sun4-solaris2.8 (UNINSTALLED)
50505              From: Tim Jenness <timj@jach.hawaii.edu>
50506              Date: Thu, 31 Aug 2000 03:39:33 -1000 (HST)
50507              Message-ID: <Pine.LNX.4.21.0008310311190.7444-100000@lapaki.jach.hawaii.edu>
50508      Branch: perl
50509            ! t/lib/ftmp-security.t
50510 ____________________________________________________________________________
50511 [  6943] By: jhi                                   on 2000/08/31  14:30:57
50512         Log: Make -Dusemorebits find long doubles in Solaris.
50513      Branch: perl
50514            ! hints/solaris_2.sh
50515 ____________________________________________________________________________
50516 [  6942] By: jhi                                   on 2000/08/31  13:48:45
50517         Log: Clarify the third case of ftmp-security warnings.
50518      Branch: perl
50519            ! INSTALL
50520 ____________________________________________________________________________
50521 [  6941] By: jhi                                   on 2000/08/31  13:40:31
50522         Log: Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
50523              From: <abigail@foad.org>
50524              Date: Thu, 31 Aug 2000 01:35:05 -0400
50525              Message-ID: <20000831053505.32120.qmail@foad.org>
50526      Branch: perl
50527            ! pod/perldelta.pod
50528 ____________________________________________________________________________
50529 [  6940] By: jhi                                   on 2000/08/31  13:38:48
50530         Log: Issue useful diagnostic on unknown pod commands.
50531              
50532              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
50533              From: <abigail@foad.org>
50534              Date: Thu, 31 Aug 2000 03:41:18 -0400
50535              Message-ID: <20000831074118.24880.qmail@foad.org>
50536      Branch: perl
50537            ! lib/Pod/Man.pm
50538 ____________________________________________________________________________
50539 [  6939] By: jhi                                   on 2000/08/31  13:34:33
50540         Log: Reveal Borland's isnan.
50541              
50542              Subject: build with BC++ tweak
50543              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
50544              Date: Thu, 31 Aug 2000 13:09:37 +0400
50545              Message-ID: <402099F49BEED211999700805FC7359F6FACA6@ru0028exch01.spb.lucent.com>
50546      Branch: perl
50547            ! win32/win32.h
50548 ____________________________________________________________________________
50549 [  6938] By: jhi                                   on 2000/08/31  05:01:20
50550         Log: Update Changes.
50551      Branch: perl
50552            ! Changes patchlevel.h
50553 ____________________________________________________________________________
50554 [  6937] By: jhi                                   on 2000/08/31  04:26:23
50555         Log: sscanf() may be the only way to read long doubles from strings.
50556      Branch: metaconfig/U/perl
50557            ! longdblfio.U
50558      Branch: perl
50559            ! Configure config_h.SH perl.h util.c
50560 ____________________________________________________________________________
50561 [  6936] By: jhi                                   on 2000/08/31  04:18:19
50562         Log: The #6929 was too skimpy.
50563      Branch: perl
50564            ! sv.c
50565 ____________________________________________________________________________
50566 [  6935] By: jhi                                   on 2000/08/31  02:47:07
50567         Log: Subject: Re: typos in pods
50568              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
50569              Date: Wed, 30 Aug 2000 19:25:34 -0700
50570              Message-ID: <eIcr5gzkg25X092yn@efn.org>
50571      Branch: perl
50572            ! lib/CPAN.pm lib/Pod/Checker.pm pod/perlmodlib.PL
50573 ____________________________________________________________________________
50574 [  6934] By: jhi                                   on 2000/08/31  02:42:55
50575         Log: Missed one Unicode file.
50576      Branch: perl
50577            + lib/unicode/UCDFF301.html
50578 ____________________________________________________________________________
50579 [  6933] By: jhi                                   on 2000/08/30  23:42:27
50580         Log: Update Changes.
50581      Branch: perl
50582            ! Changes patchlevel.h
50583 ____________________________________________________________________________
50584 [  6932] By: jhi                                   on 2000/08/30  23:40:07
50585         Log: Mention UNTIE in perldelta.  Still needs documenting
50586              in perltie et alia.
50587      Branch: perl
50588            ! pod/perldelta.pod
50589 ____________________________________________________________________________
50590 [  6931] By: jhi                                   on 2000/08/30  23:36:02
50591         Log: Subject: [PATCH] Don't use big-Oh when talking about lower bounds.
50592              From: <abigail@foad.org>
50593              Date: Wed, 30 Aug 2000 19:28:07 -0400
50594              Message-ID: <20000830232807.305.qmail@foad.org>
50595      Branch: perl
50596            ! pod/perldelta.pod
50597 ____________________________________________________________________________
50598 [  6930] By: jhi                                   on 2000/08/30  23:32:40
50599         Log: Update to Unicode 3.0.1.
50600      Branch: perl
50601            + lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
50602            + lib/unicode/PropList.txt lib/unicode/README.perl
50603            + lib/unicode/UCD301.html lib/unicode/Unicode.301
50604            - lib/unicode/Props.txt lib/unicode/UCD300.html
50605            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
50606            ! (edit 257 files)
50607 ____________________________________________________________________________
50608 [  6929] By: jhi                                   on 2000/08/30  22:38:18
50609         Log: Heap decorruption.
50610              
50611              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
50612              From: Alan Burlison <Alan.Burlison@uk.sun.com>
50613              Date: Wed, 30 Aug 2000 22:39:52 +0100
50614              Message-ID: <39AD7F28.A06533CF@uk.sun.com>
50615      Branch: perl
50616            ! sv.c
50617 ____________________________________________________________________________
50618 [  6928] By: jhi                                   on 2000/08/30  22:29:34
50619         Log: Retract the dummy test, skip the security tests (instead of failing),
50620              explain what the warnings mean.
50621      Branch: perl
50622            ! INSTALL lib/File/Temp.pm t/lib/ftmp-security.t
50623 ____________________________________________________________________________
50624 [  6927] By: jhi                                   on 2000/08/30  22:14:13
50625         Log: Change the internal implementation of sort() to be mergesort
50626              instead of quicksort, from John Linderman <jpl@research.att.com>.
50627              Gives us better worst case, better average case, and stability.
50628              What's there not to like?  (Small fixes for threaded builds
50629              were required).
50630      Branch: perl
50631            ! pod/perldelta.pod pp_ctl.c t/op/runlevel.t
50632 ____________________________________________________________________________
50633 [  6926] By: jhi                                   on 2000/08/30  20:55:20
50634         Log: A better fix for the Socket building problem from Craig Berry.
50635      Branch: perl
50636            ! vms/vms.c
50637 ____________________________________________________________________________
50638 [  6925] By: jhi                                   on 2000/08/30  20:20:25
50639         Log: Subject: [PATCH] Re: UNTIE method 
50640              From: Nick Ing-Simmons <nik@tiuk.ti.com>
50641              Date: Wed, 30 Aug 2000 18:26:55 +0100 (BST)
50642              Message-Id: <200008301726.SAA01114@mikado.tiuk.ti.com>
50643      Branch: perl
50644            ! pp_sys.c t/op/tie.t
50645 ____________________________________________________________________________
50646 [  6924] By: jhi                                   on 2000/08/30  20:17:11
50647         Log: Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
50648              From: "Craig A. Berry" <craig.berry@psinetcs.com>
50649              Date: Wed, 30 Aug 2000 15:03:14 -0500
50650              Message-Id: <4.3.2.7.2.20000830144622.028fe7a8@exchi01>
50651      Branch: perl
50652            ! vms/vms.c
50653 ____________________________________________________________________________
50654 [  6923] By: jhi                                   on 2000/08/30  20:15:18
50655         Log: Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
50656              From: "Craig A. Berry" <craig.berry@psinetcs.com>
50657              Date: Wed, 30 Aug 2000 13:30:36 -0500
50658              Message-Id: <4.3.2.7.2.20000830130617.02b8b968@exchi01>
50659      Branch: perl
50660            ! vms/vms.c
50661 ____________________________________________________________________________
50662 [  6922] By: jhi                                   on 2000/08/30  19:54:43
50663         Log: Better options for rsync.
50664      Branch: perl
50665            ! pod/perlhack.pod
50666 ____________________________________________________________________________
50667 [  6921] By: jhi                                   on 2000/08/30  19:40:16
50668         Log: Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
50669              From: Rick Delaney <rick@consumercontact.com>
50670              Date: Wed, 30 Aug 2000 15:36:55 -0400 (EDT)
50671              Message-Id: <Pine.UW2.4.10.10008301535210.1949-100000@consumer>
50672      Branch: perl
50673            ! pod/perlfunc.pod
50674 ____________________________________________________________________________
50675 [  6920] By: jhi                                   on 2000/08/30  19:36:40
50676         Log: Subject: [PATCH 6889] add a few ldbl formats to configure.com
50677              From: Peter Prymmer <pvhp@forte.com>
50678              Date: Tue, 29 Aug 2000 17:36:00 -0700 (PDT)
50679              Message-ID: <Pine.OSF.4.10.10008291720260.502507-100000@aspara.forte.com>
50680      Branch: perl
50681            ! configure.com
50682 ____________________________________________________________________________
50683 [  6919] By: jhi                                   on 2000/08/30  14:52:02
50684         Log: Update Changes.
50685      Branch: perl
50686            ! Changes patchlevel.h
50687 ____________________________________________________________________________
50688 [  6918] By: jhi                                   on 2000/08/30  14:48:34
50689         Log: NVs not necessarily doubles, as pointed out by Yitzchak.
50690      Branch: perl
50691            ! lib/ExtUtils/typemap
50692 ____________________________________________________________________________
50693 [  6917] By: jhi                                   on 2000/08/30  14:46:34
50694         Log: Subject: typos in pods
50695              From: Nicholas Clark <nick@ccl4.org>
50696              Date: Wed, 30 Aug 2000 01:12:50 +0100
50697              Message-ID: <20000830011249.A61388@plum.flirble.org>
50698      Branch: perl
50699            ! pod/perldbmfilter.pod pod/perldebtut.pod pod/perldebug.pod
50700            ! pod/perldiag.pod pod/perlebcdic.pod pod/perlfunc.pod
50701            ! pod/perlguts.pod pod/perlhack.pod pod/perlmodlib.pod
50702            ! pod/perlnewmod.pod pod/perlport.pod pod/perltoc.pod
50703 ____________________________________________________________________________
50704 [  6916] By: jhi                                   on 2000/08/30  14:19:09
50705         Log: Document Storable problems on Crays.  (Will have
50706              to document all the other Storable problems, too.)
50707      Branch: perl
50708            ! pod/perldelta.pod
50709 ____________________________________________________________________________
50710 [  6915] By: jhi                                   on 2000/08/30  14:06:02
50711         Log: Subject: [PATCH] fix misc cast warnings
50712              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
50713              Date: Tue, 29 Aug 2000 23:16:14 -0700
50714              Message-ID: <uaKr5gzkgGwQ092yn@efn.org>
50715      Branch: perl
50716            ! lib/ExtUtils/typemap os2/OS2/ExtAttr/ExtAttr.xs
50717            ! os2/OS2/ExtAttr/typemap os2/OS2/REXX/REXX.xs os2/os2.c
50718            ! os2/os2ish.h
50719 ____________________________________________________________________________
50720 [  6914] By: jhi                                   on 2000/08/30  14:03:45
50721         Log: Timestamp mismatch again.  Need to fix this dependence on
50722              config_h.SH timestamp, since it's the contents of config_h.SH
50723              that matter.
50724      Branch: perl
50725            ! uconfig.h uconfig.sh
50726 ____________________________________________________________________________
50727 [  6913] By: jhi                                   on 2000/08/30  13:54:06
50728         Log: Don't say "Perl 5.0 source kit".
50729      Branch: perl
50730            ! perl.c
50731 ____________________________________________________________________________
50732 [  6912] By: jhi                                   on 2000/08/30  13:51:24
50733         Log: Reset archname and archname64 always, forcing them be
50734              recomputed at each Configure run, make Configure and
50735              the hints files agree on the naming of largefiles variables.
50736      Branch: metaconfig
50737            ! U/threads/archname.U
50738      Branch: metaconfig/U/perl
50739            ! use64bits.U
50740      Branch: perl
50741            ! Configure config_h.SH configpm hints/aix.sh hints/hpux.sh
50742            ! hints/linux.sh hints/solaris_2.sh
50743 ____________________________________________________________________________
50744 [  6911] By: jhi                                   on 2000/08/30  13:30:13
50745         Log: Put back the slice accidentally removed by #6907.
50746      Branch: perl
50747            ! hints/solaris_2.sh
50748 ____________________________________________________________________________
50749 [  6910] By: jhi                                   on 2000/08/30  01:24:26
50750         Log: Be consistent: other Net::get* do export theirs.
50751              
50752              Subject: Re: Net::protoent does not export 'getproto'
50753              From: Yasushi Nakajima <sey@jkc.co.jp>
50754              Date: Wed, 30 Aug 2000 09:53:14 +0900
50755              Message-Id: <200008300051.DAA24700@taku.hut.fi>
50756      Branch: perl
50757            ! lib/Net/protoent.pm
50758 ____________________________________________________________________________
50759 [  6909] By: jhi                                   on 2000/08/30  01:17:25
50760         Log: Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
50761              From: Gurusamy Sarathy <gsar@ActiveState.com>
50762              Date: Tue, 29 Aug 2000 17:17:07 -0700
50763              Message-Id: <200008300017.RAA25382@smtp3.ActiveState.com>
50764      Branch: perl
50765            ! cop.h
50766 ____________________________________________________________________________
50767 [  6908] By: jhi                                   on 2000/08/30  00:58:05
50768         Log: Update Changes.
50769      Branch: perl
50770            ! Changes patchlevel.h
50771 ____________________________________________________________________________
50772 [  6907] By: jhi                                   on 2000/08/30  00:57:22
50773         Log: Introduce ccname to keep track of what compiler kind of we have.
50774      Branch: metaconfig/U/perl
50775            ! Checkcc.U gccvers.U
50776      Branch: perl
50777            ! Configure config_h.SH hints/solaris_2.sh
50778 ____________________________________________________________________________
50779 [  6906] By: jhi                                   on 2000/08/30  00:25:47
50780         Log: Put back the flags dump as reasoned in
50781              
50782              Subject: Re: [PATCH] Glob dumping
50783              From: Mike Guy <mjtg@cam.ac.uk> 
50784              Date: Tue, 29 Aug 2000 21:41:32 +0100
50785              Message-Id: <E13TsCK-0007iL-00@draco.cus.cam.ac.uk>
50786      Branch: perl
50787            ! dump.c t/lib/peek.t
50788 ____________________________________________________________________________
50789 [  6905] By: jhi                                   on 2000/08/30  00:16:17
50790         Log: Make the epsilon to be relative, not absolute.
50791              
50792              Subject: Re: [ID 20000829.039] Not OK: perl v5.7.0 +DEVEL6899 +[ID on alpha-dec_osf-ld 5.1 (UNINSTALLED)
50793              From: Spider Boardman <spider-perl@orb.nashua.nh.us>
50794              Date: Tue, 29 Aug 2000 19:58:56 -0400
50795              Message-Id: <200008292358.TAA31114@leggy.zk3.dec.com>
50796      Branch: perl
50797            ! t/lib/trig.t
50798 ____________________________________________________________________________
50799 [  6904] By: jhi                                   on 2000/08/30  00:13:09
50800         Log: From now on, Gisle is on my list of usual suspects :-)
50801              Retract #6902.
50802      Branch: perl
50803            ! ext/Opcode/Safe.pm
50804 ____________________________________________________________________________
50805 [  6903] By: jhi                                   on 2000/08/29  23:51:20
50806         Log: Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
50807              From: "Craig A. Berry" <craig.berry@psinetcs.com>
50808              Date: Tue, 29 Aug 2000 18:43:26 -0500
50809              Message-Id: <4.3.2.7.2.20000829180705.01b005b8@exchi01>
50810      Branch: perl
50811            + vms/vmspipe.com
50812            ! MANIFEST t/io/openpid.t vms/descrip_mms.template vms/test.com
50813            ! vms/vms.c
50814 ____________________________________________________________________________
50815 [  6902] By: jhi                                   on 2000/08/29  23:44:14
50816         Log: Retry what #6882 attempted.
50817              
50818              Subject: Re: [ID 20000829.004] Sharing leak root name into safe compartment
50819              From: Gisle Aas <gisle@ActiveState.com>
50820              Date: 30 Aug 2000 00:33:09 +0200
50821              Message-ID: <m3pumry9y2.fsf@eik.g.aas.no>
50822      Branch: perl
50823            ! ext/Opcode/Safe.pm
50824 ____________________________________________________________________________
50825 [  6901] By: jhi                                   on 2000/08/29  22:59:32
50826         Log: Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
50827              From: Hugo <hv@crypt.compulink.co.uk>
50828              Date: Mon, 12 Jun 2000 19:36:08 +0100
50829              Message-Id: <200006121836.TAA16977@crypt.compulink.co.uk>
50830      Branch: perl
50831            ! sv.c
50832 ____________________________________________________________________________
50833 [  6900] By: jhi                                   on 2000/08/29  22:58:35
50834         Log: Admit that we are leaking scalars.
50835              
50836              Subject: [ID 20000829.037] Not OK: perl v5.7.0 +DEVEL6899 on alpha-dec_osf 4.0f (UNINSTALLED)
50837              From: Spider Boardman <spider@leggy.zk3.dec.com>
50838              Date: Tue, 29 Aug 2000 18:48:29 -0400
50839              Message-Id: <200008292248.SAA31507@leggy.zk3.dec.com>
50840      Branch: perl
50841            ! t/pragma/warnings.t
50842 ____________________________________________________________________________
50843 [  6899] By: jhi                                   on 2000/08/29  20:53:13
50844         Log: Update Changes.
50845      Branch: perl
50846            ! Changes patchlevel.h
50847 ____________________________________________________________________________
50848 [  6898] By: jhi                                   on 2000/08/29  20:46:21
50849         Log: Undo namespace pollution of #6878.
50850              
50851              Subject: Re: Net::protoent does not export 'getproto'
50852              From: Mike Guy <mjtg@cam.ac.uk>
50853              Date: Tue, 29 Aug 2000 21:32:37 +0100
50854              Message-Id: <E13Ts3h-0007eN-00@draco.cus.cam.ac.uk>
50855      Branch: perl
50856            ! lib/Net/protoent.pm
50857 ____________________________________________________________________________
50858 [  6897] By: jhi                                   on 2000/08/29  20:44:29
50859         Log: Subject: [PATCH: 6889] updates to perlebcdic.pod
50860              From: Peter Prymmer <pvhp@forte.com>
50861              Date: Tue, 29 Aug 2000 13:32:41 -0700 (PDT)
50862              Message-ID: <Pine.OSF.4.10.10008291327500.502507-100000@aspara.forte.com>
50863      Branch: perl
50864            ! pod/perlebcdic.pod
50865 ____________________________________________________________________________
50866 [  6896] By: jhi                                   on 2000/08/29  20:40:57
50867         Log: There's no point repeating the 'revision' (5) of perl5.
50868      Branch: metaconfig/U/perl
50869            ! Devel.U patchlevel.U
50870      Branch: perl
50871            ! Configure config_h.SH
50872 ____________________________________________________________________________
50873 [  6895] By: jhi                                   on 2000/08/29  20:16:58
50874         Log: Regen Configure for #6894.
50875      Branch: metaconfig/U/perl
50876            ! perladmin.U
50877      Branch: perl
50878            ! Configure config_h.SH
50879 ____________________________________________________________________________
50880 [  6894] By: jhi                                   on 2000/08/29  19:59:52
50881         Log: Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
50882              From: "Philip Newton" <Philip.Newton@gmx.net>
50883              Date: Tue, 29 Aug 2000 21:39:14 +0200
50884              Message-Id: <200008291938.VAA98259@smtp1.nikoma.de>
50885      Branch: perl
50886            ! Configure INSTALL README hints/README.hints hints/bsdos.sh
50887            ! hints/freebsd.sh pod/perl.pod pod/perl56delta.pod
50888            ! pod/perlfaq2.pod pod/perllocale.pod pod/perlxs.pod
50889            ! utils/perlbug.PL
50890 ____________________________________________________________________________
50891 [  6893] By: jhi                                   on 2000/08/29  19:55:30
50892         Log: Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
50893              From: "Philip Newton" <Philip.Newton@gmx.net>
50894              Date: Tue, 29 Aug 2000 21:39:14 +0200
50895              Message-Id: <200008291938.VAA98255@smtp1.nikoma.de>
50896      Branch: perl
50897            ! installhtml
50898 ____________________________________________________________________________
50899 [  6892] By: jhi                                   on 2000/08/29  19:53:59
50900         Log: Subject: [ID 20000829.026] [PATCH 6868] File::Temp
50901              From: "Philip Newton" <Philip.Newton@gmx.net>
50902              Date: Tue, 29 Aug 2000 21:48:18 +0200
50903              Message-Id: <200008291947.VAA13628@smtp2.nikoma.de>
50904      Branch: perl
50905            ! lib/File/Temp.pm
50906 ____________________________________________________________________________
50907 [  6891] By: jhi                                   on 2000/08/29  18:30:03
50908         Log: Nail the ID 20000828.023.
50909      Branch: perl
50910            ! ext/Storable/Storable.xs
50911 ____________________________________________________________________________
50912 [  6890] By: jhi                                   on 2000/08/29  16:50:17
50913         Log: Under usethreads the dumped variable is IN_PAD.
50914              
50915              Subject: Re: [PATCH] Glob dumping
50916              From: Gisle Aas <gisle@ActiveState.com>
50917              Date: 29 Aug 2000 18:45:05 +0200
50918              Message-ID: <m37l9010fi.fsf@eik.g.aas.no>
50919      Branch: perl
50920            ! t/lib/peek.t
50921 ____________________________________________________________________________
50922 [  6889] By: jhi                                   on 2000/08/29  15:17:37
50923         Log: Update Changes.
50924      Branch: perl
50925            ! Changes patchlevel.h
50926 ____________________________________________________________________________
50927 [  6888] By: jhi                                   on 2000/08/29  14:49:59
50928         Log: Retract #6882, broke the safe tests.
50929      Branch: perl
50930            ! ext/Opcode/Safe.pm
50931 ____________________________________________________________________________
50932 [  6887] By: jhi                                   on 2000/08/29  14:47:06
50933         Log: Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
50934              From: Gisle Aas <gisle@ActiveState.com> 
50935              Date: 09 Jun 2000 20:00:11 +0200
50936              Message-ID: <m3n1kud9as.fsf@eik.g.aas.no>
50937      Branch: perl
50938            ! utils/perldoc.PL
50939 ____________________________________________________________________________
50940 [  6886] By: jhi                                   on 2000/08/29  14:42:45
50941         Log: The #6881 removed one dump line.
50942      Branch: perl
50943            ! t/lib/peek.t
50944 ____________________________________________________________________________
50945 [  6885] By: jhi                                   on 2000/08/29  14:30:47
50946         Log: Don't forget to tidy up.
50947      Branch: perl
50948            ! t/lib/ftmp-security.t
50949 ____________________________________________________________________________
50950 [  6884] By: jhi                                   on 2000/08/29  14:25:17
50951         Log: Disabling the one test is a bit tricky.
50952      Branch: perl
50953            ! t/lib/ftmp-security.t
50954 ____________________________________________________________________________
50955 [  6883] By: jhi                                   on 2000/08/29  14:16:25
50956         Log: Disable one of the tests for now.
50957      Branch: perl
50958            ! t/lib/ftmp-security.t
50959 ____________________________________________________________________________
50960 [  6882] By: jhi                                   on 2000/08/29  14:05:50
50961         Log: Subject: [ID 20000829.004] Sharing leak root name into safe compartment
50962              From: gisle@aas.no
50963              Date: 29 Aug 2000 10:35:06 -0000
50964              Message-Id: <20000829103506.21538.qmail@eik.g.aas.no>
50965      Branch: perl
50966            ! ext/Opcode/Safe.pm
50967 ____________________________________________________________________________
50968 [  6881] By: jhi                                   on 2000/08/29  14:03:51
50969         Log: Subject: [PATCH] Glob dumping
50970              From: Gisle Aas <gisle@ActiveState.com>
50971              Date: 29 Aug 2000 07:59:42 -0000
50972              Message-ID: <20000829075942.20923.qmail@eik.g.aas.no>
50973      Branch: perl
50974            ! dump.c
50975 ____________________________________________________________________________
50976 [  6880] By: jhi                                   on 2000/08/29  14:02:01
50977         Log: Subject: [PATCH] Warnings in B::Deparse
50978              From: <abigail@foad.org>
50979              Date: Tue, 29 Aug 2000 00:00:01 -0400
50980              Message-ID: <20000829040001.2999.qmail@foad.org>
50981      Branch: perl
50982            ! ext/B/B/Deparse.pm
50983 ____________________________________________________________________________
50984 [  6879] By: jhi                                   on 2000/08/29  13:57:26
50985         Log: Missed a change in #6869.
50986      Branch: perl
50987            ! mg.c
50988 ____________________________________________________________________________
50989 [  6878] By: jhi                                   on 2000/08/29  13:45:04
50990         Log: Subject: Net::protoent does not export 'getproto'
50991              From: Yasushi Nakajima <sey@jkc.co.jp>
50992              Date: Tue, 29 Aug 2000 17:28:57 +0900                 
50993      Branch: perl
50994            ! lib/Net/protoent.pm
50995 ____________________________________________________________________________
50996 [  6877] By: jhi                                   on 2000/08/29  13:39:19
50997         Log: Patches all over for people and the files they (hopefully) care about.
50998      Branch: perl
50999            ! AUTHORS Changes MAINTAIN
51000 ____________________________________________________________________________
51001 [  6876] By: jhi                                   on 2000/08/29  12:53:54
51002         Log: Fix for thinko in #6848.
51003              
51004              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
51005              From: Lupe Christoph <lupe@lupe-christoph.de>
51006              Date: Tue, 29 Aug 2000 09:04:08 +0200
51007              Message-ID: <20000829090408.V4437@alanya.lupe-christoph.de>
51008      Branch: perl
51009            ! ext/Thread/Thread.xs
51010 ____________________________________________________________________________
51011 [  6875] By: jhi                                   on 2000/08/29  12:50:14
51012         Log: Update to Getopt::Long 2.24, from Johan Vromans.
51013      Branch: perl
51014            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
51015 ____________________________________________________________________________
51016 [  6874] By: jhi                                   on 2000/08/29  02:09:53
51017         Log: Use minimal @INC in tests, most of the time just '../lib',
51018              so that we simply can't pick up stuff from other Perls than
51019              the one we are testing.  Pointed out by
51020              
51021              From: Mike Guy <mjtg@cam.ac.uk>
51022              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
51023              Date: Fri, 25 Aug 2000 15:15:59 +0100
51024              Message-Id: <E13SKH1-00031D-00@virgo.cus.cam.ac.uk>
51025      Branch: perl
51026            ! (edit 185 files)
51027 ____________________________________________________________________________
51028 [  6873] By: jhi                                   on 2000/08/29  01:07:11
51029         Log: Subject: [PATCH] Re: files not cleaned even by veryclean
51030              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
51031              Date: Mon, 28 Aug 2000 17:45:52 -0700
51032              Message-ID: <Afwq5gzkg2UB092yn@efn.org>
51033      Branch: perl
51034            ! Makefile.SH hints/os2.sh
51035 ____________________________________________________________________________
51036 [  6872] By: jhi                                   on 2000/08/28  23:33:39
51037         Log: Subject: [PATCH bleedperl@6866] spellings
51038              From: marcel@codewerk.com (Marcel Grunauer)
51039              Date: Tue, 29 Aug 2000 01:19:59 +0200
51040              Message-Id: <200008282319.BAA29862@gandalf.local>
51041      Branch: perl
51042            ! README.os390 pod/perl5004delta.pod pod/perldebtut.pod
51043            ! pod/perlebcdic.pod pod/perlfunc.pod pod/perlguts.pod
51044            ! pod/perlipc.pod pod/perlthrtut.pod pod/perlutil.pod
51045 ____________________________________________________________________________
51046 [  6871] By: jhi                                   on 2000/08/28  23:22:09
51047         Log: Take out the SUIDMAIL thing, that will not be
51048              a problem in 5.7.*.
51049      Branch: perl
51050            ! patchlevel.h
51051 ____________________________________________________________________________
51052 [  6870] By: jhi                                   on 2000/08/28  23:19:30
51053         Log: -S is the silent flag, -s is the strip flag.
51054              
51055              Subject: [PATCH] Re: [PATCH] make no-install          
51056              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
51057              Date: Mon, 28 Aug 2000 15:12:55 -0700
51058              Message-ID: <nPuq5gzkg2FO092yn@efn.org> 
51059      Branch: perl
51060            ! Makefile.SH
51061 ____________________________________________________________________________
51062 [  6869] By: jhi                                   on 2000/08/28  23:12:05
51063         Log: Subject: [PATCH bleedperl@6856] warnings fixes
51064              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
51065              Date: Mon, 28 Aug 2000 23:55:06 +0100
51066              Message-ID: <000501c01143$0230af80$2014140a@bfs.phone.com>
51067      Branch: perl
51068            ! lib/warnings.pm pod/perllexwarn.pod t/pragma/warn/7fatal
51069            ! warnings.h warnings.pl
51070 ____________________________________________________________________________
51071 [  6868] By: jhi                                   on 2000/08/28  21:38:22
51072         Log: Potential cruft.
51073      Branch: perl
51074            ! Makefile.SH
51075 ____________________________________________________________________________
51076 [  6867] By: jhi                                   on 2000/08/28  21:35:36
51077         Log: Update Changes.
51078      Branch: perl
51079            ! Changes patchlevel.h
51080 ____________________________________________________________________________
51081 [  6866] By: jhi                                   on 2000/08/28  21:33:49
51082         Log: Subject: hv.h Doc Patch
51083              From: Fisher Mark <fisherm@tce.com>
51084              Date: Mon, 28 Aug 2000 16:24:59 -0500
51085              Message-ID: <B9B6874277EED211B1890008C707AF5302881C77@indyexch3.indy.tce.com>
51086      Branch: perl
51087            ! hv.h
51088 ____________________________________________________________________________
51089 [  6865] By: jhi                                   on 2000/08/28  21:02:15
51090         Log: Add -ld to archname on long tr...double platforms.
51091      Branch: metaconfig
51092            ! U/threads/archname.U
51093      Branch: perl
51094            ! Configure config_h.SH
51095 ____________________________________________________________________________
51096 [  6864] By: jhi                                   on 2000/08/28  20:38:59
51097         Log: An attempt to fix the problem reported in
51098              
51099              Subject: Building perl@6856 using gcc/AIX 4.3.3 
51100              From: Daniel Muino <dmuino@afip.gov.ar> 
51101              Date: Mon, 28 Aug 2000 15:50:01 -0300   
51102              Message-ID: <20000828155001.A14403@con2-dgi>
51103              
51104              I can't test this properly since the gcc installation I have
51105              access to seems to be botched (gcc is calling the AIX cpp,
51106              a losing proposition...)
51107      Branch: perl
51108            ! hints/aix.sh
51109 ____________________________________________________________________________
51110 [  6863] By: jhi                                   on 2000/08/28  18:57:52
51111         Log: Fix for ID 20000828.001, long doubles were not formatted
51112              correctly (showed up in $], which stopped installing perl).
51113      Branch: perl
51114            ! sv.c
51115 ____________________________________________________________________________
51116 [  6862] By: jhi                                   on 2000/08/28  18:07:15
51117         Log: Typo in #6858.
51118      Branch: perl
51119            ! lib/Cwd.pm
51120 ____________________________________________________________________________
51121 [  6861] By: jhi                                   on 2000/08/28  17:57:27
51122         Log: opmini.o may be left around if a build is interrupted.
51123      Branch: perl
51124            ! Makefile.SH
51125 ____________________________________________________________________________
51126 [  6860] By: jhi                                   on 2000/08/28  16:52:50
51127         Log: Subject: [PATCH@6855] _Minor_ change to overload.pm pod
51128              From: Daniel Chetlin <daniel@chetlin.com>
51129              Date: Mon, 28 Aug 2000 01:14:18 -0700
51130              Message-ID: <20000828011418.J769@ilmd.chetlin.org>
51131      Branch: perl
51132            ! lib/overload.pm
51133 ____________________________________________________________________________
51134 [  6859] By: jhi                                   on 2000/08/28  16:08:46
51135         Log: Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
51136              From: Nicholas Clark <nick@ccl4.org>
51137              Date: Mon, 28 Aug 2000 16:03:27 +0100
51138              Message-Id: <20000828160327.C49785@plum.flirble.org>
51139      Branch: perl
51140            ! ext/ByteLoader/bytecode.h
51141 ____________________________________________________________________________
51142 [  6858] By: jhi                                   on 2000/08/28  16:02:10
51143         Log: Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
51144              From: Wolfgang Laun <wolfgang.laun@alcatel.at>
51145              Date: Mon, 28 Aug 2000 13:08:30 +0200
51146              Message-Id: <200008281108.NAA00782@localhost.aut.alcatel.at>
51147      Branch: perl
51148            ! lib/Cwd.pm
51149 ____________________________________________________________________________
51150 [  6857] By: jhi                                   on 2000/08/28  15:42:47
51151         Log: display_format used as a class method without arguments was broken,
51152              reported in
51153              
51154              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
51155              From: Yasushi Nakajima <sey@san.p.kyoto.jkc.co.jp>
51156              Date: Mon, 28 Aug 2000 16:38:08 +0900 (JST)
51157              Message-Id: <200008280738.QAA00215@san.p.kyoto.jkc.co.jp>
51158      Branch: perl
51159            ! lib/Math/Complex.pm t/lib/complex.t
51160 ____________________________________________________________________________
51161 [  6856] By: jhi                                   on 2000/08/27  22:09:48
51162         Log: Update Changes.
51163      Branch: perl
51164            ! Changes patchlevel.h
51165 ____________________________________________________________________________
51166 [  6855] By: jhi                                   on 2000/08/27  21:59:21
51167         Log: Retract #6853 (false alarm).
51168      Branch: perl
51169            ! lib/ExtUtils/xsubpp
51170 ____________________________________________________________________________
51171 [  6854] By: jhi                                   on 2000/08/27  21:37:44
51172         Log: Update Changes.
51173      Branch: perl
51174            ! Changes patchlevel.h
51175 ____________________________________________________________________________
51176 [  6853] By: jhi                                   on 2000/08/27  21:37:16
51177         Log: Subject: [PATCH perl@6850] workaround for xsubpp
51178              From: Hugo <hv@crypt.compulink.co.uk>
51179              Date: Sun, 27 Aug 2000 22:30:25 +0100
51180              Message-Id: <200008272130.WAA10083@crypt.compulink.co.uk>
51181      Branch: perl
51182            ! lib/ExtUtils/xsubpp
51183 ____________________________________________________________________________
51184 [  6852] By: jhi                                   on 2000/08/27  21:33:58
51185         Log: Big-endian 64-bit patch from Raphael Manfredi.
51186      Branch: perl
51187            ! ext/Storable/Storable.xs
51188 ____________________________________________________________________________
51189 [  6851] By: jhi                                   on 2000/08/27  21:22:21
51190         Log: More ruthless editing from Hugo van der Sanden.
51191      Branch: perl
51192            ! pod/perldelta.pod
51193 ____________________________________________________________________________
51194 [  6850] By: jhi                                   on 2000/08/27  16:11:46
51195         Log: Update Changes.
51196      Branch: perl
51197            ! Changes patchlevel.h
51198 ____________________________________________________________________________
51199 [  6849] By: jhi                                   on 2000/08/27  16:11:05
51200         Log: Provice virtual $Config{ccflags_nolargefiles} etc. 
51201      Branch: perl
51202            ! configpm pod/perldelta.pod
51203 ____________________________________________________________________________
51204 [  6848] By: jhi                                   on 2000/08/27  15:35:08
51205         Log: Use the actual thread type, not the pointer-to-struct.
51206      Branch: perl
51207            ! ext/Thread/Thread.xs
51208 ____________________________________________________________________________
51209 [  6847] By: jhi                                   on 2000/08/27  15:30:49
51210         Log: Test nit.
51211      Branch: perl
51212            ! t/pragma/warn/pp_sys
51213 ____________________________________________________________________________
51214 [  6846] By: jhi                                   on 2000/08/27  15:19:02
51215         Log: Passing -R in ldflags makes now it to appear in the default
51216              for lddlflags, just like with -L.
51217              
51218              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
51219              From: Lupe Christoph <lupe@lupe-christoph.de>
51220              Date: Sun, 27 Aug 2000 10:28:21 +0200
51221              Message-ID: <20000827102821.B4437@alanya.lupe-christoph.de>
51222      Branch: metaconfig/U/perl
51223            ! dlsrc.U
51224      Branch: perl
51225            ! Configure
51226 ____________________________________________________________________________
51227 [  6845] By: jhi                                   on 2000/08/27  15:08:54
51228         Log: Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
51229              From: Alan Burlison <Alan.Burlison@uk.sun.com>
51230              Date: Sat, 26 Aug 2000 22:23:27 +0100
51231              Message-ID: <39A8354F.E1E832C9@uk.sun.com>
51232      Branch: perl
51233            ! lib/ExtUtils/MM_Unix.pm
51234 ____________________________________________________________________________
51235 [  6844] By: jhi                                   on 2000/08/27  15:02:37
51236         Log: DJGPP update from Laszlo Molnar.
51237              
51238              Subject: [ID 20000826.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6788 on dos-djgpp djgpp (UNINSTALLED) [PATCH]
51239              From: ml1050 <ml1050@freemail.hu>
51240              Date: Sat, 26 Aug 2000 23:24:40 +0200
51241              Message-Id: <20000826232440.A439@freemail.hu>
51242      Branch: perl
51243            ! djgpp/config.over lib/File/Temp.pm pod/buildtoc.PL
51244            ! t/lib/ftmp-security.t t/lib/posix.t t/pragma/warn/pp_sys
51245 ____________________________________________________________________________
51246 [  6843] By: jhi                                   on 2000/08/27  14:53:58
51247         Log: Subject: installman buglet
51248              From: Lupe Christoph <lupe@lupe-christoph.de>
51249              Date: Sun, 27 Aug 2000 14:38:59 +0200
51250              Message-ID: <20000827143859.E4437@alanya.lupe-christoph.de>
51251      Branch: perl
51252            ! installman
51253 ____________________________________________________________________________
51254 [  6842] By: jhi                                   on 2000/08/27  14:52:08
51255         Log: Can't get the test to reliably work thanks to the
51256              inaccurateness of floating point.  "Resolves" bug ids
51257              20000826.003, 20000826.009, 20000826.010,
51258      Branch: perl
51259            ! t/lib/trig.t
51260 ____________________________________________________________________________
51261 [  6841] By: jhi                                   on 2000/08/26  15:53:58
51262         Log: Update Changes.
51263      Branch: perl
51264            ! Changes patchlevel.h
51265 ____________________________________________________________________________
51266 [  6840] By: jhi                                   on 2000/08/26  14:23:03
51267         Log: grep -e isn't portable.
51268              
51269              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
51270              From: chris@broadband.att.com
51271              Date: Sat, 26 Aug 2000 00:17:27 -0600 (MDT)
51272              Message-Id: <200008260617.AAA10219@lazlo.tci.com>
51273      Branch: perl
51274            ! hints/solaris_2.sh
51275 ____________________________________________________________________________
51276 [  6839] By: jhi                                   on 2000/08/26  14:12:23
51277         Log: no-install target a la make -n.
51278              
51279              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
51280              From: <abigail@foad.org>
51281              Date: Sat, 26 Aug 2000 03:57:34 -0400
51282              Message-ID: <20000826075735.18912.qmail@foad.org>
51283      Branch: perl
51284            ! Makefile.SH installman installperl
51285 ____________________________________________________________________________
51286 [  6838] By: jhi                                   on 2000/08/26  14:06:33
51287         Log: Retract #6826 as the #6828 should be do the same
51288              in a More Correct Way.
51289      Branch: perl
51290            ! installperl
51291 ____________________________________________________________________________
51292 [  6837] By: jhi                                   on 2000/08/26  05:24:00
51293         Log: More casting.
51294      Branch: perl
51295            ! ext/Storable/Storable.xs
51296 ____________________________________________________________________________
51297 [  6836] By: jhi                                   on 2000/08/26  05:05:46
51298         Log: Nicer in decimal.
51299      Branch: perl
51300            ! ext/Storable/Storable.xs
51301 ____________________________________________________________________________
51302 [  6835] By: jhi                                   on 2000/08/26  05:03:50
51303         Log: There be no UVdf.
51304      Branch: perl
51305            ! ext/Storable/Storable.xs
51306 ____________________________________________________________________________
51307 [  6834] By: jhi                                   on 2000/08/26  05:00:18
51308         Log: Continue IVdfing and UVxfing.
51309      Branch: perl
51310            ! ext/Storable/Storable.xs
51311 ____________________________________________________________________________
51312 [  6833] By: jhi                                   on 2000/08/26  04:53:14
51313         Log: Use IVdf.
51314      Branch: perl
51315            ! ext/Storable/Storable.xs
51316 ____________________________________________________________________________
51317 [  6832] By: jhi                                   on 2000/08/26  04:40:41
51318         Log: Document PTR2XX and INT2PTR.
51319      Branch: perl
51320            ! pod/perlguts.pod
51321 ____________________________________________________________________________
51322 [  6831] By: jhi                                   on 2000/08/26  04:33:18
51323         Log: Use UVxf, PTR2UV, NVff.
51324      Branch: perl
51325            ! ext/Storable/Storable.xs
51326 ____________________________________________________________________________
51327 [  6830] By: jhi                                   on 2000/08/26  04:31:32
51328         Log: Update the test count.
51329      Branch: perl
51330            ! t/lib/trig.t
51331 ____________________________________________________________________________
51332 [  6829] By: jhi                                   on 2000/08/26  03:05:50
51333         Log: Subject: [PATCH] installation not quite silent yet.
51334              From: <abigail@foad.org>
51335              Date: Fri, 25 Aug 2000 20:07:53 -0400
51336              Message-ID: <20000826000753.7822.qmail@foad.org>
51337      Branch: perl
51338            ! installman installperl
51339 ____________________________________________________________________________
51340 [  6828] By: jhi                                   on 2000/08/26  03:05:14
51341         Log: Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
51342              From: Spider Boardman <spider@web.zk3.dec.com>
51343              Date: Fri, 25 Aug 2000 19:12:40 -0400
51344              Message-Id: <200008252312.TAA17828@leggy.zk3.dec.com>
51345      Branch: perl
51346            ! gv.c
51347 ____________________________________________________________________________
51348 [  6827] By: jhi                                   on 2000/08/25  23:54:34
51349         Log: Support preserving extremely big/small angles.
51350      Branch: perl
51351            ! lib/Math/Trig.pm pod/perldelta.pod t/lib/trig.t
51352 ____________________________________________________________________________
51353 [  6826] By: jhi                                   on 2000/08/25  23:01:20
51354         Log: Patch installperl to be long double-aware.
51355              
51356              Subject: Re: [PATCH] [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
51357              From: Spider Boardman <spider@web.zk3.dec.com>
51358              Date: Fri, 25 Aug 2000 18:15:23 -0400
51359              Message-Id: <200008252215.SAA28740@leggy.zk3.dec.com>
51360      Branch: perl
51361            ! installperl
51362 ____________________________________________________________________________
51363 [  6825] By: jhi                                   on 2000/08/25  22:58:25
51364         Log: Remove duplicately applied patch shards.
51365              
51366              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
51367              From: Spider Boardman <spider@leggy.zk3.dec.com>
51368              Date: Fri, 25 Aug 2000 16:45:03 -0400
51369              Message-Id: <200008252045.QAA23518@leggy.zk3.dec.com>
51370      Branch: perl
51371            ! t/lib/cgi-html.t
51372 ____________________________________________________________________________
51373 [  6824] By: jhi                                   on 2000/08/25  22:57:00
51374         Log: Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
51375              From: Daniel Chetlin <daniel@chetlin.com>
51376              Date: Fri, 25 Aug 2000 12:23:16 -0700
51377              Message-ID: <20000825122316.A10250@ilmd.chetlin.org>
51378              
51379              Subject: Re: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
51380              From: Daniel Chetlin <daniel@chetlin.com>
51381              Date: Fri, 25 Aug 2000 14:47:19 -0700
51382              Message-ID: <20000825144719.A20587@ilmd.chetlin.org>
51383      Branch: perl
51384            ! installman
51385 ____________________________________________________________________________
51386 [  6823] By: jhi                                   on 2000/08/25  22:44:17
51387         Log: Timestamp problem?
51388      Branch: perl
51389            ! uconfig.h uconfig.sh
51390 ____________________________________________________________________________
51391 [  6822] By: jhi                                   on 2000/08/25  19:01:06
51392         Log: One forgotten file from #6816.
51393      Branch: perl
51394            ! vos/config.h
51395 ____________________________________________________________________________
51396 [  6821] By: jhi                                   on 2000/08/25  18:56:39
51397         Log: Regen Changes.
51398      Branch: perl
51399            ! Changes patchlevel.h
51400 ____________________________________________________________________________
51401 [  6820] By: jhi                                   on 2000/08/25  18:52:35
51402         Log: Fix Changes ordering.
51403      Branch: perl
51404            ! Changes
51405 ____________________________________________________________________________
51406 [  6819] By: jhi                                   on 2000/08/25  18:50:25
51407         Log: Update Changes.
51408      Branch: perl
51409            ! Changes patchlevel.h
51410 ____________________________________________________________________________
51411 [  6818] By: jhi                                   on 2000/08/25  18:47:45
51412         Log: Tweak the sfio/useperlio logic, hopefully as wished in
51413              
51414              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
51415              From: Nicholas Clark <nick@babyhippo.co.uk>
51416              Date: Fri, 25 Aug 2000 12:01:45 +0100
51417              Message-Id: <E13SHF3-0005I9-00@fruitbat.babyhippo.co.uk>
51418      Branch: metaconfig/U/perl
51419            ! d_sfio.U
51420      Branch: perl
51421            ! Configure
51422 ____________________________________________________________________________
51423 [  6817] By: jhi                                   on 2000/08/25  18:32:51
51424         Log: Allow microperl to assume <math.h>, without it the math
51425              functions like floor() are assumed to return int, which makes
51426              for core dumps in machines where integer and floating register
51427              don't mix.
51428      Branch: perl
51429            ! uconfig.h uconfig.sh
51430 ____________________________________________________________________________
51431 [  6816] By: jhi                                   on 2000/08/25  18:27:17
51432         Log: AIX 4.3.3 has SOCKS in libc with a differently named init routine,
51433              the problem reported in
51434              
51435              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
51436              From: danhale@us.ibm.com
51437              Date: Fri, 25 Aug 2000 10:58:06 -0400
51438              Message-Id: <85256946.005238A3.00@d54mta02.raleigh.ibm.com>
51439      Branch: metaconfig/U/perl
51440            + d_socks5_init.U
51441      Branch: perl
51442            ! Configure INSTALL config_h.SH configure.com epoc/config.sh
51443            ! perl.c uconfig.h uconfig.sh vos/config.def vos/config.h
51444            ! vos/config.pl vos/config_h.SH_orig win32/config.bc
51445            ! win32/config.gc win32/config.vc
51446 ____________________________________________________________________________
51447 [  6815] By: jhi                                   on 2000/08/25  17:43:31
51448         Log: A solution for the retrieve_fd autosplit warning,
51449              idea suggested by Mike Guy.
51450      Branch: perl
51451            ! ext/Storable/Storable.pm
51452 ____________________________________________________________________________
51453 [  6814] By: jhi                                   on 2000/08/25  17:16:03
51454         Log: Add install-silent target.
51455      Branch: perl
51456            ! Makefile.SH
51457 ____________________________________________________________________________
51458 [  6813] By: jhi                                   on 2000/08/25  17:14:23
51459         Log: Subject: Re: [PATCH] More silencing of installman.
51460              From: <abigail@foad.org>
51461              Date: Thu, 24 Aug 2000 19:27:03 -0400
51462              Message-ID: <20000824232703.7001.qmail@foad.org>
51463              
51464              Subject: Re: [PATCH] More silencing of installman.
51465              From: <abigail@foad.org>
51466              Date: Fri, 25 Aug 2000 03:00:58 -0400
51467              Message-ID: <20000825070058.10697.qmail@foad.org>
51468      Branch: perl
51469            ! installman
51470 ____________________________________________________________________________
51471 [  6812] By: jhi                                   on 2000/08/25  17:11:28
51472         Log: installperl --verbose and --silent.
51473              
51474              Subject: Re: [PATCH] More silencing of installman.
51475              From: <abigail@foad.org>
51476              Message-ID: <20000825064430.9719.qmail@foad.org>
51477              Date: Fri, 25 Aug 2000 02:44:30 -0400
51478      Branch: perl
51479            ! installperl
51480 ____________________________________________________________________________
51481 [  6811] By: jhi                                   on 2000/08/25  17:05:43
51482         Log: Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
51483              From: "Peter J. Farley III" <pjfarley@banet.net>
51484              Date: Thu, 24 Aug 2000 21:58:03 -0400
51485              Message-Id: <4.3.1.0.20000824215500.00ac3df0@pop5.banet.net>
51486              
51487              (applied slightly modified)
51488      Branch: perl
51489            ! lib/ExtUtils/MM_Unix.pm
51490 ____________________________________________________________________________
51491 [  6810] By: jhi                                   on 2000/08/25  17:01:18
51492         Log: Missing parts of 
51493              
51494              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
51495              From: Peter Prymmer <pvhp@forte.com>
51496              Date: Wed, 23 Aug 2000 13:58:31 -0700 (PDT)
51497              Message-ID: <Pine.OSF.4.10.10008231351000.126820-100000@aspara.forte.com>
51498      Branch: perl
51499            ! t/lib/cgi-html.t
51500 ____________________________________________________________________________
51501 [  6809] By: jhi                                   on 2000/08/25  16:46:32
51502         Log: Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
51503              From: "Craig A. Berry" <craig.berry@psinetcs.com>
51504              Date: Thu, 24 Aug 2000 19:13:11 -0500
51505              Message-Id: <4.3.2.7.2.20000824174417.02479ef8@exchi01>
51506      Branch: perl
51507            ! vms/vms.c
51508 ____________________________________________________________________________
51509 [  6808] By: jhi                                   on 2000/08/25  16:39:22
51510         Log: Subject: [PATCH: 6805] several more tweaks to configure.com
51511              From: Peter Prymmer <pvhp@forte.com>
51512              Date: Thu, 24 Aug 2000 16:25:48 -0700 (PDT)
51513              Message-ID: <Pine.OSF.4.10.10008241623420.181493-100000@aspara.forte.com>
51514      Branch: perl
51515            ! configure.com
51516 ____________________________________________________________________________
51517 [  6807] By: jhi                                   on 2000/08/25  16:36:37
51518         Log: Better wording for the vec lvalue diagnostic.
51519              
51520              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
51521              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
51522              Date: Wed, 23 Aug 2000 14:12:16 -0400
51523              Message-ID: <20000823141215.A173200@linguist.dartmouth.edu>
51524      Branch: perl
51525            ! pod/perldiag.pod
51526 ____________________________________________________________________________
51527 [  6806] By: jhi                                   on 2000/08/24  18:17:22
51528         Log: Subject: [PATCH] More silencing of installman.
51529              From: <abigail@foad.org>
51530              Date: Thu, 24 Aug 2000 14:01:44 -0400
51531              Message-ID: <20000824180144.20062.qmail@foad.org>
51532      Branch: perl
51533            ! installman
51534 ____________________________________________________________________________
51535 [  6805] By: jhi                                   on 2000/08/24  15:00:31
51536         Log: Update Changes.
51537      Branch: perl
51538            ! Changes patchlevel.h
51539 ____________________________________________________________________________
51540 [  6804] By: jhi                                   on 2000/08/24  14:59:07
51541         Log: Regen perltoc.
51542      Branch: perl
51543            ! pod/perltoc.pod
51544 ____________________________________________________________________________
51545 [  6803] By: jhi                                   on 2000/08/24  14:44:39
51546         Log: Show the doc file, not the temp file.
51547      Branch: perl
51548            ! installman
51549 ____________________________________________________________________________
51550 [  6802] By: jhi                                   on 2000/08/24  14:41:53
51551         Log: Continue silencing.
51552      Branch: perl
51553            ! installman
51554 ____________________________________________________________________________
51555 [  6801] By: jhi                                   on 2000/08/24  14:34:40
51556         Log: Actually do something with the silencer option.
51557      Branch: perl
51558            ! installman
51559 ____________________________________________________________________________
51560 [  6800] By: jhi                                   on 2000/08/24  14:26:22
51561         Log: Make installman to recognize the silence flag -S.
51562      Branch: perl
51563            ! installman
51564 ____________________________________________________________________________
51565 [  6799] By: jhi                                   on 2000/08/24  13:49:38
51566         Log: DOS patches and portability/porting notes, from Tim Jenness.
51567      Branch: perl
51568            ! lib/File/Temp.pm
51569 ____________________________________________________________________________
51570 [  6798] By: jhi                                   on 2000/08/24  13:48:27
51571         Log: Create directories in silence.
51572              
51573              Subject: [PATCH] Another silencer for MakeMaker
51574              From: andreas.koenig@anima.de (Andreas J. Koenig)
51575              Date: 24 Aug 2000 14:18:52 +0200
51576              Message-ID: <m3zom297ir.fsf@ak-71.mind.de>
51577      Branch: perl
51578            ! lib/ExtUtils/Command.pm
51579 ____________________________________________________________________________
51580 [  6797] By: jhi                                   on 2000/08/24  13:46:42
51581         Log: More liberal parsing of version numbers.
51582              
51583              Subject: Re: CPAN.pm beta for testing available
51584              From: andreas.koenig@anima.de (Andreas J. Koenig)
51585              Date: 24 Aug 2000 13:51:57 +0200
51586              Message-ID: <m34s4aanc2.fsf@ak-71.mind.de>
51587      Branch: perl
51588            ! lib/CPAN.pm
51589 ____________________________________________________________________________
51590 [  6796] By: jhi                                   on 2000/08/24  13:44:36
51591         Log: Make "make install" by default silent.  A new "install-verbose"
51592              target is verbose.
51593      Branch: perl
51594            ! Makefile.SH
51595 ____________________________________________________________________________
51596 [  6795] By: jhi                                   on 2000/08/24  13:39:14
51597         Log: Add silencer flags to installperl.
51598              
51599              Subject: [PATCH] Making installperl silent.
51600              From: <abigail@foad.org>
51601              Date: Thu, 24 Aug 2000 05:01:45 -0400
51602              Message-ID: <20000824090145.13141.qmail@foad.org>
51603      Branch: perl
51604            ! installperl
51605 ____________________________________________________________________________
51606 [  6794] By: jhi                                   on 2000/08/24  13:35:50
51607         Log: installperl couldn't tell whether it had run tests or not.
51608              
51609              Subject: [PATCH] Re: installperl and t/TEST
51610              From: <abigail@foad.org>
51611              Date: Thu, 24 Aug 2000 04:00:53 -0400
51612              Message-ID: <20000824080053.2494.qmail@foad.org>
51613      Branch: perl
51614            ! Makefile.SH installperl
51615 ____________________________________________________________________________
51616 [  6793] By: jhi                                   on 2000/08/24  13:27:50
51617         Log: Drop the separate perlbc, perlcc -b should be enough.
51618      Branch: perl
51619            - utils/perlbc.PL
51620            ! MANIFEST pod/perldelta.pod pod/perlutil.pod utils/Makefile
51621 ____________________________________________________________________________
51622 [  6792] By: jhi                                   on 2000/08/24  04:41:30
51623         Log: Upgrade to Storable 0.7.4, from Raphael Manfredi,
51624              plus the typo fix from Peter Prymmer.
51625      Branch: perl
51626            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
51627            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
51628 ____________________________________________________________________________
51629 [  6791] By: jhi                                   on 2000/08/24  02:10:43
51630         Log: Replace #6705 with a minimal doc patch.
51631              
51632              Subject: [PATCH 5.6.0] replace change #6705
51633              From: Jan Dubois <jand@ActiveState.com>
51634              Date: Wed, 23 Aug 2000 18:31:51 -0700
51635              Message-ID: <dau8qsolaurdcbom4810gfuhbjegemtr58@4ax.com>
51636      Branch: perl
51637            ! lib/Win32.pod win32/win32.c
51638 ____________________________________________________________________________
51639 [  6790] By: jhi                                   on 2000/08/23  17:52:00
51640         Log: Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
51641              From: Mike Guy <mjtg@cam.ac.uk>
51642              Date: Wed, 23 Aug 2000 18:38:46 +0100
51643              Message-Id: <E13ReUA-0000vC-00@virgo.cus.cam.ac.uk>
51644      Branch: perl
51645            ! doop.c pod/perldiag.pod pod/perlfunc.pod t/op/vec.t
51646 ____________________________________________________________________________
51647 [  6789] By: jhi                                   on 2000/08/23  15:34:21
51648         Log: Update Changes.
51649      Branch: perl
51650            ! Changes patchlevel.h
51651 ____________________________________________________________________________
51652 [  6788] By: jhi                                   on 2000/08/23  15:33:40
51653         Log: Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
51654              From: Wilfredo Sánchez <wsanchez@apple.com>
51655              Date: Tue, 22 Aug 2000 19:31:27 -0700
51656              Message-Id: <200008230231.TAA00461@ns1.abstrata.com>
51657      Branch: perl
51658            ! perl.h
51659 ____________________________________________________________________________
51660 [  6787] By: jhi                                   on 2000/08/23  15:29:31
51661         Log: Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
51662              From: Spider Boardman <spider@leggy.zk3.dec.com>
51663              Date: Wed, 23 Aug 2000 10:33:23 -0400
51664              Message-Id: <200008231433.KAA28122@leggy.zk3.dec.com>
51665      Branch: perl
51666            ! lib/Pod/Html.pm
51667 ____________________________________________________________________________
51668 [  6786] By: jhi                                   on 2000/08/23  15:28:11
51669         Log: Bad makefile.
51670      Branch: perl
51671            ! ext/B/Makefile.PL
51672 ____________________________________________________________________________
51673 [  6785] By: jhi                                   on 2000/08/23  14:37:04
51674         Log: Update Changes.
51675      Branch: perl
51676            ! Changes patchlevel.h
51677 ____________________________________________________________________________
51678 [  6784] By: jhi                                   on 2000/08/23  13:58:41
51679         Log: Portability fix from Hugo van der Sanden.
51680      Branch: perl
51681            ! ext/re/Makefile.PL
51682 ____________________________________________________________________________
51683 [  6783] By: jhi                                   on 2000/08/23  13:53:53
51684         Log: Storable support, v-version fixes.
51685              
51686              Subject: CPAN.pm beta for testing available
51687              From: andreas.koenig@anima.de (Andreas J. Koenig)
51688              Date: 22 Aug 2000 23:31:33 +0200
51689              Message-ID: <m3hf8dc79m.fsf@ak-71.mind.de>
51690      Branch: perl
51691            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
51692 ____________________________________________________________________________
51693 [  6782] By: jhi                                   on 2000/08/23  13:51:26
51694         Log: Mac and other portability updates from Chris Nandor.
51695      Branch: perl
51696            ! pod/perlmodinstall.pod
51697 ____________________________________________________________________________
51698 [  6781] By: jhi                                   on 2000/08/23  13:47:33
51699         Log: Subject: [PATCH: 6778] fix a small typo in Storable.xs
51700              From: Peter Prymmer <pvhp@forte.com>
51701              Date: Tue, 22 Aug 2000 16:20:41 -0700 (PDT)
51702              Message-ID: <Pine.OSF.4.10.10008221616430.68568-100000@aspara.forte.com>
51703      Branch: perl
51704            ! ext/Storable/Storable.xs
51705 ____________________________________________________________________________
51706 [  6780] By: jhi                                   on 2000/08/23  13:33:34
51707         Log: VMS MMS (make) wants null action.
51708      Branch: perl
51709            ! ext/B/Makefile.PL
51710 ____________________________________________________________________________
51711 [  6779] By: jhi                                   on 2000/08/22  19:44:47
51712         Log: Forgot portability nit.
51713      Branch: perl
51714            ! t/lib/st-forgive.t
51715 ____________________________________________________________________________
51716 [  6778] By: jhi                                   on 2000/08/22  19:35:25
51717         Log: Be portable.
51718      Branch: perl
51719            ! ext/B/Makefile.PL t/lib/st-forgive.t t/lib/st-retrieve.t
51720            ! t/lib/st-store.t
51721 ____________________________________________________________________________
51722 [  6777] By: jhi                                   on 2000/08/22  18:50:53
51723         Log: Update Changes.
51724      Branch: perl
51725            ! Changes patchlevel.h
51726 ____________________________________________________________________________
51727 [  6776] By: jhi                                   on 2000/08/22  18:44:46
51728         Log: cSVOPo_*v things index into the current PL_curpad
51729              under ithreads, which is different from the curpad
51730              used by the XSUB.  (In other words, the code as-is
51731              before this patch wouldn't work under ithreads.)
51732              From Sarathy.
51733      Branch: perl
51734            ! ext/B/B.xs
51735 ____________________________________________________________________________
51736 [  6775] By: jhi                                   on 2000/08/22  18:18:37
51737         Log: Make the selection of NVff et al stricter.
51738      Branch: metaconfig/U/perl
51739            ! perlxvf.U
51740      Branch: perl
51741            ! Configure config_h.SH
51742 ____________________________________________________________________________
51743 [  6774] By: jhi                                   on 2000/08/22  17:19:42
51744         Log: perldelta nits.
51745      Branch: perl
51746            ! pod/perldelta.pod
51747 ____________________________________________________________________________
51748 [  6773] By: jhi                                   on 2000/08/22  17:06:26
51749         Log: Long double fixes from Spider Boardman.
51750              
51751              Subject: [ID 20000821.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on alpha-dec_osf 5.1 (UNINSTALLED)
51752              From: system PRIVILEGED account <root@peano.zk3.dec.com>
51753              Date: Mon, 21 Aug 2000 18:41:15 -0400 (EDT)
51754              Message-Id: <200008212241.SAA0000014255@peano.zk3.dec.com>
51755      Branch: perl
51756            ! t/lib/bigfltpm.t t/lib/st-06compat.t
51757 ____________________________________________________________________________
51758 [  6772] By: jhi                                   on 2000/08/22  15:04:53
51759         Log: Update Changes.
51760      Branch: perl
51761            ! Changes patchlevel.h
51762 ____________________________________________________________________________
51763 [  6771] By: jhi                                   on 2000/08/22  15:01:44
51764         Log: perldelta fixes from Hugo van der Sanden.
51765      Branch: perl
51766            ! pod/perldelta.pod
51767 ____________________________________________________________________________
51768 [  6770] By: jhi                                   on 2000/08/22  14:34:49
51769         Log: Subject: [PATCH blead] nextchar() abuse misses an optimisation
51770              From: Hugo <hv@crypt.compulink.co.uk>
51771              Date: Tue, 22 Aug 2000 11:21:53 +0100
51772              Message-Id: <200008221021.LAA03332@crypt.compulink.co.uk>
51773      Branch: perl
51774            ! regcomp.c
51775 ____________________________________________________________________________
51776 [  6769] By: jhi                                   on 2000/08/22  14:30:02
51777         Log: Add Yitzchak, reformat.
51778      Branch: perl
51779            ! Changes config_h.SH
51780 ____________________________________________________________________________
51781 [  6768] By: jhi                                   on 2000/08/22  14:21:35
51782         Log: Long double Gconvert fixes from Yitzchak Scott-Thoennes
51783              and Spider Boardman.
51784      Branch: metaconfig
51785            ! U/compline/d_gconvert.U
51786      Branch: perl
51787            ! Configure
51788 ____________________________________________________________________________
51789 [  6767] By: jhi                                   on 2000/08/22  14:11:24
51790         Log: Subject: Re: [PATCH] [ID 20000820.012] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on
51791              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
51792              Date: Mon, 21 Aug 2000 19:08:31 -0700
51793              Message-ID: <fCeo5gzkgmhY092yn@efn.org>
51794      Branch: perl
51795            - ext/Storable/patchlevel.h
51796            ! MANIFEST ext/Storable/MANIFEST
51797 ____________________________________________________________________________
51798 [  6766] By: jhi                                   on 2000/08/22  13:49:29
51799         Log: Subject: [PATCH: 6757] configure.com updates and syslog build
51800              From: Peter Prymmer <pvhp@forte.com>
51801              Date: Mon, 21 Aug 2000 17:15:35 -0700 (PDT)
51802              Message-ID: <Pine.OSF.4.10.10008211653270.17516-100000@aspara.forte.com>
51803      Branch: perl
51804            ! configure.com ext/Storable/Makefile.PL
51805 ____________________________________________________________________________
51806 [  6765] By: jhi                                   on 2000/08/22  13:44:59
51807         Log: Subject: [PATCH blead] B:: missing dependency
51808              From: Hugo <hv@crypt.compulink.co.uk>
51809              Date: Tue, 22 Aug 2000 06:44:33 +0100
51810              Message-Id: <200008220544.GAA31051@crypt.compulink.co.uk>
51811      Branch: perl
51812            ! ext/B/Makefile.PL
51813 ____________________________________________________________________________
51814 [  6764] By: jhi                                   on 2000/08/22  13:38:12
51815         Log: More bytecompiler.
51816      Branch: perl
51817            ! pod/perlutil.pod utils/Makefile utils/perlbc.PL
51818 ____________________________________________________________________________
51819 [  6763] By: jhi                                   on 2000/08/22  13:36:44
51820         Log: Bytecompiler patches from Benjamin Stuhl.
51821      Branch: perl
51822            ! bytecode.pl embedvar.h ext/B/B.pm ext/B/B.xs
51823            ! ext/B/B/Asmdata.pm ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
51824            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
51825            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
51826            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h intrpvar.h
51827            ! perl.c perlapi.h pod/perldelta.pod
51828 ____________________________________________________________________________
51829 [  6762] By: jhi                                   on 2000/08/21  23:43:40
51830         Log: An obsoleted diagnostic.
51831      Branch: perl
51832            ! pod/perldelta.pod
51833 ____________________________________________________________________________
51834 [  6761] By: jhi                                   on 2000/08/21  23:01:45
51835         Log: The #6759 wasn't quite right.
51836      Branch: perl
51837            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
51838            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
51839            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
51840            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
51841            ! t/lib/st-tieditems.t
51842 ____________________________________________________________________________
51843 [  6760] By: jhi                                   on 2000/08/21  22:35:49
51844         Log: Be verydeepclean.
51845      Branch: perl
51846            ! Makefile.SH
51847 ____________________________________________________________________________
51848 [  6759] By: jhi                                   on 2000/08/21  22:25:40
51849         Log: Subject: [PATCH: 6757] make new Storable tests forgiving of places where not built
51850              From: Peter Prymmer <pvhp@forte.com>
51851              Date: Mon, 21 Aug 2000 14:58:16 -0700 (PDT)
51852              Message-ID: <Pine.OSF.4.10.10008211456250.17516-100000@aspara.forte.com>
51853      Branch: perl
51854            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
51855            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
51856            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
51857            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
51858            ! t/lib/st-tieditems.t
51859 ____________________________________________________________________________
51860 [  6758] By: jhi                                   on 2000/08/21  22:22:32
51861         Log: Few more casts, need reported in
51862              
51863              Subject: Re: [ID 20000821.010] OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i586-linux-64all 2.2.16-9mdk (UNINSTALLED)
51864              From: Mike Stok <mike@stok.co.uk>
51865              Date: Mon, 21 Aug 2000 15:59:29 -0500 (CDT)
51866              Message-ID: <Pine.LNX.4.21.0008211558480.19081-100000@ratdog.stok.co.uk>
51867              
51868              and
51869              
51870              Subject: [ID 20000821.013] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i686-linux-64int 2.2.13
51871              From: abigail@foad.org
51872              Date: 21 Aug 2000 21:31:34 -0000
51873              Message-Id: <20000821213134.30170.qmail@foad.org>
51874      Branch: perl
51875            ! ext/Storable/Storable.xs
51876 ____________________________________________________________________________
51877 [  6757] By: jhi                                   on 2000/08/21  18:37:07
51878         Log: Update Changes.
51879      Branch: perl
51880            ! Changes patchlevel.h
51881 ____________________________________________________________________________
51882 [  6756] By: jhi                                   on 2000/08/21  18:34:02
51883         Log: A pod nit.
51884              
51885              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
51886              From: <abigail@foad.org>
51887              Date: Mon, 21 Aug 2000 14:00:16 -0400
51888              Message-ID: <20000821180016.28627.qmail@foad.org>
51889      Branch: perl
51890            ! pod/perlre.pod
51891 ____________________________________________________________________________
51892 [  6755] By: jhi                                   on 2000/08/21  18:30:56
51893         Log: Use PodParser 1.18 new test.
51894      Branch: perl
51895            ! t/pod/special_seqs.t t/pod/special_seqs.xr
51896 ____________________________________________________________________________
51897 [  6754] By: jhi                                   on 2000/08/21  18:28:35
51898         Log: Apply some PodParser 1.18 patches; the Pod/Find.pm
51899              patches cannot be applied since #6712 conflicts.
51900      Branch: perl
51901            ! lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Usage.pm
51902 ____________________________________________________________________________
51903 [  6753] By: jhi                                   on 2000/08/21  18:15:11
51904         Log: Weed out some smaller changes.
51905      Branch: perl
51906            ! pod/perldelta.pod
51907 ____________________________________________________________________________
51908 [  6752] By: jhi                                   on 2000/08/21  18:02:30
51909         Log: Also under djgpp the timestamps are funky.
51910      Branch: perl
51911            ! t/op/stat.t
51912 ____________________________________________________________________________
51913 [  6751] By: jhi                                   on 2000/08/21  17:55:56
51914         Log: Tweak the floating point output routine preferences.
51915      Branch: metaconfig
51916            ! U/compline/d_gconvert.U
51917      Branch: perl
51918            ! Configure
51919 ____________________________________________________________________________
51920 [  6750] By: jhi                                   on 2000/08/21  17:51:29
51921         Log: Unicos/mk requires elaborate paranoia.
51922      Branch: perl
51923            ! lib/Math/Complex.pm
51924 ____________________________________________________________________________
51925 [  6749] By: gsar                                  on 2000/08/21  16:53:31
51926         Log: use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
51927      Branch: perl
51928            ! lib/Cwd.pm
51929 ____________________________________________________________________________
51930 [  6748] By: gsar                                  on 2000/08/21  16:22:19
51931         Log: free TLS slot properly on Windows
51932      Branch: perl
51933            ! thread.h win32/perllib.c win32/win32thread.h
51934 ____________________________________________________________________________
51935 [  6747] By: jhi                                   on 2000/08/21  16:20:58
51936         Log: Rename the macro argument because some preprocessors
51937              can't tell the difference and expand arguments also inside
51938              double quoted strings.
51939      Branch: perl
51940            ! regcomp.c
51941 ____________________________________________________________________________
51942 [  6746] By: jhi                                   on 2000/08/21  16:09:41
51943         Log: Support long doubles in Storable.
51944              
51945              Subject: Re: Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on i686-linux-thread-multi-64int 2.2.14-5.0 (UNINSTALLED)
51946              From: Radu Greab <radu@netsoft.ro>
51947              Date: Mon, 21 Aug 2000 18:05:59 +0300 (EET DST)
51948              Message-ID: <Pine.GSO.4.05.10008211804210.10137-100000@localhost>
51949      Branch: perl
51950            ! ext/Storable/Storable.xs
51951 ____________________________________________________________________________
51952 [  6745] By: jhi                                   on 2000/08/21  15:51:40
51953         Log: Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
51954              From: "Fifer, Eric" <EFifer@sanwaint.com>
51955              Date: Mon, 21 Aug 2000 15:34:49 +0100
51956              Message-ID: <779F20BCCE5AD31186A50008C75D9979171786@silldn_mail1.sanwaint.com>
51957      Branch: perl
51958            ! t/pragma/warn/9enabled
51959 ____________________________________________________________________________
51960 [  6744] By: jhi                                   on 2000/08/21  15:39:35
51961         Log: Document the endianness of Alpha more precisely.
51962      Branch: perl
51963            ! hints/unicos.sh pod/perldelta.pod pod/perlfunc.pod
51964            ! pod/perlport.pod
51965 ____________________________________________________________________________
51966 [  6743] By: jhi                                   on 2000/08/21  14:47:05
51967         Log: perldelta fixes from the p5p crowd.
51968      Branch: perl
51969            ! pod/perldelta.pod pod/perlop.pod
51970 ____________________________________________________________________________
51971 [  6742] By: jhi                                   on 2000/08/21  13:34:51
51972         Log: Update to Pod::LaTeX 0.53.
51973              
51974              Subject: [PATCH] lib/Pod/LaTeX.pm updates
51975              From: Tim Jenness <timj@jach.hawaii.edu>
51976              Date: Sun, 20 Aug 2000 23:09:48 -1000 (HST)
51977              Message-ID: <Pine.LNX.4.21.0008202308040.12047-100000@lapaki.jach.hawaii.edu>
51978      Branch: perl
51979            ! lib/Pod/LaTeX.pm
51980 ____________________________________________________________________________
51981 [  6741] By: jhi                                   on 2000/08/21  13:33:01
51982         Log: Subject: [PATCH] os2.c fix for use64bitint
51983              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
51984              Date: Mon, 21 Aug 2000 01:32:25 -0700
51985              Message-ID: <ZkOo5gzkgWEb092yn@efn.org>
51986      Branch: perl
51987            ! os2/os2.c
51988 ____________________________________________________________________________
51989 [  6740] By: jhi                                   on 2000/08/21  13:28:52
51990         Log: Array context keeps slithering in.
51991              
51992              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
51993              From: Daniel Chetlin <daniel@chetlin.com>
51994              Date: Sun, 20 Aug 2000 21:40:25 -0700
51995              Message-ID: <20000820214025.C29387@ilmd.chetlin.org>
51996      Branch: perl
51997            ! ext/Storable/Storable.xs lib/Pod/InputObjects.pm
51998            ! pod/perldebtut.pod
51999 ____________________________________________________________________________
52000 [  6739] By: jhi                                   on 2000/08/21  13:23:55
52001         Log: Big-endian quad fixes for Storable from Radu Greab,
52002              plus few explicit null casts for picky compilers.
52003      Branch: perl
52004            ! ext/Storable/Storable.xs
52005 ____________________________________________________________________________
52006 [  6738] By: gsar                                  on 2000/08/21  05:56:13
52007         Log: small tweaks for change#6705: avoid C++ style comments in C code;
52008              use Perl's malloc API rather than the low level system one
52009      Branch: perl
52010            ! win32/win32.c
52011 ____________________________________________________________________________
52012 [  6737] By: gsar                                  on 2000/08/21  05:35:41
52013         Log: add Storable to list of extensions on Windows
52014      Branch: perl
52015            ! win32/Makefile win32/makefile.mk
52016 ____________________________________________________________________________
52017 [  6736] By: jhi                                   on 2000/08/21  02:57:53
52018         Log: Update Changes.
52019      Branch: perl
52020            ! Changes patchlevel.h
52021 ____________________________________________________________________________
52022 [  6735] By: jhi                                   on 2000/08/21  02:57:20
52023         Log: Draft 0.
52024      Branch: perl
52025            ! pod/perldelta.pod
52026 ____________________________________________________________________________
52027 [  6734] By: jhi                                   on 2000/08/21  02:57:03
52028         Log: Add Storable 0.7.2 from Raphael Manfredi,
52029              plus the patch from
52030              
52031              Subject: Re: someone with too much time and a 64-bit box and interest in Storable?
52032              From: Radu Greab <radu@netsoft.ro>
52033              Date: Mon, 21 Aug 2000 03:10:05 +0300 (EEST)
52034              Message-ID: <Pine.LNX.4.10.10008210258160.1292-100000@busy.netsoft.ro>
52035              
52036              plus changes to get Storable to compile with
52037              picky ANSI compilers.
52038      Branch: perl
52039            + ext/Storable/ChangeLog ext/Storable/MANIFEST
52040            + ext/Storable/Makefile.PL ext/Storable/README
52041            + ext/Storable/Storable.pm ext/Storable/Storable.xs
52042            + ext/Storable/patchlevel.h t/lib/st-06compat.t
52043            + t/lib/st-blessed.t t/lib/st-canonical.t t/lib/st-dclone.t
52044            + t/lib/st-dump.pl t/lib/st-forgive.t t/lib/st-freeze.t
52045            + t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
52046            + t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
52047            + t/lib/st-tieditems.t
52048            ! MANIFEST
52049 ____________________________________________________________________________
52050 [  6733] By: jhi                                   on 2000/08/21  02:29:09
52051         Log: The correct cleaning order is an art.
52052      Branch: perl
52053            ! Makefile.SH
52054 ____________________________________________________________________________
52055 [  6732] By: jhi                                   on 2000/08/21  01:23:39
52056         Log: The #6724 is here.
52057      Branch: perl
52058            ! t/lib/ftmp-security.t
52059 ____________________________________________________________________________
52060 [  6731] By: jhi                                   on 2000/08/20  23:17:03
52061         Log: s/this one/the 5.6.0 release/
52062      Branch: perl
52063            ! pod/perl56delta.pod
52064 ____________________________________________________________________________
52065 [  6730] By: jhi                                   on 2000/08/20  23:07:34
52066         Log: Mention perlebcdic and perlposix-bc.
52067      Branch: perl
52068            ! pod/perlport.pod
52069 ____________________________________________________________________________
52070 [  6729] By: jhi                                   on 2000/08/20  21:32:59
52071         Log: Document the number of exponent digits.
52072      Branch: perl
52073            ! pod/perlfunc.pod
52074 ____________________________________________________________________________
52075 [  6728] By: jhi                                   on 2000/08/20  21:16:47
52076         Log: Use File::Spec->tmpdir().
52077              
52078              Subject: Re: [ID 20000820.001] not OK - Perl 5.7.0 (uninstalled)
52079              From: Tim Jenness <timj@jach.hawaii.edu>
52080              Message-ID: <Pine.LNX.4.21.0008201057080.20544-100000@lapaki.jach.hawaii.edu>
52081              MIME-Version: 1.0
52082              Date: Sun, 20 Aug 2000 11:01:25 -1000 (HST)
52083      Branch: perl
52084            ! utils/perlbug.PL
52085 ____________________________________________________________________________
52086 [  6727] By: jhi                                   on 2000/08/20  20:43:32
52087         Log: Update Changes.
52088      Branch: perl
52089            ! Changes patchlevel.h
52090 ____________________________________________________________________________
52091 [  6726] By: jhi                                   on 2000/08/20  20:41:44
52092         Log: The veryclean target needs to clobber.
52093      Branch: perl
52094            ! Makefile.SH
52095 ____________________________________________________________________________
52096 [  6725] By: jhi                                   on 2000/08/20  20:37:38
52097         Log: Document odd vs even subreleases and -Dusedevel.
52098      Branch: perl
52099            ! INSTALL
52100 ____________________________________________________________________________
52101 [  6724] By: jhi                                   on 2000/08/20  19:58:05
52102         Log: Use temporary directory instead of current directory.
52103              
52104              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
52105              From: Tim Jenness <timj@jach.hawaii.edu>
52106              Date: Sat, 19 Aug 2000 10:26:07 -1000 (HST)
52107              Message-ID: <Pine.LNX.4.21.0008191015090.13727-100000@lapaki.jach.hawaii.edu>
52108      Branch: perl
52109            ! t/lib/ftmp-security.t
52110 ____________________________________________________________________________
52111 [  6723] By: jhi                                   on 2000/08/20  19:55:55
52112         Log: Subject: [PATCH] Silence MakeMaker (Was: installman)
52113              From: andreas.koenig@anima.de (Andreas J. Koenig)
52114              Date: 20 Aug 2000 15:52:03 +0200
52115              Message-ID: <m3em3khwfw.fsf_-_@ak-71.mind.de>
52116      Branch: perl
52117            ! lib/ExtUtils/MM_Unix.pm
52118 ____________________________________________________________________________
52119 [  6722] By: jhi                                   on 2000/08/20  19:46:01
52120         Log: Update to CGI 2.72, from Lincoln Stein.
52121      Branch: perl
52122            ! lib/CGI.pm
52123 ____________________________________________________________________________
52124 [  6721] By: jhi                                   on 2000/08/20  19:43:54
52125         Log: Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
52126              From: Radu Greab <radu@netsoft.ro>
52127              Date: Sun, 20 Aug 2000 18:03:26 +0300 (EEST)
52128              Message-ID: <Pine.LNX.4.10.10008201753260.1292-100000@busy.netsoft.ro>
52129      Branch: perl
52130            ! ext/GDBM_File/GDBM_File.xs
52131 ____________________________________________________________________________
52132 [  6720] By: jhi                                   on 2000/08/20  19:42:01
52133         Log: pp_open() could pass an uninitialized filename down to do_open9().
52134      Branch: perl
52135            ! pp_sys.c
52136 ____________________________________________________________________________
52137 [  6719] By: jhi                                   on 2000/08/20  14:06:41
52138         Log: UTF8 concat fixes.
52139              
52140              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
52141              From: Hugo <hv@crypt.compulink.co.uk>
52142              Date: Sun, 20 Aug 2000 07:30:46 +0100
52143              Message-Id: <200008200630.HAA18053@crypt.compulink.co.uk>
52144      Branch: perl
52145            ! pp_hot.c t/op/append.t
52146 ____________________________________________________________________________
52147 [  6718] By: jhi                                   on 2000/08/20  02:09:37
52148         Log: Let's try #6717 again.
52149      Branch: perl
52150            ! lib/File/Temp.pm
52151 ____________________________________________________________________________
52152 [  6717] By: jhi                                   on 2000/08/20  01:56:55
52153         Log: Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
52154              From: "Craig A. Berry" <craig.berry@metamorgs.com>
52155              Date: Sat, 19 Aug 2000 18:15:39 -0500
52156              Message-Id: <p04320402b5c4c10bc280@[192.168.56.169]>
52157      Branch: perl
52158            ! lib/File/Temp.pm
52159 ____________________________________________________________________________
52160 [  6716] By: jhi                                   on 2000/08/19  15:50:11
52161         Log: Update Changes.
52162      Branch: perl
52163            ! Changes patchlevel.h
52164 ____________________________________________________________________________
52165 [  6715] By: jhi                                   on 2000/08/19  15:39:09
52166         Log: Subject: [ID 20000817.023] endianness description in perlfunc.pod
52167              From: Jonathan D Johnston <jdjohnston2@juno.com>
52168              Date: Thu, 17 Aug 2000 23:13:01 -0400       
52169              Message-Id: <20000817.231304.-743351.1.jdjohnston2@juno.com>
52170      Branch: perl
52171            ! pod/perlfunc.pod
52172 ____________________________________________________________________________
52173 [  6714] By: jhi                                   on 2000/08/19  15:34:04
52174         Log: Introduce a 'veryclean' target that is like 'distclean'
52175              but also removes *~ and *.orig.
52176      Branch: perl
52177            ! Makefile.SH lib/ExtUtils/MM_Unix.pm pod/Makefile.SH
52178            ! utils/Makefile x2p/Makefile.SH
52179 ____________________________________________________________________________
52180 [  6713] By: jhi                                   on 2000/08/19  14:15:45
52181         Log: Put back the long double avoidance code to POSIX.xs
52182              because VMS seems to need it still.
52183      Branch: perl
52184            ! ext/POSIX/POSIX.xs
52185 ____________________________________________________________________________
52186 [  6712] By: jhi                                   on 2000/08/19  14:10:41
52187         Log: Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
52188              From: Peter Prymmer <pvhp@forte.com>
52189              Date: Fri, 18 Aug 2000 18:18:31 -0700 (PDT)
52190              Message-ID: <Pine.OSF.4.10.10008181818100.322420-100000@aspara.forte.com>
52191      Branch: perl
52192            ! lib/Pod/Find.pm t/pod/find.t
52193 ____________________________________________________________________________
52194 [  6711] By: jhi                                   on 2000/08/19  14:09:19
52195         Log: Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
52196              From: Peter Prymmer <pvhp@forte.com>
52197              Date: Fri, 18 Aug 2000 17:54:10 -0700 (PDT)
52198              Message-ID: <Pine.OSF.4.10.10008181751350.322420-100000@aspara.forte.com>
52199              cc: vmsperl@perl.org
52200      Branch: perl
52201            ! t/lib/peek.t
52202 ____________________________________________________________________________
52203 [  6710] By: jhi                                   on 2000/08/19  14:08:01
52204         Log: Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
52205              From: Jan Dubois <jand@ActiveState.com>
52206              Date: Fri, 18 Aug 2000 16:31:48 -0700
52207              Message-ID: <2ihrps00u6qkpjtfq6f2b1d1ndkrs7l04u@4ax.com>
52208      Branch: perl
52209            ! win32/win32.c
52210 ____________________________________________________________________________
52211 [  6709] By: jhi                                   on 2000/08/19  14:06:57
52212         Log: Fix a core dump in lib/selfloader under -DDEBUGGING.
52213              
52214              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
52215              From: Spider.Boardman@Orb.Nashua.NH.US
52216              Date: Fri, 18 Aug 2000 18:41:14 -0400
52217              Message-Id: <200008182241.SAA29667@Orb.Nashua.NH.US>
52218      Branch: perl
52219            ! regcomp.c
52220 ____________________________________________________________________________
52221 [  6708] By: jhi                                   on 2000/08/18  22:04:49
52222         Log: Update Changes.
52223      Branch: perl
52224            ! Changes patchlevel.h
52225 ____________________________________________________________________________
52226 [  6707] By: jhi                                   on 2000/08/18  21:55:14
52227         Log: Add warnif(), check warnings further up the stack,
52228              all the warnings functions now can take an optional object reference.
52229              
52230              Subject: [PATCH bleedperl@6691] warnings pragma update
52231              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
52232              Date: Fri, 18 Aug 2000 22:42:06 +0100
52233              Message-ID: <000c01c0095d$278e0040$ca01073e@bfs.phone.com>
52234      Branch: perl
52235            ! lib/Class/Struct.pm lib/Tie/Handle.pm lib/Tie/Hash.pm
52236            ! lib/Tie/Scalar.pm lib/fields.pm lib/syslog.pl lib/warnings.pm
52237            ! pod/perllexwarn.pod t/pragma/warn/9enabled warnings.pl
52238 ____________________________________________________________________________
52239 [  6706] By: jhi                                   on 2000/08/18  21:41:45
52240         Log: Typo in pp_complement().
52241              
52242              Subject: [PATCH perl-current] Deparse
52243              From: Peter Scott <Peter@PSDT.com>
52244              Date: Fri, 18 Aug 2000 12:44:37 -0700
52245              Message-Id: <4.3.2.7.2.20000818124024.00ba2be0@psdt.com>
52246      Branch: perl
52247            ! ext/B/B/Deparse.pm
52248 ____________________________________________________________________________
52249 [  6705] By: jhi                                   on 2000/08/18  21:25:59
52250         Log: Subject: [PATCH 5.6.0+] fix for Win32::DomainName
52251              From: Jan Dubois <jand@ActiveState.com>
52252              Date: Fri, 18 Aug 2000 14:22:51 -0700
52253              Message-ID: <0o9rps458r29eb97h5csuq81b1eip4no33@4ax.com>
52254      Branch: perl
52255            ! lib/Win32.pod win32/win32.c
52256 ____________________________________________________________________________
52257 [  6704] By: jhi                                   on 2000/08/18  21:16:14
52258         Log: Don't eat leading os from index entries.
52259              
52260              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
52261              From: Russ Allbery <rra@stanford.edu>
52262              Date: 10 Aug 2000 20:49:25 -0700
52263              Message-ID: <ylu2cs78ze.fsf@windlord.stanford.edu>
52264      Branch: perl
52265            ! lib/Pod/Man.pm
52266 ____________________________________________________________________________
52267 [  6703] By: jhi                                   on 2000/08/18  21:07:06
52268         Log: Add [[:blank:]] as suggested in
52269              
52270              Subject: [ID 20000716.024] [=cc=] / [:blank:]
52271              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
52272              Date: Sun, 16 Jul 2000 17:55:29 -0700
52273              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
52274              
52275              (the [=cc=] has already been taken care of by #6439
52276              so the whole bug report can be closed)
52277              
52278              and make [[:space:]] to be equivalent to isspace(3)
52279              (as opposed to \s, which is isSPACE()).  The difference
52280              is that now [[:space:]] matches the mythical vertical tab,
52281              while \s doesn't.
52282      Branch: perl
52283            ! handy.h pod/perlre.pod pod/perlretut.pod regcomp.c regcomp.h
52284            ! regexec.c t/op/pat.t
52285 ____________________________________________________________________________
52286 [  6702] By: jhi                                   on 2000/08/18  18:47:47
52287         Log: The new tests were missing from #6415.
52288      Branch: perl
52289            ! t/op/bop.t
52290 ____________________________________________________________________________
52291 [  6701] By: jhi                                   on 2000/08/18  18:20:40
52292         Log: Document the NDBM_File and ODBM_File as SDBM_File
52293              was documented in #6417.
52294      Branch: perl
52295            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
52296            ! ext/SDBM_File/SDBM_File.pm
52297 ____________________________________________________________________________
52298 [  6700] By: jhi                                   on 2000/08/18  18:10:39
52299         Log: Subject: [PATCH perl@6698] cygwin port
52300              From: "Fifer, Eric" <EFifer@sanwaint.com>
52301              Date: Fri, 18 Aug 2000 17:30:05 +0100
52302              Message-ID: <779F20BCCE5AD31186A50008C75D9979171784@silldn_mail1.sanwaint.com>
52303      Branch: perl
52304            ! lib/File/Temp.pm
52305 ____________________________________________________________________________
52306 [  6699] By: jhi                                   on 2000/08/18  16:21:49
52307         Log: Document code point which makes if (defined %stash::) to work
52308              (noted by Spider Boardman).
52309      Branch: perl
52310            ! op.c
52311 ____________________________________________________________________________
52312 [  6698] By: jhi                                   on 2000/08/18  13:43:27
52313         Log: Update Changes.
52314      Branch: perl
52315            ! Changes patchlevel.h
52316 ____________________________________________________________________________
52317 [  6697] By: jhi                                   on 2000/08/18  13:35:57
52318         Log: Tiny Getopt::Long patch from Johan Vromans.
52319      Branch: perl
52320            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
52321 ____________________________________________________________________________
52322 [  6696] By: jhi                                   on 2000/08/18  13:26:14
52323         Log: Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
52324              From: Paul David Fardy <pdf@morgan.ucs.mun.ca>
52325              Date: Thu, 17 Aug 2000 17:23:40 -0230 (NDT)
52326              Message-Id: <200008171953.RAA17673@porthos.ucs.mun.ca>
52327      Branch: perl
52328            ! pod/perldiag.pod pod/perlsyn.pod
52329 ____________________________________________________________________________
52330 [  6695] By: jhi                                   on 2000/08/18  13:13:26
52331         Log: Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
52332              From: Daniel Chetlin <daniel@chetlin.com>
52333              Date: Fri, 18 Aug 2000 03:13:36 -0700
52334              Message-ID: <20000818031336.B14165@ilmd.chetlin.org>
52335      Branch: perl
52336            ! pod/perlfunc.pod
52337 ____________________________________________________________________________
52338 [  6694] By: jhi                                   on 2000/08/18  13:08:05
52339         Log: Subject: [PATCH] perltrap.pod spring cleaning
52340              From: Daniel Chetlin <daniel@chetlin.com>
52341              Date: Fri, 18 Aug 2000 03:06:54 -0700
52342              Message-ID: <20000818030654.A14165@ilmd.chetlin.org>
52343              
52344              plus Mike Guy's nitfix.
52345      Branch: perl
52346            ! pod/perltrap.pod
52347 ____________________________________________________________________________
52348 [  6693] By: jhi                                   on 2000/08/18  13:00:26
52349         Log: Unbuffer the output.
52350              
52351              Subject: Re: [ID 20000817.017] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6680 on
52352              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
52353              Date: Thu, 17 Aug 2000 18:39:29 -0700
52354              Message-ID: <RPJn5gzkgydf092yn@efn.org>
52355      Branch: perl
52356            ! t/op/fork.t
52357 ____________________________________________________________________________
52358 [  6692] By: jhi                                   on 2000/08/18  05:19:17
52359         Log: Delete the image, too, not just its MANIFEStation.
52360      Branch: perl
52361            - lib/CGI/eg/wilogo.gif
52362 ____________________________________________________________________________
52363 [  6691] By: jhi                                   on 2000/08/18  05:10:26
52364         Log: Propagate new Configure vars.
52365      Branch: perl
52366            ! configure.com epoc/config.sh uconfig.h uconfig.sh
52367            ! vos/config.def vos/config.h vos/config_h.SH_orig
52368            ! win32/config.bc win32/config.gc win32/config.vc
52369            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
52370 ____________________________________________________________________________
52371 [  6690] By: jhi                                   on 2000/08/18  04:30:56
52372         Log: Update Changes.
52373      Branch: perl
52374            ! Changes patchlevel.h
52375 ____________________________________________________________________________
52376 [  6689] By: jhi                                   on 2000/08/18  04:12:30
52377         Log: Fix the lib/complex failure of
52378              
52379              From: abigail@foad.org
52380              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
52381              Date: 15 Aug 2000 04:06:38 -0000
52382              Message-Id: <20000815040638.8524.qmail@foad.org> 
52383              
52384              Linux long double accuracy issue: something that
52385              when printed with %g looks like "2" but int() of it is 1.
52386      Branch: perl
52387            ! lib/Math/Complex.pm
52388 ____________________________________________________________________________
52389 [  6688] By: jhi                                   on 2000/08/18  03:15:35
52390         Log: The byteorder code in #6671 was wrong.
52391      Branch: perl
52392            ! configpm
52393 ____________________________________________________________________________
52394 [  6687] By: jhi                                   on 2000/08/18  02:08:42
52395         Log: Subject: [PATCH 5.6.0+] newSVrv() memory leak
52396              From: Jan Dubois <jand@ActiveState.com>
52397              Date: Thu, 17 Aug 2000 18:31:55 -0700
52398              Message-ID: <l64ppsggaiuc4t6msm45iqohmhpjblb4qf@4ax.com>
52399      Branch: perl
52400            ! sv.c
52401 ____________________________________________________________________________
52402 [  6686] By: jhi                                   on 2000/08/18  02:04:15
52403         Log: Use NVs in POSIX math, not doubles.
52404              
52405              From: abigail@foad.org
52406              Subject: [ID 20000817.014] POSIX & modfl
52407              Date: 17 Aug 2000 20:49:18 -0000
52408              Message-Id: <20000817204918.23123.qmail@foad.org>
52409      Branch: perl
52410            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
52411 ____________________________________________________________________________
52412 [  6685] By: jhi                                   on 2000/08/18  02:02:12
52413         Log: Introduce NVef, NVff, and NVgf, use the middle one.
52414              (helps for lib/peek + Linux + long doubles)  Reported in
52415              
52416              From: abigail@foad.org
52417              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
52418              Date: 15 Aug 2000 04:06:38 -0000
52419              Message-Id: <20000815040638.8524.qmail@foad.org> 
52420              
52421              (note: the lib/complex failure has not yet been addressed)
52422      Branch: metaconfig/U/perl
52423            ! perlxvf.U
52424      Branch: perl
52425            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
52426            ! config_h.SH dump.c perl.h pod/perlguts.pod
52427 ____________________________________________________________________________
52428 [  6684] By: jhi                                   on 2000/08/17  23:22:19
52429         Log: Add byteorder to the myconfig output.
52430      Branch: perl
52431            ! myconfig.SH
52432 ____________________________________________________________________________
52433 [  6683] By: jhi                                   on 2000/08/17  23:20:19
52434         Log: The image doth not exist, spotted by Johan Vromans.
52435      Branch: perl
52436            ! MANIFEST
52437 ____________________________________________________________________________
52438 [  6682] By: jhi                                   on 2000/08/17  22:38:16
52439         Log: Document what the backtick returns if the command fails.
52440      Branch: perl
52441            ! pod/perlop.pod
52442 ____________________________________________________________________________
52443 [  6681] By: jhi                                   on 2000/08/17  22:33:12
52444         Log: Do not use prototyping here.
52445              
52446              Subject: [ID 20000817.016] [PATCH] Peek.xs
52447              From: abigail@foad.org
52448              Date: 17 Aug 2000 20:55:56 -0000
52449              Message-Id: <20000817205556.24270.qmail@foad.org>
52450      Branch: perl
52451            ! ext/Devel/Peek/Makefile.PL
52452 ____________________________________________________________________________
52453 [  6680] By: jhi                                   on 2000/08/17  19:46:43
52454         Log: Don't propose using modules built for 5.005 if no binary
52455              compatibility with 5.005 is attempted.
52456              
52457              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
52458              Subject: Minor nit with 5.7.0 (6655)
52459              Date: Wed, 16 Aug 2000 15:56:14 -0700 (PDT)
52460              Message-Id: <200008162256.PAA06964@xfiles.intercon.hp.com>
52461      Branch: metaconfig
52462            ! U/installdirs/inc_version_list.U
52463      Branch: perl
52464            ! Configure config_h.SH
52465 ____________________________________________________________________________
52466 [  6679] By: jhi                                   on 2000/08/17  19:16:39
52467         Log: Microperl config update.
52468      Branch: perl
52469            ! uconfig.h uconfig.sh
52470 ____________________________________________________________________________
52471 [  6678] By: jhi                                   on 2000/08/17  19:16:13
52472         Log: The #6648 wasn't protective enough for limited platforms
52473              (like microperl).
52474      Branch: perl
52475            ! dump.c sv.c
52476 ____________________________________________________________________________
52477 [  6677] By: jhi                                   on 2000/08/17  14:46:35
52478         Log: Update Changes.
52479      Branch: perl
52480            ! Changes patchlevel.h
52481 ____________________________________________________________________________
52482 [  6676] By: jhi                                   on 2000/08/17  14:44:02
52483         Log: Add perlebcdic from Peter Prymmer, regen toc.
52484      Branch: perl
52485            + pod/perlebcdic.pod
52486            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
52487 ____________________________________________________________________________
52488 [  6675] By: jhi                                   on 2000/08/17  14:41:52
52489         Log: perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
52490      Branch: perl
52491            ! pod/perldebtut.pod
52492 ____________________________________________________________________________
52493 [  6674] By: jhi                                   on 2000/08/17  14:29:43
52494         Log: Get -DLEAKTEST to compile (not necessarily to work, mind)
52495              
52496              Subject: [ID 20000724.006] -DLEAKTEST problem
52497              From: Gregory Martin Pfeil <pfeilgm@technomadic.org>
52498              Date: Tue, 25 Jul 2000 00:36:32 -0500
52499              Message-Id: <20000725003632.A26186@www.llamacom.com>
52500              
52501              Reminder sent
52502              
52503              Subject: [PATCH bleadperl@6647] -DLEAKTEST compile error      
52504              From: Hugo <hv@crypt.compulink.co.uk>
52505              Date: Thu, 17 Aug 2000 15:23:42 +0100
52506              Message-Id: <200008171423.PAA06749@crypt.compulink.co.uk>
52507      Branch: perl
52508            ! util.c
52509 ____________________________________________________________________________
52510 [  6673] By: jhi                                   on 2000/08/17  04:07:10
52511         Log: Subject: Re: [PATCH]Re: Questions about Math::BigFloat
52512              From: John Peacock <JPeacock@UnivPress.com>
52513              Date: Tue, 01 Aug 2000 09:38:12 -0400
52514              Message-ID: <3986D2C4.54B78FE4@UnivPress.com>
52515      Branch: perl
52516            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm t/lib/bigfltpm.t
52517 ____________________________________________________________________________
52518 [  6672] By: jhi                                   on 2000/08/17  03:04:35
52519         Log: Subject: [PATCH] Cwd.pm now uses strict
52520              From: Tim Jenness <timj@jach.hawaii.edu>
52521              Date: Wed, 16 Aug 2000 16:42:35 -1000 (HST)
52522              Message-ID: <Pine.LNX.4.21.0008161639510.1135-100000@lapaki.jach.hawaii.edu>
52523      Branch: perl
52524            ! lib/Cwd.pm
52525 ____________________________________________________________________________
52526 [  6671] By: jhi                                   on 2000/08/17  02:16:35
52527         Log: Make $Config{byteorder} more magical so that it is
52528              dynamically computed: nice for 'fat binaries'.
52529              
52530              Subject: [PATCH]: default byteorder
52531              From: Wilfredo Sánchez <wsanchez@apple.com>
52532              Date: Mon, 31 Jul 2000 19:45:31 -0700
52533              Message-Id: <200008010245.TAA04459@ns1.abstrata.com>
52534      Branch: perl
52535            ! configpm
52536 ____________________________________________________________________________
52537 [  6670] By: gsar                                  on 2000/08/17  01:22:21
52538         Log: move WNOHANG definition to where other such things are
52539      Branch: perl
52540            ! win32/win32.h
52541 ____________________________________________________________________________
52542 [  6669] By: jhi                                   on 2000/08/17  01:19:17
52543         Log: Update Changes.
52544      Branch: perl
52545            ! Changes patchlevel.h
52546 ____________________________________________________________________________
52547 [  6668] By: jhi                                   on 2000/08/17  01:16:29
52548         Log: Doc nits spotted by Richard Soderberg.
52549      Branch: perl
52550            ! README.posix-bc README.vmesa
52551 ____________________________________________________________________________
52552 [  6667] By: jhi                                   on 2000/08/17  01:12:11
52553         Log: Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
52554              From: "Casey R. Tweten" <crt@kiski.net>
52555              Date: Wed, 16 Aug 2000 12:39:08 -0400 (EDT)
52556              Message-ID: <Pine.OSF.4.21.0008161238250.32058-100000@home.kiski.net>
52557      Branch: perl
52558            ! pod/perldebtut.pod
52559 ____________________________________________________________________________
52560 [  6666] By: jhi                                   on 2000/08/17  01:09:31
52561         Log: Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
52562              From: "Casey R. Tweten" <crt@kiski.net>
52563              Date: Wed, 16 Aug 2000 11:35:09 -0400 (EDT)
52564              Message-ID: <Pine.OSF.4.21.0008161132270.10885-100000@home.kiski.net>
52565      Branch: perl
52566            ! lib/Shell.pm
52567 ____________________________________________________________________________
52568 [  6665] By: gsar                                  on 2000/08/17  01:03:52
52569         Log: add "ok" targets from change#6632 in makefile.mk
52570      Branch: perl
52571            ! pod/perlport.pod win32/Makefile win32/makefile.mk
52572 ____________________________________________________________________________
52573 [  6664] By: gsar                                  on 2000/08/17  00:56:11
52574         Log: avoid warnings from dense compiler
52575      Branch: perl
52576            ! win32/win32.c
52577 ____________________________________________________________________________
52578 [  6663] By: jhi                                   on 2000/08/17  00:51:49
52579         Log: Tweak the regex compilation errors once more.
52580      Branch: perl
52581            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
52582            ! t/op/regmesg.t t/pragma/warn/regcomp
52583 ____________________________________________________________________________
52584 [  6662] By: gsar                                  on 2000/08/17  00:28:19
52585         Log: trailing new %ENV entries weren't being pushed into the real
52586              environment of subprocesses on Windows
52587      Branch: perl
52588            ! t/op/magic.t win32/perlhost.h
52589 ____________________________________________________________________________
52590 [  6661] By: gsar                                  on 2000/08/17  00:19:20
52591         Log: waitpid() now handles externally spawned pids correctly;
52592              fixes for backtick/wait/waitpid failures on Windows 9x
52593              
52594              these changes make the pid returned by process functions on
52595              Windows 9x always positive by clearing the high bit (which
52596              is always set on Win9x); pseudo-process PIDs are likewise
52597              always negative now on Win9x (just as on NT/2000)
52598      Branch: perl
52599            ! pp_sys.c win32/perlhost.h win32/win32.c
52600 ____________________________________________________________________________
52601 [  6660] By: jhi                                   on 2000/08/17  00:04:32
52602         Log: Retract #6645.
52603      Branch: perl
52604            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
52605            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
52606            ! t/op/sprintf.t
52607 ____________________________________________________________________________
52608 [  6659] By: gsar                                  on 2000/08/16  23:59:28
52609         Log: on windows, the return values from wait() and waitpid() don't
52610              match those of pseudo-pids
52611      Branch: perl
52612            ! pp_sys.c t/op/fork.t util.c win32/win32.c
52613 ____________________________________________________________________________
52614 [  6658] By: gsar                                  on 2000/08/16  23:56:14
52615         Log: pod nit seen in passing
52616      Branch: perl
52617            ! pod/perlfunc.pod
52618 ____________________________________________________________________________
52619 [  6657] By: gsar                                  on 2000/08/16  23:53:42
52620         Log: change#6328 could make close(SOCKET) return false on windows
52621              when it shouldn't
52622      Branch: perl
52623            ! win32/win32sck.c
52624 ____________________________________________________________________________
52625 [  6656] By: gsar                                  on 2000/08/16  23:46:57
52626         Log: check that the number pseudo children doesn't exceed
52627              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
52628              the WaitForMultipleObjects() limit that would cause wait()
52629              to crash)
52630              
52631              wait() and waitpid() could potentially be rewritten to use
52632              more than one thread to do the waiting to eliminate this
52633              limitation
52634      Branch: perl
52635            ! win32/perlhost.h
52636 ____________________________________________________________________________
52637 [  6655] By: jhi                                   on 2000/08/16  14:11:05
52638         Log: Update Changes.
52639      Branch: perl
52640            ! Changes patchlevel.h
52641 ____________________________________________________________________________
52642 [  6654] By: jhi                                   on 2000/08/16  14:10:12
52643         Log: Update to perldebtut 1.9, from Richard Foley.
52644      Branch: perl
52645            ! pod/perldebtut.pod
52646 ____________________________________________________________________________
52647 [  6653] By: jhi                                   on 2000/08/16  14:08:17
52648         Log: Change the regx compilation error markers to use = instead of <
52649              since pod makes using the latter quite messy.  Reported in
52650              ID 20000814.006 by Abigail and in
52651              Subject: Unknown escape E<> ?
52652              From: Lupe Christoph <lupe@lupe-christoph.de>
52653              Date: Fri, 11 Aug 2000 00:30:27 +0200
52654              Message-ID: <20000811003027.F17420@alanya.lupe-christoph.de>
52655      Branch: perl
52656            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
52657            ! t/op/regmesg.t t/pragma/warn/regcomp
52658 ____________________________________________________________________________
52659 [  6652] By: jhi                                   on 2000/08/16  13:25:31
52660         Log: Change the perlbug address to perl.org since it's more forgiving.
52661              
52662              Subject: [ID 20000814.007] [PATCH] Email address in perlbug.
52663              From: abigail@foad.org
52664              Date: 15 Aug 2000 04:15:40 -0000
52665              Message-Id: <20000815041540.8633.qmail@foad.org>
52666      Branch: perl
52667            ! utils/perlbug.PL
52668 ____________________________________________________________________________
52669 [  6651] By: jhi                                   on 2000/08/16  13:22:35
52670         Log: Subject: [PATCH] Cwd::_backtick_pwd does not check return value
52671              From: Tim Jenness <timj@jach.hawaii.edu>
52672              Date: Tue, 15 Aug 2000 15:51:59 -1000 (HST)
52673              Message-ID: <Pine.LNX.4.21.0008151547560.1223-100000@lapaki.jach.hawaii.edu>
52674      Branch: perl
52675            ! lib/Cwd.pm
52676 ____________________________________________________________________________
52677 [  6650] By: jhi                                   on 2000/08/16  13:18:13
52678         Log: Update to CPAN 1.57.
52679              
52680              Subject: Re: [PATCH] Cwd::_backtick_pwd does not check return value
52681              From: andreas.koenig@anima.de (Andreas J. Koenig)
52682              Date: 16 Aug 2000 15:09:46 +0200
52683              Message-ID: <m3k8dh5p45.fsf@ak-71.mind.de>
52684      Branch: perl
52685            ! lib/CPAN.pm
52686 ____________________________________________________________________________
52687 [  6649] By: jhi                                   on 2000/08/16  13:12:31
52688         Log: Subject: [ID 20000324.040] minor fix to perlhpux.pod
52689              From: "Larry W. Virden" <lvirden@cas.org>
52690              Date: Fri, 24 Mar 2000 14:25:37 -0500 (EST)
52691              Message-Id: <200003241925.OAA27985@lwv26awu.cas.org>
52692      Branch: perl
52693            ! README.hpux
52694 ____________________________________________________________________________
52695 [  6648] By: jhi                                   on 2000/08/16  13:03:53
52696         Log: The numeric locale was reset to "C" by s?printf and never restored.
52697              
52698              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
52699              From: Christian Kirsch <ck@held.mind.de>
52700              Date: Wed, 9 Aug 2000 17:05:17 +0200
52701              Message-Id: <20000809170517.A25389@held>
52702              
52703              No test since adding the failing example to locale.t
52704              does not fail -- probably because the locale settings are so
52705              thoroughly tweaked by that time.  Running the example standalone
52706              does fail, though.  UPDATE: test case added at change #7540.
52707      Branch: perl
52708            ! dump.c perl.h pp.c pp_ctl.c sv.c
52709 ____________________________________________________________________________
52710 [  6647] By: jhi                                   on 2000/08/16  00:07:54
52711         Log: Update Changes and test semi-automatic patchlevel updating.
52712      Branch: perl
52713            ! Changes patchlevel.h
52714 ____________________________________________________________________________
52715 [  6646] By: jhi                                   on 2000/08/15  23:35:07
52716         Log: Fix a dependency problem.
52717              
52718              Subject: [PATCH: 6640] VMS Makefile.SH update
52719              From: Peter Prymmer <pvhp@forte.com>
52720              Date: Tue, 15 Aug 2000 16:31:34 -0700 (PDT)
52721              Message-ID: <Pine.OSF.4.10.10008151613140.141017-100000@aspara.forte.com>
52722      Branch: perl
52723            ! vms/descrip_mms.template
52724 ____________________________________________________________________________
52725 [  6645] By: jhi                                   on 2000/08/15  23:33:23
52726         Log: (Retracted by #6660)
52727              
52728              Subject: [PATCH perl-current] make s?printf() produce two exponent digits where possible
52729              From: Dominic Dunlop <domo@computer.org>
52730              Date: Tue, 15 Aug 2000 22:20:52 +0200
52731              Message-Id: <p04320403b5bf4c32d381@[192.168.1.4]>
52732      Branch: metaconfig/U/perl
52733            + d_printfed.U
52734      Branch: perl
52735            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
52736            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
52737            ! t/op/sprintf.t
52738 ____________________________________________________________________________
52739 [  6644] By: jhi                                   on 2000/08/15  21:17:20
52740         Log: Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
52741              From: abigail@foad.org
52742              Date: 15 Aug 2000 20:12:41 -0000
52743              Message-Id: <20000815201241.25556.qmail@foad.org>
52744      Branch: perl
52745            ! INSTALL
52746 ____________________________________________________________________________
52747 [  6643] By: jhi                                   on 2000/08/15  21:15:28
52748         Log: (an already applied patch)
52749      Branch: perl
52750            ! lib/CGI.pm
52751 ____________________________________________________________________________
52752 [  6642] By: gsar                                  on 2000/08/15  19:54:05
52753         Log: magic callbacks all need to have same type signature
52754      Branch: perl
52755            ! embed.pl mg.c proto.h
52756 ____________________________________________________________________________
52757 [  6641] By: jhi                                   on 2000/08/15  17:56:27
52758         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)
52759              From: Mike Guy <mjtg@cam.ac.uk>
52760              Message-Id: <E13OkU9-0006rb-00@libra.cus.cam.ac.uk>
52761              Date: Tue, 15 Aug 2000 18:26:45 +0100
52762              
52763              Only the peek.t part applied, not the hash quality part.
52764      Branch: perl
52765            ! t/lib/peek.t
52766 ____________________________________________________________________________
52767 [  6640] By: jhi                                   on 2000/08/15  16:37:37
52768         Log: Update Changes.
52769      Branch: perl
52770            ! Changes
52771 ____________________________________________________________________________
52772 [  6639] By: jhi                                   on 2000/08/15  16:34:55
52773         Log: Missed a file from #6638.
52774      Branch: perl
52775            ! lib/File/Temp.pm
52776 ____________________________________________________________________________
52777 [  6638] By: jhi                                   on 2000/08/15  16:33:19
52778         Log: Subject: [PATCH perl@6620] cygwin port
52779              From: "Fifer, Eric" <EFifer@sanwaint.com>
52780              Date: Tue, 15 Aug 2000 17:00:49 +0100
52781              Message-ID: <779F20BCCE5AD31186A50008C75D9979171779@silldn_mail1.sanwaint.com>
52782      Branch: perl
52783            ! README.cygwin hints/cygwin.sh pod/perlport.pod t/lib/b.t
52784 ____________________________________________________________________________
52785 [  6637] By: jhi                                   on 2000/08/15  16:29:22
52786         Log: Subject: [PATCH] debugger exit code should reflect user exit code
52787              From: Mike Guy <mjtg@cam.ac.uk>
52788              Date: Tue, 15 Aug 2000 16:55:59 +0100
52789              Message-Id: <E13Oj4J-0005FS-00@libra.cus.cam.ac.uk>
52790      Branch: perl
52791            ! lib/perl5db.pl
52792 ____________________________________________________________________________
52793 [  6636] By: jhi                                   on 2000/08/15  15:30:58
52794         Log: Update Changes.
52795      Branch: perl
52796            ! Changes
52797 ____________________________________________________________________________
52798 [  6635] By: jhi                                   on 2000/08/15  15:27:21
52799         Log: Use -Dusedevel; regen Configure and the respective Porting stuff.
52800      Branch: metaconfig
52801            ! U/mkglossary U/mksample
52802      Branch: metaconfig/U/perl
52803            ! Devel.U
52804      Branch: perl
52805            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
52806 ____________________________________________________________________________
52807 [  6634] By: jhi                                   on 2000/08/15  14:11:55
52808         Log: Don't blow limited stacks, a lower number is enough to
52809              tickle the lookbehind limit.
52810              
52811              Subject: [ID 20000815.007] Not OK: perl@6627 +SUIDMAIL on powerpc-machten 4.1.4 (UNINSTALLED) [PATCH]
52812              From: Dominic Dunlop <domo@computer.org>
52813              Date: Tue, 15 Aug 2000 13:51:24 +0200
52814              Message-Id: <p04320400b5bedcedaf22@[192.168.1.4]>
52815      Branch: perl
52816            ! t/op/regmesg.t
52817 ____________________________________________________________________________
52818 [  6633] By: jhi                                   on 2000/08/15  14:01:46
52819         Log: Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
52820              From: Mike Guy <mjtg@cam.ac.uk>
52821              Date: Tue, 15 Aug 2000 12:10:50 +0100
52822              Message-Id: <E13OecM-0006nF-00@libra.cus.cam.ac.uk>
52823      Branch: perl
52824            ! utils/perldoc.PL
52825 ____________________________________________________________________________
52826 [  6632] By: jhi                                   on 2000/08/15  13:58:48
52827         Log: make ok etc also for win32.
52828              
52829              Subject: [ID 20000814.008] Not OK: perl v5.6.0 (6620) on MSWin32-x86 4.0 (UNINSTALLED)
52830              From: Prymmer/Kahn <pvhp@best.com>
52831              Date: Mon, 14 Aug 2000 22:42:06 -0700 (PDT)
52832              Message-Id: <Pine.BSF.4.21.0008142240280.3888-100000@shell8.ba.best.com>
52833      Branch: perl
52834            ! win32/Makefile
52835 ____________________________________________________________________________
52836 [  6631] By: jhi                                   on 2000/08/15  13:45:03
52837         Log: Update (kinda) to Test 1.14, from Joshua Pritikin.
52838      Branch: perl
52839            ! lib/Test.pm
52840 ____________________________________________________________________________
52841 [  6630] By: jhi                                   on 2000/08/15  03:25:09
52842         Log: Update Changes.
52843      Branch: perl
52844            ! Changes
52845 ____________________________________________________________________________
52846 [  6629] By: jhi                                   on 2000/08/15  03:23:53
52847         Log: magic_regdatum_set() is void, not int.
52848      Branch: perl
52849            ! embed.pl mg.c proto.h
52850 ____________________________________________________________________________
52851 [  6628] By: jhi                                   on 2000/08/15  03:08:02
52852         Log: Make the user to give up his firstborn, err, to knowingly
52853              verify installing an unstable developer release.  Also bump
52854              the release to 5.7.0, but leave a patch tag in the local
52855              patches saying that this is not yet the real thing.
52856      Branch: metaconfig
52857            ! U/modified/Instruct.U
52858      Branch: metaconfig/U/perl
52859            + Devel.U
52860      Branch: perl
52861            ! Configure patchlevel.h
52862 ____________________________________________________________________________
52863 [  6627] By: jhi                                   on 2000/08/14  22:32:52
52864         Log: README.os2 update.
52865              
52866              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
52867              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
52868              Date: Wed, 02 Aug 2000 21:55:09 -0700
52869              Message-ID: <tsPi5gzkgegX092yn@efn.org>
52870      Branch: perl
52871            ! README.os2
52872 ____________________________________________________________________________
52873 [  6626] By: jhi                                   on 2000/08/14  21:00:02
52874         Log: Subject: Re: File::Temp problems on VMS in bleedperl
52875              From: Tim Jenness <timj@jach.hawaii.edu>
52876              cc: vmsperl@perl.org
52877              Date: Mon, 14 Aug 2000 09:44:33 -1000 (HST)
52878              Message-ID: <Pine.LNX.4.21.0008140941300.6753-100000@lapaki.jach.hawaii.edu>
52879      Branch: perl
52880            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
52881 ____________________________________________________________________________
52882 [  6625] By: jhi                                   on 2000/08/14  20:52:16
52883         Log: Add SUIDMAIL as was done for the CERT alert.
52884      Branch: perl
52885            ! patchlevel.h
52886 ____________________________________________________________________________
52887 [  6624] By: jhi                                   on 2000/08/14  20:48:50
52888         Log: Subject: sfio2000
52889              From: Daniel Muino <dmuino@afip.gov.ar>
52890              Date: Mon, 14 Aug 2000 16:58:11 -0300
52891              Message-ID: <20000814165811.B16368@con2-dgi>
52892      Branch: perl
52893            ! perlsdio.h perlsfio.h
52894 ____________________________________________________________________________
52895 [  6623] By: jhi                                   on 2000/08/14  20:47:36
52896         Log: Subject: warning: storage class after type is obsolescent
52897              From: Daniel Muino <dmuino@afip.gov.ar>
52898              Date: Mon, 14 Aug 2000 16:42:47 -0300
52899              Message-ID: <20000814164247.A16368@con2-dgi>
52900      Branch: perl
52901            ! regcomp.pl regnodes.h
52902 ____________________________________________________________________________
52903 [  6622] By: jhi                                   on 2000/08/14  20:43:05
52904         Log: Subject: [ID 20000814.002] [Patch] Email address in Changes.
52905              From: abigail@foad.org
52906              Date: 14 Aug 2000 20:00:10 -0000
52907              Message-Id: <20000814200010.27271.qmail@foad.org>
52908      Branch: perl
52909            ! Changes
52910 ____________________________________________________________________________
52911 [  6621] By: jhi                                   on 2000/08/14  15:23:05
52912         Log: Update Changes.
52913      Branch: perl
52914            ! Changes
52915 ____________________________________________________________________________
52916 [  6620] By: jhi                                   on 2000/08/14  15:22:14
52917         Log: Subject: Re: [PATCH] @+, @- readonly
52918              From: Mike Guy <mjtg@cam.ac.uk>
52919              Date: Mon, 14 Aug 2000 15:26:55 +0100
52920              Message-Id: <E13OLCZ-00020N-00@libra.cus.cam.ac.uk>
52921      Branch: perl
52922            ! XSUB.h embed.h embed.pl globvar.sym gv.c mg.c perl.h proto.h
52923            ! sv.c t/op/pat.t
52924 ____________________________________________________________________________
52925 [  6619] By: jhi                                   on 2000/08/14  14:12:08
52926         Log: Update Changes.
52927      Branch: perl
52928            ! Changes
52929 ____________________________________________________________________________
52930 [  6618] By: jhi                                   on 2000/08/14  14:09:34
52931         Log: For now remove the mail code.
52932      Branch: perl
52933            ! perl.c
52934 ____________________________________________________________________________
52935 [  6617] By: jhi                                   on 2000/08/14  14:08:28
52936         Log: Drop the eg/ mentions and also mention the recent suidperl thing.
52937      Branch: perl
52938            ! jpl/README lib/ExtUtils/Embed.pm pod/perlcompile.pod
52939            ! pod/perlfaq8.pod pod/perlsec.pod
52940 ____________________________________________________________________________
52941 [  6616] By: jhi                                   on 2000/08/14  14:00:11
52942         Log: Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
52943              From: Mike Guy <mjtg@cam.ac.uk>
52944              Date: Mon, 14 Aug 2000 08:26:02 +0100
52945              Message-Id: <E13OEdG-0007LT-00@libra.cus.cam.ac.uk>
52946      Branch: perl
52947            ! lib/perl5db.pl
52948 ____________________________________________________________________________
52949 [  6615] By: jhi                                   on 2000/08/14  13:58:45
52950         Log: Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
52951              From: Mike Guy <mjtg@cam.ac.uk>
52952              Date: Mon, 14 Aug 2000 08:04:22 +0100
52953              Message-Id: <E13OEII-0007B2-00@libra.cus.cam.ac.uk>
52954      Branch: perl
52955            ! gv.c mg.c t/op/pat.t
52956 ____________________________________________________________________________
52957 [  6614] By: jhi                                   on 2000/08/14  13:56:45
52958         Log: Subject: Test fails / warnings with perl-current #6612
52959              From: Mike Guy <mjtg@cam.ac.uk>
52960              Date: Mon, 14 Aug 2000 07:57:23 +0100
52961              Message-Id: <E13OEBX-000776-00@libra.cus.cam.ac.uk>
52962      Branch: perl
52963            ! t/lib/b.t t/lib/peek.t
52964 ____________________________________________________________________________
52965 [  6613] By: jhi                                   on 2000/08/14  13:45:33
52966         Log: VMS configure.com update continues.
52967      Branch: perl
52968            - vms/configure.com
52969            ! MANIFEST configure.com
52970 ____________________________________________________________________________
52971 [  6612] By: jhi                                   on 2000/08/13  22:13:35
52972         Log: Update Changes.
52973      Branch: perl
52974            ! Changes
52975 ____________________________________________________________________________
52976 [  6611] By: jhi                                   on 2000/08/13  16:21:45
52977         Log: Upgrade to CGI 2.71, from Lincoln Stein.
52978      Branch: perl
52979            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-function.t
52980 ____________________________________________________________________________
52981 [  6610] By: jhi                                   on 2000/08/13  15:09:16
52982         Log: Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
52983              From: Mike Guy <mjtg@cam.ac.uk>
52984              Date: Sun, 13 Aug 2000 13:45:51 +0100
52985              Message-Id: <E13Nx9D-00027M-00@libra.cus.cam.ac.uk>
52986      Branch: perl
52987            ! t/op/regmesg.t
52988 ____________________________________________________________________________
52989 [  6609] By: jhi                                   on 2000/08/13  14:31:26
52990         Log: Andreas says that 1.56 is fine, so reverting back to it.
52991      Branch: perl
52992            ! lib/CPAN.pm
52993 ____________________________________________________________________________
52994 [  6608] By: jhi                                   on 2000/08/13  05:34:20
52995         Log: Update Changes.
52996      Branch: perl
52997            ! Changes
52998 ____________________________________________________________________________
52999 [  6607] By: jhi                                   on 2000/08/13  05:32:01
53000         Log: Put back the \z changes of #5406 to CPAN.pm.
53001      Branch: perl
53002            ! lib/CPAN.pm
53003 ____________________________________________________________________________
53004 [  6606] By: jhi                                   on 2000/08/13  05:20:16
53005         Log: Fix-n-skip the tests under 5005threads.
53006      Branch: perl
53007            ! t/lib/b.t
53008 ____________________________________________________________________________
53009 [  6605] By: jhi                                   on 2000/08/13  05:07:48
53010         Log: Fix the test for 5005threads.
53011      Branch: perl
53012            ! t/lib/peek.t
53013 ____________________________________________________________________________
53014 [  6604] By: jhi                                   on 2000/08/13  03:35:37
53015         Log: Should have deleted this in #6603.
53016      Branch: perl
53017            - vms/subconfigure.com
53018 ____________________________________________________________________________
53019 [  6603] By: jhi                                   on 2000/08/12  18:29:32
53020         Log: Rewrite of vms/subconfigure.com as configure.com,
53021              from Peter Prymmer and the vmsperl crew.
53022      Branch: perl
53023            + vms/configure.com
53024            ! MANIFEST
53025 ____________________________________________________________________________
53026 [  6602] By: jhi                                   on 2000/08/11  13:00:01
53027         Log: PlainText.pm is dead.
53028      Branch: perl
53029            - lib/Pod/PlainText.pm
53030            ! MANIFEST
53031 ____________________________________________________________________________
53032 [  6601] By: jhi                                   on 2000/08/11  04:06:45
53033         Log: Update Changes.
53034      Branch: perl
53035            ! Changes
53036 ____________________________________________________________________________
53037 [  6600] By: jhi                                   on 2000/08/11  04:06:10
53038         Log: Add a few missing files, update MANIFEST.
53039      Branch: perl
53040            + lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
53041            + lib/Pod/PlainText.pm t/pod/find.t
53042            ! MANIFEST t/op/regmesg.t
53043 ____________________________________________________________________________
53044 [  6599] By: jhi                                   on 2000/08/11  03:31:10
53045         Log: Add Perl debugging tutorial, regen toc. 
53046              
53047              Subject: perldebtut.pod
53048              From: Richard Foley <Richard.Foley@m.dasa.de>
53049              Date: Wed, 09 Aug 2000 10:17:15 +0200
53050              Message-id: <3991138B.262247B8@m.dasa.de>
53051      Branch: perl
53052            + pod/perldebtut.pod
53053            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
53054 ____________________________________________________________________________
53055 [  6598] By: jhi                                   on 2000/08/11  02:48:56
53056         Log: tiny Changes edit
53057      Branch: perl
53058            ! Changes
53059 ____________________________________________________________________________
53060 [  6597] By: jhi                                   on 2000/08/11  02:39:04
53061         Log: Tests for #6589.
53062              
53063              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
53064              From: simon@brecon.co.uk (Simon Cozens)
53065              Date: 11 Aug 2000 02:24:52 GMT
53066              Message-ID: <slrn8p6ovk.5sh.simon@justanother.perlhacker.org>
53067      Branch: perl
53068            ! t/lib/b.t
53069 ____________________________________________________________________________
53070 [  6596] By: jhi                                   on 2000/08/11  01:50:07
53071         Log: Update Changes.
53072      Branch: perl
53073            ! Changes
53074 ____________________________________________________________________________
53075 [  6595] By: jhi                                   on 2000/08/11  01:47:16
53076         Log: nitfix
53077      Branch: perl
53078            ! Changes
53079 ____________________________________________________________________________
53080 [  6594] By: jhi                                   on 2000/08/11  01:36:16
53081         Log: Subject: Getting perlio and threads to compile
53082              From: Lupe Christoph <lupe@lupe-christoph.de>
53083              Date: Wed, 9 Aug 2000 11:35:54 +0200
53084              Message-ID: <20000809113554.G23160@alanya.lupe-christoph.de>
53085              
53086              (the Solaris version changes in Configure skipped)
53087      Branch: perl
53088            ! hints/solaris_2.sh thread.h
53089 ____________________________________________________________________________
53090 [  6593] By: jhi                                   on 2000/08/11  01:30:16
53091         Log: Subject: Re: [ID 20000730.003] utf8::length() bad
53092              From: simon@brecon.co.uk (Simon Cozens)
53093              Date: 1 Aug 2000 06:55:19 GMT
53094              Message-ID: <slrn8oct2n.19l.simon@justanother.perlhacker.org>
53095      Branch: perl
53096            ! lib/utf8.pm
53097 ____________________________________________________________________________
53098 [  6592] By: jhi                                   on 2000/08/11  01:26:39
53099         Log: Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
53100              From: Peter Scott <Peter@PeterScott.com>
53101              Date: Thu, 10 Aug 2000 08:23:27 -0700
53102              Message-Id: <4.3.2.7.2.20000810081749.00aa92c0@peterscott.com>
53103      Branch: perl
53104            ! lib/perl5db.pl
53105 ____________________________________________________________________________
53106 [  6591] By: jhi                                   on 2000/08/11  01:22:02
53107         Log: Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
53108              From: Hugo <hv@crypt.compulink.co.uk>
53109              Date: Thu, 10 Aug 2000 19:23:04 +0100
53110              Message-Id: <200008101823.TAA23580@crypt.compulink.co.uk>
53111      Branch: perl
53112            ! regexec.c t/op/pat.t
53113 ____________________________________________________________________________
53114 [  6590] By: jhi                                   on 2000/08/11  01:19:19
53115         Log: Preprocessing and postprocessing for File::Find.
53116              
53117              Subject: Patch to Find::File.pm to allow alphabetical results
53118              From: Joe Smith <jsmith@inwap.com>
53119              Date: Wed, 9 Aug 2000 02:44:54 -0700
53120              Message-Id: <20000809024453.A21193@tardis.Tymnet.COM>
53121      Branch: perl
53122            ! lib/File/Find.pm
53123 ____________________________________________________________________________
53124 [  6589] By: jhi                                   on 2000/08/11  01:12:39
53125         Log: B::Deparse didn't do sub attributes.
53126              
53127              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
53128              From: simon@brecon.co.uk (Simon Cozens)
53129              Date: 9 Aug 2000 04:49:20 GMT
53130              Message-ID: <slrn8p1omg.beq.simon@justanother.perlhacker.org>
53131      Branch: perl
53132            ! ext/B/B.xs ext/B/B/Deparse.pm ext/B/defsubs_h.PL
53133 ____________________________________________________________________________
53134 [  6588] By: jhi                                   on 2000/08/11  01:06:40
53135         Log: Subject: debugger "d" command doesnt check line number
53136              From: Mike Guy <mjtg@cam.ac.uk>
53137              Date: Tue, 08 Aug 2000 21:54:29 +0100
53138              Message-Id: <E13MGOL-000053-00@libra.cus.cam.ac.uk>
53139      Branch: perl
53140            ! lib/perl5db.pl mg.c pod/perldiag.pod
53141 ____________________________________________________________________________
53142 [  6587] By: jhi                                   on 2000/08/11  00:45:03
53143         Log: sleep(1) does not necessarily return 1.
53144              
53145              Subject: [PATCH bleadperl] op/lex_assign.t  
53146              From: Hugo <hv@crypt.compulink.co.uk>
53147              Date: Thu, 03 Aug 2000 14:34:22 +0100        
53148              Message-Id: <200008031334.OAA03379@crypt.compulink.co.uk>
53149      Branch: perl
53150            ! t/op/lex_assign.t
53151 ____________________________________________________________________________
53152 [  6586] By: jhi                                   on 2000/08/11  00:31:50
53153         Log: Document the IO::Select timeout.
53154      Branch: perl
53155            ! ext/IO/lib/IO/Select.pm
53156 ____________________________________________________________________________
53157 [  6585] By: jhi                                   on 2000/08/11  00:13:54
53158         Log: Forgot contributor.
53159      Branch: perl
53160            ! Changes
53161 ____________________________________________________________________________
53162 [  6584] By: jhi                                   on 2000/08/11  00:09:19
53163         Log: detypo
53164      Branch: perl
53165            ! Changes
53166 ____________________________________________________________________________
53167 [  6583] By: jhi                                   on 2000/08/11  00:07:53
53168         Log: Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
53169              
53170              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
53171              From: Mike Guy <mjtg@cam.ac.uk> 
53172              Date: Thu, 10 Aug 2000 15:50:54 +0100
53173              Message-Id: <E13Mtfa-0005Ge-00@libra.cus.cam.ac.uk>
53174      Branch: perl
53175            ! sv.c t/op/int.t
53176 ____________________________________________________________________________
53177 [  6582] By: jhi                                   on 2000/08/10  23:29:32
53178         Log: Update Changes.
53179      Branch: perl
53180            ! Changes
53181 ____________________________________________________________________________
53182 [  6581] By: jhi                                   on 2000/08/10  23:26:16
53183         Log: Put back the std @INC thing.
53184      Branch: perl
53185            ! t/lib/ansicolor.t t/lib/cgi-form.t t/lib/cgi-function.t
53186            ! t/lib/cgi-html.t t/lib/cgi-pretty.t t/lib/cgi-request.t
53187            ! t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
53188            ! t/lib/gol-oo.t
53189 ____________________________________________________________________________
53190 [  6580] By: jhi                                   on 2000/08/10  23:03:34
53191         Log: Update to CGI 2.70, from Lincoln Stein.
53192      Branch: perl
53193            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
53194            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
53195            ! t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-pretty.t
53196            ! t/lib/cgi-request.t
53197 ____________________________________________________________________________
53198 [  6579] By: jhi                                   on 2000/08/10  22:41:50
53199         Log: Update to CPAN 1.56, from Andreas König.
53200      Branch: perl
53201            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
53202 ____________________________________________________________________________
53203 [  6578] By: jhi                                   on 2000/08/10  22:38:13
53204         Log: Update to Pod::Parser 1.17, from Brad Appleton.
53205      Branch: perl
53206            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
53207            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
53208            ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podchecker.PL
53209            ! pod/podselect.PL t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
53210            ! t/pod/include.t t/pod/included.t t/pod/lref.t
53211            ! t/pod/multiline_items.t t/pod/nested_items.t
53212            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
53213            ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
53214            ! t/pod/special_seqs.t
53215 ____________________________________________________________________________
53216 [  6577] By: jhi                                   on 2000/08/10  22:35:41
53217         Log: Small AUTHORS and MAINTAIN updates.  Could do with big updates.
53218      Branch: perl
53219            ! AUTHORS MAINTAIN
53220 ____________________________________________________________________________
53221 [  6576] By: jhi                                   on 2000/08/10  22:24:54
53222         Log: Update to Getopt::Long 2.23_05, from Johan Vromans.
53223      Branch: perl
53224            + t/lib/gol-oo.t
53225            ! MANIFEST lib/Getopt/Long.pm lib/newgetopt.pl t/lib/gol-basic.t
53226            ! t/lib/gol-compat.t t/lib/gol-linkage.t
53227 ____________________________________________________________________________
53228 [  6575] By: jhi                                   on 2000/08/10  22:02:07
53229         Log: Update to Term::ANSIColor 1.03, from Russ Allbery.
53230      Branch: perl
53231            ! lib/Term/ANSIColor.pm t/lib/ansicolor.t
53232 ____________________________________________________________________________
53233 [  6574] By: jhi                                   on 2000/08/10  21:55:03
53234         Log: Iterating perl6 description.
53235      Branch: perl
53236            ! pod/perlfaq1.pod
53237 ____________________________________________________________________________
53238 [  6573] By: jhi                                   on 2000/08/10  21:48:26
53239         Log: Revert the sv.c part of #6559, a better fix is needed.
53240      Branch: perl
53241            ! sv.c
53242 ____________________________________________________________________________
53243 [  6572] By: jhi                                   on 2000/08/10  20:33:43
53244         Log: It's the 2ndO'ROSSC.
53245      Branch: perl
53246            ! pod/perlfaq1.pod
53247 ____________________________________________________________________________
53248 [  6571] By: jhi                                   on 2000/08/10  15:55:48
53249         Log: detypo
53250      Branch: perl
53251            ! pod/perlfaq1.pod
53252 ____________________________________________________________________________
53253 [  6570] By: jhi                                   on 2000/08/10  14:11:17
53254         Log: An exceptionally sticky typo.
53255      Branch: perl
53256            ! Changes
53257 ____________________________________________________________________________
53258 [  6569] By: jhi                                   on 2000/08/10  14:09:33
53259         Log: detypo (and test Changes updating script)
53260      Branch: perl
53261            ! Changes
53262 ____________________________________________________________________________
53263 [  6568] By: jhi                                   on 2000/08/10  14:07:07
53264         Log: Update Changes.
53265      Branch: perl
53266            ! Changes
53267 ____________________________________________________________________________
53268 [  6567] By: jhi                                   on 2000/08/10  14:06:19
53269         Log: Amend the description of Perl6.
53270              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
53271              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
53272              Date: Wed, 9 Aug 2000 22:11:06 -0500
53273              Message-ID: <20000809221106.A12246@chaos.wustl.edu>
53274      Branch: perl
53275            ! pod/perlfaq1.pod
53276 ____________________________________________________________________________
53277 [  6566] By: jhi                                   on 2000/08/10  13:58:57
53278         Log: Subject: Remove dead entry in perldiag
53279              From: Mike Guy <mjtg@cam.ac.uk>
53280              Date: Thu, 10 Aug 2000 14:19:19 +0100
53281              Message-Id: <E13MsEx-00033G-00@libra.cus.cam.ac.uk>
53282      Branch: perl
53283            ! pod/perldiag.pod
53284 ____________________________________________________________________________
53285 [  6565] By: jhi                                   on 2000/08/10  13:51:48
53286         Log: Zero entries were skipped, fix from Adrian Goalby
53287              <argoalby@yahoo.co.uk>
53288      Branch: perl
53289            ! lib/unicode/Number.pl lib/unicode/mktables.PL
53290 ____________________________________________________________________________
53291 [  6564] By: jhi                                   on 2000/08/10  13:00:12
53292         Log: Subject: [PATCH 5.6.0] cygwin port
53293              From: "Fifer, Eric" <EFifer@sanwaint.com>
53294              Date: Thu, 10 Aug 2000 13:15:36 +0100
53295              Message-ID: <779F20BCCE5AD31186A50008C75D997917176A@silldn_mail1.sanwaint.com>
53296      Branch: perl
53297            ! README.cygwin hints/cygwin.sh
53298 ____________________________________________________________________________
53299 [  6563] By: jhi                                   on 2000/08/10  12:55:16
53300         Log: Get back into sync with Jeffrey on the enhanced regex warnings.
53301      Branch: perl
53302            ! pod/perldiag.pod regcomp.c t/op/re_tests t/op/readdir.t
53303 ____________________________________________________________________________
53304 [  6562] By: gsar                                  on 2000/08/10  08:38:39
53305         Log: warn is a macro, avoid using at a variable to avoid warnings
53306              in some configurations; readdir.t is too conservative in
53307              estimating number of *.t's
53308      Branch: perl
53309            ! t/op/readdir.t util.c
53310 ____________________________________________________________________________
53311 [  6561] By: jhi                                   on 2000/08/09  23:35:42
53312         Log: Update Changes.
53313      Branch: perl
53314            ! Changes
53315 ____________________________________________________________________________
53316 [  6560] By: jhi                                   on 2000/08/09  23:05:47
53317         Log: Subject: Re: enhanced(?) regex error messages
53318              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
53319              Date: Wed, 9 Aug 2000 00:59:43 -0700 (PDT)
53320              Message-Id: <200008090759.AAA07144@ventrue.yahoo.com>
53321              
53322              (plus two small patches sent privately)
53323              (this still seems to leave few test failures)
53324      Branch: perl
53325            + t/op/regmesg.t
53326            ! MANIFEST pod/perldiag.pod regcomp.c regcomp.h t/op/misc.t
53327            ! t/pragma/warn/regcomp
53328 ____________________________________________________________________________
53329 [  6559] By: jhi                                   on 2000/08/09  20:41:18
53330         Log: (The fix did work but was not right, retracted in #6573)
53331              
53332              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
53333              From: Christian Kirsch <ck@held.mind.de>
53334              Date: Wed, 9 Aug 2000 17:05:17 +0200
53335              Message-Id: <20000809170517.A25389@held>
53336      Branch: perl
53337            ! sv.c t/pragma/locale.t
53338 ____________________________________________________________________________
53339 [  6558] By: jhi                                   on 2000/08/08  22:34:08
53340         Log: Tiny updates on the contributors list.
53341      Branch: perl
53342            ! Changes
53343 ____________________________________________________________________________
53344 [  6557] By: jhi                                   on 2000/08/08  19:34:28
53345         Log: Double check that we have a dirhandle.
53346      Branch: perl
53347            ! util.c
53348 ____________________________________________________________________________
53349 [  6556] By: jhi                                   on 2000/08/08  19:01:51
53350         Log: Delete eg as agreed at TPC3 (yes, 3).  Dusty, obsolete, non-w-clean.
53351              May be repopulated with fresh maintained examples.
53352      Branch: perl
53353            + lib/CGI/eg/RunMeFirst lib/CGI/eg/caution.xbm
53354            + lib/CGI/eg/clickable_image.cgi lib/CGI/eg/cookie.cgi
53355            + lib/CGI/eg/crash.cgi lib/CGI/eg/customize.cgi
53356            + lib/CGI/eg/diff_upload.cgi lib/CGI/eg/dna_small_gif.uu
53357            + lib/CGI/eg/file_upload.cgi lib/CGI/eg/frameset.cgi
53358            + lib/CGI/eg/index.html lib/CGI/eg/internal_links.cgi
53359            + lib/CGI/eg/javascript.cgi lib/CGI/eg/monty.cgi
53360            + lib/CGI/eg/multiple_forms.cgi lib/CGI/eg/nph-clock.cgi
53361            + lib/CGI/eg/nph-multipart.cgi lib/CGI/eg/popup.cgi
53362            + lib/CGI/eg/save_state.cgi lib/CGI/eg/tryit.cgi
53363            + lib/CGI/eg/wilogo_gif.uu
53364            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
53365            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
53366            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
53367            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
53368            - eg/cgi/frameset.cgi eg/cgi/index.html
53369            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
53370            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
53371            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
53372            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
53373            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
53374            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
53375            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
53376            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
53377            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
53378            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
53379            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
53380            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
53381            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
53382            - eg/van/vanish eg/who eg/wrapsuid
53383            ! MANIFEST
53384 ____________________________________________________________________________
53385 [  6555] By: jhi                                   on 2000/08/08  18:51:08
53386         Log: Delete chat2 as requested by Randal.
53387              
53388              Subject: Re: perlfaq8 coyness
53389              From: merlyn@stonehenge.com (Randal L. Schwartz) 
53390              Date: 15 May 2000 18:52:42 -0700 
53391              Message-ID: <m166sfl0r9.fsf@halfdome.holdit.com> 
53392      Branch: perl
53393            - lib/chat2.pl
53394            ! MANIFEST
53395 ____________________________________________________________________________
53396 [  6554] By: jhi                                   on 2000/08/08  18:31:35
53397         Log: Regen global.sym.
53398      Branch: perl
53399            ! global.sym
53400 ____________________________________________________________________________
53401 [  6553] By: jhi                                   on 2000/08/08  18:28:13
53402         Log: Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
53403              (either perlbug or p5p ate the original), plus regen
53404              perlapi and perltoc. 
53405      Branch: perl
53406            ! Changes Changes5.004 README.Y2K cop.h emacs/cperl-mode.el
53407            ! ext/B/ramblings/flip-flop ext/Data/Dumper/Dumper.pm
53408            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
53409            ! ext/Socket/Socket.pm lib/CGI.pm lib/CGI/Cookie.pm
53410            ! lib/File/Temp.pm lib/FileHandle.pm lib/Pod/Functions.pm
53411            ! lib/Pod/InputObjects.pm lib/Pod/LaTeX.pm lib/Text/Soundex.pm
53412            ! lib/perl5db.pl op.h opcode.pl perlapi.c perlapi.h
53413            ! pod/perlapi.pod pod/perltoc.pod t/lib/dosglob.t
53414            ! t/lib/ftmp-posix.t t/lib/glob-global.t t/op/grent.t
53415            ! t/op/pwent.t vms/ext/DCLsym/DCLsym.pm
53416 ____________________________________________________________________________
53417 [  6552] By: jhi                                   on 2000/08/08  18:06:29
53418         Log: Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
53419              From: Mike Guy <mjtg@cam.ac.uk>
53420              Message-Id: <E13MAj1-00038W-00@libra.cus.cam.ac.uk>
53421              Date: Tue, 08 Aug 2000 15:51:27 +0100
53422      Branch: perl
53423            ! doop.c sv.h t/op/join.t t/pragma/overload.t
53424 ____________________________________________________________________________
53425 [  6551] By: jhi                                   on 2000/08/08  18:01:11
53426         Log: Re-apply #6549.
53427      Branch: perl
53428            ! lib/perl5db.pl
53429 ____________________________________________________________________________
53430 [  6550] By: jhi                                   on 2000/08/08  17:43:08
53431         Log: Accidental retraction of #6549.
53432      Branch: perl
53433            ! lib/perl5db.pl
53434 ____________________________________________________________________________
53435 [  6549] By: jhi                                   on 2000/08/08  17:40:04
53436         Log: Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
53437              From: Mike Guy <mjtg@cam.ac.uk>
53438              Date: Mon, 07 Aug 2000 21:49:58 +0100
53439              Message-Id: <E13LtqQ-0006Jc-00@libra.cus.cam.ac.uk>
53440      Branch: perl
53441            ! lib/perl5db.pl
53442 ____________________________________________________________________________
53443 [  6548] By: jhi                                   on 2000/08/08  17:37:57
53444         Log: Document here-doc better.
53445              
53446              Subject: Re: [ID 20000804.003] heredoc in s///e replacement
53447              From: Mike Guy <mjtg@cam.ac.uk>
53448              Date: Mon, 07 Aug 2000 14:02:09 +0100
53449              Message-Id: <E13LmXh-0006rM-00@libra.cus.cam.ac.uk>
53450      Branch: perl
53451            ! pod/perldata.pod
53452 ____________________________________________________________________________
53453 [  6547] By: jhi                                   on 2000/08/08  17:33:34
53454         Log: Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
53455              From: "Randy J. Ray" <rjray@redhat.com>
53456              Date: Mon, 07 Aug 2000 19:12:25 -0700
53457              Message-Id: <200008080212.TAA12784@tzimisce.soma.redhat.com>
53458      Branch: perl
53459            ! perl.c pod/perlrun.pod
53460 ____________________________________________________________________________
53461 [  6546] By: jhi                                   on 2000/08/08  17:29:26
53462         Log: Subject: Re: enhanced(?) regex error messages 
53463              From: Hugo <hv@crypt.compulink.co.uk>
53464              Date: Tue, 08 Aug 2000 03:25:51 +0100
53465              Message-Id: <200008080225.DAA10998@crypt.compulink.co.uk>
53466              
53467              plus Capitalize the error messages, plus perldiag them.
53468      Branch: perl
53469            ! pod/perldiag.pod regcomp.c t/op/pat.t t/op/re_tests
53470 ____________________________________________________________________________
53471 [  6545] By: jhi                                   on 2000/08/08  13:59:28
53472         Log: Augment #6539 a bit: don't croak if there's magic in the air.
53473              
53474              Subject: Re: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF) 
53475              From: Hugo <hv@crypt.compulink.co.uk>
53476              Date: Tue, 08 Aug 2000 03:02:03 +0100
53477              Message-Id: <200008080202.DAA09147@crypt.compulink.co.uk>
53478      Branch: perl
53479            ! pp.c t/op/bless.t
53480 ____________________________________________________________________________
53481 [  6544] By: jhi                                   on 2000/08/07  21:11:52
53482         Log: Make the test -w clean.
53483      Branch: perl
53484            ! t/op/bless.t
53485 ____________________________________________________________________________
53486 [  6543] By: jhi                                   on 2000/08/07  19:49:53
53487         Log: use warnings instead of $^W.
53488      Branch: perl
53489            ! t/op/bless.t
53490 ____________________________________________________________________________
53491 [  6542] By: jhi                                   on 2000/08/07  17:41:41
53492         Log: Disable a portability warning Because We Know What We Are Doing.
53493      Branch: perl
53494            ! t/op/bless.t
53495 ____________________________________________________________________________
53496 [  6541] By: jhi                                   on 2000/08/07  17:29:51
53497         Log: Tiny tidying on report_evil_fh().
53498      Branch: perl
53499            ! util.c
53500 ____________________________________________________________________________
53501 [  6540] By: jhi                                   on 2000/08/07  16:37:38
53502         Log: Make regular expression parse error messages easier to understand.
53503              
53504              Subject: Re: enhanced(?) regex error messages
53505              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
53506              Date: Fri, 4 Aug 2000 23:34:07 -0700 (PDT)
53507              Message-Id: <200008050634.XAA20360@ventrue.yahoo.com>
53508      Branch: perl
53509            ! regcomp.c
53510 ____________________________________________________________________________
53511 [  6539] By: jhi                                   on 2000/08/07  16:12:27
53512         Log: Make bless(REF, REF) a fatal error, add bless tests.
53513              
53514              Subject: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF)
53515              From: Hugo <hv@crypt.compulink.co.uk>
53516              Date: Mon, 07 Aug 2000 16:59:38 +0100
53517              Message-Id: <200008071559.QAA29541@crypt.compulink.co.uk>
53518      Branch: perl
53519            + t/op/bless.t
53520            ! MANIFEST pod/perldiag.pod pp.c sv.c
53521 ____________________________________________________________________________
53522 [  6538] By: jhi                                   on 2000/08/07  15:59:43
53523         Log: Subject: [ID 20000803.006] 'use lib ...' doesn't behave as documented
53524              From: Tim Conrow <tim@spindrift.srl.caltech.edu>
53525              Date: Thu, 3 Aug 2000 14:29:21 -0700
53526              Message-Id: <200008032129.OAA27898@spindrift.caltech.edu>
53527      Branch: perl
53528            ! lib/lib_pm.PL
53529 ____________________________________________________________________________
53530 [  6537] By: jhi                                   on 2000/08/07  15:47:18
53531         Log: Retract #6419 for now since it breaks in AFS and MachTen.
53532      Branch: perl
53533            ! lib/Cwd.pm
53534 ____________________________________________________________________________
53535 [  6536] By: jhi                                   on 2000/08/07  15:05:29
53536         Log: Plug the security hole described in the Aug 05 2000 bugtraq message
53537              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
53538              The security hole exists only in suidperls, which isn't
53539              installed or even built by default.
53540      Branch: perl
53541            ! perl.c
53542 ____________________________________________________________________________
53543 [  6535] By: jhi                                   on 2000/08/07  14:45:14
53544         Log: tr memory corruption fix from Simon Cozens.
53545      Branch: perl
53546            ! doop.c
53547 ____________________________________________________________________________
53548 [  6534] By: jhi                                   on 2000/08/06  11:38:16
53549         Log: Document a bit that UDP is not what you might think.
53550              
53551              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
53552              From: Lupe Christoph <lupe@lupe-christoph.de>
53553              Message-ID: <20000724085915.B13172@alanya.lupe-christoph.de>
53554              Date: Mon, 24 Jul 2000 08:59:15 +0200
53555      Branch: perl
53556            ! pod/perlipc.pod
53557 ____________________________________________________________________________
53558 [  6533] By: jhi                                   on 2000/08/06  11:35:01
53559         Log: Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
53560              From: Jeff Pinyan <jeffp@hut.crusoe.net>
53561              Date: Sat, 5 Aug 2000 00:22:01 -0400 (EDT)
53562              Message-ID: <Pine.BSF.3.96.1000805002052.23260A-100000@hut.crusoe.net>
53563      Branch: perl
53564            ! pod/perlfunc.pod
53565 ____________________________________________________________________________
53566 [  6532] By: jhi                                   on 2000/08/06  03:45:41
53567         Log: Have symbols for the IoTYPEs.
53568      Branch: perl
53569            ! doio.c pp_ctl.c pp_sys.c sv.h toke.c util.c
53570 ____________________________________________________________________________
53571 [  6531] By: jhi                                   on 2000/08/06  01:33:55
53572         Log: Continue fixing the io warnings.  This also
53573              sort of fixes bug ID 20000802.003: the core dump
53574              is no more.  Whether the current behaviour is correct
53575              (giving a warning: "Not a format reference"), is another matter.
53576      Branch: perl
53577            ! doio.c pod/perldiag.pod pp_hot.c pp_sys.c t/pragma/warn/doio
53578            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
53579 ____________________________________________________________________________
53580 [  6530] By: jhi                                   on 2000/08/05  21:33:12
53581         Log: Change the Policy policy: now -Dprefix= with an existing
53582              Policy.sh and prefix == siteprefix == vendorprefix, then all
53583              of them follow along the new prefix.
53584              
53585              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
53586              From: Andy Dougherty <doughera@lafayette.edu>
53587              Date: Fri, 4 Aug 2000 14:53:50 -0400 (EDT)
53588              Message-ID: <Pine.SOL.4.10.10008041440560.17981-100000@maxwell.phys.lafayette.edu>
53589      Branch: perl
53590            ! Policy_sh.SH
53591 ____________________________________________________________________________
53592 [  6529] By: jhi                                   on 2000/08/05  18:57:28
53593         Log: Zap lib/Sys directory when cleaning up.
53594      Branch: perl
53595            ! Makefile.SH
53596 ____________________________________________________________________________
53597 [  6528] By: jhi                                   on 2000/08/05  18:40:44
53598         Log: Essential prototype changes were missing from #6527.
53599              Also make report_evil_fh() more bomb-proof.
53600      Branch: perl
53601            ! embed.h util.c
53602 ____________________________________________________________________________
53603 [  6527] By: jhi                                   on 2000/08/05  03:22:05
53604         Log: Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
53605              From: "Ronald F. Guilmette" <rfg@monkeys.com>
53606              Date: Mon, 24 Jul 2000 15:47:00 -0700 (PDT)
53607              Message-Id: <200007242247.PAA52177@monkeys.com>
53608      Branch: perl
53609            ! embed.pl pp_hot.c pp_sys.c proto.h t/pragma/warn/pp_sys util.c
53610 ____________________________________________________________________________
53611 [  6526] By: jhi                                   on 2000/08/04  21:23:27
53612         Log: gcc versions might have (parentheses) in them.
53613      Branch: metaconfig/U/perl
53614            ! gccvers.U
53615      Branch: perl
53616            ! Configure config_h.SH
53617 ____________________________________________________________________________
53618 [  6525] By: jhi                                   on 2000/08/04  20:23:12
53619         Log: Weed buglets pointed out by
53620              
53621              From: Lupe Christoph <lupe@lupe-christoph.de>
53622              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
53623              Date: Fri, 4 Aug 2000 17:34:39 +0200
53624              Message-ID: <20000804173439.L8087@alanya.lupe-christoph.de>
53625      Branch: metaconfig/U/perl
53626            ! gccvers.U uselfs.U
53627      Branch: perl
53628            ! Configure config_h.SH
53629 ____________________________________________________________________________
53630 [  6524] By: jhi                                   on 2000/08/04  19:02:08
53631         Log: Warn under -w if lstat(FH) is attempted.
53632              
53633              Subject: [ID 20000421.003] perlfunc says you can lstat a file handle but you cannot
53634              From: "Todd C. Miller" <Todd.Miller@courtesan.com> 
53635              Date: Fri, 21 Apr 2000 10:43:46 -0600 (MDT) 
53636              Message-Id: <200004211643.e3LGhkX24720@xerxes.courtesan.com> 
53637      Branch: perl
53638            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
53639            ! t/pragma/warn/pp_sys
53640 ____________________________________________________________________________
53641 [  6523] By: jhi                                   on 2000/08/04  12:31:11
53642         Log: Subject: New perlcc, take 2
53643              From: simon@brecon.co.uk (Simon Cozens)
53644              Date: 4 Aug 2000 06:21:04 GMT
53645              Message-ID: <slrn8oko6g.da2.simon@justanother.perlhacker.org>
53646      Branch: perl
53647            ! utils/perlcc.PL
53648 ____________________________________________________________________________
53649 [  6522] By: jhi                                   on 2000/08/04  12:26:33
53650         Log: Subject: Re: Array vs. List context
53651              From: Daniel Chetlin <daniel@chetlin.com>
53652              Date: Fri, 4 Aug 2000 00:22:44 -0700
53653              Message-ID: <20000804002244.A5924@ilmd.chetlin.org>
53654      Branch: perl
53655            ! pod/perlapi.pod pod/perlcall.pod pod/perlembed.pod
53656            ! pod/perlfaq4.pod
53657 ____________________________________________________________________________
53658 [  6521] By: jhi                                   on 2000/08/04  12:22:38
53659         Log: Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
53660              From: Raymund Will <ray@caldera.de>
53661              Date: Fri, 4 Aug 2000 12:07:09 +0200
53662              Message-Id: <20000804120709.A14982@caldera.de>
53663      Branch: perl
53664            ! configure.gnu
53665 ____________________________________________________________________________
53666 [  6520] By: jhi                                   on 2000/08/04  04:09:06
53667         Log: After the #6519 a warning about stat() is just that,
53668              not about a filetest, which now have their own warning.
53669      Branch: perl
53670            ! pod/perldiag.pod
53671 ____________________________________________________________________________
53672 [  6519] By: jhi                                   on 2000/08/04  04:06:30
53673         Log: In the warnings call filehandles consistently so;
53674              add "unopened" warning for stat().
53675      Branch: perl
53676            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
53677            ! t/pragma/warn/pp_sys
53678 ____________________________________________________________________________
53679 [  6518] By: jhi                                   on 2000/08/04  02:55:35
53680         Log: Subject: Minor tweak to perlvar.pod
53681              From: "Stephen P. Potter" <spp@ds.net>
53682              Date: Tue, 18 Apr 2000 09:26:03 -0400
53683              Message-Id: <200004181326.JAA01560@spp.users.ds.net>
53684      Branch: perl
53685            ! pod/perlvar.pod
53686 ____________________________________________________________________________
53687 [  6517] By: jhi                                   on 2000/08/04  02:50:08
53688         Log: Subject: [ID 19990721.004] Documentation bug in perlfunc
53689              From: "Clinton Pierce" <cpierce1@ford.com>
53690              Date: Wed, 21 Jul 1999 16:45:31 -0400
53691              Message-Id: <199907212049.QAA12875@mailfw3.ford.com>
53692              
53693              Fix by Stephen Potter (visible in the bug db but not in p5p?)
53694      Branch: perl
53695            ! pod/perlfunc.pod pod/perlop.pod
53696 ____________________________________________________________________________
53697 [  6516] By: jhi                                   on 2000/08/04  02:09:25
53698         Log: This is 6512.  Really.
53699      Branch: perl
53700            ! dump.c
53701 ____________________________________________________________________________
53702 [  6515] By: jhi                                   on 2000/08/04  01:25:50
53703         Log: mention the idea of @( and @)
53704      Branch: perl
53705            ! Todo-5.6
53706 ____________________________________________________________________________
53707 [  6514] By: bailey                                on 2000/08/04  01:18:46
53708         Log: YA resync with mainstem, including VMS patches from others
53709      Branch: vmsperl
53710           +> (branch 48 files)
53711            - lib/lib.pm pod/Makefile pod/Win32.pod pod/buildtoc
53712           !> (integrate 354 files)
53713 ____________________________________________________________________________
53714 [  6513] By: jhi                                   on 2000/08/04  01:18:18
53715         Log: Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
53716              From: Mark Dickinson <dickins3@fas.harvard.edu>
53717              Date: Wed, 2 Aug 2000 13:25:07 -0400 (EDT)
53718              Message-Id: <Pine.OSF.4.10.10008021321380.32190-200000@is07.fas.harvard.edu>
53719      Branch: perl
53720            ! t/op/grent.t t/op/pwent.t
53721 ____________________________________________________________________________
53722 [  6512] By: jhi                                   on 2000/08/04  01:14:06
53723         Log: Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
53724              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
53725              Date: Wed, 02 Aug 2000 10:51:01 +0100
53726              Message-Id: <E13JvAz-0005B5-00@libra.cus.cam.ac.uk>
53727      Branch: perl
53728            ! sv.c
53729 ____________________________________________________________________________
53730 [  6511] By: jhi                                   on 2000/08/04  00:57:00
53731         Log: Subject: [PATCH] bad cppsymbols on os2 + Configure question                
53732              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
53733              Date: Thu, 03 Aug 2000 17:20:04 -0700
53734              Message-ID: <0wgi5gzkgqLb092yn@efn.org> 
53735      Branch: metaconfig
53736            ! U/modified/Cppsym.U
53737      Branch: perl
53738            ! Configure config_h.SH
53739 ____________________________________________________________________________
53740 [  6510] By: jhi                                   on 2000/08/04  00:25:28
53741         Log: detypo
53742      Branch: perl
53743            ! Makefile.SH
53744 ____________________________________________________________________________
53745 [  6509] By: jhi                                   on 2000/08/03  23:43:18
53746         Log: Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
53747              From: Dominic Dunlop <domo@computer.org>
53748              Date: Thu, 3 Aug 2000 22:16:46 +0200
53749              Message-Id: <p04320411b5af8091f6fe@[194.235.193.148]>
53750      Branch: perl
53751            ! t/op/sprintf.t
53752 ____________________________________________________________________________
53753 [  6508] By: jhi                                   on 2000/08/03  23:40:37
53754         Log: Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
53755              From: Hugo <hv@crypt.compulink.co.uk>
53756              Date: Thu, 03 Aug 2000 18:25:30 +0100
53757              Message-Id: <200008031725.SAA10580@crypt.compulink.co.uk>
53758      Branch: perl
53759            ! regcomp.c t/op/re_tests
53760 ____________________________________________________________________________
53761 [  6507] By: jhi                                   on 2000/08/03  23:38:28
53762         Log: Subject: [PATCH] sv.h documentation - SvLEN
53763              From: Mike Guy <mjtg@cam.ac.uk>
53764              Date: Thu, 03 Aug 2000 14:43:09 +0100
53765              Message-Id: <E13KLHB-0004UK-00@libra.cus.cam.ac.uk>
53766      Branch: perl
53767            ! sv.h
53768 ____________________________________________________________________________
53769 [  6506] By: jhi                                   on 2000/08/03  15:49:14
53770         Log: Disable the fix_pl hack for now.
53771      Branch: perl
53772            ! Makefile.SH
53773 ____________________________________________________________________________
53774 [  6505] By: jhi                                   on 2000/08/03  13:49:04
53775         Log: Add a URL for FSF.
53776              
53777              Subject: Patch for README
53778              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
53779              Date: Wed, 2 Aug 2000 13:25:09 -0500
53780              Message-ID: <20000802132509.I10379@chaos.wustl.edu>
53781      Branch: perl
53782            ! README
53783 ____________________________________________________________________________
53784 [  6504] By: jhi                                   on 2000/08/03  13:29:19
53785         Log: Be more informative on what is skipped and why,
53786              also repeat the list at the end.
53787      Branch: perl
53788            ! Porting/p4desc
53789 ____________________________________________________________________________
53790 [  6503] By: jhi                                   on 2000/08/03  13:07:05
53791         Log: Circumvent the removal of .patch by fix_pl.
53792              
53793              Subject: Re: [ID 20000802.011] unable to 'make test'          
53794              From: simon@brecon.co.uk (Simon Cozens) 
53795              Date: 3 Aug 2000 04:17:00 GMT
53796              Message-ID: <slrn8ohshs.81o.simon@justanother.perlhacker.org> 
53797      Branch: perl
53798            ! Makefile.SH
53799 ____________________________________________________________________________
53800 [  6502] By: jhi                                   on 2000/08/03  00:14:34
53801         Log: Add the missing setproctitle unit.
53802      Branch: metaconfig/U/perl
53803            + d_setproctitle.U
53804 ____________________________________________________________________________
53805 [  6501] By: jhi                                   on 2000/08/03  00:00:26
53806         Log: The subtest 4 may fail also on VOBS, as pointed out
53807              by Nick Ing-Simmons in November 1999, bug id 19991124.003
53808              (but the failure in that bug report isn't the subtest 4).
53809      Branch: perl
53810            ! t/op/stat.t
53811 ____________________________________________________________________________
53812 [  6500] By: jhi                                   on 2000/08/02  23:49:30
53813         Log: Better skip message for the test; one of the two problems in
53814              
53815              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
53816              From: Lupe Christoph <lupe@lupe-christoph.de>
53817              Date: Thu, 24 Feb 2000 11:54:50 +0100 (MET)
53818              Message-Id: <200002241054.LAA06808@lupe-christoph.de>
53819      Branch: perl
53820            ! t/op/numconvert.t
53821 ____________________________________________________________________________
53822 [  6499] By: jhi                                   on 2000/08/02  22:49:16
53823         Log: Allow "no Module;" even if there is no 'unimport'.
53824              
53825              Subject: [ID 20000324.029] `unimport' is not special the way `import' is
53826              From: mjd@plover.com
53827              Date: 24 Mar 2000 15:24:34 -0000
53828              Message-Id: <20000324152434.15160.qmail@plover.com>
53829      Branch: perl
53830            ! gv.c
53831 ____________________________________________________________________________
53832 [  6498] By: jhi                                   on 2000/08/02  22:42:58
53833         Log: Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
53834              that are hopefully soon put into use.
53835      Branch: perl
53836            ! opcode.h opcode.pl opnames.h
53837 ____________________________________________________________________________
53838 [  6497] By: gsar                                  on 2000/08/02  22:28:59
53839         Log: require.t needs binmode() to work on windows
53840      Branch: perl
53841            ! t/comp/require.t
53842 ____________________________________________________________________________
53843 [  6496] By: jhi                                   on 2000/08/02  22:08:51
53844         Log: Document the IVdf UVuf UVof UVxf.
53845      Branch: perl
53846            ! pod/perlguts.pod
53847 ____________________________________________________________________________
53848 [  6495] By: jhi                                   on 2000/08/02  21:54:26
53849         Log: detypo #6494
53850      Branch: perl
53851            ! ext/Data/Dumper/Dumper.xs
53852 ____________________________________________________________________________
53853 [  6494] By: jhi                                   on 2000/08/02  21:49:17
53854         Log: Dump UVs as UVs in Data::Dumper.
53855              
53856              Subject: Re: [ID 20000405.018] Data::Dumper and negative numbers
53857              From: Gurusamy Sarathy <gsar@ActiveState.com>
53858              Date: Thu, 27 Apr 2000 12:26:25 -0700
53859              Message-Id: <200004271926.MAA04331@molotok.activestate.com>
53860      Branch: perl
53861            ! ext/Data/Dumper/Dumper.xs
53862 ____________________________________________________________________________
53863 [  6493] By: jhi                                   on 2000/08/02  17:01:58
53864         Log: Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
53865              From: Hugo <hv@crypt.compulink.co.uk>
53866              Date: Wed, 02 Aug 2000 14:53:56 +0100
53867              Message-Id: <200008021353.OAA24761@crypt.compulink.co.uk>
53868      Branch: perl
53869            ! regexec.c t/op/re_tests
53870 ____________________________________________________________________________
53871 [  6492] By: jhi                                   on 2000/08/02  15:02:46
53872         Log: The new setproctitle() feature is available only in 
53873              bleeding edge FreeBSD.  From Paul Saab.
53874      Branch: perl
53875            ! mg.c
53876 ____________________________________________________________________________
53877 [  6491] By: jhi                                   on 2000/08/02  13:34:36
53878         Log: The tr utf8 patching continues.
53879              
53880              Subject: Re: #6469, too many tests claimed in require.t
53881              From: simon@brecon.co.uk (Simon Cozens)
53882              Date: 2 Aug 2000 02:37:17 GMT
53883              Message-ID: <slrn8of2at.81o.simon@justanother.perlhacker.org>
53884              
53885              (the logic of the test was the wrong way round in the patch)
53886      Branch: perl
53887            ! doop.c
53888 ____________________________________________________________________________
53889 [  6490] By: jhi                                   on 2000/08/02  13:27:38
53890         Log: The name of a filehandle does not have <these>.
53891      Branch: perl
53892            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
53893            ! t/pragma/warn/pp_sys util.c
53894 ____________________________________________________________________________
53895 [  6489] By: jhi                                   on 2000/08/02  04:26:46
53896         Log: Remove the extraneous "main::" prefix from all the
53897              "opened only for", "on closed", and "never opened" warnings.
53898              
53899              Subject: Re: inappropriate warning
53900              From: Gurusamy Sarathy <gsar@ActiveState.com>
53901              Date: Mon, 20 Mar 2000 11:28:02 -0800
53902              Message-Id: <200003201928.LAA32224@maul.ActiveState.com>
53903      Branch: perl
53904            ! doio.c embed.h embed.pl gv.c objXSUB.h pp_hot.c pp_sys.c
53905            ! proto.h t/pragma/warn/4lint t/pragma/warn/doio
53906            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
53907 ____________________________________________________________________________
53908 [  6488] By: jhi                                   on 2000/08/02  03:02:57
53909         Log: memcpy has n o in it, as pinted ut by Sarathy.
53910      Branch: perl
53911            ! pod/perlguts.pod
53912 ____________________________________________________________________________
53913 [  6487] By: jhi                                   on 2000/08/02  02:44:51
53914         Log: Document in one place the memory abstractions used in Perl core.
53915              
53916              Subject: Re: Memory abstraction
53917              From: simon@brecon.co.uk (Simon Cozens)
53918              Date: 2 Aug 2000 02:20:23 GMT
53919              Organization: Earth.li Origins
53920      Branch: perl
53921            ! pod/perlguts.pod
53922 ____________________________________________________________________________
53923 [  6486] By: jhi                                   on 2000/08/02  02:41:57
53924         Log: regen_headers, regen perltoc.
53925      Branch: perl
53926            ! perlapi.c pod/perltoc.pod
53927 ____________________________________________________________________________
53928 [  6485] By: jhi                                   on 2000/08/02  01:43:33
53929         Log: "This little thing tests for a file .patch, and if it contains
53930              a number, pops into patchlevel.h" (making it easier to track
53931              which development version people are reporting bugs against)
53932              
53933              Subject: Patchlevel autogeneration for repository perls
53934              From: simon@brecon.co.uk (Simon Cozens)
53935              Date: 14 Jul 2000 07:12:15 GMT
53936              Message-ID: <slrn8mtfaf.1qo.simon@justanother.perlhacker.org>
53937      Branch: perl
53938            + fix_pl
53939            ! MANIFEST Makefile.SH
53940 ____________________________________________________________________________
53941 [  6484] By: jhi                                   on 2000/08/02  01:32:54
53942         Log: FreeBSD 3.* updates from
53943              
53944              From: Paul Saab <ps@yahoo-inc.com>
53945              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
53946              Date: Tue, 1 Aug 2000 15:41:39 -0700
53947              Message-Id: <20000801154139.A53740@yahoo-inc.com>
53948      Branch: perl
53949            ! hints/freebsd.sh
53950 ____________________________________________________________________________
53951 [  6483] By: jhi                                   on 2000/08/02  01:27:44
53952         Log: In new BSDs changes to argv[] do not show up in ps(1) output,
53953              instead one must use setproctitle().  This was already addressed
53954              by change #6457, but the below has a new variant for FreeBSD 4.0
53955              or later, and the matter is also documented more.
53956              
53957              From: Paul Saab <ps@yahoo-inc.com>
53958              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
53959              Date: Tue, 1 Aug 2000 15:41:39 -0700
53960              Message-Id: <20000801154139.A53740@yahoo-inc.com>
53961      Branch: metaconfig/U/perl
53962            + i_libutil.U
53963      Branch: perl
53964            ! Configure config_h.SH mg.c perl.h pod/perlvar.pod
53965 ____________________________________________________________________________
53966 [  6482] By: jhi                                   on 2000/08/01  22:17:32
53967         Log: The test from this
53968              
53969              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
53970              Date: Sat, 15 Apr 2000 17:03:44 +0100
53971              From: Tom Hughes <tom@compton.nu>
53972              Message-ID: <d1c9b2af49.tom@compton.compton.nu>
53973              
53974              was missing, the code change went in as #5989
53975              (which had a different test?)
53976      Branch: perl
53977            ! t/op/misc.t
53978 ____________________________________________________________________________
53979 [  6481] By: jhi                                   on 2000/08/01  21:48:38
53980         Log: Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
53981              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
53982              Date: Thu, 27 Jul 2000 13:51:41 -0700 (PDT)
53983              Message-Id: <200007272051.NAA02178@xfiles.intercon.hp.com>
53984      Branch: perl
53985            ! perl.h
53986 ____________________________________________________________________________
53987 [  6480] By: jhi                                   on 2000/08/01  18:05:28
53988         Log: Make p4desc to skip non-mainperl branches by default.
53989      Branch: perl
53990            ! Porting/p4desc
53991 ____________________________________________________________________________
53992 [  6479] By: jhi                                   on 2000/08/01  17:29:19
53993         Log: If gccosandvers is equal to osname, clear gccosandvers.
53994      Branch: metaconfig/U/perl
53995            ! gccvers.U
53996      Branch: perl
53997            ! Configure config_h.SH
53998 ____________________________________________________________________________
53999 [  6478] By: jhi                                   on 2000/08/01  15:54:08
54000         Log: BOM patching from Simon Cozens.
54001      Branch: perl
54002            ! toke.c
54003 ____________________________________________________________________________
54004 [  6477] By: jhi                                   on 2000/08/01  04:50:33
54005         Log: Stash away the largefiles flags and libswanted.
54006      Branch: perl
54007            ! hints/aix.sh hints/hpux.sh hints/linux.sh hints/solaris_2.sh
54008 ____________________________________________________________________________
54009 [  6476] By: gsar                                  on 2000/08/01  04:24:24
54010         Log: various syntax errors and such (not fixed: comp/require.t#22 coredump
54011              on Windows)
54012      Branch: perl
54013            ! t/pragma/utf8.t utf8.c win32/win32.c
54014 ____________________________________________________________________________
54015 [  6475] By: jhi                                   on 2000/08/01  03:35:24
54016         Log: Make chr() for values >127 to create utf8 when under utf8.
54017              
54018              Subject: Re: uft8/chr()
54019              From: simon@brecon.co.uk (Simon Cozens)
54020              Date: 1 Aug 2000 02:37:02 GMT
54021              Message-ID: <slrn8ocdud.19l.simon@justanother.perlhacker.org>
54022      Branch: perl
54023            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
54024 ____________________________________________________________________________
54025 [  6474] By: jhi                                   on 2000/08/01  02:36:18
54026         Log: In Digital UNIX warn if gcc explicitly chosen because even
54027              2.95.2 is known to cause problems.
54028      Branch: perl
54029            ! hints/dec_osf.sh
54030 ____________________________________________________________________________
54031 [  6473] By: jhi                                   on 2000/08/01  02:00:56
54032         Log: Make the safety catch for buggy gccs work with triple version
54033              numbers like 2.95.2.  Reported in
54034              
54035              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
54036              From: Maurizio Loreti <maurizio.loreti@pd.infn.it>
54037              Date: Mon, 31 Jul 2000 14:55:06 +0200
54038              Message-Id: <200007311255.AA25586@axcdf4.pd.infn.it>
54039      Branch: perl
54040            ! hints/dec_osf.sh
54041 ____________________________________________________________________________
54042 [  6472] By: jhi                                   on 2000/08/01  01:13:33
54043         Log: Subject: fix and question re: waitpid() under win32
54044              From: Brian Clarke <clarke@appliedmeta.com>
54045              Date: Fri, 28 Jul 2000 15:18:29 -0400
54046              Message-ID: <3981DC85.290314EB@appliedmeta.com>
54047              
54048              Slightly reformatted and WNOHANG # define moved to win32.h
54049              so that also POSIX.xs sees it, as suggsted by Sarathy.
54050      Branch: perl
54051            ! win32/win32.c win32/win32.h
54052 ____________________________________________________________________________
54053 [  6471] By: jhi                                   on 2000/08/01  00:55:05
54054         Log: Subject: [PATCH] allow non-variable as lhs of non-updating tr///
54055              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
54056              Message-Id: <E13JEgd-0003fy-00@libra.cus.cam.ac.uk>
54057              Date: Mon, 31 Jul 2000 13:28:51 +0100
54058              
54059              (aka ID 20000730.002)
54060      Branch: perl
54061            ! op.c t/op/tr.t
54062 ____________________________________________________________________________
54063 [  6470] By: jhi                                   on 2000/07/31  23:34:42
54064         Log: Document the problem with -P in HP-UX and its workaround.
54065              
54066              Subject: [ID 20000628.002] HPUX 11: -Ae compiler flag breaks perl -P
54067              From: Milton Hankins {64892} <webtools@uewrhp03.msd.ray.com>
54068              Date: Wed, 28 Jun 2000 13:58:21 -0400 (EDT)
54069              Message-Id: <200006281758.NAA10339@uewrhp03.msd.ray.com>
54070      Branch: perl
54071            ! README.hpux
54072 ____________________________________________________________________________
54073 [  6469] By: jhi                                   on 2000/07/31  04:15:02
54074         Log: The swallow_bom() saga continues.  The #23 of require.t
54075              (UTF16-LE) still fails (silently, no output) but the #22
54076              (UTF16-BE) seems to be working now.  The root of the
54077              failure may be in sv_gets(): is it UTF-16LE-aware,
54078              especially when it comes to line endings? 
54079      Branch: perl
54080            ! embed.h embed.pl objXSUB.h pod/perldiag.pod proto.h
54081            ! t/comp/require.t toke.c utf8.c
54082 ____________________________________________________________________________
54083 [  6468] By: jhi                                   on 2000/07/30  19:05:48
54084         Log: Find green threads before native threads.
54085              
54086              Subject: Re: Patch to jpl/JNI/Makefile.PL
54087              From: Jens Thomsen <jens@fiend.cis.com>
54088              Date: Fri, 28 Jul 2000 15:54:49 -0600 (MDT)
54089              Message-ID: <Pine.LNX.4.21.0007281553470.687-200000@fiend.cis.com>
54090      Branch: perl
54091            ! jpl/JNI/Makefile.PL
54092 ____________________________________________________________________________
54093 [  6467] By: jhi                                   on 2000/07/30  18:36:22
54094         Log: Fix the HALF_UPGRADE() macro introduced in #6263.
54095      Branch: perl
54096            ! doop.c
54097 ____________________________________________________________________________
54098 [  6466] By: jhi                                   on 2000/07/30  04:37:29
54099         Log: A new version of the "remove UPPERACSE string comparison"
54100              operators.  The problem with the previous one (change #6454)
54101              was that it was for Perl 5.6.0.  From Paul Marquess.
54102      Branch: perl
54103            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/3both
54104            ! t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/7fatal
54105            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
54106 ____________________________________________________________________________
54107 [  6465] By: jhi                                   on 2000/07/29  22:39:56
54108         Log: Do not upgrade SVs into utf8 just because they participate
54109              in eq or cmp.  Reported and fix suggested in
54110              
54111              Subject: [ID 20000720.009] sv_eq UTF8 bug
54112              From: "Simon Cozens" <simon@othersideofthe.earth.li>
54113              Date: 21 Jul 2000 04:37:29 -0000
54114              Message-Id: <20000721043729.30081.qmail@othersideofthe.earth.li>
54115              
54116              Exercise for the kind reader: should we or should we not
54117              cache the utf8 conversion alonside the SV? (as magic,
54118              as thestrxfrm()ed version is cached under use locale)
54119              Argue both for and against.
54120      Branch: perl
54121            ! sv.c
54122 ____________________________________________________________________________
54123 [  6464] By: jhi                                   on 2000/07/29  22:36:22
54124         Log: Subject: UTF8 concat
54125              From: simon@brecon.co.uk (Simon Cozens) 
54126              Date: 30 Jun 2000 06:13:25 GMT
54127              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org> 
54128              
54129              (with a memory leak fixed, plus a few casts added)
54130              
54131              This also seems to help for
54132              
54133              Subject: [ID 20000716.015] join UTF8 weirdness
54134              From: root <root@ak-71.mind.de> 
54135              Date: Sat, 15 Jul 2000 15:29:54 +0200
54136              Message-Id: <200007151329.PAA13970@ak-71.mind.de>
54137              
54138              (from Andreas König)
54139      Branch: perl
54140            ! pp_hot.c
54141 ____________________________________________________________________________
54142 [  6463] By: jhi                                   on 2000/07/29  00:55:39
54143         Log: Tune the comments and hopefully stop a memory leak.
54144      Branch: perl
54145            ! toke.c utf8.c
54146 ____________________________________________________________________________
54147 [  6462] By: jhi                                   on 2000/07/29  00:16:53
54148         Log: The problem described in this
54149              
54150              Subject: [ID 20000322.018] named chars aren't magical enough
54151              From: root <root@dixie.cscaper.com>     
54152              Date: Wed, 22 Mar 2000 18:37:42 -0700
54153              Message-Id: <200003230137.SAA29532@dixie.cscaper.com>
54154              
54155              has been fixed in perl 5.6.0 but just in case added a test
54156              to keep it away.  (The report from Joseph Hall.)
54157      Branch: perl
54158            ! t/lib/charnames.t
54159 ____________________________________________________________________________
54160 [  6461] By: jhi                                   on 2000/07/28  23:56:36
54161         Log: Tiny fixes for #6460.
54162      Branch: metaconfig/U/perl
54163            ! gccvers.U
54164      Branch: perl
54165            ! Configure config_h.SH
54166 ____________________________________________________________________________
54167 [  6460] By: jhi                                   on 2000/07/28  23:24:41
54168         Log: Warn if the version of the operating system used to compile gcc
54169              differs from the current version of the operating system.
54170              Also display the gcc compilation os and version in myconfig.
54171              Inspiration from
54172              
54173              Subject: Re: [ID 20000710.003] ERRORS!!         
54174              From: "Kurt D. Starsinic" <kstar@chapin.edu>
54175              Date: Mon, 10 Jul 2000 15:54:16 -0400
54176              Message-ID: <20000710155416.A1384@O2.chapin.edu>
54177      Branch: metaconfig/U/perl
54178            ! gccvers.U
54179      Branch: perl
54180            ! Configure config_h.SH myconfig.SH
54181 ____________________________________________________________________________
54182 [  6459] By: jhi                                   on 2000/07/28  22:00:32
54183         Log: In DEC OSF aka Digital UNIX aka Tru64 add the version
54184              letter to $Config{osvers}.
54185      Branch: metaconfig
54186            ! U/modified/Oldconfig.U
54187      Branch: perl
54188            ! Configure config_h.SH
54189 ____________________________________________________________________________
54190 [  6458] By: jhi                                   on 2000/07/28  04:15:39
54191         Log: Back out #6454, doesn't seem to work.
54192              (Reason: that patch was for perl 5.6.0, not perl-current)
54193              (A version of the patch for perl-current came in later as #6466)
54194      Branch: perl
54195            ! regcomp.c t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
54196            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
54197            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
54198 ____________________________________________________________________________
54199 [  6457] By: jhi                                   on 2000/07/27  23:31:49
54200         Log: Use setproctitle() if available to modify $0.
54201              
54202              Subject: setting $* on BSD4 broken
54203              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
54204              Date: Sun, 23 Jul 2000 01:31:34 -0700 (PDT)
54205              Message-Id: <200007230831.BAA08379@ventrue.yahoo.com>
54206      Branch: metaconfig
54207            ! U/modified/Myinit.U
54208      Branch: perl
54209            ! Configure config_h.SH mg.c
54210 ____________________________________________________________________________
54211 [  6456] By: jhi                                   on 2000/07/27  14:50:47
54212         Log: Allow "no AutoLoader;", based on change #6444,
54213              suggested by Graham Barr.
54214      Branch: perl
54215            ! lib/AutoLoader.pm
54216 ____________________________________________________________________________
54217 [  6455] By: jhi                                   on 2000/07/27  14:19:10
54218         Log: Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
54219              From: rspier@pobox.com (Robert Spier)
54220              Date: Thu, 27 Jul 2000 09:49:35 -0400 (EDT)
54221              Message-ID: <14720.15855.787664.424783@rls.cx>
54222      Branch: perl
54223            ! pod/perldiag.pod
54224 ____________________________________________________________________________
54225 [  6454] By: jhi                                   on 2000/07/27  14:03:02
54226         Log: Remove EQ, NE, GT, LT, GE, LE (they have been deprecated
54227              for a long time).
54228              
54229              Reported in
54230              
54231              Subject: [ID 20000717.004] Unexpected complaint of NE deprecation
54232              From: Ryan Herbert <rherbert@sycamorehq.com>
54233              Date: Mon, 17 Jul 2000 11:40:42 -0400
54234              Message-Id: <200007171540.LAA20480@beorn.hq.sai>
54235              
54236              Patched in
54237              
54238              Subject: RE: [ID 20000717.004] Unexpected complaint of NE deprecation
54239              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
54240              Date: Wed, 26 Jul 2000 23:40:18 +0100
54241              Message-ID: <000001bff752$79511880$0a17073e@tiny>
54242              
54243              based on an earlier patch from Stephen P. Potter.
54244              
54245              (Removed later by change #6458 because this patch was for
54246              perl 5.6.0, not perl-current)
54247      Branch: perl
54248            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
54249            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
54250            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
54251 ____________________________________________________________________________
54252 [  6453] By: jhi                                   on 2000/07/27  13:48:02
54253         Log: Subject: [PATCH] fixes bug 20000508.004
54254              From: Michael Stevens <mstevens@globnix.org>
54255              Date: Thu, 27 Jul 2000 13:49:04 +0100
54256              Message-ID: <20000727134903.A9351@athenaeum.globnix.org>
54257      Branch: perl
54258            ! pod/perldata.pod
54259 ____________________________________________________________________________
54260 [  6452] By: jhi                                   on 2000/07/26  23:51:26
54261         Log: Further File::Temp patches from Yitzchak Scott-Thoennes
54262              and Craig A. Berry.
54263      Branch: perl
54264            ! lib/File/Temp.pm pod/perlport.pod
54265 ____________________________________________________________________________
54266 [  6451] By: jhi                                   on 2000/07/26  19:43:30
54267         Log: Be wary of close()s, too.
54268              
54269              Subject: Re: [PATCH] perlbug cleanup
54270              From: Tim Jenness <t.jenness@jach.hawaii.edu>
54271              Date: Wed, 26 Jul 2000 09:32:43 -1000 (HST)
54272              Message-ID: <Pine.LNX.4.10.10007260931540.27658-100000@lapaki.jach.hawaii.edu>
54273      Branch: perl
54274            ! utils/perlbug.PL
54275 ____________________________________________________________________________
54276 [  6450] By: jhi                                   on 2000/07/26  18:41:40
54277         Log: Subject: Minor doc patch: handy.h
54278              From: Daniel =?iso-8859-1?Q?Mui=F1o?= <dmuino@afip.gov.ar>
54279              Date: Wed, 26 Jul 2000 15:34:25 -0300
54280              Message-ID: <397F2F31.F3F9F4F3@afip.gov.ar>
54281      Branch: perl
54282            ! handy.h pod/perlapi.pod
54283 ____________________________________________________________________________
54284 [  6449] By: jhi                                   on 2000/07/26  18:23:55
54285         Log: Subject: [PATCH] minor doc change - perlguts
54286              From: Michael Stevens <mstevens@globnix.org>
54287              Date: Thu, 13 Jul 2000 12:39:18 +0100
54288              Message-ID: <20000713123918.A26561@athenaeum.globnix.org>
54289      Branch: perl
54290            ! pod/perlguts.pod
54291 ____________________________________________________________________________
54292 [  6448] By: jhi                                   on 2000/07/26  18:20:30
54293         Log: open() wariness in perlbug.
54294              
54295              Subject: [PATCH] perlbug cleanup
54296              From: Michael Stevens <mstevens@globnix.org>
54297              Message-ID: <20000713155222.A11380@athenaeum.globnix.org>
54298              Date: Thu, 13 Jul 2000 15:52:23 +0100
54299      Branch: perl
54300            ! utils/perlbug.PL
54301 ____________________________________________________________________________
54302 [  6447] By: jhi                                   on 2000/07/26  18:13:04
54303         Log: File::Temp patches for VMS and OS/2 from Tim Jenness.
54304      Branch: perl
54305            ! lib/File/Temp.pm t/lib/ftmp-security.t
54306 ____________________________________________________________________________
54307 [  6446] By: jhi                                   on 2000/07/26  18:06:32
54308         Log: docfix from Peter Scott <Peter@PSDT.com>.
54309      Branch: perl
54310            ! pod/perlfunc.pod
54311 ____________________________________________________________________________
54312 [  6445] By: jhi                                   on 2000/07/26  17:53:31
54313         Log: Fix *foo{FORMAT}.
54314              
54315              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
54316              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
54317              Date: Wed, 26 Jul 2000 19:51:02 +0200
54318              Message-Id: <20000726194952.41DD.H.M.BRAND@hccnet.nl>
54319              
54320              From: Graham Barr <gbarr@pobox.com>
54321              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
54322              Date: Wed, 26 Jul 2000 17:38:36 +0100
54323              Message-ID: <20000726173836.L472@pobox.com>
54324      Branch: perl
54325            ! pp.c sv.c t/op/gv.t
54326 ____________________________________________________________________________
54327 [  6444] By: jhi                                   on 2000/07/26  17:49:14
54328         Log: Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
54329              from Graham Barr in the module list.
54330      Branch: perl
54331            ! gv.c pod/perlobj.pod
54332 ____________________________________________________________________________
54333 [  6443] By: jhi                                   on 2000/07/26  16:06:56
54334         Log: More split() doc and test patches from Mike Guy.
54335      Branch: perl
54336            ! pod/perlfunc.pod t/op/split.t
54337 ____________________________________________________________________________
54338 [  6442] By: jhi                                   on 2000/07/26  16:05:30
54339         Log: MacOS nits from Matthias Neeracher.
54340      Branch: perl
54341            ! perl.c pp_ctl.c
54342 ____________________________________________________________________________
54343 [  6441] By: jhi                                   on 2000/07/26  04:39:57
54344         Log: Subject: [PATCH] split /^/
54345              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
54346              Date: Tue, 25 Jul 2000 14:18:57 +0100
54347              Message-Id: <E13H4bp-00062h-00@libra.cus.cam.ac.uk>
54348              
54349              (with notes from tchrist and gbarr)
54350      Branch: perl
54351            ! pod/perlfunc.pod t/op/split.t
54352 ____________________________________________________________________________
54353 [  6440] By: jhi                                   on 2000/07/26  04:32:32
54354         Log: Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
54355              From: Peter Prymmer <pvhp@forte.com>
54356              Date: Tue, 25 Jul 2000 18:59:16 -0700 (PDT)
54357              Message-ID: <Pine.OSF.4.10.10007251805350.294719-100000@aspara.forte.com>
54358      Branch: perl
54359            ! vms/munchconfig.c
54360 ____________________________________________________________________________
54361 [  6439] By: jhi                                   on 2000/07/26  04:31:01
54362         Log: Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
54363              to be fatal errors (instead of by default ignoring them, and
54364              ignoring with a bug: even though -w gave an error, the opening [
54365              was left in)  Reported in:
54366              
54367              Subject: [ID 20000716.024] [=cc=] / [:blank:]
54368              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
54369              Date: Sun, 16 Jul 2000 17:55:29 -0700
54370              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
54371      Branch: perl
54372            ! pod/perldiag.pod regcomp.c t/pragma/warn/regcomp
54373 ____________________________________________________________________________
54374 [  6438] By: jhi                                   on 2000/07/25  15:41:15
54375         Log: Subject: [PATCH] av.c apidoc
54376              From: simon@brecon.co.uk (Simon Cozens)
54377              Date: 24 Jul 2000 06:40:52 GMT
54378              Message-ID: <slrn8nnp7k.cgv.simon@justanother.perlhacker.org>
54379      Branch: perl
54380            ! av.c embed.h embed.pl embedvar.h global.sym objXSUB.h
54381            ! perlapi.c perlapi.h pod/perlapi.pod proto.h
54382 ____________________________________________________________________________
54383 [  6437] By: jhi                                   on 2000/07/25  14:05:36
54384         Log: Subject: [ID 20000724.003] Documentation changes for perllocale.pod
54385              From: "Stephen P. Potter" <spp@ds.net>
54386              Date: Mon, 24 Jul 2000 14:22:23 -0400
54387              Message-Id: <200007241822.OAA06827@spp.users.ds.net>
54388      Branch: perl
54389            ! pod/perllocale.pod
54390 ____________________________________________________________________________
54391 [  6436] By: jhi                                   on 2000/07/25  14:02:03
54392         Log: Subject: [PATCH] Make large file tests deal with SIGXFSZ
54393              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
54394              Date: Mon, 24 Jul 2000 18:04:28 +0100
54395              Message-Id: <E13GleW-0000fr-00@libra.cus.cam.ac.uk>
54396      Branch: perl
54397            ! t/lib/syslfs.t t/op/lfs.t
54398 ____________________________________________________________________________
54399 [  6435] By: jhi                                   on 2000/07/25  13:59:28
54400         Log: Get UTF16 BOMs working.  Patch from
54401              
54402              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
54403              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
54404              Date: Tue, 25 Jul 2000 12:52:45 +0100
54405              Message-Id: <E13H3GP-0004MR-00@libra.cus.cam.ac.uk>
54406              
54407              and notes from
54408              
54409              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
54410              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
54411              Date: Tue, 25 Jul 2000 11:43:25 +0100
54412              Message-Id: <E13H2BJ-0002nG-00@libra.cus.cam.ac.uk>
54413      Branch: perl
54414            ! t/comp/require.t toke.c utf8.c
54415 ____________________________________________________________________________
54416 [  6434] By: jhi                                   on 2000/07/25  02:39:54
54417         Log: Make the "uninit variable" warning to say "concat or string"
54418              or "join or string" when in concat or join .
54419              
54420              Subject: Re: [ID 20000403.009] uninitialised concatenation???
54421              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
54422              Date: Tue, 04 Apr 2000 18:22:58 +0100
54423              Message-Id: <E12cX2Y-000364-00@taurus.cus.cam.ac.uk>
54424              
54425              Subject: [ID 20000330.052] Use of uninitialized value in concatenation (.)
54426              From: William R Ward <hermit@BayView.COM>
54427              Date: Thu, 30 Mar 2000 19:50:03 -0800
54428              Message-Id: <200003310350.TAA13319@komodo.bayview.com>
54429      Branch: perl
54430            ! opcode.h opcode.pl opnames.h pp.sym pp_proto.h
54431            ! t/pragma/warn/op t/pragma/warn/sv
54432 ____________________________________________________________________________
54433 [  6433] By: jhi                                   on 2000/07/24  17:52:56
54434         Log: File::Spec::VMS fixup for tmpdir from Craig Berry.
54435      Branch: perl
54436            ! lib/File/Spec/VMS.pm
54437 ____________________________________________________________________________
54438 [  6432] By: jhi                                   on 2000/07/24  17:44:44
54439         Log: Test cases for #6431.
54440              
54441              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
54442              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
54443              Date: Mon, 24 Jul 2000 15:32:29 +0100
54444              Message-Id: <E13GjHR-00058t-00@libra.cus.cam.ac.uk>
54445      Branch: perl
54446            ! t/op/pat.t t/op/split.t
54447 ____________________________________________________________________________
54448 [  6431] By: jhi                                   on 2000/07/24  17:43:17
54449         Log: Bind op fix.
54450              
54451              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
54452              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
54453              Date: Mon, 17 Jul 2000 20:04:56 +0100
54454              Message-Id: <E13EGCG-0006oO-00@libra.cus.cam.ac.uk>
54455      Branch: perl
54456            ! op.c
54457 ____________________________________________________________________________
54458 [  6430] By: jhi                                   on 2000/07/24  03:42:42
54459         Log: Subject: [ID 20000716.023] syslog test fails without sockets
54460              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
54461              Date: Sun, 16 Jul 2000 12:07:42 -0700 (PDT)
54462              Message-Id: <200007161907.e6GJ7g115736@garcia.efn.org>
54463      Branch: metaconfig/U/perl
54464            ! Extensions.U
54465      Branch: perl
54466            ! Configure config_h.SH
54467 ____________________________________________________________________________
54468 [  6429] By: jhi                                   on 2000/07/24  03:11:52
54469         Log: Add an optimization for map-maps-a-list-element-to-more-list-elements
54470              case, but add also notes explaining the relationship of this
54471              patch and the earlier notes by Sarathy.
54472              
54473              Subject: Map is still slow
54474              From: "Ben Tilly" <ben_tilly@hotmail.com>
54475              Date: Sat, 15 Jul 2000 17:23:27 EDT
54476              Message-ID: <20000715212327.21656.qmail@hotmail.com>
54477      Branch: perl
54478            ! pp_ctl.c
54479 ____________________________________________________________________________
54480 [  6428] By: jhi                                   on 2000/07/24  02:58:52
54481         Log: Documentation to explain the behaviour of map().
54482              
54483              Subject: Re: Map is still slow 
54484              From: Gurusamy Sarathy <gsar@ActiveState.com>
54485              Date: Sat, 15 Jul 2000 16:05:09 -0700
54486              Message-Id: <200007152305.QAA26887@molotok.activestate.com>
54487      Branch: perl
54488            ! pp_ctl.c
54489 ____________________________________________________________________________
54490 [  6427] By: jhi                                   on 2000/07/24  02:50:03
54491         Log: Add tests for
54492              [ID 19991110.003] another matching finding by pcre author
54493              which has already been fixed by some patch, as verified in
54494              
54495              Subject: Re: two regex bugs from the mists of time (well, last November)
54496              From: Hugo <hv@crypt.compulink.co.uk>
54497              Date: Sat, 22 Jul 2000 18:12:58 +0100
54498              Message-Id: <200007221712.SAA26770@crypt.compulink.co.uk>
54499      Branch: perl
54500            ! t/op/re_tests
54501 ____________________________________________________________________________
54502 [  6426] By: jhi                                   on 2000/07/24  02:11:20
54503         Log: A missing 'break' after the [[:space:]] switch case.
54504              
54505              Subject: [ID 20000718.006] Missing 'break' in regcomp.c
54506              From: "Stephen P. Potter" <spp@ds.net>
54507              Date: Tue, 18 Jul 2000 16:25:17 -0400
54508              Message-Id: <200007182025.QAA28383@spp.users.ds.net>
54509      Branch: perl
54510            ! regcomp.c
54511 ____________________________________________________________________________
54512 [  6425] By: jhi                                   on 2000/07/24  02:06:12
54513         Log: The output might have been produced in the wrong order.
54514              
54515              Subject: [ID 20000720.003] [PATCH] t/op/write.t
54516              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
54517              Date: Thu, 20 Jul 2000 18:49:18 +0100
54518              Message-Id: <E13FKRi-0004rF-00@libra.cus.cam.ac.uk>
54519      Branch: perl
54520            ! t/op/write.t
54521 ____________________________________________________________________________
54522 [  6424] By: jhi                                   on 2000/07/24  02:00:07
54523         Log: Use STDOUT consistently.
54524              
54525              Subject: [ID 20000720.002] [PATCH] Consistency of Test::Harness output
54526              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
54527              Date: Thu, 20 Jul 2000 18:04:01 +0100
54528              Message-Id: <E13FJjt-0004Jh-00@libra.cus.cam.ac.uk>
54529      Branch: perl
54530            ! lib/Test/Harness.pm
54531 ____________________________________________________________________________
54532 [  6423] By: jhi                                   on 2000/07/24  01:54:54
54533         Log: Protect against "wild next"s, that is, callbacks doing "next"
54534              instead of "return".
54535              
54536              Subject: [PATCH] Re: [ID 20000717.003] Core dump in 5.6.0
54537              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
54538              Date: Tue, 18 Jul 2000 11:30:16 +0100
54539              Message-Id: <E13EUdk-0006ha-00@libra.cus.cam.ac.uk>
54540      Branch: perl
54541            ! lib/File/Find.pm
54542 ____________________________________________________________________________
54543 [  6422] By: jhi                                   on 2000/07/24  01:35:47
54544         Log: Out-of-date note removed.
54545              
54546              Subject: [PATCH] documentation perlipc
54547              From: rspier@pobox.com (Robert Spier)
54548              Date: Thu, 20 Jul 2000 19:21:14 -0400 (EDT)
54549              Message-ID: <14711.35178.572612.502654@rls.cx>
54550      Branch: perl
54551            ! pod/perlipc.pod
54552 ____________________________________________________________________________
54553 [  6421] By: jhi                                   on 2000/07/24  00:09:18
54554         Log: Send all installperl messages to STDERR and be -w clean.
54555              
54556              Subject: [PATCH] Re: [ID 20000721.003] installperl stderr/stdout problem
54557              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
54558              Date: Sat, 22 Jul 2000 14:02:11 +0100
54559              Message-Id: <E13Fyux-0003Q2-00@libra.cus.cam.ac.uk>
54560      Branch: perl
54561            ! installperl
54562 ____________________________________________________________________________
54563 [  6420] By: jhi                                   on 2000/07/24  00:04:19
54564         Log: Decutandpasto.
54565              
54566              Subject: [PATCH perl-current] 19990607.008 - perlipc.pod
54567              From: "Richard Soderberg" <rs@crystalflame.net>
54568              Date: Sun, 23 Jul 2000 01:37:23 -0700
54569              Message-ID: <NAEKLNAAHLMBPMPNBMLECEIKCBAA.rs@crystalflame.net>
54570      Branch: perl
54571            ! pod/perlipc.pod
54572 ____________________________________________________________________________
54573 [  6419] By: jhi                                   on 2000/07/24  00:01:12
54574         Log: A cleaner abs_path().
54575              Subject: Re: unix alternative to Cwd.pm
54576              From: Jeff Pinyan <jeffp@crusoe.net>
54577              Date: Sun, 23 Jul 2000 17:43:02 -0400 (EDT)
54578              Message-ID: <Pine.GSO.4.21.0007231739120.4304-100000@crusoe.crusoe.net>
54579      Branch: perl
54580            ! lib/Cwd.pm
54581 ____________________________________________________________________________
54582 [  6418] By: jhi                                   on 2000/07/23  23:48:56
54583         Log: Detypo.
54584              
54585              Subject: [PATCH perl-current] Typo in hints/powerux.sh
54586              From: "Richard Soderberg" <rs@crystalflame.net>
54587              Date: Sun, 23 Jul 2000 01:27:33 -0700
54588              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEIJCBAA.rs@crystalflame.net>
54589      Branch: perl
54590            ! hints/powerux.sh
54591 ____________________________________________________________________________
54592 [  6417] By: jhi                                   on 2000/07/17  22:13:31
54593         Log: Subject: SDBM_File documentation
54594              From: mjd@plover.com
54595              Date: 16 Jul 2000 17:41:17 -0000
54596              Message-ID: <20000716174117.18515.qmail@plover.com>
54597      Branch: perl
54598            ! ext/SDBM_File/SDBM_File.pm
54599 ____________________________________________________________________________
54600 [  6416] By: jhi                                   on 2000/07/17  19:13:26
54601         Log: MPE/ix updates for perl 5.6.0 from Mark Bixby.
54602      Branch: perl
54603            ! hints/mpeix.sh mpeix/relink
54604 ____________________________________________________________________________
54605 [  6415] By: jhi                                   on 2000/07/15  14:11:02
54606         Log: Fix the bitvector ops for utf8 (tricky since past 7 bits
54607              the utf8 'characters' can be more than one octet).
54608              
54609              Date: Sat, 15 Jul 2000 00:21:56 +0100
54610              From: Tom Hughes <tom@compton.nu>
54611              Subject: Re: [ID 20000714.002]
54612              Message-ID: <db2334de49.tom@compton.compton.nu>
54613              
54614              Reported in
54615              
54616              Subject: [ID 20000714.002]
54617              From: "Simon Cozens" <simon@othersideofthe.earth.li>
54618              Date: 14 Jul 2000 15:13:09 -0000
54619              Message-Id: <20000714151309.7170.qmail@othersideofthe.earth.li>
54620      Branch: perl
54621            ! doop.c
54622 ____________________________________________________________________________
54623 [  6414] By: jhi                                   on 2000/07/15  03:13:41
54624         Log: another VMS build tweak from Peter Prymmer
54625      Branch: perl
54626            ! vms/descrip_mms.template
54627 ____________________________________________________________________________
54628 [  6413] By: jhi                                   on 2000/07/15  03:10:40
54629         Log: perlvms.pod whitespace cleanup to keep pod utils happy.
54630      Branch: perl
54631            ! vms/perlvms.pod
54632 ____________________________________________________________________________
54633 [  6412] By: jhi                                   on 2000/07/15  00:31:05
54634         Log: More docs for sv functions.
54635              
54636              Subject: [PATCH cfgperl] sv.c apidoc
54637              From: simon@brecon.co.uk (Simon Cozens)
54638              Date: 13 Jul 2000 09:00:20 GMT
54639              Message-ID: <slrn8mr194.2em.simon@justanother.perlhacker.org>
54640              
54641              Subject: Re: [PATCH cfgperl] sv.c apidoc
54642              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
54643              Date: Thu, 13 Jul 2000 12:27:41 +0100
54644              Message-Id: <E13Ch9Z-0006QL-00@libra.cus.cam.ac.uk>
54645              
54646              Subject: Re: [PATCH cfgperl] sv.c apidoc
54647              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
54648              Date: Thu, 13 Jul 2000 13:23:09 +0100
54649              Message-Id: <E13Ci1F-0007WR-00@libra.cus.cam.ac.uk>
54650              
54651              Subject: Re: [PATCH cfgperl] sv.c apidoc
54652              From: simon@brecon.co.uk (Simon Cozens)
54653              Date: 14 Jul 2000 06:51:02 GMT
54654              Message-ID: <slrn8mte2m.1qo.simon@justanother.perlhacker.org>
54655      Branch: perl
54656            ! embed.pl pod/perlapi.pod sv.c
54657 ____________________________________________________________________________
54658 [  6411] By: jhi                                   on 2000/07/15  00:10:41
54659         Log: lib/b test fixes from Peter Prymmer.
54660      Branch: perl
54661            ! t/lib/b.t
54662 ____________________________________________________________________________
54663 [  6410] By: jhi                                   on 2000/07/15  00:02:09
54664         Log: Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
54665              From: Hugo <hv@crypt.compulink.co.uk>
54666              Date: Fri, 14 Jul 2000 23:05:20 +0100
54667              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
54668              
54669              Didn't anymore apply, but that point still could use another fix.
54670      Branch: perl
54671            ! pod/perlfunc.pod
54672 ____________________________________________________________________________
54673 [  6409] By: jhi                                   on 2000/07/14  23:15:15
54674         Log: thinko fix in vms/descrip_mms.template, the win32.pod in lib,
54675              not in pod, from Peter Prymmer
54676      Branch: perl
54677            ! vms/descrip_mms.template
54678 ____________________________________________________________________________
54679 [  6408] By: jhi                                   on 2000/07/14  20:35:05
54680         Log: The bug report
54681              [ID 19991110.002] minimal matching discrepancy found by pcre author
54682              seems to have been fixed (though differently from what was suggested
54683              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
54684      Branch: perl
54685            ! t/op/re_tests
54686 ____________________________________________________________________________
54687 [  6407] By: jhi                                   on 2000/07/14  17:38:08
54688         Log: Fix AutoSplit to use File::Spec the right way in VMS,
54689              from Peter Prymmer.
54690      Branch: perl
54691            ! lib/AutoSplit.pm
54692 ____________________________________________________________________________
54693 [  6406] By: jhi                                   on 2000/07/14  14:13:22
54694         Log: Merge perlhacktut into perlhack, update perlguts.
54695              
54696              Subject: Re: Perlhacktut
54697              From: simon@brecon.co.uk (Simon Cozens)
54698              Date: 14 Jul 2000 06:49:21 GMT
54699              Message-ID: <slrn8mtdvh.1qo.simon@justanother.perlhacker.org>
54700              
54701              Subject: Re: Perlhacktut
54702              From: simon@brecon.co.uk (Simon Cozens)
54703              Date: 14 Jul 2000 07:09:45 GMT
54704              Message-ID: <slrn8mtf5p.1qo.simon@justanother.perlhacker.org>
54705      Branch: perl
54706            ! pod/perlguts.pod pod/perlhack.pod
54707 ____________________________________________________________________________
54708 [  6405] By: jhi                                   on 2000/07/14  14:02:31
54709         Log: Integrate with Sarathy.
54710      Branch: cfgperl
54711           !> doop.c embed.h embed.pl embedvar.h ext/IPC/SysV/Makefile.PL
54712           !> intrpvar.h lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h
54713           !> pod/perlapi.pod pp.c proto.h sv.h thread.h toke.c util.c
54714 ____________________________________________________________________________
54715 [  6404] By: gsar                                  on 2000/07/14  12:15:02
54716         Log: PERL_OBJECT build tweaks
54717      Branch: perl
54718            ! toke.c
54719 ____________________________________________________________________________
54720 [  6403] By: gsar                                  on 2000/07/14  11:23:41
54721         Log: inconsistent types needs casts
54722      Branch: perl
54723            ! toke.c
54724 ____________________________________________________________________________
54725 [  6402] By: gsar                                  on 2000/07/14  11:12:04
54726         Log: typos in change#6399, regen headers
54727      Branch: perl
54728            ! doop.c embed.h embedvar.h perlapi.h pod/perlapi.pod proto.h
54729 ____________________________________________________________________________
54730 [  6401] By: gsar                                  on 2000/07/14  10:59:12
54731         Log: typecasts needed for change#6394
54732      Branch: perl
54733            ! toke.c
54734 ____________________________________________________________________________
54735 [  6400] By: gsar                                  on 2000/07/14  10:49:37
54736         Log: integrate cfgperl contents into mainline
54737      Branch: perl
54738           !> Configure MANIFEST config_h.SH embed.pl global.sym proto.h
54739           !> regcomp.c regexec.c t/op/re_tests toke.c vms/subconfigure.com
54740 ____________________________________________________________________________
54741 [  6399] By: gsar                                  on 2000/07/14  10:38:35
54742         Log: enable UTF-16 filter by default if relevant BOM is seen; various
54743              cleanups (typos, misformatted code, and small bugs)
54744      Branch: perl
54745            ! doop.c embed.pl mg.c op.c pp.c toke.c
54746 ____________________________________________________________________________
54747 [  6398] By: gsar                                  on 2000/07/14  08:55:38
54748         Log: rename totally bletcherous SvLOCK() thingy (doesn't do what the
54749              name suggests anyway)
54750      Branch: perl
54751            ! ext/IPC/SysV/Makefile.PL sv.h thread.h util.c
54752 ____________________________________________________________________________
54753 [  6397] By: gsar                                  on 2000/07/14  08:44:33
54754         Log: move new variables to the end of the interpreter structure (for
54755              bincompat in code that doesn't #include XSUB.h)
54756      Branch: perl
54757            ! intrpvar.h
54758 ____________________________________________________________________________
54759 [  6396] By: gsar                                  on 2000/07/14  08:13:58
54760         Log: MakeMaker should not remove editor backups (*~) on `make clean`
54761              by default (completes change#6383)
54762      Branch: perl
54763            ! lib/ExtUtils/MM_Unix.pm
54764 ____________________________________________________________________________
54765 [  6395] By: jhi                                   on 2000/07/14  05:20:33
54766         Log: Replace change #6337 with a better one.
54767              
54768              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
54769              From: Hugo <hv@crypt.compulink.co.uk>
54770              Date: Fri, 14 Jul 2000 04:16:20 +0100
54771              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
54772      Branch: cfgperl
54773            ! regexec.c t/op/re_tests
54774 ____________________________________________________________________________
54775 [  6394] By: jhi                                   on 2000/07/14  01:33:59
54776         Log: Fix the BOM bug: not a byteorder bug, a signedness bug.
54777      Branch: cfgperl
54778            ! embed.pl global.sym proto.h toke.c
54779 ____________________________________________________________________________
54780 [  6393] By: jhi                                   on 2000/07/13  23:41:23
54781         Log: remove discarded test
54782      Branch: cfgperl
54783            ! MANIFEST
54784 ____________________________________________________________________________
54785 [  6392] By: jhi                                   on 2000/07/13  23:32:25
54786         Log: The {multiplier} of a fixed substring was overlooked which
54787              caused a wrong initial search offset for that substring.
54788              
54789              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
54790              From: Hugo <hv@crypt.compulink.co.uk>
54791              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
54792              Date: Thu, 13 Jul 2000 19:27:13 +0100
54793      Branch: cfgperl
54794            ! regcomp.c t/op/re_tests
54795 ____________________________________________________________________________
54796 [  6391] By: jhi                                   on 2000/07/13  16:37:42
54797         Log: typo fix from Craig Berry
54798      Branch: cfgperl
54799            ! vms/subconfigure.com
54800 ____________________________________________________________________________
54801 [  6390] By: jhi                                   on 2000/07/13  13:20:12
54802         Log: Integrate with Sarathy.
54803      Branch: cfgperl
54804            - t/op/method2entersub.t
54805           !> Changes Configure Makefile.SH ext/IPC/SysV/Makefile.PL
54806           !> pod/perldelta.pod sv.c t/lib/english.t t/lib/selfloader.t
54807           !> t/op/sprintf.t toke.c win32/Makefile win32/config_h.PL
54808           !> win32/makefile.mk win32/win32sck.c x2p/Makefile.SH
54809 ____________________________________________________________________________
54810 [  6389] By: jhi                                   on 2000/07/13  13:18:48
54811         Log: Detypo from Peter Prymmer, part of #6388.
54812      Branch: cfgperl
54813            ! Configure config_h.SH
54814      Branch: metaconfig
54815            ! U/modified/d_longlong.U
54816 ____________________________________________________________________________
54817 [  6388] By: gsar                                  on 2000/07/13  06:33:40
54818         Log: typos (spotted by Peter Prymmer)
54819      Branch: perl
54820            ! Configure t/lib/english.t
54821 ____________________________________________________________________________
54822 [  6387] By: gsar                                  on 2000/07/13  05:35:28
54823         Log: new selfloader.t in change#6183 doesn't close DATA handles,
54824              and thus fails to clean up tmp files on dosish platforms
54825      Branch: perl
54826            ! t/lib/selfloader.t
54827 ____________________________________________________________________________
54828 [  6386] By: gsar                                  on 2000/07/12  21:42:39
54829         Log: sprintf test tweaks (from Dominic Dunlop)
54830      Branch: perl
54831            ! t/op/sprintf.t
54832 ____________________________________________________________________________
54833 [  6385] By: gsar                                  on 2000/07/12  21:33:46
54834         Log: fix bugs in processing %v-*d and similar format specs (from
54835              Avi Finkel <avi@finkel.org>)
54836      Branch: perl
54837            ! sv.c t/op/sprintf.t
54838 ____________________________________________________________________________
54839 [  6384] By: gsar                                  on 2000/07/12  16:04:19
54840         Log: readd missing perldelta.pod changes from changes#6339,6376
54841      Branch: perl
54842            ! pod/perldelta.pod
54843 ____________________________________________________________________________
54844 [  6383] By: gsar                                  on 2000/07/12  16:00:51
54845         Log: don't clobber *.orig files on *clean targets
54846      Branch: perl
54847            ! Makefile.SH ext/IPC/SysV/Makefile.PL x2p/Makefile.SH
54848 ____________________________________________________________________________
54849 [  6382] By: gsar                                  on 2000/07/12  07:59:12
54850         Log: fix broken integrations in cfgperl
54851      Branch: cfgperl
54852           !> Changes pod/perldelta.pod
54853 ____________________________________________________________________________
54854 [  6381] By: gsar                                  on 2000/07/12  07:42:17
54855         Log: integrate cfgperl changes into mainline
54856      Branch: perl
54857            ! Changes
54858           !> Configure config_h.SH pod/perlbook.pod pod/perldelta.pod
54859           !> pod/perlre.pod
54860 ____________________________________________________________________________
54861 [  6380] By: gsar                                  on 2000/07/12  07:31:00
54862         Log: get sprintf.t to adjust properly for 3-digit exponents
54863      Branch: perl
54864            ! t/op/sprintf.t
54865 ____________________________________________________________________________
54866 [  6379] By: gsar                                  on 2000/07/12  06:40:04
54867         Log: change#6174 needs corresponding change in win32/config_h.PL,
54868              which grovels through config_h.SH to find the config.h name
54869      Branch: perl
54870            ! win32/config_h.PL
54871 ____________________________________________________________________________
54872 [  6378] By: jhi                                   on 2000/07/12  05:03:59
54873         Log: Do the cc sanity check both before the hints and
54874              after the cc selction.
54875      Branch: cfgperl
54876            ! Configure config_h.SH
54877      Branch: metaconfig
54878            ! U/modified/Oldconfig.U U/modified/cc.U
54879      Branch: metaconfig/U/perl
54880            + Checkcc.U
54881 ____________________________________________________________________________
54882 [  6377] By: jhi                                   on 2000/07/12  02:49:22
54883         Log: Fix nits noticed by Boston.pm.
54884      Branch: cfgperl
54885            ! pod/perlre.pod
54886 ____________________________________________________________________________
54887 [  6376] By: jhi                                   on 2000/07/11  21:22:13
54888         Log: Configure cosmetics and perldelta.
54889      Branch: cfgperl
54890            ! Configure config_h.SH pod/perldelta.pod
54891      Branch: metaconfig
54892            ! U/modified/cc.U
54893 ____________________________________________________________________________
54894 [  6375] By: gsar                                  on 2000/07/11  21:17:35
54895         Log: windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
54896      Branch: perl
54897            ! t/op/sprintf.t win32/Makefile win32/makefile.mk
54898            ! win32/win32sck.c
54899 ____________________________________________________________________________
54900 [  6374] By: gsar                                  on 2000/07/11  20:48:50
54901         Log: tweak for build failure under multiplicity
54902      Branch: perl
54903            ! toke.c
54904 ____________________________________________________________________________
54905 [  6373] By: gsar                                  on 2000/07/11  20:37:23
54906         Log: integrate cfgperl changes#6325..6373 into mainline
54907              (NOTE: today's batch of integrations still untested)
54908      Branch: perl
54909           +> ext/DynaLoader/hints/netbsd.pl
54910            ! Changes
54911           !> (integrate 26 files)
54912 ____________________________________________________________________________
54913 [  6372] By: jhi                                   on 2000/07/11  20:30:36
54914         Log: Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
54915              regen perltoc.
54916      Branch: cfgperl
54917            + pod/perlbook.pod
54918            ! MANIFEST pod/Makefile.SH pod/buildtoc.PL pod/perl.pod
54919            ! pod/perltoc.pod
54920 ____________________________________________________________________________
54921 [  6371] By: jhi                                   on 2000/07/11  20:08:56
54922         Log: Minor cleanups on the booklist.
54923      Branch: cfgperl
54924            ! pod/perlfaq2.pod
54925 ____________________________________________________________________________
54926 [  6370] By: jhi                                   on 2000/07/11  19:31:13
54927         Log: mjd's tr patches "broke" tr/z-Z/z-Z/
54928      Branch: cfgperl
54929            ! t/pragma/overload.t
54930 ____________________________________________________________________________
54931 [  6369] By: gsar                                  on 2000/07/11  19:27:48
54932         Log: integrate cfgperl changes#6293..6324 into mainline
54933      Branch: perl
54934           +> lib/Win32.pod lib/lib_pm.PL pod/Makefile.SH pod/buildtoc.PL
54935            - lib/lib.pm.PL pod/Makefile pod/Win32.pod pod/buildtoc
54936           !> (integrate 30 files)
54937 ____________________________________________________________________________
54938 [  6368] By: gsar                                  on 2000/07/11  19:18:57
54939         Log: skip integrate of problematic change#6292 from cfgperl into mainline
54940      Branch: perl
54941           !> pp_hot.c
54942 ____________________________________________________________________________
54943 [  6367] By: gsar                                  on 2000/07/11  19:17:21
54944         Log: integrate cfgperl changes#6288..6290 into mainline
54945      Branch: perl
54946           !> lib/File/Spec/Functions.pm lib/File/Spec/OS2.pm
54947 ____________________________________________________________________________
54948 [  6366] By: gsar                                  on 2000/07/11  19:11:18
54949         Log: integrate cfgperl changes#6268..6282 into mainline
54950      Branch: perl
54951           !> (integrate 30 files)
54952 ____________________________________________________________________________
54953 [  6365] By: gsar                                  on 2000/07/11  18:57:00
54954         Log: delete new accidentally branched file
54955      Branch: perl
54956            - t/op/method2entersub.t
54957 ____________________________________________________________________________
54958 [  6364] By: gsar                                  on 2000/07/11  18:55:13
54959         Log: skip integrate of change#6267 from cfgperl into mainline (the
54960              method call optimization is flawed without additional hints
54961              from user about immutableness of @ISA and no runtime method
54962              definitions)
54963      Branch: perl
54964           +> t/op/method2entersub.t
54965           !> MANIFEST embed.pl lib/ExtUtils/Install.pm lib/base.pm op.c
54966           !> perl.h t/op/sprintf.t xsutils.c
54967 ____________________________________________________________________________
54968 [  6363] By: gsar                                  on 2000/07/11  18:49:43
54969         Log: integrate cfgperl changes#6261..6266 into mainline
54970      Branch: perl
54971           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
54972           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
54973           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
54974           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
54975 ____________________________________________________________________________
54976 [  6362] By: gsar                                  on 2000/07/11  18:43:26
54977         Log: integrate cfgperl changes#6252..6260 into mainline
54978      Branch: perl
54979           !> MANIFEST doop.c embed.h embed.pl embedvar.h lib/Exporter.pm
54980           !> lib/IPC/Open3.pm objXSUB.h op.c pod/perlfunc.pod pp.c
54981           !> pp_proto.h proto.h sv.c t/op/my_stash.t t/op/pack.t t/op/tr.t
54982           !> t/pragma/constant.t t/pragma/warn/op t/pragma/warn/regcomp
54983 ____________________________________________________________________________
54984 [  6361] By: gsar                                  on 2000/07/11  18:37:12
54985         Log: skip integrate of problematic change#6251 from cfgperl into mainline
54986      Branch: perl
54987           !> lib/Exporter.pm
54988 ____________________________________________________________________________
54989 [  6360] By: gsar                                  on 2000/07/11  18:34:56
54990         Log: integrate cfgperl change#6250 into mainline
54991      Branch: perl
54992           +> t/op/my_stash.t
54993           !> MANIFEST embed.pl proto.h toke.c
54994 ____________________________________________________________________________
54995 [  6359] By: gsar                                  on 2000/07/11  18:21:19
54996         Log: integrate cfgperl changes#6242..6249 into mainline
54997      Branch: perl
54998           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
54999           !> gv.c lib/File/Spec.pm lib/IPC/Open3.pm objXSUB.h perlapi.c
55000           !> perlapi.h pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod
55001           !> pp_proto.h proto.h sv.c t/lib/filefunc.t t/lib/filespec.t
55002           !> t/lib/peek.t utf8.c
55003 ____________________________________________________________________________
55004 [  6358] By: gsar                                  on 2000/07/11  18:15:45
55005         Log: skip integrate of problematic change#6241 from cfgperl into mainline
55006      Branch: perl
55007           !> regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
55008 ____________________________________________________________________________
55009 [  6357] By: jhi                                   on 2000/07/11  18:15:16
55010         Log: Fix for
55011              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
55012              From: Roderick Schertler <roderick@argon.org> 
55013              Date: Tue, 11 Jul 2000 13:55:05 -0400 
55014              Message-Id: <200007111755.NAA05077@jones.argon.org> 
55015      Branch: cfgperl
55016            ! doio.c
55017 ____________________________________________________________________________
55018 [  6356] By: jhi                                   on 2000/07/11  18:12:51
55019         Log: Typo in #6341.
55020      Branch: cfgperl
55021            ! pp_hot.c
55022 ____________________________________________________________________________
55023 [  6355] By: gsar                                  on 2000/07/11  18:12:10
55024         Log: integrate cfgperl changes#6231..6240 into mainline
55025      Branch: perl
55026           +> pod/perlutil.pod
55027           !> (integrate 35 files)
55028 ____________________________________________________________________________
55029 [  6354] By: jhi                                   on 2000/07/11  18:04:34
55030         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take 2
55031              From: Dominic Dunlop <domo@computer.org> 
55032              Date: Tue, 11 Jul 2000 12:27:33 +0200 
55033              Message-Id: <p04320405b590a14d4650@[192.168.1.4]> 
55034              
55035              Replaces change #6268.
55036      Branch: cfgperl
55037            ! t/op/sprintf.t
55038 ____________________________________________________________________________
55039 [  6353] By: gsar                                  on 2000/07/11  17:59:51
55040         Log: skip integrate of problematic change#6230 from cfgperl into mainline
55041              (a later version of File::Spec is already in mainline)
55042      Branch: perl
55043           !> lib/File/Spec.pm lib/File/Spec/Functions.pm
55044           !> lib/File/Spec/OS2.pm t/lib/filefunc.t t/lib/filespec.t
55045 ____________________________________________________________________________
55046 [  6352] By: gsar                                  on 2000/07/11  17:57:48
55047         Log: integrate cfgperl changes#6224..6229 into mainline
55048      Branch: perl
55049           +> lib/lib.pm.PL
55050            - lib/lib.pm
55051           !> MANIFEST Makefile.SH README.hpux embed.pl ext/Socket/Socket.pm
55052           !> lib/English.pm op.c t/lib/english.t
55053 ____________________________________________________________________________
55054 [  6351] By: gsar                                  on 2000/07/11  17:50:10
55055         Log: skip integrate of problematic change#6223 from cfgperl into mainline
55056      Branch: perl
55057           !> doio.c
55058 ____________________________________________________________________________
55059 [  6350] By: gsar                                  on 2000/07/11  17:48:28
55060         Log: integrate cfgperl changes#6220..6222 into mainline
55061      Branch: perl
55062           !> doop.c embed.pl lib/Pod/Usage.pm makedef.pl pod/perlop.pod
55063           !> toke.c utf8.c win32/win32.h
55064 ____________________________________________________________________________
55065 [  6349] By: gsar                                  on 2000/07/11  17:46:13
55066         Log: skip integrate of problematic changes#6218..6219 from cfgperl into
55067              mainline
55068      Branch: perl
55069           !> bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
55070           !> ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
55071           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
55072 ____________________________________________________________________________
55073 [  6348] By: jhi                                   on 2000/07/11  17:45:49
55074         Log: README.posix-bc podified from Thomas Dorner.
55075      Branch: cfgperl
55076            ! README.posix-bc
55077 ____________________________________________________________________________
55078 [  6347] By: gsar                                  on 2000/07/11  17:42:04
55079         Log: integrate cfgperl change#6217 into mainline
55080      Branch: perl
55081           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h gv.c
55082           !> intrpvar.h objXSUB.h perl.c perlapi.h pp.c pp_ctl.c proto.h
55083           !> sv.h util.c util.h vmesa/vmesa.c win32/win32.c
55084 ____________________________________________________________________________
55085 [  6346] By: gsar                                  on 2000/07/11  17:39:37
55086         Log: skip integrate of problematic changes#6211..6212 from cfgperl into
55087              mainline
55088      Branch: perl
55089           !> embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm ext/B/defsubs_h.PL
55090           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
55091           !> ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
55092           !> perlapi.h pod/perlapi.pod
55093 ____________________________________________________________________________
55094 [  6345] By: gsar                                  on 2000/07/11  17:36:42
55095         Log: integrate cfgperl changes#6207..6210 into mainline
55096      Branch: perl
55097           !> doio.c embed.h embed.pl gv.c intrpvar.h objXSUB.h perl.c pp.c
55098           !> pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c win32/win32.c
55099 ____________________________________________________________________________
55100 [  6344] By: gsar                                  on 2000/07/11  17:31:20
55101         Log: skip integrate of problematic changes#6204..6206 from cfgperl into
55102              mainline
55103      Branch: perl
55104           !> (integrate 40 files)
55105 ____________________________________________________________________________
55106 [  6343] By: gsar                                  on 2000/07/11  17:19:08
55107         Log: integrate cfgperl changes#6174..6203 into mainline (first of several)
55108      Branch: perl
55109           +> Makefile.micro README.micro Todo.micro uconfig.h uconfig.sh
55110            ! Changes
55111           !> (integrate 34 files)
55112 ____________________________________________________________________________
55113 [  6342] By: jhi                                   on 2000/07/11  16:05:48
55114         Log: Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
55115              To: perl5-porters@perl.org
55116              From: Karsten Sperling <spiff@phreax.net>
55117              Date: Mon, 10 Jul 2000 15:12:52 +0200
55118              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
55119      Branch: cfgperl
55120            ! lib/Symbol.pm
55121 ____________________________________________________________________________
55122 [  6341] By: jhi                                   on 2000/07/11  15:59:23
55123         Log: Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
55124              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
55125              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
55126              Date: Fri, 07 Jul 2000 17:57:16 +0100
55127      Branch: cfgperl
55128            ! pp_hot.c
55129 ____________________________________________________________________________
55130 [  6340] By: jhi                                   on 2000/07/11  15:55:47
55131         Log: Subject: Re: format bug report  [Patch]
55132              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
55133              Date: Wed, 05 Jul 2000 13:12:52 +0200
55134              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
55135              
55136              Subject: Re: format bug report  [Patch]
55137              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
55138              Date: Wed, 05 Jul 2000 14:10:01 +0200
55139              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
55140      Branch: cfgperl
55141            ! t/op/write.t toke.c
55142 ____________________________________________________________________________
55143 [  6339] By: jhi                                   on 2000/07/11  13:54:09
55144         Log: Be less forgiving about ambiguous and illegal tr ranges.
55145              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
55146              From: Mark-Jason Dominus <mjd@plover.com>
55147              Date: Tue, 04 Jul 2000 10:00:12 -0400
55148              Message-ID: <20000704140012.17772.qmail@plover.com>
55149              
55150              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
55151              From: Mark-Jason Dominus <mjd@plover.com>
55152              Date: Wed, 05 Jul 2000 09:37:36 -0400
55153              Message-ID: <20000705133736.27293.qmail@plover.com>
55154      Branch: cfgperl
55155            ! pod/perldelta.pod pod/perldiag.pod t/op/tr.t toke.c
55156 ____________________________________________________________________________
55157 [  6338] By: jhi                                   on 2000/07/11  13:31:24
55158         Log: Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
55159              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
55160              Date: Tue, 11 Jul 2000 13:50:51 +0100
55161              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
55162      Branch: cfgperl
55163            ! sv.c
55164 ____________________________________________________________________________
55165 [  6337] By: jhi                                   on 2000/07/11  13:29:14
55166         Log: Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
55167              From: Hugo <hv@crypt.compulink.co.uk>
55168              Date: Tue, 11 Jul 2000 12:44:50 +0100
55169              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
55170      Branch: cfgperl
55171            ! regexec.c t/op/re_tests
55172 ____________________________________________________________________________
55173 [  6336] By: jhi                                   on 2000/07/11  13:26:47
55174         Log: Subject: [PATCH cfgperl] $& segfaults if you trick it
55175              From: simon@brecon.co.uk (Simon Cozens)
55176              Date: 7 Jul 2000 11:26:09 GMT
55177              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
55178      Branch: cfgperl
55179            ! mg.c
55180 ____________________________________________________________________________
55181 [  6335] By: jhi                                   on 2000/07/11  13:23:37
55182         Log: Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
55183              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
55184              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
55185              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
55186      Branch: cfgperl
55187            + ext/DynaLoader/hints/netbsd.pl
55188            ! MANIFEST ext/DynaLoader/hints/openbsd.pl
55189 ____________________________________________________________________________
55190 [  6334] By: jhi                                   on 2000/07/11  13:20:38
55191         Log: Subject: PATCH perlguts.pod: Document D and d magic types
55192              From: mjd@plover.com
55193              Date: 5 Jul 2000 18:01:51 -0000
55194              Message-ID: <20000705180151.29413.qmail@plover.com>
55195      Branch: cfgperl
55196            ! pod/perlguts.pod
55197 ____________________________________________________________________________
55198 [  6333] By: jhi                                   on 2000/07/11  13:15:51
55199         Log: Precedence goof, fix based on
55200              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
55201              From: Hugo <hv@crypt.compulink.co.uk>
55202              Date: Tue, 11 Jul 2000 12:52:38 +0100
55203              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
55204      Branch: cfgperl
55205            ! t/op/taint.t
55206 ____________________________________________________________________________
55207 [  6332] By: jhi                                   on 2000/07/11  12:40:17
55208         Log: Integrate with Sarathy.
55209      Branch: cfgperl
55210           !> win32/win32sck.c
55211 ____________________________________________________________________________
55212 [  6331] By: jhi                                   on 2000/07/10  20:14:16
55213         Log: Sprinkle ldlibpath.
55214      Branch: cfgperl
55215            ! pod/Makefile.SH
55216 ____________________________________________________________________________
55217 [  6330] By: jhi                                   on 2000/07/10  17:54:49
55218         Log: More POSIX.pod tweaks.
55219      Branch: cfgperl
55220            ! ext/POSIX/POSIX.pod
55221 ____________________________________________________________________________
55222 [  6329] By: jhi                                   on 2000/07/10  14:02:12
55223         Log: Reorder perl.pod once more.
55224      Branch: cfgperl
55225            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
55226 ____________________________________________________________________________
55227 [  6328] By: gsar                                  on 2000/07/10  07:06:00
55228         Log: accept() leaks memory on windows due to incorrect ordering of
55229              closesocket() and fclose() calls
55230      Branch: perl
55231            ! win32/win32sck.c
55232 ____________________________________________________________________________
55233 [  6327] By: gsar                                  on 2000/07/10  06:49:17
55234         Log: winsock options weren't being set in all threads under ithreads
55235              (caused send()s from second and subsequent threads to fail)
55236      Branch: perl
55237            ! win32/win32sck.c
55238 ____________________________________________________________________________
55239 [  6326] By: jhi                                   on 2000/07/08  02:45:40
55240         Log: Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
55241              was cast to an unsigned (32-bit) integer with wild abandon.
55242      Branch: cfgperl
55243            ! ext/Devel/DProf/DProf.xs
55244 ____________________________________________________________________________
55245 [  6325] By: jhi                                   on 2000/07/07  18:50:33
55246         Log: Remove perlbook, update perlfaq book listing,
55247              rearrange perl.pod, regenerate perltoc.
55248      Branch: cfgperl
55249            - pod/perlbook.pod
55250            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldiag.pod
55251            ! pod/perlfaq2.pod pod/perltoc.pod
55252 ____________________________________________________________________________
55253 [  6324] By: jhi                                   on 2000/07/07  14:03:40
55254         Log: Fix the alignment problem in Crays ([ID 20000612.002]).
55255      Branch: cfgperl
55256            ! sv.h toke.c
55257 ____________________________________________________________________________
55258 [  6323] By: jhi                                   on 2000/07/06  16:03:55
55259         Log: Fix complaints of buildtoc.
55260      Branch: cfgperl
55261            + lib/Win32.pod
55262            - pod/Win32.pod
55263            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
55264 ____________________________________________________________________________
55265 [  6322] By: jhi                                   on 2000/07/06  15:15:52
55266         Log: Add =head1 NAMEs so that buildtoc is happy.
55267              (The CGI::Util nit reported to Lincoln.)
55268      Branch: cfgperl
55269            ! ext/B/B/Stash.pm lib/CGI/Util.pm lib/warnings/register.pm
55270            ! pod/perltoc.pod
55271 ____________________________________________________________________________
55272 [  6321] By: jhi                                   on 2000/07/06  03:16:04
55273         Log: Config is being used.
55274      Branch: cfgperl
55275            ! t/op/method.t
55276 ____________________________________________________________________________
55277 [  6320] By: jhi                                   on 2000/07/06  03:13:13
55278         Log: Integrate with Sarathy.
55279      Branch: cfgperl
55280           !> lib/perl5db.pl win32/perllib.c win32/vdir.h win32/win32sck.c
55281 ____________________________________________________________________________
55282 [  6319] By: jhi                                   on 2000/07/06  03:11:46
55283         Log: Autogenerate pod/Makefile and pod/buildtoc.
55284              buildtoc also checks whether the existin pods are
55285              mentioned in MANIFEST and perl.pod, and vice versa.
55286              (None of the thusly found discrepancies fixed yet.)
55287              roffitall also needs to be autogenerated similarly but it
55288              seems so badly out of date that I didn't touch it yet.
55289      Branch: cfgperl
55290            + pod/Makefile.SH pod/buildtoc.PL
55291            - pod/Makefile pod/buildtoc
55292            ! MANIFEST Makefile.SH pod/perl.pod pod/perltoc.pod
55293 ____________________________________________________________________________
55294 [  6318] By: gsar                                  on 2000/07/05  22:10:54
55295         Log: fix UNC path handling on Windows under ithreads, and chdir()
55296              return value when given a non-existent directory
55297      Branch: perl
55298            ! win32/vdir.h
55299 ____________________________________________________________________________
55300 [  6317] By: gsar                                  on 2000/07/05  22:08:19
55301         Log: winsock cleanup never done on Windows (leads to handle leaks)
55302      Branch: perl
55303            ! win32/perllib.c win32/win32sck.c
55304 ____________________________________________________________________________
55305 [  6316] By: gsar                                  on 2000/07/05  22:06:19
55306         Log: some debugger output does not go to the socket when RemotePort is set
55307      Branch: perl
55308            ! lib/perl5db.pl
55309 ____________________________________________________________________________
55310 [  6315] By: jhi                                   on 2000/07/05  00:25:21
55311         Log: Integrate with Sarathy, preliminary fix for unicos
55312              alignment problems in [ID 20000612.002] Perl problem on Cray system.
55313      Branch: cfgperl
55314            ! sv.h
55315           !> pp_hot.c
55316 ____________________________________________________________________________
55317 [  6314] By: gsar                                  on 2000/07/04  23:34:02
55318         Log: tyop in change#6306
55319      Branch: perl
55320            ! pp_hot.c
55321 ____________________________________________________________________________
55322 [  6313] By: jhi                                   on 2000/07/04  22:14:38
55323         Log: Multiline string literals ENONPORTABLE.
55324      Branch: cfgperl
55325            ! pp_hot.c
55326 ____________________________________________________________________________
55327 [  6312] By: jhi                                   on 2000/07/04  20:34:44
55328         Log: Integrate with Sarathy.
55329      Branch: cfgperl
55330           !> pod/perldelta.pod pod/perldiag.pod pp_hot.c t/lib/b.t
55331           !> t/op/method.t
55332 ____________________________________________________________________________
55333 [  6311] By: jhi                                   on 2000/07/04  20:30:56
55334         Log: More POSIX.pod embellishment.
55335      Branch: cfgperl
55336            ! ext/POSIX/POSIX.pod
55337 ____________________________________________________________________________
55338 [  6310] By: gsar                                  on 2000/07/04  17:28:48
55339         Log: b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
55340      Branch: perl
55341            ! t/lib/b.t
55342 ____________________________________________________________________________
55343 [  6309] By: jhi                                   on 2000/07/04  17:22:18
55344         Log: The #6308 required a little bit more.
55345      Branch: cfgperl
55346            ! Makefile.SH win32/Makefile
55347 ____________________________________________________________________________
55348 [  6308] By: jhi                                   on 2000/07/04  16:35:24
55349         Log: Rename lib.pm.PL to lib_pm.PL to keep the 8.3 people happy.
55350      Branch: cfgperl
55351            + lib/lib_pm.PL
55352            - lib/lib.pm.PL
55353            ! MANIFEST Makefile.SH
55354 ____________________________________________________________________________
55355 [  6307] By: jhi                                   on 2000/07/04  16:28:58
55356         Log: Win32 patches for cfgperl from Sarathy.
55357      Branch: cfgperl
55358            ! doio.c doop.c embed.h embed.pl global.sym gv.c makedef.pl
55359            ! objXSUB.h op.c perlapi.c pp.c pp_ctl.c pp_hot.c proto.h
55360            ! thread.h toke.c util.c win32/Makefile win32/win32.c
55361 ____________________________________________________________________________
55362 [  6306] By: gsar                                  on 2000/07/04  16:28:40
55363         Log: better diagnostic on Frob->stuff() when Frob:: doesn't exist
55364              (from Richard Soderberg <rs@oregonnet.com>)
55365      Branch: perl
55366            ! pod/perldelta.pod pod/perldiag.pod pp_hot.c t/op/method.t
55367 ____________________________________________________________________________
55368 [  6305] By: jhi                                   on 2000/07/04  16:24:24
55369         Log: Integrate with Sarathy.
55370      Branch: cfgperl
55371           !> embed.h embed.pl global.sym lib/File/Spec/Mac.pm
55372           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
55373           !> lib/File/Spec/Win32.pm objXSUB.h perlapi.c pod/perldiag.pod
55374           !> proto.h win32/win32.c
55375 ____________________________________________________________________________
55376 [  6304] By: gsar                                  on 2000/07/04  16:17:24
55377         Log: missing perldiag entry for unpack("w",...) diagnostic (from
55378              Andreas Koenig)
55379      Branch: perl
55380            ! pod/perldiag.pod
55381 ____________________________________________________________________________
55382 [  6303] By: gsar                                  on 2000/07/04  16:14:44
55383         Log: remove rel2abs prototypes (from Barrie Slaymaker)
55384      Branch: perl
55385            ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
55386            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
55387 ____________________________________________________________________________
55388 [  6302] By: gsar                                  on 2000/07/04  04:59:35
55389         Log: adjust change#6299
55390      Branch: perl
55391            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
55392            ! win32/win32.c
55393 ____________________________________________________________________________
55394 [  6301] By: jhi                                   on 2000/07/04  04:50:07
55395         Log: Integrate with Sarathy.
55396      Branch: cfgperl
55397           !> embed.h embed.pl embedvar.h global.sym hv.c intrpvar.h
55398           !> makedef.pl objXSUB.h perl.c perl.h perlapi.c perlapi.h
55399           !> pp_hot.c proto.h sv.c t/io/argv.t win32/win32.c
55400 ____________________________________________________________________________
55401 [  6300] By: gsar                                  on 2000/07/04  04:42:09
55402         Log: PERL_OBJECT build tweak
55403      Branch: perl
55404            ! perl.h
55405 ____________________________________________________________________________
55406 [  6299] By: gsar                                  on 2000/07/04  04:37:00
55407         Log: fix memory leak on Windows (PL_sys_intern contents were never
55408              freed)
55409      Branch: perl
55410            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
55411            ! perlapi.c proto.h win32/win32.c
55412 ____________________________________________________________________________
55413 [  6298] By: gsar                                  on 2000/07/04  04:15:59
55414         Log: fix large memory leak that has been around for ever, masked by
55415              -DPURIFY (most of the arenas were never freed!)
55416      Branch: perl
55417            ! embedvar.h global.sym hv.c intrpvar.h perl.c perlapi.h sv.c
55418 ____________________________________________________________________________
55419 [  6297] By: gsar                                  on 2000/07/04  04:07:46
55420         Log: fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
55421      Branch: perl
55422            ! perl.c
55423 ____________________________________________________________________________
55424 [  6296] By: jhi                                   on 2000/06/30  18:28:37
55425         Log: Elaborate POSIX.pod.  Still needs work.
55426      Branch: cfgperl
55427            ! ext/POSIX/POSIX.pod
55428 ____________________________________________________________________________
55429 [  6295] By: jhi                                   on 2000/06/30  14:58:18
55430         Log: Point to perlipc for more SysV IPC examples.
55431      Branch: cfgperl
55432            ! pod/perlfunc.pod
55433 ____________________________________________________________________________
55434 [  6294] By: gsar                                  on 2000/06/30  14:47:45
55435         Log: slurp mode fix in change#4736 still not quite right
55436      Branch: perl
55437            ! pp_hot.c t/io/argv.t
55438 ____________________________________________________________________________
55439 [  6293] By: jhi                                   on 2000/06/30  12:02:55
55440         Log: Integrate with Sarathy.
55441      Branch: cfgperl
55442           !> cop.h pp_ctl.c pp_hot.c t/op/args.t
55443 ____________________________________________________________________________
55444 [  6292] By: jhi                                   on 2000/06/30  12:01:11
55445         Log: From: simon@brecon.co.uk (Simon Cozens)
55446              Subject: UTF8 concat
55447              Date: 30 Jun 2000 06:13:25 GMT
55448              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org>
55449      Branch: cfgperl
55450            ! pp_hot.c
55451 ____________________________________________________________________________
55452 [  6291] By: gsar                                  on 2000/06/30  04:37:33
55453         Log: dounwind() may cause POPSUB() to diddle the wrong PL_curpad
55454              when @_ is modified, causing coredumps
55455      Branch: perl
55456            ! cop.h pp_ctl.c pp_hot.c t/op/args.t
55457 ____________________________________________________________________________
55458 [  6290] By: jhi                                   on 2000/06/30  02:21:44
55459         Log: Integrate with Sarathy.
55460      Branch: cfgperl
55461           !> vms/vms.c vms/vmsish.h
55462 ____________________________________________________________________________
55463 [  6289] By: jhi                                   on 2000/06/30  02:21:02
55464         Log: Check VERSIONs.
55465      Branch: cfgperl
55466            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
55467            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
55468            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
55469 ____________________________________________________________________________
55470 [  6288] By: jhi                                   on 2000/06/30  02:18:52
55471         Log: Integrate with Sarathy.
55472      Branch: cfgperl
55473           !> ext/Opcode/Opcode.xs lib/File/Spec.pm
55474           !> lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
55475           !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
55476           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm pod/perlembed.pod
55477 ____________________________________________________________________________
55478 [  6287] By: gsar                                  on 2000/06/30  02:17:08
55479         Log: integrate vmsperl changes into mainline
55480      Branch: perl
55481           !> vms/vms.c vms/vmsish.h
55482 ____________________________________________________________________________
55483 [  6285] By: gsar                                  on 2000/06/30  02:05:28
55484         Log: localize %INC in a Safe compartment so that use/require work
55485              (many other magic globals probably need similar treatment)
55486      Branch: perl
55487            ! ext/Opcode/Opcode.xs
55488 ____________________________________________________________________________
55489 [  6284] By: gsar                                  on 2000/06/30  01:54:54
55490         Log: tweak perlembed for multiplicity/usethreads sanity; correct notes
55491              about Windows
55492      Branch: perl
55493            ! pod/perlembed.pod
55494 ____________________________________________________________________________
55495 [  6283] By: jhi                                   on 2000/06/30  01:50:10
55496         Log: Subject: [PATCH bleedperl] File::Spec 0.82 beta
55497              From: Barrie Slaymaker <barries@jester.slaysys.com>
55498              Date: Wed, 28 Jun 2000 11:35:29 -0400
55499              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
55500      Branch: perl
55501            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
55502            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
55503            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
55504            ! lib/File/Spec/Win32.pm
55505 ____________________________________________________________________________
55506 [  6282] By: jhi                                   on 2000/06/29  22:57:22
55507         Log: Subject: [PATCH 5.6.0]ITHREADs for VMS
55508              From: Dan Sugalski <dan@sidhe.org>
55509              Date: Tue, 06 Jun 2000 11:59:50 -0400
55510              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
55511      Branch: cfgperl
55512            ! vms/vms.c
55513 ____________________________________________________________________________
55514 [  6281] By: jhi                                   on 2000/06/29  22:52:50
55515         Log: Subject: [PATCH 5.6.0] utils/h2xs.PL
55516              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
55517              Date: Wed, 7 Jun 2000 04:02:04 -0500
55518              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
55519      Branch: cfgperl
55520            ! utils/h2xs.PL
55521 ____________________________________________________________________________
55522 [  6280] By: jhi                                   on 2000/06/29  22:45:47
55523         Log: Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
55524              From: rspier@pobox.com (Robert Spier)
55525              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
55526              Message-ID: <14654.31913.845602.610277@rls.cx>
55527      Branch: cfgperl
55528            ! utils/h2xs.PL
55529 ____________________________________________________________________________
55530 [  6279] By: jhi                                   on 2000/06/29  22:38:16
55531         Log: Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
55532              From: Tim Ayers <tayers@bridge.com>
55533              Date: Thu, 08 Jun 2000 08:11:06 +0200
55534              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
55535              [resent by Richard Foley, Message-Id probably wrong]
55536      Branch: cfgperl
55537            ! pod/perlsub.pod
55538 ____________________________________________________________________________
55539 [  6278] By: jhi                                   on 2000/06/29  22:21:45
55540         Log: Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
55541              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
55542              Date: Fri, 09 Jun 2000 12:39:27 -0400
55543              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
55544              (plus update the version "number" of Text::Wrap)
55545      Branch: cfgperl
55546            ! lib/Text/Wrap.pm
55547 ____________________________________________________________________________
55548 [  6277] By: jhi                                   on 2000/06/29  22:13:10
55549         Log: Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
55550              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
55551              Date: Mon, 12 Jun 2000 14:55:59 +0100
55552              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
55553      Branch: cfgperl
55554            ! pod/perlfunc.pod
55555 ____________________________________________________________________________
55556 [  6276] By: jhi                                   on 2000/06/29  22:11:06
55557         Log: Subject: [PATCH] Re: eval documentation: context
55558              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
55559              Date: Mon, 12 Jun 2000 15:07:29 +0100
55560              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
55561      Branch: cfgperl
55562            ! pod/perlfunc.pod
55563 ____________________________________________________________________________
55564 [  6275] By: jhi                                   on 2000/06/29  21:59:46
55565         Log: Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
55566              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
55567              Date: Tue, 13 Jun 2000 02:43:48 -0500
55568              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
55569      Branch: cfgperl
55570            ! lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
55571 ____________________________________________________________________________
55572 [  6274] By: jhi                                   on 2000/06/29  21:56:14
55573         Log: Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
55574              From: Andy Dougherty <doughera@lafayette.edu>
55575              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
55576              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
55577      Branch: cfgperl
55578            ! ext/File/Glob/Glob.pm
55579 ____________________________________________________________________________
55580 [  6273] By: jhi                                   on 2000/06/29  21:49:09
55581         Log: Subject: [PATCH] xsub attributes
55582              From: Doug MacEachern <dougm@covalent.net>
55583              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
55584              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
55585      Branch: cfgperl
55586            ! embed.h embed.pl embedvar.h global.sym lib/ExtUtils/xsubpp
55587            ! objXSUB.h op.c perlapi.c perlapi.h proto.h
55588 ____________________________________________________________________________
55589 [  6272] By: jhi                                   on 2000/06/29  21:41:28
55590         Log: Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
55591              From: Tom Phoenix <rootbeer@redcat.com>
55592              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
55593              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
55594      Branch: cfgperl
55595            ! lib/Net/Ping.pm
55596 ____________________________________________________________________________
55597 [  6271] By: jhi                                   on 2000/06/29  21:36:55
55598         Log: Subject: PATCH pod/perltie.pod
55599              From: Ian Phillipps <Ian.Phillipps@iname.com>
55600              Date: Fri, 16 Jun 2000 00:17:19 +0100
55601              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
55602              (only the first hunk, the second hunk had already been done
55603              by some other patch)
55604      Branch: cfgperl
55605            ! pod/perltie.pod
55606 ____________________________________________________________________________
55607 [  6270] By: jhi                                   on 2000/06/29  21:24:51
55608         Log: Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
55609              From: Nicholas Clark <nick@talking.bollo.cx>
55610              Date: Fri, 23 Jun 2000 16:21:15 +0100
55611              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
55612      Branch: cfgperl
55613            ! t/lib/anydbm.t t/lib/dprof.t t/lib/dumper-ovl.t t/lib/dumper.t
55614            ! t/lib/hostname.t t/lib/ipc_sysv.t t/op/taint.t
55615 ____________________________________________________________________________
55616 [  6269] By: jhi                                   on 2000/06/29  19:38:15
55617         Log: Regen headers for #6261 (and update embed.pl for this) and #6267,
55618              silence few compiler warnings.
55619      Branch: cfgperl
55620            ! doop.c embed.pl global.sym objXSUB.h op.c proto.h toke.c
55621 ____________________________________________________________________________
55622 [  6268] By: jhi                                   on 2000/06/29  18:21:50
55623         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
55624              From: Dominic Dunlop <domo@computer.org> 
55625              Date: Thu, 29 Jun 2000 12:32:39 +0200 
55626              Message-Id: <p04320403b580cc1338db@[192.168.1.4]> 
55627      Branch: cfgperl
55628            ! t/op/sprintf.t
55629 ____________________________________________________________________________
55630 [  6267] By: jhi                                   on 2000/06/29  18:16:07
55631         Log: Subject: Re: [PATCH] Re: Speeding up method lookups 
55632              From: Doug MacEachern <dougm@covalent.net>
55633              Date: Sun, 18 Jun 2000 13:24:55 -0700 (PDT)
55634              Message-ID: <Pine.LNX.4.10.10006181306031.397-100000@mojo.covalent.net>
55635      Branch: cfgperl
55636            + t/op/method2entersub.t
55637            ! MANIFEST embed.pl lib/ExtUtils/Install.pm lib/File/Spec/Mac.pm
55638            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
55639            ! lib/File/Spec/Win32.pm lib/base.pm op.c perl.h t/op/sprintf.t
55640            ! xsutils.c
55641 ____________________________________________________________________________
55642 [  6266] By: jhi                                   on 2000/06/29  15:11:15
55643         Log: Subject: [PATCH 5.6.0] cygwin port
55644              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
55645              From: "Fifer, Eric" <EFifer@sanwaint.com>
55646              Date: Thu, 29 Jun 2000 12:58:29 +0100
55647      Branch: cfgperl
55648            ! cygwin/Makefile.SHs
55649 ____________________________________________________________________________
55650 [  6265] By: jhi                                   on 2000/06/29  15:04:05
55651         Log: Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
55652              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
55653              Date: Wed, 28 Jun 2000 17:50:12 -0700
55654              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
55655      Branch: cfgperl
55656            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
55657 ____________________________________________________________________________
55658 [  6264] By: jhi                                   on 2000/06/29  15:00:57
55659         Log: Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
55660              From: Marty Lucich <marty@netcom.com>
55661              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
55662              Message-Id: <200006282116.OAA11148@netcom.com>
55663              ccdlflags update (the BSD/OS 4.1 part had already been taken
55664              care of by #6141).
55665      Branch: cfgperl
55666            ! hints/bsdos.sh
55667 ____________________________________________________________________________
55668 [  6263] By: jhi                                   on 2000/06/29  13:47:44
55669         Log: tr fixes from Simon Cozens
55670      Branch: cfgperl
55671            ! doop.c
55672 ____________________________________________________________________________
55673 [  6262] By: jhi                                   on 2000/06/28  18:46:01
55674         Log: Subject: 5.6.0 Patch for EPOC
55675              From: Olaf Flebbe <o.flebbe@gmx.de>
55676              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
55677              Message-ID: <23449.960929969@www11.gmx.net>
55678      Branch: cfgperl
55679            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epocish.c
55680            ! epoc/epocish.h
55681 ____________________________________________________________________________
55682 [  6261] By: jhi                                   on 2000/06/28  18:29:07
55683         Log: Subject: Re: [PATCH cfgperl] BOMs away!
55684              From: simon@brecon.co.uk (Simon Cozens)
55685              Date: 17 Jun 2000 11:49:57 GMT
55686              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
55687      Branch: cfgperl
55688            ! pod/perldiag.pod t/comp/require.t toke.c
55689 ____________________________________________________________________________
55690 [  6260] By: jhi                                   on 2000/06/28  17:47:16
55691         Log: Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
55692              From: simon@brecon.co.uk (Simon Cozens) 
55693              Date: 17 Jun 2000 11:56:44 GMT 
55694              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org> 
55695              pack U0, pack C0
55696      Branch: cfgperl
55697            ! pod/perlfunc.pod pp.c t/op/pack.t
55698 ____________________________________________________________________________
55699 [  6259] By: jhi                                   on 2000/06/28  16:43:17
55700         Log: perlnewmod was missing from MANIFEST.
55701      Branch: cfgperl
55702            ! MANIFEST
55703 ____________________________________________________________________________
55704 [  6258] By: jhi                                   on 2000/06/28  15:54:30
55705         Log: linenumber tweak
55706      Branch: cfgperl
55707            ! t/pragma/warn/regcomp
55708 ____________________________________________________________________________
55709 [  6257] By: jhi                                   on 2000/06/28  15:50:44
55710         Log: Subject: Re: [PATCH] "Constant subroutine redefined" mandatory warning
55711              From: Doug MacEachern <dougm@covalent.net>
55712              Date: Sun, 25 Jun 2000 12:11:28 -0700 (PDT)
55713              Message-ID: <Pine.LNX.4.10.10006251209191.461-100000@mojo.covalent.net>
55714              (one part of the patch had been applied earlier)
55715      Branch: cfgperl
55716            ! op.c sv.c t/pragma/constant.t t/pragma/warn/op
55717 ____________________________________________________________________________
55718 [  6256] By: jhi                                   on 2000/06/28  15:40:22
55719         Log: tweaks from Simon Cozens to further fix tr/// under utf8
55720      Branch: cfgperl
55721            ! doop.c
55722 ____________________________________________________________________________
55723 [  6255] By: jhi                                   on 2000/06/28  15:33:45
55724         Log: small thinko tweaks
55725      Branch: cfgperl
55726            ! lib/IPC/Open3.pm t/op/my_stash.t
55727 ____________________________________________________________________________
55728 [  6254] By: jhi                                   on 2000/06/28  15:33:25
55729         Log: Subject: tr///, help wanted.
55730              From: simon@brecon.co.uk (Simon Cozens)
55731              Date: 28 Jun 2000 11:29:04 GMT
55732              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
55733      Branch: cfgperl
55734            ! doop.c embed.h embed.pl embedvar.h global.sym objXSUB.h
55735            ! pp_proto.h proto.h t/op/tr.t
55736 ____________________________________________________________________________
55737 [  6253] By: jhi                                   on 2000/06/28  15:09:17
55738         Log: Paranoia tweak on #6249.
55739              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
55740              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
55741              Date: Sun, 25 Jun 2000 23:43:12 -0400
55742              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
55743      Branch: cfgperl
55744            ! lib/IPC/Open3.pm
55745 ____________________________________________________________________________
55746 [  6252] By: jhi                                   on 2000/06/28  15:01:38
55747         Log: Document #6249 and #6251.
55748      Branch: cfgperl
55749            ! lib/Exporter.pm lib/IPC/Open3.pm
55750 ____________________________________________________________________________
55751 [  6251] By: jhi                                   on 2000/06/28  14:50:43
55752         Log: Subject: [PATCH] inline AUTOLOADed constants via Exporter.pm
55753              From: Doug MacEachern <dougm@covalent.net>
55754              Date: Fri, 23 Jun 2000 00:16:39 -0700 (PDT)
55755              Message-ID: <Pine.LNX.4.10.10006230009400.322-100000@mojo.covalent.net>
55756      Branch: cfgperl
55757            ! lib/Exporter.pm
55758 ____________________________________________________________________________
55759 [  6250] By: jhi                                   on 2000/06/28  14:45:23
55760         Log: Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
55761              From: Doug MacEachern <dougm@covalent.net>
55762              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
55763              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
55764      Branch: cfgperl
55765            + t/op/my_stash.t
55766            ! MANIFEST embed.pl global.sym proto.h toke.c
55767 ____________________________________________________________________________
55768 [  6249] By: jhi                                   on 2000/06/28  14:36:34
55769         Log: Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's 
55770              From: Frank Tobin <ftobin@uiuc.edu>
55771              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
55772              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
55773      Branch: cfgperl
55774            ! lib/IPC/Open3.pm
55775 ____________________________________________________________________________
55776 [  6248] By: jhi                                   on 2000/06/28  14:11:25
55777         Log: Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
55778              From: Mark-Jason Dominus <mjd@plover.com>
55779              Date: Tue, 27 Jun 2000 22:36:42 -0400
55780              Message-ID: <20000628023642.12166.qmail@plover.com>
55781      Branch: cfgperl
55782            ! pod/perlfunc.pod
55783 ____________________________________________________________________________
55784 [  6247] By: jhi                                   on 2000/06/27  12:46:37
55785         Log: Tweak $VERSION, patch from Doug MacEachern.
55786      Branch: cfgperl
55787            ! lib/File/Spec.pm
55788 ____________________________________________________________________________
55789 [  6246] By: jhi                                   on 2000/06/27  03:34:46
55790         Log: Allow for standalone testing.
55791      Branch: cfgperl
55792            ! t/lib/filefunc.t t/lib/filespec.t
55793 ____________________________________________________________________________
55794 [  6245] By: jhi                                   on 2000/06/27  02:50:02
55795         Log: Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
55796              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
55797              Date: Sat, 24 Jun 2000 13:06:20 +0100
55798              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
55799      Branch: cfgperl
55800            ! ext/DynaLoader/DynaLoader_pm.PL
55801 ____________________________________________________________________________
55802 [  6244] By: jhi                                   on 2000/06/27  02:46:10
55803         Log: Subject: [PATCH] avoid mg_ptr in '*' magic
55804              From: Doug MacEachern <dougm@covalent.net>
55805              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
55806              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
55807      Branch: cfgperl
55808            ! gv.c sv.c t/lib/peek.t
55809 ____________________________________________________________________________
55810 [  6243] By: jhi                                   on 2000/06/27  02:38:07
55811         Log: Subject: [PATCH] is_utf8_string
55812              From: simon@brecon.co.uk (Simon Cozens)
55813              Date: 26 Jun 2000 02:25:59 GMT
55814              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
55815      Branch: cfgperl
55816            ! embed.h embed.pl embedvar.h global.sym objXSUB.h perlapi.c
55817            ! perlapi.h pod/perlapi.pod pod/perlintern.pod pp_proto.h
55818            ! proto.h utf8.c
55819 ____________________________________________________________________________
55820 [  6242] By: jhi                                   on 2000/06/27  02:24:00
55821         Log: Subject: [PATCH] bytes<->utf8 fixes
55822              From: simon@brecon.co.uk (Simon Cozens)
55823              Date: 26 Jun 2000 04:55:45 GMT
55824              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
55825      Branch: cfgperl
55826            ! embed.pl perlapi.c pod/perlapi.pod proto.h utf8.c
55827 ____________________________________________________________________________
55828 [  6241] By: jhi                                   on 2000/06/27  02:12:42
55829         Log: Do no -warn on \_, only on \alpha.
55830              Subject: New Unrecognized escape warning for /\_/ from activestate perl-current5.6.0
55831              From: David Dyck <dcd@tc.fluke.com>
55832              Date: Mon, 26 Jun 2000 09:32:02 -0700 (PDT)
55833              Message-ID: <Pine.LNX.4.05.10006260830280.3054-100000@dd.tc.fluke.com>
55834      Branch: cfgperl
55835            ! regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
55836 ____________________________________________________________________________
55837 [  6240] By: jhi                                   on 2000/06/27  02:00:01
55838         Log: Subject: [ID 20000626.007] h2xs man page contains trailing garbage
55839              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
55840              Date: Mon, 26 Jun 2000 18:40:14 +0100
55841              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
55842      Branch: cfgperl
55843            ! utils/h2xs.PL
55844 ____________________________________________________________________________
55845 [  6239] By: jhi                                   on 2000/06/27  01:53:40
55846         Log: Configure maintenance.  Sever some dependency cycles,
55847              separate gccversion from the cc unit,
55848              address [ID 20000623.006] Configure script patch for using gcc on AIX
55849              (but solve it a little bit differently),
55850              unduplex some accidentally duplicated units,
55851              suggest using gcc if no cc available
55852              (p5p thread: "Solaris configure: counterproposal", 1999-09)
55853      Branch: cfgperl
55854            ! Configure Todo-5.6 config_h.SH
55855      Branch: metaconfig
55856            ! U/modified/Config_h.U U/modified/cc.U U/modified/cpp_stuff.U
55857            ! U/modified/libs.U U/modified/models.U U/modified/usrinc.U
55858      Branch: metaconfig/U/perl
55859            + gccvers.U
55860            ! d_getespwnam.U d_getprpwnam.U i_prot.U
55861 ____________________________________________________________________________
55862 [  6238] By: jhi                                   on 2000/06/25  18:04:56
55863         Log: Subject: [PATCH 5.6.0] XS module loading fixup for VMS
55864              From: Dan Sugalski <dan@sidhe.org>
55865              Date: Fri, 23 Jun 2000 17:00:00 -0400
55866              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
55867      Branch: cfgperl
55868            ! lib/ExtUtils/MM_VMS.pm vms/vms.c
55869 ____________________________________________________________________________
55870 [  6237] By: jhi                                   on 2000/06/25  16:36:45
55871         Log: Tweak embed.pl, regen headers.
55872      Branch: cfgperl
55873            ! embed.h embed.pl embedvar.h ext/B/B/Asmdata.pm
55874            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
55875            ! keywords.h lib/warnings.pm objXSUB.h opcode.h opnames.h
55876            ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod pp.sym
55877            ! pp_proto.h proto.h regnodes.h utf8.c warnings.h
55878 ____________________________________________________________________________
55879 [  6236] By: jhi                                   on 2000/06/25  15:26:42
55880         Log: Regen headers.
55881      Branch: cfgperl
55882            ! embed.h embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
55883            ! ext/ByteLoader/byterun.h global.sym keywords.h lib/warnings.pm
55884            ! objXSUB.h opcode.h opnames.h perlapi.c perlapi.h
55885            ! pod/perlapi.pod pod/perlintern.pod pp.sym pp_proto.h proto.h
55886            ! regnodes.h warnings.h
55887 ____________________________________________________________________________
55888 [  6235] By: jhi                                   on 2000/06/23  19:39:35
55889         Log: The thread begun by
55890              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
55891              From: Kevin.Ruscoe@ubsw.com
55892              Date: Fri, 16 Jun 2000 16:38:51 +0100
55893              Message-Id: <H000019b03c300d6@MHS>
55894      Branch: cfgperl
55895            ! hints/solaris_2.sh
55896 ____________________________________________________________________________
55897 [  6234] By: jhi                                   on 2000/06/23  19:23:36
55898         Log: Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
55899              because when run as services (Win32ese for daemons)
55900              no environment variables are set and tmpdir ends up as /tmp,
55901              which is ambiguous.
55902              
55903              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
55904              From: matt@sergeant.org
55905              Date: 16 Jun 2000 16:30:43 -0000
55906              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
55907      Branch: cfgperl
55908            ! lib/File/Spec/Win32.pm
55909 ____________________________________________________________________________
55910 [  6233] By: jhi                                   on 2000/06/23  19:18:58
55911         Log: Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
55912              From: Mark-Jason Dominus <mjd@plover.com>
55913              Date: Fri, 16 Jun 2000 20:53:04 -0400
55914              Message-ID: <20000617005304.8008.qmail@plover.com>
55915      Branch: cfgperl
55916            ! op.h
55917 ____________________________________________________________________________
55918 [  6232] By: jhi                                   on 2000/06/23  16:10:02
55919         Log: Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
55920              From: simon@brecon.co.uk (Simon Cozens)
55921              Date: 19 Jun 2000 15:18:27 GMT
55922              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
55923              
55924              plus update pod/Makefile and regenerate perltoc
55925      Branch: cfgperl
55926            + pod/perlutil.pod
55927            ! MANIFEST Todo-5.6 pod/Makefile pod/perltoc.pod pod/roffitall
55928 ____________________________________________________________________________
55929 [  6231] By: jhi                                   on 2000/06/23  15:19:18
55930         Log: Subject: [PATCH 5.6.0] cygwin port
55931              From: "Fifer, Eric" <EFifer@sanwaint.com>
55932              Date: Tue, 20 Jun 2000 14:30:58 +0100
55933              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
55934      Branch: cfgperl
55935            ! README.cygwin lib/File/Find.pm
55936 ____________________________________________________________________________
55937 [  6230] By: jhi                                   on 2000/06/23  14:25:21
55938         Log: Upgrade to File::Spec 0.810_01 from CPAN by Barrie Slaymaker.
55939      Branch: cfgperl
55940            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
55941            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
55942            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
55943            ! lib/File/Spec/Win32.pm t/lib/filefunc.t t/lib/filespec.t
55944 ____________________________________________________________________________
55945 [  6229] By: jhi                                   on 2000/06/23  14:13:34
55946         Log: Subject: README.hpux version 0.6.1
55947              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
55948              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
55949              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
55950      Branch: cfgperl
55951            ! README.hpux
55952 ____________________________________________________________________________
55953 [  6228] By: jhi                                   on 2000/06/23  14:07:20
55954         Log: Subject: [PATCH] "Constant subroutine redefined" mandatory warning
55955              From: Doug MacEachern <dougm@covalent.net>
55956              Date: Tue, 20 Jun 2000 21:23:56 -0700 (PDT)
55957              Message-ID: <Pine.LNX.4.10.10006202116340.321-100000@mojo.covalent.net>
55958      Branch: cfgperl
55959            ! op.c
55960 ____________________________________________________________________________
55961 [  6227] By: jhi                                   on 2000/06/23  14:01:06
55962         Log: Subject: [PATCH] lib.pm -> lib.pm.PL
55963              From: Doug MacEachern <dougm@covalent.net>
55964              Date: Tue, 20 Jun 2000 22:14:41 -0700 (PDT)
55965              Message-ID: <Pine.LNX.4.10.10006202208210.321-100000@mojo.covalent.net>
55966      Branch: cfgperl
55967            + lib/lib.pm.PL
55968            - lib/lib.pm
55969            ! MANIFEST Makefile.SH
55970 ____________________________________________________________________________
55971 [  6226] By: jhi                                   on 2000/06/23  13:53:07
55972         Log: Subject: [PATCH] remove forward declarations in Socket.pm
55973              From: Doug MacEachern <dougm@covalent.net>
55974              Date: Tue, 20 Jun 2000 21:54:12 -0700 (PDT)
55975              Message-ID: <Pine.LNX.4.10.10006202149190.321-100000@mojo.covalent.net>
55976              
55977              From: Doug MacEachern <dougm@covalent.net>
55978              Subject: Re: [PATCH] remove forward declarations in Socket.pm
55979              Date: Fri, 23 Jun 2000 00:09:29 -0700 (PDT)
55980              Message-ID: <Pine.LNX.4.10.10006222349440.322-100000@mojo.covalent.net>
55981      Branch: cfgperl
55982            ! ext/Socket/Socket.pm op.c
55983 ____________________________________________________________________________
55984 [  6225] By: jhi                                   on 2000/06/23  13:41:52
55985         Log: Add source code filenames to apidoc.
55986              From: simon@brecon.co.uk (Simon Cozens)
55987              Subject: [PATCH embed.pl] Source X-ref
55988              Date: 22 Jun 2000 02:18:49 GMT
55989              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
55990      Branch: cfgperl
55991            ! embed.pl
55992 ____________________________________________________________________________
55993 [  6224] By: jhi                                   on 2000/06/23  13:32:33
55994         Log: A way to avoid English.pm performance hit.
55995              From: root <root@jester.slaysys.com>
55996              Subject: [YAPATCH English.pm] My turn to putt again
55997              Date: Thu, 22 Jun 2000 20:33:58 -0400
55998              Message-Id: <200006230033.UAA05960@jester.slaysys.com>
55999      Branch: cfgperl
56000            ! lib/English.pm t/lib/english.t
56001 ____________________________________________________________________________
56002 [  6223] By: jhi                                   on 2000/06/23  13:27:06
56003         Log: Avoid double close().
56004              Subject: [PATCH] avoid double close()
56005              From: Doug MacEachern <dougm@covalent.net>
56006              Date: Thu, 22 Jun 2000 23:08:06 -0700 (PDT)
56007              Message-ID: <Pine.LNX.4.10.10006222251260.322-100000@mojo.covalent.net>
56008      Branch: cfgperl
56009            ! doio.c
56010 ____________________________________________________________________________
56011 [  6222] By: jhi                                   on 2000/06/23  13:25:54
56012         Log: doc typo fix
56013              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
56014              From: Ian Phillipps <Ian.Phillipps@iname.com>
56015              Date: Fri, 23 Jun 2000 10:40:58 +0100
56016              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
56017      Branch: cfgperl
56018            ! lib/Pod/Usage.pm
56019 ____________________________________________________________________________
56020 [  6221] By: jhi                                   on 2000/06/23  13:24:15
56021         Log: Remove tr///CU (the feature is to be obsoleted by better interfaces).
56022              From: simon@brecon.co.uk (Simon Cozens)
56023              Subject: [PATCH] Eliminate tr///[CU][CU]
56024              Date: 23 Jun 2000 11:05:40 GMT
56025              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
56026      Branch: cfgperl
56027            ! doop.c embed.pl pod/perlop.pod toke.c utf8.c
56028 ____________________________________________________________________________
56029 [  6220] By: jhi                                   on 2000/06/22  16:07:51
56030         Log: Win32 patches from Benjamin Stuhl.
56031      Branch: cfgperl
56032            ! makedef.pl win32/win32.h
56033 ____________________________________________________________________________
56034 [  6219] By: jhi                                   on 2000/06/22  16:06:34
56035         Log: Bytecode patches from Benjamin Stuhl.
56036      Branch: cfgperl
56037            ! bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
56038            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
56039            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
56040 ____________________________________________________________________________
56041 [  6218] By: jhi                                   on 2000/06/15  23:54:16
56042         Log: Bytecode patches from Benjamin Stuhl.
56043      Branch: cfgperl
56044            ! ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
56045 ____________________________________________________________________________
56046 [  6217] By: jhi                                   on 2000/06/09  13:38:29
56047         Log: Rename the fdpid locking and integrate with Sarathy.
56048      Branch: cfgperl
56049            ! Configure config_h.SH doio.c embed.h embed.pl embedvar.h
56050            ! global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
56051            ! pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
56052            ! win32/win32.c
56053           !> av.h cop.h hints/solaris_2.sh t/op/runlevel.t
56054 ____________________________________________________________________________
56055 [  6216] By: gsar                                  on 2000/06/08  14:54:21
56056         Log: be more optimal about clearing @_
56057      Branch: perl
56058            ! cop.h
56059 ____________________________________________________________________________
56060 [  6215] By: gsar                                  on 2000/06/08  14:33:04
56061         Log: tweak comment about @DB::args
56062      Branch: perl
56063            ! av.h pp_ctl.c
56064 ____________________________________________________________________________
56065 [  6214] By: gsar                                  on 2000/06/08  13:57:54
56066         Log: @_ can't have junk in it even in the non-USE_ITHREADS case because
56067              caller() wants to populate @DB::args with it (causes a coredump
56068              in Carp::confess())
56069      Branch: perl
56070            ! cop.h t/op/runlevel.t
56071 ____________________________________________________________________________
56072 [  6213] By: gsar                                  on 2000/06/08  07:06:35
56073         Log: back out change#6106 (seems problematic)
56074      Branch: perl
56075            ! hints/solaris_2.sh
56076 ____________________________________________________________________________
56077 [  6212] By: jhi                                   on 2000/06/07  03:10:36
56078         Log: Continuing mopup for #6204.
56079      Branch: cfgperl
56080            ! ext/B/defsubs_h.PL
56081 ____________________________________________________________________________
56082 [  6211] By: jhi                                   on 2000/06/07  02:41:50
56083         Log: Mopup for #6204.
56084              Under the 5005 threads the t/lib/b.t for B::Deparse fails:
56085              Can't locate object method "PV" via package "B::RV" at ../lib/B/Deparse.pm line 2360.
56086              This is comes from const() where POK isn't on when expected.
56087      Branch: cfgperl
56088            ! embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm
56089            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
56090            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
56091            ! perlapi.h pod/perlapi.pod
56092 ____________________________________________________________________________
56093 [  6210] By: jhi                                   on 2000/06/07  01:56:29
56094         Log: Mopup for #6207 and #6209.
56095      Branch: cfgperl
56096            ! doio.c gv.c sv.h util.c vmesa/vmesa.c win32/win32.c
56097 ____________________________________________________________________________
56098 [  6209] By: jhi                                   on 2000/06/07  01:33:12
56099         Log: Lock PL_fdpid against race conditions, based on:
56100              Subject: [PATCH 5.6.0]subprocess fixup for threads
56101              From: Dan Sugalski <dan@sidhe.org>
56102              To: perl5-porters@perl.org
56103              Date: Tue, 11 Apr 2000 17:02:32 -0400
56104              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
56105      Branch: cfgperl
56106            ! doio.c intrpvar.h perl.c sv.h util.c vmesa/vmesa.c
56107            ! win32/win32.c
56108 ____________________________________________________________________________
56109 [  6208] By: jhi                                   on 2000/06/07  01:05:23
56110         Log: Regen headers for #6207.
56111      Branch: cfgperl
56112            ! embed.h global.sym objXSUB.h proto.h
56113 ____________________________________________________________________________
56114 [  6207] By: jhi                                   on 2000/06/06  23:43:13
56115         Log: Subject: [PATCH 5.6.0] Threadsafe patches
56116              From: Dan Sugalski <dan@sidhe.org>
56117              To: perl5-porters@perl.org
56118              Date: Mon, 08 May 2000 18:08:13 -0400
56119              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
56120      Branch: cfgperl
56121            ! embed.pl global.sym gv.c intrpvar.h perl.c pp.c pp_ctl.c
56122            ! proto.h sv.h util.c
56123 ____________________________________________________________________________
56124 [  6206] By: jhi                                   on 2000/06/06  23:21:23
56125         Log: Subject: [PATCH] Eliminate $a/$b in pod
56126              From: David Glasser <me@davidglasser.net>
56127              To: perl5-porters@perl.org
56128              Date: Mon, 29 May 2000 21:15:59 -0400
56129              Message-Id: <l03130302b558bb2640ce@[209.195.241.121]>
56130      Branch: cfgperl
56131            ! pod/perl5004delta.pod pod/perl56delta.pod pod/perlboot.pod
56132            ! pod/perlbot.pod pod/perlcall.pod pod/perldata.pod
56133            ! pod/perldbmfilter.pod pod/perldiag.pod pod/perldsc.pod
56134            ! pod/perlembed.pod pod/perlfaq4.pod pod/perlfaq6.pod
56135            ! pod/perlfaq7.pod pod/perlfilter.pod pod/perlfunc.pod
56136            ! pod/perlguts.pod pod/perllexwarn.pod pod/perllocale.pod
56137            ! pod/perlobj.pod pod/perlop.pod pod/perlref.pod pod/perlsub.pod
56138            ! pod/perlsyn.pod pod/perltie.pod pod/perltrap.pod
56139            ! pod/perlvar.pod pod/perlxs.pod
56140 ____________________________________________________________________________
56141 [  6205] By: jhi                                   on 2000/06/06  23:12:14
56142         Log: Subject: [PATCH] Win32 improvements
56143              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
56144              To: gsar@activestate.com, perl5-porters@perl.org
56145              Date: Mon, 29 May 2000 17:22:24 PDT
56146              Message-ID: <20000530002224.91142.qmail@hotmail.com>
56147              (MUA had mangled many lines by wordwrapping)
56148      Branch: cfgperl
56149            ! utils/c2ph.PL win32/makefile.mk win32/win32.c win32/win32sck.c
56150 ____________________________________________________________________________
56151 [  6204] By: jhi                                   on 2000/06/06  23:01:50
56152         Log: Subject: [PATCH] B::Bytecode patches
56153              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
56154              To: gsar@activestate.com, jhi@iki.fi
56155              Cc: perl5-porters@perl.org
56156              Message-ID: <20000602202526.48694.qmail@hotmail.com>
56157              (MUA had mangled many lines by wordwrapping)
56158      Branch: cfgperl
56159            ! bytecode.pl ext/B/B.pm ext/B/B.xs ext/B/B/Assembler.pm
56160            ! ext/B/B/Bytecode.pm ext/B/O.pm ext/B/defsubs_h.PL
56161            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
56162            ! intrpvar.h perl.c
56163 ____________________________________________________________________________
56164 [  6203] By: jhi                                   on 2000/06/06  22:32:43
56165         Log: Subject: [PATCH] perldiag should refer to perlos2.pod not README.os2
56166              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
56167              Date: Tue, 06 Jun 2000 13:07:45 -0700
56168              Message-ID: <RoVP5gzkgmTL092yn@efn.org>
56169      Branch: cfgperl
56170            ! pod/perldiag.pod
56171 ____________________________________________________________________________
56172 [  6202] By: jhi                                   on 2000/06/06  19:38:35
56173         Log: Integrate with Sarathy.
56174      Branch: cfgperl
56175           !> perl.c
56176 ____________________________________________________________________________
56177 [  6201] By: gsar                                  on 2000/06/06  00:42:59
56178         Log: Perl_eval_pv() leaks 4 bytes every time it is called because it
56179              does a PUSHMARK that's never ever POPMARKed; in general, only
56180              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
56181              Perl_eval_[sp]v() don't because they don't take any incoming
56182              arguments (this leak has been around since the original version
56183              of perl_eval_pv() in 5.003_97e)
56184      Branch: perl
56185            ! perl.c
56186 ____________________________________________________________________________
56187 [  6200] By: jhi                                   on 2000/06/04  03:44:52
56188         Log: Update to cperl-mode.el 4.31 from
56189              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
56190              Subject: A couple of notes
56191              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
56192              To: Mailing list Perl5 <perl5-porters@perl.org>
56193              Date: Sat, 3 Jun 2000 23:33:32 -0400
56194              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
56195      Branch: cfgperl
56196            ! emacs/cperl-mode.el
56197 ____________________________________________________________________________
56198 [  6199] By: jhi                                   on 2000/06/03  15:11:05
56199         Log: Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
56200              From: Dan Sugalski <dan@sidhe.org>
56201              To: perl5-porters@perl.org, vmsperl@perl.org
56202              Date: Fri, 02 Jun 2000 17:30:51 -0400
56203              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
56204      Branch: cfgperl
56205            ! vms/descrip_mms.template vms/gen_shrfls.pl
56206 ____________________________________________________________________________
56207 [  6198] By: jhi                                   on 2000/06/03  14:59:15
56208         Log: Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
56209              From: Dan Sugalski <dan@sidhe.org>
56210              To: vmsperl@perl.org, perl5-porters@perl.org
56211              Date: Fri, 02 Jun 2000 16:00:41 -0400
56212              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
56213              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
56214      Branch: cfgperl
56215            ! embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs global.sym
56216            ! objXSUB.h perlapi.c perlapi.h pod/perlapi.pod
56217            ! pod/perlintern.pod proto.h vms/vms.c vms/vmsish.h
56218 ____________________________________________________________________________
56219 [  6197] By: jhi                                   on 2000/06/03  14:41:30
56220         Log: Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
56221              From: John Borwick <jhborwic@unity.ncsu.edu>
56222              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
56223              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
56224      Branch: cfgperl
56225            ! pod/perlsyn.pod
56226 ____________________________________________________________________________
56227 [  6196] By: jhi                                   on 2000/06/03  14:38:09
56228         Log: Integrate with Sarathy.
56229      Branch: cfgperl
56230           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
56231           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
56232           !> vms/perly_c.vms
56233 ____________________________________________________________________________
56234 [  6195] By: gsar                                  on 2000/06/02  22:43:13
56235         Log: fix yet another eval"" leak under USE_ITHREADS
56236      Branch: perl
56237            ! op.c
56238 ____________________________________________________________________________
56239 [  6194] By: gsar                                  on 2000/06/02  18:22:06
56240         Log: fix small eval"" memory leaks under USE_ITHREADS
56241      Branch: perl
56242            ! cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
56243            ! perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
56244            ! vms/perly_c.vms
56245 ____________________________________________________________________________
56246 [  6193] By: jhi                                   on 2000/06/01  13:03:56
56247         Log: Signals-be-gone for microperl.
56248      Branch: cfgperl
56249            ! Todo.micro doop.c mg.c perl.c perl.h pp_sys.c util.c
56250 ____________________________________________________________________________
56251 [  6192] By: jhi                                   on 2000/06/01  12:52:02
56252         Log: Integrate with Sarathy.
56253      Branch: cfgperl
56254           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
56255           !> AUTHORS MAINTAIN MANIFEST doop.c embed.pl
56256           !> ext/Devel/Peek/Peek.pm handy.h lib/SelfLoader.pm perl.c
56257           !> pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
56258           !> pod/perlfaq9.pod pod/perlfunc.pod pod/perllocale.pod
56259           !> pod/perlre.pod pod/perltrap.pod pod/pod2latex.PL t/op/tr.t
56260           !> t/op/vec.t utils/h2xs.PL
56261 ____________________________________________________________________________
56262 [  6191] By: gsar                                  on 2000/06/01  09:38:21
56263         Log: vec() loses numericalness (modified version of patch suggested
56264              by Robin Barker)
56265      Branch: perl
56266            ! doop.c t/op/vec.t
56267 ____________________________________________________________________________
56268 [  6190] By: gsar                                  on 2000/06/01  09:26:15
56269         Log: submit missing embed.pl change
56270      Branch: perl
56271            ! embed.pl
56272 ____________________________________________________________________________
56273 [  6189] By: gsar                                  on 2000/06/01  09:05:34
56274         Log: counting tr/// corrupts later operation (from M.J.T Guy)
56275      Branch: perl
56276            ! doop.c t/op/tr.t
56277 ____________________________________________________________________________
56278 [  6188] By: gsar                                  on 2000/06/01  08:58:39
56279         Log: h2xs tweaks
56280      Branch: perl
56281            ! utils/h2xs.PL
56282 ____________________________________________________________________________
56283 [  6187] By: gsar                                  on 2000/06/01  08:50:07
56284         Log: replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
56285              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
56286      Branch: perl
56287            + lib/Pod/LaTeX.pm
56288            ! AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm
56289            ! pod/pod2latex.PL
56290 ____________________________________________________________________________
56291 [  6186] By: gsar                                  on 2000/06/01  08:24:40
56292         Log: further qualify references to "alphanumeric" (from Wolfgang Laun
56293              <wolfgang.laun@alcatel.at>)
56294      Branch: perl
56295            ! handy.h pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
56296            ! pod/perlfaq9.pod pod/perllocale.pod pod/perlre.pod
56297 ____________________________________________________________________________
56298 [  6185] By: gsar                                  on 2000/06/01  08:12:00
56299         Log: remove incorrect documentation about implicit split to @_ in
56300              list context, which never really worked in perl 5 (from
56301              M.J.T. Guy)
56302      Branch: perl
56303            ! pod/perlfunc.pod pod/perltrap.pod
56304 ____________________________________________________________________________
56305 [  6184] By: gsar                                  on 2000/06/01  07:52:27
56306         Log: tweak for change#6127
56307      Branch: perl
56308            ! perl.c
56309 ____________________________________________________________________________
56310 [  6183] By: gsar                                  on 2000/06/01  07:41:02
56311         Log: SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
56312              <nick@ccl4.org>)
56313      Branch: perl
56314            + t/lib/selfloader.t
56315            ! MANIFEST lib/SelfLoader.pm
56316 ____________________________________________________________________________
56317 [  6182] By: jhi                                   on 2000/06/01  00:34:42
56318         Log: Be Cleaner Part Deux.
56319      Branch: cfgperl
56320            ! Makefile.SH
56321 ____________________________________________________________________________
56322 [  6181] By: jhi                                   on 2000/06/01  00:32:09
56323         Log: Integrate with Sarathy.
56324      Branch: cfgperl
56325           !> pp.c t/op/arith.t
56326 ____________________________________________________________________________
56327 [  6180] By: jhi                                   on 2000/06/01  00:31:13
56328         Log: microperl nits from Simon Cozens.
56329      Branch: cfgperl
56330            + uconfig.h
56331            ! MAINTAIN MANIFEST Makefile.SH Todo.micro perl.h uconfig.sh
56332            ! unixish.h
56333 ____________________________________________________________________________
56334 [  6179] By: gsar                                  on 2000/05/31  22:37:51
56335         Log: buggy modulus on UVs introduced by change#3378 (resulted in
56336              4063328477 % 65535 amounting to 27406, instead of 27407)
56337      Branch: perl
56338            ! pp.c t/op/arith.t
56339 ____________________________________________________________________________
56340 [  6178] By: jhi                                   on 2000/05/31  21:52:41
56341         Log: Be cleaner.
56342      Branch: cfgperl
56343            ! Makefile.SH
56344 ____________________________________________________________________________
56345 [  6177] By: jhi                                   on 2000/05/31  21:47:33
56346         Log: Substitution utf8 patch from Simon Cozens.
56347      Branch: cfgperl
56348            ! pp_hot.c
56349 ____________________________________________________________________________
56350 [  6176] By: jhi                                   on 2000/05/31  21:45:34
56351         Log: Single-quoted utf8 patch from Simon Cozens.
56352      Branch: cfgperl
56353            ! toke.c
56354 ____________________________________________________________________________
56355 [  6175] By: jhi                                   on 2000/05/31  21:40:18
56356         Log: Integrate with Sarathy.
56357      Branch: cfgperl
56358           !> op.c regexec.c t/lib/filefind.t t/op/re_tests t/op/wantarray.t
56359 ____________________________________________________________________________
56360 [  6174] By: jhi                                   on 2000/05/31  21:37:31
56361         Log: microperl changes from Simon Cozens; Makefile for microperl
56362              written from scratch; few casts added as microperl compilation
56363              doesn't have all prototypes available.
56364      Branch: cfgperl
56365            + Makefile.micro README.micro Todo.micro uconfig.sh
56366            ! Configure MAINTAIN MANIFEST config_h.SH doop.c mg.c op.c
56367            ! perl.c perl.h perlio.c unixish.h utf8.c util.c
56368      Branch: metaconfig
56369            + U/modified/Config_h.U
56370 ____________________________________________________________________________
56371 [  6173] By: jhi                                   on 2000/05/31  20:00:24
56372         Log: metaconfig maintenance.
56373      Branch: metaconfig
56374            + U/modified/Inhdr.U U/typedefs/inotype.U
56375      Branch: metaconfig/U/perl
56376            + d_finitel.U d_getcwd.U d_llseek.U i_fp_class.U i_iconv.U
56377            + i_ieeefp.U i_syslog.U i_sysrusage.U i_ulimit.U
56378 ____________________________________________________________________________
56379 [  6172] By: gsar                                  on 2000/05/31  05:05:42
56380         Log: fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
56381              (from Ilya Zakharevich)
56382      Branch: perl
56383            ! regexec.c t/op/re_tests
56384 ____________________________________________________________________________
56385 [  6171] By: gsar                                  on 2000/05/31  05:01:47
56386         Log: scalar() doesn't force scalar context when used in void context
56387              (from Simon Cozens)
56388      Branch: perl
56389            ! op.c t/op/wantarray.t
56390 ____________________________________________________________________________
56391 [  6170] By: gsar                                  on 2000/05/31  04:41:33
56392         Log: change#6142 needs tweaks to tests to work where there's no symlink()
56393              (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
56394      Branch: perl
56395            ! t/lib/filefind.t
56396 ____________________________________________________________________________
56397 [  6169] By: gsar                                  on 2000/05/31  04:29:49
56398         Log: integrate cfgperl contents into mainline
56399      Branch: perl
56400           +> pod/perlmodlib.PL pod/perlnewmod.pod
56401           !> (integrate 42 files)
56402 ____________________________________________________________________________
56403 [  6168] By: jhi                                   on 2000/05/30  22:53:37
56404         Log: Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
56405      Branch: cfgperl
56406            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
56407            ! config_h.SH epoc/config.sh perl.h toke.c vms/subconfigure.com
56408            ! vos/config.def vos/config.h vos/config.pl vos/config_h.SH_orig
56409            ! win32/config.bc win32/config.gc win32/config.vc
56410            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
56411            ! win32/config_h.PL win32/config_sh.PL
56412      Branch: metaconfig/U/perl
56413            ! perlxv.U
56414 ____________________________________________________________________________
56415 [  6167] By: jhi                                   on 2000/05/30  22:20:21
56416         Log: tweak todo 
56417      Branch: cfgperl
56418            ! Todo-5.6
56419 ____________________________________________________________________________
56420 [  6166] By: jhi                                   on 2000/05/30  22:11:51
56421         Log: Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
56422              in case somebody wants to write an extension for more
56423              shadow database interfaces.
56424      Branch: cfgperl
56425            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
56426            ! config_h.SH epoc/config.sh pp_sys.c vms/subconfigure.com
56427            ! vos/config.def vos/config.h vos/config_h.SH_orig
56428            ! win32/config.bc win32/config.gc win32/config.vc
56429            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
56430      Branch: metaconfig
56431            ! U/modified/Myinit.U
56432      Branch: metaconfig/U/perl
56433            + d_getespwnam.U d_getprpwnam.U i_prot.U
56434 ____________________________________________________________________________
56435 [  6165] By: jhi                                   on 2000/05/30  18:35:34
56436         Log: Integrate with Sarathy.
56437      Branch: cfgperl
56438           !> op.c
56439 ____________________________________________________________________________
56440 [  6164] By: jhi                                   on 2000/05/30  18:30:16
56441         Log: detypo
56442      Branch: cfgperl
56443            ! Configure config_h.SH
56444      Branch: metaconfig/U/perl
56445            ! perlxv.U
56446 ____________________________________________________________________________
56447 [  6163] By: gsar                                  on 2000/05/30  03:24:03
56448         Log: fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
56449      Branch: perl
56450            ! op.c
56451 ____________________________________________________________________________
56452 [  6162] By: gsar                                  on 2000/05/30  03:09:38
56453         Log: fix memory leak in method call optimization (change#3768);
56454              made C<eval "$x->foo()"> leak
56455      Branch: perl
56456            ! op.c
56457 ____________________________________________________________________________
56458 [  6161] By: jhi                                   on 2000/05/29  17:56:26
56459         Log: Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
56460              both from Simon Cozens.
56461      Branch: cfgperl
56462            + pod/perlmodlib.PL pod/perlnewmod.pod
56463            ! AUTHORS MAINTAIN MANIFEST pod/Makefile pod/perl.pod
56464            ! pod/perlmodlib.pod pod/perltoc.pod
56465 ____________________________________________________________________________
56466 [  6160] By: jhi                                   on 2000/05/29  17:23:55
56467         Log: Changes for the File::Temp 0.08 (change #6159) test suite
56468              to fit better into the Perl distribution test framework.
56469      Branch: cfgperl
56470            ! t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t t/lib/ftmp-security.t
56471            ! t/lib/ftmp-tempfile.t
56472 ____________________________________________________________________________
56473 [  6159] By: jhi                                   on 2000/05/29  16:55:36
56474         Log: Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
56475      Branch: cfgperl
56476            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
56477            ! t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
56478 ____________________________________________________________________________
56479 [  6158] By: bailey                                on 2000/05/29  16:22:08
56480         Log: Add fallback to tmpfile for use in cases where user's relying on
56481              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
56482              Lane's patch)
56483      Branch: vmsperl
56484            ! vms/vms.c vms/vmsish.h
56485 ____________________________________________________________________________
56486 [  6157] By: jhi                                   on 2000/05/29  03:10:36
56487         Log: Regen Configure to jive with #6149.
56488      Branch: cfgperl
56489            ! Configure
56490      Branch: metaconfig
56491            ! U/modified/Getfile.U
56492 ____________________________________________________________________________
56493 [  6156] By: jhi                                   on 2000/05/29  03:01:38
56494         Log: Integrate with Sarathy.
56495      Branch: cfgperl
56496           +> ext/DynaLoader/dl_mac.xs
56497           !> (integrate 38 files)
56498 ____________________________________________________________________________
56499 [  6155] By: gsar                                  on 2000/05/28  21:15:58
56500         Log: small bug in change#6144; remove random \xA0 character that snuck
56501              in via change#6145
56502      Branch: perl
56503            ! lib/AutoSplit.pm lib/ExtUtils/xsubpp
56504 ____________________________________________________________________________
56505 [  6154] By: gsar                                  on 2000/05/28  21:04:19
56506         Log: avoid type mismatch warning
56507      Branch: perl
56508            ! perl.c
56509 ____________________________________________________________________________
56510 [  6153] By: gsar                                  on 2000/05/28  20:58:31
56511         Log: prettier Test::Harness output on failed tests (from Nicholas Clark
56512              <nick@Bagpuss.uk.boo.com>)
56513      Branch: perl
56514            ! lib/Test/Harness.pm
56515 ____________________________________________________________________________
56516 [  6152] By: gsar                                  on 2000/05/28  20:53:42
56517         Log: cosmetic fixups of RE debug output (from Ilya Zakharevich)
56518      Branch: perl
56519            ! regexec.c
56520 ____________________________________________________________________________
56521 [  6151] By: gsar                                  on 2000/05/28  20:50:28
56522         Log: fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
56523      Branch: perl
56524            ! regexec.c
56525 ____________________________________________________________________________
56526 [  6150] By: gsar                                  on 2000/05/28  20:39:58
56527         Log: perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
56528      Branch: perl
56529            ! pod/perlrequick.pod
56530 ____________________________________________________________________________
56531 [  6149] By: gsar                                  on 2000/05/28  20:35:16
56532         Log: OS/2 tweaks for usethreads build (from Rocco Caputo
56533              <troc@netrus.net>)
56534      Branch: perl
56535            ! Configure hints/os2.sh makedef.pl os2/Makefile.SHs
56536            ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
56537            ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
56538            ! os2/os2.c os2/os2ish.h perl.c util.c x2p/a2p.h
56539 ____________________________________________________________________________
56540 [  6148] By: gsar                                  on 2000/05/28  20:21:07
56541         Log: close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
56542      Branch: perl
56543            ! lib/ExtUtils/MM_Unix.pm
56544 ____________________________________________________________________________
56545 [  6147] By: gsar                                  on 2000/05/28  20:12:41
56546         Log: add a make entry to Config.pm so "perl -V:make" works on VMS
56547              (from Peter Prymmer)
56548      Branch: perl
56549            ! vms/subconfigure.com
56550 ____________________________________________________________________________
56551 [  6146] By: gsar                                  on 2000/05/28  20:06:15
56552         Log: doc typo
56553      Branch: perl
56554            ! lib/warnings.pm warnings.h warnings.pl
56555 ____________________________________________________________________________
56556 [  6145] By: gsar                                  on 2000/05/28  18:44:33
56557         Log: make xsubpp skip embedded pod (from Matthias Neeracher
56558              <neeri@iis.ee.ethz.ch>)
56559      Branch: perl
56560            ! lib/ExtUtils/xsubpp
56561 ____________________________________________________________________________
56562 [  6144] By: gsar                                  on 2000/05/28  18:42:49
56563         Log: MacOS support, part 2: make AutoSplit use File::Spec instead
56564              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
56565              <neeri@iis.ee.ethz.ch>)
56566      Branch: perl
56567            ! lib/AutoSplit.pm
56568 ____________________________________________________________________________
56569 [  6143] By: gsar                                  on 2000/05/28  18:41:12
56570         Log: MacOS support, part 1 (from Matthias Neeracher
56571              <neeri@iis.ee.ethz.ch>)
56572      Branch: perl
56573            + ext/DynaLoader/dl_mac.xs
56574            ! MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
56575            ! ext/POSIX/POSIX.xs lib/ExtUtils/MakeMaker.pm mg.c perl.c
56576            ! perlsfio.h pod/perlfaq4.pod pp_ctl.c proto.h toke.c util.c
56577            ! util.h
56578 ____________________________________________________________________________
56579 [  6142] By: gsar                                  on 2000/05/28  18:21:51
56580         Log: File::Find fails to chdir when chasing symlinks (from
56581              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
56582      Branch: perl
56583            ! lib/File/Find.pm t/lib/filefind.t
56584 ____________________________________________________________________________
56585 [  6141] By: jhi                                   on 2000/05/28  14:25:15
56586         Log: BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
56587              forwarded by Peter Seebach from the bsdi-users mailing list.
56588              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
56589      Branch: perl
56590            ! hints/bsdos.sh
56591 ____________________________________________________________________________
56592 [  6140] By: jhi                                   on 2000/05/28  14:11:57
56593         Log: Integrate with Sarathy.
56594      Branch: cfgperl
56595           +> (branch 30 files)
56596           !> (integrate 93 files)
56597 ____________________________________________________________________________
56598 [  6139] By: gsar                                  on 2000/05/28  10:01:48
56599         Log: revise mktables.PL for bugs and newness in Unicode 3.0
56600              (from James Bence <jbence@amgen.com>)
56601      Branch: perl
56602            + lib/unicode/Is/BidiAL.pl lib/unicode/Is/BidiBN.pl
56603            + lib/unicode/Is/BidiLRE.pl lib/unicode/Is/BidiLRO.pl
56604            + lib/unicode/Is/BidiNSM.pl lib/unicode/Is/BidiPDF.pl
56605            + lib/unicode/Is/BidiRLE.pl lib/unicode/Is/BidiRLO.pl
56606            + lib/unicode/Is/Cf.pl lib/unicode/Is/Cs.pl
56607            + lib/unicode/Is/DCfraction.pl lib/unicode/Is/Me.pl
56608            + lib/unicode/Is/Nl.pl lib/unicode/Is/Pc.pl lib/unicode/Is/Pf.pl
56609            + lib/unicode/Is/Pi.pl lib/unicode/Is/Sk.pl
56610            + lib/unicode/Is/SylAA.pl lib/unicode/Is/SylAAI.pl
56611            + lib/unicode/Is/SylAI.pl lib/unicode/Is/SylEE.pl
56612            + lib/unicode/Is/SylII.pl lib/unicode/Is/SylN.pl
56613            + lib/unicode/Is/SylOO.pl lib/unicode/Is/SylWAA.pl
56614            + lib/unicode/Is/SylWEE.pl lib/unicode/Is/SylWII.pl
56615            + lib/unicode/Is/SylWO.pl lib/unicode/Is/SylWOO.pl
56616            + lib/unicode/Is/SylWU.pl
56617            ! MANIFEST lib/unicode/Is/Cn.pl lib/unicode/Is/Graph.pl
56618            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
56619            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
56620            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
56621            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
56622            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
56623            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
56624            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
56625            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
56626            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
56627            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
56628            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
56629            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
56630            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
56631            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
56632            ! lib/unicode/Is/LbrkZW.pl lib/unicode/Is/Punct.pl
56633            ! lib/unicode/Is/Space.pl lib/unicode/Is/SylA.pl
56634            ! lib/unicode/Is/SylC.pl lib/unicode/Is/SylE.pl
56635            ! lib/unicode/Is/SylI.pl lib/unicode/Is/SylO.pl
56636            ! lib/unicode/Is/SylU.pl lib/unicode/Is/SylV.pl
56637            ! lib/unicode/Is/SylWA.pl lib/unicode/Is/SylWC.pl
56638            ! lib/unicode/Is/SylWE.pl lib/unicode/Is/SylWI.pl
56639            ! lib/unicode/Is/SylWV.pl lib/unicode/Is/Upper.pl
56640            ! lib/unicode/Makefile lib/unicode/mktables.PL
56641 ____________________________________________________________________________
56642 [  6138] By: gsar                                  on 2000/05/28  08:50:32
56643         Log: add note about the handling of negative indices to tied arrays
56644              (from Michael G Schwern <schwern@pobox.com>)
56645      Branch: perl
56646            ! pod/perltie.pod
56647 ____________________________________________________________________________
56648 [  6137] By: gsar                                  on 2000/05/28  08:46:10
56649         Log: fix bogus redeclaration warning for "our" variables in different
56650              scopes
56651      Branch: perl
56652            ! op.c t/pragma/strict-vars
56653 ____________________________________________________________________________
56654 [  6136] By: gsar                                  on 2000/05/28  08:31:20
56655         Log: random pod typos (from Peter Scott <Peter@PSDT.com>)
56656      Branch: perl
56657            ! ext/Devel/Peek/Peek.pm pod/perldebguts.pod
56658 ____________________________________________________________________________
56659 [  6135] By: gsar                                  on 2000/05/28  08:17:50
56660         Log: enable Test::Harness to dynamically determine column width etc.
56661              (from Rob Napier <rnapier@employees.org>)
56662      Branch: perl
56663            ! lib/Test/Harness.pm
56664 ____________________________________________________________________________
56665 [  6134] By: gsar                                  on 2000/05/28  08:13:39
56666         Log: make Test::Harness use wait.h/WCOREDUMP if available
56667              (from Ben Tilly <ben_tilly@hotmail.com>)
56668      Branch: perl
56669            ! lib/Test/Harness.pm
56670 ____________________________________________________________________________
56671 [  6133] By: gsar                                  on 2000/05/28  08:08:05
56672         Log: elide bogus test in change#6132
56673      Branch: perl
56674            ! t/pragma/warn/9enabled
56675 ____________________________________________________________________________
56676 [  6132] By: gsar                                  on 2000/05/28  08:03:14
56677         Log: warnings::enabled() doesn't fall back to looking at $^W if
56678              caller isn't using lexical warnings (from Paul Marquess)
56679      Branch: perl
56680            ! pp_ctl.c t/pragma/warn/9enabled
56681 ____________________________________________________________________________
56682 [  6131] By: gsar                                  on 2000/05/28  07:57:47
56683         Log: avoid warnings in POSIX.pm (from Barrie Slaymaker)
56684      Branch: perl
56685            ! ext/POSIX/POSIX.pm
56686 ____________________________________________________________________________
56687 [  6130] By: gsar                                  on 2000/05/28  07:29:12
56688         Log: fix places that mean C<"word" character> but say C<alphanumeric
56689              character>
56690      Branch: perl
56691            ! pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
56692 ____________________________________________________________________________
56693 [  6129] By: gsar                                  on 2000/05/28  07:18:41
56694         Log: VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
56695      Branch: perl
56696            ! vms/test.com
56697 ____________________________________________________________________________
56698 [  6128] By: gsar                                  on 2000/05/28  07:12:55
56699         Log: new perlxstut example for passing/returning refs to arrays
56700              (from David Lowe <dlowe@pootpoot.com>)
56701      Branch: perl
56702            ! pod/perlxstut.pod
56703 ____________________________________________________________________________
56704 [  6127] By: gsar                                  on 2000/05/28  07:02:50
56705         Log: call_method(...,G_EVAL) can longjmp() out if the method probing
56706              failed (from Gisle Aas)
56707      Branch: perl
56708            ! cop.h perl.c
56709 ____________________________________________________________________________
56710 [  6126] By: gsar                                  on 2000/05/28  06:39:53
56711         Log: change#2879 broke rvalue autovivification of magicals such as ${$num}
56712              (reworked variant of patch suggested by Simon Cozens)
56713      Branch: perl
56714            ! embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
56715            ! pp_hot.c proto.h t/op/gv.t
56716 ____________________________________________________________________________
56717 [  6125] By: gsar                                  on 2000/05/28  05:14:55
56718         Log: enable propagating exception objects via Perl_croak() in XS code
56719              (from Gisle Aas)
56720      Branch: perl
56721            ! util.c
56722 ____________________________________________________________________________
56723 [  6124] By: gsar                                  on 2000/05/28  05:07:28
56724         Log: integrate vmsperl contents into mainline
56725      Branch: perl
56726           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
56727           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
56728           !> vms/vmsish.h
56729 ____________________________________________________________________________
56730 [  6123] By: gsar                                  on 2000/05/28  05:03:53
56731         Log: clarify gotcha with #line directives (from Rocco Caputo
56732              <troc@netrus.net>)
56733      Branch: perl
56734            ! pod/perldebug.pod pod/perlsyn.pod
56735 ____________________________________________________________________________
56736 [  6122] By: gsar                                  on 2000/05/28  04:58:29
56737         Log: downgrade fatal error on C<"foo@nosucharray.com"> to optional warning
56738              (from Mark-Jason Dominus)
56739      Branch: perl
56740            ! lib/ExtUtils/typemap pod/perl56delta.pod pod/perlsub.pod
56741            ! pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
56742            ! t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
56743            ! toke.c
56744 ____________________________________________________________________________
56745 [  6121] By: bailey                                on 2000/05/25  04:46:54
56746         Log: Allow eliminate_macros() and fixpath() to handle space-delimited
56747              lists (based on fixes by Craig Berry)
56748      Branch: vmsperl
56749            ! lib/File/Spec/VMS.pm
56750 ____________________________________________________________________________
56751 [  6120] By: bailey                                on 2000/05/25  04:25:38
56752         Log: Add missing escape (Charles Lane)
56753      Branch: vmsperl
56754            ! t/op/lex_assign.t
56755 ____________________________________________________________________________
56756 [  6119] By: bailey                                on 2000/05/25  04:21:25
56757         Log: Quiet error messages in vmsish.t (Charles Lane)
56758      Branch: vmsperl
56759            ! vms/ext/vmsish.t
56760 ____________________________________________________________________________
56761 [  6118] By: bailey                                on 2000/05/25  04:17:57
56762         Log: Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
56763              Flatten case labels in switch statements uniformly (Charles Bailey)
56764      Branch: vmsperl
56765            ! vms/vms.c
56766 ____________________________________________________________________________
56767 [  6117] By: bailey                                on 2000/05/25  03:58:09
56768         Log: Treat sockets as special in sys(read|write) (Charles Lane et al.)
56769      Branch: vmsperl
56770            ! vms/vmsish.h
56771 ____________________________________________________________________________
56772 [  6116] By: bailey                                on 2000/05/25  03:11:15
56773         Log: Miscellaneous cosmetic fixes (Charles Lane)
56774      Branch: vmsperl
56775            ! lib/ExtUtils/MM_VMS.pm
56776 ____________________________________________________________________________
56777 [  6115] By: bailey                                on 2000/05/25  03:10:36
56778         Log: Add bounds checking for several strings (Charles Lane)
56779      Branch: vmsperl
56780            ! vms/vms.c
56781 ____________________________________________________________________________
56782 [  6114] By: bailey                                on 2000/05/25  02:25:34
56783         Log: Urk -- undo previous removal of vmsish 'exit' change
56784      Branch: vmsperl
56785            ! vms/ext/vmsish.pm vms/vmsish.h
56786 ____________________________________________________________________________
56787 [  6113] By: bailey                                on 2000/05/24  02:24:40
56788         Log: Ugly workaround for version-specific RTL error
56789      Branch: vmsperl
56790            ! vms/vms.c
56791 ____________________________________________________________________________
56792 [  6112] By: bailey                                on 2000/05/24  02:19:55
56793         Log: Check for existence of file before trying to delete
56794      Branch: vmsperl
56795            ! vms/test.com
56796 ____________________________________________________________________________
56797 [  6111] By: bailey                                on 2000/05/23  23:35:13
56798         Log: Resync with mainline prior to post-5.6.0 updates
56799      Branch: vmsperl
56800           +> (branch 49 files)
56801            - t/lib/thread.t t/op/64bit.t t/op/nothread.t
56802            ! vms/ext/vmsish.pm
56803           !> (integrate 334 files)
56804 ____________________________________________________________________________
56805 [  6110] By: jhi                                   on 2000/05/23  19:28:32
56806         Log: todo tweak
56807      Branch: cfgperl
56808            ! Todo-5.6
56809 ____________________________________________________________________________
56810 [  6109] By: jhi                                   on 2000/05/18  17:38:54
56811         Log: Integrate with Sarathy.
56812      Branch: cfgperl
56813           !> mg.c perl.h win32/perlhost.h
56814 ____________________________________________________________________________
56815 [  6108] By: gsar                                  on 2000/05/17  02:24:56
56816         Log: reenable fake signal handling on Windows, bugs and all
56817      Branch: perl
56818            ! mg.c perl.h win32/perlhost.h
56819 ____________________________________________________________________________
56820 [  6107] By: jhi                                   on 2000/05/15  18:01:41
56821         Log: Tweak the todo list.
56822      Branch: cfgperl
56823            ! Todo-5.6
56824 ____________________________________________________________________________
56825 [  6106] By: jhi                                   on 2000/05/15  13:41:48
56826         Log: The (Configure) script refuses to go on, after asking for
56827              'You may also choose to try maximal 64-bitness....'.
56828              If answer is yes the script can't find the 'workshoplibpth.cbu' file.
56829              -- Patrick Zima
56830              p5p Message-Id: <200005151108.NAA19733@pc026991.otn.lm.dasa.de> 
56831      Branch: cfgperl
56832            ! hints/solaris_2.sh
56833 ____________________________________________________________________________
56834 [  6105] By: jhi                                   on 2000/05/11  14:37:43
56835         Log: Integrate with Sarathy.
56836      Branch: cfgperl
56837           !> embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
56838           !> perlapi.c pod/perlapi.pod proto.h win32/win32.c
56839 ____________________________________________________________________________
56840 [  6104] By: gsar                                  on 2000/05/11  03:39:07
56841         Log: PL_sys_intern was being initialized too late on windows
56842      Branch: perl
56843            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
56844            ! perlapi.c pod/perlapi.pod proto.h win32/win32.c
56845 ____________________________________________________________________________
56846 [  6103] By: jhi                                   on 2000/05/09  19:42:20
56847         Log: Test tweaking for Unicos continues.
56848      Branch: cfgperl
56849            ! t/op/64bitint.t
56850 ____________________________________________________________________________
56851 [  6102] By: jhi                                   on 2000/05/09  16:47:27
56852         Log: The test suite tweak in #6101 wasn't quite right.
56853      Branch: cfgperl
56854            ! t/lib/complex.t
56855 ____________________________________________________________________________
56856 [  6101] By: jhi                                   on 2000/05/09  15:35:34
56857         Log: Hints and test tweaks for Unicos.
56858      Branch: cfgperl
56859            ! hints/unicos.sh t/lib/b.t t/lib/complex.t t/op/64bitint.t
56860 ____________________________________________________________________________
56861 [  6100] By: jhi                                   on 2000/05/08  21:15:06
56862         Log: More compilation tweakery from Allen Smith.
56863      Branch: cfgperl
56864            ! hints/irix_6.sh
56865 ____________________________________________________________________________
56866 [  6099] By: jhi                                   on 2000/05/08  19:21:18
56867         Log: Tweaks for the cc bugs from Allen Smith.
56868      Branch: cfgperl
56869            ! hints/irix_6.sh
56870 ____________________________________________________________________________
56871 [  6098] By: jhi                                   on 2000/05/08  19:13:37
56872         Log: Add a note about other, yet unsupported, shadow password APIs.
56873      Branch: cfgperl
56874            ! pp_sys.c
56875 ____________________________________________________________________________
56876 [  6097] By: jhi                                   on 2000/05/08  18:46:34
56877         Log: Add a note about possible compilation problems from Allen Smith.
56878      Branch: cfgperl
56879            ! hints/irix_6.sh
56880 ____________________________________________________________________________
56881 [  6096] By: jhi                                   on 2000/05/08  17:33:10
56882         Log: Integrate with Sarathy.
56883      Branch: cfgperl
56884           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
56885           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
56886 ____________________________________________________________________________
56887 [  6095] By: jhi                                   on 2000/05/08  16:21:33
56888         Log: Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
56889              might be useful in future.
56890      Branch: cfgperl
56891            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
56892            ! config_h.SH
56893      Branch: metaconfig
56894            ! U/installdirs/inc_version_list.U
56895      Branch: metaconfig/U/perl
56896            ! perlxv.U
56897 ____________________________________________________________________________
56898 [  6094] By: gsar                                  on 2000/05/08  14:22:22
56899         Log: cygwin update (from Eric Fifer <efifer@sanwaint.com>)
56900      Branch: perl
56901            ! README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
56902            ! hints/cygwin.sh pp_sys.c
56903 ____________________________________________________________________________
56904 [  6093] By: gsar                                  on 2000/05/08  12:52:28
56905         Log: fork() failure to create pseudo process sets errno=EAGAIN and returns
56906              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
56907      Branch: perl
56908            ! pp_sys.c sv.c win32/perlhost.h
56909 ____________________________________________________________________________
56910 [  6092] By: jhi                                   on 2000/05/07  22:40:34
56911         Log: Regen perltoc with the fixed buildtoc.
56912      Branch: cfgperl
56913            ! pod/perltoc.pod
56914 ____________________________________________________________________________
56915 [  6091] By: jhi                                   on 2000/05/07  22:24:16
56916         Log: Integrate with Sarathy.
56917      Branch: cfgperl
56918           !> perl.c pod/buildtoc pp.c pp_hot.c sv.c t/op/quotemeta.t
56919           !> t/op/substr.t toke.c
56920 ____________________________________________________________________________
56921 [  6090] By: gsar                                  on 2000/05/07  19:47:07
56922         Log: concat doesn't preserve utf8-ness, and doesn't invalidate
56923              [NI]OK; added tests for both
56924      Branch: perl
56925            ! perl.c pp_hot.c sv.c t/op/substr.t
56926 ____________________________________________________________________________
56927 [  6089] By: gsar                                  on 2000/05/07  18:18:38
56928         Log: buildtoc tweak to fix newline lossage
56929      Branch: perl
56930            ! pod/buildtoc
56931 ____________________________________________________________________________
56932 [  6088] By: jhi                                   on 2000/05/07  16:35:36
56933         Log: Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
56934              because we do not use those.  The HAS_GETSPNAM remains,
56935              though, because we still do use that.
56936      Branch: cfgperl
56937            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
56938            ! config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
56939            ! pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
56940            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
56941            ! win32/config.vc win32/config_H.bc win32/config_H.gc
56942            ! win32/config_H.vc win32/config_h.PL win32/config_sh.PL
56943 ____________________________________________________________________________
56944 [  6087] By: gsar                                  on 2000/05/07  16:05:16
56945         Log: reverse() and quotemeta() weren't preserving utf8-ness; add tests
56946      Branch: perl
56947            ! pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
56948 ____________________________________________________________________________
56949 [  6086] By: jhi                                   on 2000/05/07  15:27:07
56950         Log: Integrate with Sarathy.
56951      Branch: cfgperl
56952           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
56953           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
56954           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
56955           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
56956           !> pod/perltie.pod pp.c t/lib/peek.t t/op/substr.t
56957           !> utils/perlbug.PL vms/vms.c vms/vmsish.h
56958 ____________________________________________________________________________
56959 [  6085] By: gsar                                  on 2000/05/07  05:52:02
56960         Log: repeat operator (x) doesn't preserve utf8-ness
56961      Branch: perl
56962            ! pp.c t/op/substr.t
56963 ____________________________________________________________________________
56964 [  6084] By: gsar                                  on 2000/05/07  05:39:55
56965         Log: substr() does not preserve utf8-ness (from Stefan Eissing
56966              <Eissing@medicaldataservice.de>); added tests
56967      Branch: perl
56968            ! pp.c t/op/substr.t
56969 ____________________________________________________________________________
56970 [  6083] By: gsar                                  on 2000/05/07  05:24:46
56971         Log: note about undocumented caller() return value (from M.J.T. Guy);
56972              yet another peek.t tweak
56973      Branch: perl
56974            ! pod/perlfunc.pod t/lib/peek.t
56975 ____________________________________________________________________________
56976 [  6082] By: gsar                                  on 2000/05/07  05:08:40
56977         Log: peek.t non-portable to ithreads
56978      Branch: perl
56979            ! t/lib/peek.t
56980 ____________________________________________________________________________
56981 [  6081] By: gsar                                  on 2000/05/07  04:17:04
56982         Log: better default perlbug categories for ok reports (from Richard Foley)
56983      Branch: perl
56984            ! utils/perlbug.PL
56985 ____________________________________________________________________________
56986 [  6080] By: gsar                                  on 2000/05/07  04:08:07
56987         Log: add File::Temp v0.08 from CPAN, with small tweaks to testsuite
56988              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
56989      Branch: perl
56990            + lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
56991            + t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
56992            ! AUTHORS MAINTAIN MANIFEST
56993 ____________________________________________________________________________
56994 [  6079] By: gsar                                  on 2000/05/07  04:01:38
56995         Log: remove outdated kludge in Carp (NULLs are permitted in diagnostics now)
56996      Branch: perl
56997            ! lib/Carp/Heavy.pm
56998 ____________________________________________________________________________
56999 [  6078] By: gsar                                  on 2000/05/07  01:24:19
57000         Log: workaround for CRT bug in chdir() (from Charles Lane, via
57001              Peter Prymmer)
57002      Branch: perl
57003            ! iperlsys.h vms/vms.c vms/vmsish.h
57004 ____________________________________________________________________________
57005 [  6077] By: gsar                                  on 2000/05/07  01:22:23
57006         Log: avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
57007              and Tom Phoenix)
57008      Branch: perl
57009            ! lib/diagnostics.pm pod/perlrun.pod pod/perltie.pod
57010 ____________________________________________________________________________
57011 [  6076] By: gsar                                  on 2000/05/06  17:36:29
57012         Log: integrate cfgperl contents into mainline
57013      Branch: perl
57014           +> t/lib/peek.t
57015           !> Configure MANIFEST Porting/Glossary Porting/config.sh
57016           !> Porting/config_H config_h.SH ext/POSIX/POSIX.xs
57017           !> hints/unicos.sh lib/Math/Complex.pm pp_sys.c sv.c
57018           !> t/lib/complex.t t/op/grent.t t/op/pwent.t toke.c util.c
57019 ____________________________________________________________________________
57020 [  6075] By: jhi                                   on 2000/05/05  18:56:10
57021         Log: Make the test more portable.
57022      Branch: cfgperl
57023            ! t/lib/peek.t
57024 ____________________________________________________________________________
57025 [  6074] By: jhi                                   on 2000/05/05  18:49:20
57026         Log: Introduce t/lib/peek.t.
57027      Branch: cfgperl
57028            + t/lib/peek.t
57029            ! MANIFEST
57030 ____________________________________________________________________________
57031 [  6073] By: jhi                                   on 2000/05/05  14:30:45
57032         Log: Complex tweaks.
57033      Branch: cfgperl
57034            ! lib/Math/Complex.pm t/lib/complex.t
57035 ____________________________________________________________________________
57036 [  6072] By: jhi                                   on 2000/05/05  12:27:13
57037         Log: Integrate with Sarathy.
57038      Branch: cfgperl
57039           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
57040           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
57041           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
57042           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
57043 ____________________________________________________________________________
57044 [  6071] By: gsar                                  on 2000/05/05  02:24:46
57045         Log: misformatted perllocal.pod (from Tim Jenness
57046              <t.jenness@jach.hawaii.edu>)
57047      Branch: perl
57048            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
57049 ____________________________________________________________________________
57050 [  6070] By: gsar                                  on 2000/05/05  02:16:52
57051         Log: remove misleading comment (from M.J.T. Guy)
57052      Branch: perl
57053            ! t/lib/anydbm.t
57054 ____________________________________________________________________________
57055 [  6069] By: gsar                                  on 2000/05/05  02:15:13
57056         Log: File::Spec compatibility update (from Barrie Slaymaker
57057              <barries@slaysys.com>)
57058      Branch: perl
57059            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
57060            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
57061 ____________________________________________________________________________
57062 [  6068] By: gsar                                  on 2000/05/05  02:01:50
57063         Log: note about values()
57064      Branch: perl
57065            ! pod/perlfunc.pod
57066 ____________________________________________________________________________
57067 [  6067] By: gsar                                  on 2000/05/05  01:33:09
57068         Log: replace direct call to sighandler() with (*PL_sighandlerp)()
57069      Branch: perl
57070            ! win32/win32.c
57071 ____________________________________________________________________________
57072 [  6066] By: gsar                                  on 2000/05/05  01:23:43
57073         Log: s/END/CHECK/
57074      Branch: perl
57075            ! perl.c
57076 ____________________________________________________________________________
57077 [  6065] By: jhi                                   on 2000/05/04  17:30:22
57078         Log: Integrate with Sarathy.
57079      Branch: cfgperl
57080           !> pp_sys.c sv.c t/pragma/utf8.t toke.c
57081 ____________________________________________________________________________
57082 [  6064] By: gsar                                  on 2000/05/04  17:26:14
57083         Log: change#5905 wasn't quite right--it's intent only applies when arguments
57084              to sv_vcatpvfn() are SVs instead of C types; back out change#5907 as well
57085      Branch: perl
57086            ! pp_sys.c sv.c
57087 ____________________________________________________________________________
57088 [  6063] By: gsar                                  on 2000/05/04  16:52:29
57089         Log: tokeq() could read unallocated field in argument
57090      Branch: perl
57091            ! toke.c
57092 ____________________________________________________________________________
57093 [  6062] By: gsar                                  on 2000/05/04  16:34:51
57094         Log: additional tests for utf8.t
57095      Branch: perl
57096            ! t/pragma/utf8.t
57097 ____________________________________________________________________________
57098 [  6061] By: gsar                                  on 2000/05/04  16:09:28
57099         Log: change#5921 neglected to make eq honor "use bytes"
57100      Branch: perl
57101            ! sv.c
57102 ____________________________________________________________________________
57103 [  6060] By: jhi                                   on 2000/05/04  15:30:16
57104         Log: Integrate with Sarathy.
57105      Branch: cfgperl
57106           !> perl.c regcomp.c t/pragma/utf8.t
57107 ____________________________________________________________________________
57108 [  6059] By: jhi                                   on 2000/05/04  15:26:37
57109         Log: The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
57110              in natively 64-bit platforms where a long is a quad (no need
57111              for long longs).  Also added bias for IVs.
57112      Branch: cfgperl
57113            ! toke.c
57114 ____________________________________________________________________________
57115 [  6058] By: gsar                                  on 2000/05/04  00:19:14
57116         Log: printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
57117              (spotted by Donald Kinzer <dkinzer@premia.com>)
57118      Branch: perl
57119            ! perl.c
57120 ____________________________________________________________________________
57121 [  6057] By: gsar                                  on 2000/05/03  18:34:01
57122         Log: fix broken parsing of /\x{ab}/
57123      Branch: perl
57124            ! regcomp.c t/pragma/utf8.t
57125 ____________________________________________________________________________
57126 [  6056] By: jhi                                   on 2000/05/03  17:57:16
57127         Log: The search of infinity continues, this time simplified.
57128      Branch: cfgperl
57129            ! lib/Math/Complex.pm
57130 ____________________________________________________________________________
57131 [  6055] By: jhi                                   on 2000/05/03  17:45:30
57132         Log: Detypo.
57133      Branch: cfgperl
57134            ! hints/unicos.sh
57135 ____________________________________________________________________________
57136 [  6054] By: jhi                                   on 2000/05/02  22:28:27
57137         Log: Be more forgiving in POSIX about HUGE_VALL.
57138      Branch: cfgperl
57139            ! ext/POSIX/POSIX.xs
57140 ____________________________________________________________________________
57141 [  6053] By: jhi                                   on 2000/05/02  22:25:05
57142         Log: Integrate with Sarathy.
57143      Branch: cfgperl
57144           !> hints/irix_6.sh pod/perlop.pod
57145 ____________________________________________________________________________
57146 [  6052] By: jhi                                   on 2000/05/02  22:24:31
57147         Log: Unicos hint tweak.
57148      Branch: cfgperl
57149            ! hints/unicos.sh
57150 ____________________________________________________________________________
57151 [  6051] By: jhi                                   on 2000/05/02  22:21:26
57152         Log: Complex tweakery.
57153      Branch: cfgperl
57154            ! lib/Math/Complex.pm t/lib/complex.t
57155 ____________________________________________________________________________
57156 [  6050] By: jhi                                   on 2000/05/02  19:26:22
57157         Log: Use setxxent()/endxxent().
57158      Branch: cfgperl
57159            ! t/op/grent.t t/op/pwent.t
57160 ____________________________________________________________________________
57161 [  6049] By: jhi                                   on 2000/05/02  19:06:02
57162         Log: Test both the scalar and list contexts.
57163      Branch: cfgperl
57164            ! t/op/grent.t t/op/pwent.t
57165 ____________________________________________________________________________
57166 [  6048] By: gsar                                  on 2000/05/02  18:29:10
57167         Log: add note about how $( doesn't interpolate in REs (from
57168              Philip Newton <newton@ficus.frogspace.net>)
57169      Branch: perl
57170            ! pod/perlop.pod
57171 ____________________________________________________________________________
57172 [  6047] By: jhi                                   on 2000/05/02  17:41:24
57173         Log: Call getspnam() only iff needd.
57174      Branch: cfgperl
57175            ! pp_sys.c
57176 ____________________________________________________________________________
57177 [  6046] By: gsar                                  on 2000/05/02  17:07:25
57178         Log: libscheck has insufficient checks for n32 libs (from
57179              Albert Chin-A-Young <china@thewrittenword.com>)
57180      Branch: perl
57181            ! hints/irix_6.sh
57182 ____________________________________________________________________________
57183 [  6045] By: jhi                                   on 2000/05/02  13:57:17
57184         Log: Integrate with Sarathy.
57185      Branch: cfgperl
57186           !> MANIFEST Porting/makerel perl.c pod/perlretut.pod
57187           !> pod/perltrap.pod pp.c regcomp.c t/op/oct.t toke.c util.c
57188 ____________________________________________________________________________
57189 [  6044] By: gsar                                  on 2000/05/02  06:48:19
57190         Log: change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
57191              such that underscores are only ignored in literal numbers,
57192              "\x{...}", and hex/oct argument
57193      Branch: perl
57194            ! perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
57195 ____________________________________________________________________________
57196 [  6043] By: gsar                                  on 2000/05/02  02:22:29
57197         Log: perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
57198      Branch: perl
57199            ! pod/perlretut.pod
57200 ____________________________________________________________________________
57201 [  6042] By: gsar                                  on 2000/05/02  02:17:51
57202         Log: remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
57203      Branch: perl
57204            ! pod/perltrap.pod
57205 ____________________________________________________________________________
57206 [  6041] By: gsar                                  on 2000/05/02  01:53:51
57207         Log: cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
57208              to compensate
57209      Branch: perl
57210            ! Porting/makerel
57211 ____________________________________________________________________________
57212 [  6040] By: gsar                                  on 2000/05/02  01:51:57
57213         Log: missing files in MANIFEST
57214      Branch: perl
57215            ! MANIFEST
57216 ____________________________________________________________________________
57217 [  6039] By: jhi                                   on 2000/05/02  00:36:46
57218         Log: Infinite problems.
57219      Branch: cfgperl
57220            ! lib/Math/Complex.pm
57221 ____________________________________________________________________________
57222 [  6038] By: jhi                                   on 2000/05/02  00:06:38
57223         Log: pwent/spent #ifdef imbalance.
57224      Branch: cfgperl
57225            ! pp_sys.c
57226 ____________________________________________________________________________
57227 [  6037] By: jhi                                   on 2000/05/01  22:50:11
57228         Log: Use HUGE_VALL if applicable.
57229      Branch: cfgperl
57230            ! ext/POSIX/POSIX.xs util.c
57231 ____________________________________________________________________________
57232 [  6036] By: jhi                                   on 2000/05/01  22:20:53
57233         Log: Correct Freudian slip.
57234      Branch: cfgperl
57235            ! pp_sys.c
57236 ____________________________________________________________________________
57237 [  6035] By: jhi                                   on 2000/05/01  21:07:38
57238         Log: Continue on the pwent/spent case.
57239      Branch: cfgperl
57240            ! pp_sys.c
57241 ____________________________________________________________________________
57242 [  6034] By: jhi                                   on 2000/05/01  17:45:14
57243         Log: Integrate with Sarathy; unfortunately Sarathy's whitespace
57244              adjustments in 6032 conflicted badly with this, will have
57245              to revisit them later.
57246      Branch: cfgperl
57247           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
57248           !> MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
57249           !> lib/CGI/Pretty.pm lib/CGI/Push.pm lib/English.pm
57250           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/diagnostics.pm
57251           !> pod/perldiag.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
57252           !> t/lib/cgi-html.t t/lib/cgi-request.t
57253 ____________________________________________________________________________
57254 [  6033] By: jhi                                   on 2000/05/01  17:40:49
57255         Log: Rewrite the pwent/spent logic to be a little bit more clearer.
57256      Branch: cfgperl
57257            ! pp_sys.c
57258 ____________________________________________________________________________
57259 [  6032] By: gsar                                  on 2000/05/01  15:56:32
57260         Log: whitespace adjustments
57261      Branch: perl
57262            ! pp_sys.c
57263 ____________________________________________________________________________
57264 [  6031] By: gsar                                  on 2000/05/01  15:19:41
57265         Log: small nits in diagnostics.pm (from Robin Barker)
57266      Branch: perl
57267            ! lib/diagnostics.pm pod/perldiag.pod
57268 ____________________________________________________________________________
57269 [  6030] By: gsar                                  on 2000/05/01  08:39:18
57270         Log: introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
57271              for @- and @+ (from Johan Vromans)
57272      Branch: perl
57273            ! lib/English.pm pod/perlvar.pod
57274 ____________________________________________________________________________
57275 [  6029] By: gsar                                  on 2000/05/01  08:16:10
57276         Log: add CGI.pm v2.66 (from Lincoln Stein)
57277      Branch: perl
57278            + lib/CGI/Util.pm t/lib/cgi-pretty.t
57279            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
57280            ! lib/CGI/Pretty.pm lib/CGI/Push.pm t/lib/cgi-function.t
57281            ! t/lib/cgi-html.t t/lib/cgi-request.t
57282 ____________________________________________________________________________
57283 [  6028] By: gsar                                  on 2000/05/01  06:34:41
57284         Log: Pod::Man generates groff-incompatible macro definition (from
57285              Tom Christiansen)
57286      Branch: perl
57287            ! lib/Pod/Man.pm
57288 ____________________________________________________________________________
57289 [  6027] By: gsar                                  on 2000/05/01  06:31:36
57290         Log: podlators-1.02 update (from Russ Allbery)
57291      Branch: perl
57292            ! lib/Pod/Man.pm lib/Pod/Text.pm
57293 ____________________________________________________________________________
57294 [  6026] By: jhi                                   on 2000/04/30  23:24:23
57295         Log: Integrate with Sarathy.
57296      Branch: cfgperl
57297           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
57298           !> ext/Sys/Syslog/Syslog.xs lib/perl5db.pl
57299           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
57300           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
57301           !> pod/perl56delta.pod sv.c t/lib/b.t t/lib/open3.t
57302           !> t/lib/syslog.t toke.c win32/win32.h
57303 ____________________________________________________________________________
57304 [  6025] By: gsar                                  on 2000/04/30  18:17:47
57305         Log: Is{Alnum,Alpha,Word} don't match titlecase
57306              
57307              TODO: IsSpace is defined recursively!
57308              
57309              (both spotted by Larry)
57310      Branch: perl
57311            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
57312            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
57313 ____________________________________________________________________________
57314 [  6024] By: gsar                                  on 2000/04/30  17:50:19
57315         Log: extend "Unrecognized escape" warning to \8, \9, and \_ as well
57316              (from Hugo van der Sanden)
57317      Branch: perl
57318            ! toke.c
57319 ____________________________________________________________________________
57320 [  6023] By: gsar                                  on 2000/04/30  17:14:43
57321         Log: debugger stomps on $. (from M.J.T. Guy)
57322      Branch: perl
57323            ! lib/perl5db.pl
57324 ____________________________________________________________________________
57325 [  6022] By: gsar                                  on 2000/04/30  16:59:22
57326         Log: unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
57327      Branch: perl
57328            ! sv.c
57329 ____________________________________________________________________________
57330 [  6021] By: gsar                                  on 2000/04/29  21:00:08
57331         Log: remove Win2K issue in pod (fixed by change#6020)
57332      Branch: perl
57333            ! README.win32 pod/perl56delta.pod
57334 ____________________________________________________________________________
57335 [  6020] By: gsar                                  on 2000/04/29  20:51:49
57336         Log: test tweak
57337      Branch: perl
57338            ! t/lib/open3.t
57339 ____________________________________________________________________________
57340 [  6019] By: gsar                                  on 2000/04/29  20:34:27
57341         Log: windows portability tweaks
57342      Branch: perl
57343            ! t/lib/b.t win32/win32.h
57344 ____________________________________________________________________________
57345 [  6018] By: gsar                                  on 2000/04/29  19:55:24
57346         Log: make lib/syslog.t portable to systems that don't have _PATH_LOG,
57347              make _PATH_LOG() return "" if unavailable
57348      Branch: perl
57349            ! ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
57350            ! ext/Sys/Syslog/Syslog.xs t/lib/syslog.t
57351 ____________________________________________________________________________
57352 [  6017] By: jhi                                   on 2000/04/28  22:49:46
57353         Log: Integrate with Sarathy.
57354      Branch: cfgperl
57355           !> op.c perl.c pod/perldiag.pod t/lib/b.t
57356 ____________________________________________________________________________
57357 [  6016] By: jhi                                   on 2000/04/28  22:46:14
57358         Log: Do not warn that an infinity does not look like a number.
57359      Branch: cfgperl
57360            ! sv.c
57361 ____________________________________________________________________________
57362 [  6015] By: gsar                                  on 2000/04/28  22:35:49
57363         Log: tweak test for portability
57364      Branch: perl
57365            ! t/lib/b.t
57366 ____________________________________________________________________________
57367 [  6014] By: gsar                                  on 2000/04/28  22:05:31
57368         Log: glob() loading File::Glob behind the scenes may cause syntax errors
57369      Branch: perl
57370            ! op.c
57371 ____________________________________________________________________________
57372 [  6013] By: gsar                                  on 2000/04/28  21:25:22
57373         Log: tweak change#5945 to display correct switch name in diagnostic
57374      Branch: perl
57375            ! perl.c pod/perldiag.pod
57376 ____________________________________________________________________________
57377 [  6012] By: jhi                                   on 2000/04/28  21:08:12
57378         Log: Integrate with Sarathy.
57379      Branch: cfgperl
57380           !> Changes ext/IO/lib/IO/Poll.pm installperl pod/perl56delta.pod
57381           !> pod/perldelta.pod pod/perlfunc.pod pod/perlmod.pod
57382           !> t/lib/io_poll.t utils/perldoc.PL vms/subconfigure.com
57383 ____________________________________________________________________________
57384 [  6011] By: jhi                                   on 2000/04/28  21:04:46
57385         Log: &HUGE_VAL is not defined, it exists.
57386      Branch: cfgperl
57387            ! lib/Math/Complex.pm
57388 ____________________________________________________________________________
57389 [  6010] By: gsar                                  on 2000/04/28  21:02:58
57390         Log: clarify note about shadow password support (from
57391              gellyfish@gellyfish.com)
57392      Branch: perl
57393            ! pod/perlfunc.pod
57394 ____________________________________________________________________________
57395 [  6009] By: gsar                                  on 2000/04/28  21:00:00
57396         Log: IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
57397      Branch: perl
57398            ! ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
57399 ____________________________________________________________________________
57400 [  6008] By: gsar                                  on 2000/04/28  20:56:33
57401         Log: VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
57402      Branch: perl
57403            ! installperl vms/subconfigure.com
57404 ____________________________________________________________________________
57405 [  6007] By: gsar                                  on 2000/04/28  20:51:21
57406         Log: note about compile failures and END blocks (from M.J.T. Guy)
57407      Branch: perl
57408            ! pod/perl56delta.pod pod/perlmod.pod
57409 ____________________________________________________________________________
57410 [  6006] By: jhi                                   on 2000/04/28  20:42:14
57411         Log: Regen Configure.
57412      Branch: cfgperl
57413            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
57414            ! config_h.SH
57415 ____________________________________________________________________________
57416 [  6005] By: gsar                                  on 2000/04/28  20:41:16
57417         Log: perldoc might fail via "use blib" (from Hugo van der Sanden)
57418      Branch: perl
57419            ! utils/perldoc.PL
57420 ____________________________________________________________________________
57421 [  6004] By: jhi                                   on 2000/04/28  20:28:21
57422         Log: Integrate with Sarathy.
57423      Branch: cfgperl
57424           !> Configure INSTALL Porting/Glossary Porting/config.sh
57425           !> Porting/config_H config_h.SH epoc/config.sh perl.c sv.c
57426           !> t/pragma/warn/toke toke.c vms/subconfigure.com vos/config.def
57427           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
57428           !> win32/config.vc win32/win32.c
57429 ____________________________________________________________________________
57430 [  6003] By: gsar                                  on 2000/04/28  20:11:20
57431         Log: allow REG_EXPAND_SZ keys in Windows registry (from
57432              John Clayton <John.Clayton@barclayscapital.com>)
57433      Branch: perl
57434            ! win32/win32.c
57435 ____________________________________________________________________________
57436 [  6002] By: gsar                                  on 2000/04/28  19:34:16
57437         Log: destructive sv_setsv() can lose UV-ness from source, causing
57438              numeric promotions/comparisons to fail to do the right thing
57439      Branch: perl
57440            ! sv.c
57441 ____________________________________________________________________________
57442 [  6001] By: gsar                                  on 2000/04/28  18:44:15
57443         Log: support additional library locations via $Config{otherlibdirs}
57444              (from Andy Dougherty)
57445      Branch: perl
57446            ! Configure INSTALL Porting/Glossary Porting/config.sh
57447            ! Porting/config_H config_h.SH epoc/config.sh perl.c
57448            ! vms/subconfigure.com vos/config.def vos/config_h.SH_orig
57449            ! win32/config.bc win32/config.gc win32/config.vc
57450 ____________________________________________________________________________
57451 [  6000] By: gsar                                  on 2000/04/28  18:26:58
57452         Log: reworked otherlibdirs.U (from Andy Dougherty)
57453      Branch: metaconfig
57454            ! U/installdirs/otherlibdirs.U
57455 ____________________________________________________________________________
57456 [  5999] By: gsar                                  on 2000/04/28  18:17:07
57457         Log: fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
57458      Branch: perl
57459            ! t/pragma/warn/toke toke.c
57460 ____________________________________________________________________________
57461 [  5998] By: jhi                                   on 2000/04/28  13:32:17
57462         Log: Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
57463      Branch: cfgperl
57464            ! lib/Math/Complex.pm
57465 ____________________________________________________________________________
57466 [  5997] By: jhi                                   on 2000/04/28  13:14:04
57467         Log: Preserve $!.
57468      Branch: cfgperl
57469            ! lib/Math/Complex.pm
57470 ____________________________________________________________________________
57471 [  5996] By: jhi                                   on 2000/04/28  12:59:23
57472         Log: Integrate with Sarathy.
57473      Branch: cfgperl
57474           +> pod/perlrequick.pod pod/perlretut.pod
57475           !> (integrate 51 files)
57476 ____________________________________________________________________________
57477 [  5995] By: gsar                                  on 2000/04/28  09:37:36
57478         Log: fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
57479      Branch: perl
57480            ! mg.c t/pragma/warn/7fatal warnings.h warnings.pl
57481 ____________________________________________________________________________
57482 [  5994] By: gsar                                  on 2000/04/28  09:33:26
57483         Log: fix for missed accounting for null byte in pack("Z",...) (from
57484              M.J.T. Guy)
57485      Branch: perl
57486            ! pp.c t/op/pack.t
57487 ____________________________________________________________________________
57488 [  5993] By: gsar                                  on 2000/04/28  09:30:05
57489         Log: various minor tweaks seen on p5p
57490      Branch: perl
57491            ! lib/perl5db.pl pod/perlipc.pod pod/perlvar.pod
57492 ____________________________________________________________________________
57493 [  5992] By: gsar                                  on 2000/04/28  09:08:19
57494         Log: pod nit (from Simon Cozens)
57495      Branch: perl
57496            ! pod/perlop.pod
57497 ____________________________________________________________________________
57498 [  5991] By: gsar                                  on 2000/04/28  09:06:36
57499         Log: posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
57500      Branch: perl
57501            ! README.posix-bc hints/posix-bc.sh
57502 ____________________________________________________________________________
57503 [  5990] By: gsar                                  on 2000/04/28  08:54:52
57504         Log: use $ENV{LIB} to search for libs under Visual C compiler
57505              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
57506      Branch: perl
57507            ! lib/ExtUtils/Liblist.pm
57508 ____________________________________________________________________________
57509 [  5989] By: gsar                                  on 2000/04/28  08:27:12
57510         Log: qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
57511              itself and no other (from Tom Hughes)
57512      Branch: perl
57513            ! t/op/array.t toke.c
57514 ____________________________________________________________________________
57515 [  5988] By: gsar                                  on 2000/04/28  08:01:38
57516         Log: s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
57517              <paul@miraclefish.com>)
57518      Branch: perl
57519            ! lib/ExtUtils/MakeMaker.pm
57520 ____________________________________________________________________________
57521 [  5987] By: gsar                                  on 2000/04/28  07:53:09
57522         Log: B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
57523      Branch: perl
57524            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm
57525 ____________________________________________________________________________
57526 [  5986] By: gsar                                  on 2000/04/28  07:44:17
57527         Log: add regular expressions tutorial and quick-start guide (from
57528              Mark Kvale <kvale@phy.ucsf.edu>)
57529      Branch: perl
57530            + pod/perlrequick.pod pod/perlretut.pod
57531            ! AUTHORS MAINTAIN MANIFEST
57532 ____________________________________________________________________________
57533 [  5985] By: gsar                                  on 2000/04/28  07:30:28
57534         Log: forked child may not exit correctly if it failed to open
57535              /dev/console (from Graham Barr)
57536      Branch: perl
57537            ! ext/Sys/Syslog/Syslog.pm
57538 ____________________________________________________________________________
57539 [  5984] By: gsar                                  on 2000/04/28  07:27:20
57540         Log: attributes::reftype() doesn't work on tied argument
57541      Branch: perl
57542            ! xsutils.c
57543 ____________________________________________________________________________
57544 [  5983] By: gsar                                  on 2000/04/28  07:15:04
57545         Log: numeric conversion of non-number in change#3378 tramples on
57546              OOK offset, causing segfaults
57547      Branch: perl
57548            ! sv.c
57549 ____________________________________________________________________________
57550 [  5982] By: gsar                                  on 2000/04/28  04:48:25
57551         Log: avoid error in IO::Socket::INET when given an unknown service name
57552              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
57553      Branch: perl
57554            ! ext/IO/lib/IO/Socket/INET.pm
57555 ____________________________________________________________________________
57556 [  5981] By: gsar                                  on 2000/04/28  04:31:31
57557         Log: rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
57558              prototype mismatch with CORE::glob(); update pod and tests to
57559              suit (File::Glob::glob() is still available for backward
57560              compatibility, but should be considered deprecated)
57561      Branch: perl
57562            ! ext/File/Glob/Glob.pm t/lib/glob-basic.t t/lib/glob-case.t
57563            ! t/lib/glob-taint.t
57564 ____________________________________________________________________________
57565 [  5980] By: gsar                                  on 2000/04/28  03:47:29
57566         Log: allow Configure -S to run non-interactively (spotted by Greg Hudson
57567              <ghudson@mit.edu>)
57568      Branch: metaconfig
57569            ! U/modified/Options.U
57570      Branch: perl
57571            ! Configure
57572 ____________________________________________________________________________
57573 [  5979] By: gsar                                  on 2000/04/28  03:07:54
57574         Log: under useithreads, constant pad entries could inadvertantly be
57575              shared across threads (from Eric Blood <eblood@xmission.com>);
57576              added Eric's test case to testsuite
57577      Branch: perl
57578            ! op.c t/op/misc.t
57579 ____________________________________________________________________________
57580 [  5978] By: gsar                                  on 2000/04/27  21:13:00
57581         Log: sync version numbers in File::Spec with the ones on CPAN
57582              (from Barrie Slaymaker)
57583      Branch: perl
57584            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
57585            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
57586            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
57587 ____________________________________________________________________________
57588 [  5977] By: gsar                                  on 2000/04/27  21:07:29
57589         Log: autoquote barewords followed by newline and arrow properly
57590              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
57591      Branch: perl
57592            ! t/pragma/warn/toke toke.c
57593 ____________________________________________________________________________
57594 [  5976] By: gsar                                  on 2000/04/27  20:41:20
57595         Log: DB_File v1.73 update (from Paul Marquess)
57596      Branch: perl
57597            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
57598            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
57599 ____________________________________________________________________________
57600 [  5975] By: gsar                                  on 2000/04/27  20:34:24
57601         Log: allow sort() reentrancy (variant of patch suggested by
57602              Hugo van der Sanden)
57603      Branch: perl
57604            ! pp_ctl.c t/op/sort.t
57605 ____________________________________________________________________________
57606 [  5974] By: gsar                                  on 2000/04/27  19:46:57
57607         Log: change#4197 somehow missed initializing PL_errors, meaning
57608              sytax error queueing wasn't working outside eval"" at all;
57609              also fixed eval"" to localize PL_error_count, so that compile-time
57610              eval's don't clobber the error state of the outer context
57611      Branch: perl
57612            ! lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
57613            ! t/pragma/warn/toke
57614 ____________________________________________________________________________
57615 [  5973] By: gsar                                  on 2000/04/27  18:29:05
57616         Log: fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
57617      Branch: perl
57618            ! regcomp.c regexec.c t/op/re_tests
57619 ____________________________________________________________________________
57620 [  5972] By: jhi                                   on 2000/04/27  18:22:41
57621         Log: Integrate with Sarathy.
57622      Branch: cfgperl
57623           +> t/lib/b.t t/lib/syslog.t
57624           !> (integrate 31 files)
57625 ____________________________________________________________________________
57626 [  5971] By: jhi                                   on 2000/04/27  18:18:46
57627         Log: Unicos tweaks from Mark P. Lutz.
57628      Branch: cfgperl
57629            ! hints/unicos.sh lib/Math/Complex.pm
57630 ____________________________________________________________________________
57631 [  5970] By: gsar                                  on 2000/04/27  18:05:11
57632         Log: Data::Dumper fumbles negative numbers on 32-bit platforms where
57633              IV is >32bits
57634      Branch: perl
57635            ! ext/Data/Dumper/Dumper.xs t/lib/dumper.t
57636 ____________________________________________________________________________
57637 [  5969] By: gsar                                  on 2000/04/27  17:50:56
57638         Log: fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
57639      Branch: perl
57640            + t/lib/syslog.t
57641            ! MANIFEST ext/Sys/Syslog/Syslog.pm
57642 ____________________________________________________________________________
57643 [  5968] By: gsar                                  on 2000/04/27  17:44:49
57644         Log: tolerate spaces in group names in test on solaris (from David Boyce
57645              <dsb@boyski.com>)
57646      Branch: perl
57647            ! t/op/groups.t
57648 ____________________________________________________________________________
57649 [  5967] By: gsar                                  on 2000/04/27  17:41:22
57650         Log: improved docs on the warn_uninit diagnostic (from David Glasser
57651              and Simon Cozens)
57652      Branch: perl
57653            ! pod/perldiag.pod
57654 ____________________________________________________________________________
57655 [  5966] By: gsar                                  on 2000/04/27  16:54:58
57656         Log: add testsuite for B backends, fix bug in B::Deparse (from
57657              Simon Cozens <simon@brecon.co.uk>)
57658      Branch: perl
57659            + t/lib/b.t
57660            ! MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
57661 ____________________________________________________________________________
57662 [  5965] By: gsar                                  on 2000/04/27  16:10:37
57663         Log: avoid "will not stay shared" warnings for our variables (from
57664              Robin Barker)
57665      Branch: perl
57666            ! op.c t/pragma/warn/op
57667 ____________________________________________________________________________
57668 [  5964] By: gsar                                  on 2000/04/27  07:05:05
57669         Log: reformat to 72 columns (again)
57670      Branch: perl
57671            ! pod/perldiag.pod
57672 ____________________________________________________________________________
57673 [  5963] By: gsar                                  on 2000/04/27  06:28:31
57674         Log: patch from Larry to make (\&) prototype work; added tests for
57675              the same
57676      Branch: perl
57677            ! op.c t/comp/proto.t
57678 ____________________________________________________________________________
57679 [  5962] By: gsar                                  on 2000/04/27  06:15:47
57680         Log: updated README.hpux (from Jeff Okamoto)
57681      Branch: perl
57682            ! README.hpux
57683 ____________________________________________________________________________
57684 [  5961] By: gsar                                  on 2000/04/27  05:55:03
57685         Log: recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
57686      Branch: perl
57687            ! emacs/cperl-mode.el
57688 ____________________________________________________________________________
57689 [  5960] By: gsar                                  on 2000/04/27  05:49:26
57690         Log: better INSTALL notes on Solaris issues (from Dominic Dunlop)
57691      Branch: perl
57692            ! INSTALL
57693 ____________________________________________________________________________
57694 [  5959] By: gsar                                  on 2000/04/27  05:33:41
57695         Log: doubled words in pods (from Simon Cozens
57696              <simon.p.cozens@jp.pwcglobal.com>)
57697      Branch: perl
57698            ! pod/perl56delta.pod pod/perldebguts.pod pod/perlfaq5.pod
57699            ! pod/perlfork.pod pod/perlfunc.pod pod/perlipc.pod
57700            ! pod/perllexwarn.pod pod/perllocale.pod pod/perlmodlib.pod
57701            ! pod/perlnumber.pod pod/perlopentut.pod pod/perltodo.pod
57702            ! pod/perltootc.pod
57703 ____________________________________________________________________________
57704 [  5958] By: gsar                                  on 2000/04/27  05:11:39
57705         Log: change#3569 deleted some essential code, revert; avoid use of
57706              atexit() to make DynaLoader work properly on AIX under mod_perl
57707              (from Jens-Uwe Mager <jum@helios.de>)
57708      Branch: perl
57709            ! ext/DynaLoader/dl_aix.xs
57710 ____________________________________________________________________________
57711 [  5957] By: gsar                                  on 2000/04/27  04:54:51
57712         Log: pod nits (from A. C. Yardley <yardley@tanet.net>)
57713      Branch: perl
57714            ! pod/perlmod.pod
57715 ____________________________________________________________________________
57716 [  5956] By: gsar                                  on 2000/04/27  04:51:47
57717         Log: better diagnostics on failed tests (from Ilya Zakharevich)
57718      Branch: perl
57719            ! t/op/lex_assign.t
57720 ____________________________________________________________________________
57721 [  5955] By: gsar                                  on 2000/04/27  04:26:44
57722         Log: longstanding bug exposed by change#3307: sort arguments weren't
57723              compiled with the right wantarray context (ensuing runtime lookup
57724              via block_gimme() was getting the incidental context of the
57725              sort() itself)
57726      Branch: perl
57727            ! op.c t/op/sort.t
57728 ____________________________________________________________________________
57729 [  5954] By: gsar                                  on 2000/04/26  23:42:12
57730         Log: integrate cfgperl contents into mainline
57731      Branch: perl
57732           !> (integrate 30 files)
57733 ____________________________________________________________________________
57734 [  5953] By: jhi                                   on 2000/04/26  23:06:42
57735         Log: Integrate with Sarathy.
57736      Branch: cfgperl
57737           !> README.win32 ext/B/B/Deparse.pm
57738           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
57739           !> lib/vars.pm perl.c pod/perldiag.pod pod/perlsub.pod
57740           !> pod/perlsyn.pod pod/perlthrtut.pod pod/perltoc.pod
57741           !> pod/perltodo.pod pod/perlxs.pod pod/perlxstut.pod
57742           !> utils/perldoc.PL vms/perlvms.pod
57743 ____________________________________________________________________________
57744 [  5952] By: jhi                                   on 2000/04/26  23:03:46
57745         Log: Undo "use integer" addition from 64bitint as it seems
57746              to break most of the subtests in Digital UNIX;
57747              Unicos needs to find another way.
57748      Branch: cfgperl
57749            ! t/op/64bitint.t
57750 ____________________________________________________________________________
57751 [  5951] By: jhi                                   on 2000/04/26  22:57:53
57752         Log: Be more robust on "extreme" (large absolute value)
57753              arguments.  Originally reported by Daniel Connelly
57754              as a problem with asinh() on large negative arguments,
57755              asinh() used to bail out because an argument to log()
57756              ended up being zero.  Ilya Zakharevich proposed using
57757              Taylor's series in such cases, which for such large
57758              arguments is a very good approximation.
57759      Branch: cfgperl
57760            ! lib/Math/Complex.pm t/lib/complex.t
57761 ____________________________________________________________________________
57762 [  5950] By: gsar                                  on 2000/04/25  19:13:12
57763         Log: reformat perldiag to avoid long lines
57764      Branch: perl
57765            ! pod/perldiag.pod
57766 ____________________________________________________________________________
57767 [  5949] By: gsar                                  on 2000/04/25  18:41:11
57768         Log: make perldoc use the pod2man from the same version (from
57769              M.J.T. Guy)
57770      Branch: perl
57771            ! utils/perldoc.PL
57772 ____________________________________________________________________________
57773 [  5948] By: gsar                                  on 2000/04/25  18:21:57
57774         Log: typo in vars.pm that leads to cryptic message (from Piotr Piatkowski
57775              <kompas@kompas.usr.onet.pl>)
57776      Branch: perl
57777            ! lib/vars.pm
57778 ____________________________________________________________________________
57779 [  5947] By: gsar                                  on 2000/04/25  18:11:53
57780         Log: use &dl_error rather than &dl_load_file as the guard for calling
57781              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
57782              statically built perl)
57783      Branch: perl
57784            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
57785 ____________________________________________________________________________
57786 [  5946] By: jhi                                   on 2000/04/25  17:37:54
57787         Log: Document that tr() is not tr(1).
57788      Branch: cfgperl
57789            ! pod/perlop.pod
57790 ____________________________________________________________________________
57791 [  5945] By: gsar                                  on 2000/04/25  16:34:33
57792         Log: make module name mandatory after -M switch; reorder perldiag
57793              alphabetically (from Mark-Jason Dominus)
57794      Branch: perl
57795            ! perl.c pod/perldiag.pod
57796 ____________________________________________________________________________
57797 [  5944] By: jhi                                   on 2000/04/25  01:15:18
57798         Log: On second thoughts frexp() does have two arguments.
57799      Branch: cfgperl
57800            ! perl.h
57801 ____________________________________________________________________________
57802 [  5943] By: jhi                                   on 2000/04/24  22:56:32
57803         Log: Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
57804              Now pp_ncmp() returns undef is either operand is a NaN.
57805      Branch: cfgperl
57806            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
57807            ! Todo-5.6 config_h.SH epoc/config.sh perl.h pp.c pp_sys.c
57808            ! vms/subconfigure.com vos/config.def vos/config.h
57809            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
57810            ! win32/config.vc win32/config_H.bc win32/config_H.gc
57811            ! win32/config_H.vc
57812      Branch: metaconfig/U/perl
57813            + d_modfl.U
57814 ____________________________________________________________________________
57815 [  5942] By: jhi                                   on 2000/04/24  19:45:17
57816         Log: Regen Configure to match #5937.
57817      Branch: cfgperl
57818            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
57819            ! config_h.SH
57820      Branch: metaconfig
57821            ! U/installdirs/inc_version_list.U U/modified/cpp_stuff.U
57822 ____________________________________________________________________________
57823 [  5941] By: jhi                                   on 2000/04/24  19:24:11
57824         Log: Further Unicos fixes for Mark Lutz.
57825      Branch: cfgperl
57826            ! hints/unicos.sh pp_ctl.c
57827 ____________________________________________________________________________
57828 [  5940] By: jhi                                   on 2000/04/24  19:09:06
57829         Log: Various Unicos 10.0.0.6 fixes.
57830              
57831              Subject: [ID 20000414.007] Test suite failures in perl 5.6 on Cray T90
57832              From: Mark P Lutz <tecmpl1@triton.ca.boeing.com> 
57833              Reply-To: tecmpl1@triton.ca.boeing.com 
57834              To: perl5-porters@perl.org 
57835              Date: Fri, 14 Apr 2000 20:21:00 GMT 
57836              Message-Id: <200004142021.UAA36232@triton.ca.boeing.com> 
57837      Branch: cfgperl
57838            ! hints/unicos.sh pp.c pp_ctl.c t/op/64bitint.t
57839 ____________________________________________________________________________
57840 [  5939] By: gsar                                  on 2000/04/24  19:01:24
57841         Log: more pod nits (from Larry Virden)
57842      Branch: perl
57843            ! README.win32 pod/perlsub.pod pod/perlsyn.pod
57844            ! pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
57845            ! pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
57846 ____________________________________________________________________________
57847 [  5938] By: gsar                                  on 2000/04/24  18:54:01
57848         Log: Consolidated B::Deparse fixes (from Stephen McCamant)
57849      Branch: perl
57850            ! ext/B/B/Deparse.pm
57851 ____________________________________________________________________________
57852 [  5937] By: jhi                                   on 2000/04/24  17:39:00
57853         Log: Integrate with Sarathy.
57854      Branch: cfgperl
57855           +> (branch 31 files)
57856           !> (integrate 73 files)
57857 ____________________________________________________________________________
57858 [  5936] By: gsar                                  on 2000/04/24  17:30:06
57859         Log: additional tests for change#5934 (from Paul Marquess, who also
57860              sent in the same fix)
57861      Branch: perl
57862            ! t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
57863            ! t/pragma/warn/5nolint t/pragma/warn/6default
57864 ____________________________________________________________________________
57865 [  5935] By: jhi                                   on 2000/04/24  17:26:05
57866         Log: Do not assume sign propagation.
57867              Subject:  [PATCH] Re: [ID 20000410.010] Unicoss 10.0.0.6 and perl 5.6.0
57868              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> 
57869              To: payner@ncifcrf.gov, perl5-porters@perl.org 
57870              Date: Tue, 18 Apr 2000 18:24:49 +0100 
57871              Message-Id: <E12hbk1-0006Ws-00@ursa.cus.cam.ac.uk> 
57872      Branch: cfgperl
57873            ! t/op/bop.t t/op/misc.t
57874 ____________________________________________________________________________
57875 [  5934] By: gsar                                  on 2000/04/24  17:16:54
57876         Log: propagate lexical warnings from surrounding scope correctly
57877              within string eval()
57878      Branch: perl
57879            ! pp_ctl.c t/pragma/warn/pp_ctl
57880 ____________________________________________________________________________
57881 [  5933] By: jhi                                   on 2000/04/24  17:01:07
57882         Log: Flatten the cpp jungle doing the nosuid checking.
57883      Branch: cfgperl
57884            ! perl.c
57885 ____________________________________________________________________________
57886 [  5932] By: gsar                                  on 2000/04/24  09:08:14
57887         Log: add rsignal(), whichsig() and do_join() to public API list
57888              (mod_perl uses them to good advantage)
57889      Branch: perl
57890            ! embed.pl global.sym objXSUB.h perlapi.c proto.h
57891 ____________________________________________________________________________
57892 [  5931] By: gsar                                  on 2000/04/24  09:01:40
57893         Log: fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
57894      Branch: perl
57895            ! pp_hot.c regexec.c t/op/pat.t
57896 ____________________________________________________________________________
57897 [  5930] By: gsar                                  on 2000/04/24  08:58:33
57898         Log: small os390 tweaks (from Peter Prymmer)
57899      Branch: perl
57900            ! config_h.SH makedepend.SH
57901 ____________________________________________________________________________
57902 [  5929] By: gsar                                  on 2000/04/24  08:55:25
57903         Log: pod nits
57904      Branch: perl
57905            ! pod/perlguts.pod
57906 ____________________________________________________________________________
57907 [  5928] By: gsar                                  on 2000/04/24  08:50:13
57908         Log: revert change#5923 ("breaks" t/lib/io_poll.t)
57909      Branch: perl
57910            ! ext/IO/lib/IO/Poll.pm
57911 ____________________________________________________________________________
57912 [  5927] By: gsar                                  on 2000/04/24  08:43:24
57913         Log: arrange for next() to resume at the unstack op rather than the
57914              loop conditional, so that scope cleanup happens correctly
57915              (from Stephen McCamant)
57916      Branch: perl
57917            ! op.c pp_ctl.c t/op/misc.t
57918 ____________________________________________________________________________
57919 [  5926] By: gsar                                  on 2000/04/24  08:18:40
57920         Log: on windows, reserve 16M of stack rather than 128M (allows more
57921              threads to run concurrently)
57922      Branch: perl
57923            ! win32/Makefile win32/makefile.mk
57924 ____________________________________________________________________________
57925 [  5925] By: gsar                                  on 2000/04/24  08:13:52
57926         Log: POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
57927      Branch: perl
57928            ! toke.c
57929 ____________________________________________________________________________
57930 [  5924] By: gsar                                  on 2000/04/24  08:08:59
57931         Log: avoid using uninitialized memory in require version check
57932      Branch: perl
57933            ! pp_ctl.c universal.c
57934 ____________________________________________________________________________
57935 [  5923] By: gsar                                  on 2000/04/24  07:20:14
57936         Log: various bugs in IO::Poll (from Lincoln D. Stein <lstein@cshl.org>)
57937      Branch: perl
57938            ! ext/IO/lib/IO/Poll.pm
57939 ____________________________________________________________________________
57940 [  5922] By: gsar                                  on 2000/04/24  07:08:42
57941         Log: commentary about IoTYPE() (from Nathan Torkington)
57942      Branch: perl
57943            ! sv.h
57944 ____________________________________________________________________________
57945 [  5921] By: gsar                                  on 2000/04/24  06:58:26
57946         Log: make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
57947              by fix
57948      Branch: perl
57949            ! sv.c t/lib/charnames.t t/pragma/utf8.t
57950 ____________________________________________________________________________
57951 [  5920] By: gsar                                  on 2000/04/24  06:37:59
57952         Log: Larry's fix for buggy propagation of utf8-ness in join(); add test
57953      Branch: perl
57954            ! doop.c t/op/ver.t
57955 ____________________________________________________________________________
57956 [  5919] By: gsar                                  on 2000/04/24  06:21:58
57957         Log: Configure might miss old directories when prefix must be
57958              expanded (from Robin Barker)
57959      Branch: metaconfig
57960            ! U/installdirs/inc_version_list.U
57961      Branch: perl
57962            ! Configure
57963 ____________________________________________________________________________
57964 [  5918] By: gsar                                  on 2000/04/24  06:16:11
57965         Log: VMS nits in glob() test (from Charles Lane)
57966      Branch: perl
57967            ! t/lib/glob-basic.t
57968 ____________________________________________________________________________
57969 [  5917] By: gsar                                  on 2000/04/24  06:11:56
57970         Log: various pod nits (from Larry Virden and others)
57971      Branch: perl
57972            ! README.amiga README.hpux README.machten README.os2
57973            ! README.os390 README.win32 embed.pl handy.h lib/IPC/Open3.pm
57974            ! pod/Win32.pod pod/perl56delta.pod pod/perlapi.pod
57975            ! pod/perlbook.pod pod/perlcompile.pod pod/perldebguts.pod
57976            ! pod/perldiag.pod pod/perlfork.pod pod/perlfunc.pod
57977            ! pod/perlguts.pod pod/perlintern.pod pod/perlipc.pod
57978            ! pod/perlmod.pod pod/perlmodinstall.pod pod/perlnumber.pod
57979            ! pod/perlop.pod pod/perlport.pod pod/perlre.pod
57980            ! pod/perltrap.pod pod/perlunicode.pod pod/perlvar.pod pp.h
57981 ____________________________________________________________________________
57982 [  5916] By: gsar                                  on 2000/04/24  05:52:43
57983         Log: ignore dotfiles (.cvsignore etc) in test (from Warren Jones
57984              <wjones@tc.fluke.com>)
57985      Branch: perl
57986            ! t/lib/glob-basic.t
57987 ____________________________________________________________________________
57988 [  5915] By: gsar                                  on 2000/04/24  05:07:01
57989         Log: supported platforms mixed up
57990      Branch: perl
57991            ! pod/perl56delta.pod pod/perlport.pod
57992 ____________________________________________________________________________
57993 [  5914] By: gsar                                  on 2000/04/24  04:56:08
57994         Log: caller() wasn't returning the right number of elements for
57995              eval {...}
57996      Branch: perl
57997            ! pp_ctl.c t/pragma/warn/9enabled
57998 ____________________________________________________________________________
57999 [  5913] By: gsar                                  on 2000/04/24  04:35:41
58000         Log: pod nit: $yday range for localtime/gmtime is 0..364 not 1..365 (from
58001              Mark-Jason Dominus)
58002      Branch: perl
58003            ! pod/perlfunc.pod
58004 ____________________________________________________________________________
58005 [  5912] By: gsar                                  on 2000/04/24  04:17:15
58006         Log: fix totally broken caching in UNIVERSAL::isa() (from
58007              Nick Ing-Simmons)
58008      Branch: perl
58009            ! t/op/universal.t universal.c
58010 ____________________________________________________________________________
58011 [  5911] By: gsar                                  on 2000/04/24  03:39:47
58012         Log: add linebreak properties from unicode/LineBrk.txt (from
58013              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
58014      Branch: perl
58015            + lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
58016            + lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
58017            + lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
58018            + lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
58019            + lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
58020            + lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
58021            + lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
58022            + lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
58023            + lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
58024            + lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
58025            + lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
58026            + lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
58027            + lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
58028            + lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
58029            + lib/unicode/Is/LbrkZW.pl
58030            ! lib/unicode/mktables.PL
58031 ____________________________________________________________________________
58032 [  5910] By: gsar                                  on 2000/04/24  03:23:10
58033         Log: typo in pod
58034      Branch: perl
58035            ! ext/Thread/Thread.pm
58036 ____________________________________________________________________________
58037 [  5909] By: gsar                                  on 2000/04/24  03:22:03
58038         Log: mode argument to do_binmode() should be file mode, not boolean
58039      Branch: perl
58040            ! pp_sys.c
58041 ____________________________________________________________________________
58042 [  5908] By: gsar                                  on 2000/04/16  16:51:08
58043         Log: introduce illegal symbols into null package so that gv_fetchpv(...,TRUE)
58044              always returns a valid GV even when the symbol is trapped by strictures
58045              (avoids coredumps)
58046              
58047              TODO: the C<package;> hack needs similar treatment
58048      Branch: perl
58049            ! embedvar.h gv.c intrpvar.h perl.c perlapi.h
58050            ! t/pragma/strict-vars
58051 ____________________________________________________________________________
58052 [  5907] By: jhi                                   on 2000/03/31  23:42:56
58053         Log: pp_gmtime() assumed that newSVpvf %d would take C ints,
58054              an assumption which #5905 demolished.
58055      Branch: cfgperl
58056            ! pp_sys.c
58057 ____________________________________________________________________________
58058 [  5906] By: jhi                                   on 2000/03/31  18:54:37
58059         Log: Typo in #5905.
58060      Branch: cfgperl
58061            ! t/op/64bitint.t
58062 ____________________________________________________________________________
58063 [  5905] By: jhi                                   on 2000/03/31  18:50:54
58064         Log: Fix for "[ID 20000329.080] quad printing does not work as documented",
58065              reported by Joseph N. Hall.  The bug was that even with use64bitint
58066              one had to use the prefixes q, L, or ll with printf/sprintf,
58067              contrary to the documentation and common sense.
58068      Branch: cfgperl
58069            ! sv.c t/op/64bitint.t
58070 ____________________________________________________________________________
58071 [  5904] By: gsar                                  on 2000/03/28  02:31:32
58072         Log: add Changes, perldelta.pod
58073      Branch: perl
58074            + Changes pod/perldelta.pod
58075 ____________________________________________________________________________
58076 [  5903] By: gsar                                  on 2000/03/28  02:03:55
58077         Log: rename Changes and perldelta.pod
58078      Branch: perl
58079           +> Changes5.6 pod/perl56delta.pod
58080            - Changes pod/perldelta.pod
58081            ! MANIFEST
58082 ____________________________________________________________________________
58083 [  5902] By: gsar                                  on 2000/03/28  01:59:14
58084         Log: create maint-5.6 branch
58085      Branch: maint-5.6/perl
58086           +> (branch 1611 files)
58087 ____________________________________________________________________________
58088 [  5901] By: jhi                                   on 2000/03/23  05:48:43
58089         Log: Integrate with Sarathy.
58090      Branch: cfgperl
58091           !> Changes patchlevel.h pod/perlhist.pod pod/perltoc.pod
58092 ____________________________________________________________________________
58093 [  5900] By: gsar                                  on 2000/03/23  05:42:43
58094         Log: three guesses on what this is :-)
58095      Branch: perl
58096            ! Changes