Update Changes.
[p5sagit/p5-mst-13.2.git] / Changes
1 Please note: This file provides a complete, temporally ordered log of
2 changes that went into every version of Perl.  If you'd like more
3 detailed information, please consult the comments in the individual
4 patches posted to the perl5-porters mailing list.  Patches for each
5 individual change may also be obtained through ftp and rsync--see
6 perlhack.pod for the details.
7
8
9 [The "CAST AND CREW" list has been moved to AUTHORS.]
10
11 NOTE: Each change entry shows the change number; who checked it into the
12 repository; when; description of the change; which branch the change
13 happened in; and the affected files.  The file lists have a short symbolic
14 indicator:
15
16             !       modified
17             +       added
18             -       deleted
19             +>      branched (from elsewhere)
20             !>      merged changes (from elsewhere)
21
22 The Message-Ids in the change entries refer to the email messages sent
23 to the perl5-porters mailing list.  You can retrieve the messages for
24 example from http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/
25
26 This file contains only changes that affect the mainline branch,
27 not those that affect the (now decommissioned) cfgperl, or vmsperl,
28 or any other branch.
29
30 --------------
31 Version v5.7.2          Development release working toward v5.8
32 --------------
33 ____________________________________________________________________________
34 [ 13342] By: jhi                                   on 2001/11/28  14:15:25
35         Log: In Linux if we have modern enough gcc and supported
36              enough CPU, crank up the optimization level to -O3.
37      Branch: perl
38            ! hints/linux.sh
39 ____________________________________________________________________________
40 [ 13341] By: jhi                                   on 2001/11/28  14:00:12
41         Log: Add perlpacktut from Wolfgang Laun; regen toc.
42      Branch: perl
43            + pod/perlpacktut.pod
44            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldelta.pod
45            ! pod/perltoc.pod
46 ____________________________________________________________________________
47 [ 13340] By: jhi                                   on 2001/11/28  13:45:00
48         Log: Subject: [PATCH: perl@13324] arithmetic fix for skipped tests on VMS      
49              From: PPrymmer@factset.com
50              Date: Wed, 28 Nov 2001 07:51:26 -0500
51              Message-ID: <OF3C405D19.04CAF18F-ON85256B12.00464B6C@55.25.11>    
52      Branch: perl
53            ! vms/test.com
54 ____________________________________________________________________________
55 [ 13339] By: jhi                                   on 2001/11/28  13:37:31
56         Log: Test cases for the first half of #13338.
57      Branch: perl
58            ! t/lib/h2ph.h t/lib/h2ph.pht
59 ____________________________________________________________________________
60 [ 13338] By: jhi                                   on 2001/11/28  13:28:08
61         Log: Subject: Re: h2ph confused by comments in an enum.
62              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
63              Date: Wed, 28 Nov 2001 04:19:21 +0000
64              Message-Id: <200111280419.fAS4JLD17887@crypt.compulink.co.uk>        
65              
66              Subject: Re: More h2ph problems [was Re: h2ph confused by comments in an enum.]
67              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
68              Date: Wed, 28 Nov 2001 13:36:35 +0000
69              Message-Id: <200111281336.fASDaZG30245@crypt.compulink.co.uk>
70      Branch: perl
71            ! utils/h2ph.PL
72 ____________________________________________________________________________
73 [ 13337] By: jhi                                   on 2001/11/28  13:15:41
74         Log: Subject: Re: [PATCH Perl@13013] Term::Cap and VMS
75              From: Jonathan Stowe <gellyfish@gellyfish.com>
76              Date: Wed, 28 Nov 2001 10:39:54 +0000 (GMT)
77              Message-ID: <Pine.LNX.4.33.0111281039070.20888-100000@orpheus.gellyfish.com>
78              
79              (replace #13327)
80      Branch: perl
81            ! lib/Term/Cap.pm
82 ____________________________________________________________________________
83 [ 13336] By: jhi                                   on 2001/11/28  04:21:05
84         Log: Replace #13335 with
85              
86              Subject: Re: [PATCH perl@13323] Termcap.pm with no termios
87              From: Russ Allbery <rra@stanford.edu>
88              Date: 27 Nov 2001 20:42:49 -0800
89              Message-ID: <yl667vv73q.fsf@windlord.stanford.edu>
90      Branch: perl
91            ! lib/Pod/Text/Termcap.pm
92 ____________________________________________________________________________
93 [ 13335] By: jhi                                   on 2001/11/28  03:33:10
94         Log: (replaced by #13336)
95              
96              Subject: [PATCH perl@13323] Termcap.pm with no termios
97              From: "Craig A. Berry" <craigberry@mac.com> 
98              Date: Tue, 27 Nov 2001 22:28:50 -0600
99              Message-Id: <a05101003b82a151fda85@[192.168.56.184]>
100      Branch: perl
101            ! lib/Pod/Text/Termcap.pm
102 ____________________________________________________________________________
103 [ 13334] By: jhi                                   on 2001/11/28  03:31:51
104         Log: Subject: [PATCH perl@13323] solve identity crisis on VMS 
105              From: "Craig A. Berry" <craigberry@mac.com> 
106              Date: Tue, 27 Nov 2001 21:46:45 -0600
107              Message-Id: <a05101002b829f5c9824d@[192.168.56.184]>
108      Branch: perl
109            ! configure.com
110 ____________________________________________________________________________
111 [ 13333] By: jhi                                   on 2001/11/28  03:30:03
112         Log: Upgrade to podlators 1.17.
113      Branch: perl
114            ! lib/Pod/Man.pm lib/Pod/Text/Color.pm
115            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
116 ____________________________________________________________________________
117 [ 13332] By: jhi                                   on 2001/11/28  03:23:04
118         Log: Fix for "a\x{100}" =~ /A/i.
119      Branch: perl
120            ! embed.h embed.pl global.sym proto.h regexec.c t/op/pat.t
121            ! utf8.c
122 ____________________________________________________________________________
123 [ 13331] By: jhi                                   on 2001/11/28  00:52:19
124         Log: Subject: [PATCH perl@13324] fix lib/DB.t on VMS
125              From: "Craig A. Berry" <craigberry@mac.com>
126              Date: Tue, 27 Nov 2001 17:11:49 -0600
127              Message-Id: <5.1.0.14.2.20011127164513.01bf1ec0@exchi01>
128      Branch: perl
129            ! lib/DB.t
130 ____________________________________________________________________________
131 [ 13330] By: jhi                                   on 2001/11/28  00:50:53
132         Log: Subject: [PATCH] unterminated C<< ... >> in perldelta
133              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
134              Date: Tue, 27 Nov 2001 14:55:23 -0500
135              Message-ID: <20011127145523.G401767@linguist.thayer.dartmouth.edu>
136              
137              Subject: [PATCH: perl@13324] updates to perldelta.pod 
138              From: PPrymmer@factset.com
139              Date: Tue, 27 Nov 2001 18:06:04 -0500
140              Message-ID: <OF812EB439.6864B239-ON85256B11.007E73B5@55.25.11>
141              
142              plus added some known problems.
143      Branch: perl
144            ! pod/perldelta.pod
145 ____________________________________________________________________________
146 [ 13329] By: jhi                                   on 2001/11/28  00:35:53
147         Log: Subject: [PATCH Perl@13013] A not-so-lethal kill() for VMS pre-7.0
148              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
149              Date: Tue, 27 Nov 2001 15:38:02 EST 
150              Message-Id: <011127153734.62182@DUPHY4.Physics.Drexel.Edu>
151      Branch: perl
152            ! configure.com vms/vms.c vms/vmsish.h
153 ____________________________________________________________________________
154 [ 13328] By: jhi                                   on 2001/11/28  00:34:12
155         Log: Subject: [PATCH t/run/kill_perl.t] Re: [ID 20011127.155] \ -f "file" dumps core
156              From: Michael G Schwern <schwern@pobox.com> 
157              Date: Tue, 27 Nov 2001 15:31:12 -0500
158              Message-ID: <20011127153112.G20929@blackrider>
159      Branch: perl
160            ! t/run/kill_perl.t
161 ____________________________________________________________________________
162 [ 13327] By: jhi                                   on 2001/11/28  00:23:10
163         Log: (replaced by #13337)
164              
165              VMS can safely hardcode a termcap entry for VT100.
166      Branch: perl
167            ! lib/Term/Cap.pm
168 ____________________________________________________________________________
169 [ 13326] By: jhi                                   on 2001/11/27  17:47:28
170         Log: VMS piping fixes from Charles Lane (perl -P should
171              be working now).
172      Branch: perl
173            ! vms/vms.c
174 ____________________________________________________________________________
175 [ 13325] By: jhi                                   on 2001/11/27  17:44:31
176         Log: Subject: [PATCH] perlvar.pod fix
177              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
178              Date: Tue, 27 Nov 2001 13:11:47 -0500
179              Message-ID: <20011127131147.E401767@linguist.thayer.dartmouth.edu>
180      Branch: perl
181            ! pod/perlvar.pod
182 ____________________________________________________________________________
183 [ 13324] By: jhi                                   on 2001/11/27  15:56:06
184         Log: Update Changes.
185      Branch: perl
186            ! Changes patchlevel.h
187 ____________________________________________________________________________
188 [ 13323] By: jhi                                   on 2001/11/27  15:51:08
189         Log: Subject: [PATCH] bring MM_VMS::perldepend into 21st century            
190              From: "Craig A. Berry" <craigberry@mac.com> 
191              Date: Tue, 27 Nov 2001 10:21:18 -0600
192              Message-Id: <5.1.0.14.2.20011126162504.01c77610@exchi01>
193      Branch: perl
194            ! lib/ExtUtils/MM_VMS.pm
195 ____________________________________________________________________________
196 [ 13322] By: jhi                                   on 2001/11/27  15:24:12
197         Log: Protect against accumulating -options -options -options.
198      Branch: perl
199            ! hints/hpux.sh
200 ____________________________________________________________________________
201 [ 13321] By: jhi                                   on 2001/11/27  15:16:28
202         Log: Subject: [PATCH Benchmark.pm] add export tag :all and tweak SYNOPSIS   
203              From: Barrie Slaymaker <barries@slaysys.com>
204              Date: Tue, 27 Nov 2001 10:58:54 -0500
205              Message-ID: <20011127105850.B696@sizzle.whoville.com> 
206      Branch: perl
207            ! lib/Benchmark.pm
208 ____________________________________________________________________________
209 [ 13320] By: jhi                                   on 2001/11/27  15:05:33
210         Log: Tiny fix from John P. Linderman.
211      Branch: perl
212            ! lib/sort.pm
213 ____________________________________________________________________________
214 [ 13319] By: jhi                                   on 2001/11/27  15:04:37
215         Log: The Story of sort(), from John P. Linderman.
216      Branch: perl
217            ! pod/perldelta.pod
218 ____________________________________________________________________________
219 [ 13318] By: jhi                                   on 2001/11/27  14:58:06
220         Log: Add information what to do if you are reading
221              perluniintro but using some older Perl.
222      Branch: perl
223            ! pod/perluniintro.pod
224 ____________________________________________________________________________
225 [ 13317] By: jhi                                   on 2001/11/27  14:51:42
226         Log: Update the 'wide characters' FAQ entry.
227      Branch: perl
228            ! pod/perlfaq6.pod
229 ____________________________________________________________________________
230 [ 13316] By: jhi                                   on 2001/11/27  14:26:25
231         Log: Fix for
232              
233              Subject: [ID 20011127.151] regex result vars no longer marked as utf8
234              From: Marc Lehmann <root@schmorp.de>
235              Date: Tue, 27 Nov 2001 14:27:14 +0100
236              Message-Id: <E168iGY-0002pi-00.pgcc-forever-2001-11-27-14-27-14@fuji.laendle>
237      Branch: perl
238            ! ext/Encode.t ext/Encode/Encode.xs
239 ____________________________________________________________________________
240 [ 13315] By: jhi                                   on 2001/11/27  14:06:45
241         Log: Subject: [PATCH] DB_File 1.801
242              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
243              Date: Tue, 27 Nov 2001 15:06:45 -0000
244              Message-ID: <AIEAJICLCBDNAAOLLOKLEEEIDGAA.paul_marquess@yahoo.co.uk>
245      Branch: perl
246            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
247            ! ext/DB_File/DB_File.xs ext/DB_File/Makefile.PL
248 ____________________________________________________________________________
249 [ 13314] By: jhi                                   on 2001/11/27  13:51:49
250         Log: Regen perlmodlib.  (TODO: why does Pod::t::basic get listed?)
251      Branch: perl
252            ! pod/perlmodlib.pod
253 ____________________________________________________________________________
254 [ 13313] By: jhi                                   on 2001/11/27  13:49:55
255         Log: sort() doc tweaks from John P. Linderman.
256      Branch: perl
257            ! pod/perlfunc.pod
258 ____________________________________________________________________________
259 [ 13312] By: jhi                                   on 2001/11/27  13:36:44
260         Log: Subject: [PATCH] More perldelta.pod nits
261              From: Simon Glover <scog@roe.ac.uk>
262              Date: Tue, 27 Nov 2001 14:28:36 +0000 (GMT) 
263              Message-ID: <Pine.OSF.4.10.10111271421490.119807-100000@arran.roe.ac.uk>
264      Branch: perl
265            ! pod/perldelta.pod
266 ____________________________________________________________________________
267 [ 13311] By: jhi                                   on 2001/11/27  13:26:38
268         Log: Subject: RE: [PATCH @ 13283] Devel::PPPort
269              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
270              Date: Tue, 27 Nov 2001 11:52:31 -0000
271              Message-ID: <AIEAJICLCBDNAAOLLOKLMEECDGAA.paul_marquess@yahoo.co.uk>
272      Branch: perl
273            ! ext/Devel/PPPort/harness/Makefile.PL
274 ____________________________________________________________________________
275 [ 13310] By: jhi                                   on 2001/11/27  13:23:28
276         Log: Subject: [PATCH t/TEST] Remove redundant #! parsing.  Deparse tests better.
277              From: Michael G Schwern <schwern@pobox.com>
278              Date: Tue, 27 Nov 2001 03:38:24 -0500
279              Message-ID: <20011127033824.A17775@blackrider>
280      Branch: perl
281            ! t/TEST
282 ____________________________________________________________________________
283 [ 13309] By: jhi                                   on 2001/11/27  13:16:44
284         Log: Subject: Re: perlcc very broken
285              From: John Peacock <jpeacock@rowman.com>
286              Date: Tue, 27 Nov 2001 06:48:01 -0500
287              Message-ID: <3C037D71.4030508@rowman.com>
288      Branch: perl
289            ! utils/perlcc.PL
290 ____________________________________________________________________________
291 [ 13308] By: jhi                                   on 2001/11/27  12:57:49
292         Log: Subject: [ID 20011126.150] t/op/pack patch to fix Useless use of unpack in void context at op/pack.t line 704. 
293              From: David Dyck <dcd@tc.fluke.com>
294              Date: Mon, 26 Nov 2001 22:04:38 -0800
295              Message-Id: <200111270604.WAA20274@dd.tc.fluke.com>
296      Branch: perl
297            ! t/op/pack.t
298 ____________________________________________________________________________
299 [ 13307] By: jhi                                   on 2001/11/27  12:56:09
300         Log: Subject: [ID 20011126.149] t/op/split fails step 37
301              From: David Dyck <dcd@tc.fluke.com>
302              Date: Mon, 26 Nov 2001 21:52:35 -0800
303              Message-Id: <200111270552.VAA09394@dd.tc.fluke.com>
304      Branch: perl
305            ! t/op/split.t
306 ____________________________________________________________________________
307 [ 13306] By: gbarr                                 on 2001/11/27  12:19:40
308         Log: incorporate last minute change from libnet 1.0901-tobe
309      Branch: perl
310            ! lib/Net/SMTP.pm
311 ____________________________________________________________________________
312 [ 13305] By: jhi                                   on 2001/11/27  02:39:35
313         Log: Pass 7 at perldelta - random edits.
314      Branch: perl
315            ! pod/perldelta.pod
316 ____________________________________________________________________________
317 [ 13304] By: jhi                                   on 2001/11/27  02:04:19
318         Log: Portability and skippage tweaks.
319      Branch: perl
320            ! t/op/split.t
321 ____________________________________________________________________________
322 [ 13303] By: jhi                                   on 2001/11/27  02:03:49
323         Log: Try to make Unicode casemapping to work for EBCDIC, too.
324      Branch: perl
325            ! utf8.c
326 ____________________________________________________________________________
327 [ 13302] By: jhi                                   on 2001/11/27  01:35:23
328         Log: Just printing 1..0 is not quite enough...
329      Branch: perl
330            ! lib/Dumpvalue.t
331 ____________________________________________________________________________
332 [ 13301] By: jhi                                   on 2001/11/27  01:22:22
333         Log: \141 is malformed "unexpected continuation byte" in UTF-EBCDIC.
334              Delay the match until runtime.
335      Branch: perl
336            ! t/op/append.t
337 ____________________________________________________________________________
338 [ 13300] By: jhi                                   on 2001/11/27  01:08:10
339         Log: UTF-EBCDIC.
340      Branch: perl
341            ! ext/Devel/Peek/Peek.t
342 ____________________________________________________________________________
343 [ 13299] By: jhi                                   on 2001/11/27  01:02:21
344         Log: Be UTF-EBCDIC aware.
345      Branch: perl
346            ! lib/bytes.t
347 ____________________________________________________________________________
348 [ 13298] By: jhi                                   on 2001/11/27  00:59:44
349         Log: Bad assumption which way digits and letters sort.
350      Branch: perl
351            ! lib/English.t
352 ____________________________________________________________________________
353 [ 13297] By: jhi                                   on 2001/11/27  00:55:04
354         Log: If in EBCDIC but no Convert::EBCDIC
355              the libnet tests will all fail.
356      Branch: perl
357            ! lib/Net/t/config.t lib/Net/t/ftp.t lib/Net/t/hostname.t
358            ! lib/Net/t/netrc.t lib/Net/t/nntp.t lib/Net/t/require.t
359            ! lib/Net/t/smtp.t lib/Net/t/time.t
360 ____________________________________________________________________________
361 [ 13296] By: jhi                                   on 2001/11/27  00:45:55
362         Log: Just sorting to guarantee order is not enough.
363              (Think EBCDIC.) 
364      Branch: perl
365            ! lib/ExtUtils/Manifest.t
366 ____________________________________________________________________________
367 [ 13295] By: jhi                                   on 2001/11/27  00:43:38
368         Log: OS/390 cleanable gunk.
369      Branch: perl
370            ! lib/ExtUtils/MM_Unix.pm
371 ____________________________________________________________________________
372 [ 13294] By: jhi                                   on 2001/11/27  00:40:02
373         Log: Update the EBCDIC MD5 checksums.
374      Branch: perl
375            ! ext/Digest/MD5/t/files.t
376 ____________________________________________________________________________
377 [ 13293] By: jhi                                   on 2001/11/27  00:28:40
378         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20011118.128] installman chdir stuffs INC
379              From: Nicholas Clark <nick@ccl4.org>
380              Date: Mon, 26 Nov 2001 23:06:34 +0000
381              Message-ID: <20011126230633.Q37621@plum.flirble.org>
382      Branch: perl
383            ! installman
384 ____________________________________________________________________________
385 [ 13292] By: jhi                                   on 2001/11/27  00:24:36
386         Log: sort tweaks from John P. Linderman.
387      Branch: perl
388            ! lib/sort.pm lib/sort.t perl.h pp_sort.c
389 ____________________________________________________________________________
390 [ 13291] By: jhi                                   on 2001/11/27  00:20:09
391         Log: Subject: [ID 20011126.148] Socket::inet_aton() incorrectly accepts null string
392              From: Bob Dalgleish <Robert.Dalgleish@sk.sympatico.ca>          
393              Date: Mon, 26 Nov 2001 18:47:25 -0600
394              Message-Id: <B8283EBD.8414%Robert.Dalgleish@sk.sympatico.ca>
395              
396              Craig Berry submitted half of this patch just yesterday.
397              Spooky cosmic resonance.
398      Branch: perl
399            ! ext/Socket/Socket.xs
400 ____________________________________________________________________________
401 [ 13290] By: jhi                                   on 2001/11/27  00:15:07
402         Log: Subject: [PATCH] doio slightly smaller
403              From: Nicholas Clark <nick@ccl4.org>
404              Date: Tue, 27 Nov 2001 00:40:23 +0000      
405              Message-ID: <20011127004023.S37621@plum.flirble.org>                 
406      Branch: perl
407            ! doio.c
408 ____________________________________________________________________________
409 [ 13289] By: jhi                                   on 2001/11/27  00:12:11
410         Log: perldelta nits from Autrijus Tang and Ron Kimball.
411      Branch: perl
412            ! pod/perldelta.pod
413 ____________________________________________________________________________
414 [ 13288] By: jhi                                   on 2001/11/27  00:08:23
415         Log: Subject: [PATCH] unpack P* uses random length for item
416              From: "Wolfgang Laun" <wolfgang.laun@chello.at>               
417              Date: Mon, 26 Nov 2001 19:56:32 +0100
418              Message-ID: <200111261956320450.01E7217F@smtp.chello.at>
419      Branch: perl
420            ! pod/perldiag.pod pp_pack.c t/op/pack.t
421 ____________________________________________________________________________
422 [ 13287] By: jhi                                   on 2001/11/26  23:55:02
423         Log: Subject: [PATCH current] system and taintedness
424              From: Radu Greab <radu@netsoft.ro>
425              Date: Mon, 26 Nov 2001 18:42:29 +0200
426              Message-ID: <15362.28917.697078.551412@ix.netsoft.ro>
427      Branch: perl
428            ! pp_sys.c t/op/taint.t
429 ____________________________________________________________________________
430 [ 13286] By: jhi                                   on 2001/11/26  23:53:21
431         Log: Subject: [PATCH @ 13283] Devel::PPPort
432              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
433              Date: Mon, 26 Nov 2001 14:37:17 -0000
434              Message-ID: <AIEAJICLCBDNAAOLLOKLCECEDGAA.paul_marquess@yahoo.co.uk>
435      Branch: perl
436            + ext/Devel/PPPort/MANIFEST
437            ! MANIFEST ext/Devel/PPPort/Makefile.PL
438            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/harness/Harness.pm
439            ! ext/Devel/PPPort/harness/Harness.xs
440            ! ext/Devel/PPPort/harness/Makefile.PL
441            ! ext/Devel/PPPort/harness/module2.c
442            ! ext/Devel/PPPort/harness/module3.c
443            ! ext/Devel/PPPort/harness/t/test.t ext/Devel/PPPort/soak
444 ____________________________________________________________________________
445 [ 13285] By: jhi                                   on 2001/11/26  14:08:36
446         Log: Update the test list.
447      Branch: perl
448            ! t/lib/1_compile.t
449 ____________________________________________________________________________
450 [ 13284] By: gbarr                                 on 2001/11/26  12:41:45
451         Log: Sync-up tests with libnet distribution
452      Branch: perl
453            + lib/Net/t/netrc.t
454            ! MANIFEST lib/Net/t/config.t lib/Net/t/hostname.t
455 ____________________________________________________________________________
456 [ 13283] By: jhi                                   on 2001/11/26  11:34:35
457         Log: Update Changes.
458      Branch: perl
459            ! Changes patchlevel.h
460 ____________________________________________________________________________
461 [ 13282] By: jhi                                   on 2001/11/26  11:28:18
462         Log: Upgrade to podlators 1.16.
463      Branch: perl
464            + lib/Pod/t/basic.cap
465            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Termcap.pm
466            ! lib/Pod/t/basic.t pod/pod2man.PL
467 ____________________________________________________________________________
468 [ 13281] By: jhi                                   on 2001/11/26  11:11:08
469         Log: Pass 6 at perldelta - sort enhancements, generic and
470              platform specific bug fixes.
471      Branch: perl
472            ! pod/perldelta.pod
473 ____________________________________________________________________________
474 [ 13280] By: jhi                                   on 2001/11/26  10:35:56
475         Log: PROPAGATE documentation from Tony Cook.
476      Branch: perl
477            ! pod/perlfunc.pod
478 ____________________________________________________________________________
479 [ 13279] By: jhi                                   on 2001/11/25  23:45:27
480         Log: DJGPP cannot do signals that well.
481      Branch: perl
482            ! ext/POSIX/t/sigaction.t
483 ____________________________________________________________________________
484 [ 13278] By: jhi                                   on 2001/11/25  23:43:30
485         Log: Can't do subsecond alarms without ualarm; and break out
486              early if alarms do not seem to be coming in as expected.
487      Branch: perl
488            ! ext/Time/HiRes/HiRes.t
489 ____________________________________________________________________________
490 [ 13277] By: jhi                                   on 2001/11/25  23:01:39
491         Log: No Socket, little Net.
492      Branch: perl
493            ! t/lib/1_compile.t
494 ____________________________________________________________________________
495 [ 13276] By: jhi                                   on 2001/11/25  22:58:44
496         Log: Take the taint brush to the getcwds.
497      Branch: perl
498            ! djgpp/djgpp.c epoc/epoc.c os2/os2.c wince/wince.c
499 ____________________________________________________________________________
500 [ 13275] By: jhi                                   on 2001/11/25  21:42:02
501         Log: Subject: [PATCH perl@13227] Socket::my_inet_aton() tweak
502              From: "Craig A. Berry" <craigberry@mac.com>
503              Date: Sun, 25 Nov 2001 16:20:45 -0600
504              Message-Id: <5.1.0.14.2.20011125160848.01c59690@exchi01>
505      Branch: perl
506            ! ext/Socket/Socket.xs
507 ____________________________________________________________________________
508 [ 13274] By: jhi                                   on 2001/11/25  21:32:17
509         Log: Since in some DOS filesystems the timestamp granularity
510              may be only two seconds, better sleep for three to play safe.
511              (Helps CygWin, at least.)
512      Branch: perl
513            ! lib/Memoize/t/expire_file.t
514 ____________________________________________________________________________
515 [ 13273] By: jhi                                   on 2001/11/25  21:22:10
516         Log: For some reason CygWin wasn't collapsing multiple
517              slashes into one, which made some Spec.t tests to fail.
518              Either CygWin was being too prudish or the collapsing
519              logic needs to be rethunk.
520      Branch: perl
521            ! lib/File/Spec/Unix.pm
522 ____________________________________________________________________________
523 [ 13272] By: jhi                                   on 2001/11/25  20:40:23
524         Log: Cygwin needs to have libperl.dll around if trying to link
525              with -lperl.  Note: this change cures the test but whether
526              it cures CygPerl installation, I don't know: hopefully the
527              libperl5_7_2.dll, or the version equivalent, gets installed
528              also as libperl.dll to the proper place(s).
529      Branch: perl
530            ! lib/ExtUtils/Embed.t
531 ____________________________________________________________________________
532 [ 13271] By: jhi                                   on 2001/11/25  20:18:53
533         Log: -I../lib/.. and -L../lib/..?  Strange.
534      Branch: perl
535            ! lib/ExtUtils/Embed.t
536 ____________________________________________________________________________
537 [ 13270] By: jhi                                   on 2001/11/25  19:57:54
538         Log: $MM?
539      Branch: perl
540            ! lib/ExtUtils/Embed.pm
541 ____________________________________________________________________________
542 [ 13269] By: jhi                                   on 2001/11/25  19:46:55
543         Log: Subject: [PATCH] Further replacement of EU::MM with File::Spec
544              From: Dave Rolsky <autarch@urth.org>
545              Date: Mon, 19 Nov 2001 18:17:09 -0600 (CST)
546              Message-ID: <Pine.LNX.4.40.0111191750440.22189-100000@urth.org>
547      Branch: perl
548            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/Embed.pm
549            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
550 ____________________________________________________________________________
551 [ 13268] By: jhi                                   on 2001/11/25  19:44:38
552         Log: Subject: [REPATCH lib/DB.pm MANIFEST lib/DB.t] Rework DB.pm tests
553              From: chromatic <chromatic@rmci.net>
554              Date: Sat, 24 Nov 2001 14:56:57 -0700
555              Message-ID: <20011124220430.97697.qmail@onion.perl.org>
556              
557              plus a tweak for ithreads builds.
558      Branch: perl
559            + lib/DB.t
560            ! MANIFEST lib/DB.pm
561 ____________________________________________________________________________
562 [ 13267] By: jhi                                   on 2001/11/25  19:38:50
563         Log: Win32 compilation tweaks for Blair Zajac.
564      Branch: perl
565            ! ext/IO/IO.xs ext/POSIX/POSIX.xs win32/win32.h
566 ____________________________________________________________________________
567 [ 13266] By: jhi                                   on 2001/11/25  19:11:38
568         Log: I don't think trying to bracket the hires time with lores
569              times is going to be portable enough: Cygwin seems to be
570              capable of getting hires ones rather consistently lower
571              than the lores ones.  So let's try average difference instead.
572      Branch: perl
573            ! ext/Time/HiRes/HiRes.t
574 ____________________________________________________________________________
575 [ 13265] By: jhi                                   on 2001/11/25  18:28:04
576         Log: Subject: Re: benchmarks, sorts and reproducibility
577              From: "John P. Linderman" <jpl@research.att.com>
578              Date: Sun, 25 Nov 2001 14:25:18 -0500 (EST)
579              Message-Id: <200111251925.OAA77172@raptor.research.att.com>
580              
581              Randomize large partitions for quicksort to dodge the
582              angry gods of quadratic.
583      Branch: perl
584            ! pp_sort.c
585 ____________________________________________________________________________
586 [ 13264] By: jhi                                   on 2001/11/25  18:23:54
587         Log: The joys of portable quoting.
588      Branch: perl
589            ! ext/Devel/PPPort/harness/Makefile.PL
590 ____________________________________________________________________________
591 [ 13263] By: jhi                                   on 2001/11/25  18:12:31
592         Log: sort pragma tweaks.
593      Branch: perl
594            ! lib/sort.pm
595 ____________________________________________________________________________
596 [ 13262] By: jhi                                   on 2001/11/25  17:10:09
597         Log: Skip the link= directives of utils.lst if no mandir
598              (if no manpages).
599      Branch: perl
600            ! installman
601 ____________________________________________________________________________
602 [ 13260] By: gsar                                  on 2001/11/25  16:37:29
603         Log: change#3373 introduced a handle leak in backticks and piped open()s
604              that fail
605      Branch: perl
606            ! util.c
607 ____________________________________________________________________________
608 [ 13258] By: jhi                                   on 2001/11/25  05:58:30
609         Log: Extraenous breaks noticed by David Dyck.
610      Branch: perl
611            ! Configure
612 ____________________________________________________________________________
613 [ 13257] By: jhi                                   on 2001/11/25  05:32:18
614         Log: Revert the /proc/self/auxv experiment for now.
615      Branch: perl
616            ! lib/ExtUtils.t perl.c t/lib/1_compile.t
617 ____________________________________________________________________________
618 [ 13256] By: jhi                                   on 2001/11/25  04:59:31
619         Log: Also ExtUtils.t had $^X assumptions.
620      Branch: perl
621            ! lib/ExtUtils.t
622 ____________________________________________________________________________
623 [ 13255] By: jhi                                   on 2001/11/25  04:20:02
624         Log: Now is Solaris if you start the t/perl in the t/
625              as "./perl", the $^X will be "../perl", not "./perl".
626      Branch: perl
627            ! t/lib/1_compile.t
628 ____________________________________________________________________________
629 [ 13254] By: jhi                                   on 2001/11/25  03:59:06
630         Log: The new way of finding out $^X in Solaris
631              requires a little tweak if the executable
632              pathname is *not* absolute: prepend "./"
633              (otherwise `$^X ...` will start perl from PATH...)
634      Branch: perl
635            ! perl.c
636 ____________________________________________________________________________
637 [ 13253] By: jhi                                   on 2001/11/25  03:18:05
638         Log: Avoid "will not stay shared" warnings.
639      Branch: perl
640            ! lib/ExtUtils/MM_Unix.pm
641 ____________________________________________________________________________
642 [ 13252] By: jhi                                   on 2001/11/25  03:00:49
643         Log: Subject: [PATCH perl.c util.c pp_sys.c t/op/magic.t] $$ readonly, take two
644              From: Michael G Schwern <schwern@pobox.com>
645              Date: Sat, 24 Nov 2001 19:56:18 -0500
646              Message-ID: <20011124195618.A14614@blackrider>            
647      Branch: perl
648            ! perl.c pp_sys.c t/op/magic.t util.c
649 ____________________________________________________________________________
650 [ 13251] By: jhi                                   on 2001/11/25  02:48:04
651         Log: In the MakeMaker pm_to_blib target don't copy all
652              the files in one fell swppo, deal with them hunkwise,
653              helps for CLIs with limited line lengths.
654              (This seems to help for DJGPP building Encode,
655              where there are dozens of files to copy.)
656      Branch: perl
657            ! lib/ExtUtils/MM_Unix.pm
658 ____________________________________________________________________________
659 [ 13250] By: gsar                                  on 2001/11/25  00:50:10
660         Log: testsuite leaves stray files behind on windows
661      Branch: perl
662            ! lib/ExtUtils/Embed.t lib/ExtUtils/Mkbootstrap.t lib/Shell.t
663 ____________________________________________________________________________
664 [ 13249] By: gsar                                  on 2001/11/25  00:32:36
665         Log: xsubpp produces a spurious warning on directories called 'typemap'
666      Branch: perl
667            ! lib/ExtUtils/xsubpp
668 ____________________________________________________________________________
669 [ 13248] By: gsar                                  on 2001/11/25  00:17:28
670         Log: xsubpp treats invalid (indented) cpp directives as comments
671      Branch: perl
672            ! ext/IO/IO.xs
673 ____________________________________________________________________________
674 [ 13247] By: gsar                                  on 2001/11/25  00:02:37
675         Log: $(MAKE) distclean shouldn't blow away ../lib/Thread.pm
676      Branch: perl
677            ! win32/Makefile win32/Makefile.win64 win32/makefile.mk
678 ____________________________________________________________________________
679 [ 13246] By: jhi                                   on 2001/11/24  21:45:32
680         Log: The debug_pag needs to be visible at all times
681              because of the re extension.
682      Branch: perl
683            ! intrpvar.h makedef.pl perl.c perl.h regexec.c
684 ____________________________________________________________________________
685 [ 13245] By: jhi                                   on 2001/11/24  20:09:20
686         Log: Subject: Re: [PATCH] Tests are good
687              From: Philip Newton <Philip.Newton@gmx.net>
688              Date: Sat, 24 Nov 2001 21:24:00 +0100
689              Message-ID: <4c000us22s27871hrsqnvjmtnvtd4r85u1@4ax.com>
690      Branch: perl
691            ! pod/perlhack.pod
692 ____________________________________________________________________________
693 [ 13244] By: jhi                                   on 2001/11/24  19:06:29
694         Log: Subject: [PATCH perl@13227] make PPPort/harness build on VMS
695              From: "Craig A. Berry" <craigberry@mac.com> 
696              Date: Sat, 24 Nov 2001 12:45:44 -0600
697              Message-Id: <5.1.0.14.2.20011124030253.01bd4b98@exchi01>
698              
699              (with tweaks, and combined with Sarathy's #13242)
700      Branch: perl
701            ! configure.com ext/Devel/PPPort/harness/Makefile.PL
702 ____________________________________________________________________________
703 [ 13243] By: jhi                                   on 2001/11/24  18:46:31
704         Log: Subject: Re: [PATCH] Make Exporter::Heavy use Universal->VERSION()
705              From: John Peacock <jpeacock@rowman.com>
706              Date: Sat, 24 Nov 2001 14:27:46 -0500
707              Message-ID: <3BFFF4B2.40509@rowman.com> 
708      Branch: perl
709            ! lib/Exporter/Heavy.pm
710 ____________________________________________________________________________
711 [ 13242] By: gsar                                  on 2001/11/24  17:16:18
712         Log: use portable quotes
713      Branch: perl
714            ! ext/Devel/PPPort/harness/Makefile.PL
715 ____________________________________________________________________________
716 [ 13241] By: jhi                                   on 2001/11/24  17:09:25
717         Log: Subject: [PATCH] Re: [ID 20011118.128] installman chdir stuffs INC
718              From: Nicholas Clark <nick@ccl4.org>
719              Date: Sat, 24 Nov 2001 18:06:26 +0000
720              Message-ID: <20011124180626.T37621@plum.flirble.org>
721      Branch: perl
722            ! installman
723 ____________________________________________________________________________
724 [ 13240] By: jhi                                   on 2001/11/24  17:06:11
725         Log: Subject: [PATCH] perl5005delta.pod L<>
726              From: Nicholas Clark <nick@ccl4.org>
727              Date: Sat, 24 Nov 2001 18:04:21 +0000
728              Message-ID: <20011124180421.S37621@plum.flirble.org>
729      Branch: perl
730            ! pod/perl5005delta.pod
731 ____________________________________________________________________________
732 [ 13239] By: gsar                                  on 2001/11/24  17:01:17
733         Log: fix typo in config.vc; regenerate win32 config_H.* files
734      Branch: perl
735            ! win32/config.vc win32/config_H.bc win32/config_H.gc
736            ! win32/config_H.vc
737 ____________________________________________________________________________
738 [ 13238] By: jhi                                   on 2001/11/24  16:16:01
739         Log: Mention the charnames::vianame().
740      Branch: perl
741            ! pod/perluniintro.pod
742 ____________________________________________________________________________
743 [ 13237] By: jhi                                   on 2001/11/24  16:12:31
744         Log: Add charnames::vianame() in case people want to access
745              the codes in run-time (as opposed to the compile-timeness
746              of \N{...}).
747      Branch: perl
748            ! lib/charnames.pm lib/charnames.t
749 ____________________________________________________________________________
750 [ 13236] By: jhi                                   on 2001/11/24  16:11:04
751         Log: Subject: [PATCH] memset() is cheaper than a loop of 256 bit-a-a-times
752              From: Nicholas Clark <nick@ccl4.org>
753              Date: Sat, 24 Nov 2001 16:30:42 +0000
754              Message-ID: <20011124163042.R37621@plum.flirble.org>
755      Branch: perl
756            ! regcomp.c regcomp.h
757 ____________________________________________________________________________
758 [ 13235] By: jhi                                   on 2001/11/24  15:26:37
759         Log: Subject: [PATCH] Re: Smoke 13191 /pro/3gl/CPAN/perl-current
760              From: Nicholas Clark <nick@ccl4.org>
761              Date: Sat, 24 Nov 2001 16:24:33 +0000
762              Message-ID: <20011124162433.Q37621@plum.flirble.org>
763              
764              cmp fixes.
765      Branch: perl
766            ! pp.c
767 ____________________________________________________________________________
768 [ 13234] By: jhi                                   on 2001/11/24  15:23:34
769         Log: Use /proc/self/auxv in Solaris to figure out the $^X.
770              (It seems that "./perl" gets resolved to "perl" now.)
771      Branch: perl
772            ! perl.c
773 ____________________________________________________________________________
774 [ 13233] By: jhi                                   on 2001/11/24  14:58:52
775         Log: Subject: [PATCH] DB_File 1.800        
776              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>               
777              Date: Sat, 24 Nov 2001 11:41:41 -0000
778              Message-ID: <AIEAJICLCBDNAAOLLOKLIEPMDFAA.paul_marquess@yahoo.co.uk>
779      Branch: perl
780            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
781            ! ext/DB_File/DB_File.xs ext/DB_File/Makefile.PL
782            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
783            ! ext/DB_File/t/db-recno.t
784 ____________________________________________________________________________
785 [ 13232] By: jhi                                   on 2001/11/24  14:48:34
786         Log: Tweak the PUSHED documentation.
787      Branch: perl
788            ! ext/PerlIO/Via/Via.pm
789 ____________________________________________________________________________
790 [ 13231] By: jhi                                   on 2001/11/24  04:09:41
791         Log: Update 1_compile for new known tests.
792      Branch: perl
793            ! t/lib/1_compile.t
794 ____________________________________________________________________________
795 [ 13230] By: jhi                                   on 2001/11/24  04:07:39
796         Log: Move the MBF/MBI test modules to t/lib.
797      Branch: perl
798            + t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/Subclass.pm
799            - lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
800            - lib/Math/BigInt/t/Math/BigInt/Subclass.pm
801            ! MANIFEST lib/Math/BigInt/t/sub_mbf.t
802            ! lib/Math/BigInt/t/sub_mbi.t
803 ____________________________________________________________________________
804 [ 13229] By: jhi                                   on 2001/11/23  23:09:27
805         Log: Subject: [PATCH perl@13227] configure.com follow-up to 13218
806              From: "Craig A. Berry" <craigberry@mac.com> 
807              Date: Fri, 23 Nov 2001 18:05:35 -0600
808              Message-Id: <5.1.0.14.2.20011123175131.01abe358@exchi01>
809      Branch: perl
810            ! configure.com
811 ____________________________________________________________________________
812 [ 13228] By: jhi                                   on 2001/11/23  21:11:56
813         Log: Subject: [PATCH: perl@13169] switch unfcmb.h to employ 'STDCHAR' in place of char    
814              From: PPrymmer@factset.com 
815              Date: Fri, 23 Nov 2001 17:03:07 -0500
816              Message-ID: <OFA09CCF98.F3E93041-ON85256B0D.00787706@55.25.11>                 
817      Branch: perl
818            ! ext/Unicode/Normalize/mkheader
819 ____________________________________________________________________________
820 [ 13227] By: jhi                                   on 2001/11/23  20:09:36
821         Log: Here are the right helper files.
822      Branch: perl
823            + t/lib/Filter/Simple/ExportTest.pm
824            + t/lib/Filter/Simple/FilterOnlyTest.pm
825            + t/lib/Filter/Simple/FilterTest.pm
826            + t/lib/Filter/Simple/ImportTest.pm
827            ! MANIFEST
828 ____________________________________________________________________________
829 [ 13226] By: jhi                                   on 2001/11/23  20:03:28
830         Log: Update Changes.
831      Branch: perl
832            ! Changes patchlevel.h
833 ____________________________________________________________________________
834 [ 13225] By: jhi                                   on 2001/11/23  19:53:53
835         Log: Never mind.
836      Branch: perl
837            - lib/Filter/Simple/lib/ExportTest.pm
838            - lib/Filter/Simple/lib/ImportTest.pm
839 ____________________________________________________________________________
840 [ 13224] By: jhi                                   on 2001/11/23  19:52:03
841         Log: Mis-add.
842      Branch: perl
843            + lib/Filter/Simple/lib/ExportTest.pm
844            + lib/Filter/Simple/lib/ImportTest.pm
845 ____________________________________________________________________________
846 [ 13223] By: jhi                                   on 2001/11/23  19:39:57
847         Log: Upgrade to Filter::Simple 0.77.
848      Branch: perl
849            + lib/Filter/Simple/t/export.t lib/Filter/Simple/t/import.t
850            - t/lib/FilterOnlyTest.pm t/lib/FilterTest.pm
851            ! MANIFEST lib/Filter/Simple.pm lib/Filter/Simple/Changes
852            ! lib/Filter/Simple/README lib/Filter/Simple/t/data.t
853            ! lib/Filter/Simple/t/filter.t lib/Filter/Simple/t/filter_only.t
854 ____________________________________________________________________________
855 [ 13222] By: jhi                                   on 2001/11/23  19:12:20
856         Log: Missing p4 add.
857      Branch: perl
858            + lib/ExtUtils/MM_VMS.t
859 ____________________________________________________________________________
860 [ 13221] By: jhi                                   on 2001/11/23  19:10:18
861         Log: Pass 5 at perldelta - module and utility updates cleanup.
862      Branch: perl
863            ! pod/perldelta.pod
864 ____________________________________________________________________________
865 [ 13219] By: jhi                                   on 2001/11/23  18:55:06
866         Log: Regen Porting stuff; regen toc; cleanup nit in Configure.
867      Branch: perl
868            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
869            ! pod/buildtoc.PL pod/perltoc.pod
870 ____________________________________________________________________________
871 [ 13218] By: jhi                                   on 2001/11/23  18:48:18
872         Log: Add procselfexe and d_dirfd to strange lands.
873      Branch: perl
874            ! NetWare/config.wc configure.com epoc/config.sh uconfig.h
875            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
876            ! vos/config.ga.def vos/config.ga.h win32/config.bc
877            ! win32/config.gc win32/config.vc win32/config.win64
878            ! wince/config.ce
879 ____________________________________________________________________________
880 [ 13216] By: jhi                                   on 2001/11/23  18:47:17
881         Log: Better to "quote" the pathname.
882      Branch: perl
883            ! Configure config_h.SH
884 ____________________________________________________________________________
885 [ 13215] By: jhi                                   on 2001/11/23  18:34:24
886         Log: Use PROCSELFEXE_PATH.
887      Branch: perl
888            ! perl.c
889 ____________________________________________________________________________
890 [ 13213] By: jhi                                   on 2001/11/23  18:31:13
891         Log: Add probing for BSD-like /proc/curpoc/file.
892      Branch: perl
893            ! Configure config_h.SH
894 ____________________________________________________________________________
895 [ 13211] By: jhi                                   on 2001/11/23  18:09:37
896         Log: Add probing for dirfd() so that it can be added it IO::Dir.
897      Branch: perl
898            ! Configure config_h.SH perl.h
899 ____________________________________________________________________________
900 [ 13210] By: jhi                                   on 2001/11/23  17:37:27
901         Log: ...and update the test count.
902      Branch: perl
903            ! lib/Pod/t/basic.t
904 ____________________________________________________________________________
905 [ 13209] By: jhi                                   on 2001/11/23  17:19:12
906         Log: Must remove the cap test also from the test script.
907      Branch: perl
908            ! lib/Pod/t/basic.t
909 ____________________________________________________________________________
910 [ 13208] By: jhi                                   on 2001/11/23  17:11:58
911         Log: Subject: [PATCH] Tests are good
912              From: Nicholas Clark <nick@ccl4.org>
913              Date: Fri, 23 Nov 2001 18:12:21 +0000
914              Message-ID: <20011123181220.F37621@plum.flirble.org>
915      Branch: perl
916            ! pod/perlhack.pod
917 ____________________________________________________________________________
918 [ 13207] By: jhi                                   on 2001/11/23  17:08:31
919         Log: The basic.cap from podlators 1.14 is not very portable.
920      Branch: perl
921            - lib/Pod/t/basic.cap
922            ! MANIFEST
923 ____________________________________________________________________________
924 [ 13206] By: jhi                                   on 2001/11/23  16:41:13
925         Log: Subject: Re: [DOC PATCHES] pod cleanups
926              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
927              Date: 22 Nov 2001 12:54:16 -0000
928              Message-Id: <slrn9vptci.klv.rgarciasuarez@rafael.kazibao.net>
929      Branch: perl
930            ! pod/perlfunc.pod pod/perlmodinstall.pod pod/perlre.pod
931            ! pod/perlretut.pod pod/perluniintro.pod vms/perlvms.pod
932 ____________________________________________________________________________
933 [ 13205] By: jhi                                   on 2001/11/23  16:38:10
934         Log: FAQ sync.
935      Branch: perl
936            ! pod/perlfaq.pod pod/perlfaq3.pod pod/perlfaq4.pod
937 ____________________________________________________________________________
938 [ 13204] By: jhi                                   on 2001/11/23  16:37:21
939         Log: Subject: [PATCH: perl@13169] inital testing for MM_VMS 
940              From: PPrymmer@factset.com
941              Date: Fri, 23 Nov 2001 11:43:45 -0500
942              Message-ID: <OFC84EA224.295430FF-ON85256B0D.005BB70C@55.25.11>
943      Branch: perl
944            ! MANIFEST lib/ExtUtils/MM_VMS.pm
945 ____________________________________________________________________________
946 [ 13203] By: jhi                                   on 2001/11/23  15:47:13
947         Log: Corify podlators 1.14 test.
948      Branch: perl
949            ! lib/Pod/t/basic.t
950 ____________________________________________________________________________
951 [ 13202] By: jhi                                   on 2001/11/23  15:38:36
952         Log: Output tweak needed because of podlators 1.14.
953      Branch: perl
954            ! t/pod/multiline_items.xr
955 ____________________________________________________________________________
956 [ 13201] By: jhi                                   on 2001/11/23  15:38:04
957         Log: Upgrade to podlators 1.14.
958      Branch: perl
959            + lib/Pod/t/basic.cap lib/Pod/t/basic.clr lib/Pod/t/basic.man
960            + lib/Pod/t/basic.ovr lib/Pod/t/basic.pod lib/Pod/t/basic.t
961            + lib/Pod/t/basic.txt lib/Pod/t/parselink.t
962            ! MANIFEST lib/Pod/Man.pm lib/Pod/ParseLink.pm lib/Pod/Text.pm
963            ! lib/Pod/Text/Overstrike.pm
964 ____________________________________________________________________________
965 [ 13200] By: jhi                                   on 2001/11/23  15:32:06
966         Log: perlmodinstall tweaks from Philip Newton.
967      Branch: perl
968            ! pod/perlmodinstall.pod
969 ____________________________________________________________________________
970 [ 13199] By: jhi                                   on 2001/11/23  15:05:02
971         Log: Subject: Re: [PATCH] Porting/genlog -bi and range
972              From: Autrijus Tang <autrijus@autrijus.org>           
973              Date: Fri, 23 Nov 2001 23:55:53 +0800
974              Message-ID: <20011123235553.A2310@not.autrijus.org>
975      Branch: perl
976            ! Porting/genlog
977 ____________________________________________________________________________
978 [ 13198] By: jhi                                   on 2001/11/23  14:58:40
979         Log: Subject: Re: regex oddness with \Z and $&
980              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>  
981              Date: Fri, 23 Nov 2001 15:15:24 +0000
982              Message-Id: <200111231515.fANFFOR10341@crypt.compulink.co.uk>
983      Branch: perl
984            ! regcomp.c t/op/re_tests
985 ____________________________________________________________________________
986 [ 13197] By: jhi                                   on 2001/11/23  14:44:19
987         Log: regen_headers.
988      Branch: perl
989            ! embed.h global.sym pod/perlapi.pod proto.h
990 ____________________________________________________________________________
991 [ 13196] By: jhi                                   on 2001/11/23  14:24:08
992         Log: Forgotten check-in.
993      Branch: perl
994            ! pod/perlapi.pod
995 ____________________________________________________________________________
996 [ 13195] By: jhi                                   on 2001/11/23  14:23:49
997         Log: Remembered everything in 13152 but Test/Simple.pm itself, duh.
998      Branch: perl
999            ! lib/Test/Simple.pm
1000 ____________________________________________________________________________
1001 [ 13194] By: jhi                                   on 2001/11/22  11:31:59
1002         Log: Retract #13173 (effectively retract Net::Ping 2.06,
1003              go back to 2.04, the 2.06 hasn't seen the patches
1004              that have gone to the blead version.)
1005      Branch: perl
1006            - lib/Net/Ping/CHANGES lib/Net/Ping/README
1007            - lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
1008            - lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
1009            - lib/Net/Ping/t/200_ping_tcp.t
1010            ! MANIFEST lib/Net/Ping.pm
1011 ____________________________________________________________________________
1012 [ 13193] By: jhi                                   on 2001/11/22  11:27:49
1013         Log: Subject: Re: [PATCH perldoc] problems with pod2man         
1014              From: Robin Barker <rmb1@cise.npl.co.uk>
1015              Date: Thu, 22 Nov 2001 11:00:38 GMT
1016              Message-Id: <200111221100.LAA08582@tempest.npl.co.uk>
1017      Branch: perl
1018            ! utils/perldoc.PL
1019 ____________________________________________________________________________
1020 [ 13191] By: jhi                                   on 2001/11/22  05:06:09
1021         Log: procselfexe tweak: for some reason I had a ls in
1022              /proc/self/exe, not the ls Configure thought it
1023              would found.
1024      Branch: perl
1025            ! Configure
1026 ____________________________________________________________________________
1027 [ 13190] By: jhi                                   on 2001/11/22  04:45:36
1028         Log: Corify the Net::Ping tests; skip the tests
1029              unless $ENV{PERL_TEST_Net_Ping} is true.
1030      Branch: perl
1031            ! lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
1032            ! lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
1033            ! lib/Net/Ping/t/200_ping_tcp.t
1034 ____________________________________________________________________________
1035 [ 13188] By: jhi                                   on 2001/11/22  04:43:29
1036         Log: The #13182 didn't really help.  The real problem
1037              seems to be that 'sh' can in AIX mean at least three
1038              different things, and we can't know which one it is
1039              unless we export $newsh from an earlier run (and it's
1040              the 'bsh' aka 'sh' that has the the broken test -h).
1041      Branch: perl
1042            ! Configure
1043 ____________________________________________________________________________
1044 [ 13187] By: gsar                                  on 2001/11/22  03:42:58
1045         Log: local(*CORE::GLOBAL::require) doesn't behave like other overrides 
1046      Branch: perl
1047            ! op.c t/op/override.t
1048 ____________________________________________________________________________
1049 [ 13186] By: jhi                                   on 2001/11/22  03:18:49
1050         Log: Subject: [PATCH: perl@13169] add Shell.t tests for VMS
1051              From: PPrymmer@factset.com 
1052              Date: Wed, 21 Nov 2001 20:17:25 -0500
1053              Message-ID: <OF6DA93FFA.A954A0D4-ON85256B0C.0006DDF9@55.25.11>
1054      Branch: perl
1055            ! lib/Shell.t
1056 ____________________________________________________________________________
1057 [ 13185] By: jhi                                   on 2001/11/22  03:09:27
1058         Log: Reapply perlmodinstall parts of #12897.
1059      Branch: perl
1060            ! pod/perlmodinstall.pod
1061 ____________________________________________________________________________
1062 [ 13184] By: jhi                                   on 2001/11/22  03:08:00
1063         Log: perlmodinstall 2.01 from Jon Orwant.
1064      Branch: perl
1065            ! pod/perlmodinstall.pod
1066 ____________________________________________________________________________
1067 [ 13183] By: jhi                                   on 2001/11/21  22:33:20
1068         Log: Subject: [PATCH @10907] REXX on OS/2
1069              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1070              Date: Wed, 21 Nov 2001 15:26:11 -0500
1071              Message-ID: <20011121152611.A13664@math.ohio-state.edu>
1072      Branch: perl
1073            ! os2/Makefile.SHs os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
1074            ! os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/perlrexx.c
1075 ____________________________________________________________________________
1076 [ 13181] By: jhi                                   on 2001/11/21  22:30:37
1077         Log: AIX has broken builtin 'test'.
1078      Branch: perl
1079            ! Configure
1080 ____________________________________________________________________________
1081 [ 13180] By: jhi                                   on 2001/11/21  22:27:16
1082         Log: Subject: [PATCH 5.7.x] INSTALL size update
1083              From: Andy Dougherty <doughera@lafayette.edu>
1084              Date: Wed, 21 Nov 2001 14:49:21 -0500 (EST) 
1085              Message-ID: <Pine.SOL.4.10.10111211448190.16009-100000@maxwell.phys.lafayette.edu>         
1086      Branch: perl
1087            ! INSTALL
1088 ____________________________________________________________________________
1089 [ 13179] By: jhi                                   on 2001/11/21  22:25:14
1090         Log: Implement the sort pragma.  Split sort code from pp_ctl.c
1091              to pp_sort.c.  Includes the quicksort stabilizing layer
1092              from John P. Linderman.  -Msort=qsort or -Msort=fast is
1093              faster than without (or with -Msort=mergesort or -Msort=safe)
1094              for short random inputs, but for some reason not quite as fast
1095              as 5.6.1 qsort.  More benchmarking, profiling, tuning, and
1096              optimizing definitely needed.
1097      Branch: perl
1098            + lib/sort.pm lib/sort.t pp_sort.c
1099            ! MANIFEST Makefile.SH Makefile.micro NetWare/Makefile embed.h
1100            ! embed.pl global.sym perl.h pp_ctl.c proto.h
1101            ! vms/descrip_mms.template vos/build.cm win32/Makefile
1102            ! win32/makefile.mk wince/Makefile.ce
1103 ____________________________________________________________________________
1104 [ 13178] By: gbarr                                 on 2001/11/21  18:30:10
1105         Log: Sync file with libnet-1.0901-tobe
1106      Branch: perl
1107            + lib/Net/t/config.t lib/Net/t/libnet_t.pl lib/Net/t/time.t
1108            ! MANIFEST lib/Net/ChangeLog.libnet lib/Net/Config.pm
1109            ! lib/Net/Domain.pm lib/Net/FTP.pm lib/Net/FTP/E.pm
1110            ! lib/Net/FTP/L.pm lib/Net/NNTP.pm lib/Net/POP3.pm
1111            ! lib/Net/SMTP.pm lib/Net/libnetFAQ.pod
1112 ____________________________________________________________________________
1113 [ 13177] By: jhi                                   on 2001/11/21  17:31:28
1114         Log: Subject: [PATCH perldoc] problems with pod2man
1115              From: Robin Barker <rmb1@cise.npl.co.uk>
1116              Date: Wed, 21 Nov 2001 17:48:51 GMT
1117              Message-Id: <200111211748.RAA07123@tempest.npl.co.uk>
1118      Branch: perl
1119            ! utils/perldoc.PL
1120 ____________________________________________________________________________
1121 [ 13176] By: jhi                                   on 2001/11/21  17:27:30
1122         Log: debug_pad only visible when debugging.
1123      Branch: perl
1124            ! makedef.pl
1125 ____________________________________________________________________________
1126 [ 13174] By: jhi                                   on 2001/11/21  16:01:39
1127         Log: procselfexe tweaks.
1128      Branch: perl
1129            ! Configure config_h.SH
1130 ____________________________________________________________________________
1131 [ 13173] By: jhi                                   on 2001/11/21  15:55:08
1132         Log: Upgrade to Net::Ping 2.06.
1133      Branch: perl
1134            + lib/Net/Ping/CHANGES lib/Net/Ping/README
1135            + lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
1136            + lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
1137            + lib/Net/Ping/t/200_ping_tcp.t
1138            ! MANIFEST lib/Net/Ping.pm
1139 ____________________________________________________________________________
1140 [ 13172] By: jhi                                   on 2001/11/21  15:17:13
1141         Log: Upgrade to Math::BigInt 1.47.
1142      Branch: perl
1143            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
1144            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
1145            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
1146            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
1147            ! lib/Math/BigInt/t/mbimbf.t lib/Math/BigInt/t/sub_mbf.t
1148            ! lib/Math/BigInt/t/sub_mbi.t
1149 ____________________________________________________________________________
1150 [ 13171] By: jhi                                   on 2001/11/21  15:03:53
1151         Log: Dynaloading for POSIX-BC from Thomas Dorner.
1152      Branch: perl
1153            ! hints/posix-bc.sh
1154 ____________________________________________________________________________
1155 [ 13170] By: jhi                                   on 2001/11/21  15:02:39
1156         Log: Strange: the same mysterious regex study bug
1157              seems to be present both in OS/390 and POSIX-BC.
1158              Deep EBCDIC magic that regex engine gets wrong,
1159              or a bug in some compiler/library shared by the
1160              two platforms?  From Thomas Dorner.
1161      Branch: perl
1162            ! t/op/study.t
1163 ____________________________________________________________________________
1164 [ 13169] By: jhi                                   on 2001/11/21  14:47:03
1165         Log: More lost and found.
1166      Branch: perl
1167            + lib/Test/Simple/README
1168            ! MANIFEST
1169 ____________________________________________________________________________
1170 [ 13168] By: jhi                                   on 2001/11/21  14:45:05
1171         Log: MANIFESTly missing.
1172      Branch: perl
1173            ! MANIFEST
1174 ____________________________________________________________________________
1175 [ 13167] By: jhi                                   on 2001/11/21  14:42:35
1176         Log: Subject: Re: PERFORCE change 13162 for review               
1177              From: Philip Newton <Philip.Newton@gmx.net> 
1178              Date: Wed, 21 Nov 2001 16:44:30 +0100
1179              Message-ID: <j2invt4a84bccvj8khob0s9m3hd5urmcud@4ax.com>
1180      Branch: perl
1181            ! ext/Devel/PPPort/PPPort.pm
1182 ____________________________________________________________________________
1183 [ 13166] By: jhi                                   on 2001/11/21  14:39:27
1184         Log: Update Changes.
1185      Branch: perl
1186            ! Changes patchlevel.h
1187 ____________________________________________________________________________
1188 [ 13165] By: jhi                                   on 2001/11/21  14:34:43
1189         Log: Small doc tweaks.
1190      Branch: perl
1191            ! ext/PerlIO/Via/Via.pm
1192 ____________________________________________________________________________
1193 [ 13164] By: jhi                                   on 2001/11/21  14:13:00
1194         Log: Redundant return.
1195      Branch: perl
1196            ! ext/MIME/Base64/QuotedPrint.pm
1197 ____________________________________________________________________________
1198 [ 13163] By: jhi                                   on 2001/11/21  13:52:30
1199         Log: Subject: [PATCH] Z*/[AZa]* fails to pack length properly
1200              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
1201              Date: Wed, 21 Nov 2001 10:23:16 +0100
1202              Message-ID: <200111211023160020.0050BD28@smtp.chello.at>   
1203      Branch: perl
1204            ! pp_pack.c t/op/pack.t
1205 ____________________________________________________________________________
1206 [ 13162] By: jhi                                   on 2001/11/21  13:44:41
1207         Log: Add Devel::PPPort originally from Kenneth Albanowski,
1208              revigorated by Paul Marquess: gives h2xs a Perl version
1209              portability boost.
1210      Branch: perl
1211            + ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
1212            + ext/Devel/PPPort/README ext/Devel/PPPort/TODO
1213            + ext/Devel/PPPort/harness/Harness.pm
1214            + ext/Devel/PPPort/harness/Harness.xs
1215            + ext/Devel/PPPort/harness/Makefile.PL
1216            + ext/Devel/PPPort/harness/module2.c
1217            + ext/Devel/PPPort/harness/module3.c
1218            + ext/Devel/PPPort/harness/t/test.t ext/Devel/PPPort/soak
1219            ! MANIFEST lib/h2xs.t utils/h2xs.PL
1220 ____________________________________________________________________________
1221 [ 13161] By: jhi                                   on 2001/11/21  13:43:08
1222         Log: Oops.
1223      Branch: perl
1224            ! lib/Test/Simple/t/filehandles.t
1225 ____________________________________________________________________________
1226 [ 13160] By: jhi                                   on 2001/11/21  13:23:07
1227         Log: Subject: Re: PERFORCE change 13152 for review               
1228              From: Philip Newton <Philip.Newton@gmx.net> 
1229              Date: Wed, 21 Nov 2001 09:04:05 +0100
1230              Message-ID: <1glmvtgulgh95tcrent3cso98pb5nm3rgb@4ax.com>
1231      Branch: perl
1232            ! lib/Test/Builder.pm
1233 ____________________________________________________________________________
1234 [ 13159] By: jhi                                   on 2001/11/21  13:19:08
1235         Log: Subject: Re: PERFORCE change 13142 for review
1236              From: Philip Newton <Philip.Newton@gmx.net>
1237              Date: Wed, 21 Nov 2001 09:04:03 +0100
1238              Message-ID: <m9lmvt8a2vjq2sa8stds01msej0f2f03up@4ax.com>
1239              
1240              plus rewrap few paragraphs.
1241      Branch: perl
1242            ! lib/Pod/LaTeX.pm
1243 ____________________________________________________________________________
1244 [ 13158] By: jhi                                   on 2001/11/21  03:59:51
1245         Log: Integrate #13154 from macperl; Remove comments.
1246      Branch: perl
1247           !> lib/File/Spec/Mac.pm
1248 ____________________________________________________________________________
1249 [ 13157] By: jhi                                   on 2001/11/21  03:53:06
1250         Log: Update the list of modules having tests.
1251      Branch: perl
1252            ! t/lib/1_compile.t
1253 ____________________________________________________________________________
1254 [ 13156] By: pudge                                 on 2001/11/21  03:19:09
1255         Log: Slight doc changes.
1256      Branch: maint-5.6/macperl
1257            ! macos/macperl/MacPerl.podhelp
1258 ____________________________________________________________________________
1259 [ 13155] By: pudge                                 on 2001/11/21  03:18:48
1260         Log: Add UTF-16 coercion.
1261      Branch: maint-5.6/macperl
1262            ! macos/lib/Mac/AppleEvents/Simple.pm
1263 ____________________________________________________________________________
1264 [ 13154] By: pudge                                 on 2001/11/21  03:16:55
1265         Log: Remove comments.
1266      Branch: maint-5.6/macperl
1267            ! lib/File/Spec/Mac.pm
1268 ____________________________________________________________________________
1269 [ 13153] By: pudge                                 on 2001/11/21  03:16:00
1270         Log: Fix FSpGetCatInfo (and other functions) corrupting
1271              memory with bad filespecs (bug #471867)
1272      Branch: maint-5.6/macperl
1273            ! macos/ext/Mac/Files/typemap macos/ext/Mac/typemap
1274 ____________________________________________________________________________
1275 [ 13152] By: jhi                                   on 2001/11/21  03:09:46
1276         Log: Upgrade to Test::Simple 0.33.
1277      Branch: perl
1278            ! lib/Test/Builder.pm lib/Test/More.pm lib/Test/Simple/Changes
1279            ! lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/no_header.t
1280            ! lib/Test/Simple/t/output.t lib/Test/Tutorial.pod
1281 ____________________________________________________________________________
1282 [ 13151] By: jhi                                   on 2001/11/21  03:01:36
1283         Log: Upgrade to Test::Harness 1.26.
1284      Branch: perl
1285            ! lib/Test/Harness.pm lib/Test/Harness/Changes
1286 ____________________________________________________________________________
1287 [ 13150] By: jhi                                   on 2001/11/21  02:15:47
1288         Log: Integrate change #13145 from maintperl;
1289              another compatibility tweak to change#12559: avoid quoting
1290              arguments that already have quotes; add test case
1291      Branch: perl
1292           !> t/op/system_tests win32/win32.c
1293 ____________________________________________________________________________
1294 [ 13149] By: gsar                                  on 2001/11/21  02:00:28
1295         Log: integrate change#13147 from mainline (fixes nit in change#10091)
1296              
1297              Subject: [PATCH] spaceship and refs
1298      Branch: maint-5.6/perl
1299            ! pp.c pp_hot.c t/op/cmp.t
1300 ____________________________________________________________________________
1301 [ 13148] By: jhi                                   on 2001/11/21  00:44:56
1302         Log: Subject: [PATCH] Add test for Pod::ParseUtils              
1303              From: Tim Jenness <t.jenness@jach.hawaii.edu>            
1304              Date: Tue, 20 Nov 2001 14:33:14 -1000 (HST)
1305              Message-ID: <Pine.LNX.4.33.0111201429060.22000-100000@lapaki>
1306      Branch: perl
1307            + lib/Pod/t/utils.t
1308            ! MANIFEST
1309 ____________________________________________________________________________
1310 [ 13147] By: jhi                                   on 2001/11/21  00:40:09
1311         Log: Subject: [PATCH] spaceship and refs
1312              From: Nicholas Clark <nick@ccl4.org>
1313              Date: Tue, 20 Nov 2001 21:59:51 +0000
1314              Message-ID: <20011120215951.U62891@plum.flirble.org> 
1315      Branch: perl
1316            ! pp.c pp_hot.c t/op/cmp.t
1317 ____________________________________________________________________________
1318 [ 13146] By: jhi                                   on 2001/11/21  00:37:00
1319         Log: Try to clarify which I/O call operates on bytes,
1320              which on characters, which on either.
1321      Branch: perl
1322            ! pod/perlfunc.pod
1323 ____________________________________________________________________________
1324 [ 13145] By: gsar                                  on 2001/11/21  00:14:29
1325         Log: another compatibility tweak to change#12559: avoid quoting
1326              arguments that already have quotes; add test case
1327      Branch: maint-5.6/perl
1328            ! t/op/system_tests win32/win32.c
1329 ____________________________________________________________________________
1330 [ 13144] By: jhi                                   on 2001/11/20  22:31:47
1331         Log: Give a simple example of writing PerlIO::Via handlers
1332              in Perl.
1333      Branch: perl
1334            ! ext/PerlIO/Via/Via.pm
1335 ____________________________________________________________________________
1336 [ 13143] By: jhi                                   on 2001/11/20  20:50:41
1337         Log: Add test for Pod::LaTeX; re-sort MANIFEST.
1338      Branch: perl
1339            + lib/Pod/t/latex.t
1340            ! MANIFEST
1341 ____________________________________________________________________________
1342 [ 13142] By: jhi                                   on 2001/11/20  20:42:48
1343         Log: Subject: [PATCH] Pod::LaTeX up to V0.54
1344              From: Tim Jenness <t.jenness@jach.hawaii.edu>
1345              Date: Tue, 20 Nov 2001 11:36:54 -1000 (HST)
1346              Message-ID: <Pine.LNX.4.33.0111201131060.22000-100000@lapaki>
1347      Branch: perl
1348            ! lib/Pod/LaTeX.pm pod/pod2latex.PL
1349 ____________________________________________________________________________
1350 [ 13141] By: jhi                                   on 2001/11/20  20:35:14
1351         Log: Spread d_procselfexe to far-off lands (undefined).
1352      Branch: perl
1353            ! NetWare/config.wc configure.com epoc/config.sh uconfig.h
1354            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
1355            ! vos/config.ga.def vos/config.ga.h win32/config.bc
1356            ! win32/config.gc win32/config.vc win32/config.win64
1357            ! wince/config.ce
1358 ____________________________________________________________________________
1359 [ 13140] By: jhi                                   on 2001/11/20  20:17:13
1360         Log: Integrate perlio; add detection and use of /proc/self/exe
1361              (Linuxism for finding the absolute path of the executable)
1362      Branch: perl
1363           !> Configure config_h.SH perl.c t/op/magic.t
1364 ____________________________________________________________________________
1365 [ 13139] By: jhi                                   on 2001/11/20  20:12:06
1366         Log: Really define do_report_used() only if DEBUGGING.
1367      Branch: perl
1368            ! sv.c
1369 ____________________________________________________________________________
1370 [ 13138] By: nick                                  on 2001/11/20  20:01:05
1371         Log: perl.c change to use HAS_PROCSELFEXE, also
1372              tweak to $^X test to comprehend full path to real executable
1373              being returned (like Cygwin as it happens...)
1374      Branch: perlio
1375            ! perl.c t/op/magic.t
1376 ____________________________________________________________________________
1377 [ 13137] By: nick                                  on 2001/11/20  19:46:00
1378         Log: Integrate mainline
1379      Branch: perlio
1380           +> lib/NEXT/t/actual.t lib/NEXT/t/actuns.t lib/NEXT/t/next.t
1381           +> lib/NEXT/t/unseen.t
1382            - lib/NEXT/test.pl
1383           !> (integrate 34 files)
1384 ____________________________________________________________________________
1385 [ 13136] By: jhi                                   on 2001/11/20  17:47:36
1386         Log: Subject: [?PATCH] terser pp_eq
1387              From: Nicholas Clark <nick@ccl4.org>
1388              Date: Mon, 19 Nov 2001 23:09:02 +0000
1389              Message-ID: <20011119230901.O62891@plum.flirble.org>
1390      Branch: perl
1391            ! pp_hot.c
1392 ____________________________________________________________________________
1393 [ 13135] By: jhi                                   on 2001/11/20  17:40:13
1394         Log: Pass 4 at perldelta - cleanup problems found by podchecker.
1395      Branch: perl
1396            ! pod/perldelta.pod
1397 ____________________________________________________________________________
1398 [ 13134] By: jhi                                   on 2001/11/20  16:59:54
1399         Log: Subject: Re: [ID 20011117.127] Not OK: perl v5.7.2 +DEVEL13048 on i686-linux 2.4.15-pre6
1400              From: Andy Dougherty <doughera@lafayette.edu>
1401              Date: Tue, 20 Nov 2001 12:45:32 -0500 (EST)
1402              Message-ID: <Pine.SOL.4.10.10111201240270.15132-100000@maxwell.phys.lafayette.edu>
1403      Branch: perl
1404            ! ext/re/Makefile.PL ext/re/re.xs
1405 ____________________________________________________________________________
1406 [ 13133] By: jhi                                   on 2001/11/20  15:51:04
1407         Log: Subject: Re: [ID 20011117.127] Not OK: perl v5.7.2 +DEVEL13048 on i686-linux 2.4.15-pre6
1408              From: Andy Dougherty <doughera@lafayette.edu>
1409              Date: Tue, 20 Nov 2001 11:08:13 -0500 (EST)
1410              Message-ID: <Pine.SOL.4.10.10111201106010.15104-100000@maxwell.phys.lafayette.edu>
1411      Branch: perl
1412            ! ext/re/re.xs
1413 ____________________________________________________________________________
1414 [ 13132] By: jhi                                   on 2001/11/20  15:31:43
1415         Log: Integrate change #13119 from macperl.
1416              (No changes since already applied the patch,
1417              just keep perforce happy and well-fed.)
1418      Branch: perl
1419           !> lib/Pod/Html.pm
1420 ____________________________________________________________________________
1421 [ 13131] By: jhi                                   on 2001/11/20  15:29:55
1422         Log: Subject: [PATCH] filter-util.pl for Mac OS
1423              From: Chris Nandor <pudge@pobox.com>
1424              Date: Tue, 20 Nov 2001 00:16:11 -0500
1425              Message-Id: <p0510030ab81f970e9c05@[10.0.1.177]>
1426      Branch: perl
1427            ! t/lib/filter-util.pl
1428 ____________________________________________________________________________
1429 [ 13130] By: jhi                                   on 2001/11/20  15:23:11
1430         Log: Subject: [PATCH] Portability fix for Pod::Html
1431              From: Chris Nandor <pudge@pobox.com>
1432              Date: Tue, 20 Nov 2001 00:01:05 -0500
1433              Message-Id: <p05100307b81f92788846@[10.0.1.177]>
1434      Branch: perl
1435            ! lib/Pod/Html.pm
1436 ____________________________________________________________________________
1437 [ 13129] By: jhi                                   on 2001/11/20  15:14:49
1438         Log: Need to skip more tests if not perlio.
1439      Branch: perl
1440            ! lib/open.t
1441 ____________________________________________________________________________
1442 [ 13128] By: jhi                                   on 2001/11/20  15:04:55
1443         Log: Pass 3 at perldelta - sort the lists of new modules,
1444              module improvements, and new platforms.
1445      Branch: perl
1446            ! pod/perldelta.pod
1447 ____________________________________________________________________________
1448 [ 13127] By: jhi                                   on 2001/11/20  13:42:22
1449         Log: Document ${^OPEN}.
1450      Branch: perl
1451            ! pod/perlvar.pod
1452 ____________________________________________________________________________
1453 [ 13126] By: pudge                                 on 2001/11/20  03:28:51
1454         Log: Make configpm work with extra keys
1455      Branch: maint-5.6/macperl
1456            ! macos/configpm
1457 ____________________________________________________________________________
1458 [ 13125] By: pudge                                 on 2001/11/20  03:28:09
1459         Log: Version and doc updates
1460      Branch: maint-5.6/macperl
1461            ! macos/MPVersion.r macos/macperl/MacPerl.podhelp
1462 ____________________________________________________________________________
1463 [ 13124] By: pudge                                 on 2001/11/20  03:27:44
1464         Log: More fixes for error message parsing (bug #470316)
1465      Branch: maint-5.6/macperl
1466            ! macos/macish.c
1467 ____________________________________________________________________________
1468 [ 13123] By: pudge                                 on 2001/11/20  03:26:32
1469         Log: Fix ctrl-D handling (bug #471436), more exit fixes (bug #467732),
1470              remove obsolete function (bug #465225)
1471      Branch: maint-5.6/macperl
1472            ! macos/macperl/MPConsole.cp macos/macperl/MPMain.c
1473            ! macos/macperl/MPScript.c
1474 ____________________________________________________________________________
1475 [ 13122] By: pudge                                 on 2001/11/20  03:20:17
1476         Log: Add p2as droplet to distribution.
1477      Branch: maint-5.6/macperl
1478            + macos/macperl/Droplets/p2as.plx
1479 ____________________________________________________________________________
1480 [ 13121] By: pudge                                 on 2001/11/20  03:10:36
1481         Log: Bundle File::Sort.
1482      Branch: maint-5.6/macperl
1483            + macos/bundled_lib/blib/lib/File/Sort.pm
1484 ____________________________________________________________________________
1485 [ 13120] By: pudge                                 on 2001/11/20  03:09:21
1486         Log: Various bundled module fixes.
1487      Branch: maint-5.6/macperl
1488            ! macos/bundled_ext/Compress/Zlib/Makefile.mk
1489            ! macos/bundled_ext/Digest/MD5/t/files.t
1490            ! macos/bundled_ext/Filter/t/filter-util.pl
1491            ! macos/bundled_lib/blib/lib/Net/Config.pm
1492            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-chunk.t
1493 ____________________________________________________________________________
1494 [ 13119] By: pudge                                 on 2001/11/20  03:08:27
1495         Log: Portability fix for Pod::Html.
1496      Branch: maint-5.6/macperl
1497            ! lib/Pod/Html.pm
1498 ____________________________________________________________________________
1499 [ 13118] By: jhi                                   on 2001/11/20  02:58:38
1500         Log: Upgrade to Text::Balanced 1.89.
1501      Branch: perl
1502            ! lib/Text/Balanced.pm lib/Text/Balanced/Changes
1503            ! lib/Text/Balanced/README lib/Text/Balanced/t/extbrk.t
1504            ! lib/Text/Balanced/t/extcbk.t lib/Text/Balanced/t/extdel.t
1505            ! lib/Text/Balanced/t/extmul.t lib/Text/Balanced/t/extqlk.t
1506            ! lib/Text/Balanced/t/exttag.t lib/Text/Balanced/t/extvar.t
1507            ! lib/Text/Balanced/t/gentag.t
1508 ____________________________________________________________________________
1509 [ 13117] By: jhi                                   on 2001/11/20  02:53:32
1510         Log: Upgrade to NEXT 0.50.
1511      Branch: perl
1512            + lib/NEXT/t/actual.t lib/NEXT/t/actuns.t lib/NEXT/t/next.t
1513            + lib/NEXT/t/unseen.t
1514            - lib/NEXT/test.pl
1515            ! MANIFEST lib/NEXT.pm lib/NEXT/Changes lib/NEXT/README
1516 ____________________________________________________________________________
1517 [ 13116] By: pudge                                 on 2001/11/20  02:47:23
1518         Log: Integrate with maint-5.6/perl.
1519      Branch: maint-5.6/macperl
1520           !> win32/win32.c
1521 ____________________________________________________________________________
1522 [ 13115] By: jhi                                   on 2001/11/20  01:57:41
1523         Log: Update the README.threads scary header a bit.
1524      Branch: perl
1525            ! README.threads
1526 ____________________________________________________________________________
1527 [ 13114] By: jhi                                   on 2001/11/20  01:49:59
1528         Log: Pass 2 at perldelta: add some changes since 5.7.2.
1529      Branch: perl
1530            ! pod/perldelta.pod
1531 ____________________________________________________________________________
1532 [ 13113] By: jhi                                   on 2001/11/20  00:55:25
1533         Log: Subject: [DOC PATCH] perlfaq4.pod 
1534              From: Tim Jenness <t.jenness@jach.hawaii.edu>
1535              Date: Mon, 19 Nov 2001 15:31:36 -1000 (HST)
1536              Message-ID: <Pine.LNX.4.33.0111191530180.5914-100000@lapaki>           
1537      Branch: perl
1538            ! pod/perlfaq4.pod
1539 ____________________________________________________________________________
1540 [ 13112] By: jhi                                   on 2001/11/20  00:53:17
1541         Log: Subject: [PATCH perl.c] Extra diagnostics for -DP            
1542              From: Michael G Schwern <schwern@pobox.com> 
1543              Date: Mon, 19 Nov 2001 19:53:12 -0500
1544              Message-ID: <20011119195311.I11883@blackrider>
1545      Branch: perl
1546            ! perl.c
1547 ____________________________________________________________________________
1548 [ 13111] By: jhi                                   on 2001/11/20  00:48:46
1549         Log: Subject: [PATCH: perl@13050] update of vms Makefile.SH analog
1550              From: PPrymmer@factset.com
1551              Date: Mon, 19 Nov 2001 17:08:59 -0500
1552              Message-ID: <OFE1F46859.B4E4C53A-ON85256B09.0078C420@55.25.11>
1553      Branch: perl
1554            ! vms/descrip_mms.template
1555 ____________________________________________________________________________
1556 [ 13110] By: jhi                                   on 2001/11/20  00:39:02
1557         Log: Create a per-interpeter debug scratchpad container
1558              and use that for the regexec debugging.
1559      Branch: perl
1560            ! embedvar.h intrpvar.h perl.c perl.h perlapi.h regexec.c
1561 ____________________________________________________________________________
1562 [ 13109] By: nick                                  on 2001/11/19  22:01:45
1563         Log: Use /proc/self/exe to set $^X on linux (or anywhere new
1564              Configure unit detects the feature).
1565      Branch: metaconfig/U/perl
1566            + procselfexe.U
1567      Branch: perlio
1568            ! Configure config_h.SH
1569 ____________________________________________________________________________
1570 [ 13108] By: nick                                  on 2001/11/19  20:39:17
1571         Log: Integrate mainline
1572      Branch: perlio
1573           +> t/op/or.t
1574           !> (integrate 44 files)
1575 ____________________________________________________________________________
1576 [ 13107] By: jhi                                   on 2001/11/19  20:22:36
1577         Log: sysseek tweak.
1578      Branch: perl
1579            ! pod/perlfunc.pod
1580 ____________________________________________________________________________
1581 [ 13106] By: jhi                                   on 2001/11/19  20:18:42
1582         Log: Move the sysio tests from io/utf8 to lib/open.
1583      Branch: perl
1584            ! lib/open.t t/io/utf8.t
1585 ____________________________________________________________________________
1586 [ 13105] By: nick                                  on 2001/11/19  20:15:39
1587         Log: Add a .package and a README to //depot/metaconfig
1588      Branch: metaconfig
1589            + .package README
1590 ____________________________________________________________________________
1591 [ 13104] By: jhi                                   on 2001/11/19  20:01:54
1592         Log: Thou shalt not mix stdio and sysio.
1593      Branch: perl
1594            ! t/io/utf8.t
1595 ____________________________________________________________________________
1596 [ 13103] By: jhi                                   on 2001/11/19  19:28:40
1597         Log: Update Changes.
1598      Branch: perl
1599            ! Changes patchlevel.h
1600 ____________________________________________________________________________
1601 [ 13102] By: jhi                                   on 2001/11/19  19:17:14
1602         Log: The runops_debug needs to be present always, otherwise
1603              places like AIX which need an explicit symbol export list
1604              will croak when trying to build Devel::Peek (which uses
1605              the runops_debug).
1606      Branch: perl
1607            ! makedef.pl
1608 ____________________________________________________________________________
1609 [ 13101] By: jhi                                   on 2001/11/19  19:06:48
1610         Log: Subject: [PATCH: perl@13050] VMS specific cleanup and strictness for tie_sdbm.t
1611              From: PPrymmer@factset.com 
1612              Date: Mon, 19 Nov 2001 11:34:22 -0500
1613              Message-ID: <OF8BFCD922.9F513397-ON85256B09.005AAA90@55.25.11>
1614      Branch: perl
1615            ! lib/Memoize/t/tie_sdbm.t
1616 ____________________________________________________________________________
1617 [ 13100] By: jhi                                   on 2001/11/19  18:57:11
1618         Log: Retract #13088: it seems that unless dump.c is extensively
1619              reorganized as to what symbols it shows, when, and to whom,
1620              we are stuck with having the dump.o symbols in the libperl
1621              and thusly in the main Perl binary.
1622      Branch: perl
1623            ! embedvar.h perlapi.h perlvars.h
1624 ____________________________________________________________________________
1625 [ 13099] By: jhi                                   on 2001/11/19  18:02:14
1626         Log: The _uni_display should not be in dump.c since they
1627              are used under normal operation (S_not_a_number()).
1628      Branch: perl
1629            ! dump.c embed.h embed.pl global.sym proto.h utf8.c
1630 ____________________________________________________________________________
1631 [ 13098] By: jhi                                   on 2001/11/19  17:37:26
1632         Log: Protect sv_dump() from being included unless DEBUGGING,
1633              as noticed by Ilya.
1634      Branch: perl
1635            ! sv.c
1636 ____________________________________________________________________________
1637 [ 13097] By: jhi                                   on 2001/11/19  15:11:41
1638         Log: Pending further investigation skip the tell() tests.
1639              The tell() is okay on Solaris, HP-UX and Tru64, but fails
1640              (by returning too much) in Linux.
1641      Branch: perl
1642            ! t/io/utf8.t
1643 ____________________________________________________________________________
1644 [ 13096] By: jhi                                   on 2001/11/19  14:28:57
1645         Log: Retract #13082 until a better solution is found:
1646              statics break ithreads.
1647      Branch: perl
1648            ! regexec.c
1649 ____________________________________________________________________________
1650 [ 13095] By: jhi                                   on 2001/11/19  14:24:33
1651         Log: Figures 1 and 2 for UTF-8.
1652      Branch: perl
1653            ! pod/perlunicode.pod
1654 ____________________________________________________________________________
1655 [ 13094] By: jhi                                   on 2001/11/19  14:09:34
1656         Log: Subject: [PATCH] new warning "Useless use of sort in scalar context"
1657              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1658              Date: Mon, 19 Nov 2001 13:26:45 +0100                 
1659              Message-ID: <20011119132645.A15034@rafael>
1660      Branch: perl
1661            ! op.c pod/perldiag.pod t/lib/warnings/op
1662 ____________________________________________________________________________
1663 [ 13093] By: jhi                                   on 2001/11/19  14:07:20
1664         Log: Subject: [PATCH t/op/closure.t] A little extra debugging output
1665              From: Michael G Schwern <schwern@pobox.com> 
1666              Date: Mon, 19 Nov 2001 03:11:12 -0500                 
1667              Message-ID: <20011119031112.E786@blackrider>
1668      Branch: perl
1669            ! t/op/closure.t
1670 ____________________________________________________________________________
1671 [ 13092] By: jhi                                   on 2001/11/19  14:05:21
1672         Log: Subject: [PATCH MANIFEST t/op/or.t] Double FETCH test
1673              From: Michael G Schwern <schwern@pobox.com>
1674              Date: Mon, 19 Nov 2001 03:42:56 -0500
1675              Message-ID: <20011119034256.I786@blackrider>
1676      Branch: perl
1677            + t/op/or.t
1678            ! MANIFEST
1679 ____________________________________________________________________________
1680 [ 13091] By: jhi                                   on 2001/11/19  13:50:45
1681         Log: Subject: [PATCH] io_poll.t vms/test.com tweaks
1682              From: "Craig A. Berry" <craigberry@mac.com>
1683              Date: Sun, 18 Nov 2001 14:33:48 -0600
1684              Message-Id: <a05101001b81db38899ea@[172.16.52.1]>
1685      Branch: perl
1686            ! ext/IO/lib/IO/t/io_poll.t vms/test.com
1687 ____________________________________________________________________________
1688 [ 13090] By: jhi                                   on 2001/11/19  13:49:28
1689         Log: Subject: [PATCH] ExtUtils::Install - use File::Spec instead of ExtUtils::MakeMaker
1690              From: Dave Rolsky <autarch@urth.org>
1691              Date: Mon, 19 Nov 2001 00:07:28 -0600 (CST)
1692              Message-ID: <Pine.LNX.4.40.0111190006040.4213-100000@urth.org>
1693      Branch: perl
1694            ! lib/ExtUtils/Manifest.pm
1695 ____________________________________________________________________________
1696 [ 13089] By: jhi                                   on 2001/11/19  13:48:35
1697         Log: Subject: [PATCH] ExtUtils::Install - use File::Spec instead of ExtUtils::MakeMaker
1698              From: Dave Rolsky <autarch@urth.org>
1699              Date: Mon, 19 Nov 2001 00:07:28 -0600 (CST) 
1700              Message-ID: <Pine.LNX.4.40.0111190006040.4213-100000@urth.org>
1701      Branch: perl
1702            ! lib/ExtUtils/Install.pm
1703 ____________________________________________________________________________
1704 [ 13088] By: jhi                                   on 2001/11/19  13:44:49
1705         Log: The runops_dbg should not be needed.
1706      Branch: perl
1707            ! embedvar.h perlapi.h perlvars.h pod/perlapi.pod
1708 ____________________________________________________________________________
1709 [ 13087] By: jhi                                   on 2001/11/19  13:28:22
1710         Log: do_spawn() cleanup from Charles Lane.
1711      Branch: perl
1712            ! vms/vms.c
1713 ____________________________________________________________________________
1714 [ 13086] By: jhi                                   on 2001/11/19  13:22:26
1715         Log: Update the list of tests.
1716      Branch: perl
1717            ! t/lib/1_compile.t
1718 ____________________________________________________________________________
1719 [ 13085] By: jhi                                   on 2001/11/18  21:57:23
1720         Log: Subject: [PATCH t/lib/warnings/sv] Re: [ID 20011116.125] $a = undef; print "$a\n"; does not warn
1721              From: Michael G Schwern <schwern@pobox.com> 
1722              Date: Fri, 16 Nov 2001 17:37:04 -0500
1723              Message-ID: <20011116173703.L30160@blackrider>
1724      Branch: perl
1725            ! t/lib/warnings/sv
1726 ____________________________________________________________________________
1727 [ 13084] By: jhi                                   on 2001/11/18  21:38:50
1728         Log: FAQ sync.
1729      Branch: perl
1730            ! pod/perlfaq4.pod
1731 ____________________________________________________________________________
1732 [ 13083] By: jhi                                   on 2001/11/18  21:37:06
1733         Log: Integrate perlio; win32 sync.
1734      Branch: perl
1735           !> perlio.c win32/win32io.c
1736 ____________________________________________________________________________
1737 [ 13082] By: jhi                                   on 2001/11/18  19:13:06
1738         Log: (retracted by #13096)
1739              Debugging would be badly skewed by a malloc per regex dump.
1740      Branch: perl
1741            ! regexec.c
1742 ____________________________________________________________________________
1743 [ 13081] By: nick                                  on 2001/11/18  19:08:40
1744         Log: Win32 layer has a dup which needs to match new prototype.
1745      Branch: perlio
1746            ! win32/win32io.c
1747 ____________________________________________________________________________
1748 [ 13080] By: nick                                  on 2001/11/18  19:05:02
1749         Log: Wrong way to get stdio mode used.
1750      Branch: perlio
1751            ! perlio.c
1752 ____________________________________________________________________________
1753 [ 13079] By: jhi                                   on 2001/11/18  18:59:28
1754         Log: Retract #13048: that introduced a malloc() (through savepvn())
1755              to *every* m//, which killed the performance quite badly.
1756      Branch: perl
1757            ! pp_hot.c regcomp.c regcomp.h regexp.h t/op/re_tests
1758 ____________________________________________________________________________
1759 [ 13078] By: jhi                                   on 2001/11/18  17:37:31
1760         Log: Pass 1 at perldelta.pod: sort the section contents
1761              together, drop all but the 5.7.2 known problems,
1762              leave the 5.7.1 security note since that's the
1763              fullest explanation (update the date on that).
1764      Branch: perl
1765            ! pod/perldelta.pod
1766 ____________________________________________________________________________
1767 [ 13077] By: jhi                                   on 2001/11/18  17:07:12
1768         Log: Retract 11635: close 20011113.110, reopen 20010809.028.
1769              
1770              Tiny problem in the test for 20011113.110: I hope
1771              'my $x= [("foo") x 1]' was never going to produce [qw(foo foo)] :-)
1772      Branch: perl
1773            ! pp.c t/op/repeat.t
1774 ____________________________________________________________________________
1775 [ 13076] By: jhi                                   on 2001/11/18  16:46:11
1776         Log: All of syswrite/send/sendto need to return character counts,
1777              and character counts from the offset, not the beginning of
1778              the scalar.
1779      Branch: perl
1780            ! pp_sys.c
1781 ____________________________________________________________________________
1782 [ 13075] By: jhi                                   on 2001/11/18  16:39:32
1783         Log: Integrate PerlIO: duping fixes.
1784      Branch: perl
1785           !> doio.c ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
1786           !> ext/PerlIO/Via/Via.xs ext/PerlIO/t/scalar.t perlio.c perlio.h
1787           !> perliol.h sv.c
1788 ____________________________________________________________________________
1789 [ 13074] By: jhi                                   on 2001/11/18  16:34:29
1790         Log: syswrite() was still returning byte counts, not character counts.
1791      Branch: perl
1792            ! pp_sys.c t/io/utf8.t
1793 ____________________________________________________________________________
1794 [ 13073] By: jhi                                   on 2001/11/18  16:16:17
1795         Log: Add test for sysread().
1796      Branch: perl
1797            ! t/io/utf8.t
1798 ____________________________________________________________________________
1799 [ 13072] By: nick                                  on 2001/11/18  16:15:31
1800         Log: Allow dup'ing of PerlIO::Scalar etc.
1801      Branch: perlio
1802            ! doio.c ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
1803            ! ext/PerlIO/Via/Via.xs ext/PerlIO/t/scalar.t perlio.c perlio.h
1804            ! perliol.h sv.c
1805 ____________________________________________________________________________
1806 [ 13071] By: jhi                                   on 2001/11/18  16:12:32
1807         Log: Prepend a null byte to the test set.
1808      Branch: perl
1809            ! t/io/utf8.t
1810 ____________________________________________________________________________
1811 [ 13070] By: jhi                                   on 2001/11/18  15:13:57
1812         Log: Document how "no utf8;" can become handy.
1813      Branch: perl
1814            ! lib/utf8.pm
1815 ____________________________________________________________________________
1816 [ 13069] By: jhi                                   on 2001/11/18  14:05:23
1817         Log: Integrate perlio; force the inclusion of the PL_runops_*
1818      Branch: perl
1819           !> embedvar.h hv.c perlapi.h perlvars.h pod/perlapi.pod
1820 ____________________________________________________________________________
1821 [ 13068] By: nick                                  on 2001/11/18  13:23:33
1822         Log: embed.pl generated changes I forgot to include
1823      Branch: perlio
1824            ! embedvar.h perlapi.h pod/perlapi.pod
1825 ____________________________________________________________________________
1826 [ 13067] By: nick                                  on 2001/11/18  12:50:19
1827         Log: Force inclusion of both Perl_runops_* in perl itself,
1828              so they are available for Peek.xs etc.
1829      Branch: perlio
1830            ! perlvars.h
1831 ____________________________________________________________________________
1832 [ 13066] By: nick                                  on 2001/11/18  11:00:34
1833         Log: Integrate mainline - a few Devel::Peak fails.
1834      Branch: perlio
1835           +> (branch 29 files)
1836            - ext/Thread/Thread.pm lib/Benchmark.t
1837            - lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
1838            - lib/Lingua/KO/Hangul/Util/README
1839            - lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Normalize.pm
1840            - lib/Unicode/Normalize/Changes lib/Unicode/Normalize/README
1841            - lib/Unicode/Normalize/t/norm.t lib/Unicode/Normalize/t/test.t
1842            - vms/ext/vmsish.pm vms/ext/vmsish.t
1843            ! hv.c
1844           !> (integrate 389 files)
1845 ____________________________________________________________________________
1846 [ 13065] By: jhi                                   on 2001/11/18  01:22:25
1847         Log: Start working on perldelta.  This is not yet any sort of
1848              editing; just concatenating perl570delta, perl571delta,
1849              and perl572delta.  Any sorting not done, any duplicate
1850              removal not done, any removal or update of obsolete items
1851              not done, any changes since 5.7.2 not included.  So there.
1852      Branch: perl
1853            ! pod/perldelta.pod
1854 ____________________________________________________________________________
1855 [ 13064] By: jhi                                   on 2001/11/17  22:22:47
1856         Log: Banish "use utf8".
1857      Branch: perl
1858            ! pod/perlre.pod pod/perlretut.pod pod/perlunicode.pod
1859 ____________________________________________________________________________
1860 [ 13063] By: jhi                                   on 2001/11/17  17:53:38
1861         Log: Tweak from Charles Lane.
1862      Branch: perl
1863            ! vms/vms.c
1864 ____________________________________________________________________________
1865 [ 13062] By: jhi                                   on 2001/11/17  15:35:22
1866         Log: Integrate change #13058 from maintperl;
1867              change#12559 breaks things on Win9x because command.com doesn't
1868              grok dquotes at all; disable all the system() smarts for
1869              command.com
1870      Branch: perl
1871           !> win32/win32.c
1872 ____________________________________________________________________________
1873 [ 13061] By: ams                                   on 2001/11/17  13:46:11
1874         Log: Subject: [PATCH lib/Term/Cap.pm] Sync with CPAN version
1875              From: Jonathan Stowe <gellyfish@gellyfish.com>
1876              Date: Sat, 17 Nov 2001 14:05:02 +0000 (GMT)
1877              Message-Id: <Pine.LNX.4.33.0111171356190.13024-100000@orpheus.gellyfish.com>
1878      Branch: perl
1879            ! lib/Term/Cap.pm
1880 ____________________________________________________________________________
1881 [ 13060] By: ams                                   on 2001/11/17  09:49:10
1882         Log: Subject: [PATCH9 File/Find.pm doc nits
1883              From: Tels <perl_dummy@bloodgate.com>
1884              Date: Sat, 17 Nov 2001 11:41:51 +0100 (CET)
1885      Branch: perl
1886            ! lib/File/Find.pm
1887 ____________________________________________________________________________
1888 [ 13059] By: ams                                   on 2001/11/17  09:38:38
1889         Log: Subject: [PATCH] Benchmark.pm nit
1890              From: Tels <perl_dummy@bloodgate.com>
1891              Date: Sat, 17 Nov 2001 11:29:23 +0100 (CET)
1892      Branch: perl
1893            ! lib/Benchmark.pm
1894 ____________________________________________________________________________
1895 [ 13058] By: gsar                                  on 2001/11/17  03:50:49
1896         Log: change#12559 breaks things on Win9x because command.com doesn't
1897              grok dquotes at all; disable all the system() smarts for
1898              command.com
1899      Branch: maint-5.6/perl
1900            ! win32/win32.c
1901 ____________________________________________________________________________
1902 [ 13057] By: ams                                   on 2001/11/16  20:30:03
1903         Log: Subject: [PATCH] lib/Unicode/UCD.t @INC oddity
1904              From: Andy Dougherty <doughera@lafayette.edu>
1905              Date: Fri, 16 Nov 2001 16:28:45 -0500 (EST)
1906              Message-Id: <Pine.SOL.4.10.10111161625070.7245-100000@maxwell.phys.lafayette.edu>
1907      Branch: perl
1908            ! lib/Unicode/UCD.t
1909 ____________________________________________________________________________
1910 [ 13056] By: jhi                                   on 2001/11/16  19:18:21
1911         Log: Subject: [Patch Perl@13023] VMS system() warning
1912              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
1913              Date: Fri, 16 Nov 2001 15:20:11 EST
1914              Message-Id: <011116152009.39eb8@DUPHY4.Physics.Drexel.Edu>
1915      Branch: perl
1916            ! vms/vms.c
1917 ____________________________________________________________________________
1918 [ 13055] By: jhi                                   on 2001/11/16  19:03:39
1919         Log: It's neither-nor, and protect against the impossible.
1920      Branch: perl
1921            ! lib/Thread.pm
1922 ____________________________________________________________________________
1923 [ 13054] By: jhi                                   on 2001/11/16  18:37:30
1924         Log: 5005threads didn't work because $Thread::VERSION wasn't
1925              visible.  Oops.
1926      Branch: perl
1927            ! ext/Thread/Makefile.PL lib/Thread.pm
1928 ____________________________________________________________________________
1929 [ 13053] By: jhi                                   on 2001/11/16  17:08:15
1930         Log: Robustness against Linux using something else than gcc;
1931              based on
1932              
1933              Subject: [ID 20011116.124] perl 5.6.1 with Intel's icc on RedHat Linux 7.2
1934              From: Charles Randall <cfriv@yahoo.com>
1935              Date: Fri, 16 Nov 2001 09:31:57 -0800 (PST)
1936              Message-Id: <20011116173157.2322.qmail@web20904.mail.yahoo.com>
1937      Branch: perl
1938            ! ext/Errno/Errno_pm.PL
1939 ____________________________________________________________________________
1940 [ 13052] By: ams                                   on 2001/11/16  16:46:39
1941         Log: Subject: Re: [h.m.brand@hccnet.nl: Installman problems]
1942              From: Russ Allbery <rra@stanford.edu>
1943              Date: 16 Nov 2001 09:44:21 -0800
1944              Message-Id: <yln11mwqyy.fsf@windlord.stanford.edu>
1945      Branch: perl
1946            ! lib/Pod/ParseLink.pm
1947 ____________________________________________________________________________
1948 [ 13051] By: jhi                                   on 2001/11/16  15:26:41
1949         Log: Update perluniintro on the UTF-8 output matters
1950              (that -w will warn unless the stream is explicitly UTF-8-ified).
1951      Branch: perl
1952            ! pod/perluniintro.pod
1953 ____________________________________________________________________________
1954 [ 13050] By: jhi                                   on 2001/11/16  15:08:52
1955         Log: Adding new files to MANIFEST is nice.
1956      Branch: perl
1957            ! MANIFEST
1958 ____________________________________________________________________________
1959 [ 13049] By: jhi                                   on 2001/11/16  15:04:45
1960         Log: Update Changes.
1961      Branch: perl
1962            ! Changes patchlevel.h
1963 ____________________________________________________________________________
1964 [ 13048] By: jhi                                   on 2001/11/16  14:46:17
1965         Log: Subject: Re: [PATCH regcomp.[ch], regexp.h, pp_hot.c, t/op/re_tests] lazy $& and \Z fix
1966              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net> 
1967              Date: Wed, 14 Nov 2001 16:35:29 -0500 (EST) 
1968              Message-ID: <Pine.GSO.4.21.0111141634020.16649-100000@crusoe.crusoe.net>
1969      Branch: perl
1970            ! pp_hot.c regcomp.c regcomp.h regexp.h t/op/re_tests
1971 ____________________________________________________________________________
1972 [ 13047] By: jhi                                   on 2001/11/16  14:37:32
1973         Log: Rename perlunintro to perluniintro; regen toc.
1974      Branch: perl
1975            + pod/perluniintro.pod
1976            - pod/perlunintro.pod
1977            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
1978 ____________________________________________________________________________
1979 [ 13046] By: jhi                                   on 2001/11/16  14:14:38
1980         Log: Document the negated lookeahead trick to emulate
1981              character class subtraction.
1982      Branch: perl
1983            ! pod/perlunicode.pod
1984 ____________________________________________________________________________
1985 [ 13045] By: jhi                                   on 2001/11/16  14:08:43
1986         Log: Subject: [PATCH perl@13023] Unicode General Category: Cn
1987              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
1988              Date: Fri, 16 Nov 2001 23:31:04 +0900
1989              Message-Id: <20011116232709.23CF.BQW10602@nifty.com>
1990              
1991              (with the tweak that Cntrl is not C, it's Cc)
1992      Branch: perl
1993            ! lib/unicore/In/163.pl lib/unicore/Is/C.pl lib/unicore/Is/Cn.pl
1994            ! lib/unicore/mktables
1995 ____________________________________________________________________________
1996 [ 13044] By: jhi                                   on 2001/11/16  13:42:44
1997         Log: Subject: [PATCH current] runtime runops switch
1998              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1999              Date: Fri, 16 Nov 2001 00:48:09 -0500
2000              Message-ID: <20011116004809.A934@math.ohio-state.edu>
2001      Branch: perl
2002            ! dump.c embed.h embed.pl ext/Devel/Peek/Peek.pm
2003            ! ext/Devel/Peek/Peek.xs perl.h pod/perlapi.pod
2004            ! pod/perlintern.pod proto.h run.c
2005 ____________________________________________________________________________
2006 [ 13043] By: jhi                                   on 2001/11/16  13:24:28
2007         Log: Further discourage old Thread code; tell how to tell
2008              the difference.
2009      Branch: perl
2010            ! lib/Thread.pm
2011 ____________________________________________________________________________
2012 [ 13042] By: jhi                                   on 2001/11/16  13:16:13
2013         Log: A missing return; from Charles Lane.
2014      Branch: perl
2015            ! vms/vms.c
2016 ____________________________________________________________________________
2017 [ 13041] By: ams                                   on 2001/11/16  12:11:14
2018         Log: Subject: [PATCH] Doc spellcheck + podcheck
2019              From: Autrijus Tang <autrijus@egb.elixus.org>
2020              Date: Thu, 15 Nov 2001 22:49:05 -0800
2021              Message-Id: <20011116064905.GA44092@egb.elixus.org>
2022              
2023              Subject: [PATCH] podcheck+spellcheck, the rest of the story
2024              From: Autrijus Tang <autrijus@egb.elixus.org>
2025              Date: Fri, 16 Nov 2001 00:42:20 -0800
2026              Message-Id: <20011116084220.GA44295@egb.elixus.org>
2027              
2028              Subject: Re: [PATCH] podcheck+spellcheck, the rest of the story
2029              From: Nicholas Clark <nick@ccl4.org>
2030              Date: Fri, 16 Nov 2001 10:32:01 +0000
2031              Message-Id: <20011116103200.F62891@plum.flirble.org>
2032              (Applied after suitable de-mangling.)
2033      Branch: perl
2034            ! README.aix README.dgux README.dos README.epoc README.hpux
2035            ! README.mint README.mpeix README.netware README.os2
2036            ! README.os390 README.plan9 README.qnx README.solaris
2037            ! README.threads doio.c pod/perl571delta.pod
2038            ! pod/perl572delta.pod pod/perlapi.pod pod/perlapio.pod
2039            ! pod/perldata.pod pod/perlebcdic.pod pod/perlfaq4.pod
2040            ! pod/perlfunc.pod pod/perlguts.pod pod/perlhack.pod
2041            ! pod/perliol.pod pod/perlpod.pod pod/perlpodspec.pod
2042            ! pod/perlrequick.pod pod/perlretut.pod pod/perltodo.pod
2043            ! pod/perlunicode.pod pod/perlvar.pod pp_ctl.c sharedsv.c
2044 ____________________________________________________________________________
2045 [ 13040] By: jhi                                   on 2001/11/16  04:48:16
2046         Log: Avoid redefinedness warning for now.
2047      Branch: perl
2048            ! lib/Thread.pm
2049 ____________________________________________________________________________
2050 [ 13039] By: jhi                                   on 2001/11/16  04:44:30
2051         Log: use strict.
2052      Branch: perl
2053            ! lib/Thread.pm
2054 ____________________________________________________________________________
2055 [ 13038] By: jhi                                   on 2001/11/16  04:40:19
2056         Log: Subject: [PATCH Perl@13023] subprocess command line size increase
2057              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane) 
2058              Date: Thu, 15 Nov 2001 22:54:47 EST 
2059              Message-Id: <011115225352.2db1e@DUPHY4.Physics.Drexel.Edu>         
2060      Branch: perl
2061            ! vms/vms.c vms/vmspipe.com
2062 ____________________________________________________________________________
2063 [ 13037] By: jhi                                   on 2001/11/16  04:38:47
2064         Log: Subject: [PATCH lib/File/stat.t] Fix AIX Failure (was Re: Smoke 12998 /pro/3gl/CPAN/perl-current)
2065              From: "chromatic" <chromatic@rmci.net>
2066              Date: Thu, 15 Nov 2001 19:54:23 -0700
2067              Message-ID: <20011116030139.6821.qmail@onion.perl.org>
2068      Branch: perl
2069            ! lib/File/stat.t
2070 ____________________________________________________________________________
2071 [ 13036] By: jhi                                   on 2001/11/16  04:37:52
2072         Log: Make Thread a wrapper for both ithreads and 5005threads.
2073              Needs a lot of work and Arthur's eyeballing (and finishing
2074              few missing odds and ends of threads.pm).  Now Thread
2075              is an extension without its own .pm.
2076              
2077              If there are people who have experience working with
2078              either the 5005threads or the ithreads: cleaning up
2079              the documentation (Thread.pm, threads.pm, and perl*thrtut.pod),
2080              and porting the various Thread::* modules, like Thread::Queue,
2081              to work also with ithreads, is needed.
2082              
2083              Removed the 5005threads requirement from the 5005 tests
2084              for easier testing (not all of them work yet since
2085              they use the Thread::* modules that have not been made
2086              to work with ithreads).  Leave the 5005 tests named as
2087              *.tx so that they are not run by "make test".
2088      Branch: perl
2089            + lib/Thread.pm
2090            - ext/Thread/Thread.pm
2091            ! MANIFEST ext/Thread/Makefile.PL ext/Thread/create.tx
2092            ! ext/Thread/die.tx ext/Thread/die2.tx ext/Thread/io.tx
2093            ! ext/Thread/join.tx ext/Thread/join2.tx ext/Thread/list.tx
2094            ! ext/Thread/lock.tx ext/Thread/queue.tx ext/Thread/specific.tx
2095            ! ext/Thread/sync.tx ext/Thread/sync2.tx ext/Thread/unsync.tx
2096            ! ext/Thread/unsync2.tx ext/Thread/unsync3.tx
2097            ! ext/Thread/unsync4.tx ext/threads/threads.pm pod/perlfunc.pod
2098 ____________________________________________________________________________
2099 [ 13035] By: jhi                                   on 2001/11/16  03:30:38
2100         Log: $VERSION "a5" doesn't quite work.
2101      Branch: perl
2102            ! ext/B/Makefile.PL
2103 ____________________________________________________________________________
2104 [ 13034] By: jhi                                   on 2001/11/16  00:38:41
2105         Log: Add the fruits of Larry Shatzer's version verifying script.
2106              (There are some straddlers, but they will be fixed in the
2107              upcoming releases of the modules.)
2108      Branch: perl
2109            ! bytecode.pl ext/B/B.pm ext/B/B/Asmdata.pm ext/B/B/Bblock.pm
2110            ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/CC.pm
2111            ! ext/B/B/Debug.pm ext/B/B/Disassembler.pm ext/B/B/Lint.pm
2112            ! ext/B/B/Showlex.pm ext/B/B/Stackobj.pm ext/B/B/Stash.pm
2113            ! ext/B/B/Terse.pm ext/B/B/Xref.pm ext/B/O.pm
2114            ! ext/Encode/Encode/Tcl.pm ext/Opcode/ops.pm
2115            ! ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
2116            ! ext/Thread/Thread/Signal.pm ext/Thread/Thread/Specific.pm
2117            ! lib/ExtUtils/MM_NW5.pm lib/Locale/Constants.pm lib/vmsish.pm
2118            ! os2/OS2/REXX/DLL/DLL.pm vms/ext/Filespec.pm win32/FindExt.pm
2119            ! wince/FindExt.pm
2120 ____________________________________________________________________________
2121 [ 13033] By: jhi                                   on 2001/11/16  00:37:36
2122         Log: Add Larry Shatzer's VERSION verifying script.
2123      Branch: perl
2124            + Porting/checkVERSION.pl
2125            ! MANIFEST Porting/pumpkin.pod
2126 ____________________________________________________________________________
2127 [ 13032] By: jhi                                   on 2001/11/16  00:09:31
2128         Log: Subject: [PATCH t/io/argv.t OR t/test.pl] runperl(), \n and stdin
2129              From: Michael G Schwern <schwern@pobox.com>
2130              Date: Thu, 15 Nov 2001 19:26:40 -0500
2131              Message-ID: <20011115192640.R31399@blackrider>
2132      Branch: perl
2133            ! t/test.pl
2134 ____________________________________________________________________________
2135 [ 13031] By: jhi                                   on 2001/11/15  23:18:19
2136         Log: Document the MY_CXT business; from Paul Marquess.
2137      Branch: perl
2138            ! pod/perlxs.pod
2139 ____________________________________________________________________________
2140 [ 13030] By: jhi                                   on 2001/11/15  22:03:46
2141         Log: VMSCMD synch attempt.
2142      Branch: perl
2143            ! vms/vms.c vms/vmsish.h
2144 ____________________________________________________________________________
2145 [ 13029] By: jhi                                   on 2001/11/15  21:35:36
2146         Log: Advise against -P as instructed by Schwern.
2147      Branch: perl
2148            ! pod/perlrun.pod
2149 ____________________________________________________________________________
2150 [ 13028] By: jhi                                   on 2001/11/15  21:21:29
2151         Log: Subject: [PATCH] v-strings as Objects Step 1
2152              From: John Peacock <jpeacock@rowman.com>
2153              Date: Thu, 15 Nov 2001 12:41:04 -0500
2154              Message-ID: <3BF3FE30.70D7EDCA@rowman.com>
2155      Branch: perl
2156            ! embed.h embed.pl global.sym pod/perlapi.pod proto.h toke.c
2157            ! util.c
2158 ____________________________________________________________________________
2159 [ 13027] By: jhi                                   on 2001/11/15  21:16:57
2160         Log: Subject: [PATCH] -x  (was Re: [PATCH] new tests for command-line switches)
2161              From: Michael G Schwern <schwern@pobox.com>
2162              Date: Thu, 15 Nov 2001 12:47:59 -0500
2163              Message-ID: <20011115124759.E31399@blackrider>
2164      Branch: perl
2165            + t/run/switchx.aux t/run/switchx.t
2166            ! MANIFEST t/run/switches.t
2167 ____________________________________________________________________________
2168 [ 13026] By: jhi                                   on 2001/11/15  20:55:31
2169         Log: Upgrade to Getopt::Long 2.26_03.
2170      Branch: perl
2171            ! lib/Getopt/Long.pm
2172 ____________________________________________________________________________
2173 [ 13025] By: ams                                   on 2001/11/15  20:46:22
2174         Log: Subject: [PATCH vms/vms.c] VMSCMD missing
2175              From: Michael G Schwern <schwern@pobox.com>
2176              Date: Thu, 15 Nov 2001 16:24:11 -0500
2177              Message-Id: <20011115162411.M31399@blackrider>
2178      Branch: perl
2179            ! vms/vms.c
2180 ____________________________________________________________________________
2181 [ 13024] By: ams                                   on 2001/11/15  19:32:06
2182         Log: Subject: Re: [ID 20010713.001] use lib segmentation fault
2183              From: rspier@pobox.com (Robert Spier)
2184              Date: Thu, 15 Nov 2001 11:19:21 -0800
2185              Message-Id: <15348.5433.732364.963687@rls.cx>
2186      Branch: perl
2187            ! op.c
2188 ____________________________________________________________________________
2189 [ 13023] By: jhi                                   on 2001/11/15  15:35:48
2190         Log: Update Changes.
2191      Branch: perl
2192            ! Changes patchlevel.h
2193 ____________________________________________________________________________
2194 [ 13022] By: jhi                                   on 2001/11/15  15:11:37
2195         Log: Subject: [PATCH] new tests for command-line switches
2196              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2197              Date: Thu, 15 Nov 2001 17:00:30 +0100
2198              Message-ID: <20011115170030.A14193@rafael>
2199      Branch: perl
2200            + t/run/switches.t
2201            ! MANIFEST
2202 ____________________________________________________________________________
2203 [ 13021] By: jhi                                   on 2001/11/15  15:06:36
2204         Log: Upgrade to podlators 1.13.
2205      Branch: perl
2206            + lib/Pod/ParseLink.pm
2207            ! MANIFEST lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
2208            ! lib/Pod/Text/Color.pm lib/Pod/Text/Overstrike.pm
2209            ! lib/Pod/Text/Termcap.pm pod/pod2man.PL t/pod/lref.xr
2210            ! t/pod/pod2usage.xr t/pod/podselect.xr
2211 ____________________________________________________________________________
2212 [ 13020] By: jhi                                   on 2001/11/15  14:47:29
2213         Log: skip "might be used uninitialized".
2214      Branch: perl
2215            ! pp_sys.c
2216 ____________________________________________________________________________
2217 [ 13019] By: jhi                                   on 2001/11/15  14:35:55
2218         Log: Fix for "perlio bug in koi8-r encoding".  The problem
2219              seemed to be that binmode() always flushed the handle,
2220              which is not so good when switching encodings.  Fixed,
2221              added Matt Sergeant's testcase, documented in perlfunc/binmode,
2222              also added a pointer about disciplines to perlfunc/open,
2223              and in general cleaned up and reformatted the open entry.
2224      Branch: perl
2225            ! ext/PerlIO/t/encoding.t perlio.c pod/perlfunc.pod
2226 ____________________________________________________________________________
2227 [ 13018] By: jhi                                   on 2001/11/15  13:22:57
2228         Log: Subject: Re: [ID 20011114.118] chop and chomp bind too tightly
2229              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
2230              Date: 15 Nov 2001 08:57:06 -0000
2231              Message-Id: <slrn9v70s9.gqe.rgarciasuarez@rafael.kazibao.net>
2232              
2233              chop() and chomp() are not real list functions,
2234              so let's not have them overrideable.  (Casey will
2235              be confused since in #7071 he patched the other way.)
2236      Branch: perl
2237            ! pod/perlfunc.pod toke.c
2238 ____________________________________________________________________________
2239 [ 13017] By: ams                                   on 2001/11/15  12:56:49
2240         Log: Subject: [PATCH pod/perltrap.pod] Re: Strange syntax error with map
2241              From: Robin Barker <rmb1@cise.npl.co.uk>
2242              Date: Thu, 15 Nov 2001 13:48:34 GMT
2243              Message-Id: <200111151348.NAA01299@tempest.npl.co.uk>
2244              (Applied with tweaks.)
2245      Branch: perl
2246            ! pod/perltrap.pod
2247 ____________________________________________________________________________
2248 [ 13016] By: ams                                   on 2001/11/15  09:12:48
2249         Log: Subject: [DOC PATCH] mention Filter::cpp in perlrun
2250              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2251              Date: Thu, 15 Nov 2001 09:06:39 +0100
2252              Message-Id: <20011115090639.A13005@rafael>
2253      Branch: perl
2254            ! pod/perlrun.pod
2255 ____________________________________________________________________________
2256 [ 13015] By: jhi                                   on 2001/11/15  04:08:50
2257         Log: "link =" from utils.lst was being processed oddly.
2258      Branch: perl
2259            ! installman
2260 ____________________________________________________________________________
2261 [ 13014] By: ams                                   on 2001/11/15  02:52:52
2262         Log: Subject: [PATCH current] CreateTTY in -d
2263              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2264              Date: Wed, 14 Nov 2001 21:26:31 -0500
2265              Message-Id: <20011114212631.A25705@math.ohio-state.edu>
2266      Branch: perl
2267            ! lib/perl5db.pl
2268 ____________________________________________________________________________
2269 [ 13013] By: jhi                                   on 2001/11/15  00:46:07
2270         Log: Corify the Filter::Simple tests. 
2271      Branch: perl
2272            ! lib/Filter/Simple/t/data.t lib/Filter/Simple/t/filter.t
2273            ! lib/Filter/Simple/t/filter_only.t
2274 ____________________________________________________________________________
2275 [ 13012] By: jhi                                   on 2001/11/15  00:42:25
2276         Log: Upgrade to Filter::Simple 0.70.
2277      Branch: perl
2278            + lib/Filter/Simple/t/data.t lib/Filter/Simple/t/filter_only.t
2279            + t/lib/FilterOnlyTest.pm
2280            ! MANIFEST lib/Filter/Simple.pm lib/Filter/Simple/Changes
2281            ! lib/Filter/Simple/README lib/Filter/Simple/t/filter.t
2282            ! t/lib/FilterTest.pm
2283 ____________________________________________________________________________
2284 [ 13011] By: jhi                                   on 2001/11/14  22:38:31
2285         Log: Cleanliness inspired by Cygwin.
2286      Branch: perl
2287            ! Makefile.SH x2p/Makefile.SH
2288 ____________________________________________________________________________
2289 [ 13010] By: jhi                                   on 2001/11/14  22:30:59
2290         Log: Add perlunintro (formerly known as perlunitut); regen toc.
2291      Branch: perl
2292            + pod/perlunintro.pod
2293            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
2294 ____________________________________________________________________________
2295 [ 13009] By: jhi                                   on 2001/11/14  22:27:12
2296         Log: FAQ sync.
2297      Branch: perl
2298            ! pod/perlfaq6.pod
2299 ____________________________________________________________________________
2300 [ 13008] By: jhi                                   on 2001/11/14  22:16:06
2301         Log: Quieten pgcc 2.91.66 worries.
2302      Branch: perl
2303            ! gv.c pp_ctl.c utf8.c
2304 ____________________________________________________________________________
2305 [ 13007] By: jhi                                   on 2001/11/14  22:05:01
2306         Log: Upgrade to Switch 2.06.
2307      Branch: perl
2308            ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
2309            ! lib/Switch/t/nested.t
2310 ____________________________________________________________________________
2311 [ 13006] By: jhi                                   on 2001/11/14  21:55:51
2312         Log: Upgrade to Attribute::Handlers 0.76.
2313      Branch: perl
2314            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
2315            ! lib/Attribute/Handlers/README
2316            ! lib/Attribute/Handlers/demo/Demo.pm
2317            ! lib/Attribute/Handlers/demo/Descriptions.pm
2318            ! lib/Attribute/Handlers/demo/MyClass.pm
2319            ! lib/Attribute/Handlers/demo/demo_cycle.pl
2320            ! lib/Attribute/Handlers/demo/demo_hashdir.pl
2321            ! lib/Attribute/Handlers/t/multi.t
2322 ____________________________________________________________________________
2323 [ 13005] By: jhi                                   on 2001/11/14  21:53:22
2324         Log: Signedness nit.
2325      Branch: perl
2326            ! regexec.c
2327 ____________________________________________________________________________
2328 [ 13004] By: jhi                                   on 2001/11/14  21:24:39
2329         Log: VERSIONize.
2330      Branch: perl
2331            ! lib/File/Spec/Epoc.pm lib/PerlIO.pm lib/encoding.pm
2332            ! lib/integer.pm
2333 ____________________________________________________________________________
2334 [ 13003] By: jhi                                   on 2001/11/14  21:17:02
2335         Log: No pod in internal Net::FTP classes.
2336      Branch: perl
2337            ! pod/buildtoc.PL
2338 ____________________________________________________________________________
2339 [ 13002] By: jhi                                   on 2001/11/14  21:11:48
2340         Log: Subject: Re: [PATCH regexec.c] lookahead for REF, MINMOD, PLUS, CURLY* 
2341              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
2342              Date: Wed, 14 Nov 2001 09:59:31 -0500 (EST)
2343              Message-ID: <Pine.GSO.4.21.0111140958390.1124-100000@crusoe.crusoe.net>
2344      Branch: perl
2345            ! regexec.c
2346 ____________________________________________________________________________
2347 [ 13001] By: jhi                                   on 2001/11/14  21:09:48
2348         Log: test.pl tweaks from Rafael and Pudge (assuming I deciphered
2349              Pudge correctly).
2350      Branch: perl
2351            ! t/test.pl
2352 ____________________________________________________________________________
2353 [ 13000] By: jhi                                   on 2001/11/14  21:00:23
2354         Log: Add comments to mark where $^X is being handled.
2355      Branch: perl
2356            ! perl.c toke.c
2357 ____________________________________________________________________________
2358 [ 12999] By: jhi                                   on 2001/11/14  20:45:42
2359         Log: Subject: Re: Test [ID 25] [PATCH t/op/repeat.t] Cleanup and bug test
2360              From: Michael G Schwern <schwern@pobox.com>
2361              Date: Wed, 14 Nov 2001 16:38:25 -0500
2362              Message-ID: <20011114163825.D6519@blackrider>
2363      Branch: perl
2364            ! t/op/repeat.t
2365 ____________________________________________________________________________
2366 [ 12998] By: jhi                                   on 2001/11/14  20:22:06
2367         Log: Subject: [PATCH t/op/die_exit.t] Fwd: [craigberry@mac.com: die_exit.t]
2368              From: Michael G Schwern <schwern@pobox.com>
2369              Date: Wed, 14 Nov 2001 13:19:15 -0500
2370              Message-ID: <20011114131915.K5096@blackrider>
2371      Branch: perl
2372            ! t/op/die_exit.t
2373 ____________________________________________________________________________
2374 [ 12997] By: jhi                                   on 2001/11/14  19:36:57
2375         Log: Subject: Re: [PATCH] new version of runperl()
2376              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
2377              Date: Wed, 14 Nov 2001 15:39:12 EST
2378              Message-Id: <011114153711.30f96@DUPHY4.Physics.Drexel.Edu>
2379              
2380              "VMS $^X pipes etc" patch.
2381      Branch: perl
2382            ! vms/vms.c
2383 ____________________________________________________________________________
2384 [ 12996] By: jhi                                   on 2001/11/14  19:31:01
2385         Log: test.pl runperl() nits from Chris Nandor and Craig Berry,
2386              and add "verbose" option to show the final command.
2387      Branch: perl
2388            ! t/test.pl
2389 ____________________________________________________________________________
2390 [ 12995] By: jhi                                   on 2001/11/14  15:02:29
2391         Log: Goof in some of the comment fields of #12994.
2392      Branch: perl
2393            ! lib/unicore/In/0.pl lib/unicore/In/1.pl lib/unicore/In/2.pl
2394            ! lib/unicore/In/3.pl lib/unicore/In/4.pl lib/unicore/In/5.pl
2395            ! lib/unicore/In/6.pl lib/unicore/In/7.pl lib/unicore/In/8.pl
2396            ! lib/unicore/In/9.pl
2397 ____________________________________________________________________________
2398 [ 12994] By: jhi                                   on 2001/11/14  14:59:32
2399         Log: The First, Last ranges in the Unicode data weren't
2400              getting their general categories added properly;
2401              noticed by Jeffrey Friedl.
2402      Branch: perl
2403            ! lib/unicore/Category.pl lib/unicore/In/0.pl
2404            ! lib/unicore/In/1.pl lib/unicore/In/164.pl
2405            ! lib/unicore/In/169.pl lib/unicore/In/170.pl
2406            ! lib/unicore/In/2.pl lib/unicore/In/3.pl lib/unicore/In/4.pl
2407            ! lib/unicore/In/5.pl lib/unicore/In/6.pl lib/unicore/In/7.pl
2408            ! lib/unicore/In/8.pl lib/unicore/In/9.pl
2409            ! lib/unicore/Is/Alnum.pl lib/unicore/Is/Alpha.pl
2410            ! lib/unicore/Is/C.pl lib/unicore/Is/Cntrl.pl
2411            ! lib/unicore/Is/Co.pl lib/unicore/Is/Cs.pl
2412            ! lib/unicore/Is/Graph.pl lib/unicore/Is/L.pl
2413            ! lib/unicore/Is/Lo.pl lib/unicore/Is/Print.pl
2414            ! lib/unicore/Is/Word.pl lib/unicore/Name.pl
2415            ! lib/unicore/mktables
2416 ____________________________________________________________________________
2417 [ 12993] By: jhi                                   on 2001/11/14  13:54:20
2418         Log: Subject: [PATCH] new version of runperl()
2419              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2420              Date: Wed, 14 Nov 2001 12:23:01 +0100
2421              Message-ID: <20011114122301.A29384@rafael>
2422      Branch: perl
2423            ! t/io/argv.t t/test.pl
2424 ____________________________________________________________________________
2425 [ 12992] By: ams                                   on 2001/11/14  13:40:39
2426         Log: Subject: [PATCH perl.c] s/parse_perl/parse_body/
2427              From: Michael G Schwern <schwern@pobox.com>
2428              Date: Tue, 13 Nov 2001 23:17:54 -0500
2429              Message-Id: <20011113231754.S32567@blackrider>
2430      Branch: perl
2431            ! perl.c
2432 ____________________________________________________________________________
2433 [ 12991] By: jhi                                   on 2001/11/14  13:24:34
2434         Log: Subject: Re: [PATCH pod/perlapio.pod double-word fix]
2435              From: Philip Newton <Philip.Newton@gmx.net>
2436              Date: Wed, 14 Nov 2001 10:59:53 +0100
2437              Message-ID: <e6b4vt8mfasdv0vlm1tqggqhtjbpchvpmg@4ax.com>
2438              
2439              plus a lot of paragraph reformatting because of long lines.
2440      Branch: perl
2441            ! pod/perlapio.pod
2442 ____________________________________________________________________________
2443 [ 12990] By: jhi                                   on 2001/11/14  13:19:19
2444         Log: A bool is not a pointer.
2445      Branch: perl
2446            ! pp_sys.c
2447 ____________________________________________________________________________
2448 [ 12989] By: jhi                                   on 2001/11/14  02:41:42
2449         Log: AUTHORS updates.
2450      Branch: perl
2451            ! AUTHORS
2452 ____________________________________________________________________________
2453 [ 12988] By: jhi                                   on 2001/11/14  02:18:44
2454         Log: There are several MIME RFCs.
2455      Branch: perl
2456            ! ext/Encode/Encode.pm
2457 ____________________________________________________________________________
2458 [ 12987] By: ams                                   on 2001/11/14  01:09:28
2459         Log: Subject: [PATCH t/op/groups.t vms/test.com] Simple little VMS fix
2460              From: Michael G Schwern <schwern@pobox.com>
2461              Date: Tue, 13 Nov 2001 20:59:13 -0500
2462              Message-Id: <20011113205913.H32567@blackrider>
2463      Branch: perl
2464            ! t/op/groups.t vms/test.com
2465 ____________________________________________________________________________
2466 [ 12986] By: ams                                   on 2001/11/14  01:07:06
2467         Log: Subject: [PATCH ext/IO/lib/IO/t/io_sel.t vms/test.com] VMS fix
2468              From: Michael G Schwern <schwern@pobox.com>
2469              Date: Tue, 13 Nov 2001 20:51:34 -0500
2470              Message-Id: <20011113205134.F32567@blackrider>
2471      Branch: perl
2472            ! ext/IO/lib/IO/t/io_sel.t vms/test.com
2473 ____________________________________________________________________________
2474 [ 12985] By: ams                                   on 2001/11/14  00:43:59
2475         Log: Subject: [PATCH pod/perlport.pod] Re: select() broken under VMS?
2476              From: Michael G Schwern <schwern@pobox.com>
2477              Date: Tue, 13 Nov 2001 20:38:42 -0500
2478              Message-Id: <20011113203842.E32567@blackrider>
2479      Branch: perl
2480            ! pod/perlport.pod
2481 ____________________________________________________________________________
2482 [ 12984] By: ams                                   on 2001/11/14  00:32:15
2483         Log: Subject: [PATCH ext/IO/lib/IO/t/*.t vms/test.com] VMS fixups for IO::* tests
2484              From: Michael G Schwern <schwern@pobox.com>
2485              Date: Tue, 13 Nov 2001 20:27:02 -0500
2486              Message-Id: <20011113202702.D32567@blackrider>
2487      Branch: perl
2488            ! ext/IO/lib/IO/t/io_const.t ext/IO/lib/IO/t/io_dir.t
2489            ! ext/IO/lib/IO/t/io_dup.t ext/IO/lib/IO/t/io_pipe.t
2490            ! ext/IO/lib/IO/t/io_sock.t ext/IO/lib/IO/t/io_unix.t
2491            ! ext/IO/lib/IO/t/io_xs.t vms/test.com
2492 ____________________________________________________________________________
2493 [ 12983] By: ams                                   on 2001/11/14  00:00:27
2494         Log: Subject: [PATCH pod/perlport.pod] s/socket/select/ typo
2495              From: Michael G Schwern <schwern@pobox.com>
2496              Date: Tue, 13 Nov 2001 19:51:59 -0500
2497              Message-Id: <20011113195159.B32567@blackrider>
2498      Branch: perl
2499            ! pod/perlport.pod
2500 ____________________________________________________________________________
2501 [ 12982] By: ams                                   on 2001/11/13  23:53:11
2502         Log: Subject: [PATCH pod/perlapio.pod double-word fix]
2503              From: Larry Shatzer <fugazi@zippy.zyx.net>
2504              Date: Tue, 13 Nov 2001 17:27:59 -0700
2505              Message-Id: <20011113172759.E27768@zippy.zyx.net>
2506      Branch: perl
2507            ! pod/perlapio.pod
2508 ____________________________________________________________________________
2509 [ 12981] By: jhi                                   on 2001/11/13  22:50:27
2510         Log: Fix for the :utf8 read() bug noticed by Matt Sergeant:
2511              "large enough" Unicode characters returned more than one
2512              as their "Unicode size".
2513      Branch: perl
2514            ! pp_sys.c t/io/utf8.t
2515 ____________________________________________________________________________
2516 [ 12980] By: ams                                   on 2001/11/13  19:32:33
2517         Log: Subject: [PATCH] vms/gen_shrfls.pl tweak
2518              From: "Craig A. Berry" <craigberry@mac.com>
2519              Date: Tue, 13 Nov 2001 14:33:25 -0600
2520              Message-Id: <5.1.0.14.2.20011113142319.01c3ad50@exchi01>
2521      Branch: perl
2522            ! vms/gen_shrfls.pl
2523 ____________________________________________________________________________
2524 [ 12979] By: jhi                                   on 2001/11/13  18:10:15
2525         Log: Subject: Minor patch to Encode.pm (detypo)
2526              From: "Philip Newton" <Philip.Newton@gmx.net>
2527              Date: Tue, 13 Nov 2001 20:11:01 +0100
2528              Message-ID: <20011113.200845@ID-11583.news.dfncis.de>
2529      Branch: perl
2530            ! ext/Encode/Encode.pm
2531 ____________________________________________________________________________
2532 [ 12978] By: jhi                                   on 2001/11/13  17:55:02
2533         Log: Evil tabulators.
2534      Branch: perl
2535            ! ext/Encode/Encode.pm
2536 ____________________________________________________________________________
2537 [ 12977] By: jhi                                   on 2001/11/13  17:52:17
2538         Log: Document the available encodings.
2539      Branch: perl
2540            ! ext/Encode/Encode.pm
2541 ____________________________________________________________________________
2542 [ 12976] By: ams                                   on 2001/11/13  17:14:07
2543         Log: Subject: Re: Why *not* use UNIVERSAL qw( isa can ) ; ??
2544              From: Barrie Slaymaker <barries@slaysys.com>
2545              Date: Tue, 13 Nov 2001 12:41:36 -0500
2546              Message-Id: <20011113124133.C24305@sizzle.whoville.com>
2547      Branch: perl
2548            ! t/op/universal.t
2549 ____________________________________________________________________________
2550 [ 12975] By: ams                                   on 2001/11/13  16:24:21
2551         Log: Subject: Re: Why *not* use UNIVERSAL qw( isa can ) ; ??
2552              From: Barrie Slaymaker <barries@slaysys.com>
2553              Date: Tue, 13 Nov 2001 10:56:20 -0500
2554              Message-Id: <20011113105620.B24192@sizzle.whoville.com>
2555              (Test applied with minor tweaks and ->isa("HASH") omission.)
2556      Branch: perl
2557            ! lib/UNIVERSAL.pm t/op/universal.t
2558 ____________________________________________________________________________
2559 [ 12974] By: ams                                   on 2001/11/13  15:46:07
2560         Log: Subject: [PATCH Benchmark.pm] docco tweaks
2561              From: Barrie Slaymaker <barries@slaysys.com>
2562              Date: Tue, 13 Nov 2001 11:34:45 -0500
2563              Message-Id: <20011113113442.B24305@sizzle.whoville.com>
2564      Branch: perl
2565            ! lib/Benchmark.pm
2566 ____________________________________________________________________________
2567 [ 12973] By: jhi                                   on 2001/11/13  13:42:40
2568         Log: Subject: [PATCH] Attack of the C loops, round 1
2569              From: Richard Soderberg <rs@oregonnet.com>
2570              Date: Mon, 12 Nov 2001 12:07:29 -0800
2571              Message-Id: <200111122007.MAA01994@oregonnet.com>
2572              
2573              Subject: [PATCH] bytecode.pl (tiny patch)
2574              From: Richard Soderberg <rs@oregonnet.com>
2575              Date: Mon, 12 Nov 2001 12:53:24 -0800
2576              Message-Id: <200111122053.MAA06272@oregonnet.com>
2577      Branch: perl
2578            ! bytecode.pl installhtml
2579 ____________________________________________________________________________
2580 [ 12972] By: jhi                                   on 2001/11/13  13:41:02
2581         Log: Subject: [PATCH] Update to Filter::Util::Call
2582              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
2583              Date: Sun, 11 Nov 2001 22:33:33 -0000
2584              Message-ID: <AIEAJICLCBDNAAOLLOKLAEKFDEAA.Paul_Marquess@Yahoo.co.uk>
2585              
2586              Use the new CXT* macros.
2587      Branch: perl
2588            ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
2589 ____________________________________________________________________________
2590 [ 12971] By: jhi                                   on 2001/11/13  13:31:34
2591         Log: Subject: [PATCH vms/ext/vmsish.* vms/descrip_mms.template MANIFEST] Making vmsish.pm a no-op on non-VMS  
2592              From: Michael G Schwern <schwern@pobox.com>
2593              Date: Mon, 12 Nov 2001 20:50:34 -0500
2594              Message-ID: <20011112205034.H2888@blackrider>
2595      Branch: perl
2596            + lib/vmsish.pm lib/vmsish.t
2597            - vms/ext/vmsish.pm vms/ext/vmsish.t
2598            ! MANIFEST vms/descrip_mms.template
2599 ____________________________________________________________________________
2600 [ 12970] By: jhi                                   on 2001/11/13  13:09:23
2601         Log: :utf8 works only with perlio.
2602      Branch: perl
2603            ! lib/open.t
2604 ____________________________________________________________________________
2605 [ 12969] By: jhi                                   on 2001/11/13  13:03:36
2606         Log: Subject: Re: @Config -"des" not quite working on VMS
2607              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
2608              Date: Tue, 13 Nov 2001 08:35:13 EST 
2609              Message-Id: <011113083447.28742@DUPHY4.Physics.Drexel.Edu>
2610      Branch: perl
2611            ! configure.com
2612 ____________________________________________________________________________
2613 [ 12968] By: jhi                                   on 2001/11/13  12:59:11
2614         Log: Subject: [PATCH] lib/charnames.pm 
2615              From: Jeffrey Friedl <jfriedl@yahoo.com>
2616              Date: Tue, 13 Nov 2001 00:36:21 -0800 (PST) 
2617              Message-Id: <200111130836.fAD8aLG76010@ventrue.corp.yahoo.com>
2618      Branch: perl
2619            ! lib/charnames.pm
2620 ____________________________________________________________________________
2621 [ 12967] By: pudge                                 on 2001/11/13  05:44:13
2622         Log: Docs for Mac::err.
2623      Branch: maint-5.6/macperl
2624            ! macos/ext/Mac/err/err.pm
2625 ____________________________________________________________________________
2626 [ 12966] By: pudge                                 on 2001/11/13  05:43:58
2627         Log: Some cleanup; change some globals to references for
2628              possible persistence later.
2629      Branch: maint-5.6/macperl
2630            ! macos/lib/Mac/Glue.pm
2631 ____________________________________________________________________________
2632 [ 12965] By: pudge                                 on 2001/11/13  05:42:59
2633         Log: Add in a bunch of Mac OS 9 constants for Mac::Files.
2634      Branch: maint-5.6/macperl
2635            ! macos/ext/Mac/Files/Files.pm
2636 ____________________________________________________________________________
2637 [ 12964] By: pudge                                 on 2001/11/13  05:42:35
2638         Log: Get Mac::Navigation to compile (bug #464684).
2639      Branch: maint-5.6/macperl
2640            ! macos/Makefile.mk macos/ext/Mac/Makefile.mk
2641            ! macos/ext/Mac/Navigation/Makefile.PL
2642            ! macos/ext/Mac/Navigation/Navigation.xs
2643            ! macos/macperl/Makefile.mk
2644 ____________________________________________________________________________
2645 [ 12963] By: pudge                                 on 2001/11/13  05:41:12
2646         Log: Add in modules and POD to help menu.
2647      Branch: maint-5.6/macperl
2648            ! macos/macperl/MacPerl.podhelp
2649 ____________________________________________________________________________
2650 [ 12962] By: pudge                                 on 2001/11/13  05:28:18
2651         Log: Update bundled modules.
2652      Branch: maint-5.6/macperl
2653            + macos/bundled_ext/Filter/t/FilterTest.pm
2654            + macos/bundled_ext/List/Util/t/shuffle.t
2655            + macos/bundled_ext/Storable/t/compat06.t
2656            + macos/bundled_ext/Storable/t/st-dump.pl
2657            + macos/bundled_ext/Time/HiRes/hints/dynixptx.pl
2658            + macos/bundled_lib/blib/lib/LWP/ConnCache.pm
2659            + macos/bundled_lib/blib/lib/LWP/Protocol/http10.pm
2660            + macos/bundled_lib/blib/lib/LWP/Protocol/https10.pm
2661            + macos/bundled_lib/blib/lib/LWP/Protocol/nogo.pm
2662            + macos/bundled_lib/blib/lib/Net/HTTP/NB.pm
2663            + macos/bundled_lib/blib/lib/lwpcook.pod
2664            + macos/bundled_lib/t/Filter/Simple/filter.t
2665            + macos/bundled_lib/t/Switch/t/given.t
2666            + macos/bundled_lib/t/Switch/t/nested.t
2667            + macos/bundled_lib/t/Switch/t/switch.t
2668            + macos/bundled_lib/t/Text/Balanced/t/extbrk.t
2669            + macos/bundled_lib/t/Text/Balanced/t/extcbk.t
2670            + macos/bundled_lib/t/Text/Balanced/t/extdel.t
2671            + macos/bundled_lib/t/Text/Balanced/t/extmul.t
2672            + macos/bundled_lib/t/Text/Balanced/t/extqlk.t
2673            + macos/bundled_lib/t/Text/Balanced/t/exttag.t
2674            + macos/bundled_lib/t/Text/Balanced/t/extvar.t
2675            + macos/bundled_lib/t/Text/Balanced/t/gentag.t
2676            + macos/bundled_lib/t/URI/rfc2732.t
2677            + macos/bundled_lib/t/libnet/config.t
2678            + macos/bundled_lib/t/libnet/libnet_t.pl
2679            + macos/bundled_lib/t/libwww-perl/live/google.t
2680            + macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-b.t
2681            + macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-d.t
2682            + macos/bundled_lib/t/libwww-perl/live/jigsaw-chunk.t
2683            + macos/bundled_lib/t/libwww-perl/live/jigsaw-md5.t
2684            + macos/bundled_lib/t/libwww-perl/live/jigsaw-neg.t
2685            + macos/bundled_lib/t/libwww-perl/live/jigsaw-te.t
2686            + macos/bundled_lib/t/libwww-perl/live/validator.t
2687            - macos/bundled_ext/Filter/t/MyFilter.pm
2688            - macos/bundled_ext/Storable/t/compat-0.6.t
2689            - macos/bundled_ext/Storable/t/dump.pl
2690            - macos/bundled_ext/Time/Piece/Makefile.PL
2691            - macos/bundled_ext/Time/Piece/Piece.pm
2692            - macos/bundled_ext/Time/Piece/Piece.t
2693            - macos/bundled_ext/Time/Piece/Piece.xs
2694            - macos/bundled_ext/Time/Piece/README
2695            - macos/bundled_ext/Time/Piece/Seconds.pm
2696            - macos/bundled_lib/blib/lib/LWP/Protocol/http11.pm
2697            - macos/bundled_lib/blib/lib/Net/DummyInetd.pm
2698            - macos/bundled_lib/blib/lib/Net/PH.pm
2699            - macos/bundled_lib/blib/lib/Net/SNPP.pm
2700            - macos/bundled_lib/blib/lib/Text/Balanced.pod
2701            - macos/bundled_lib/t/Filter/Simple/test.pl
2702            - macos/bundled_lib/t/Switch/test.pl
2703            - macos/bundled_lib/t/Text/Balanced/t/genxt.t
2704            - macos/bundled_lib/t/Text/Balanced/t/xbrak.t
2705            - macos/bundled_lib/t/Text/Balanced/t/xcode.t
2706            - macos/bundled_lib/t/Text/Balanced/t/xdeli.t
2707            - macos/bundled_lib/t/Text/Balanced/t/xmult.t
2708            - macos/bundled_lib/t/Text/Balanced/t/xquot.t
2709            - macos/bundled_lib/t/Text/Balanced/t/xtagg.t
2710            - macos/bundled_lib/t/Text/Balanced/t/xvari.t
2711            - macos/bundled_lib/t/libnet/ph.t
2712            ! (edit 125 files)
2713 ____________________________________________________________________________
2714 [ 12961] By: ams                                   on 2001/11/13  00:45:08
2715         Log: Subject: [PATCH pod/perlport.pod] exit docs out of order
2716              From: Michael G Schwern <schwern@pobox.com>
2717              Date: Mon, 12 Nov 2001 20:16:45 -0500
2718              Message-Id: <20011112201644.G2888@blackrider>
2719      Branch: perl
2720            ! pod/perlport.pod
2721 ____________________________________________________________________________
2722 [ 12960] By: ams                                   on 2001/11/12  23:54:00
2723         Log: Subject: [PATCH t/io/dup.t ext/IO/lib/IO/t/io_dup.t vms/test.com]
2724              Recoving dup tests for VMS
2725              From: Michael G Schwern <schwern@pobox.com>
2726              Date: Mon, 12 Nov 2001 19:35:33 -0500
2727              Message-Id: <20011112193533.D2888@blackrider>
2728      Branch: perl
2729            ! ext/IO/lib/IO/t/io_dup.t t/io/dup.t vms/test.com
2730 ____________________________________________________________________________
2731 [ 12959] By: jhi                                   on 2001/11/12  20:23:59
2732         Log: Update Changes.
2733      Branch: perl
2734            ! Changes patchlevel.h
2735 ____________________________________________________________________________
2736 [ 12958] By: jhi                                   on 2001/11/12  16:33:01
2737         Log: Subject: [Patch Perl@12856] MULTIPLICITY on VMS                
2738              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)             
2739              Date: Mon, 12 Nov 2001 12:35:18 EST 
2740              Message-Id: <011112123409.27041@DUPHY4.Physics.Drexel.Edu>
2741      Branch: perl
2742            ! ext/Cwd/Cwd.xs perlio.c vms/ext/Stdio/Stdio.xs
2743            ! vms/gen_shrfls.pl vms/sockadapt.c vms/vms.c
2744 ____________________________________________________________________________
2745 [ 12957] By: jhi                                   on 2001/11/12  15:26:37
2746         Log: Subject: [PATCH File::Spec::Win32::abs2rel] remove volume from result
2747              From: Barrie Slaymaker <barries@slaysys.com>
2748              Date: Mon, 12 Nov 2001 11:19:52 -0500
2749              Message-ID: <20011112111948.C7626@sizzle.whoville.com>
2750      Branch: perl
2751            ! lib/File/Spec.t lib/File/Spec/Win32.pm
2752 ____________________________________________________________________________
2753 [ 12956] By: jhi                                   on 2001/11/12  15:23:48
2754         Log: Subject: [PATCH Benchmark.pm] Add "none" style to cmpthese(), alter result
2755              From: Barrie Slaymaker <barries@slaysys.com>
2756              Date: Mon, 12 Nov 2001 11:07:36 -0500
2757              Message-ID: <20011112110733.B7626@sizzle.whoville.com>
2758      Branch: perl
2759            ! lib/Benchmark.pm
2760 ____________________________________________________________________________
2761 [ 12955] By: jhi                                   on 2001/11/12  15:22:23
2762         Log: Misplaced test, noticed by Barrie Slaymaker.
2763              (We are missing Benchmark tests, then.)
2764      Branch: perl
2765            + ext/Devel/DProf/DProf.t
2766            - lib/Benchmark.t
2767            ! MANIFEST
2768 ____________________________________________________________________________
2769 [ 12954] By: jhi                                   on 2001/11/12  14:50:44
2770         Log: Subject: [PATCH] a few typo fixes 
2771              From: Jeffrey Friedl <jfriedl@yahoo.com>
2772              Date: Sun, 11 Nov 2001 21:15:18 -0800 (PST)
2773              Message-Id: <200111120515.fAC5FIc74795@ventrue.corp.yahoo.com>
2774              
2775              Patching README.foo instead of pod/perlfoo.pod,
2776              not patching Math::BigInt (Tels will take care of that),
2777              dropping broken hv.c and sv.h patches, patching libnetcfg.PL
2778              and perldoc.PL instead of libnetcfg and perldoc, patching
2779              ext/Digest/MD5/t/files.t since MD5.pm was changed.
2780      Branch: perl
2781            ! (edit 109 files)
2782 ____________________________________________________________________________
2783 [ 12953] By: jhi                                   on 2001/11/12  13:11:55
2784         Log: Add a note about the dangers of bad UTF-8.
2785      Branch: perl
2786            ! pod/perlunicode.pod
2787 ____________________________________________________________________________
2788 [ 12952] By: jhi                                   on 2001/11/12  12:54:52
2789         Log: NetWare Nit from Ananth Kesari.
2790      Branch: perl
2791            ! NetWare/config.wc
2792 ____________________________________________________________________________
2793 [ 12951] By: jhi                                   on 2001/11/12  12:32:13
2794         Log: Ooops.  I was "fixing" the wrong routine in #12947 and #12950.
2795      Branch: perl
2796            ! ext/Encode/Encode.pm
2797 ____________________________________________________________________________
2798 [ 12950] By: jhi                                   on 2001/11/12  12:14:53
2799         Log: (retracted by #12951)
2800      Branch: perl
2801            ! ext/Encode/Encode.pm
2802 ____________________________________________________________________________
2803 [ 12949] By: ams                                   on 2001/11/12  06:40:18
2804         Log: Subject: [PATCH] Re: [ID 20011111.105] qr/$ARGV[0]/ not tainted
2805              From: Robert Spier <rspier@pobox.com>
2806              Date: Sun, 11 Nov 2001 18:50:18 -0800
2807              Message-Id: <15343.14570.121505.233336@rls.cx>
2808              
2809              Subject: Re: [PATCH] Re: [ID 20011111.105] qr/$ARGV[0]/ not tainted
2810              From: Rick Delaney <rick.delaney@home.com>
2811              Date: 12 Nov 2001 00:15:52 -0500
2812              Message-Id: <m3wv0wmuwn.fsf@cs839290-a.mtth1.on.wave.home.com>
2813      Branch: perl
2814            ! pp_hot.c t/op/taint.t
2815 ____________________________________________________________________________
2816 [ 12948] By: jhi                                   on 2001/11/12  01:23:58
2817         Log: It seems that we actually have this detail implemented
2818              as for as Level 1 Support of Unicode regex support is
2819              concerned: at Level 1 only 1:1 support for loose
2820              (aka caseless, aka caseigoring ) matching is required.
2821      Branch: perl
2822            ! pod/perlunicode.pod
2823 ____________________________________________________________________________
2824 [ 12947] By: jhi                                   on 2001/11/11  21:41:44
2825         Log: (retracted by #12951)
2826      Branch: perl
2827            ! ext/Encode/Encode.pm
2828 ____________________________________________________________________________
2829 [ 12946] By: jhi                                   on 2001/11/11  21:09:31
2830         Log: BOM, bom, Bom.
2831      Branch: perl
2832            ! pod/perlunicode.pod
2833 ____________________________________________________________________________
2834 [ 12945] By: jhi                                   on 2001/11/11  21:07:18
2835         Log: Upgrade to Math::BigInt 1.46.
2836      Branch: perl
2837            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
2838            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
2839            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
2840            ! lib/Math/BigInt/t/calling.t lib/Math/BigInt/t/mbimbf.t
2841            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
2842 ____________________________________________________________________________
2843 [ 12944] By: jhi                                   on 2001/11/11  18:52:22
2844         Log: Subject: Re: PERFORCE change 12943 for review
2845              From: "Philip Newton" <Philip.Newton@gmx.net>
2846              Date: Sun, 11 Nov 2001 20:53:36 +0100
2847              Message-ID: <20011111.204950@ID-11583.news.dfncis.de>           
2848      Branch: perl
2849            ! pod/perlunicode.pod
2850 ____________________________________________________________________________
2851 [ 12943] By: jhi                                   on 2001/11/11  18:00:03
2852         Log: Doc updates; make the Unicode discussions a little
2853              bit less alarming, and add information about encodings,
2854              surrogates, and BOMs.
2855      Branch: perl
2856            ! pod/perlunicode.pod
2857 ____________________________________________________________________________
2858 [ 12942] By: ams                                   on 2001/11/11  16:45:00
2859         Log: Subject: [PATCH @12917] Unicode::Collate v0.09
2860              From: =?ISO-2022-JP?B?GyRCRGdXIkNOOVQbKEI=?= <bqw10602@nifty.com>
2861              Date: Mon, 12 Nov 2001 00:22:57 +0900
2862              Message-Id: <20011112002232.BD46.BQW10602@nifty.com>
2863      Branch: perl
2864            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
2865            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
2866 ____________________________________________________________________________
2867 [ 12941] By: ams                                   on 2001/11/11  13:01:40
2868         Log: Subject: Re: PERFORCE change 12929 for review
2869              From: "Philip Newton" <Philip.Newton@gmx.net>
2870              Date: Sun, 11 Nov 2001 14:27:44 +0100
2871              Message-Id: <20011111.142505@ID-11583.news.dfncis.de>
2872      Branch: perl
2873            ! MANIFEST
2874 ____________________________________________________________________________
2875 [ 12940] By: ams                                   on 2001/11/11  05:06:43
2876         Log: Subject: [PATCH t/op/chdir.t] %ENV protection
2877              From: Michael G Schwern <schwern@pobox.com>
2878              Date: Thu, 8 Nov 2001 22:56:45 -0500
2879              Message-Id: <20011108225645.H5587@blackrider>
2880      Branch: perl
2881            ! t/op/chdir.t
2882 ____________________________________________________________________________
2883 [ 12939] By: ams                                   on 2001/11/11  05:01:00
2884         Log: Subject: [PATCH ext/Cwd/t/cwd.t] VMS fixage and cleanup
2885              From: Michael G Schwern <schwern@pobox.com>
2886              Date: Sun, 11 Nov 2001 00:54:43 -0500
2887              Message-Id: <20011111005443.A24450@blackrider>
2888      Branch: perl
2889            ! ext/Cwd/t/cwd.t
2890 ____________________________________________________________________________
2891 [ 12938] By: ams                                   on 2001/11/11  03:25:13
2892         Log: Subject: [PATCH lib/File/stat.pm lib/File/stat.t]
2893              (was Re: [ID 20011110.104] File::stat vs. $! conflict)
2894              From: "chromatic" <chromatic@rmci.net>
2895              Date: Sat, 10 Nov 2001 21:03:20 -0700
2896              Message-Id: <20011111041025.12984.qmail@onion.perl.org>
2897      Branch: perl
2898            ! lib/File/stat.pm lib/File/stat.t
2899 ____________________________________________________________________________
2900 [ 12937] By: ams                                   on 2001/11/11  02:05:23
2901         Log: Subject: Re: [PATCH] resurrect t/op/magic.t on VMS
2902              From: "Craig A. Berry" <craigberry@mac.com>
2903              Date: Sat, 10 Nov 2001 17:23:52 -0600
2904              Message-Id: <5.1.0.14.2.20011110171532.028bcaa8@mail.mac.com>
2905      Branch: perl
2906            ! t/op/magic.t
2907 ____________________________________________________________________________
2908 [ 12936] By: jhi                                   on 2001/11/10  18:55:21
2909         Log: Bah.  %X doesn't mean 0xC1, it means 0XC1.  So let's %x.
2910      Branch: perl
2911            ! lib/open.pm lib/open.t
2912 ____________________________________________________________________________
2913 [ 12935] By: jhi                                   on 2001/11/10  17:47:21
2914         Log: The Official name of ASCII.
2915      Branch: perl
2916            ! ext/Encode/Encode.pm
2917 ____________________________________________________________________________
2918 [ 12934] By: jhi                                   on 2001/11/10  17:44:27
2919         Log: The KOI8-R example wasn't quite right.
2920      Branch: perl
2921            ! lib/open.pm lib/open.t
2922 ____________________________________________________________________________
2923 [ 12933] By: jhi                                   on 2001/11/10  17:30:52
2924         Log: Enhance the open pragma to support :utf8, :locale,
2925              and :encoding directly as special cases, and rename
2926              the INOUT to IO.
2927      Branch: perl
2928            ! ext/Encode/Encode.pm lib/open.pm lib/open.t perlio.c
2929 ____________________________________________________________________________
2930 [ 12932] By: jhi                                   on 2001/11/10  15:15:29
2931         Log: Document the UTF-16 surrogate encoding and decoding.
2932      Branch: perl
2933            ! ext/Encode/Encode.pm
2934 ____________________________________________________________________________
2935 [ 12931] By: jhi                                   on 2001/11/10  15:05:56
2936         Log: A potential recursion breaker.
2937      Branch: perl
2938            ! sv.c
2939 ____________________________________________________________________________
2940 [ 12930] By: ams                                   on 2001/11/10  07:46:53
2941         Log: Subject: [PATCH] Add core switch to CGI.pm distribution tests
2942              (was Re: perl@12892)
2943              From: "chromatic" <chromatic@rmci.net>
2944              Date: Sat, 10 Nov 2001 01:28:09 -0700
2945              Message-Id: <20011110083514.86488.qmail@onion.perl.org>
2946      Branch: perl
2947            ! lib/CGI/t/apache.t lib/CGI/t/carp.t lib/CGI/t/cookie.t
2948            ! lib/CGI/t/fast.t lib/CGI/t/form.t lib/CGI/t/function.t
2949            ! lib/CGI/t/html.t lib/CGI/t/pretty.t lib/CGI/t/push.t
2950            ! lib/CGI/t/request.t lib/CGI/t/switch.t lib/CGI/t/util.t
2951 ____________________________________________________________________________
2952 [ 12929] By: jhi                                   on 2001/11/10  06:38:07
2953         Log: Add a test for the bytes pragma.
2954      Branch: perl
2955            + lib/bytes.t
2956            ! MANIFEST
2957 ____________________________________________________________________________
2958 [ 12928] By: jhi                                   on 2001/11/10  06:10:39
2959         Log: Doc update.
2960      Branch: perl
2961            ! lib/bytes.pm
2962 ____________________________________________________________________________
2963 [ 12927] By: jhi                                   on 2001/11/10  04:19:44
2964         Log: Cease to exist.
2965      Branch: perl
2966            - lib/Unicode/Normalize.pm
2967 ____________________________________________________________________________
2968 [ 12926] By: ams                                   on 2001/11/10  03:23:16
2969         Log: Subject: [patch] my_setenv speedup + fixes
2970              From: Doug MacEachern <dougm@covalent.net>
2971              Date: Fri, 9 Nov 2001 18:13:18 -0800 (PST)
2972              Message-Id: <Pine.LNX.4.21.0111091808500.22397-100000@localhost>
2973      Branch: perl
2974            ! util.c
2975 ____________________________________________________________________________
2976 [ 12925] By: jhi                                   on 2001/11/10  01:55:13
2977         Log: Newline trouble.
2978      Branch: perl
2979            ! lib/ExtUtils/Embed.t
2980 ____________________________________________________________________________
2981 [ 12924] By: jhi                                   on 2001/11/10  01:42:29
2982         Log: Subject: [PATCH perl@12917] vms/munchconfig.c line length fix
2983              From: "Craig A. Berry" <craigberry@mac.com>
2984              Date: Fri, 09 Nov 2001 18:13:16 -0600
2985              Message-Id: <5.1.0.14.2.20011109180651.02b31d20@exchi01>
2986      Branch: perl
2987            ! vms/munchconfig.c
2988 ____________________________________________________________________________
2989 [ 12923] By: jhi                                   on 2001/11/10  01:39:01
2990         Log: Subject: [PATCH] new tests for swiches -n -p -a -F
2991              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2992              Date: Sat, 10 Nov 2001 00:10:45 +0100
2993              Message-ID: <20011110001045.A11945@rafael>
2994      Branch: perl
2995            + t/run/noswitch.t t/run/switchF.t t/run/switcha.t
2996            + t/run/switchn.t t/run/switchp.t
2997            ! MANIFEST
2998 ____________________________________________________________________________
2999 [ 12922] By: jhi                                   on 2001/11/10  01:34:51
3000         Log: Subject: [PATCH] some tests not cleaning up properly               
3001              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> 
3002              Date: Fri, 9 Nov 2001 22:13:10 +0100
3003              Message-ID: <20011109221310.A11115@rafael>
3004      Branch: perl
3005            ! ext/Cwd/t/cwd.t t/io/argv.t
3006 ____________________________________________________________________________
3007 [ 12921] By: jhi                                   on 2001/11/10  01:32:52
3008         Log: Subject: [Patch Perl@12892] a *real* Embed test for VMS           
3009              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
3010              Date: Fri, 9 Nov 2001 15:07:19 EST
3011              Message-Id: <011109150622.16fb0@DUPHY4.Physics.Drexel.Edu>
3012      Branch: perl
3013            ! lib/ExtUtils/Embed.t
3014 ____________________________________________________________________________
3015 [ 12920] By: dougm                                 on 2001/11/10  00:34:50
3016         Log: when PERL_USE_SAFE_PUTENV is defined environ will not
3017              have been copied so it shouldn't be freed in perl_destruct()
3018      Branch: perl
3019            ! perl.c
3020 ____________________________________________________________________________
3021 [ 12919] By: ams                                   on 2001/11/09  15:36:22
3022         Log: Subject: [PATCH ext/Cwd/t/cwd.t] Cwd test not cleaning up after itself
3023              From: Michael G Schwern <schwern@pobox.com>
3024              Date: Fri, 9 Nov 2001 00:38:59 -0500
3025              Message-Id: <20011109003859.K5587@blackrider>
3026              (Applied with directory name changes suggested by Craig Berry.)
3027      Branch: perl
3028            ! ext/Cwd/t/cwd.t
3029 ____________________________________________________________________________
3030 [ 12918] By: ams                                   on 2001/11/09  15:29:15
3031         Log: Subject: [PATCH vms/ext/filespec.t] Cleanup & fix of unsafe filename
3032              From: Michael G Schwern <schwern@pobox.com>
3033              Date: Fri, 9 Nov 2001 01:44:14 -0500
3034              Message-Id: <20011109014414.N5587@blackrider>
3035      Branch: perl
3036            ! vms/ext/filespec.t
3037 ____________________________________________________________________________
3038 [ 12917] By: jhi                                   on 2001/11/09  14:39:14
3039         Log: Update Changes.
3040      Branch: perl
3041            ! Changes patchlevel.h
3042 ____________________________________________________________________________
3043 [ 12916] By: jhi                                   on 2001/11/09  14:33:39
3044         Log: Regen toc.
3045      Branch: perl
3046            ! pod/perltoc.pod
3047 ____________________________________________________________________________
3048 [ 12915] By: jhi                                   on 2001/11/09  14:08:30
3049         Log: JPL sync: CVSROOT=:pserver:anoncvs@as220.org:/home/cvsroot,
3050              see http://www.jepstone.net/bjepson//jpl/cvs.html
3051      Branch: perl
3052            ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
3053 ____________________________________________________________________________
3054 [ 12914] By: ams                                   on 2001/11/09  14:05:12
3055         Log: Subject: [PATCH vms/test.com] VMS test.com running in wrong order?
3056              From: Michael G Schwern <schwern@pobox.com>
3057              Date: Thu, 8 Nov 2001 22:05:49 -0500
3058              Message-Id: <20011108220549.F5587@blackrider>
3059      Branch: perl
3060            ! vms/test.com
3061 ____________________________________________________________________________
3062 [ 12913] By: jhi                                   on 2001/11/09  13:54:23
3063         Log: NetWare update from Ananth Kesari.
3064      Branch: perl
3065            ! NetWare/Makefile NetWare/config_H.wc NetWare/nwstdio.h
3066 ____________________________________________________________________________
3067 [ 12912] By: ams                                   on 2001/11/09  13:40:26
3068         Log: Subject: [PATCH ID 20011109.100] #!perl -F...
3069              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3070              Date: Fri, 9 Nov 2001 14:32:28 +0100
3071              Message-Id: <20011109143228.A18996@rafael>
3072      Branch: perl
3073            ! perl.c
3074 ____________________________________________________________________________
3075 [ 12911] By: jhi                                   on 2001/11/09  13:37:01
3076         Log: FAQ sync.
3077      Branch: perl
3078            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
3079            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
3080            ! pod/perlfaq7.pod pod/perlfaq8.pod pod/perlfaq9.pod
3081 ____________________________________________________________________________
3082 [ 12910] By: ams                                   on 2001/11/09  07:33:49
3083         Log: Subject: [PATCH lib/File/Find/t/find.t] Helpful File::Find debugging code
3084              From: Michael G Schwern <schwern@pobox.com>
3085              Date: Fri, 9 Nov 2001 00:41:56 -0500
3086              Message-Id: <20011109004156.L5587@blackrider>
3087      Branch: perl
3088            ! lib/File/Find/t/find.t
3089 ____________________________________________________________________________
3090 [ 12909] By: jhi                                   on 2001/11/09  00:23:40
3091         Log: Upgrade to Unicode::Normalize 0.10, now in XS.
3092              The CPAN distribution has both pm and XS implementations,
3093              and for performance reasons we choose the XS.
3094              Another reason to choose the XS is that it doesn't
3095              require Lingua::KO::Hangul::Util, which means that
3096              we can delete that-- which in turn means that Unicode::UCD
3097              cannot expect that: support it, but don't expect.
3098              Ditto Unicode::Collate.
3099              
3100              Note that Unicode::Normalize Makefile.PL and
3101              Normalize.xs have been modified from the CPAN 0.10
3102              versions: the first one to be simpler (no pm) and
3103              clean up the generated unf*.h files, the second one
3104              to quench compiler grumblings.  Must notify Sadahiro
3105              about these changes.
3106      Branch: perl
3107            + ext/Unicode/Normalize/Changes
3108            + ext/Unicode/Normalize/Makefile.PL
3109            + ext/Unicode/Normalize/Normalize.pm
3110            + ext/Unicode/Normalize/Normalize.pod
3111            + ext/Unicode/Normalize/Normalize.xs
3112            + ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
3113            + ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
3114            + ext/Unicode/Normalize/t/test.t
3115            - lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
3116            - lib/Lingua/KO/Hangul/Util/README
3117            - lib/Lingua/KO/Hangul/Util/t/test.t
3118            - lib/Unicode/Normalize/Changes lib/Unicode/Normalize/README
3119            - lib/Unicode/Normalize/t/norm.t lib/Unicode/Normalize/t/test.t
3120            ! MANIFEST NetWare/Makefile djgpp/config.over epoc/config.sh
3121            ! hints/uwin.sh hints/vmesa.sh lib/Unicode/Collate.pm
3122            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t win32/Makefile
3123            ! win32/makefile.mk
3124 ____________________________________________________________________________
3125 [ 12908] By: jhi                                   on 2001/11/08  23:49:42
3126         Log: Test miscounting.
3127      Branch: perl
3128            ! ext/POSIX/t/posix.t
3129 ____________________________________________________________________________
3130 [ 12907] By: jhi                                   on 2001/11/08  22:06:31
3131         Log: Quote the variables in failures messages more nicely.
3132      Branch: perl
3133            ! t/test.pl
3134 ____________________________________________________________________________
3135 [ 12906] By: jhi                                   on 2001/11/08  21:55:32
3136         Log: Subject: [PATCH t/test.pl ext/POSIX/t/posix.t vms/test.com] POSIX cleanup
3137              From: Michael G Schwern <schwern@pobox.com>
3138              Date: Thu, 8 Nov 2001 17:24:49 -0500
3139              Message-ID: <20011108172449.A5587@blackrider>
3140              
3141              Subject: Re: [PATCH t/test.pl ext/POSIX/t/posix.t vms/test.com] POSIX cleanup
3142              From: "Craig A. Berry" <craigberry@mac.com>
3143              Date: Thu, 8 Nov 2001 16:35:00 -0600
3144              Message-Id: <a05101000b810b89c5c5a@[172.16.52.1]>
3145      Branch: perl
3146            ! ext/POSIX/t/posix.t t/test.pl vms/test.com
3147 ____________________________________________________________________________
3148 [ 12905] By: jhi                                   on 2001/11/08  21:51:51
3149         Log: Subject: [PATCH] RE: Win2k / Cygwin-1.3.3
3150              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
3151              Date: Thu, 8 Nov 2001 22:52:50 -0000
3152              Message-ID: <AIEAJICLCBDNAAOLLOKLKEHNDEAA.Paul_Marquess@Yahoo.co.uk>
3153      Branch: perl
3154            ! ext/DB_File/t/db-recno.t
3155 ____________________________________________________________________________
3156 [ 12904] By: jhi                                   on 2001/11/08  21:49:20
3157         Log: Unicode::UCD is not yet supported in EBCDIC platforms.
3158              (Probably not an EBCDIC issue the way one would think
3159              since no chr() et alia are used in UCD.pm.)
3160      Branch: perl
3161            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
3162 ____________________________________________________________________________
3163 [ 12903] By: jhi                                   on 2001/11/08  15:16:49
3164         Log: Whether overwriting the $self->{...} values (see #12902)
3165              is a good policy or not is debatable, but let's at least
3166              be consistent.
3167      Branch: perl
3168            ! lib/ExtUtils/MM_Unix.pm
3169 ____________________________________________________________________________
3170 [ 12902] By: jhi                                   on 2001/11/08  15:13:15
3171         Log: The MakeMaker argument () quoting patch that sneaked
3172              in at #12883 didn't handle make macros like this $(...).
3173              Leaning toothpicks, we've got them.
3174      Branch: perl
3175            ! lib/ExtUtils/MM_Unix.pm
3176 ____________________________________________________________________________
3177 [ 12901] By: jhi                                   on 2001/11/08  14:28:38
3178         Log: Subject: Re: [PATCH t/io/argv.t vms/test.com t/test.pl] argv.t cleanup & fixes for VMS
3179              From: Michael G Schwern <schwern@pobox.com>
3180              Date: Wed, 7 Nov 2001 02:02:29 -0500
3181              Message-ID: <20011107020229.K2858@blackrider>
3182      Branch: perl
3183            ! t/io/argv.t t/test.pl vms/test.com
3184 ____________________________________________________________________________
3185 [ 12900] By: jhi                                   on 2001/11/08  14:14:40
3186         Log: Subject: [PATCH 20011106.084] -s on #! line 
3187              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3188              Date: Wed, 7 Nov 2001 22:23:39 +0100
3189              Message-ID: <20011107222339.E729@rafael>
3190      Branch: perl
3191            ! embed.h embed.pl perl.c proto.h toke.c
3192 ____________________________________________________________________________
3193 [ 12899] By: jhi                                   on 2001/11/08  13:46:02
3194         Log: Subject: [REPATCH] Re: [PATCH pod/perlhack.pod] When to use what test libraries
3195              From: Michael G Schwern <schwern@pobox.com>
3196              Date: Wed, 7 Nov 2001 16:52:49 -0500
3197              Message-ID: <20011107165249.I7346@blackrider>
3198      Branch: perl
3199            ! pod/perlhack.pod
3200 ____________________________________________________________________________
3201 [ 12898] By: ams                                   on 2001/11/08  13:02:19
3202         Log: Subject: Re: replace http://www.perl.com/CPAN/ with http://www.cpan.org/
3203              From: Mark-Jason Dominus <mjd@plover.com>
3204              Date: Thu, 08 Nov 2001 08:59:02 -0500
3205              Message-Id: <20011108135902.2275.qmail@plover.com>
3206      Branch: perl
3207            ! INSTALL README README.amiga README.os2 README.vms
3208            ! lib/I18N/LangTags.pm lib/I18N/LangTags/README
3209            ! lib/Locale/Maketext/README win32/Makefile win32/makefile.mk
3210 ____________________________________________________________________________
3211 [ 12897] By: ams                                   on 2001/11/08  12:49:28
3212         Log: Subject: replace http://www.perl.com/CPAN/ with http://www.cpan.org/
3213              From: mjd@plover.com
3214              Date: 8 Nov 2001 13:33:18 -0000
3215              Message-Id: <20011108133318.1786.qmail@plover.com>
3216      Branch: perl
3217            ! Porting/pumpkin.pod lib/Net/libnetFAQ.pod pod/perldiag.pod
3218            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
3219            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
3220            ! pod/perlfaq8.pod pod/perlfaq9.pod pod/perlmodinstall.pod
3221            ! pod/perlport.pod pod/perlvar.pod
3222 ____________________________________________________________________________
3223 [ 12896] By: ams                                   on 2001/11/08  11:22:12
3224         Log: open(FH, $file) should strip leading and trailing whitespace.
3225      Branch: perl
3226            ! doio.c
3227 ____________________________________________________________________________
3228 [ 12895] By: ams                                   on 2001/11/08  10:17:14
3229         Log: Subject: [PATCH] resurrect t/op/glob.t on VMS
3230              From: "Craig A. Berry" <craigberry@mac.com>
3231              Date: Wed, 07 Nov 2001 13:41:50 -0600
3232              Message-Id: <5.1.0.14.2.20011107133422.02419350@exchi01>
3233      Branch: perl
3234            ! t/op/glob.t
3235 ____________________________________________________________________________
3236 [ 12894] By: ams                                   on 2001/11/08  08:32:20
3237         Log: Subject: [ID 20011108.092] makedepend bug with new gcc
3238              From: Alexander Klimov <ask@wisdom.weizmann.ac.il>
3239              Date: Thu, 8 Nov 2001 10:00:29 +0200 (IST)
3240              Message-Id: <Pine.GSO.4.40.0111080952570.12110-100000@dardar.wisdom.weizmann.ac.il>
3241      Branch: perl
3242            ! makedepend.SH
3243 ____________________________________________________________________________
3244 [ 12893] By: ams                                   on 2001/11/08  08:26:31
3245         Log: Subject: bleadperl perldebug.pod: mention perldebtut.pod
3246              From: mjd@plover.com
3247              Date: 8 Nov 2001 08:08:07 -0000
3248              Message-Id: <20011108080807.30147.qmail@plover.com>
3249              
3250              Subject: bleadperl perl.pod
3251              From: mjd@plover.com
3252              Date: 8 Nov 2001 08:10:47 -0000
3253              Message-Id: <20011108081047.30178.qmail@plover.com>
3254              
3255              Subject: more bleadperl perl.pod
3256              From: mjd@plover.com
3257              Date: 8 Nov 2001 08:16:28 -0000
3258              Message-Id: <20011108081628.30229.qmail@plover.com>
3259      Branch: perl
3260            ! pod/perl.pod pod/perldebug.pod
3261 ____________________________________________________________________________
3262 [ 12892] By: jhi                                   on 2001/11/07  16:01:37
3263         Log: Tweak for Cray-friendliness from Nicholas Clark.
3264      Branch: perl
3265            ! sv.c
3266 ____________________________________________________________________________
3267 [ 12891] By: jhi                                   on 2001/11/07  15:54:24
3268         Log: VMS patch redo from Charles Lane.
3269      Branch: perl
3270            ! vms/gen_shrfls.pl
3271 ____________________________________________________________________________
3272 [ 12890] By: ams                                   on 2001/11/07  15:16:10
3273         Log: Subject: [ID 20011107.088] two perl pod nits
3274              From: lvirden@cas.org
3275              Date: Wed, 7 Nov 2001 11:09:34 -0500 (EST)
3276              Message-Id: <200111071609.fA7G9YW24607@lwv26awu.cas.org>
3277      Branch: perl
3278            ! pod/perl.pod pod/perlfaq3.pod
3279 ____________________________________________________________________________
3280 [ 12889] By: jhi                                   on 2001/11/07  15:07:18
3281         Log: Update Changes.
3282      Branch: perl
3283            ! Changes patchlevel.h
3284 ____________________________________________________________________________
3285 [ 12888] By: jhi                                   on 2001/11/07  14:26:42
3286         Log: The (emulated) "no utf8" must be in a BEGIN block
3287              to be effective.
3288      Branch: perl
3289            ! lib/CGI/t/html.t
3290 ____________________________________________________________________________
3291 [ 12887] By: jhi                                   on 2001/11/07  13:52:58
3292         Log: "v-strings" is the right term.
3293      Branch: perl
3294            ! pod/perltodo.pod
3295 ____________________________________________________________________________
3296 [ 12886] By: jhi                                   on 2001/11/07  13:48:36
3297         Log: Add vstrings-as-objects need to perltodo.
3298      Branch: perl
3299            ! pod/perltodo.pod
3300 ____________________________________________________________________________
3301 [ 12885] By: jhi                                   on 2001/11/07  13:43:33
3302         Log: Subject: Re: SunOS 5.8 is FUN! (and not quite ok, either) - @12876, gcc and suncc
3303              From: Nicholas Clark <nick@ccl4.org>
3304              Date: Wed, 7 Nov 2001 14:36:32 +0000
3305              Message-ID: <20011107143631.I24980@plum.flirble.org>
3306      Branch: perl
3307            ! t/op/pack.t
3308 ____________________________________________________________________________
3309 [ 12884] By: jhi                                   on 2001/11/07  13:34:44
3310         Log: The Embed test requires a major rewrite for VMS
3311              (plus it reveals a couple of annoying glitches
3312              in buffering), so skip the test for now; from
3313              Charles Lane.
3314      Branch: perl
3315            ! lib/ExtUtils/Embed.t
3316 ____________________________________________________________________________
3317 [ 12883] By: jhi                                   on 2001/11/07  13:33:16
3318         Log: Subject: [PATCH Perl@12856] vms/gen_shrfls.pl more general config.sh parsing
3319              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
3320              Date: Wed, 7 Nov 2001 09:23:28 EST
3321              Message-Id: <011107092325.11726@DUPHY4.Physics.Drexel.Edu>
3322      Branch: perl
3323            ! lib/ExtUtils/MM_Unix.pm vms/gen_shrfls.pl
3324 ____________________________________________________________________________
3325 [ 12882] By: ams                                   on 2001/11/07  05:14:04
3326         Log: Subject: Re: [ID 20011106.083] $dbline[$i] == 0 generates warnings
3327              From: Mark-Jason Dominus <mjd@plover.com>
3328              Date: Wed, 07 Nov 2001 00:43:46 -0500
3329              Message-Id: <20011107054346.14428.qmail@plover.com>
3330      Branch: perl
3331            ! gv.c op.c toke.c
3332 ____________________________________________________________________________
3333 [ 12881] By: jhi                                   on 2001/11/07  03:33:08
3334         Log: Subject: [PATCH lib/perl5db.pl] Mentioning perldebguts   
3335              From: Michael G Schwern <schwern@pobox.com>             
3336              Date: Tue, 6 Nov 2001 22:04:39 -0500
3337              Message-ID: <20011106220439.D2858@blackrider>              
3338      Branch: perl
3339            ! lib/perl5db.pl
3340 ____________________________________________________________________________
3341 [ 12880] By: jhi                                   on 2001/11/07  01:35:30
3342         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
3343              stress))
3344              From: Jonathan Stowe <gellyfish@gellyfish.com>
3345              Date: Tue, 6 Nov 2001 06:54:37 +0000 (GMT)
3346              Message-ID: <Pine.LNX.4.33.0111060651210.315-100000@orpheus.gellyfish.com>
3347              
3348              (except for one hunk where indentation differs)
3349      Branch: perl
3350            ! lib/Term/Cap.t
3351 ____________________________________________________________________________
3352 [ 12879] By: jhi                                   on 2001/11/07  01:22:40
3353         Log: Subject: [PATCH File::Spec::*] a bunch of untested patches
3354              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3355              Date: Tue, 6 Nov 2001 21:45:01 +0100
3356              Message-ID: <20011106214501.A704@rafael>
3357      Branch: perl
3358            ! lib/File/Spec/OS2.pm lib/File/Spec/VMS.pm
3359            ! lib/File/Spec/Win32.pm
3360 ____________________________________________________________________________
3361 [ 12878] By: jhi                                   on 2001/11/07  01:06:41
3362         Log: Subject: [PATCH t/test.pl] Adding isnt() and next_test() 
3363              From: Michael G Schwern <schwern@pobox.com>              
3364              Date: Tue, 6 Nov 2001 20:58:45 -0500
3365              Message-ID: <20011106205845.G29411@blackrider>
3366      Branch: perl
3367            ! t/test.pl
3368 ____________________________________________________________________________
3369 [ 12877] By: jhi                                   on 2001/11/07  01:01:18
3370         Log: Subject: making do_sprintf public       
3371              From: Doug MacEachern <dougm@covalent.net>    
3372              Date: Tue, 6 Nov 2001 10:52:31 -0800 (PST)
3373              Message-ID: <Pine.LNX.4.21.0111061051250.27804-100000@localhost>
3374      Branch: perl
3375            ! embed.h embed.pl global.sym
3376 ____________________________________________________________________________
3377 [ 12876] By: jhi                                   on 2001/11/06  22:12:28
3378         Log: Update to CGI.pm 2.78.
3379              
3380              TODO: the test suite needs to be merged so that
3381              when in core, the core version is tested, and when
3382              using the CPAN version, testing the CPAN version.
3383              (the changes need to be sent to Lincoln, too...)
3384      Branch: perl
3385            ! lib/CGI.pm lib/CGI/Apache.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
3386            ! lib/CGI/Pretty.pm lib/CGI/Switch.pm lib/CGI/Util.pm
3387            ! lib/CGI/t/apache.t lib/CGI/t/carp.t lib/CGI/t/cookie.t
3388            ! lib/CGI/t/fast.t lib/CGI/t/form.t lib/CGI/t/function.t
3389            ! lib/CGI/t/html.t lib/CGI/t/pretty.t lib/CGI/t/push.t
3390            ! lib/CGI/t/request.t lib/CGI/t/switch.t lib/CGI/t/util.t
3391 ____________________________________________________________________________
3392 [ 12875] By: jhi                                   on 2001/11/06  22:10:03
3393         Log: Integrate with perlio; (strictly) readonly hashes via XS.
3394      Branch: perl
3395           +> t/lib/access.t
3396           !> MANIFEST ext/B/t/stash.t hv.c pod/perldiag.pod universal.c
3397 ____________________________________________________________________________
3398 [ 12874] By: nick                                  on 2001/11/06  21:05:16
3399         Log: Keep It Simple and Stupid version of readonly hash support.
3400              - Test for SvREAONLY(hv) at a few spots in hv.c
3401              - add the error message to perldiag.pod
3402              - (dubious) add access::readonly() to univeral.c
3403              - add test using above
3404              - fixup ext/B/t/stash.t to account for access:: existing
3405      Branch: perlio
3406            + t/lib/access.t
3407            ! MANIFEST ext/B/t/stash.t hv.c pod/perldiag.pod universal.c
3408 ____________________________________________________________________________
3409 [ 12873] By: jhi                                   on 2001/11/06  17:07:50
3410         Log: Fix incorrect warnings about broken globbing;
3411              from Andy Dougherty.
3412      Branch: perl
3413            ! hints/linux.sh
3414 ____________________________________________________________________________
3415 [ 12872] By: jhi                                   on 2001/11/06  15:18:41
3416         Log: More UTF-8 EXACT tweaking, plus a forgotten UTF-8 
3417              toggle-on from the encoding pragma.
3418      Branch: perl
3419            ! regcomp.c regexec.c
3420 ____________________________________________________________________________
3421 [ 12871] By: jhi                                   on 2001/11/06  13:19:46
3422         Log: Retract #12824, doesn't help and is ignored
3423              by Configure anyway.
3424      Branch: perl
3425            ! hints/beos.sh
3426 ____________________________________________________________________________
3427 [ 12870] By: ams                                   on 2001/11/06  10:40:37
3428         Log: Subject: Cosmetic change
3429              From: H.Merijn Brand <h.m.brand@hccnet.nl>
3430              Date: Tue, 06 Nov 2001 12:30:52 +0100
3431              Message-Id: <20011106122922.30FA.H.M.BRAND@hccnet.nl>
3432      Branch: perl
3433            ! README.hpux
3434 ____________________________________________________________________________
3435 [ 12869] By: nick                                  on 2001/11/06  08:26:40
3436         Log: Integrate mainline
3437      Branch: perlio
3438           !> ext/DB_File/DB_File.pm global.sym hints/os390.sh
3439           !> lib/encoding.pm lib/encoding.t proto.h regcomp.c regexec.c
3440 ____________________________________________________________________________
3441 [ 12868] By: jhi                                   on 2001/11/06  03:15:50
3442         Log: The parentheses are protected enough.
3443      Branch: perl
3444            ! hints/os390.sh
3445 ____________________________________________________________________________
3446 [ 12867] By: jhi                                   on 2001/11/06  03:13:50
3447         Log: ccflags, not ldflags.
3448      Branch: perl
3449            ! hints/os390.sh
3450 ____________________________________________________________________________
3451 [ 12866] By: jhi                                   on 2001/11/06  03:12:57
3452         Log: ... and the proto to go with #12865.
3453      Branch: perl
3454            ! proto.h
3455 ____________________________________________________________________________
3456 [ 12865] By: jhi                                   on 2001/11/06  03:11:12
3457         Log: Oops.  Luckily nothing was using this symbol yet.
3458      Branch: perl
3459            ! global.sym
3460 ____________________________________________________________________________
3461 [ 12864] By: jhi                                   on 2001/11/06  03:05:34
3462         Log: Implement the encoding pragma for regex literals.
3463      Branch: perl
3464            ! lib/encoding.pm lib/encoding.t regcomp.c regexec.c
3465 ____________________________________________________________________________
3466 [ 12863] By: jhi                                   on 2001/11/06  01:01:49
3467         Log: More UTF8 EXACT fixing.
3468      Branch: perl
3469            ! regexec.c
3470 ____________________________________________________________________________
3471 [ 12862] By: jhi                                   on 2001/11/06  00:05:19
3472         Log: More re debugging.
3473      Branch: perl
3474            ! regexec.c
3475 ____________________________________________________________________________
3476 [ 12861] By: jhi                                   on 2001/11/05  23:24:24
3477         Log: EXACT correction attempt.  Continued in #12863.
3478      Branch: perl
3479            ! regexec.c
3480 ____________________________________________________________________________
3481 [ 12860] By: jhi                                   on 2001/11/05  22:57:04
3482         Log: Unterminated L<.
3483      Branch: perl
3484            ! ext/DB_File/DB_File.pm
3485 ____________________________________________________________________________
3486 [ 12859] By: nick                                  on 2001/11/05  19:15:17
3487         Log: Integrate mainline
3488      Branch: perlio
3489           +> lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
3490           +> lib/Math/BigInt/t/Math/BigInt/Subclass.pm
3491           +> lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/sub_mbf.t
3492           +> lib/Math/BigInt/t/sub_mbi.t
3493            - lib/Math/BigInt/t/Math/Subclass.pm
3494            - lib/Math/BigInt/t/subclass.t
3495           !> (integrate 30 files)
3496 ____________________________________________________________________________
3497 [ 12858] By: jhi                                   on 2001/11/05  17:05:38
3498         Log: Regex debugging fixes from Hugo.
3499      Branch: perl
3500            ! regcomp.c regexec.c
3501 ____________________________________________________________________________
3502 [ 12857] By: jhi                                   on 2001/11/05  16:09:51
3503         Log: IRIX: at some point the cc -version has started
3504              to output to stderr, not stdout any more.
3505      Branch: perl
3506            ! hints/irix_6.sh
3507 ____________________________________________________________________________
3508 [ 12856] By: jhi                                   on 2001/11/05  15:27:45
3509         Log: Update Changes.
3510      Branch: perl
3511            ! Changes patchlevel.h
3512 ____________________________________________________________________________
3513 [ 12855] By: jhi                                   on 2001/11/05  15:21:13
3514         Log: The ${"\cTAINT"} raises the ire of 'use strict'.
3515      Branch: perl
3516            ! lib/File/Spec/Unix.pm
3517 ____________________________________________________________________________
3518 [ 12854] By: jhi                                   on 2001/11/05  15:16:24
3519         Log: Subject: Re: Tainted $ENV{TMPDIR} and File::Spec->tmpdir()
3520              From: rgarciasuarez@free.fr
3521              Date: Mon, 05 Nov 2001 17:10:29 +0100 (MET)            
3522              Message-ID: <1004976629.3be6b9f593085@imp3-1.free.fr>
3523      Branch: perl
3524            ! lib/File/Spec/Unix.pm
3525 ____________________________________________________________________________
3526 [ 12853] By: jhi                                   on 2001/11/05  14:54:37
3527         Log: Use config.arch in OS/390 where the combination of
3528              IEEE floats and ldflags is tricky.
3529      Branch: perl
3530            ! hints/os390.sh
3531 ____________________________________________________________________________
3532 [ 12852] By: jhi                                   on 2001/11/05  14:53:53
3533         Log: Metaconfig unit change for #12851.
3534      Branch: metaconfig
3535            ! U/modified/Config_sh.U
3536 ____________________________________________________________________________
3537 [ 12851] By: jhi                                   on 2001/11/05  14:53:14
3538         Log: Support a config.arch file, similar to config.over,
3539              but loaded just before it.
3540      Branch: perl
3541            ! Configure INSTALL
3542 ____________________________________________________________________________
3543 [ 12850] By: jhi                                   on 2001/11/05  13:34:25
3544         Log: Subject: [PATCH Symbol.{pm.t}] bugfixes 
3545              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3546              Date: Mon, 5 Nov 2001 14:26:24 +0100
3547              Message-ID: <20011105142624.C31977@rafael>
3548      Branch: perl
3549            ! lib/Symbol.pm lib/Symbol.t
3550 ____________________________________________________________________________
3551 [ 12849] By: jhi                                   on 2001/11/04  22:15:39
3552         Log: Subject: [PATCH] unbalanced parenthesis in pods                 
3553              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3554              Date: Sun, 4 Nov 2001 22:28:57 +0100
3555              Message-ID: <20011104222857.C696@rafael>
3556      Branch: perl
3557            ! pod/perldebug.pod pod/perlpodspec.pod
3558 ____________________________________________________________________________
3559 [ 12848] By: jhi                                   on 2001/11/04  22:11:24
3560         Log: The missing pieces from the Math::BigInt 1.45 puzzle.
3561      Branch: perl
3562            ! lib/Math/BigFloat.pm lib/Math/BigInt/t/bigintpm.t
3563 ____________________________________________________________________________
3564 [ 12847] By: jhi                                   on 2001/11/04  17:44:41
3565         Log: Math::Big* test tweaks to work better with core:
3566              but the coast still not clear.
3567      Branch: perl
3568            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t
3569            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
3570 ____________________________________________________________________________
3571 [ 12846] By: jhi                                   on 2001/11/04  17:43:10
3572         Log: Protect against high load: measure how much wall
3573              clock time went by while sleeping.  Avoids some
3574              false negatives, while may introduce some false
3575              positives.  Life is hard.
3576      Branch: perl
3577            ! ext/Time/HiRes/HiRes.t
3578 ____________________________________________________________________________
3579 [ 12845] By: jhi                                   on 2001/11/04  17:29:40
3580         Log: More forgotten from #12843.
3581      Branch: perl
3582            ! lib/Math/BigInt/t/bigfltpm.inc
3583 ____________________________________________________________________________
3584 [ 12844] By: jhi                                   on 2001/11/04  17:19:13
3585         Log: Forgot from #12843.
3586      Branch: perl
3587            + lib/Math/BigInt/t/bigintpm.inc
3588            ! MANIFEST
3589 ____________________________________________________________________________
3590 [ 12843] By: jhi                                   on 2001/11/04  16:52:45
3591         Log: Upgrade to Math::BigInt 1.45; from Tels.
3592              NOTE: some of the tests are failing but that's because
3593              the core integration is not yet done.
3594      Branch: perl
3595            + lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
3596            + lib/Math/BigInt/t/Math/BigInt/Subclass.pm
3597            + lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
3598            - lib/Math/BigInt/t/Math/Subclass.pm
3599            - lib/Math/BigInt/t/subclass.t
3600            ! MANIFEST lib/Math/BigInt.pm lib/Math/BigInt/Calc.pm
3601            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/calling.t
3602            ! lib/Math/BigInt/t/mbimbf.t
3603 ____________________________________________________________________________
3604 [ 12842] By: jhi                                   on 2001/11/04  16:45:02
3605         Log: VMS: adds capability to control more configuration stuff with
3606              -D and -U switches; parsing config.sh to extract previous config
3607              info in VMS-form, and a rewrite of the "prompt/response" routine;
3608              from Charles Lane.
3609      Branch: perl
3610            ! configure.com
3611 ____________________________________________________________________________
3612 [ 12841] By: jhi                                   on 2001/11/04  15:18:39
3613         Log: Subject: Typo correction in perldebguts.pod
3614              From: mjd@plover.com
3615              Date: 4 Nov 2001 16:20:05 -0000
3616              Message-ID: <20011104162005.16699.qmail@plover.com>
3617      Branch: perl
3618            ! pod/perldebguts.pod
3619 ____________________________________________________________________________
3620 [ 12840] By: jhi                                   on 2001/11/04  15:17:22
3621         Log: Subject: Re: Where are my 'O's? [+ 12836 smoke]
3622              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3623              Date: Sun, 4 Nov 2001 11:47:30 +0100
3624              Message-ID: <20011104114730.A715@rafael>
3625              
3626              Remove -T from the test, wrong place for that.
3627      Branch: perl
3628            ! lib/File/Temp/t/mktemp.t
3629 ____________________________________________________________________________
3630 [ 12839] By: jhi                                   on 2001/11/04  15:15:42
3631         Log: Subject: [REPATCH] Re: PerlIOBuf_dup
3632              From: Nicholas Clark <nick@ccl4.org>
3633              Date: Sun, 4 Nov 2001 10:41:24 +0000
3634              Message-ID: <20011104104123.U20123@plum.flirble.org>
3635      Branch: perl
3636            ! ext/Encode/Encode.xs ext/PerlIO/t/encoding.t perlio.c
3637 ____________________________________________________________________________
3638 [ 12838] By: jhi                                   on 2001/11/03  21:19:43
3639         Log: Subject: Re: [PATCH lib/Term/Cap.t] Skip testing where Term::Cap won't run (was Re: Win95 under stress)
3640              From: Michael G Schwern <schwern@pobox.com>
3641              Date: Sat, 3 Nov 2001 15:41:47 -0500
3642              Message-ID: <20011103154147.C600@blackrider>
3643      Branch: perl
3644            ! lib/Term/Cap.t
3645 ____________________________________________________________________________
3646 [ 12837] By: jhi                                   on 2001/11/03  21:14:34
3647         Log: Subject: [PATCH] stop unrestricted negativity in HiRes.t 
3648              From: "Craig A. Berry" <craigberry@mac.com>     
3649              Date: Sat, 03 Nov 2001 16:02:28 -0600
3650              Message-Id: <5.1.0.14.2.20011103155539.03e44c60@exchi01>
3651      Branch: perl
3652            ! ext/Time/HiRes/HiRes.t
3653 ____________________________________________________________________________
3654 [ 12836] By: jhi                                   on 2001/11/03  18:41:33
3655         Log: Subject: [PATCH lib/Term/Cap.t] Skip testing where Term::Cap won't run (was Re: Win95 under stress)
3656              From: "chromatic" <chromatic@rmci.net>
3657              Date: Sat, 03 Nov 2001 12:28:17 -0700
3658              Message-ID: <20011103193507.94848.qmail@onion.perl.org>
3659      Branch: perl
3660            ! lib/Term/Cap.t
3661 ____________________________________________________________________________
3662 [ 12835] By: jhi                                   on 2001/11/03  18:34:08
3663         Log: Don't bother doing POSIX charclass parsing if it
3664              possibly cannot be so.  Prepares way for charclass
3665              syntax like [[abc]||[def]] (or just [[abc][def]])
3666              for union, [[\w]&&[$a]] for intersection,
3667              and [[a-z]&&[^def]] for subtraction.
3668              
3669              Currently /[[a]/ (or /[a[]/) parses as a character
3670              class containing two characters, "[" and "a",
3671              this may have to be broken for the syntax described
3672              above, otherwise we would have to scan the whole pattern
3673              to find out whether the square brackets match pairwise.
3674              Luckily, the special case of "[" doesn't seem to be
3675              documented (as opposed to "]" and "-"), so we may have
3676              better story for breaking it...  One can always use \[
3677              if one wants a literal "[", so there.
3678      Branch: perl
3679            ! regcomp.c
3680 ____________________________________________________________________________
3681 [ 12834] By: jhi                                   on 2001/11/03  17:51:44
3682         Log: Comment correction.
3683      Branch: perl
3684            ! regcomp.c
3685 ____________________________________________________________________________
3686 [ 12833] By: jhi                                   on 2001/11/03  17:33:21
3687         Log: Add MakeMaker PREREQ_PRINT and PRINT_PREREQ targets.
3688              The latter is a RedHatism.
3689      Branch: perl
3690            ! lib/ExtUtils/MakeMaker.pm
3691 ____________________________________________________________________________
3692 [ 12832] By: jhi                                   on 2001/11/03  15:43:03
3693         Log: Integrate perlio.
3694      Branch: perl
3695           !> perlio.c
3696 ____________________________________________________________________________
3697 [ 12831] By: nick                                  on 2001/11/03  11:42:15
3698         Log: Integrate mainline
3699      Branch: perlio
3700           !> doio.c ext/DynaLoader/dl_mac.xs ext/Errno/Errno_pm.PL
3701           !> ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/syslog.t
3702           !> hints/beos.sh hints/darwin.sh perl.c perl.h perlio.c regexec.c
3703           !> sv.c t/test.pl
3704 ____________________________________________________________________________
3705 [ 12830] By: nick                                  on 2001/11/03  10:27:34
3706         Log: Fix clone_leak problem.
3707              PerlIOStdio_dup was leaking FILE * as it was still doing fdopen()
3708              as vestige of calling PerlLIO_dup().
3709      Branch: perlio
3710            ! perlio.c
3711 ____________________________________________________________________________
3712 [ 12829] By: nick                                  on 2001/11/03  09:40:46
3713         Log: Tweaks attempting to locate Doug's clone_leak leak.
3714              - add some PerlIO_debug()
3715              - handle PerlIO_clone() with empty lists (clone before Perl_parse())
3716              - Even if it closing stdout etc. do a fflush()
3717      Branch: perlio
3718            ! perlio.c
3719 ____________________________________________________________________________
3720 [ 12828] By: nick                                  on 2001/11/03  08:34:31
3721         Log: Integrate mainline
3722      Branch: perlio
3723           !> (integrate 54 files)
3724 ____________________________________________________________________________
3725 [ 12827] By: ams                                   on 2001/11/03  03:45:19
3726         Log: Ugly bandaid to stop C<package;> from segfaulting (remember to
3727              remove this later). Based on a patch from Robert Spier in
3728              <15330.61459.14452.795263@rls.cx>.
3729      Branch: perl
3730            ! sv.c
3731 ____________________________________________________________________________
3732 [ 12826] By: jhi                                   on 2001/11/02  23:56:00
3733         Log: microperl sync.
3734      Branch: perl
3735            ! doio.c perl.c perl.h perlio.c regexec.c
3736 ____________________________________________________________________________
3737 [ 12825] By: jhi                                   on 2001/11/02  23:20:03
3738         Log: Definitions for the Unicode Newline Guidelines.
3739      Branch: perl
3740            ! perl.h
3741 ____________________________________________________________________________
3742 [ 12824] By: jhi                                   on 2001/11/02  23:08:05
3743         Log: There is no csh of any kind in default BeOS.
3744              For the purposes of miniperl globbing, bash
3745              will do.
3746      Branch: perl
3747            ! hints/beos.sh
3748 ____________________________________________________________________________
3749 [ 12823] By: jhi                                   on 2001/11/02  21:56:36
3750         Log: Integrate change #12820 from macperl to maint and blead;
3751              
3752              Fix up (dynaloading) to work properly with multiplicity
3753      Branch: maint-5.6/perl
3754           !> ext/DynaLoader/dl_mac.xs
3755      Branch: perl
3756           !> ext/DynaLoader/dl_mac.xs
3757 ____________________________________________________________________________
3758 [ 12822] By: pudge                                 on 2001/11/02  21:38:22
3759         Log: Several fixes for various exit problems and clearing out
3760              task queue, as well as another (incomplete) go at
3761              fixing error message handling
3762      Branch: maint-5.6/macperl
3763            ! macos/macish.c macos/macish.h macos/macperl/MPConsole.cp
3764 ____________________________________________________________________________
3765 [ 12821] By: pudge                                 on 2001/11/02  21:36:26
3766         Log: Add source files for bleadperl builds
3767      Branch: maint-5.6/macperl
3768            ! macos/Makefile.mk
3769 ____________________________________________________________________________
3770 [ 12820] By: pudge                                 on 2001/11/02  21:35:15
3771         Log: Fix up to work properly with multiplicity
3772      Branch: maint-5.6/macperl
3773            ! ext/DynaLoader/dl_mac.xs
3774 ____________________________________________________________________________
3775 [ 12819] By: pudge                                 on 2001/11/02  21:21:56
3776         Log: Integrate with maintperl.
3777      Branch: maint-5.6/macperl
3778           +> t/op/system.t t/op/system_tests
3779           !> MANIFEST Todo-5.6 ext/ODBM_File/ODBM_File.xs perl.h
3780           !> pod/perltodo.pod util.c win32/win32.c
3781 ____________________________________________________________________________
3782 [ 12818] By: jhi                                   on 2001/11/02  21:03:58
3783         Log: Locate _PATH_LOG if it's a socket even if not #defined
3784              (helps Tru64)  From Paul David Fardy <pdf@morgan.ucs.mun.ca>,
3785              via Nick Clark.
3786      Branch: perl
3787            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/syslog.t
3788 ____________________________________________________________________________
3789 [ 12817] By: jhi                                   on 2001/11/02  20:07:05
3790         Log: Subject: [PATCH t/test.pl] _expect and other little tweaks
3791              From: Michael G Schwern <schwern@pobox.com>
3792              Date: Fri, 2 Nov 2001 15:36:41 -0500
3793              Message-ID: <20011102153641.E23234@blackrider>
3794      Branch: perl
3795            ! t/test.pl
3796 ____________________________________________________________________________
3797 [ 12816] By: jhi                                   on 2001/11/02  17:53:00
3798         Log: Subject: [PATCH] patches for MacOS X 10.1 for perl 5.7.2
3799              From: merlyn@stonehenge.com (Randal L. Schwartz)
3800              Date: 02 Nov 2001 09:33:34 -0800
3801              Message-ID: <m1wv193wnl.fsf@halfdome.holdit.com>
3802              
3803              (two of the changes)
3804              
3805              Better coexistence with extensions.
3806      Branch: perl
3807            ! ext/Errno/Errno_pm.PL hints/darwin.sh
3808 ____________________________________________________________________________
3809 [ 12815] By: ams                                   on 2001/11/02  16:47:43
3810         Log: Subject: Re: [PATCH] the the double double word word fix fix
3811              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
3812              Date: Fri, 02 Nov 2001 19:43:07 +0100
3813              Message-Id: <3BE2E93B.627C198E@alcatel.at>
3814      Branch: perl
3815            ! pod/perldebug.pod
3816 ____________________________________________________________________________
3817 [ 12814] By: jhi                                   on 2001/11/02  15:24:10
3818         Log: Update Changes.
3819      Branch: perl
3820            ! Changes patchlevel.h
3821 ____________________________________________________________________________
3822 [ 12813] By: jhi                                   on 2001/11/02  15:19:35
3823         Log: More encoding testing.
3824      Branch: perl
3825            ! lib/encoding.pm lib/encoding.t
3826 ____________________________________________________________________________
3827 [ 12812] By: ams                                   on 2001/11/02  15:07:11
3828         Log: Slight modification of #12811.
3829      Branch: perl
3830            ! op.c
3831 ____________________________________________________________________________
3832 [ 12811] By: jhi                                   on 2001/11/02  14:58:13
3833         Log: Subject: Re: [ID 20011101.069] \stat('.') gives "Attempt to free unreferenced scalar"
3834              From: Radu Greab <radu@netsoft.ro>
3835              Date: Fri, 2 Nov 2001 15:28:58 +0200
3836              Message-ID: <15330.40858.629851.468818@ix.netsoft.ro>
3837      Branch: perl
3838            ! op.c t/op/stat.t
3839 ____________________________________________________________________________
3840 [ 12810] By: jhi                                   on 2001/11/02  14:15:34
3841         Log: Subject: [PATCH] Re: Extra MakeMaker noise in lib/ExtUtils/Embed.t @12791
3842              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3843              Date: Thu, 1 Nov 2001 22:35:50 +0100
3844              Message-ID: <20011101223550.A10849@rafael>
3845      Branch: perl
3846            ! lib/ExtUtils/Embed.t
3847 ____________________________________________________________________________
3848 [ 12809] By: jhi                                   on 2001/11/02  14:10:05
3849         Log: Subject: [REPATCH] Re: [PATCH File::Find] use warnings::register
3850              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
3851              Date: 2 Nov 2001 14:48:51 -0000
3852              Message-Id: <slrn9u5cj6.liq.rgarciasuarez@rafael.kazibao.net> 
3853      Branch: perl
3854            ! lib/File/Find.pm
3855 ____________________________________________________________________________
3856 [ 12808] By: jhi                                   on 2001/11/02  05:40:21
3857         Log: Add documentation.
3858      Branch: perl
3859            ! embed.pl pod/perlapi.pod utf8.c
3860 ____________________________________________________________________________
3861 [ 12807] By: jhi                                   on 2001/11/02  05:18:45
3862         Log: Unicode: add ToFold mapping.  Not used yet; but basically
3863              a more useful mapping for caseless aka case-ignoring than
3864              doing either lc($a) eq lc($b) or uc($a) eq uc($b); the full
3865              algorithm for creating the foldings uses equivalence classes,
3866              see http://www.unicode.org/unicode/reports/tr21/
3867              Hopefully this feature will be used in //i.
3868              (The folding tables were introduced by #12689.)
3869      Branch: perl
3870            ! embed.h embed.pl embedvar.h intrpvar.h perl.c perlapi.h sv.c
3871            ! utf8.c
3872 ____________________________________________________________________________
3873 [ 12806] By: jhi                                   on 2001/11/02  05:04:05
3874         Log: Subject: [PATCH] AutoSplit.t clean-up for VMS
3875              From: "Craig A. Berry" <craigberry@mac.com>
3876              Date: Fri, 02 Nov 2001 00:03:52 -0600
3877              Message-Id: <5.1.0.14.2.20011101235844.02cd4e50@exchi01>
3878      Branch: perl
3879            ! lib/AutoSplit.t
3880 ____________________________________________________________________________
3881 [ 12805] By: jhi                                   on 2001/11/02  04:17:04
3882         Log: Subject: Trivial doc patch
3883              From: andreas.koenig@anima.de (Andreas J. Koenig)
3884              Date: 02 Nov 2001 06:11:35 +0100
3885              Message-ID: <m37kt94v08.fsf@anima.de>
3886      Branch: perl
3887            ! pod/perlport.pod
3888 ____________________________________________________________________________
3889 [ 12804] By: jhi                                   on 2001/11/02  02:14:46
3890         Log: Make encoding and charnames pragmas coexist.
3891      Branch: perl
3892            ! lib/charnames.pm lib/encoding.pm lib/encoding.t
3893 ____________________________________________________________________________
3894 [ 12803] By: jhi                                   on 2001/11/02  01:26:53
3895         Log: The basic character classes seem to go untested with Unicode.
3896      Branch: perl
3897            ! t/op/pat.t
3898 ____________________________________________________________________________
3899 [ 12802] By: ams                                   on 2001/11/02  00:39:36
3900         Log: Subject: [PATCH] the the double double word word fix fix
3901              From: Richard Soderberg <rs@oregonnet.com>
3902              Date: Thu, 1 Nov 2001 13:12:03 -0800
3903              Message-Id: <200111012112.NAA23288@oregonnet.com>
3904              
3905              Subject: Re: [PATCH] the the double double word word fix fix
3906              From: Mark-Jason Dominus <mjd@plover.com>
3907              Date: Thu, 01 Nov 2001 16:43:40 -0500
3908              Message-Id: <20011101214340.2044.qmail@plover.com>
3909              
3910              Subject: Re: [PATCH] the the double double word word fix fix
3911              From: Mark-Jason Dominus <mjd@plover.com>
3912              Date: Thu, 01 Nov 2001 16:51:39 -0500
3913              Message-Id: <20011101215139.2196.qmail@plover.com>
3914      Branch: perl
3915            ! pod/perldebtut.pod pod/perldiag.pod pod/perlfaq3.pod
3916            ! pod/perlguts.pod pod/perlintro.pod pod/perliol.pod
3917            ! pod/perlmodlib.PL pod/perlmodstyle.pod pod/perlpodspec.pod
3918            ! pod/perlrequick.pod pod/perlretut.pod pod/perltoc.pod
3919            ! pod/perltodo.pod pod/perlxstut.pod
3920 ____________________________________________________________________________
3921 [ 12801] By: jhi                                   on 2001/11/01  14:27:51
3922         Log: Comment tweaks.
3923      Branch: perl
3924            ! toke.c
3925 ____________________________________________________________________________
3926 [ 12800] By: jhi                                   on 2001/11/01  14:06:04
3927         Log: FAQ sync.
3928      Branch: perl
3929            ! pod/perlfaq9.pod
3930 ____________________________________________________________________________
3931 [ 12799] By: jhi                                   on 2001/11/01  13:59:42
3932         Log: If an encoding is set by -M/-m, it must be in
3933              effect only for the actual script, not any other
3934              required/-M/-m'ed module, otherwise we enter a nasty
3935              recursion in regexec.c while trying to init the simple
3936              UTF-8 charclasses like PL_utf8_alnum.
3937      Branch: perl
3938            ! lib/encoding.pm pod/perlunicode.pod pp_ctl.c
3939 ____________________________________________________________________________
3940 [ 12798] By: jhi                                   on 2001/10/31  21:10:09
3941         Log: A bit more descriptive name.
3942      Branch: perl
3943            ! mg.c
3944 ____________________________________________________________________________
3945 [ 12797] By: jhi                                   on 2001/10/31  20:32:29
3946         Log: Subject: [PATCH Perl@12768] Time::Hires test fix
3947              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
3948              Date: Wed, 31 Oct 2001 13:47:04 EST
3949              Message-Id: <011031134626.1227@DUPHY4.Physics.Drexel.Edu>
3950      Branch: perl
3951            ! ext/Time/HiRes/HiRes.t
3952 ____________________________________________________________________________
3953 [ 12796] By: jhi                                   on 2001/10/31  20:31:20
3954         Log: Subject: [PATCH Perl@12768] make setting signal() persistent
3955              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
3956              Date: Wed, 31 Oct 2001 13:43:29 EST
3957              Message-Id: <011031134318.231c@DUPHY4.Physics.Drexel.Edu>
3958      Branch: perl
3959            ! mg.c
3960 ____________________________________________________________________________
3961 [ 12795] By: jhi                                   on 2001/10/31  20:29:37
3962         Log: Subject: [PATCH] Various test cleanups
3963              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3964              Date: Tue, 30 Oct 2001 21:56:26 +0100
3965              Message-ID: <20011030215626.A28503@rafael>
3966      Branch: perl
3967            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
3968            ! ext/DB_File/t/db-recno.t ext/Encode.t
3969 ____________________________________________________________________________
3970 [ 12794] By: jhi                                   on 2001/10/31  15:26:59
3971         Log: Update Changes.
3972      Branch: perl
3973            ! Changes patchlevel.h
3974 ____________________________________________________________________________
3975 [ 12793] By: jhi                                   on 2001/10/31  15:23:12
3976         Log: Subject: [PATCH] Data::Dumper opt. use B::Deparse for coderefs
3977              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>               
3978              Date: Wed, 31 Oct 2001 17:16:39 +0100
3979              Message-ID: <20011031171639.A32511@rafael>
3980      Branch: perl
3981            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/t/dumper.t
3982 ____________________________________________________________________________
3983 [ 12792] By: jhi                                   on 2001/10/31  15:20:01
3984         Log: Skip message nit.
3985      Branch: perl
3986            ! t/io/fs.t
3987 ____________________________________________________________________________
3988 [ 12791] By: jhi                                   on 2001/10/31  14:54:19
3989         Log: Subject: Re: [REPATCH] Re: [PATCH] Re: [ID 20011030.064] File::Temp tempdir(CLEANUP => 1) and -T on OpenBSD 2.9
3990              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
3991              Date: 31 Oct 2001 14:49:37 -0000
3992              Message-Id: <slrn9u03sk.hco.rgarciasuarez@rafael.kazibao.net> 
3993      Branch: perl
3994            ! lib/File/Path.pm lib/File/Path.t lib/File/Temp/t/mktemp.t
3995 ____________________________________________________________________________
3996 [ 12790] By: jhi                                   on 2001/10/31  14:44:33
3997         Log: Extend the effect of the encoding pragma to chr() and ord().
3998              
3999              TODO: regex literals, reentrancy problems with the utf8
4000              and charnames pragmas.
4001      Branch: perl
4002            ! lib/encoding.pm lib/encoding.t pod/perlfunc.pod pp.c sv.c
4003 ____________________________________________________________________________
4004 [ 12789] By: jhi                                   on 2001/10/31  13:25:02
4005         Log: Doc tweaks.
4006      Branch: perl
4007            ! lib/encoding.pm
4008 ____________________________________________________________________________
4009 [ 12788] By: nick                                  on 2001/10/31  08:59:56
4010         Log: Integrate mainline
4011      Branch: perlio
4012           +> lib/encoding.pm lib/encoding.t t/op/system.t t/op/system_tests
4013           !> (integrate 49 files)
4014 ____________________________________________________________________________
4015 [ 12787] By: jhi                                   on 2001/10/31  03:22:34
4016         Log: Forgot new proto.
4017      Branch: perl
4018            ! proto.h
4019 ____________________________________________________________________________
4020 [ 12786] By: jhi                                   on 2001/10/31  02:32:35
4021         Log: Clarification: use encoding cannot be used to
4022              change the default encoding of "your whole script";
4023              only the default encoding of the *data*.  Also, it
4024              seems that "use encoding" does not mix with "use utf8"
4025              (a coredumping recursion ensues).  Should not be a huge
4026              problem since "use utf8" is pretty marginal nowadays.
4027      Branch: perl
4028            ! ext/Encode/Encode.pm lib/encoding.pm pod/perlunicode.pod
4029 ____________________________________________________________________________
4030 [ 12785] By: jhi                                   on 2001/10/31  02:19:49
4031         Log: More documentation for the encode pragma.
4032      Branch: perl
4033            ! ext/Encode/Encode.pm lib/encoding.pm lib/open.pm
4034            ! pod/perlapi.pod pod/perlunicode.pod sv.c
4035 ____________________________________________________________________________
4036 [ 12784] By: jhi                                   on 2001/10/31  02:08:27
4037         Log: Thinko in #12783.
4038      Branch: perl
4039            ! sv.c
4040 ____________________________________________________________________________
4041 [ 12783] By: jhi                                   on 2001/10/31  02:04:22
4042         Log: Make sv_recode_to_utf8() a real API: the encoding
4043              is a parameter, instead of a global.  Document the
4044              PERL_ENCODING.
4045      Branch: perl
4046            ! embed.h embed.pl pod/perlapi.pod pod/perlrun.pod proto.h sv.c
4047            ! toke.c
4048 ____________________________________________________________________________
4049 [ 12782] By: jhi                                   on 2001/10/31  00:57:42
4050         Log: Enable -Mencoding=foobar also for string literals.
4051      Branch: perl
4052            ! embed.h embed.pl global.sym lib/encoding.pm lib/encoding.t
4053            ! pod/perlapi.pod proto.h sv.c toke.c
4054 ____________________________________________________________________________
4055 [ 12781] By: jhi                                   on 2001/10/30  17:06:39
4056         Log: Subject: Re: [PATCH] Re: DynaLoader problem on NCR SVR4 box
4057              From: Andy Dougherty <doughera@lafayette.edu>
4058              Date: Tue, 30 Oct 2001 12:44:27 -0500 (EST)
4059              Message-ID: <Pine.SOL.4.10.10110301241210.25351-100000@maxwell.phys.lafayette.edu>
4060      Branch: perl
4061            ! ext/POSIX/hints/svr4.pl
4062 ____________________________________________________________________________
4063 [ 12780] By: jhi                                   on 2001/10/30  14:54:12
4064         Log: Subject: RE: [PATCH h2xs] Use of static data in XS modules
4065              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
4066              Date: Mon, 29 Oct 2001 23:11:58 -0000
4067              Message-ID: <AIEAJICLCBDNAAOLLOKLMEJGDDAA.Paul_Marquess@Yahoo.co.uk>
4068              
4069              Add compat.h.
4070      Branch: perl
4071            ! lib/h2xs.t utils/h2xs.PL
4072 ____________________________________________________________________________
4073 [ 12779] By: jhi                                   on 2001/10/30  13:51:43
4074         Log: Subject: PerlIOBuf_dup
4075              From: Nicholas Clark <nick@ccl4.org>              
4076              Date: Mon, 29 Oct 2001 21:52:35 +0000             
4077              Message-ID: <20011029215235.K41204@plum.flirble.org>
4078              
4079              Add prototype.
4080      Branch: perl
4081            ! perliol.h
4082 ____________________________________________________________________________
4083 [ 12778] By: jhi                                   on 2001/10/30  13:49:51
4084         Log: Subject: [PATCH] Make malloc.c errors more useful
4085              From: Richard Soderberg <rs@oregonnet.com>
4086              Date: Mon, 29 Oct 2001 22:28:02 -0800
4087              Message-Id: <200110300628.WAA11025@oregonnet.com>
4088      Branch: perl
4089            ! malloc.c
4090 ____________________________________________________________________________
4091 [ 12777] By: jhi                                   on 2001/10/30  04:02:10
4092         Log: Retract #12776 - the bug 19990906.001 is still valid.
4093      Branch: perl
4094            ! t/run/kill_perl.t
4095 ____________________________________________________________________________
4096 [ 12776] By: jhi                                   on 2001/10/30  03:03:49
4097         Log: (Retracted by #12777)
4098              Subject: Perlbug 19990906.001 - segfault on long escaped quote regex
4099              From: Michael G Schwern <schwern@pobox.com> 
4100              Date: Mon, 29 Oct 2001 23:01:08 -0500
4101              Message-ID: <20011029230108.G18053@blackrider>
4102      Branch: perl
4103            ! t/run/kill_perl.t
4104 ____________________________________________________________________________
4105 [ 12775] By: jhi                                   on 2001/10/30  02:56:41
4106         Log: Comment nits.
4107      Branch: perl
4108            ! lib/encoding.t
4109 ____________________________________________________________________________
4110 [ 12774] By: gsar                                  on 2001/10/30  01:32:57
4111         Log: integrate change#12772 from mainline
4112              
4113              Subject: [PATCH] Mommy, what's a pointer cast?
4114      Branch: maint-5.6/perl
4115            ! perl.h
4116 ____________________________________________________________________________
4117 [ 12773] By: jhi                                   on 2001/10/30  01:19:32
4118         Log: Subject: [PATCH] Mommy, what's a pointer cast?
4119              From: Richard Soderberg <rs@oregonnet.com>
4120              Date: Mon, 29 Oct 2001 17:01:10 -0800
4121              Message-Id: <200110300101.RAA31561@oregonnet.com>
4122              
4123              (threads* parts)
4124      Branch: perl
4125            ! ext/threads/shared/shared.xs ext/threads/threads.xs
4126 ____________________________________________________________________________
4127 [ 12772] By: jhi                                   on 2001/10/30  01:19:13
4128         Log: Subject: [PATCH] Mommy, what's a pointer cast?
4129              From: Richard Soderberg <rs@oregonnet.com>
4130              Date: Mon, 29 Oct 2001 17:01:10 -0800
4131              Message-Id: <200110300101.RAA31561@oregonnet.com>
4132              
4133              (the perl.h part)
4134      Branch: perl
4135            ! perl.h
4136 ____________________________________________________________________________
4137 [ 12771] By: jhi                                   on 2001/10/30  01:17:21
4138         Log: Subject: [PATCH] OpenBSD likes signal.h 
4139              From: Richard Soderberg <rs@oregonnet.com>
4140              Date: Mon, 29 Oct 2001 17:00:31 -0800
4141              Message-Id: <200110300100.RAA31533@oregonnet.com>
4142      Branch: perl
4143            ! unixish.h
4144 ____________________________________________________________________________
4145 [ 12770] By: jhi                                   on 2001/10/30  01:10:24
4146         Log: Subject: [PATCH] RE: DB_File-1.79 on Cygwin 1.3.3
4147              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
4148              Date: Mon, 29 Oct 2001 23:04:23 -0000
4149              Message-ID: <AIEAJICLCBDNAAOLLOKLGEJGDDAA.Paul_Marquess@Yahoo.co.uk>
4150      Branch: perl
4151            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
4152            ! ext/DB_File/t/db-recno.t
4153 ____________________________________________________________________________
4154 [ 12769] By: jhi                                   on 2001/10/30  01:08:01
4155         Log: Subject: [PATCH perl@12718] HiRes.t tweaks
4156              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
4157              Date: Mon, 29 Oct 2001 12:34:07 -0600
4158              Message-Id: <5.1.0.14.2.20011029121906.035d7e00@exchi01>
4159      Branch: perl
4160            ! ext/Time/HiRes/HiRes.t
4161 ____________________________________________________________________________
4162 [ 12768] By: jhi                                   on 2001/10/29  15:10:04
4163         Log: Update Changes.
4164      Branch: perl
4165            ! Changes patchlevel.h
4166 ____________________________________________________________________________
4167 [ 12767] By: jhi                                   on 2001/10/29  14:49:28
4168         Log: AIX needs an explicit symbol export list.
4169      Branch: perl
4170            ! lib/ExtUtils/Embed.t
4171 ____________________________________________________________________________
4172 [ 12766] By: jhi                                   on 2001/10/29  14:08:21
4173         Log: The test (and the module) would require some
4174              quality hacking time to work on EBCDIC.  Based n
4175              the test results nothing seems to be majorly broken,
4176              the module just seems to have strange assumptions:
4177              got: ''\226\225\205'
4178              expected: ''one'
4179              The \226\225\205 being, of course, 'one', in EBCDIC.
4180      Branch: perl
4181            ! lib/Dumpvalue.t
4182 ____________________________________________________________________________
4183 [ 12765] By: jhi                                   on 2001/10/29  13:58:48
4184         Log: Mark the test known to be failing in EBCDIC.
4185      Branch: perl
4186            ! t/op/tr.t
4187 ____________________________________________________________________________
4188 [ 12764] By: jhi                                   on 2001/10/29  13:51:51
4189         Log: None of the libnet modules are going to work in
4190              EBCDIC without the Convert::EBCDIC.
4191      Branch: perl
4192            ! t/lib/1_compile.t
4193 ____________________________________________________________________________
4194 [ 12763] By: jhi                                   on 2001/10/29  13:45:39
4195         Log: Neither is 0xff illegal UTF-EBCDIC since it's the last C1.
4196      Branch: perl
4197            ! t/op/pack.t
4198 ____________________________________________________________________________
4199 [ 12762] By: jhi                                   on 2001/10/29  13:40:17
4200         Log: UTF-EBCDIC ain't UTF-8.
4201      Branch: perl
4202            ! t/op/pack.t
4203 ____________________________________________________________________________
4204 [ 12761] By: jhi                                   on 2001/10/29  13:35:35
4205         Log: In EBCDIC cannot test compile Net::Cmd without Convert::EBCDIC.
4206      Branch: perl
4207            ! t/lib/1_compile.t
4208 ____________________________________________________________________________
4209 [ 12760] By: jhi                                   on 2001/10/29  13:32:20
4210         Log: Let's not assume ASCII.
4211      Branch: perl
4212            ! t/op/lc.t
4213 ____________________________________________________________________________
4214 [ 12759] By: jhi                                   on 2001/10/29  13:24:54
4215         Log: Call the new perlio symbols differently.
4216      Branch: perl
4217            ! makedef.pl
4218 ____________________________________________________________________________
4219 [ 12758] By: jhi                                   on 2001/10/29  13:23:11
4220         Log: Don't expect ASCII ordering.
4221      Branch: perl
4222            ! lib/ExtUtils/Manifest.t
4223 ____________________________________________________________________________
4224 [ 12757] By: jhi                                   on 2001/10/29  13:13:09
4225         Log: Forgot from #12756.
4226      Branch: perl
4227            ! perlio.h
4228 ____________________________________________________________________________
4229 [ 12756] By: jhi                                   on 2001/10/29  13:12:41
4230         Log: BeOS tweaks:
4231              - fseeko and ftello can be found by Configure but
4232              we do not seem to have prototypes for them so
4233              let's make up some
4234              - BeOS didn't use to have real sockets (sockets as
4235              filedescriptors) but the BONE package is supposed
4236              to fix this.  I do not know how to detect BONEness,
4237              see hints/beos.sh for a spot that needs to fixed.
4238              - BeOS has O_TEXT != O_BINARY but has no setmode()
4239      Branch: perl
4240            ! hints/beos.sh perlio.c
4241 ____________________________________________________________________________
4242 [ 12755] By: sky                                   on 2001/10/29  12:56:12
4243         Log: Ugly fix to not die when a thread creator is holding locks.
4244      Branch: perl
4245            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
4246            ! ext/threads/threads.xs
4247 ____________________________________________________________________________
4248 [ 12754] By: jhi                                   on 2001/10/29  12:31:34
4249         Log: Integrate change #12752 from maintperl;
4250              
4251              croak(Nullch) wasn't printing the contents of ERRSV if there was
4252              no outer eval (bug in change#6125)
4253      Branch: perl
4254           !> util.c
4255 ____________________________________________________________________________
4256 [ 12753] By: jhi                                   on 2001/10/29  12:28:41
4257         Log: Subject: [PATCH h2xs] Use of static data in XS modules
4258              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
4259              Date: Sun, 28 Oct 2001 21:19:07 -0000
4260              Message-ID: <AIEAJICLCBDNAAOLLOKLIEHNDDAA.Paul_Marquess@Yahoo.co.uk>
4261              
4262              with nits from Sarathy.
4263      Branch: perl
4264            ! utils/h2xs.PL
4265 ____________________________________________________________________________
4266 [ 12752] By: gsar                                  on 2001/10/29  03:07:15
4267         Log: croak(Nullch) wasn't printing the contents of ERRSV if there was
4268              no outer eval (bug in change#6125)
4269      Branch: maint-5.6/perl
4270            ! util.c
4271 ____________________________________________________________________________
4272 [ 12751] By: jhi                                   on 2001/10/28  23:11:15
4273         Log: More todo for the encoding pragma.
4274      Branch: perl
4275            ! lib/encoding.pm
4276 ____________________________________________________________________________
4277 [ 12750] By: jhi                                   on 2001/10/28  22:55:24
4278         Log: Add the encoding pragma to control the "upgrade"
4279              from the native eight bit data to Unicode.
4280              
4281              TODO: \x.. and \0... literals.  \N{}.  chr()? ord()?
4282      Branch: perl
4283            + lib/encoding.pm lib/encoding.t
4284            ! MANIFEST embedvar.h gv.c intrpvar.h mg.c perlapi.h
4285            ! pod/perlunicode.pod pod/perlvar.pod sv.c
4286 ____________________________________________________________________________
4287 [ 12749] By: sky                                   on 2001/10/28  21:02:33
4288         Log: Update documentation.
4289      Branch: perl
4290            ! ext/threads/shared/shared.pm
4291 ____________________________________________________________________________
4292 [ 12748] By: jhi                                   on 2001/10/28  20:55:57
4293         Log: Integrate change #12747 from maintperl;
4294              
4295              finishing touches to system() fixes on windows:
4296              * detect cmd shell correctly even if it had full path in it
4297              * more quoting needed for single-arg system if the argument
4298              really had multiple quoted arguments within it
4299              * be smarter about not calling the shell when the executable
4300              has spaces, but otherwise does not need shell involvement
4301              * add a testsuite (windows-specific currently)
4302      Branch: perl
4303           +> t/op/system.t t/op/system_tests
4304            ! MANIFEST pod/perltodo.pod
4305           !> win32/win32.c
4306 ____________________________________________________________________________
4307 [ 12747] By: gsar                                  on 2001/10/28  18:33:23
4308         Log: finishing touches to system() fixes on windows:
4309              * detect cmd shell correctly even if it had full path in it
4310              * more quoting needed for single-arg system if the argument
4311              really had multiple quoted arguments within it
4312              * be smarter about not calling the shell when the executable
4313              has spaces, but otherwise does not need shell involvement
4314              * add a testsuite (windows-specific currently)
4315      Branch: maint-5.6/perl
4316            + t/op/system.t t/op/system_tests
4317            ! MANIFEST Todo-5.6 pod/perltodo.pod win32/win32.c
4318 ____________________________________________________________________________
4319 [ 12746] By: jhi                                   on 2001/10/28  16:34:35
4320         Log: Integrate perlio.
4321      Branch: perl
4322           !> ext/Time/HiRes/HiRes.xs lib/ExtUtils/Embed.t
4323 ____________________________________________________________________________
4324 [ 12745] By: nick                                  on 2001/10/28  16:08:14
4325         Log: Mingw32 fixup for Embed.t
4326      Branch: perlio
4327            ! lib/ExtUtils/Embed.t
4328 ____________________________________________________________________________
4329 [ 12744] By: nick                                  on 2001/10/28  15:54:14
4330         Log: GCC vs MS 64-bit constant syntax
4331      Branch: perlio
4332            ! ext/Time/HiRes/HiRes.xs
4333 ____________________________________________________________________________
4334 [ 12743] By: nick                                  on 2001/10/28  15:42:55
4335         Log: Integrate mainline
4336      Branch: perlio
4337           !> ext/threads/threads.pm lib/ExtUtils/Embed.t
4338 ____________________________________________________________________________
4339 [ 12742] By: sky                                   on 2001/10/28  14:47:10
4340         Log: Manpage updates.
4341      Branch: perl
4342            ! ext/threads/threads.pm
4343 ____________________________________________________________________________
4344 [ 12741] By: jhi                                   on 2001/10/28  14:39:55
4345         Log: Newline confusion: t/TEST sees an extra newline and gets huffy.
4346      Branch: perl
4347            ! lib/ExtUtils/Embed.t
4348 ____________________________________________________________________________
4349 [ 12740] By: nick                                  on 2001/10/28  14:14:24
4350         Log: Integrate mainline
4351      Branch: perlio
4352           !> lib/ExtUtils/Embed.t win32/win32.c
4353 ____________________________________________________________________________
4354 [ 12739] By: jhi                                   on 2001/10/28  14:06:58
4355         Log: Need to be ./executed.
4356      Branch: perl
4357            ! lib/ExtUtils/Embed.t
4358 ____________________________________________________________________________
4359 [ 12738] By: jhi                                   on 2001/10/28  14:03:58
4360         Log: Integrate perlio.
4361      Branch: perl
4362           !> perlio.c win32/win32.h
4363 ____________________________________________________________________________
4364 [ 12737] By: nick                                  on 2001/10/28  13:53:45
4365         Log: Tweak for build with Mingw32 - __attribute__((unused)) is not liked
4366              by gcc -xc++.
4367      Branch: perlio
4368            ! win32/win32.h
4369 ____________________________________________________________________________
4370 [ 12736] By: nick                                  on 2001/10/28  13:50:50
4371         Log: Have :stdio layer update an honour the fd refcnt table.
4372              Embed.t now passes with PERLIO=stdio as well (tested under ithreads)
4373      Branch: perlio
4374            ! perlio.c
4375 ____________________________________________________________________________
4376 [ 12735] By: jhi                                   on 2001/10/28  13:34:37
4377         Log: Integrate changes #12724 and #12725 from maintperl;
4378              multiarg system now works.
4379      Branch: perl
4380           !> win32/win32.c
4381 ____________________________________________________________________________
4382 [ 12734] By: jhi                                   on 2001/10/28  13:31:54
4383         Log: Integrate perlio.
4384      Branch: perl
4385           +> lib/ExtUtils/Embed.t
4386           !> MANIFEST perlio.c
4387 ____________________________________________________________________________
4388 [ 12733] By: nick                                  on 2001/10/28  13:07:16
4389         Log: Use fd refcounts to solve the problem highlighted by new Embed.t, at
4390              least for PERLIO=perlio unthreaded case
4391      Branch: perlio
4392            ! perlio.c
4393 ____________________________________________________________________________
4394 [ 12732] By: nick                                  on 2001/10/28  11:10:24
4395         Log: Typo in exe name
4396      Branch: perlio
4397            ! lib/ExtUtils/Embed.t
4398 ____________________________________________________________________________
4399 [ 12731] By: nick                                  on 2001/10/28  11:09:59
4400         Log: Integrate Mainline
4401      Branch: perlio
4402           !> Changes configure.com ext/DB_File/DB_File.pm
4403           !> ext/ODBM_File/ODBM_File.xs ext/Time/HiRes/HiRes.xs
4404           !> ext/threads/shared/shared.xs lib/ExtUtils/xsubpp
4405           !> lib/unicore/Is.pl lib/unicore/mktables makedef.pl op.h
4406           !> patchlevel.h perlio.c pod/perlapi.pod pod/perlfaq4.pod
4407           !> pod/perlhack.pod pod/perltoc.pod pod/perlunicode.pod sv.h
4408           !> t/TEST t/op/regexp.t win32/buildext.pl
4409 ____________________________________________________________________________
4410 [ 12730] By: nick                                  on 2001/10/28  11:05:35
4411         Log: Fixup Embed.t for Win32/VC++
4412      Branch: perlio
4413            ! lib/ExtUtils/Embed.t
4414 ____________________________________________________________________________
4415 [ 12729] By: nick                                  on 2001/10/28  09:36:20
4416         Log: Adapt testcase from Doug Maceachern <dougm@covalent.net> for perlio_destruct
4417              bug as lib/ExtUtils/Embed.t which tests that and some aspects of
4418              ExtUtils::Embed.
4419      Branch: perlio
4420            + lib/ExtUtils/Embed.t
4421            ! MANIFEST
4422 ____________________________________________________________________________
4423 [ 12728] By: sky                                   on 2001/10/28  08:12:53
4424         Log: Change #12726 changed require 5.002 to 5.0 somehow, I know I never changed that
4425              line manually!
4426      Branch: perl
4427            ! lib/ExtUtils/xsubpp
4428 ____________________________________________________________________________
4429 [ 12727] By: sky                                   on 2001/10/28  08:02:09
4430         Log: And here we use the prototypes.
4431      Branch: perl
4432            ! ext/threads/shared/shared.xs
4433 ____________________________________________________________________________
4434 [ 12726] By: sky                                   on 2001/10/28  08:00:48
4435         Log: Support [] style prototypes.
4436      Branch: perl
4437            ! lib/ExtUtils/xsubpp
4438 ____________________________________________________________________________
4439 [ 12725] By: gsar                                  on 2001/10/28  04:49:15
4440         Log: yet another multi-arg system() fix on windows: batch files as the
4441              first argument (i.e. directly executed by CreateProcess()) need
4442              extra quoting to escape shell-shock
4443      Branch: maint-5.6/perl
4444            ! win32/win32.c
4445 ____________________________________________________________________________
4446 [ 12724] By: gsar                                  on 2001/10/28  03:49:31
4447         Log: another multi-arg system() fix on windows: passing empty arguments
4448              now works
4449      Branch: maint-5.6/perl
4450            ! win32/win32.c
4451 ____________________________________________________________________________
4452 [ 12723] By: jhi                                   on 2001/10/28  03:32:32
4453         Log: Explicitly expect only 4 or 8 bytes of PTRSIZE.
4454              No final #else #error because we do not seem to
4455              be using #error?
4456      Branch: perl
4457            ! op.h
4458 ____________________________________________________________________________
4459 [ 12722] By: jhi                                   on 2001/10/28  02:41:04
4460         Log: Subject: [PATCH Perl@12647] Time::HiRes ualarm for VMS without one
4461              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)        
4462              Date: Sat, 27 Oct 2001 23:28:44 EST 
4463              Message-Id: <011027232650.19ae30@DUPHY4.Physics.Drexel.Edu>
4464      Branch: perl
4465            ! ext/Time/HiRes/HiRes.xs
4466 ____________________________________________________________________________
4467 [ 12721] By: jhi                                   on 2001/10/28  01:53:34
4468         Log: Regen perlapi, perltoc.
4469      Branch: perl
4470            ! pod/perlapi.pod pod/perltoc.pod
4471 ____________________________________________________________________________
4472 [ 12720] By: jhi                                   on 2001/10/28  01:30:04
4473         Log: Subject: [PATCH] sv.h documentation
4474              From: Tim Jenness <t.jenness@jach.hawaii.edu>              
4475              Date: Sat, 27 Oct 2001 15:27:41 -1000 (HST) 
4476              Message-ID: <Pine.LNX.4.33.0110271526270.24647-100000@lapaki>
4477      Branch: perl
4478            ! sv.h
4479 ____________________________________________________________________________
4480 [ 12719] By: gsar                                  on 2001/10/27  23:42:51
4481         Log: "nmake clean" fails to clean ext/... because buildext.pl calls
4482              system("nmake -nologo", "clean") and there is no executable
4483              called "nmake -nologo"; this used to "work" pre-change#12559 due
4484              to bugs in multiarg system() that have since been fixed
4485      Branch: perl
4486            ! win32/buildext.pl
4487 ____________________________________________________________________________
4488 [ 12718] By: jhi                                   on 2001/10/27  21:58:35
4489         Log: Update Changes.
4490      Branch: perl
4491            ! Changes patchlevel.h
4492 ____________________________________________________________________________
4493 [ 12717] By: jhi                                   on 2001/10/27  21:54:11
4494         Log: Subject: perlhack.pod addendum for consideration (perlbug mail interface)
4495              From: Richard.Foley@t-online.de (Richard Foley)            
4496              Date: Sun, 28 Oct 2001 00:48:32 +0200
4497              Message-ID: <15xbQQ-1BoWxsC@fwd02.sul.t-online.com>
4498      Branch: perl
4499            ! pod/perlhack.pod
4500 ____________________________________________________________________________
4501 [ 12716] By: jhi                                   on 2001/10/27  21:41:02
4502         Log: Must store pointers with the right width.
4503      Branch: perl
4504            ! op.h
4505 ____________________________________________________________________________
4506 [ 12715] By: jhi                                   on 2001/10/27  21:22:52
4507         Log: Integrate change #12711 from perlio;
4508              
4509              Use ref count scheme rather than PerlLIO_dup() to do fp_dup().
4510              Restores op/fork.t on Win32 (still segfault on exit of ok 2).
4511      Branch: perl
4512           !> perlio.c
4513 ____________________________________________________________________________
4514 [ 12714] By: jhi                                   on 2001/10/27  21:04:59
4515         Log: Subject: [PATCH] make minitest
4516              From: Nicholas Clark <nick@ccl4.org>
4517              Date: Sat, 27 Oct 2001 22:56:16 +0100
4518              Message-ID: <20011027225616.L20275@plum.flirble.org>
4519      Branch: perl
4520            ! t/TEST
4521 ____________________________________________________________________________
4522 [ 12713] By: jhi                                   on 2001/10/27  20:58:33
4523         Log: Patch #12661 missed this.
4524      Branch: perl
4525            ! ext/DB_File/DB_File.pm
4526 ____________________________________________________________________________
4527 [ 12712] By: jhi                                   on 2001/10/27  20:56:38
4528         Log: Subject: [PATCH perl@12696] C RTL awareness update for VMS
4529              From: "Craig A. Berry" <craigberry@mac.com>
4530              Date: Sat, 27 Oct 2001 16:07:47 -0500
4531              Message-Id: <5.1.0.14.2.20011027134037.01bebc60@exchi01>
4532      Branch: perl
4533            ! configure.com perlio.c
4534 ____________________________________________________________________________
4535 [ 12711] By: nick                                  on 2001/10/27  19:49:25
4536         Log: Use ref count scheme rather than PerlLIO_dup() to do fp_dup().
4537              Restores op/fork.t on Win32 (still segfault on exit of ok 2).
4538      Branch: perlio
4539            ! perlio.c
4540 ____________________________________________________________________________
4541 [ 12710] By: jhi                                   on 2001/10/27  17:07:46
4542         Log: Let's not replace reason if there's one already supplied.
4543      Branch: perl
4544            ! t/op/regexp.t
4545 ____________________________________________________________________________
4546 [ 12709] By: jhi                                   on 2001/10/27  17:02:30
4547         Log: is not good.
4548      Branch: perl
4549            ! t/op/regexp.t
4550 ____________________________________________________________________________
4551 [ 12708] By: jhi                                   on 2001/10/27  16:54:07
4552         Log: ldlibpth can exist but be unset.
4553      Branch: perl
4554            ! t/TEST
4555 ____________________________________________________________________________
4556 [ 12707] By: jhi                                   on 2001/10/27  16:47:07
4557         Log: Unicode: property alias naming cleanup.
4558      Branch: perl
4559            ! lib/unicore/Is.pl lib/unicore/mktables pod/perlunicode.pod
4560 ____________________________________________________________________________
4561 [ 12706] By: jhi                                   on 2001/10/27  15:24:06
4562         Log: FAQ sync.
4563      Branch: perl
4564            ! pod/perlfaq4.pod
4565 ____________________________________________________________________________
4566 [ 12705] By: jhi                                   on 2001/10/27  15:23:15
4567         Log: Integrate change #12703 from maintperl;
4568              
4569              typemap stuff intervenes before declaration, move it to PREINIT
4570              section
4571              
4572              (an empty integrate, but now the files are in sync
4573              between the branches)
4574      Branch: perl
4575           !> ext/ODBM_File/ODBM_File.xs
4576 ____________________________________________________________________________
4577 [ 12704] By: jhi                                   on 2001/10/27  15:21:17
4578         Log: More PerlIO symbols.
4579      Branch: perl
4580            ! makedef.pl
4581 ____________________________________________________________________________
4582 [ 12703] By: gsar                                  on 2001/10/27  15:12:54
4583         Log: typemap stuff intervenes before declaration, move it to PREINIT
4584              section
4585      Branch: maint-5.6/perl
4586            ! ext/ODBM_File/ODBM_File.xs
4587 ____________________________________________________________________________
4588 [ 12702] By: nick                                  on 2001/10/27  14:09:35
4589         Log: Integrate mainline
4590      Branch: perlio
4591           +> ext/threads/shared/t/av_simple.t
4592           +> ext/threads/shared/t/hv_refs.t
4593           +> ext/threads/shared/t/hv_simple.t lib/unicore/To/Fold.pl
4594           !> (integrate 109 files)
4595 ____________________________________________________________________________
4596 [ 12700] By: ams                                   on 2001/10/26  21:22:23
4597         Log: Subject: [PATCH] tweak divide
4598              From: Nicholas Clark <nick@ccl4.org>
4599              Date: Fri, 26 Oct 2001 22:52:17 +0100
4600              Message-Id: <20011026225217.B20275@plum.flirble.org>
4601      Branch: perl
4602            ! pp.c
4603 ____________________________________________________________________________
4604 [ 12699] By: pudge                                 on 2001/10/26  20:49:00
4605         Log: Integrate a buncha things from maintperl.
4606      Branch: maint-5.6/macperl
4607           !> (integrate 32 files)
4608 ____________________________________________________________________________
4609 [ 12698] By: jhi                                   on 2001/10/26  19:13:24
4610         Log: Subject: [PATCH] Re: DynaLoader problem on NCR SVR4 box
4611              From: Andy Dougherty <doughera@lafayette.edu>
4612              Date: Fri, 26 Oct 2001 14:36:29 -0400 (EDT)
4613              Message-ID: <Pine.SOL.4.10.10110261434280.23229-100000@maxwell.phys.lafayette.edu>
4614      Branch: perl
4615            ! hints/svr4.sh
4616 ____________________________________________________________________________
4617 [ 12697] By: jhi                                   on 2001/10/26  18:42:58
4618         Log: When you're root, many things become writable.
4619      Branch: perl
4620            ! lib/ExtUtils/Mkbootstrap.t lib/ExtUtils/Packlist.t
4621 ____________________________________________________________________________
4622 [ 12696] By: jhi                                   on 2001/10/26  15:52:58
4623         Log: Update Changes.
4624      Branch: perl
4625            ! Changes patchlevel.h
4626 ____________________________________________________________________________
4627 [ 12695] By: gsar                                  on 2001/10/26  15:34:31
4628         Log: Term/Cap.t attempts to access the floppy drive for no good reason
4629              on dosish systems
4630      Branch: perl
4631            ! lib/Term/Cap.t
4632 ____________________________________________________________________________
4633 [ 12694] By: gsar                                  on 2001/10/26  15:15:16
4634         Log: fix misleading comment on known inadequacy in B::Terse, and skip
4635              it correctly
4636      Branch: perl
4637            ! ext/B/t/terse.t
4638 ____________________________________________________________________________
4639 [ 12693] By: gsar                                  on 2001/10/26  14:53:56
4640         Log: fix spurious AutoSplit.t failure under windows
4641      Branch: perl
4642            ! lib/AutoSplit.t
4643 ____________________________________________________________________________
4644 [ 12692] By: gsar                                  on 2001/10/26  14:39:06
4645         Log: Time::HiRes::alarm() ain't gonna work either if ualarm() ain't
4646      Branch: perl
4647            ! ext/Time/HiRes/HiRes.t
4648 ____________________________________________________________________________
4649 [ 12691] By: jhi                                   on 2001/10/26  14:34:15
4650         Log: More logical to use %04"UVXf" than %"UVuf" since
4651              the Unicode standard prefers hex.
4652      Branch: perl
4653            ! lib/unicore/To/Fold.pl lib/unicore/To/Lower.pl
4654            ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
4655            ! lib/unicore/mktables utf8.c
4656 ____________________________________________________________________________
4657 [ 12690] By: gsar                                  on 2001/10/26  14:15:55
4658         Log: change#12065 seems to have broken Encode build on windows; fix
4659      Branch: perl
4660            ! ext/Encode/Encode.xs ext/Encode/Makefile.PL
4661 ____________________________________________________________________________
4662 [ 12689] By: jhi                                   on 2001/10/26  14:12:04
4663         Log: Unicode: add the case folding table.
4664      Branch: perl
4665            + lib/unicore/To/Fold.pl
4666            ! MANIFEST lib/unicore/mktables
4667 ____________________________________________________________________________
4668 [ 12688] By: sky                                   on 2001/10/26  13:51:29
4669         Log: Get the new functions right, do not export lock since we use builtin lock.
4670              TODO: fix xsubpp to support the new prototypes
4671      Branch: perl
4672            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
4673 ____________________________________________________________________________
4674 [ 12687] By: jhi                                   on 2001/10/26  13:43:03
4675         Log: USE_ENVIRON_ARRAY instead of !MACOS_TRADITIONAL,
4676              as suggested by Sarathy.
4677      Branch: perl
4678            ! mg.c
4679 ____________________________________________________________________________
4680 [ 12686] By: gsar                                  on 2001/10/26  13:39:52
4681         Log: avoid compiler warning
4682      Branch: perl
4683            ! win32/win32.c
4684 ____________________________________________________________________________
4685 [ 12685] By: jhi                                   on 2001/10/26  13:39:12
4686         Log: WinCE update from Rainer Keuchel.
4687      Branch: perl
4688            ! perl.h wince/Makefile.ce wince/config.ce wince/perldll.def
4689            ! wince/wince.c
4690 ____________________________________________________________________________
4691 [ 12684] By: sky                                   on 2001/10/26  13:34:33
4692         Log: And then finally cond_wait cond_signal and cond_broadcast are now implmented.
4693      Branch: perl
4694            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
4695 ____________________________________________________________________________
4696 [ 12683] By: gbarr                                 on 2001/10/26  13:32:47
4697         Log: More fixes that were made to the core and not in the libnet src
4698      Branch: perl
4699            ! lib/Net/Domain.pm
4700 ____________________________________________________________________________
4701 [ 12682] By: jhi                                   on 2001/10/26  13:31:10
4702         Log: Subject: Re: DB_File-1.79 on Cygwin 1.3.3
4703              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>    
4704              Date: Fri, 26 Oct 2001 13:55:21 +0200
4705              Message-Id: <20011026135017.F575.H.M.BRAND@hccnet.nl>
4706              
4707              (plus make the db-recno.t#59 accept both \n and \r\n)
4708      Branch: perl
4709            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
4710            ! ext/DB_File/t/db-recno.t
4711 ____________________________________________________________________________
4712 [ 12681] By: gbarr                                 on 2001/10/26  13:22:38
4713         Log: Fix tests to be able to run in the core and the CPAN dist
4714      Branch: perl
4715            ! lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
4716            ! lib/Net/t/require.t lib/Net/t/smtp.t
4717 ____________________________________________________________________________
4718 [ 12680] By: jhi                                   on 2001/10/26  13:16:03
4719         Log: Subject: Re: perl@12605 on VMS, [minor PATCH enclosed]
4720              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
4721              Message-Id: <011026081912.dc29b@DUPHY4.Physics.Drexel.Edu>
4722              Date: Fri, 26 Oct 2001 08:34:46 EDT
4723      Branch: perl
4724            ! ext/Time/HiRes/HiRes.t
4725 ____________________________________________________________________________
4726 [ 12679] By: gbarr                                 on 2001/10/26  13:11:00
4727         Log: Sync libnet modules with what will be libnet-1.08
4728      Branch: perl
4729            ! lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.pm
4730            ! lib/Net/Domain.pm lib/Net/FTP.pm lib/Net/FTP/I.pm
4731            ! lib/Net/Netrc.pm lib/Net/SMTP.pm lib/Net/t/ftp.t
4732            ! lib/Net/t/hostname.t lib/Net/t/nntp.t lib/Net/t/smtp.t
4733 ____________________________________________________________________________
4734 [ 12678] By: jhi                                   on 2001/10/26  13:03:01
4735         Log: Integrate maintperl changes #12268 and #12669;
4736              
4737              final touches to the audit for statics and thread-unsafe code
4738              * make DB_File, ODBM_File thread-safe 
4739              * remove unnecessary/dangerous statics and protect others
4740              from not getting accidentally enabled under threaded perls
4741              
4742              windows support functions get_childdir() et al aren't exported
4743              correctly under vanilla build
4744              
4745              Testing under win32 appreciated since changes there had
4746              to be manually merged and I cannot test how badly did I do.
4747      Branch: perl
4748           !> ext/B/B.xs ext/DB_File/DB_File.xs ext/File/Glob/Glob.xs
4749           !> ext/ODBM_File/ODBM_File.xs ext/Opcode/Opcode.xs ext/re/re.xs
4750           !> gv.c iperlsys.h makedef.pl mg.c op.c scope.c toke.c util.c
4751           !> win32/vmem.h win32/win32.c win32/win32iop.h
4752 ____________________________________________________________________________
4753 [ 12677] By: sky                                   on 2001/10/26  12:37:17
4754         Log: More Config::threads to threads::threads changes
4755      Branch: perl
4756            ! ext/threads/shared/shared.pm ext/threads/t/basic.t
4757 ____________________________________________________________________________
4758 [ 12676] By: sky                                   on 2001/10/26  12:31:46
4759         Log: Make new() work exactly like create(). Move from Config::threads to threads::threads
4760      Branch: perl
4761            ! ext/threads/threads.pm ext/threads/threads.xs
4762 ____________________________________________________________________________
4763 [ 12675] By: sky                                   on 2001/10/26  12:06:30
4764         Log: Allocing a TLS in runtime is not too hot.
4765      Branch: perl
4766            ! ext/threads/threads.xs
4767 ____________________________________________________________________________
4768 [ 12674] By: sky                                   on 2001/10/26  11:59:09
4769         Log: Don't display debug data.
4770      Branch: perl
4771            ! ext/threads/threads.pm
4772 ____________________________________________________________________________
4773 [ 12673] By: sky                                   on 2001/10/26  11:35:47
4774         Log: Extend support of change #12672 to support arrays and hashes. Shared reference support is
4775              complete bar support for blessed objects.
4776              TODO: tests for shared arrays and more hv reference tests. Also a complex test testing all types intermixed.
4777      Branch: perl
4778            ! ext/threads/shared/shared.xs ext/threads/shared/t/hv_refs.t
4779 ____________________________________________________________________________
4780 [ 12672] By: sky                                   on 2001/10/26  11:15:28
4781         Log: Fix case where shared reference does not exist in current thread.
4782      Branch: perl
4783            ! ext/threads/shared/shared.xs ext/threads/shared/t/hv_refs.t
4784 ____________________________________________________________________________
4785 [ 12671] By: sky                                   on 2001/10/26  08:48:52
4786         Log: Support for references in shared arrays.
4787      Branch: perl
4788            ! ext/threads/shared/shared.xs
4789 ____________________________________________________________________________
4790 [ 12670] By: sky                                   on 2001/10/26  08:30:11
4791         Log: Add tests for references in hashes.
4792      Branch: perl
4793            + ext/threads/shared/t/hv_refs.t
4794            ! MANIFEST
4795 ____________________________________________________________________________
4796 [ 12669] By: gsar                                  on 2001/10/26  06:07:10
4797         Log: windows support functions get_childdir() et al aren't exported
4798              correctly under vanilla build
4799      Branch: maint-5.6/perl
4800            ! iperlsys.h makedef.pl mg.c win32/win32.c win32/win32iop.h
4801 ____________________________________________________________________________
4802 [ 12668] By: gsar                                  on 2001/10/26  03:52:12
4803         Log: final touches to the audit for statics and thread-unsafe code
4804              * make DB_File, ODBM_File thread-safe 
4805              * remove unnecessary/dangerous statics and protect others
4806              from not getting accidentally enabled under threaded perls
4807      Branch: maint-5.6/perl
4808            ! ext/B/B.xs ext/DB_File/DB_File.xs ext/File/Glob/Glob.xs
4809            ! ext/ODBM_File/ODBM_File.xs ext/Opcode/Opcode.xs ext/re/re.xs
4810            ! gv.c mg.c op.c scope.c toke.c util.c win32/vmem.h
4811            ! win32/win32.c
4812 ____________________________________________________________________________
4813 [ 12667] By: ams                                   on 2001/10/26  03:48:36
4814         Log: Subject: [PATCH] Fix sharedsv.c compile-time warnings.
4815              From: "Richard Soderberg" <rs@crystalflame.net>
4816              Date: Thu, 25 Oct 2001 23:42:50 -0400
4817              Message-Id: <NAEKLNAAHLMBPMPNBMLEKEJCEAAA.rs@crystalflame.net>
4818      Branch: perl
4819            ! sharedsv.c
4820 ____________________________________________________________________________
4821 [ 12666] By: jhi                                   on 2001/10/26  02:07:17
4822         Log: Integrate change #12664 from maintperl;
4823              
4824              the newest GCCs don't seem to like C<"string1"##STRING2>
4825              so keep it as C<"string1" STRING2> (latter appears to
4826              work everywhere)
4827      Branch: perl
4828           !> ext/DynaLoader/dlutils.c
4829 ____________________________________________________________________________
4830 [ 12665] By: jhi                                   on 2001/10/26  02:04:29
4831         Log: Subject: [PATCH] perl.h for Mac OS (Classic)
4832              From: Chris Nandor <pudge@pobox.com>
4833              Date: Thu, 25 Oct 2001 22:15:03 -0400
4834              Message-Id: <p0510030db7fe771a5a34@[10.0.1.177]>
4835      Branch: perl
4836            ! perl.h
4837 ____________________________________________________________________________
4838 [ 12664] By: gsar                                  on 2001/10/26  00:22:35
4839         Log: the newest GCCs don't seem to like C<"string1"##STRING2> so keep it as
4840              C<"string1" STRING2> (latter appears to work everywhere)
4841      Branch: maint-5.6/perl
4842            ! ext/DynaLoader/dlutils.c
4843 ____________________________________________________________________________
4844 [ 12663] By: jhi                                   on 2001/10/25  22:59:44
4845         Log: AUTHORS update.
4846      Branch: perl
4847            ! AUTHORS
4848 ____________________________________________________________________________
4849 [ 12662] By: jhi                                   on 2001/10/25  22:50:41
4850         Log: Integrate change #12660 from maintperl;
4851              
4852              make the dMY_CXT stuff available under all of
4853              MULTIPLICITY/PERL_OBJECT/USE_ITHREADS
4854      Branch: perl
4855           !> perl.h
4856 ____________________________________________________________________________
4857 [ 12661] By: jhi                                   on 2001/10/25  22:47:28
4858         Log: Subject: [PATCH] DB_File-1.79
4859              From: "Paul Marquess" <paul.marquess@openwave.com>
4860              Date: Fri, 26 Oct 2001 00:03:54 +0100
4861              Message-ID: <AIEAJICLCBDNAAOLLOKLAEELDDAA.paul.marquess@openwave.com>
4862      Branch: perl
4863            ! ext/DB_File/Changes ext/DB_File/DB_File.xs
4864            ! ext/DB_File/t/db-recno.t ext/DB_File/version.c
4865 ____________________________________________________________________________
4866 [ 12660] By: gsar                                  on 2001/10/25  22:44:44
4867         Log: make the dMY_CXT stuff available under all of
4868              MULTIPLICITY/PERL_OBJECT/USE_ITHREADS
4869      Branch: maint-5.6/perl
4870            ! perl.h
4871 ____________________________________________________________________________
4872 [ 12659] By: jhi                                   on 2001/10/25  21:27:23
4873         Log: Subject: [PATCH t/run/killperl.t] Re: [ID 20011025.054] Segmentation fault when using the function read not correctly
4874              From: Michael G Schwern <schwern@pobox.com>
4875              Date: Thu, 25 Oct 2001 18:28:12 -0400
4876              Message-ID: <20011025182812.M4811@blackrider>
4877      Branch: perl
4878            ! t/run/kill_perl.t
4879 ____________________________________________________________________________
4880 [ 12658] By: jhi                                   on 2001/10/25  20:54:58
4881         Log: STRLEN != int.
4882      Branch: perl
4883            ! regcomp.c regexec.c
4884 ____________________________________________________________________________
4885 [ 12657] By: jhi                                   on 2001/10/25  20:51:44
4886         Log: Subject: [PATCH] remove small IVop redundancy
4887              From: Nicholas Clark <nick@ccl4.org>
4888              Date: Thu, 25 Oct 2001 22:48:28 +0100
4889              Message-ID: <20011025224827.M66471@plum.flirble.org>
4890      Branch: perl
4891            ! pp.c pp_hot.c
4892 ____________________________________________________________________________
4893 [ 12656] By: jhi                                   on 2001/10/25  18:45:52
4894         Log: Metaconfig unit change for #12655.
4895      Branch: metaconfig/U/perl
4896            ! Extensions.U
4897 ____________________________________________________________________________
4898 [ 12655] By: jhi                                   on 2001/10/25  18:45:18
4899         Log: Subject: Re: Not OK @12650
4900              From: Andy Dougherty <doughera@lafayette.edu>
4901              Date: Thu, 25 Oct 2001 15:34:02 -0400 (EDT)
4902              Message-ID: <Pine.SOL.4.10.10110251520300.22317-100000@maxwell.phys.lafayette.edu>
4903      Branch: perl
4904            ! Configure
4905 ____________________________________________________________________________
4906 [ 12654] By: jhi                                   on 2001/10/25  18:07:58
4907         Log: Integrate changes #12652 and #12653 from maintperl;
4908              
4909              more tweaks to change#12626
4910              * move the boilerplate code over to perl.h and make DynaLoader
4911              use it
4912              * make re, Opcode, File::Glob and B threadsafe
4913              * re.xs needed s/deinstall/uninstall/ (guess nobody uses
4914              C<no re;> anywhere)
4915              
4916              include XS_VERSION in MY_CXT_KEY (tweak for change#12652)
4917              
4918              File::Glob required a bit more work in bleadperl
4919              because of ExtUtils::Constant (see the Makefile.PL change)
4920      Branch: perl
4921            ! ext/File/Glob/Glob.pm ext/File/Glob/Makefile.PL
4922           !> ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
4923           !> ext/Opcode/Opcode.xs ext/re/re.xs perl.h
4924 ____________________________________________________________________________
4925 [ 12653] By: gsar                                  on 2001/10/25  17:23:52
4926         Log: include XS_VERSION in MY_CXT_KEY (tweak for change#12652)
4927      Branch: maint-5.6/perl
4928            ! ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
4929            ! ext/Opcode/Opcode.xs ext/re/re.xs
4930 ____________________________________________________________________________
4931 [ 12652] By: gsar                                  on 2001/10/25  16:46:44
4932         Log: more tweaks to change#12626
4933              * move the boilerplate code over to perl.h and make DynaLoader
4934              use it
4935              * make re, Opcode, File::Glob and B threadsafe
4936              * re.xs needed s/deinstall/uninstall/ (guess nobody uses
4937              C<no re;> anywhere)
4938      Branch: maint-5.6/perl
4939            ! ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
4940            ! ext/Opcode/Opcode.xs ext/re/re.xs perl.h
4941 ____________________________________________________________________________
4942 [ 12651] By: jhi                                   on 2001/10/25  16:35:51
4943         Log: Metaconfig unit change for #12650.
4944      Branch: metaconfig/U/perl
4945            ! Extensions.U
4946 ____________________________________________________________________________
4947 [ 12650] By: jhi                                   on 2001/10/25  16:35:34
4948         Log: Subject: Re: ithreads doesn't like usedl=n
4949              From: Andy Dougherty <doughera@lafayette.edu>
4950              Date: Thu, 25 Oct 2001 13:16:00 -0400 (EDT)
4951              Message-ID: <Pine.SOL.4.10.10110251312200.22183-100000@maxwell.phys.lafayette.edu>
4952              
4953              Special-case threads::shared.
4954      Branch: perl
4955            ! Configure
4956 ____________________________________________________________________________
4957 [ 12649] By: jhi                                   on 2001/10/25  16:21:35
4958         Log: Getting fancier...
4959      Branch: perl
4960            ! t/TEST
4961 ____________________________________________________________________________
4962 [ 12648] By: jhi                                   on 2001/10/25  14:26:20
4963         Log: csh - what a pain.
4964      Branch: perl
4965            ! t/TEST
4966 ____________________________________________________________________________
4967 [ 12647] By: jhi                                   on 2001/10/25  14:04:01
4968         Log: Update Changes.
4969      Branch: perl
4970            ! Changes patchlevel.h
4971 ____________________________________________________________________________
4972 [ 12646] By: jhi                                   on 2001/10/25  13:34:19
4973         Log: Allow resetting the locale system for the duration
4974              of the build (Mac OS X default setting LANG=En_US
4975              ist kaputt)
4976      Branch: perl
4977            ! Makefile.SH
4978 ____________________________________________________________________________
4979 [ 12645] By: jhi                                   on 2001/10/25  13:04:17
4980         Log: Update the MD5 checksum of MD5.xs (caused by #12642)
4981      Branch: perl
4982            ! ext/Digest/MD5/t/files.t
4983 ____________________________________________________________________________
4984 [ 12644] By: jhi                                   on 2001/10/25  12:56:33
4985         Log: Subject: [PATCH] Omit needless calls to pod2man (perl@12641)
4986              From: Andy Dougherty <doughera@lafayette.edu>
4987              Date: Thu, 25 Oct 2001 09:56:57 -0400 (EDT) 
4988              Message-ID: <Pine.SOL.4.10.10110250955390.18833-100000@maxwell.phys.lafayette.edu>
4989      Branch: perl
4990            ! ext/I18N/Langinfo/Makefile.PL ext/threads/Makefile.PL
4991            ! ext/threads/shared/Makefile.PL
4992 ____________________________________________________________________________
4993 [ 12643] By: sky                                   on 2001/10/25  12:28:26
4994         Log: Add support for reference members of hashes.
4995      Branch: perl
4996            ! ext/threads/shared/shared.xs
4997 ____________________________________________________________________________
4998 [ 12642] By: ams                                   on 2001/10/25  12:21:13
4999         Log: Subject: [PATCH] ext/Digest/MD5/MD5.xs RFC typo
5000              From: "Norton Allen" <nort@qnx.com>
5001              Date: Thu, 25 Oct 2001 08:53:56 -0400 (edt)
5002              Message-Id: <200110251253.IAA180600866@rosamund.arp.harvard.edu>
5003      Branch: perl
5004            ! ext/Digest/MD5/MD5.xs
5005 ____________________________________________________________________________
5006 [ 12641] By: sky                                   on 2001/10/25  10:27:39
5007         Log: Tests shared hashes.
5008      Branch: perl
5009            + ext/threads/shared/t/hv_simple.t
5010            ! MANIFEST
5011 ____________________________________________________________________________
5012 [ 12640] By: sky                                   on 2001/10/25  10:18:23
5013         Log: Fix threadcounts for arrays and hashes.
5014      Branch: perl
5015            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
5016 ____________________________________________________________________________
5017 [ 12639] By: sky                                   on 2001/10/25  10:17:26
5018         Log: Note to self, doing *src_ary++ in a macro that evaluates
5019              the value more than once is a good way to dump core.
5020      Branch: perl
5021            ! sharedsv.c
5022 ____________________________________________________________________________
5023 [ 12638] By: jhi                                   on 2001/10/25  05:18:06
5024         Log: Integrate change #12636 from maintperl; more dl fixups.
5025      Branch: perl
5026           !> ext/DynaLoader/dl_mac.xs ext/DynaLoader/dl_next.xs
5027           !> ext/DynaLoader/dl_vms.xs
5028 ____________________________________________________________________________
5029 [ 12637] By: jhi                                   on 2001/10/25  05:14:17
5030         Log: Like dl_hpux, like dl_dld.
5031      Branch: perl
5032            ! ext/DynaLoader/dl_dld.xs
5033 ____________________________________________________________________________
5034 [ 12636] By: gsar                                  on 2001/10/25  02:34:06
5035         Log: followups to change#12635
5036      Branch: maint-5.6/perl
5037            ! ext/DynaLoader/dl_mac.xs ext/DynaLoader/dl_next.xs
5038            ! ext/DynaLoader/dl_vms.xs
5039 ____________________________________________________________________________
5040 [ 12635] By: gsar                                  on 2001/10/25  02:22:03
5041         Log: add part of change#12634 to the two files that need it; dl_aix.xs
5042              in maint-5.6 doesn't have the branch that had the problem in
5043              mainline
5044      Branch: maint-5.6/perl
5045            ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_hpux.xs
5046 ____________________________________________________________________________
5047 [ 12634] By: jhi                                   on 2001/10/25  01:53:03
5048         Log: Fixes for #12627.
5049      Branch: perl
5050            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_hpux.xs
5051 ____________________________________________________________________________
5052 [ 12633] By: jhi                                   on 2001/10/25  01:52:33
5053         Log: Since pv_uni_display and sv_uni_display are now used
5054              in the re extension, their symbols have to be exported.
5055      Branch: perl
5056            ! embed.pl global.sym
5057 ____________________________________________________________________________
5058 [ 12632] By: jhi                                   on 2001/10/25  01:00:06
5059         Log: Subject:  Re: [PATCH Perl@12567] debug /list
5060              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
5061              Date: Tue, 23 Oct 2001 21:40:33 EDT
5062              Message-Id: <011023214011.184825@DUPHY4.Physics.Drexel.Edu>
5063      Branch: perl
5064            ! configure.com
5065 ____________________________________________________________________________
5066 [ 12631] By: jhi                                   on 2001/10/25  00:25:55
5067         Log: This takes care of some of the re 'debug' cases but
5068              not all cases since the information whether the pattern
5069              or the target are utf8 seems to be either lost or not
5070              spread widely enough, sigh.
5071      Branch: perl
5072            ! regcomp.c
5073 ____________________________________________________________________________
5074 [ 12630] By: jhi                                   on 2001/10/25  00:03:07
5075         Log: Subject: [PATCH] - was RE: [PATCH perl@12443] VMS64-bitconfigure
5076              From: John Peacock <jpeacock@rowman.com>
5077              Date: Wed, 24 Oct 2001 16:53:29 -0400
5078              Message-ID: <3BD72A49.1508D152@rowman.com>
5079      Branch: perl
5080            ! configure.com
5081 ____________________________________________________________________________
5082 [ 12629] By: jhi                                   on 2001/10/24  23:16:21
5083         Log: Upgrade NetWare and WinCE as in #12626.
5084      Branch: perl
5085            ! NetWare/dl_netware.xs wince/dl_win32.xs
5086 ____________________________________________________________________________
5087 [ 12628] By: jhi                                   on 2001/10/24  23:07:00
5088         Log: Tru64 compiler nit.
5089      Branch: perl
5090            ! ext/threads/shared/shared.xs
5091 ____________________________________________________________________________
5092 [ 12627] By: jhi                                   on 2001/10/24  22:02:23
5093         Log: Integrate change #12626 from maintperl;
5094              make DynaLoader threadsafe by moving all statics into
5095              interpreter-local space
5096              
5097              TODO: Netware, OS/2, WinCE
5098      Branch: perl
5099           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
5100           !> ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_dllload.xs
5101           !> ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_dyld.xs
5102           !> ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mac.xs
5103           !> ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
5104           !> ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
5105           !> ext/DynaLoader/dlutils.c win32/dl_win32.xs
5106 ____________________________________________________________________________
5107 [ 12626] By: gsar                                  on 2001/10/24  21:43:10
5108         Log: make DynaLoader threadsafe by moving all statics into interpreter-local
5109              space
5110      Branch: maint-5.6/perl
5111            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
5112            ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_dllload.xs
5113            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_dyld.xs
5114            ! ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mac.xs
5115            ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
5116            ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
5117            ! ext/DynaLoader/dlutils.c win32/dl_win32.xs
5118 ____________________________________________________________________________
5119 [ 12625] By: sky                                   on 2001/10/24  20:05:26
5120         Log: Change #12623 inflicted an infinite hang. Fixed.
5121      Branch: perl
5122            ! ext/threads/shared/shared.xs
5123 ____________________________________________________________________________
5124 [ 12624] By: sky                                   on 2001/10/24  19:06:55
5125         Log: Adds support for hashes. Neither hashes nor arrays can contain references yet.
5126      Branch: perl
5127            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
5128 ____________________________________________________________________________
5129 [ 12623] By: sky                                   on 2001/10/24  18:06:34
5130         Log: We need to do sharedsv_find in the original perl context.
5131      Branch: perl
5132            ! ext/threads/shared/shared.xs
5133 ____________________________________________________________________________
5134 [ 12622] By: sky                                   on 2001/10/24  17:26:51
5135         Log: Add support for basic support for AVs, references not supported yet.
5136              Add test for AVs.
5137              Add more tests to sv_refs
5138              Fix documentation issues.  
5139      Branch: perl
5140            + ext/threads/shared/t/av_simple.t
5141            ! MANIFEST ext/threads/shared/shared.pm
5142            ! ext/threads/shared/shared.xs ext/threads/shared/t/sv_refs.t
5143 ____________________________________________________________________________
5144 [ 12621] By: jhi                                   on 2001/10/24  14:08:39
5145         Log: Dump Unicode better for re 'debug'.  The regprop()
5146              is unfinished since have to figure out how to detect
5147              Unicodeness in there.
5148      Branch: perl
5149            ! regcomp.c regexec.c
5150 ____________________________________________________________________________
5151 [ 12620] By: sky                                   on 2001/10/24  13:18:07
5152         Log: Add support for finding shared arrays and hashes.
5153      Branch: perl
5154            ! sharedsv.c
5155 ____________________________________________________________________________
5156 [ 12619] By: jhi                                   on 2001/10/24  13:06:24
5157         Log: Rewrite sv_uni_display() as pv_uni_display() as
5158              reimplement sv_uni_display() using that.
5159      Branch: perl
5160            ! dump.c embed.h embed.pl proto.h
5161 ____________________________________________________________________________
5162 [ 12618] By: jhi                                   on 2001/10/24  12:14:03
5163         Log: Integrate change #12615 from maintperl;
5164              on Windows, IO::File::new_tmpfile() fails after being called
5165              32767 times because MSVCRT thinks stdio's TMP_MAX is a
5166              process-wide limit
5167      Branch: perl
5168           !> win32/win32.c
5169 ____________________________________________________________________________
5170 [ 12617] By: jhi                                   on 2001/10/24  12:10:37
5171         Log: Don't try to print ints as IVs.
5172      Branch: perl
5173            ! ext/Time/HiRes/HiRes.xs
5174 ____________________________________________________________________________
5175 [ 12616] By: sky                                   on 2001/10/24  11:06:35
5176         Log: We only need to fetch the SV from the backend if the index
5177              is not the same as mg_private.     In theory this could be
5178              a problem if there are an exact multiple of U16 changes
5179              of a shared variable between two access in a given thread,
5180              we choose to avoid theory for now.
5181      Branch: perl
5182            ! ext/threads/shared/shared.xs sharedsv.c sharedsv.h
5183 ____________________________________________________________________________
5184 [ 12615] By: gsar                                  on 2001/10/24  04:09:43
5185         Log: on Windows, IO::File::new_tmpfile() fails after being called
5186              32767 times because MSVCRT thinks stdio's TMP_MAX is a
5187              process-wide limit
5188      Branch: maint-5.6/perl
5189            ! win32/win32.c
5190 ____________________________________________________________________________
5191 [ 12614] By: jhi                                   on 2001/10/23  22:19:34
5192         Log: Negation and Unicode: sort of solves 20010303.010,
5193              except not quite like reported in the Subject
5194              (Perl_warner is still utf8-ignorant).
5195      Branch: perl
5196            ! pp.c t/lib/warnings/sv
5197 ____________________________________________________________________________
5198 [ 12613] By: jhi                                   on 2001/10/23  21:53:13
5199         Log: Make the "isn't numeric" warning to show Unicode as Unicode.
5200      Branch: perl
5201            ! sv.c t/lib/warnings/sv
5202 ____________________________________________________________________________
5203 [ 12612] By: jhi                                   on 2001/10/23  21:52:45
5204         Log: sv_uni_display(): do not add the "...", let the caller
5205              do it if wanted, and be prepared for more display options.
5206      Branch: perl
5207            ! dump.c embed.h embed.pl proto.h
5208 ____________________________________________________________________________
5209 [ 12611] By: nick                                  on 2001/10/23  20:28:07
5210         Log: Integrate mainline
5211      Branch: perlio
5212           !> Changes configure.com cygwin/cygwin.c
5213           !> ext/DynaLoader/DynaLoader_pm.PL ext/File/Glob/t/basic.t
5214           !> ext/Time/HiRes/HiRes.t ext/Time/HiRes/HiRes.xs lib/AutoSplit.t
5215           !> lib/File/Spec.t lib/File/Spec/Mac.pm lib/File/Spec/Win32.pm
5216           !> lib/Net/Domain.pm patchlevel.h perl.c perlio.c
5217           !> pod/perlunicode.pod pp.c t/TEST t/op/lc.t t/op/taint.t
5218           !> utils/h2xs.PL utils/perldoc.PL
5219 ____________________________________________________________________________
5220 [ 12610] By: sky                                   on 2001/10/23  19:39:24
5221         Log: Change #12607 introduced a bug, seems like some MAGICAL svs don't call themselves
5222              READONLY but still dies with modification attempt. We only call bless for ext and
5223              umagic.
5224      Branch: perl
5225            ! sv.c
5226 ____________________________________________________________________________
5227 [ 12609] By: jhi                                   on 2001/10/23  19:35:02
5228         Log: Croak() on negative time; doc tweaks.
5229      Branch: perl
5230            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
5231            ! ext/Time/HiRes/HiRes.xs
5232 ____________________________________________________________________________
5233 [ 12608] By: jhi                                   on 2001/10/23  18:38:03
5234         Log: FAQ sync.
5235      Branch: perl
5236            ! pod/perlfaq4.pod pod/perlfaq7.pod
5237 ____________________________________________________________________________
5238 [ 12607] By: sky                                   on 2001/10/23  18:27:27
5239         Log: Call setmagic on the referant we blessing!
5240      Branch: perl
5241            ! sv.c
5242 ____________________________________________________________________________
5243 [ 12606] By: jhi                                   on 2001/10/23  16:30:00
5244         Log: Small test nits.
5245      Branch: perl
5246            ! t/op/lc.t
5247 ____________________________________________________________________________
5248 [ 12605] By: jhi                                   on 2001/10/23  13:08:32
5249         Log: Update Changes.
5250      Branch: perl
5251            ! Changes patchlevel.h
5252 ____________________________________________________________________________
5253 [ 12604] By: jhi                                   on 2001/10/23  13:03:21
5254         Log: Make the PerlIO_init() prototypes consistent.
5255      Branch: perl
5256            ! perlio.c
5257 ____________________________________________________________________________
5258 [ 12603] By: jhi                                   on 2001/10/23  12:54:52
5259         Log: Upping the test count is a good idea.
5260      Branch: perl
5261            ! t/op/lc.t
5262 ____________________________________________________________________________
5263 [ 12602] By: jhi                                   on 2001/10/23  12:52:10
5264         Log: Document the final sigma spot.
5265      Branch: perl
5266            ! pp.c
5267 ____________________________________________________________________________
5268 [ 12601] By: jhi                                   on 2001/10/23  12:26:12
5269         Log: Fix multicharacter titlecase (ucfirst).
5270      Branch: perl
5271            ! pod/perlunicode.pod pp.c t/op/lc.t
5272 ____________________________________________________________________________
5273 [ 12600] By: jhi                                   on 2001/10/23  11:47:19
5274         Log: Subject: [PATCH 5.6.1 perldoc] one more touch on File::Temp
5275              From: Mikhail Zabaluev <mhz@alt-linux.org>
5276              Date: Tue, 23 Oct 2001 10:40:37 +0400
5277              Message-ID: <20011023104037.A12761@localhost.localdomain>
5278              
5279              (#12406 replaced with this)
5280      Branch: perl
5281            ! utils/perldoc.PL
5282 ____________________________________________________________________________
5283 [ 12599] By: jhi                                   on 2001/10/23  00:26:17
5284         Log: MacOS Classic updates from Pudge.
5285      Branch: perl
5286            ! lib/File/Spec.t lib/File/Spec/Mac.pm
5287 ____________________________________________________________________________
5288 [ 12598] By: jhi                                   on 2001/10/22  22:32:59
5289         Log: Subject: [PATCH bleadperl] AutoSplit.t now passes (partialy) on Win32
5290              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
5291              Date: Sun, 14 Oct 2001 23:14:46 +0200
5292              Message-ID: <265984377.20011014231446@tesla.rcub.bg.ac.yu>
5293              
5294              except for the 2->4 changes.
5295      Branch: perl
5296            ! lib/AutoSplit.t
5297 ____________________________________________________________________________
5298 [ 12597] By: gsar                                  on 2001/10/22  22:02:50
5299         Log: integrate macperl contents into maint-5.6
5300      Branch: maint-5.6/perl
5301            ! mg.c
5302           !> AUTHORS README.macos ext/DynaLoader/DynaLoader_pm.PL
5303           !> ext/DynaLoader/dl_mac.xs lib/File/Find.pm lib/File/Spec.pm
5304           !> lib/File/Spec/Epoc.pm lib/File/Spec/Functions.pm
5305           !> lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
5306           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm lib/File/Temp.pm
5307           !> perl.c perl.h pod/perlport.pod t/lib/filefind-taint.t
5308           !> t/lib/filefind.t t/lib/filespec.t
5309 ____________________________________________________________________________
5310 [ 12596] By: jhi                                   on 2001/10/22  21:43:44
5311         Log: At some point the #6234 has been lost from the mainline
5312              (noticed by Pudge; what's a Mac guy doing reading Win modules? :-)
5313      Branch: perl
5314            ! lib/File/Spec/Win32.pm
5315 ____________________________________________________________________________
5316 [ 12595] By: jhi                                   on 2001/10/22  21:31:31
5317         Log: Cygwin seems to round up (or closest, but not down)
5318              for time(), so half of the time (bad pun intended)
5319              Time::HiRes::time() is less than time(), half of
5320              the time it's more.  So let's try harder in the loop.
5321      Branch: perl
5322            ! ext/Time/HiRes/HiRes.t
5323 ____________________________________________________________________________
5324 [ 12594] By: jhi                                   on 2001/10/22  21:23:15
5325         Log: MacOS Classic timeofday(), from Chris Nandor. 
5326      Branch: perl
5327            ! ext/Time/HiRes/HiRes.xs
5328 ____________________________________________________________________________
5329 [ 12593] By: jhi                                   on 2001/10/22  21:17:39
5330         Log: Integrate changes #12580 and #12581 from macperl;
5331              
5332              Fix path construction.
5333              
5334              (Copyright) Nit.
5335      Branch: perl
5336           !> ext/DynaLoader/DynaLoader_pm.PL perl.c
5337 ____________________________________________________________________________
5338 [ 12592] By: jhi                                   on 2001/10/22  21:00:18
5339         Log: No domainname(1) in Cygwin, either, and the 2>/dev/null
5340              doesn't seem to help (the error being output to console, maybe?)
5341      Branch: perl
5342            ! lib/Net/Domain.pm
5343 ____________________________________________________________________________
5344 [ 12591] By: jhi                                   on 2001/10/22  20:55:08
5345         Log: Taint the getcwd() result also in Cygwin.
5346              (TODO: which other platforms need the same thing?)
5347      Branch: perl
5348            ! cygwin/cygwin.c
5349 ____________________________________________________________________________
5350 [ 12590] By: jhi                                   on 2001/10/22  20:27:47
5351         Log: Pretty hard for eval { setpwent(); getpwent(); 1 } to return false.
5352      Branch: perl
5353            ! t/op/taint.t
5354 ____________________________________________________________________________
5355 [ 12589] By: jhi                                   on 2001/10/22  20:10:40
5356         Log: getpwuid() fragility continues.
5357      Branch: perl
5358            ! utils/h2xs.PL
5359 ____________________________________________________________________________
5360 [ 12588] By: jhi                                   on 2001/10/22  19:58:34
5361         Log: getpwuid() might succeed but that's no guarantee
5362              that the $home will be defined.
5363      Branch: perl
5364            ! ext/File/Glob/t/basic.t
5365 ____________________________________________________________________________
5366 [ 12587] By: jhi                                   on 2001/10/22  19:50:35
5367         Log: It's safer to to expand the variable, too... (see #12571)
5368      Branch: perl
5369            ! t/TEST
5370 ____________________________________________________________________________
5371 [ 12586] By: pudge                                 on 2001/10/22  19:42:04
5372         Log: Integrate with maintperl.
5373      Branch: maint-5.6/macperl
5374           !> win32/bin/pl2bat.pl win32/win32.c
5375 ____________________________________________________________________________
5376 [ 12585] By: pudge                                 on 2001/10/22  19:32:02
5377         Log: Oops, forgot to include Win32 ... just as well, since it
5378              seems in bleadperl, change #7764 was not included
5379              (adding C:\temp).  Re-added.  Rip it back out if it
5380              doesn't belong.  :-)
5381      Branch: maint-5.6/macperl
5382            ! lib/File/Spec/Win32.pm
5383 ____________________________________________________________________________
5384 [ 12584] By: jhi                                   on 2001/10/22  19:26:47
5385         Log: Subject: [PATCH perl@12567] configure.com: no threads/shared without ithreads
5386              From: "Craig A. Berry" <craigberry@mac.com>
5387              Date: Mon, 22 Oct 2001 15:25:19 -0500
5388              Message-Id: <5.1.0.14.2.20011022151232.032544e8@exchi01>
5389      Branch: perl
5390            ! configure.com
5391 ____________________________________________________________________________
5392 [ 12583] By: pudge                                 on 2001/10/22  19:26:00
5393         Log: Add in lots of File::Spec changes, from Thomas Wegner,
5394              and sync with changes from bleadperl.
5395      Branch: maint-5.6/macperl
5396            ! lib/File/Spec.pm lib/File/Spec/Epoc.pm
5397            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
5398            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
5399            ! lib/File/Spec/Win32.pm t/lib/filespec.t
5400 ____________________________________________________________________________
5401 [ 12582] By: pudge                                 on 2001/10/22  19:23:28
5402         Log: Sync with latest File::Find and tests from bleadperl.
5403      Branch: maint-5.6/macperl
5404            ! lib/File/Find.pm t/lib/filefind-taint.t t/lib/filefind.t
5405 ____________________________________________________________________________
5406 [ 12581] By: pudge                                 on 2001/10/22  19:22:12
5407         Log: Nit.
5408      Branch: maint-5.6/macperl
5409            ! perl.c
5410 ____________________________________________________________________________
5411 [ 12580] By: pudge                                 on 2001/10/22  19:21:37
5412         Log: Fix path construction.
5413      Branch: maint-5.6/macperl
5414            ! ext/DynaLoader/DynaLoader_pm.PL
5415 ____________________________________________________________________________
5416 [ 12579] By: nick                                  on 2001/10/22  19:08:35
5417         Log: Integrate mainline (for Arthurs thread.xs fix)
5418      Branch: perlio
5419           !> ext/threads/threads.xs lib/Net/Domain.pm t/TEST t/op/groups.t
5420 ____________________________________________________________________________
5421 [ 12578] By: pudge                                 on 2001/10/22  19:02:34
5422         Log: Fix up exported symbols, move relevant docs
5423              over from macperl.pod.
5424      Branch: maint-5.6/macperl
5425            ! macos/ext/MacPerl/MacPerl.pm
5426 ____________________________________________________________________________
5427 [ 12577] By: pudge                                 on 2001/10/22  19:01:38
5428         Log: Make ADDRESS called optionally as a method.
5429      Branch: maint-5.6/macperl
5430            ! macos/lib/Mac/Glue.pm
5431 ____________________________________________________________________________
5432 [ 12576] By: pudge                                 on 2001/10/22  18:58:22
5433         Log: Fix exit code (MacPerl bug #422129) and add Stop Script
5434              Apple event.
5435      Branch: maint-5.6/macperl
5436            ! macos/macish.c macos/macish.h macos/macperl/MPAppleEvents.c
5437            ! macos/macperl/MPConsole.cp macos/macperl/MPMain.c
5438            ! macos/macperl/MPTerminology.aete
5439 ____________________________________________________________________________
5440 [ 12575] By: pudge                                 on 2001/10/22  18:56:34
5441         Log: Clean up some build utilities. Change Entab to Duplicate;
5442              fix docs and error reporting; improve macify() of paths;
5443              remove requirement for Exporter.pm presence.
5444      Branch: maint-5.6/macperl
5445            ! macos/InstallBLIB macos/MacPerlTests.cmd
5446            ! macos/lib/ExtUtils/MM_MacOS.pm macos/lib/Mac/BuildTools.pm
5447 ____________________________________________________________________________
5448 [ 12574] By: pudge                                 on 2001/10/22  18:53:28
5449         Log: Sync Time::HiRes with bleadperl
5450      Branch: maint-5.6/macperl
5451            ! macos/bundled_ext/Time/HiRes/HiRes.pm
5452            ! macos/bundled_ext/Time/HiRes/HiRes.t
5453            ! macos/bundled_ext/Time/HiRes/HiRes.xs
5454 ____________________________________________________________________________
5455 [ 12573] By: pudge                                 on 2001/10/22  18:52:58
5456         Log: Fix up Changes
5457      Branch: maint-5.6/macperl
5458            ! macos/Changes
5459 ____________________________________________________________________________
5460 [ 12572] By: jhi                                   on 2001/10/22  18:49:32
5461         Log: A user might belong to only a single group
5462              (the group equal to the group id).
5463      Branch: perl
5464            ! t/op/groups.t
5465 ____________________________________________________________________________
5466 [ 12571] By: jhi                                   on 2001/10/22  18:36:46
5467         Log: Prepending (instead of replacing with) the pwd is safer. 
5468      Branch: perl
5469            ! t/TEST
5470 ____________________________________________________________________________
5471 [ 12570] By: jhi                                   on 2001/10/22  18:34:54
5472         Log: Be more robust if no hostname or domainname
5473              (especially the latter)
5474      Branch: perl
5475            ! lib/Net/Domain.pm
5476 ____________________________________________________________________________
5477 [ 12569] By: sky                                   on 2001/10/22  17:41:07
5478         Log: Flush IO buffers before starting a thread, this mimics fork and seems like a saneer behaviour.
5479      Branch: perl
5480            ! ext/threads/threads.xs
5481 ____________________________________________________________________________
5482 [ 12568] By: nick                                  on 2001/10/22  16:31:24
5483         Log: Integrate mainline
5484      Branch: perlio
5485           +> ext/threads/shared/Makefile.PL ext/threads/shared/README
5486           +> ext/threads/shared/shared.pm ext/threads/shared/shared.xs
5487           +> ext/threads/shared/t/sv_refs.t
5488           +> ext/threads/shared/t/sv_simple.t pod/perlpodspec.pod
5489            - lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
5490            - lib/unicore/To/SpecUpper.pl
5491           !> (integrate 42 files)
5492 ____________________________________________________________________________
5493 [ 12567] By: jhi                                   on 2001/10/22  12:56:20
5494         Log: Update Changes.
5495      Branch: perl
5496            ! Changes patchlevel.h
5497 ____________________________________________________________________________
5498 [ 12566] By: jhi                                   on 2001/10/22  12:22:29
5499         Log: Subject: [PATCH pod/perlvar.pod] Undeprecating $]
5500              From: Michael G Schwern <schwern@pobox.com>
5501              Date: Mon, 22 Oct 2001 03:48:38 -0400
5502              Message-ID: <20011022034838.B1676@blackrider>
5503      Branch: perl
5504            ! pod/perlvar.pod
5505 ____________________________________________________________________________
5506 [ 12565] By: jhi                                   on 2001/10/22  12:21:28
5507         Log: Pod nits, as suggested by Stas Bekman.
5508      Branch: perl
5509            ! ext/threads/shared/shared.pm ext/threads/threads.pm
5510 ____________________________________________________________________________
5511 [ 12564] By: jhi                                   on 2001/10/22  12:17:00
5512         Log: Subject: [PATCH @ ] Fix for FETCH/NEXTKEY problem in all *DB*_File modules
5513              From: "Paul Marquess" <paul.marquess@openwave.com> 
5514              Date: Sun, 21 Oct 2001 21:11:15 +0100
5515              Message-ID: <AIEAJICLCBDNAAOLLOKLAEOMDCAA.paul.marquess@openwave.com>
5516      Branch: perl
5517            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
5518            ! ext/DB_File/t/db-hash.t ext/GDBM_File/GDBM_File.xs
5519            ! ext/GDBM_File/gdbm.t ext/GDBM_File/typemap
5520            ! ext/NDBM_File/NDBM_File.xs ext/NDBM_File/ndbm.t
5521            ! ext/ODBM_File/ODBM_File.xs ext/ODBM_File/odbm.t
5522            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.xs
5523            ! ext/SDBM_File/sdbm.t
5524 ____________________________________________________________________________
5525 [ 12563] By: jhi                                   on 2001/10/22  12:15:19
5526         Log: Integrate change #12559 from maintperl;
5527              various fixes for system() and backticks under windows
5528      Branch: perl
5529           !> win32/win32.c
5530 ____________________________________________________________________________
5531 [ 12562] By: jhi                                   on 2001/10/22  12:05:35
5532         Log: Integrate change #12560 from maintperl;
5533              make pl2bat use %0 rather than "%0" (the latter fails to work
5534              in a lot of common cases)
5535      Branch: perl
5536           !> win32/bin/pl2bat.pl
5537 ____________________________________________________________________________
5538 [ 12561] By: jhi                                   on 2001/10/22  12:00:23
5539         Log: Integrate changes #12549 and #12550 from maintperl;
5540              
5541              readline() doesn't work with our variables; it confuses them with
5542              my variables (change#4227 was incomplete)
5543      Branch: perl
5544            ! t/lib/strict/vars
5545           !> t/base/rs.t toke.c
5546 ____________________________________________________________________________
5547 [ 12560] By: gsar                                  on 2001/10/22  09:51:59
5548         Log: make pl2bat use %0 rather than "%0" (the latter fails to work
5549              in a lot of common cases)
5550      Branch: maint-5.6/perl
5551            ! win32/bin/pl2bat.pl
5552 ____________________________________________________________________________
5553 [ 12559] By: gsar                                  on 2001/10/22  09:49:51
5554         Log: various fixes for system() and backticks under windows:
5555              
5556              * avoid munging whitespace that is passed within quotes
5557              * work around a cmd.exe misfeature that made multi-arg
5558              system() unreliable when there is more than one quoted
5559              argument
5560              * make multi-arg system() autoquote arguments as needed
5561              before passing them to the shell (this avoids having to
5562              second guess the shell quoting)
5563              * perl's -Dp switch can be used to trace the innards
5564      Branch: maint-5.6/perl
5565            ! win32/win32.c
5566 ____________________________________________________________________________
5567 [ 12558] By: nick                                  on 2001/10/22  08:58:42
5568         Log: Integrate ithreads buffer flush fix from perlio
5569      Branch: perl
5570           !> ext/threads/t/basic.t perl.c
5571 ____________________________________________________________________________
5572 [ 12557] By: nick                                  on 2001/10/22  08:35:09
5573         Log: All tests pass (legitimately) on ithreads
5574      Branch: perlio
5575            ! ext/threads/t/basic.t perl.c
5576 ____________________________________________________________________________
5577 [ 12556] By: nick                                  on 2001/10/22  06:51:22
5578         Log: Integrate non-ithreads fix to mainline
5579      Branch: perl
5580           !> perlio.c
5581 ____________________________________________________________________________
5582 [ 12555] By: nick                                  on 2001/10/22  06:48:33
5583         Log: Restore non-ithreads build. Interestingly binmode test passes
5584              non-ithreads - so crlf layer is not damaged and ithreads fail
5585              is a symptom ...
5586      Branch: perlio
5587            ! perlio.c
5588 ____________________________________________________________________________
5589 [ 12554] By: jhi                                   on 2001/10/21  22:21:55
5590         Log: Integrate from perlio; restructuring.
5591      Branch: perl
5592           !> embed.h embedvar.h intrpvar.h perl.c perlapi.h perlio.c
5593           !> perlio.h perliol.h pod/perlapi.pod sv.c win32/makefile.mk
5594           !> win32/perlhost.h
5595 ____________________________________________________________________________
5596 [ 12553] By: pudge                                 on 2001/10/21  21:51:34
5597         Log: Integrate from maintperl
5598              (Changes 12350, 12496, 12548, 12549, 12550)
5599      Branch: maint-5.6/macperl
5600           !> ext/IO/lib/IO/Seekable.pm lib/Carp/Heavy.pm t/base/rs.t
5601           !> t/lib/filefind-taint.t t/pragma/strict-vars toke.c
5602 ____________________________________________________________________________
5603 [ 12552] By: nick                                  on 2001/10/21  19:18:12
5604         Log: Win32 PerlIO_cleanup special cases should no longer be required.
5605      Branch: perlio
5606            ! perl.c
5607 ____________________________________________________________________________
5608 [ 12551] By: nick                                  on 2001/10/21  19:16:56
5609         Log: Multiple win32io.o is fatal for GCC (and noise with VC++)
5610      Branch: perlio
5611            ! win32/makefile.mk
5612 ____________________________________________________________________________
5613 [ 12550] By: gsar                                  on 2001/10/21  19:05:54
5614         Log: change#12549 wasn't aware of strictures
5615      Branch: maint-5.6/perl
5616            ! t/pragma/strict-vars toke.c
5617 ____________________________________________________________________________
5618 [ 12549] By: gsar                                  on 2001/10/21  18:03:19
5619         Log: readline() doesn't work with our variables; it confuses them with
5620              my variables (change#4227 was incomplete)
5621      Branch: maint-5.6/perl
5622            ! t/base/rs.t toke.c
5623 ____________________________________________________________________________
5624 [ 12548] By: gsar                                  on 2001/10/21  17:48:01
5625         Log: change#12220 appears to have pulled in a mainline change that
5626              isn't applicable to maint-5.6 (some platforms don't taint
5627              cwd)
5628      Branch: maint-5.6/perl
5629            ! t/lib/filefind-taint.t
5630 ____________________________________________________________________________
5631 [ 12547] By: nick                                  on 2001/10/21  17:15:54
5632         Log: Convert rest of PerlIO's memory tables to per-interp and add clone functions
5633              for them. Call explicit cleanup during destruct process.
5634              - one binmode test is failing
5635              - also ext/threads/t/basic.t fails under make test, and is noisy under
5636              harness. (Threads results are intermingled and don't match order expected.)
5637      Branch: perlio
5638            ! embed.h embedvar.h intrpvar.h perl.c perlapi.h perlio.c
5639            ! perlio.h perliol.h pod/perlapi.pod sv.c
5640 ____________________________________________________________________________
5641 [ 12546] By: jhi                                   on 2001/10/21  16:12:08
5642         Log: Implement multicharacter case mappings where a single
5643              Unicode character can be mapped into several.
5644      Branch: perl
5645            - lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
5646            - lib/unicore/To/SpecUpper.pl
5647            ! MANIFEST embed.h embed.pl global.sym lib/unicore/To/Lower.pl
5648            ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
5649            ! lib/unicore/mktables pod/perlfunc.pod pod/perlunicode.pod pp.c
5650            ! proto.h t/op/lc.t utf8.c
5651 ____________________________________________________________________________
5652 [ 12545] By: sky                                   on 2001/10/21  15:25:16
5653         Log: First support of threads::shared, support shared svs and references.
5654      Branch: perl
5655            + ext/threads/shared/Makefile.PL ext/threads/shared/README
5656            + ext/threads/shared/shared.pm ext/threads/shared/shared.xs
5657            + ext/threads/shared/t/sv_refs.t
5658            + ext/threads/shared/t/sv_simple.t
5659            ! MANIFEST sharedsv.c
5660 ____________________________________________________________________________
5661 [ 12544] By: nick                                  on 2001/10/21  14:52:35
5662         Log: PerlIO layer table as PL_perlio (per-interpreter)
5663      Branch: perlio
5664            ! embed.h embedvar.h intrpvar.h perlapi.h perlio.c perlio.h
5665            ! pod/perlapi.pod sv.c
5666 ____________________________________________________________________________
5667 [ 12543] By: jhi                                   on 2001/10/21  13:36:40
5668         Log: Prettyprinting.
5669      Branch: perl
5670            ! pod/perlunicode.pod
5671 ____________________________________________________________________________
5672 [ 12542] By: ams                                   on 2001/10/21  03:50:25
5673         Log: Subject: perlpodspec and perlpod rewrite, draft 3 "final"
5674              From: "Sean M. Burke" <sburke@cpan.org>
5675              Date: Sat, 20 Oct 2001 17:51:09 -0600
5676              Message-Id: <3.0.6.32.20011020175109.007cb3d0@mail.spinn.net>
5677      Branch: perl
5678            + pod/perlpodspec.pod
5679            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlpod.pod
5680            ! pod/perltoc.pod
5681 ____________________________________________________________________________
5682 [ 12541] By: nick                                  on 2001/10/20  22:23:53
5683         Log: Fix typos in new locking on MemShared
5684              Make buffers in PerlIOBuf_* in per-thread heap (they are cloned after all...)
5685              - seems to make segfaults more deterministic - suspect they are 
5686              attempt to free() after Interp and Host have gone.
5687      Branch: perlio
5688            ! perlio.c win32/perlhost.h
5689 ____________________________________________________________________________
5690 [ 12540] By: nick                                  on 2001/10/20  21:50:46
5691         Log: Remove the MemShared re-#define (again)
5692      Branch: perlio
5693            ! perlio.c
5694 ____________________________________________________________________________
5695 [ 12539] By: nick                                  on 2001/10/20  21:49:06
5696         Log: Use locks on MemShared
5697      Branch: perlio
5698            ! win32/perlhost.h
5699 ____________________________________________________________________________
5700 [ 12538] By: jhi                                   on 2001/10/20  17:31:07
5701         Log: Subject: [REPATCH installhtml] Re: installhtml needs a good beating out
5702              From: "chromatic" <chromatic@rmci.net>
5703              Date: Sat, 20 Oct 2001 11:13:47 -0600
5704              Message-ID: <20011020172003.60024.qmail@onion.perl.org>
5705      Branch: perl
5706            ! installhtml
5707 ____________________________________________________________________________
5708 [ 12537] By: nick                                  on 2001/10/20  16:44:03
5709         Log: Integrate mainline
5710      Branch: perlio
5711           !> (integrate 48 files)
5712 ____________________________________________________________________________
5713 [ 12536] By: jhi                                   on 2001/10/20  15:58:00
5714         Log: Update Changes.
5715      Branch: perl
5716            ! Changes patchlevel.h
5717 ____________________________________________________________________________
5718 [ 12535] By: jhi                                   on 2001/10/20  15:18:57
5719         Log: Upgrade to podlators 1.11, from Russ Allbery.
5720      Branch: perl
5721            ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
5722            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
5723            ! pod/pod2man.PL pod/pod2text.PL
5724 ____________________________________________________________________________
5725 [ 12534] By: jhi                                   on 2001/10/20  15:14:25
5726         Log: Integrate perlio change #12532:
5727              introduce and use PerlIO_intmod2str().
5728      Branch: perl
5729           !> doio.c lib/Net/Domain.pm perlio.c perlio.h
5730 ____________________________________________________________________________
5731 [ 12533] By: jhi                                   on 2001/10/20  14:42:33
5732         Log: Update to Getopt::Long 2.26_02, from Johan Vromans.
5733      Branch: perl
5734            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES lib/newgetopt.pl
5735 ____________________________________________________________________________
5736 [ 12532] By: nick                                  on 2001/10/20  14:25:37
5737         Log: Extract doio.c's open(2) mode to string conversion as PerlIO_intmod2str()
5738              Use for non-PERLIO fdupopen().
5739      Branch: perlio
5740            ! doio.c lib/Net/Domain.pm perlio.c perlio.h
5741 ____________________________________________________________________________
5742 [ 12531] By: jhi                                   on 2001/10/20  14:05:47
5743         Log: Integrate perlio: PerlIO win32 fixes.
5744      Branch: perl
5745           !> embed.h embed.pl embedvar.h ext/threads/threads.xs global.sym
5746           !> perl.h perlapi.c perlapi.h perlio.c perlsdio.h pod/perlapi.pod
5747           !> proto.h sv.h win32/win32io.c
5748 ____________________________________________________________________________
5749 [ 12530] By: nick                                  on 2001/10/20  12:53:30
5750         Log: Fixed in two places - p4 resolve
5751      Branch: perlio
5752            ! perlsdio.h
5753 ____________________________________________________________________________
5754 [ 12529] By: nick                                  on 2001/10/20  12:51:05
5755         Log: Fix for ithreads/stdio build
5756      Branch: perlio
5757            ! perlio.c perlsdio.h
5758 ____________________________________________________________________________
5759 [ 12528] By: ams                                   on 2001/10/20  12:13:25
5760         Log: Subject: [PATCH installman] Using Pod::Man instead of pod2man
5761              From: Michael G Schwern <schwern@pobox.com>
5762              Date: Sat, 20 Oct 2001 01:41:21 -0400
5763              Message-Id: <20011020014121.I3681@blackrider>
5764      Branch: perl
5765            ! installman
5766 ____________________________________________________________________________
5767 [ 12527] By: ams                                   on 2001/10/20  12:09:41
5768         Log: Subject: [PATCH lib/Pod/Checker.pm] Minor typo
5769              From: Michael G Schwern <schwern@pobox.com>
5770              Date: Sat, 20 Oct 2001 02:04:21 -0400
5771              Message-Id: <20011020020421.A11732@blackrider>
5772      Branch: perl
5773            ! lib/Pod/Checker.pm
5774 ____________________________________________________________________________
5775 [ 12526] By: ams                                   on 2001/10/20  11:59:41
5776         Log: Subject: [PATCH lib/Net/Config.pm] Fix Some Pod Typos
5777              From: "chromatic" <chromatic@rmci.net>
5778              Date: Fri, 19 Oct 2001 22:46:39 -0600
5779              Message-Id: <20011020045254.73112.qmail@onion.perl.org>
5780      Branch: perl
5781            ! lib/Net/Config.pm
5782 ____________________________________________________________________________
5783 [ 12525] By: nick                                  on 2001/10/20  11:16:18
5784         Log: Avoid calling (now non-existant) Perl_sv_setsv(), by calling
5785              Perl_sv_setsv_flags directly.
5786      Branch: perlio
5787            ! ext/threads/threads.xs
5788 ____________________________________________________________________________
5789 [ 12524] By: nick                                  on 2001/10/20  10:28:17
5790         Log: Add a new flag character 'm' to embed.pl set to represent
5791              "functions" which are really macros. Use it foe the troublesome
5792              sv_setsv() etc. macros in sv.h - changing latter to define
5793              sv_setsv rather than sv_setsv_macro etc.
5794      Branch: perlio
5795            ! embed.h embed.pl embedvar.h global.sym perlapi.c perlapi.h
5796            ! pod/perlapi.pod proto.h sv.h
5797 ____________________________________________________________________________
5798 [ 12523] By: nick                                  on 2001/10/20  09:17:17
5799         Log: Add comments explaining why win32.h/embed.h are included where they are
5800              in perl.h 
5801      Branch: perlio
5802            ! perl.h
5803 ____________________________________________________________________________
5804 [ 12522] By: nick                                  on 2001/10/20  08:27:44
5805         Log: Code PerlIOWin32_dup - does not fix Win32 problems as :win32 is not 
5806              being used yet.
5807      Branch: perlio
5808            ! win32/win32io.c
5809 ____________________________________________________________________________
5810 [ 12521] By: jhi                                   on 2001/10/20  02:36:21
5811         Log: Wording tweaks.
5812      Branch: perl
5813            ! t/TEST
5814 ____________________________________________________________________________
5815 [ 12520] By: jhi                                   on 2001/10/20  01:02:26
5816         Log: Subject: IO module with nonblocking socket connect patch 
5817              From: Raul Dias <raul@dias.com.br>
5818              Date: Fri, 19 Oct 2001 22:45:32 -0300
5819              Message-Id: <200110200145.f9K1jWW08398@stratus.swi.com.br>     
5820      Branch: perl
5821            ! ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
5822 ____________________________________________________________________________
5823 [ 12519] By: jhi                                   on 2001/10/20  00:51:07
5824         Log: Test vertical whitespace combined with /x in \p{}.
5825      Branch: perl
5826            ! t/op/pat.t
5827 ____________________________________________________________________________
5828 [ 12518] By: jhi                                   on 2001/10/20  00:13:47
5829         Log: Subject: [PATCH] PERL_MM_USE_DEFAULT
5830              From: Gisle Aas <gisle@ActiveState.com> 
5831              Date: 19 Oct 2001 16:46:02 -0700
5832              Message-ID: <lrofn3i479.fsf_-_@caliper.ActiveState.com> 
5833      Branch: perl
5834            ! lib/ExtUtils/MakeMaker.pm
5835 ____________________________________________________________________________
5836 [ 12517] By: jhi                                   on 2001/10/19  23:59:34
5837         Log: No more this symbol.
5838      Branch: perl
5839            ! makedef.pl
5840 ____________________________________________________________________________
5841 [ 12516] By: jhi                                   on 2001/10/19  23:57:48
5842         Log: Integrate change #12511; fix gross win32 build issues.
5843      Branch: perl
5844           !> makedef.pl sv.c
5845 ____________________________________________________________________________
5846 [ 12515] By: jhi                                   on 2001/10/19  23:16:06
5847         Log: Unpack in scalar context should return the first value
5848              returned in list context, as pointed out by Ton Hospel
5849              in 2001-05-21 (this is how it works already in blead,
5850              just adding the test).
5851      Branch: perl
5852            ! t/op/pack.t
5853 ____________________________________________________________________________
5854 [ 12514] By: jhi                                   on 2001/10/19  21:10:43
5855         Log: Subject: [PATCH perl@12494] perldoc.PL tweak for VMS
5856              From: "Craig A. Berry" <craigberry@mac.com>
5857              Date: Fri, 19 Oct 2001 16:59:30 -0500
5858              Message-Id: <5.1.0.14.2.20011019162623.021e3868@exchi01>
5859      Branch: perl
5860            ! utils/perldoc.PL
5861 ____________________________________________________________________________
5862 [ 12513] By: jhi                                   on 2001/10/19  21:09:27
5863         Log: Subject: [PATCH Perl@12494] vmsish fix, ieee rand() cleanup
5864              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
5865              Date: Fri, 19 Oct 2001 17:45:23 EDT
5866              Message-Id: <011019174427.d749b@DUPHY4.Physics.Drexel.Edu>
5867      Branch: perl
5868            ! configure.com dump.c ext/B/t/stash.t op.c op.h opcode.h
5869            ! opcode.pl perl.c perl.h perlvars.h pp.sym pp_ctl.c pp_proto.h
5870            ! pp_sys.c vms/ext/vmsish.pm vms/ext/vmsish.t vms/vms.c
5871            ! vms/vmsish.h
5872 ____________________________________________________________________________
5873 [ 12512] By: jhi                                   on 2001/10/19  20:28:48
5874         Log: Subject: [PATCH Perl@12494] two fake test failures on VMS fixed
5875              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
5876              Date: Fri, 19 Oct 2001 17:26:35 EDT
5877              Message-Id: <011019172623.11292c@DUPHY4.Physics.Drexel.Edu>
5878      Branch: perl
5879            ! lib/Term/Complete.t lib/Test/Simple/t/output.t
5880 ____________________________________________________________________________
5881 [ 12511] By: nick                                  on 2001/10/19  19:55:36
5882         Log: Fix gross win32 build issues
5883      Branch: perlio
5884            ! makedef.pl sv.c
5885 ____________________________________________________________________________
5886 [ 12510] By: jhi                                   on 2001/10/19  19:52:17
5887         Log: Subject: Re: find2perl and File::Find on cdrom filesystems (with Tel's patch applied to perl-current)
5888              From: David Dyck <dcd@tc.fluke.com>
5889              Date: Fri, 19 Oct 2001 13:36:09 -0700 (PDT)
5890              Message-ID: <Pine.LNX.4.33.0110191309310.28510-100000@dd.tc.fluke.com>
5891      Branch: perl
5892            ! lib/File/Find.pm
5893 ____________________________________________________________________________
5894 [ 12509] By: jhi                                   on 2001/10/19  19:01:46
5895         Log: Subject: Re: PerlIO and Encode
5896              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
5897              Date: Tue, 16 Oct 2001 01:50:16 +0900
5898              Message-Id: <20011016014150.0C8E.BQW10602@nifty.com>
5899      Branch: perl
5900            ! ext/Encode/Encode.pm ext/Encode/Encode/Tcl.pm
5901            ! ext/Encode/Encode/Tcl.t
5902 ____________________________________________________________________________
5903 [ 12508] By: ams                                   on 2001/10/19  17:59:16
5904         Log: C<foo I<bar>> hunks from <20011019014551.A35625@not.autrijus.org>.
5905              (See #12499)
5906      Branch: perl
5907            ! pod/perlintro.pod
5908 ____________________________________________________________________________
5909 [ 12507] By: nick                                  on 2001/10/19  16:30:43
5910         Log: Integrate mainline
5911      Branch: perlio
5912           +> lib/Test/Builder.pm lib/Test/Simple/t/Builder.t
5913           +> lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/import.t
5914           +> lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/no_ending.t
5915           +> lib/Test/Simple/t/no_header.t lib/Test/Simple/t/output.t
5916           +> lib/Test/Simple/t/plan.t lib/Test/Simple/t/plan_no_plan.t
5917           +> lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/use_ok.t
5918           +> lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
5919           +> lib/unicore/To/SpecUpper.pl pod/perlintro.pod
5920           +> pod/perlmodstyle.pod win32/Makefile.win64 win32/config.win64
5921           +> win32/config_H.win64
5922            - lib/Test/Utils.pm lib/unicore/mktables.PL
5923            - t/lib/Test/Simple/Catch/More.pm
5924           !> (integrate 84 files)
5925 ____________________________________________________________________________
5926 [ 12506] By: jhi                                   on 2001/10/19  14:20:15
5927         Log: Retract the #10451 which seems to be the cause
5928              of the major leakage from while(){eval"sub{}"}
5929      Branch: perl
5930            ! op.c t/run/kill_perl.t
5931 ____________________________________________________________________________
5932 [ 12505] By: jhi                                   on 2001/10/19  13:39:59
5933         Log: Regen toc.
5934      Branch: perl
5935            ! pod/perltoc.pod
5936 ____________________________________________________________________________
5937 [ 12504] By: jhi                                   on 2001/10/19  13:35:59
5938         Log: Tiny tweaks.
5939      Branch: perl
5940            ! pod/perl.pod
5941 ____________________________________________________________________________
5942 [ 12503] By: ams                                   on 2001/10/19  13:34:24
5943         Log: Subject: Re: perlintro.pod
5944              From: Abe Timmerman <abe@ztreet.demon.nl>
5945              Date: Fri, 19 Oct 2001 14:12:40 +0200
5946              Message-Id: <ls40ttsmrr3rpjlm3dqhh8v60onsiopmuc@4ax.com>
5947      Branch: perl
5948            ! pod/perlintro.pod
5949 ____________________________________________________________________________
5950 [ 12502] By: ams                                   on 2001/10/19  13:24:12
5951         Log: Slight reorganisation of references.
5952      Branch: perl
5953            ! pod/perl.pod
5954 ____________________________________________________________________________
5955 [ 12501] By: jhi                                   on 2001/10/19  13:19:14
5956         Log: Subject: [DOC PATCH lib/ExtUtils/MakeMaker.pm] Discouraging use of PREREQ_FATAL in day-to-day Makefile.PL's   
5957              From: Kay Röpke <kroepke@dolphin-services.de>
5958              Date: Fri, 19 Oct 2001 14:04:01 +0200 
5959              Message-Id: <E15uYNb-00040L-00@mrvdom01.schlund.de>
5960      Branch: perl
5961            ! lib/ExtUtils/MakeMaker.pm
5962 ____________________________________________________________________________
5963 [ 12500] By: jhi                                   on 2001/10/19  03:25:44
5964         Log: Unicode categories continue:
5965              implement Category=, Script=, Block=
5966              (these are based on an upcoming update of TR#18)
5967              Fix a bug where we got two In categories named "old italic",
5968              and another where shortcut for the Is categories wasn't taken.
5969      Branch: perl
5970            ! lib/unicore/Blocks.pl lib/unicore/In.pl lib/unicore/In/137.pl
5971            ! lib/unicore/mktables lib/utf8_heavy.pl pod/perltodo.pod
5972            ! pod/perlunicode.pod t/op/pat.t
5973 ____________________________________________________________________________
5974 [ 12499] By: ams                                   on 2001/10/19  01:42:29
5975         Log: Subject: a small patch to perlintro.pod.
5976              From: Autrijus Tang <autrijus@autrijus.org>
5977              Date: Fri, 19 Oct 2001 01:45:51 +0800
5978              Message-Id: <20011019014551.A35625@not.autrijus.org>
5979              (Applied by hand with nits.)
5980      Branch: perl
5981            ! pod/perlintro.pod
5982 ____________________________________________________________________________
5983 [ 12498] By: jhi                                   on 2001/10/19  00:14:50
5984         Log: Subject: [PATCH] OpenBSD hints for ithreads
5985              From: Andy Dougherty <doughera@lafayette.edu>
5986              Date: Thu, 18 Oct 2001 12:33:59 -0400 (EDT)
5987              Message-ID: <Pine.SOL.4.10.10110181232060.15040-100000@maxwell.phys.lafayette.edu>
5988      Branch: perl
5989            ! hints/openbsd.sh
5990 ____________________________________________________________________________
5991 [ 12497] By: jhi                                   on 2001/10/18  16:14:13
5992         Log: Retract #12446; the problem solved by #12474.
5993      Branch: perl
5994            ! hints/aix.sh
5995 ____________________________________________________________________________
5996 [ 12496] By: gsar                                  on 2001/10/18  15:38:22
5997         Log: Carp::shortmess_heavy() doesn't notice trailing newline in
5998              message and suppress line number info (from Steve Hay
5999              <Steve.Hay@uk.radan.com>)
6000      Branch: maint-5.6/perl
6001            ! lib/Carp/Heavy.pm
6002 ____________________________________________________________________________
6003 [ 12495] By: jhi                                   on 2001/10/18  14:06:52
6004         Log: More documented In categories.
6005      Branch: perl
6006            ! pod/perlunicode.pod
6007 ____________________________________________________________________________
6008 [ 12494] By: jhi                                   on 2001/10/18  13:04:48
6009         Log: Update Changes.
6010      Branch: perl
6011            ! Changes patchlevel.h
6012 ____________________________________________________________________________
6013 [ 12493] By: jhi                                   on 2001/10/18  12:58:31
6014         Log: Add the lib/unicore/To/Spec*.pl to the MANIFEST.
6015      Branch: perl
6016            ! MANIFEST
6017 ____________________________________________________________________________
6018 [ 12492] By: jhi                                   on 2001/10/18  12:37:28
6019         Log: Wrong skip() arguments.
6020      Branch: perl
6021            ! ext/B/t/terse.t
6022 ____________________________________________________________________________
6023 [ 12491] By: jhi                                   on 2001/10/18  12:17:16
6024         Log: Subject: try#2: [proposed PATCH Perl@12401] ieee floats, rand() & old systems  
6025              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
6026              Date: Wed, 17 Oct 2001 09:10:53 EDT 
6027              Message-Id: <011017090944.15ad2e@DUPHY4.Physics.Drexel.Edu>
6028      Branch: perl
6029            ! configure.com embedvar.h opcode.pl perlapi.h perlvars.h
6030            ! pod/perlapi.pod vms/vms.c
6031 ____________________________________________________________________________
6032 [ 12490] By: ams                                   on 2001/10/18  09:31:00
6033         Log: Subject: PATCH perl.pod: Suggested reorganization of table of contents
6034              From: Mark-Jason Dominus <mjd@plover.com>
6035              Date: Thu, 18 Oct 2001 06:25:35 -0400
6036              Message-Id: <20011018102535.19264.qmail@plover.com>
6037      Branch: perl
6038            ! pod/perl.pod
6039 ____________________________________________________________________________
6040 [ 12489] By: jhi                                   on 2001/10/18  02:24:52
6041         Log: Prettyprinting.
6042      Branch: perl
6043            ! lib/unicore/In.pl lib/unicore/Is.pl lib/unicore/mktables
6044 ____________________________________________________________________________
6045 [ 12488] By: jhi                                   on 2001/10/18  00:47:19
6046         Log: Regen toc.
6047      Branch: perl
6048            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
6049 ____________________________________________________________________________
6050 [ 12487] By: jhi                                   on 2001/10/18  00:43:18
6051         Log: Add perlintro, from Skud.
6052      Branch: perl
6053            + pod/perlintro.pod
6054            ! MANIFEST
6055 ____________________________________________________________________________
6056 [ 12486] By: jhi                                   on 2001/10/18  00:10:44
6057         Log: FAQ sync.
6058      Branch: perl
6059            ! pod/perlfaq.pod pod/perlfaq2.pod pod/perlfaq3.pod
6060            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq7.pod
6061            ! pod/perlfaq8.pod pod/perlfaq9.pod
6062 ____________________________________________________________________________
6063 [ 12485] By: jhi                                   on 2001/10/17  23:57:15
6064         Log: Oh, bother. In Tru64 cc -std1 was looking rather nice
6065              in speed (upto 20% speedup in certain operations) but meanwhile
6066              regexps and arithmetics got slower (5-10%) (according to
6067              perlbench average speedup is negligible, and within measuring
6068              flutter, 1%).  Therefore retracting all the changes
6069              aimed at getting -std1 to compile cleanly:  #12475, #12476,
6070              #12479, #12480, #12481, #12482, #12483, #12484.
6071      Branch: perl
6072            ! doio.c mg.c miniperlmain.c perl.c perl.h perlio.c pp_ctl.c
6073            ! pp_hot.c pp_sys.c toke.c
6074 ____________________________________________________________________________
6075 [ 12484] By: jhi                                   on 2001/10/17  21:58:40
6076         Log: (retracted by #12485)
6077              Strict ANSI doesn't like the third argument of main()
6078              so enable ignoring it if using ultra picky compiler.
6079      Branch: perl
6080            ! miniperlmain.c
6081 ____________________________________________________________________________
6082 [ 12483] By: jhi                                   on 2001/10/17  21:48:24
6083         Log: (retracted by #12485)
6084              Move the VMS_FOO_ERROR codes next to the SETERRNO() definition.
6085      Branch: perl
6086            ! perl.h
6087 ____________________________________________________________________________
6088 [ 12482] By: jhi                                   on 2001/10/17  21:42:57
6089         Log: (retracted by #12485)
6090              Add explanatory comment.
6091      Branch: perl
6092            ! mg.c
6093 ____________________________________________________________________________
6094 [ 12481] By: jhi                                   on 2001/10/17  20:50:37
6095         Log: (retracted by #12485)
6096              More dollar$hiding.
6097      Branch: perl
6098            ! doio.c perl.h pp_sys.c
6099 ____________________________________________________________________________
6100 [ 12480] By: jhi                                   on 2001/10/17  20:27:34
6101         Log: (retracted by #12485)
6102              KISS.
6103      Branch: perl
6104            ! mg.c
6105 ____________________________________________________________________________
6106 [ 12479] By: jhi                                   on 2001/10/17  19:57:34
6107         Log: (retracted by #12485)
6108              Thou shalt not #ifdef inside macro invocations,
6109              noticed by Rafael Garcia-Suarez.
6110      Branch: perl
6111            ! mg.c
6112 ____________________________________________________________________________
6113 [ 12478] By: ams                                   on 2001/10/17  18:50:55
6114         Log: Subject: [PATCH pp_sys.c] coredump fix in pp_accept()
6115              From: Anton Berezin <tobez@tobez.org>
6116              Date: Wed, 17 Oct 2001 18:25:48 +0200
6117              Message-Id: <20011017182548.A12082@heechee.tobez.org>
6118      Branch: perl
6119            ! pp_sys.c
6120 ____________________________________________________________________________
6121 [ 12476] By: jhi                                   on 2001/10/17  16:46:50
6122         Log: (retracted by #12485)
6123              Unterminated #ifdef.
6124      Branch: perl
6125            ! mg.c
6126 ____________________________________________________________________________
6127 [ 12475] By: jhi                                   on 2001/10/17  16:42:49
6128         Log: (retracted by #12485)
6129              Avoid dollar signs in identifiers (in non-VMS) to
6130              placate ultra picky ANSI compilers (such as DEC^WCPQ^WHP).
6131      Branch: perl
6132            ! doio.c mg.c perl.c perl.h perlio.c pp_ctl.c pp_hot.c pp_sys.c
6133            ! toke.c
6134 ____________________________________________________________________________
6135 [ 12474] By: ams                                   on 2001/10/17  15:14:50
6136         Log: Subject: Two AIX patches
6137              From: H.Merijn Brand <h.m.brand@hccnet.nl>
6138              Date: Wed, 17 Oct 2001 18:04:35 +0200
6139              Message-Id: <20011017180223.1346.H.M.BRAND@hccnet.nl>
6140      Branch: perl
6141            ! hints/aix.sh makedef.pl
6142 ____________________________________________________________________________
6143 [ 12473] By: jhi                                   on 2001/10/17  14:48:38
6144         Log: Limiting the Time::HiRes::sleep and usleep to
6145              one second is not a good policy if drop-in
6146              replacement is still a goal.
6147      Branch: perl
6148            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
6149            ! ext/Time/HiRes/HiRes.xs
6150 ____________________________________________________________________________
6151 [ 12472] By: jhi                                   on 2001/10/17  11:00:54
6152         Log: Subject: [PATCH] Test::Simple 0.32
6153              From: Michael G Schwern <schwern@pobox.com> 
6154              Date: Wed, 17 Oct 2001 03:42:41 -0400
6155              Message-ID: <20011017034241.A25038@blackrider>
6156      Branch: perl
6157            + lib/Test/Builder.pm lib/Test/Simple/t/Builder.t
6158            + lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/import.t
6159            + lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/no_ending.t
6160            + lib/Test/Simple/t/no_header.t lib/Test/Simple/t/output.t
6161            + lib/Test/Simple/t/plan.t lib/Test/Simple/t/plan_no_plan.t
6162            + lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/use_ok.t
6163            - lib/Test/Utils.pm t/lib/Test/Simple/Catch/More.pm
6164            ! MANIFEST lib/Test/More.pm lib/Test/Simple.pm
6165            ! lib/Test/Simple/Changes lib/Test/Simple/t/More.t
6166            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
6167            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
6168            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
6169            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
6170            ! lib/Test/Simple/t/simple.t lib/Test/Simple/t/skip.t
6171            ! lib/Test/Simple/t/skipall.t lib/Test/Simple/t/todo.t
6172            ! lib/Test/Simple/t/undef.t lib/Test/Simple/t/useing.t
6173            ! t/lib/Test/Simple/Catch.pm
6174            ! t/lib/Test/Simple/sample_tests/five_fail.plx
6175 ____________________________________________________________________________
6176 [ 12471] By: jhi                                   on 2001/10/17  10:25:06
6177         Log: Subject: [PATCH t/TEST t/harness vms/test.com] Set PERL_CORE environment var   
6178              From: Michael G Schwern <schwern@pobox.com> 
6179              Date: Wed, 17 Oct 2001 04:04:13 -0400
6180              Message-ID: <20011017040413.C25550@blackrider>
6181      Branch: perl
6182            ! t/TEST t/harness vms/test.com
6183 ____________________________________________________________________________
6184 [ 12470] By: jhi                                   on 2001/10/17  02:25:01
6185         Log: Regen doc with perlmodstyle added.
6186      Branch: perl
6187            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
6188 ____________________________________________________________________________
6189 [ 12469] By: jhi                                   on 2001/10/17  02:24:02
6190         Log: Pod cleanup.
6191      Branch: perl
6192            ! lib/File/Spec.pm lib/File/Spec/Mac.pm
6193 ____________________________________________________________________________
6194 [ 12468] By: jhi                                   on 2001/10/17  02:16:11
6195         Log: Subject: perlmodstyle as a patch
6196              From: Kirrily Robert <skud@infotrope.net>
6197              Date: Tue, 16 Oct 2001 22:47:23 -0400
6198              Message-ID: <20011016224723.A20673@infotrope.net>
6199      Branch: perl
6200            + pod/perlmodstyle.pod
6201            ! MANIFEST
6202 ____________________________________________________________________________
6203 [ 12467] By: jhi                                   on 2001/10/17  00:59:43
6204         Log: Subject: [PATCH] for perlhack.pod - no p5p archive on deja/google
6205              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
6206              Date: Thu, 6 Sep 2001 11:09:40 +0100
6207              Message-ID: <20010906110939.A914@homer.diplex.co.uk>
6208              
6209              Mention also the develooper p5p archive.
6210      Branch: perl
6211            ! pod/perlhack.pod
6212 ____________________________________________________________________________
6213 [ 12466] By: jhi                                   on 2001/10/17  00:57:38
6214         Log: Subject: [PATCH lib/ExtUtils/MakeMaker.pm] PREREQ_PM does not really require.
6215              From: Kay Röpke <kroepke@dolphin-services.de>
6216              Date: Tue, 16 Oct 2001 17:23:52 +0200
6217              Message-Id: <E15tW4O-0003J7-00@mrvdom03.schlund.de>
6218      Branch: perl
6219            ! lib/ExtUtils/MakeMaker.pm
6220 ____________________________________________________________________________
6221 [ 12465] By: jhi                                   on 2001/10/17  00:54:28
6222         Log: Add the special casing mappings (from SpecCase.txt)
6223              (except for the hyper special case mappings that have
6224              the condition list); the special casing mappings are
6225              unused for now.  Small tidying up on mktables.
6226      Branch: perl
6227            + lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
6228            + lib/unicore/To/SpecUpper.pl
6229            ! lib/unicore/mktables
6230 ____________________________________________________________________________
6231 [ 12464] By: jhi                                   on 2001/10/16  22:38:24
6232         Log: Subject: [PATCH] Doc patch on here-docs (perlop and perldata)
6233              From: "David H. Adler" <dha@panix.com>       
6234              Date: Tue, 16 Oct 2001 11:59:35 -0400
6235              Message-ID: <20011016115935.A13078@panix.com>
6236              
6237              Subject: [ PATCH ] perldata patch, revised
6238              From: "David H. Adler" <dha@panix.com>     
6239              Date: Tue, 16 Oct 2001 18:26:49 -0400
6240              Message-ID: <20011016182649.C23970@panix.com>
6241      Branch: perl
6242            ! pod/perldata.pod pod/perlop.pod
6243 ____________________________________________________________________________
6244 [ 12463] By: jhi                                   on 2001/10/16  19:39:25
6245         Log: Integrate perlio: PerlIO_dup (for all but Win32).
6246      Branch: perl
6247           !> embed.h embed.pl ext/Encode/Encode.xs
6248           !> ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs hv.c perl.h
6249           !> perlio.c perlio.h perliol.h pod/perlapi.pod proto.h sv.c sv.h
6250           !> win32/win32io.c
6251 ____________________________________________________________________________
6252 [ 12462] By: nick                                  on 2001/10/16  19:11:30
6253         Log: PerlIOXxxx_dups for all but Win32
6254      Branch: perlio
6255            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
6256            ! ext/PerlIO/Via/Via.xs
6257 ____________________________________________________________________________
6258 [ 12461] By: nick                                  on 2001/10/16  18:28:48
6259         Log: Implement PerlIOStdio_dup (explains core dumps - dup
6260              was not setting up a FILE * to be fclosed()).
6261      Branch: perlio
6262            ! perlio.c
6263 ____________________________________________________________________________
6264 [ 12460] By: nick                                  on 2001/10/16  17:31:47
6265         Log: When USE_ITHREADS avoid SV * in PerlIO_debug, at risk of buffer
6266              overflow.
6267      Branch: perlio
6268            ! perlio.c
6269 ____________________________________________________________________________
6270 [ 12459] By: jhi                                   on 2001/10/16  17:10:22
6271         Log: Subject: [PATCH perl@12443] VMS 64-bit configure
6272              From: "Craig A. Berry" <craigberry@mac.com>
6273              Date: Tue, 16 Oct 2001 13:08:38 -0500
6274              Message-Id: <5.1.0.14.2.20011016122704.029eaea8@exchi01>
6275      Branch: perl
6276            ! configure.com
6277 ____________________________________________________________________________
6278 [ 12458] By: jhi                                   on 2001/10/16  17:07:20
6279         Log: Can't expect too much accuracy from a sleep of one second.
6280              (I think this will also fail with high load.)
6281      Branch: perl
6282            ! ext/Time/HiRes/HiRes.t
6283 ____________________________________________________________________________
6284 [ 12457] By: jhi                                   on 2001/10/16  16:50:24
6285         Log: Subject: WIN64 (Itanium) port of Perl 5.6.1
6286              From: "Werner, Randolf" <randolf.werner@sap.com>
6287              Date: Tue, 16 Oct 2001 18:33:02 +0200
6288              Message-ID: <816D93CCC927D31188570008C75D1DE10A5CB1F8@dbwdfx1a.wdf.sap-ag.de>
6289      Branch: perl
6290            + win32/Makefile.win64 win32/config.win64 win32/config_H.win64
6291            ! MANIFEST Porting/makerel ext/SDBM_File/sdbm/sdbm.c
6292 ____________________________________________________________________________
6293 [ 12456] By: nick                                  on 2001/10/16  14:08:16
6294         Log: Builds under ithreads (but fails all threads tests)
6295      Branch: perlio
6296            ! hv.c perlio.c sv.c
6297 ____________________________________________________________________________
6298 [ 12455] By: jhi                                   on 2001/10/16  13:59:32
6299         Log: I think the Perl_sortsv needs *not* be skipped?
6300      Branch: perl
6301            ! makedef.pl
6302 ____________________________________________________________________________
6303 [ 12454] By: jhi                                   on 2001/10/16  13:05:38
6304         Log: Subject: [ PATCH ] maint/perl/t/op/groups.t for build on Cygwin
6305              From: "Gerrit P. Haase" <gerrit.haase@convey.de>
6306              Date: Tue, 16 Oct 2001 15:32:44 +0200
6307              Message-ID: <3BCC531C.11494.3E433F@localhost>
6308      Branch: perl
6309            ! t/op/groups.t
6310 ____________________________________________________________________________
6311 [ 12453] By: jhi                                   on 2001/10/16  13:04:38
6312         Log: Subject: [ PATCH ] maint/perl/t/io/fs.t for build on Cygwin
6313              From: "Gerrit P. Haase" <gerrit.haase@convey.de>
6314              Date: Tue, 16 Oct 2001 15:01:04 +0200
6315              Message-ID: <3BCC4BB0.30935.2145B7@localhost>
6316      Branch: perl
6317            ! t/io/fs.t
6318 ____________________________________________________________________________
6319 [ 12452] By: jhi                                   on 2001/10/16  12:03:49
6320         Log: A forgotten deletion.
6321      Branch: perl
6322            - lib/unicore/mktables.PL
6323 ____________________________________________________________________________
6324 [ 12451] By: nick                                  on 2001/10/16  11:32:48
6325         Log: Skeleton of "PerlIO_dup" coded.
6326              Still-passes all tests non-threaded (well it would wouldn't it!)
6327      Branch: perlio
6328            ! embed.h embed.pl ext/Encode/Encode.xs
6329            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs perl.h
6330            ! perlio.c perlio.h perliol.h pod/perlapi.pod proto.h sv.c sv.h
6331            ! win32/win32io.c
6332 ____________________________________________________________________________
6333 [ 12450] By: jhi                                   on 2001/10/16  02:27:51
6334         Log: Document the problem with the swash_fetch() API that affects
6335              more complex case conversions.
6336      Branch: perl
6337            ! lib/utf8_heavy.pl utf8.c
6338 ____________________________________________________________________________
6339 [ 12449] By: jhi                                   on 2001/10/16  01:55:48
6340         Log: Make Time::HiRes::sleep() and usleep() to return
6341              the number of seconds (a floating point value) and 
6342              microseconds (an integer) actually slept (well,
6343              modulo the time spent in measuring the time actually
6344              slept...), to be a better drop-in replacement for
6345              the builtin sleep().  Noticed by Chris Nandor.
6346              
6347              Also make usleep() to croak if fed illegal number
6348              of useconds (anything greater than 1_000_000).
6349      Branch: perl
6350            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
6351            ! ext/Time/HiRes/HiRes.xs
6352 ____________________________________________________________________________
6353 [ 12448] By: jhi                                   on 2001/10/16  00:57:05
6354         Log: A missing SvREFCNT_dec.
6355      Branch: perl
6356            ! perl.c
6357 ____________________________________________________________________________
6358 [ 12447] By: nick                                  on 2001/10/15  20:27:53
6359         Log: Beginings of PerlIO_dup support (unstable)
6360      Branch: perlio
6361            ! perlio.c perliol.h
6362 ____________________________________________________________________________
6363 [ 12446] By: jhi                                   on 2001/10/15  18:44:19
6364         Log: (retracted by #12497)
6365              In AIX vac 5 just can't seem to get regcomp right.
6366      Branch: perl
6367            ! hints/aix.sh
6368 ____________________________________________________________________________
6369 [ 12445] By: jhi                                   on 2001/10/15  16:44:04
6370         Log: Bump the version number to agree with the maintperl one.
6371      Branch: perl
6372            ! lib/Tie/RefHash.pm
6373 ____________________________________________________________________________
6374 [ 12444] By: nick                                  on 2001/10/15  15:59:57
6375         Log: Integrate mainline
6376      Branch: perlio
6377           +> lib/Math/BigInt/t/Math/Subclass.pm
6378           +> lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/calling.t
6379           +> lib/Math/BigInt/t/subclass.t lib/unicore/In/163.pl
6380           +> lib/unicore/In/164.pl lib/unicore/In/165.pl
6381           +> lib/unicore/In/166.pl lib/unicore/In/167.pl
6382           +> lib/unicore/In/168.pl lib/unicore/In/169.pl
6383           +> lib/unicore/In/170.pl lib/unicore/In/171.pl lib/unicore/Is.pl
6384           +> lib/unicore/Is/Title.pl lib/unicore/Lbrk.pl
6385           +> lib/unicore/mktables
6386            - lib/unicore/Is/SylA.pl lib/unicore/Is/SylAA.pl
6387            - lib/unicore/Is/SylAAI.pl lib/unicore/Is/SylAI.pl
6388            - lib/unicore/Is/SylC.pl lib/unicore/Is/SylE.pl
6389            - lib/unicore/Is/SylEE.pl lib/unicore/Is/SylI.pl
6390            - lib/unicore/Is/SylII.pl lib/unicore/Is/SylN.pl
6391            - lib/unicore/Is/SylO.pl lib/unicore/Is/SylOO.pl
6392            - lib/unicore/Is/SylU.pl lib/unicore/Is/SylV.pl
6393            - lib/unicore/Is/SylWA.pl lib/unicore/Is/SylWAA.pl
6394            - lib/unicore/Is/SylWC.pl lib/unicore/Is/SylWE.pl
6395            - lib/unicore/Is/SylWEE.pl lib/unicore/Is/SylWI.pl
6396            - lib/unicore/Is/SylWII.pl lib/unicore/Is/SylWO.pl
6397            - lib/unicore/Is/SylWOO.pl lib/unicore/Is/SylWU.pl
6398            - lib/unicore/Is/SylWV.pl lib/unicore/Is/Syllable.pl
6399            - lib/unicore/syllables.txt
6400           !> (integrate 344 files)
6401 ____________________________________________________________________________
6402 [ 12443] By: jhi                                   on 2001/10/15  13:40:20
6403         Log: Casting tweak from Paul Marquess, helps Merijn on AIX.
6404      Branch: perl
6405            ! ext/DB_File/DB_File.xs
6406 ____________________________________________________________________________
6407 [ 12442] By: jhi                                   on 2001/10/15  13:35:36
6408         Log: Sync the skip() amounts with the number of tests.
6409      Branch: perl
6410            ! lib/Term/Complete.t
6411 ____________________________________________________________________________
6412 [ 12441] By: jhi                                   on 2001/10/15  13:11:03
6413         Log: Update Changes.
6414      Branch: perl
6415            ! Changes patchlevel.h
6416 ____________________________________________________________________________
6417 [ 12440] By: jhi                                   on 2001/10/15  12:58:24
6418         Log: MacOS Classic catdir() rewrite from Thomas Wegner
6419              (backward incompatibility, but a deliberate one,
6420              the old version simply is broken in its logic),
6421              also documentation updates, and as suggested replicated
6422              the File::Spec::Unix documentation updates also on the
6423              File::Spec documentation.
6424              
6425              TODO: there seems to be duplication of documentation
6426              between File::Spec and File::Spec::Unix.  I think
6427              the ::Unix should be left only with specific UNIXisms,
6428              and all the generic documentation should be in ::Spec.
6429      Branch: perl
6430            ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
6431            ! lib/File/Spec.pm lib/File/Spec.t lib/File/Spec/Mac.pm
6432            ! lib/File/Spec/Unix.pm
6433 ____________________________________________________________________________
6434 [ 12439] By: jhi                                   on 2001/10/15  12:32:07
6435         Log: Subject: Re: [PATCH t/op/magic.t] missing tests on Win32
6436              From: Blair Zajac <blair@orcaware.com>
6437              Date: Mon, 24 Sep 2001 11:48:58 -0700
6438              Message-ID: <3BAF801A.88A4F614@orcaware.com>     
6439              
6440              (the skip() messages)
6441      Branch: perl
6442            ! t/op/magic.t
6443 ____________________________________________________________________________
6444 [ 12438] By: ams                                   on 2001/10/14  23:43:59
6445         Log: Subject: [PATCH] make PerlIO default on VMS
6446              From: "Craig A. Berry" <craigberry@mac.com>
6447              Date: Sun, 14 Oct 2001 15:27:18 -0500
6448              Message-Id: <5.1.0.14.0.20011014152339.021ec150@exchi01>
6449      Branch: perl
6450            ! configure.com
6451 ____________________________________________________________________________
6452 [ 12437] By: jhi                                   on 2001/10/14  23:05:57
6453         Log: Retract #12436 (Abhijit already did this at #12426)
6454      Branch: perl
6455            ! lib/ExtUtils/MM_Unix.pm
6456 ____________________________________________________________________________
6457 [ 12436] By: jhi                                   on 2001/10/14  21:22:43
6458         Log: (retracted by #12437)
6459              Subject: [PATCH lib/ExtUtils/MM_Unix.pm] MakeMaker tries to parse commented out $VERSION
6460              From: =?iso-8859-1?Q?Kay_R=F6pke?= <kroepke@dolphin-services.de>
6461              Date: Sat, 13 Oct 2001 20:33:55 +0200
6462              Message-Id: <E15sTbe-0001nt-00@mrvdom04.kundenserver.de>
6463      Branch: perl
6464            ! lib/ExtUtils/MM_Unix.pm
6465 ____________________________________________________________________________
6466 [ 12435] By: jhi                                   on 2001/10/14  21:21:52
6467         Log: Subject: h2xs grammar nit
6468              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
6469              Date: Fri, 12 Oct 2001 00:12:01 -0700 (PDT)
6470              Message-ID: <Pine.GSU.4.21.0110120010540.9710-100000@garcia.efn.org>
6471      Branch: perl
6472            ! utils/h2xs.PL
6473 ____________________________________________________________________________
6474 [ 12434] By: jhi                                   on 2001/10/14  13:48:30
6475         Log: Subject: [PATCH @12422] Fix scoping problem with FATAL warnings
6476              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
6477              Date: Sun, 14 Oct 2001 11:25:08 +0100
6478              Message-ID: <AIEAJICLCBDNAAOLLOKLCEFDDCAA.Paul_Marquess@Yahoo.co.uk>
6479      Branch: perl
6480            ! lib/warnings.pm pod/perllexwarn.pod t/lib/warnings/7fatal
6481            ! warnings.pl
6482 ____________________________________________________________________________
6483 [ 12433] By: jhi                                   on 2001/10/13  23:20:11
6484         Log: Use File::Spec (needs Thomas Wegner's upcoming patch
6485              for File::Spec::Mac::catfile)
6486      Branch: perl
6487            ! lib/h2xs.t
6488 ____________________________________________________________________________
6489 [ 12432] By: jhi                                   on 2001/10/13  23:17:31
6490         Log: Subject: [PATCH] Re: default module version for h2xs (was Re: [PATCH] Re: What sort of Makefile.PL should h2xs write?)   
6491              From: Nicholas Clark <nick@ccl4.org>
6492              Date: Sat, 13 Oct 2001 00:07:31 +0100
6493              Message-ID: <20011013000731.D67535@plum.flirble.org>
6494      Branch: perl
6495            ! lib/h2xs.t utils/h2xs.PL
6496 ____________________________________________________________________________
6497 [ 12431] By: jhi                                   on 2001/10/13  22:35:58
6498         Log: Define PASTHRU_DEFINE and PASTHRU_INC (which are used
6499              before DEFINE and INC), and repent by taking DEFINE and
6500              INC away from PASTHRU.
6501      Branch: perl
6502            ! lib/ExtUtils/MM_Unix.pm
6503 ____________________________________________________________________________
6504 [ 12430] By: jhi                                   on 2001/10/13  21:23:09
6505         Log: More MANIFEST anomalies.
6506      Branch: perl
6507            ! MANIFEST
6508 ____________________________________________________________________________
6509 [ 12429] By: jhi                                   on 2001/10/13  21:01:32
6510         Log: Not that many.
6511      Branch: perl
6512            ! MANIFEST
6513 ____________________________________________________________________________
6514 [ 12428] By: sky                                   on 2001/10/13  20:59:27
6515         Log: Subject: [DOC PATCH] pod syntax fixups for File::Spec::* modules
6516              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6517              Date: Sat, 13 Oct 2001 23:15:55 +0200
6518              Message-ID: <20011013231555.A18071@rafael>
6519      Branch: perl
6520            ! lib/File/Spec.pm lib/File/Spec/Epoc.pm lib/File/Spec/Mac.pm
6521            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
6522 ____________________________________________________________________________
6523 [ 12427] By: jhi                                   on 2001/10/13  20:54:17
6524         Log: Rewrite mktables from scratch.
6525              - Cleaner.
6526              - Faster: 15-20 seconds as opposed to several minutes.
6527              - More dynamic: the names of the various categories
6528              such as the linebreak ones are dynamic, not static.
6529              - Is.pl: long names for the general category properties
6530              are now available.
6531              - Ranges (<... ,First>, <..., Last>) from the general
6532              categories work now.
6533              - No more mktables.PL because the mktables.PL is not
6534              and never has been run to create a mktables.
6535              - syllables.txt and Is/Syl*.pl removed: non-standard
6536              (not part of the Unicode), and the whole concept is
6537              being reworked (http://syllabary.sourceforge.net/),
6538              the old way wouldn't even work with the new Syllables.txt
6539              (it would result in 1000+ new categories)
6540      Branch: perl
6541            + lib/unicore/In/163.pl lib/unicore/In/164.pl
6542            + lib/unicore/In/165.pl lib/unicore/In/166.pl
6543            + lib/unicore/In/167.pl lib/unicore/In/168.pl
6544            + lib/unicore/In/169.pl lib/unicore/In/170.pl
6545            + lib/unicore/In/171.pl lib/unicore/Is.pl
6546            + lib/unicore/Is/Title.pl lib/unicore/Lbrk.pl
6547            + lib/unicore/mktables
6548            - lib/unicore/Is/SylA.pl lib/unicore/Is/SylAA.pl
6549            - lib/unicore/Is/SylAAI.pl lib/unicore/Is/SylAI.pl
6550            - lib/unicore/Is/SylC.pl lib/unicore/Is/SylE.pl
6551            - lib/unicore/Is/SylEE.pl lib/unicore/Is/SylI.pl
6552            - lib/unicore/Is/SylII.pl lib/unicore/Is/SylN.pl
6553            - lib/unicore/Is/SylO.pl lib/unicore/Is/SylOO.pl
6554            - lib/unicore/Is/SylU.pl lib/unicore/Is/SylV.pl
6555            - lib/unicore/Is/SylWA.pl lib/unicore/Is/SylWAA.pl
6556            - lib/unicore/Is/SylWC.pl lib/unicore/Is/SylWE.pl
6557            - lib/unicore/Is/SylWEE.pl lib/unicore/Is/SylWI.pl
6558            - lib/unicore/Is/SylWII.pl lib/unicore/Is/SylWO.pl
6559            - lib/unicore/Is/SylWOO.pl lib/unicore/Is/SylWU.pl
6560            - lib/unicore/Is/SylWV.pl lib/unicore/Is/Syllable.pl
6561            - lib/unicore/syllables.txt
6562            ! (edit 304 files)
6563 ____________________________________________________________________________
6564 [ 12426] By: ams                                   on 2001/10/13  18:05:36
6565         Log: ExtUtils::MM_Unix should ignore comments when searching for
6566              $VERSION.
6567      Branch: perl
6568            ! lib/ExtUtils/MM_Unix.pm
6569 ____________________________________________________________________________
6570 [ 12425] By: jhi                                   on 2001/10/13  12:26:41
6571         Log: Subject: Re: New module XML::Clean
6572              From: andreas.koenig@anima.de (Andreas J. Koenig)
6573              Date: 13 Oct 2001 10:17:09 +0200
6574              Message-ID: <m37ku0t0my.fsf@anima.de>
6575      Branch: perl
6576            ! pod/perlnewmod.pod
6577 ____________________________________________________________________________
6578 [ 12424] By: sky                                   on 2001/10/13  09:39:59
6579         Log: Set thread stack size if needed.
6580      Branch: perl
6581            ! ext/threads/threads.xs
6582 ____________________________________________________________________________
6583 [ 12423] By: sky                                   on 2001/10/13  09:36:49
6584         Log: We do want to set the attribute to joinable even on modern posix
6585              platforms.
6586      Branch: perl
6587            ! ext/threads/threads.xs
6588 ____________________________________________________________________________
6589 [ 12422] By: jhi                                   on 2001/10/13  02:04:44
6590         Log: Subject: [PATCH ext/Data/Dumper.xs]
6591              From: Brian Ingerson <ingy@ttul.org>
6592              Date: Fri, 12 Oct 2001 19:32:35 -0700
6593              Message-ID: <20011012193235.B889@ttul.org>
6594      Branch: perl
6595            ! ext/Data/Dumper/Dumper.xs
6596 ____________________________________________________________________________
6597 [ 12421] By: jhi                                   on 2001/10/12  23:22:45
6598         Log: Update Changes.
6599      Branch: perl
6600            ! Changes patchlevel.h
6601 ____________________________________________________________________________
6602 [ 12420] By: jhi                                   on 2001/10/12  22:51:17
6603         Log: FAQ sync.
6604      Branch: perl
6605            ! pod/perlfaq3.pod pod/perlfaq4.pod
6606 ____________________________________________________________________________
6607 [ 12419] By: jhi                                   on 2001/10/12  22:46:49
6608         Log: Subject: RE: [PATCH File::Copy] Silence warnings for tied filehandles     
6609              From: "Wilson, Doug" <Doug_Wilson@intuit.com>
6610              Date: Fri, 12 Oct 2001 11:51:05 -0700
6611              Message-ID: <35A280DF784CD411A06B0008C7B130AD0115DDAE@sdex04.sd.intuit.com>
6612      Branch: perl
6613            ! lib/File/Copy.pm
6614 ____________________________________________________________________________
6615 [ 12418] By: jhi                                   on 2001/10/12  22:44:24
6616         Log: Subject: [PATCH lib/Term/Complete.t] Rethinking the Test
6617              From: "chromatic" <chromatic@rmci.net>     
6618              Date: Thu, 11 Oct 2001 10:57:55 -0600
6619              Message-ID: <20011011170354.74354.qmail@onion.perl.org>
6620              
6621              Subject: [PATCH Complete.pm] Re: [PATCH lib/Term/Complete.t] Rethinking the Test
6622              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6623              Date: Thu, 11 Oct 2001 22:34:21 +0200
6624              Message-ID: <20011011223421.A693@rafael>     
6625              
6626              plus undef $Term::Complete::stty as suggested by Rafael.
6627      Branch: perl
6628            ! lib/Term/Complete.pm lib/Term/Complete.t
6629 ____________________________________________________________________________
6630 [ 12417] By: jhi                                   on 2001/10/12  20:35:49
6631         Log: UUnndduupplleexx..
6632      Branch: perl
6633            ! perl.h
6634 ____________________________________________________________________________
6635 [ 12416] By: sky                                   on 2001/10/12  20:16:19
6636         Log: Subject: Re: Sparc/Linux/ithreads unhappy @12391 [PATCH]
6637              From: Andy Dougherty <doughera@lafayette.edu>
6638              Date: Fri, 12 Oct 2001 16:53:03 -0400 (EDT)
6639              Message-ID: <Pine.SOL.4.10.10110121647360.11279-100000@maxwell.phys.lafayette.edu>
6640              (Potentially only band-aid)
6641      Branch: perl
6642            ! sv.c
6643 ____________________________________________________________________________
6644 [ 12415] By: jhi                                   on 2001/10/12  20:13:06
6645         Log: VMS pre-7.0 (which doesn't have sigaction()) uniformly
6646              mishandles kill(), and therefore the sigaction test
6647              should be skipped, from Charles Lane.
6648      Branch: perl
6649            ! ext/POSIX/t/sigaction.t
6650 ____________________________________________________________________________
6651 [ 12414] By: sky                                   on 2001/10/12  18:47:49
6652         Log: Perhaps other OLD_POSIX_API systems might be happy and not only HP-UX 10.20
6653      Branch: perl
6654            ! op.h
6655 ____________________________________________________________________________
6656 [ 12413] By: jhi                                   on 2001/10/12  18:35:31
6657         Log: Upgrade to Math::BigInt 1.44 from Tels and
6658              further fixes from John Peacock.
6659      Branch: perl
6660            + lib/Math/BigInt/t/Math/Subclass.pm
6661            + lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/calling.t
6662            + lib/Math/BigInt/t/subclass.t
6663            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
6664            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
6665            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
6666            ! lib/Math/BigInt/t/mbimbf.t
6667 ____________________________________________________________________________
6668 [ 12412] By: sky                                   on 2001/10/12  18:28:23
6669         Log: perhaps pthread_attr_t really needs to be set for the old api
6670      Branch: perl
6671            ! ext/threads/threads.xs
6672 ____________________________________________________________________________
6673 [ 12411] By: sky                                   on 2001/10/12  18:11:45
6674         Log: pthread_keycreate not pthread_key_create under the here be dragons API
6675      Branch: perl
6676            ! ext/threads/threads.h
6677 ____________________________________________________________________________
6678 [ 12410] By: sky                                   on 2001/10/12  18:07:37
6679         Log: Apperently OLD PTHREADS API is a bit retarded.
6680              This should fix another set of compile failures in HP-UX 10.20.
6681      Branch: perl
6682            ! ext/threads/threads.h ext/threads/threads.xs
6683 ____________________________________________________________________________
6684 [ 12409] By: nick                                  on 2001/10/12  15:30:01
6685         Log: Blind integrate of mainline
6686      Branch: perlio
6687           +> (branch 32 files)
6688            - lib/unicode/README
6689           !> (integrate 121 files)
6690 ____________________________________________________________________________
6691 [ 12408] By: sky                                   on 2001/10/12  14:55:08
6692         Log: Let us avoid being smart for now.
6693      Branch: perl
6694            ! ext/threads/threads.h
6695 ____________________________________________________________________________
6696 [ 12407] By: sky                                   on 2001/10/12  14:38:12
6697         Log: (void*) the argument to make sure we work with picky compilers
6698      Branch: perl
6699            ! ext/threads/threads.xs
6700 ____________________________________________________________________________
6701 [ 12406] By: ams                                   on 2001/10/12  13:26:04
6702         Log: (replaced with #12600)
6703              
6704              Subject: [PATCH 5.6.1 perldoc] use File::Temp
6705              From: Mikhail Zabaluev <mhz@alt-linux.org>
6706              Date: Fri, 12 Oct 2001 12:47:47 +0400
6707              Message-Id: <20011012124747.E13918@localhost.localdomain>
6708      Branch: perl
6709            ! utils/perldoc.PL
6710 ____________________________________________________________________________
6711 [ 12405] By: ams                                   on 2001/10/12  13:05:32
6712         Log: Subject: [PATCH] (Was: lib/Memoize/t/speed.................FAILED at test 2)
6713              From: andreas.koenig@anima.de (Andreas J. Koenig)
6714              Date: 12 Oct 2001 11:12:07 +0200
6715              Message-Id: <m3wv21te6w.fsf_-_@anima.de>
6716      Branch: perl
6717            ! lib/Memoize/t/speed.t
6718 ____________________________________________________________________________
6719 [ 12404] By: sky                                   on 2001/10/12  12:46:15
6720         Log: A) Support OLD_PTHREADS_API
6721              B) Change from using pthread_t to using a TLS to store the
6722              index of the thread in an hash, this is to avoid problems when
6723              in fact pthread_t was not a seralizable type.
6724              Both these changes are because of HP-UX 10.20
6725              This has not been tested on win32 but should work there.
6726              Need to add support for NetWare.
6727      Branch: perl
6728            ! ext/threads/threads.h ext/threads/threads.xs
6729 ____________________________________________________________________________
6730 [ 12403] By: ams                                   on 2001/10/12  07:34:19
6731         Log: Subject: Re: New module XML::Clean
6732              From: andreas.koenig@anima.de (Andreas J. Koenig)
6733              Date: 12 Oct 2001 10:20:35 +0200
6734              Message-Id: <m3elo9uv58.fsf@anima.de>
6735      Branch: perl
6736            ! pod/perlnewmod.pod
6737 ____________________________________________________________________________
6738 [ 12402] By: jhi                                   on 2001/10/11  19:51:04
6739         Log: More HP model tweaks from Merijn.
6740      Branch: perl
6741            ! README.hpux
6742 ____________________________________________________________________________
6743 [ 12401] By: jhi                                   on 2001/10/11  13:03:10
6744         Log: Update Changes.
6745      Branch: perl
6746            ! Changes patchlevel.h
6747 ____________________________________________________________________________
6748 [ 12400] By: jhi                                   on 2001/10/11  11:33:20
6749         Log: HP-UX update from H.Merijn Brand.
6750      Branch: perl
6751            ! README.hpux
6752 ____________________________________________________________________________
6753 [ 12399] By: jhi                                   on 2001/10/11  00:53:56
6754         Log: Subject: [PATCH] fix link rot in README.vms
6755              From: "Craig A. Berry" <craigberry@mac.com>
6756              Date: Wed, 10 Oct 2001 17:17:00 -0500
6757              Message-Id: <5.1.0.14.0.20011010171057.01bd77c8@exchi01>
6758      Branch: perl
6759            ! README.vms
6760 ____________________________________________________________________________
6761 [ 12398] By: jhi                                   on 2001/10/11  00:49:42
6762         Log: Subject: [PATCH lib/Term/Complete.t] (was Re: lib/Term/Complete.t won't complete in background)
6763              From: "chromatic" <chromatic@rmci.net>
6764              Date: Wed, 10 Oct 2001 15:50:30 -0600
6765              Message-ID: <20011010215627.13283.qmail@onion.perl.org> 
6766      Branch: perl
6767            ! lib/Term/Complete.t
6768 ____________________________________________________________________________
6769 [ 12397] By: jhi                                   on 2001/10/11  00:48:54
6770         Log: Subject: [PATCH MANIFEST lib/ExtUtils/Packlist.t] Add Tests for ExtUtils::Packlist
6771              From: "chromatic" <chromatic@rmci.net>
6772              Date: Wed, 10 Oct 2001 15:45:42 -0600
6773              Message-ID: <20011010215140.8913.qmail@onion.perl.org>
6774      Branch: perl
6775            + lib/ExtUtils/Packlist.t
6776            ! MANIFEST
6777 ____________________________________________________________________________
6778 [ 12396] By: jhi                                   on 2001/10/10  20:20:22
6779         Log: VMS needs quotes around the -I option to keep it from
6780              being downcased, from Charles Lane.
6781      Branch: perl
6782            ! t/run/kill_perl.t
6783 ____________________________________________________________________________
6784 [ 12395] By: ams                                   on 2001/10/10  16:22:32
6785         Log: Subject: [PATCH lib/FindBin.pm]
6786              From: Stas Bekman <stas@stason.org>
6787              Date: Tue, 09 Oct 2001 23:57:10 +0800
6788              Message-Id: <3BC31E56.60805@stason.org>
6789      Branch: perl
6790            ! lib/FindBin.pm
6791 ____________________________________________________________________________
6792 [ 12394] By: ams                                   on 2001/10/10  16:09:53
6793         Log: Subject: Re: /usr/include/sys/e ?? (perl@12340)
6794              From: Abhijit Menon-Sen <ams@wiw.org>
6795              Date: Wed, 10 Oct 2001 21:59:33 +0530
6796              Message-Id: <20011010215933.B2444@lustre.dyn.wiw.org>
6797      Branch: perl
6798            ! ext/Data/Dumper/Dumper.xs
6799 ____________________________________________________________________________
6800 [ 12393] By: jhi                                   on 2001/10/10  15:53:39
6801         Log: VMS: reorder the elimination of 000000 in the canonpath logic,
6802              from Charles Lane.
6803      Branch: perl
6804            ! lib/File/Spec/VMS.pm
6805 ____________________________________________________________________________
6806 [ 12392] By: ams                                   on 2001/10/10  14:49:43
6807         Log: Subject: [PATCH] two s/// bugfixes
6808              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6809              Date: Wed, 10 Oct 2001 17:23:44 +0200
6810              Message-Id: <20011010172344.C22440@rafael>
6811      Branch: perl
6812            ! pp_ctl.c regexec.c t/op/subst.t
6813 ____________________________________________________________________________
6814 [ 12391] By: jhi                                   on 2001/10/10  12:22:02
6815         Log: Fix/improve handling of the [000000] special "root"
6816              directory, by putting cwd in canonical form when doing
6817              abs2rel, and prepending a 000000 to directory "chunks"
6818              if missing from base or path.  Also adjust test to
6819              reflect the (improved) output from abs2rel.
6820              From Charles Lane.
6821      Branch: perl
6822            ! lib/File/Spec.t lib/File/Spec/VMS.pm
6823 ____________________________________________________________________________
6824 [ 12390] By: jhi                                   on 2001/10/10  11:48:14
6825         Log: In VMS the copy-to-untaint %ENV in the initialization also loses
6826              all of the extra VMSish attributes (such as "treat this logical
6827              as a device name") that are necessary to make programs run.
6828              A tainted %ENV does not hinder VMS.  From Charles Lane.
6829      Branch: perl
6830            ! lib/File/Find/t/taint.t
6831 ____________________________________________________________________________
6832 [ 12389] By: jhi                                   on 2001/10/10  11:40:29
6833         Log: VMS-specific fixes to the ExtUtils::Manifest tests.
6834              
6835              o  VMS is case-insensitive, RTL downcases filenames read
6836              by perl... so need to re-upcase filenames like MANIFEST
6837              and MANIFEST.SKIP
6838              
6839              o  Need to convert VMS-style to Unix-style filenames when comparing
6840              names in MANIFEST to names in filesystem.
6841              
6842              o  Need to remove mantest/MANIFEST before rmdir'ing mantest,
6843              since VMS won't let you (easily) delete non-empty directories.
6844              
6845              From Charles Lane.
6846      Branch: perl
6847            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Manifest.t
6848 ____________________________________________________________________________
6849 [ 12388] By: jhi                                   on 2001/10/10  11:28:44
6850         Log: Unix and VMS agree on "*" as a "match any number of any chars"
6851              wildcards, but differ ("?"  vs.  "%") for their "match any single
6852              char" wildcard.  This patch changes "?"  chars to "%" before doing a
6853              VMS glob...at no loss of functionality, since "?"  isn't a valid
6854              filename char on VMS.  From Charles Lane.
6855      Branch: perl
6856            ! doio.c
6857 ____________________________________________________________________________
6858 [ 12387] By: jhi                                   on 2001/10/10  11:20:13
6859         Log: (accidentally empty submit; new life as #12390)
6860      Branch: perl
6861            ! lib/File/Find/t/taint.t
6862 ____________________________________________________________________________
6863 [ 12386] By: jhi                                   on 2001/10/10  11:12:40
6864         Log: Even more VMS tweakage from Charles Lane:
6865              
6866              Tweak #1:  splitdir only works on directory part of filespec,
6867              split off volume first
6868              Tweak #2:  VMS pre-7.0's $ENV{'HOME'} is not settable
6869              (it's a horrible kludge in the run-time library,
6870              improved in later versions). Check the
6871              $Config{'d_setenv'} flag before attempting to set it.
6872      Branch: perl
6873            ! t/op/chdir.t
6874 ____________________________________________________________________________
6875 [ 12385] By: jhi                                   on 2001/10/09  20:34:36
6876         Log: VMS tweakage from Charles Lane.
6877              
6878              . command.com doubles an output line when prompting for extensions
6879              . Term::Cap has no business trying to run obscure Un*x utilities on VMS
6880              . perl5db doesn't clean up after itself
6881      Branch: perl
6882            ! configure.com lib/Term/Cap.pm lib/perl5db.pl
6883 ____________________________________________________________________________
6884 [ 12384] By: sky                                   on 2001/10/09  19:16:11
6885         Log: Subject: [PATCH again again], Re: [PATCH again] Re: [PATCH mg.c gv.c and others] ${^TAINT}
6886              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6887              Date: Tue, 9 Oct 2001 22:10:26 +0200
6888              Message-ID: <20011009221026.A8579@rafael>
6889      Branch: perl
6890            ! pod/perldata.pod
6891 ____________________________________________________________________________
6892 [ 12383] By: jhi                                   on 2001/10/09  14:33:15
6893         Log: Subject: [PATCH t/op/subst.t] new tests, new TODO test
6894              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
6895              Date: 9 Oct 2001 15:15:06 -0000
6896              Message-Id: <slrn9s653h.h2p.rgarciasuarez@rafael.kazibao.net>
6897      Branch: perl
6898            ! t/op/subst.t
6899 ____________________________________________________________________________
6900 [ 12382] By: jhi                                   on 2001/10/09  14:03:30
6901         Log: Update Changes.
6902      Branch: perl
6903            ! Changes patchlevel.h
6904 ____________________________________________________________________________
6905 [ 12381] By: jhi                                   on 2001/10/09  13:52:50
6906         Log: Seems that a glob(undef) triggers an ACCVIO in Perl_flex_stat
6907              Seems that a glob(undef) triggers an ACCVIO in Perl_flex_stat,
6908              when a NULL is passed for the filename string pointer.
6909              From Charles Lane.
6910      Branch: perl
6911            ! vms/vms.c
6912 ____________________________________________________________________________
6913 [ 12379] By: jhi                                   on 2001/10/09  13:03:49
6914         Log: Subject: HP systems update
6915              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
6916              Date: Tue, 09 Oct 2001 15:59:22 +0200
6917              Message-Id: <20011009155614.A4F5.H.M.BRAND@hccnet.nl>
6918      Branch: perl
6919            ! README.hpux
6920 ____________________________________________________________________________
6921 [ 12378] By: jhi                                   on 2001/10/09  12:52:21
6922         Log: CPAN::Nox does now have a test.
6923      Branch: perl
6924            ! t/lib/1_compile.t
6925 ____________________________________________________________________________
6926 [ 12377] By: jhi                                   on 2001/10/09  12:23:27
6927         Log: Subject: [ID 20011001.009] /usr/bin/perl (in addition to /usr/local/bin/perl)
6928              From: David Dyck <dcd@tc.fluke.com>
6929              Date: Mon, 1 Oct 2001 12:17:36 -0700
6930              Message-Id: <200110011917.MAA11879@dd.tc.fluke.com>
6931      Branch: perl
6932            ! installperl
6933 ____________________________________________________________________________
6934 [ 12376] By: jhi                                   on 2001/10/09  12:18:39
6935         Log: NetWare update from Ananth Kesari.
6936      Branch: perl
6937            ! NetWare/nwperlsys.h makedef.pl
6938 ____________________________________________________________________________
6939 [ 12375] By: jhi                                   on 2001/10/09  11:43:01
6940         Log: Subject: [PATCH Perl@12307] File::Find test on VMS
6941              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
6942              Date: Tue, 9 Oct 2001 08:40:57 EDT
6943              Message-Id: <011009083426.17530f@DUPHY4.Physics.Drexel.Edu>
6944      Branch: perl
6945            ! lib/File/Find/t/find.t
6946 ____________________________________________________________________________
6947 [ 12374] By: ams                                   on 2001/10/09  05:31:45
6948         Log: Subject: [PATCH MANIFEST lib/ExtUtils/Mkbootstrap.t] Add Tests for
6949              ExtUtils::Mkbootstrap
6950              From: "chromatic" <chromatic@rmci.net>
6951              Date: Tue, 09 Oct 2001 00:08:37 -0600
6952              Message-Id: <20011009061432.46666.qmail@onion.perl.org>
6953      Branch: perl
6954            + lib/ExtUtils/Mkbootstrap.t
6955            ! MANIFEST
6956 ____________________________________________________________________________
6957 [ 12373] By: jhi                                   on 2001/10/09  02:56:13
6958         Log: Enable more debugging.
6959      Branch: perl
6960            ! lib/utf8_heavy.pl
6961 ____________________________________________________________________________
6962 [ 12372] By: ams                                   on 2001/10/09  02:11:59
6963         Log: #12370 forgot to modify is_gv_magical().
6964      Branch: perl
6965            ! gv.c
6966 ____________________________________________________________________________
6967 [ 12371] By: jhi                                   on 2001/10/09  01:48:17
6968         Log: Make the toupper/lower/title API for Unicode not right
6969              but at least less wrong: prepare for the mapping being
6970              more than just one-character-to-one-character.
6971      Branch: perl
6972            ! embed.h embed.pl global.sym handy.h pp.c proto.h regcomp.c
6973            ! regexec.c utf8.c
6974 ____________________________________________________________________________
6975 [ 12370] By: jhi                                   on 2001/10/09  01:23:08
6976         Log: Subject: Re: [PATCH mg.c gv.c and others] ${^TAINT}
6977              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
6978              Date: Mon, 8 Oct 2001 22:18:23 -0400
6979              Message-ID: <20011008221823.A413700@linguist.thayer.dartmouth.edu>
6980      Branch: perl
6981            ! pod/perlvar.pod t/op/taint.t
6982 ____________________________________________________________________________
6983 [ 12369] By: jhi                                   on 2001/10/08  23:31:21
6984         Log: FAQ sync.
6985      Branch: perl
6986            ! pod/perlfaq3.pod pod/perlfaq4.pod
6987 ____________________________________________________________________________
6988 [ 12368] By: jhi                                   on 2001/10/08  21:20:45
6989         Log: Subject: [PATCH lib/Term/Cap.t] Fix Debian Failures on Test 22
6990              From: "chromatic" <chromatic@rmci.net>
6991              Date: Mon, 08 Oct 2001 14:05:32 -0600
6992              Message-ID: <20011008201126.73702.qmail@onion.perl.org>
6993      Branch: perl
6994            ! lib/Term/Cap.t
6995 ____________________________________________________________________________
6996 [ 12367] By: jhi                                   on 2001/10/08  21:10:49
6997         Log: Subject: [PATCH again] Re: [PATCH mg.c gv.c and others] ${^TAINT}
6998              From: Michael G Schwern <schwern@pobox.com>
6999              Date: Mon, 8 Oct 2001 17:00:14 -0400
7000              Message-ID: <20011008170014.L17083@blackrider>
7001      Branch: perl
7002            ! gv.c mg.c pod/perlvar.pod t/op/magic.t t/op/taint.t
7003 ____________________________________________________________________________
7004 [ 12366] By: jhi                                   on 2001/10/08  20:43:19
7005         Log: Subject: [PATCH Perl@12307] Time::Hires for VMS pre-7.0
7006              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
7007              Date: Mon, 8 Oct 2001 16:01:33 EDT
7008              Message-Id: <011008155856.1604b5@DUPHY4.Physics.Drexel.Edu>
7009      Branch: perl
7010            ! ext/Time/HiRes/HiRes.xs
7011 ____________________________________________________________________________
7012 [ 12365] By: jhi                                   on 2001/10/08  20:41:50
7013         Log: Subject: [PATCH] Autosplit patch for VMS
7014              From: "Craig A. Berry" <craigberry@mac.com>
7015              Date: Mon, 08 Oct 2001 15:40:43 -0500
7016              Message-Id: <5.1.0.14.0.20011008150808.02302618@exchi01>
7017      Branch: perl
7018            ! lib/AutoSplit.pm lib/AutoSplit.t
7019 ____________________________________________________________________________
7020 [ 12364] By: jhi                                   on 2001/10/08  20:36:58
7021         Log: Don't assume that everybody is running OS X 10.1 yet;
7022              from Kay Röpke.
7023      Branch: perl
7024            ! hints/darwin.sh
7025 ____________________________________________________________________________
7026 [ 12363] By: jhi                                   on 2001/10/08  14:26:35
7027         Log: Update Changes.
7028      Branch: perl
7029            ! Changes patchlevel.h
7030 ____________________________________________________________________________
7031 [ 12362] By: jhi                                   on 2001/10/08  14:05:50
7032         Log: Retract #12358 for now.
7033      Branch: perl
7034            ! lib/Term/Cap.t
7035 ____________________________________________________________________________
7036 [ 12361] By: jhi                                   on 2001/10/08  13:57:10
7037         Log: Can't figure out what this is testing.
7038              (If it is trying to catch SIGKILL, it should stop
7039              trying because that is by definition impossible.)
7040      Branch: perl
7041            ! lib/sigtrap.t
7042 ____________________________________________________________________________
7043 [ 12360] By: jhi                                   on 2001/10/08  13:23:28
7044         Log: Subject: [PATCH bleadperl] why some tests fail on Win95...
7045              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
7046              Date: Sun, 30 Sep 2001 21:15:13 +0200
7047              Message-ID: <5033457805.20010930211513@tesla.rcub.bg.ac.yu>
7048      Branch: perl
7049            ! lib/ExtUtils/MM_Win32.pm
7050 ____________________________________________________________________________
7051 [ 12359] By: jhi                                   on 2001/10/08  12:37:17
7052         Log: Clarify the ldlibpth part and condense the overall text.
7053      Branch: perl
7054            ! t/TEST
7055 ____________________________________________________________________________
7056 [ 12358] By: jhi                                   on 2001/10/08  11:56:49
7057         Log: Subject: Re: [PATCH] & what's to be done for 5.8.0?
7058              From: "chromatic" <chromatic@rmci.net>
7059              Date: Sun, 07 Oct 2001 16:59:26 -0600
7060              Message-ID: <20011007230518.90917.qmail@onion.perl.org>
7061      Branch: perl
7062            ! lib/Term/Cap.t
7063 ____________________________________________________________________________
7064 [ 12357] By: jhi                                   on 2001/10/08  11:54:50
7065         Log: Update the list because fo #12265.
7066      Branch: perl
7067            ! t/lib/1_compile.t
7068 ____________________________________________________________________________
7069 [ 12356] By: jhi                                   on 2001/10/08  11:53:30
7070         Log: Subject: [PATCH] & what's to be done for 5.8.0? 
7071              From: Nicholas Clark <nick@ccl4.org>
7072              Date: Sun, 7 Oct 2001 20:53:33 +0100
7073              Message-ID: <20011007205333.S38756@plum.flirble.org>   
7074      Branch: perl
7075            ! ext/B/t/showlex.t ext/B/t/stash.t ext/Cwd/t/taint.t
7076            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
7077            ! ext/DB_File/t/db-recno.t ext/Fcntl/t/fcntl.t lib/CGI/t/carp.t
7078            ! lib/CGI/t/cookie.t lib/File/Find/t/taint.t lib/FindBin.t
7079            ! lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
7080            ! lib/Net/t/smtp.t lib/Switch/t/given.t lib/Switch/t/nested.t
7081            ! lib/Switch/t/switch.t lib/Term/Complete.t
7082            ! lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/todo.t
7083            ! lib/bigfloat.t lib/bigint.t lib/integer.t t/op/flip.t
7084            ! t/op/my_stash.t
7085 ____________________________________________________________________________
7086 [ 12355] By: jhi                                   on 2001/10/08  11:51:29
7087         Log: Integrate patch #12350 from maintperl; typo in
7088              IO::Seekable doc.
7089      Branch: perl
7090           !> ext/IO/lib/IO/Seekable.pm
7091 ____________________________________________________________________________
7092 [ 12354] By: jhi                                   on 2001/10/08  11:41:16
7093         Log: Detypo.
7094      Branch: perl
7095            ! hints/darwin.sh
7096 ____________________________________________________________________________
7097 [ 12353] By: sky                                   on 2001/10/07  17:16:14
7098         Log: Change 12349 didn't really get it right.
7099      Branch: perl
7100            ! lib/Unicode/README
7101 ____________________________________________________________________________
7102 [ 12352] By: jhi                                   on 2001/10/07  15:03:18
7103         Log: If running the harness the dynamic library search path
7104              may need setting.
7105      Branch: perl
7106            ! t/TEST
7107 ____________________________________________________________________________
7108 [ 12351] By: jhi                                   on 2001/10/07  14:17:12
7109         Log: It seems that in MacOS X 10.1 one must use -flat_namespace
7110              in ldflags.
7111      Branch: perl
7112            ! hints/darwin.sh
7113 ____________________________________________________________________________
7114 [ 12350] By: gsar                                  on 2001/10/07  13:30:42
7115         Log: typo in IO::Seekable doc
7116      Branch: maint-5.6/perl
7117            ! ext/IO/lib/IO/Seekable.pm
7118 ____________________________________________________________________________
7119 [ 12349] By: jhi                                   on 2001/10/07  12:49:31
7120         Log: Give up the fantasy of having lib/Unicode and lib/unicode:
7121              doesn't work on Mac OS X 10.1 (when unpacking the tar the
7122              latter gets renamed as lib/unicode:1, assumedly for security
7123              reasons not to overwrite stuff)
7124      Branch: perl
7125            + lib/Unicode/README
7126            - lib/unicode/README
7127            ! MANIFEST
7128 ____________________________________________________________________________
7129 [ 12348] By: ams                                   on 2001/10/07  05:33:40
7130         Log: Subject: [PATCH MANIFEST lib/CPAN/t/Nox.t] Add Tests for CPAN::Nox
7131              From: "chromatic" <chromatic@rmci.net>
7132              Date: Sat, 06 Oct 2001 21:42:03 -0600
7133              Message-Id: <20011007034754.21057.qmail@onion.perl.org>
7134      Branch: perl
7135            + lib/CPAN/t/Nox.t
7136            ! MANIFEST
7137 ____________________________________________________________________________
7138 [ 12347] By: ams                                   on 2001/10/07  00:48:10
7139         Log: Subject: [PATCH MANIFEST lib/sigtrap.t] Add Tests for sigtrap.pm
7140              From: "chromatic" <chromatic@rmci.net>
7141              Date: Sat, 06 Oct 2001 18:52:10 -0600
7142              Message-Id: <20011007005801.98381.qmail@onion.perl.org>
7143      Branch: perl
7144            + lib/sigtrap.t
7145            ! MANIFEST
7146 ____________________________________________________________________________
7147 [ 12346] By: ams                                   on 2001/10/06  23:14:01
7148         Log: Subject: [PATCH] (was Re: [PATCH] Re: What sort of Makefile.PL should
7149              h2xs write?)
7150              From: Nicholas Clark <nick@ccl4.org>
7151              Date: Sat, 6 Oct 2001 21:46:43 +0100
7152              Message-Id: <20011006214643.L38756@plum.flirble.org>
7153      Branch: perl
7154            ! utils/h2xs.PL
7155 ____________________________________________________________________________
7156 [ 12345] By: ams                                   on 2001/10/06  17:39:53
7157         Log: Subject: [PATCH] Memoize tests
7158              From: Nicholas Clark <nick@ccl4.org>
7159              Date: Sat, 6 Oct 2001 18:04:21 +0100
7160              Message-Id: <20011006180421.J38756@plum.flirble.org>
7161      Branch: perl
7162            ! lib/Memoize/t/array.t lib/Memoize/t/array_confusion.t
7163            ! lib/Memoize/t/correctness.t lib/Memoize/t/errors.t
7164            ! lib/Memoize/t/expire.t lib/Memoize/t/expire_file.t
7165            ! lib/Memoize/t/expire_module_n.t
7166            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
7167            ! lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
7168            ! lib/Memoize/t/speed.t lib/Memoize/t/tie.t
7169            ! lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
7170            ! lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
7171            ! lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
7172 ____________________________________________________________________________
7173 [ 12344] By: jhi                                   on 2001/10/06  00:30:23
7174         Log: Retract the latter part of #12343.
7175      Branch: perl
7176            ! ext/IO/lib/IO/Socket/INET.pm
7177 ____________________________________________________________________________
7178 [ 12343] By: jhi                                   on 2001/10/05  23:32:07
7179         Log: Subject: patch to ext/IO/lib/IO/Socket/INET.pm fixes Bug ID (20010803.022)
7180              From: David Dyck <dcd@tc.fluke.com>
7181              Date: Fri, 5 Oct 2001 16:04:43 -0700 (PDT)
7182              Message-ID: <Pine.LNX.4.33.0110051548340.9856-100000@dd.tc.fluke.com>
7183              
7184              Subject: Re: patch to ext/IO/lib/IO/Socket/INET.pm fixes Bug ID (20010803.022)
7185              From: David Dyck <dcd@tc.fluke.com>
7186              Date: Fri, 5 Oct 2001 17:27:46 -0700 (PDT)
7187              Message-ID: <Pine.LNX.4.33.0110051714350.14248-100000@dd.tc.fluke.com>
7188      Branch: perl
7189            ! ext/IO/lib/IO/Socket/INET.pm
7190 ____________________________________________________________________________
7191 [ 12342] By: jhi                                   on 2001/10/05  16:28:37
7192         Log: Subject: [PATCH perl@12307] Re: test names from C<make TEST>
7193              From: Robin Barker <rmb1@cise.npl.co.uk>
7194              Date: Fri, 5 Oct 2001 18:20:44 +0100 (BST)
7195              Message-Id: <200110051720.SAA17023@tempest.npl.co.uk>
7196      Branch: perl
7197            ! t/TEST
7198 ____________________________________________________________________________
7199 [ 12341] By: jhi                                   on 2001/10/05  13:54:08
7200         Log: Don't assume that %x is good for displaying UVs.
7201      Branch: perl
7202            ! dump.c
7203 ____________________________________________________________________________
7204 [ 12340] By: jhi                                   on 2001/10/05  12:41:31
7205         Log: Update Changes.
7206      Branch: perl
7207            ! Changes patchlevel.h
7208 ____________________________________________________________________________
7209 [ 12339] By: ams                                   on 2001/10/05  10:22:34
7210         Log: Subject: [PATCH] perlfunc/select
7211              From: Nicholas Clark <nick@ccl4.org>
7212              Date: Fri, 5 Oct 2001 11:33:58 +0100
7213              Message-Id: <20011005113358.Z38756@plum.flirble.org>
7214      Branch: perl
7215            ! pod/perlfunc.pod
7216 ____________________________________________________________________________
7217 [ 12338] By: jhi                                   on 2001/10/04  22:54:06
7218         Log: Retract #12313 and #12249.
7219      Branch: perl
7220            ! pod/perlboot.pod pod/perlbot.pod pod/perlcall.pod
7221            ! pod/perldata.pod pod/perldbmfilter.pod pod/perldsc.pod
7222            ! pod/perlebcdic.pod
7223 ____________________________________________________________________________
7224 [ 12337] By: jhi                                   on 2001/10/04  17:17:03
7225         Log: Subject: [PATCH] perlvms.pod update
7226              From: "Craig A. Berry" <craigberry@mac.com>
7227              Date: Thu, 04 Oct 2001 12:55:52 -0500
7228              Message-Id: <5.1.0.14.0.20011004124831.01aa49c0@exchi01>
7229      Branch: perl
7230            ! vms/perlvms.pod
7231 ____________________________________________________________________________
7232 [ 12336] By: jhi                                   on 2001/10/04  14:02:17
7233         Log: Subject: PATCH: Tie::SubstrHash
7234              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
7235              Date: Thu, 04 Oct 2001 12:12:41 +0100
7236              Message-Id: <200110041112.f94BCfS17390@crypt.compulink.co.uk> 
7237      Branch: perl
7238            ! lib/Tie/SubstrHash.pm
7239 ____________________________________________________________________________
7240 [ 12335] By: jhi                                   on 2001/10/04  04:45:00
7241         Log: Unicode properties saga continues.
7242      Branch: perl
7243            ! lib/unicore/In.pl lib/unicore/In/136.pl lib/unicore/In/155.pl
7244            ! lib/unicore/mktables.PL lib/utf8_heavy.pl
7245 ____________________________________________________________________________
7246 [ 12334] By: jhi                                   on 2001/10/04  03:42:04
7247         Log: Yet more Unicode properties.
7248      Branch: perl
7249            + lib/unicore/In/137.pl lib/unicore/In/138.pl
7250            + lib/unicore/In/139.pl lib/unicore/In/140.pl
7251            + lib/unicore/In/141.pl lib/unicore/In/142.pl
7252            + lib/unicore/In/143.pl lib/unicore/In/144.pl
7253            + lib/unicore/In/145.pl lib/unicore/In/146.pl
7254            + lib/unicore/In/147.pl lib/unicore/In/148.pl
7255            + lib/unicore/In/149.pl lib/unicore/In/150.pl
7256            + lib/unicore/In/151.pl lib/unicore/In/152.pl
7257            + lib/unicore/In/153.pl lib/unicore/In/154.pl
7258            + lib/unicore/In/155.pl lib/unicore/In/156.pl
7259            + lib/unicore/In/157.pl lib/unicore/In/158.pl
7260            + lib/unicore/In/159.pl lib/unicore/In/160.pl
7261            + lib/unicore/In/161.pl lib/unicore/In/162.pl
7262            ! MANIFEST lib/unicore/In.pl lib/unicore/In/136.pl
7263            ! lib/unicore/mktables.PL lib/utf8_heavy.pl pod/perltodo.pod
7264            ! pod/perlunicode.pod
7265 ____________________________________________________________________________
7266 [ 12333] By: jhi                                   on 2001/10/04  03:02:19
7267         Log: Subject: [PATCH perl@12307] 2 more VMS test tweaks
7268              From: "Craig A. Berry" <craigberry@mac.com>
7269              Date: Wed, 03 Oct 2001 17:45:25 -0500
7270              Message-Id: <5.1.0.14.0.20011003154131.01bc8528@exchi01>
7271              
7272              (the lib/Term/Complete.t patched differently by #12332)
7273      Branch: perl
7274            ! lib/ExtUtils/Command.t
7275 ____________________________________________________________________________
7276 [ 12332] By: jhi                                   on 2001/10/04  03:00:03
7277         Log: Restore only if something to restore.
7278      Branch: perl
7279            ! lib/Term/Complete.t
7280 ____________________________________________________________________________
7281 [ 12331] By: pudge                                 on 2001/10/03  19:30:48
7282         Log: Update various resources for credits,
7283              minor icons fixes, and versions.
7284      Branch: maint-5.6/macperl
7285            ! macos/MPVersion.r macos/Perl.r macos/macperl/MPDroplet.r
7286            ! macos/macperl/MPExtension.rsrc macos/macperl/MPSave.c
7287            ! macos/macperl/MacPerl.r macos/macperl/MacPerl.rsrc
7288 ____________________________________________________________________________
7289 [ 12330] By: pudge                                 on 2001/10/03  19:17:25
7290         Log: Quiet the warnings about using undef value
7291      Branch: maint-5.6/macperl
7292            ! lib/File/Temp.pm
7293 ____________________________________________________________________________
7294 [ 12329] By: pudge                                 on 2001/10/03  19:14:59
7295         Log: Fix up Ballon Help and Help menu docs (first pass);
7296              remove balloon rez file, and autogenerate with
7297              Balloon2Rez instead.
7298      Branch: maint-5.6/macperl
7299            + macos/macperl/macscripts/Balloon2Rez
7300            - macos/macperl/MPBalloons.r
7301            ! macos/macperl/MPBalloons.ball macos/macperl/MacPerl.podhelp
7302 ____________________________________________________________________________
7303 [ 12328] By: pudge                                 on 2001/10/03  19:11:15
7304         Log: Allow overriding of defaults, for change #12327.
7305      Branch: maint-5.6/macperl
7306            ! perl.h
7307 ____________________________________________________________________________
7308 [ 12327] By: pudge                                 on 2001/10/03  19:10:26
7309         Log: Override PerlProc_exit.
7310      Branch: maint-5.6/macperl
7311            ! macos/macish.h
7312 ____________________________________________________________________________
7313 [ 12326] By: pudge                                 on 2001/10/03  19:08:28
7314         Log: Add in new macos/ modules, fix up BuildTools and Makefile.
7315      Branch: maint-5.6/macperl
7316            + macos/bundled_lib/blib/lib/MD5.pm
7317            + macos/bundled_lib/t/MD5/md5.t macos/lib/Mac/AETE/App.pm
7318            + macos/lib/Mac/AETE/Dialect.pm
7319            + macos/lib/Mac/AETE/Format/Converter.pm
7320            + macos/lib/Mac/AETE/Format/Dictionary.pm
7321            + macos/lib/Mac/AETE/Format/Glue.pm macos/lib/Mac/AETE/Parser.pm
7322            + macos/lib/Mac/Glue.pm macos/lib/Mac/OSA/Simple.pm
7323            + macos/lib/Mac/Toolbox.pod
7324            ! macos/Makefile.mk macos/lib/Mac/BuildTools.pm
7325 ____________________________________________________________________________
7326 [ 12325] By: pudge                                 on 2001/10/03  18:51:28
7327         Log: Sync up silly CVS headers ... I should commit CVS
7328              first to avoid this ...
7329      Branch: maint-5.6/macperl
7330            ! macos/config.h macos/ext/Mac/ExtUtils/MakeToolboxModule
7331            ! macos/ext/Mac/Fonts/Fonts.xs macos/ext/MacPerl/MacPerl.xs
7332            ! macos/macperl/MPEditor.c macos/macperl/MPGlobals.h
7333            ! macos/macperl/MPScript.c macos/macperl/MPUtils.c
7334 ____________________________________________________________________________
7335 [ 12324] By: pudge                                 on 2001/10/03  18:44:09
7336         Log: Fix Matthias' address, and attributions.
7337      Branch: maint-5.6/macperl
7338            ! AUTHORS README.macos ext/DynaLoader/dl_mac.xs perl.c
7339            ! pod/perlport.pod
7340 ____________________________________________________________________________
7341 [ 12323] By: pudge                                 on 2001/10/03  18:42:37
7342         Log: Fix Matthias' address, and attributions.
7343      Branch: maint-5.6/macperl
7344            ! macos/config.h macos/ext/Mac/AppleEvents/AppleEvents.pm
7345            ! macos/ext/Mac/Components/Components.pm
7346            ! macos/ext/Mac/Controls/Controls.pm macos/ext/Mac/DCon/DCon.pm
7347            ! macos/ext/Mac/Dialogs/Dialogs.pm
7348            ! macos/ext/Mac/Events/Events.pm
7349            ! macos/ext/Mac/ExtUtils/MakeToolboxModule
7350            ! macos/ext/Mac/Files/Files.pm macos/ext/Mac/Fonts/Fonts.pm
7351            ! macos/ext/Mac/Gestalt/Gestalt.pm
7352            ! macos/ext/Mac/ImageCompression/ImageCompression.pm
7353            ! macos/ext/Mac/Lists/Lists.pm macos/ext/Mac/Memory/Memory.pm
7354            ! macos/ext/Mac/Menus/Menus.pm
7355            ! macos/ext/Mac/MoreFiles/MoreFiles.pm
7356            ! macos/ext/Mac/Movies/Movies.pm
7357            ! macos/ext/Mac/Navigation/Navigation.pm
7358            ! macos/ext/Mac/Notification/Notification.pm
7359            ! macos/ext/Mac/OSA/OSA.pm macos/ext/Mac/Processes/Processes.pm
7360            ! macos/ext/Mac/QDOffscreen/QDOffscreen.pm
7361            ! macos/ext/Mac/QuickDraw/QuickDraw.pm
7362            ! macos/ext/Mac/QuickTimeVR/QuickTimeVR.pm
7363            ! macos/ext/Mac/Resources/Resources.pm macos/ext/Mac/SAT/SAT.pm
7364            ! macos/ext/Mac/Sound/Sound.pm macos/ext/Mac/Speech/Speech.pm
7365            ! macos/ext/Mac/SpeechRecognition/SpeechRecognition.pm
7366            ! macos/ext/Mac/StandardFile/StandardFile.pm
7367            ! macos/ext/Mac/TextEdit/TextEdit.pm
7368            ! macos/ext/Mac/Types/Types.pm macos/ext/Mac/Windows/Windows.pm
7369            ! macos/fcntl.h macos/lib/ExtUtils/MM_MacOS.pm
7370            ! macos/lib/Mac/LowMem.pm
7371 ____________________________________________________________________________
7372 [ 12322] By: sky                                   on 2001/10/03  18:41:07
7373         Log: Subject: [PATCH perl@12307] %ENV tainting for VMS
7374              From: "Craig A. Berry" <craigberry@mac.com>
7375              Date: Wed, 03 Oct 2001 14:30:55 -0500
7376              Message-Id: <5.1.0.14.0.20011003124800.01bd31c0@exchi01>
7377      Branch: perl
7378            ! vms/vms.c
7379 ____________________________________________________________________________
7380 [ 12321] By: jhi                                   on 2001/10/03  18:38:34
7381         Log: Subject: [PATCH perl@12307] %ENV tainting for VMS
7382              From: "Craig A. Berry" <craigberry@mac.com>
7383              Date: Wed, 03 Oct 2001 14:30:55 -0500
7384              Message-Id: <5.1.0.14.0.20011003124800.01bd31c0@exchi01>
7385      Branch: perl
7386            ! vms/vms.c
7387 ____________________________________________________________________________
7388 [ 12320] By: jhi                                   on 2001/10/03  16:47:30
7389         Log: Unicode properties: fix L& (the #12319 didn't allow L&,
7390              only IsL&) and Inherited (negative lookahead good);
7391              add tests for Common, Inherited, and L&.
7392      Branch: perl
7393            ! lib/utf8_heavy.pl pod/perltodo.pod t/op/pat.t
7394 ____________________________________________________________________________
7395 [ 12319] By: jhi                                   on 2001/10/03  16:12:53
7396         Log: Unicode properties: support \p{(?:Is)?L&} as an alias for \pL.
7397              (The Unicode standard uses L& quite often.)
7398      Branch: perl
7399            ! lib/utf8_heavy.pl
7400 ____________________________________________________________________________
7401 [ 12318] By: jhi                                   on 2001/10/03  15:57:34
7402         Log: Add the 'Common' Unicode property (code points not
7403              explicitly assigned to any other script).
7404      Branch: perl
7405            + lib/unicore/In/136.pl
7406            ! MANIFEST lib/unicore/In.pl lib/unicore/mktables.PL
7407 ____________________________________________________________________________
7408 [ 12317] By: jhi                                   on 2001/10/03  13:23:32
7409         Log: Skip the RV printing test under threads until fixed.
7410      Branch: perl
7411            ! ext/B/t/terse.t
7412 ____________________________________________________________________________
7413 [ 12316] By: jhi                                   on 2001/10/03  12:57:05
7414         Log: Subject: 12309 / cygwin / win2k
7415              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
7416              Date: Wed, 03 Oct 2001 15:25:15 +0200
7417              Message-Id: <20011003152353.A479.H.M.BRAND@hccnet.nl>
7418      Branch: perl
7419            ! makedef.pl
7420 ____________________________________________________________________________
7421 [ 12315] By: jhi                                   on 2001/10/03  12:50:17
7422         Log: Metaconfig unit change for #12314.
7423      Branch: metaconfig
7424            ! U/modified/Head.U
7425 ____________________________________________________________________________
7426 [ 12314] By: jhi                                   on 2001/10/03  12:49:26
7427         Log: Subject: Both cygwin and djgpp on one machine
7428              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
7429              Date: Wed, 03 Oct 2001 15:02:59 +0200
7430              Message-Id: <20011003150222.A474.H.M.BRAND@hccnet.nl>
7431      Branch: perl
7432            ! Configure
7433 ____________________________________________________________________________
7434 [ 12313] By: jhi                                   on 2001/10/03  12:04:49
7435         Log: (retracted by #12338)
7436              
7437              Subject: [PATCH] Code clean up for perlboot.pod
7438              From: Casey West <casey@geeknest.com>
7439              Date: Tue, 2 Oct 2001 19:24:43 -0400
7440              Message-ID: <20011002192443.B2163@stupid.geeknest.com>
7441              
7442              Subject: [PATCH] Code clean up for perlbot.diff
7443              From: Casey West <casey@geeknest.com>
7444              Date: Tue, 2 Oct 2001 19:25:22 -0400
7445              Message-ID: <20011002192522.C2163@stupid.geeknest.com>
7446              
7447              Subject: [PATCH] Code clean up for perlcall.pod
7448              From: Casey West <casey@geeknest.com>
7449              Date: Tue, 2 Oct 2001 19:25:57 -0400
7450              Message-ID: <20011002192557.D2163@stupid.geeknest.com>
7451              
7452              Subject: [PATCH] Code clean up for perldata.pod
7453              From: Casey West <casey@geeknest.com>
7454              Date: Tue, 2 Oct 2001 19:26:29 -0400
7455              Message-ID: <20011002192629.E2163@stupid.geeknest.com>
7456              
7457              Subject: [PATCH] Code clean up for perldbmfilter.pod
7458              From: Casey West <casey@geeknest.com>
7459              Date: Tue, 2 Oct 2001 19:26:59 -0400
7460              Message-ID: <20011002192659.F2163@stupid.geeknest.com>
7461              
7462              Subject: [PATCH] Code clean up for perlebcdic.pod
7463              From: Casey West <casey@geeknest.com>
7464              Date: Tue, 2 Oct 2001 19:27:37 -0400
7465              Message-ID: <20011002192737.G2163@stupid.geeknest.com>
7466      Branch: perl
7467            ! pod/perlboot.pod pod/perlbot.pod pod/perlcall.pod
7468            ! pod/perldata.pod pod/perldbmfilter.pod pod/perlebcdic.pod
7469 ____________________________________________________________________________
7470 [ 12312] By: ams                                   on 2001/10/02  23:43:55
7471         Log: Subject: [PATCH lib/ExtUtils/MakeMaker.pm] makemaker@perl.org
7472              From: Michael G Schwern <schwern@pobox.com>
7473              Date: Tue, 2 Oct 2001 17:00:49 -0400
7474              Message-Id: <20011002170049.A9955@blackrider>
7475      Branch: perl
7476            ! lib/ExtUtils/MakeMaker.pm
7477 ____________________________________________________________________________
7478 [ 12311] By: jhi                                   on 2001/10/02  23:24:07
7479         Log: FAQ sync.
7480      Branch: perl
7481            ! pod/perlfaq3.pod
7482 ____________________________________________________________________________
7483 [ 12310] By: nick                                  on 2001/10/02  16:09:49
7484         Log: Integrate mainline
7485      Branch: perlio
7486           !> AUTHORS Changes ext/I18N/Langinfo/Langinfo.pm
7487           !> ext/I18N/Langinfo/Langinfo.t ext/I18N/Langinfo/Makefile.PL
7488           !> lib/Pod/Html.pm lib/unicore/In.pl lib/unicore/mktables.PL mg.c
7489           !> patchlevel.h t/op/pat.t
7490 ____________________________________________________________________________
7491 [ 12309] By: jhi                                   on 2001/10/02  14:34:59
7492         Log: Unicode properties: allow also intra(wordbreak)name whitespace,
7493              not just one single space.
7494      Branch: perl
7495            ! lib/unicore/In.pl lib/unicore/mktables.PL t/op/pat.t
7496 ____________________________________________________________________________
7497 [ 12308] By: jhi                                   on 2001/10/02  12:49:41
7498         Log: AUTHORS updates.
7499      Branch: perl
7500            ! AUTHORS
7501 ____________________________________________________________________________
7502 [ 12307] By: jhi                                   on 2001/10/02  12:22:21
7503         Log: Update Changes.
7504      Branch: perl
7505            ! Changes patchlevel.h
7506 ____________________________________________________________________________
7507 [ 12306] By: jhi                                   on 2001/10/02  11:59:12
7508         Log: Work around old buggy glibcs for langinfo constants,
7509              from Nicholas Clark and David Dyck.
7510      Branch: perl
7511            ! ext/I18N/Langinfo/Langinfo.t ext/I18N/Langinfo/Makefile.PL
7512 ____________________________________________________________________________
7513 [ 12305] By: jhi                                   on 2001/10/02  11:45:55
7514         Log: Eradicate Time::Piece; add an example.
7515      Branch: perl
7516            ! ext/I18N/Langinfo/Langinfo.pm
7517 ____________________________________________________________________________
7518 [ 12304] By: jhi                                   on 2001/10/02  11:34:18
7519         Log: Subject: [PATCH] Pod::Html makes a poor guess at author
7520              From: Robert Spier <rspier@pobox.com>
7521              Date: Mon, 1 Oct 2001 23:20:16 -0700
7522              Message-ID: <15289.23712.422087.878224@rls.cx>
7523      Branch: perl
7524            ! lib/Pod/Html.pm
7525 ____________________________________________________________________________
7526 [ 12303] By: sky                                   on 2001/10/02  10:40:57
7527         Log: Fixes obscure bug that manifests itself by.
7528              local $!=0;undef*STDOUT;#segfaults
7529              Has been around for a while. Possible other magic IO vars are
7530              possibly affected aswell. Reported by Jos Boumans.
7531      Branch: perl
7532            ! mg.c
7533 ____________________________________________________________________________
7534 [ 12302] By: nick                                  on 2001/10/02  09:00:52
7535         Log: Integrate mainline
7536      Branch: perlio
7537           !> ext/B/t/terse.t ext/I18N/Langinfo/Langinfo.t hints/darwin.sh
7538           !> lib/Term/Cap.t lib/open.t pod/perlapi.pod pod/perlunicode.pod
7539           !> pp_ctl.c regcomp.c t/TEST t/op/arith.t t/op/pack.t t/op/pat.t
7540 ____________________________________________________________________________
7541 [ 12301] By: nick                                  on 2001/10/02  08:40:57
7542         Log: Integrate mainline + lib/open.t patch from Chromatic
7543      Branch: perlio
7544           +> lib/Term/Cap.t lib/Text/TabsWrap/CHANGELOG
7545            ! lib/open.t
7546           !> (integrate 29 files)
7547 ____________________________________________________________________________
7548 [ 12300] By: jhi                                   on 2001/10/01  19:22:16
7549         Log: Mac OS X doesn't have threadsafe (_r) libc interfaces.
7550              Until it has, better stop early if someone requests threads.
7551      Branch: perl
7552            ! hints/darwin.sh
7553 ____________________________________________________________________________
7554 [ 12299] By: jhi                                   on 2001/10/01  19:01:31
7555         Log: Subject: [ID 20011001.011] redundant code in t/TEST
7556              From: David Dyck <dcd@tc.fluke.com>
7557              Date: Mon, 1 Oct 2001 12:56:24 -0700
7558              Message-Id: <200110011956.MAA16250@dd.tc.fluke.com>
7559      Branch: perl
7560            ! t/TEST
7561 ____________________________________________________________________________
7562 [ 12298] By: jhi                                   on 2001/10/01  18:52:12
7563         Log: Subject: [PATCH lib/Term/Cap.t] Robustify %ENV Handling in Test (was Re: Failed Term/Cap.t test)
7564              From: "chromatic" <chromatic@rmci.net>
7565              Date: Mon, 01 Oct 2001 12:27:12 -0600
7566              Message-ID: <20011001183251.89148.qmail@onion.perl.org>
7567      Branch: perl
7568            ! lib/Term/Cap.t
7569 ____________________________________________________________________________
7570 [ 12297] By: jhi                                   on 2001/10/01  17:04:18
7571         Log: UNICOS testing patches from Nicholas Clark.
7572      Branch: perl
7573            ! t/op/arith.t t/op/pack.t
7574 ____________________________________________________________________________
7575 [ 12296] By: jhi                                   on 2001/10/01  17:01:26
7576         Log: Subject: [PATCH lib/open.t] Better Locale Flutzigation (was Re: lib/open.t and locale tests)
7577              From: "chromatic" <chromatic@rmci.net>
7578              Date: Mon, 01 Oct 2001 10:21:51 -0600
7579              Message-ID: <20011001162731.40639.qmail@onion.perl.org>
7580      Branch: perl
7581            ! lib/open.t
7582 ____________________________________________________________________________
7583 [ 12295] By: jhi                                   on 2001/10/01  14:55:37
7584         Log: Make missing the RADIXCHAR a softer, gentler error.
7585      Branch: perl
7586            ! ext/I18N/Langinfo/Langinfo.t
7587 ____________________________________________________________________________
7588 [ 12294] By: jhi                                   on 2001/10/01  14:51:42
7589         Log: Nuke also the LANG because of glibc.
7590      Branch: perl
7591            ! lib/open.t
7592 ____________________________________________________________________________
7593 [ 12293] By: jhi                                   on 2001/10/01  14:51:20
7594         Log: Also the ^Is is optional.
7595      Branch: perl
7596            ! pod/perlunicode.pod t/op/pat.t
7597 ____________________________________________________________________________
7598 [ 12292] By: jhi                                   on 2001/10/01  14:08:26
7599         Log: Be careful to pull chars from the varargs stack when
7600              formatting chars.
7601      Branch: perl
7602            ! regcomp.c
7603 ____________________________________________________________________________
7604 [ 12291] By: jhi                                   on 2001/10/01  12:27:57
7605         Log: sortsv not in place anymore, noticed by John P. Linderman.
7606      Branch: perl
7607            ! pod/perlapi.pod pp_ctl.c
7608 ____________________________________________________________________________
7609 [ 12290] By: jhi                                   on 2001/10/01  12:25:03
7610         Log: Make the diagnostic messages more neutral.
7611      Branch: perl
7612            ! ext/B/t/terse.t
7613 ____________________________________________________________________________
7614 [ 12289] By: jhi                                   on 2001/10/01  03:59:34
7615         Log: Forgotten from #12288.
7616      Branch: perl
7617            ! ext/Data/Dumper/Dumper.pm
7618 ____________________________________________________________________________
7619 [ 12288] By: jhi                                   on 2001/10/01  03:58:37
7620         Log: Subject: [PATCH ext/Data/Dumper.pm Dumper.xs Dumper.t] Option to sort hashes
7621              From: Brian Ingerson <ingy@ttul.org>
7622              Date: Sun, 30 Sep 2001 21:45:56 -0700
7623              Message-ID: <20010930214556.D26392@ttul.org>
7624              
7625              (remember also the #12289)
7626      Branch: perl
7627            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
7628 ____________________________________________________________________________
7629 [ 12287] By: jhi                                   on 2001/10/01  03:33:15
7630         Log: More Unicode property tests for the abbreviated
7631              general properties.
7632      Branch: perl
7633            ! t/op/pat.t
7634 ____________________________________________________________________________
7635 [ 12286] By: jhi                                   on 2001/10/01  02:02:08
7636         Log: Further tweaks to the Unicode properties.
7637      Branch: perl
7638            ! lib/utf8_heavy.pl pod/perlunicode.pod regcomp.c t/op/pat.t
7639 ____________________________________________________________________________
7640 [ 12285] By: jhi                                   on 2001/10/01  01:46:35
7641         Log: Retract #12284.
7642      Branch: perl
7643            ! lib/Term/Cap.t
7644 ____________________________________________________________________________
7645 [ 12284] By: jhi                                   on 2001/10/01  01:24:12
7646         Log: (Retracted by #12285)
7647      Branch: perl
7648            ! lib/Term/Cap.t
7649 ____________________________________________________________________________
7650 [ 12283] By: jhi                                   on 2001/10/01  01:22:05
7651         Log: Subject: [PATCH MANIFEST lib/Term/Cap.t] Add tests for Term::Cap   
7652              From: "chromatic" <chromatic@rmci.net>  
7653              Date: Sun, 30 Sep 2001 16:10:02 -0600
7654              Message-ID: <20010930221540.67279.qmail@onion.perl.org>
7655      Branch: perl
7656            + lib/Term/Cap.t
7657            ! MANIFEST
7658 ____________________________________________________________________________
7659 [ 12282] By: jhi                                   on 2001/10/01  01:19:21
7660         Log: Use stty -g to restore the terminal state, do not even
7661              try to run the tests if stty -g is not available.
7662      Branch: perl
7663            ! lib/Term/Complete.t
7664 ____________________________________________________________________________
7665 [ 12281] By: jhi                                   on 2001/09/30  21:05:00
7666         Log: Cleanup utf8_heavy; allow dropping the In prefix from
7667              Unicode script/block properties.
7668      Branch: perl
7669            ! lib/utf8_heavy.pl
7670 ____________________________________________________________________________
7671 [ 12280] By: jhi                                   on 2001/09/30  13:42:18
7672         Log: Retract the #12259 for now.
7673      Branch: perl
7674            ! embed.h embed.pl sv.h
7675 ____________________________________________________________________________
7676 [ 12279] By: jhi                                   on 2001/09/30  13:37:59
7677         Log: Upgrade to Text-Tabs+Wrap-2001.0929 from David Muir Sharnoff.
7678      Branch: perl
7679            + lib/Text/TabsWrap/CHANGELOG
7680            ! MANIFEST lib/Text/TabsWrap/t/fill.t lib/Text/Wrap.pm
7681 ____________________________________________________________________________
7682 [ 12278] By: jhi                                   on 2001/09/30  05:05:18
7683         Log: #12272 wasn't right, it introduced an extra ().
7684      Branch: perl
7685            ! lib/utf8_heavy.pl
7686 ____________________________________________________________________________
7687 [ 12277] By: jhi                                   on 2001/09/30  00:31:07
7688         Log: Subject: [PATCH @12256 ext/DB_File.pm ext/GDBM_File.pm] Remove string eval from AUTOLOAD
7689              From: Jonathan Stowe <gellyfish@gellyfish.com>
7690              Date: Sat, 29 Sep 2001 15:52:43 +0100 (BST)
7691              Message-ID: <Pine.LNX.4.33.0109291535120.18586-100000@orpheus.gellyfish.com>
7692      Branch: perl
7693            ! ext/DB_File/DB_File.pm ext/GDBM_File/GDBM_File.pm
7694 ____________________________________________________________________________
7695 [ 12276] By: jhi                                   on 2001/09/30  00:15:38
7696         Log: Subject: Patch to put qsortsv in the public API
7697              From: Brian Ingerson <ingy@ttul.org>
7698              Date: Sat, 29 Sep 2001 17:41:13 -0700
7699              Message-ID: <20010929174113.A30223@ttul.org>
7700      Branch: perl
7701            ! embed.h embed.pl global.sym pod/perlapi.pod pp_ctl.c proto.h
7702 ____________________________________________________________________________
7703 [ 12275] By: jhi                                   on 2001/09/30  00:11:21
7704         Log: Subject: [PATCH perlvar, perlfunc, inccode.t] additional docs and tests
7705              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7706              Date: Sat, 29 Sep 2001 23:54:48 +0200
7707              Message-ID: <20010929235448.A5017@rafael>
7708      Branch: perl
7709            ! pod/perlfunc.pod pod/perlvar.pod t/op/inccode.t
7710 ____________________________________________________________________________
7711 [ 12274] By: jhi                                   on 2001/09/30  00:03:19
7712         Log: FAQ sync.
7713      Branch: perl
7714            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
7715            ! pod/perlfaq9.pod
7716 ____________________________________________________________________________
7717 [ 12273] By: bailey                                on 2001/09/29  23:43:46
7718         Log: Resync with mainline
7719      Branch: vmsperl
7720           +> (branch 1207 files)
7721            - (delete 324 files)
7722           !> (integrate 866 files)
7723 ____________________________________________________________________________
7724 [ 12272] By: jhi                                   on 2001/09/29  21:32:33
7725         Log: Nasty recursion trap if one would match Unicode.
7726      Branch: perl
7727            ! lib/utf8_heavy.pl
7728 ____________________________________________________________________________
7729 [ 12271] By: jhi                                   on 2001/09/29  21:18:44
7730         Log: More Unicode todo.
7731      Branch: perl
7732            ! pod/perltodo.pod
7733 ____________________________________________________________________________
7734 [ 12270] By: jhi                                   on 2001/09/29  20:15:32
7735         Log: Explain a bit the new more flexible \p\P syntax.
7736      Branch: perl
7737            ! pod/perlunicode.pod
7738 ____________________________________________________________________________
7739 [ 12269] By: jhi                                   on 2001/09/29  20:05:24
7740         Log: More leniency to the \p and \P: now can have whitespace
7741              between the property definition and the curlies; now can
7742              invert the property by having a caret between the open
7743              curly and the property.
7744      Branch: perl
7745            ! lib/utf8_heavy.pl pod/perldiag.pod regcomp.c t/op/pat.t
7746 ____________________________________________________________________________
7747 [ 12268] By: nick                                  on 2001/09/29  17:39:26
7748         Log: Integrate mainline. Builds lots of sv.h/embed.h redef warnings
7749              one test (lib/open.t) fails
7750      Branch: perlio
7751           +> ext/B/t/b.t ext/B/t/debug.t ext/B/t/deparse.t
7752           +> ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
7753           +> ext/threads/t/stress_cv.t ext/threads/t/stress_string.t
7754           +> lib/Tie/Scalar.t lib/open.t
7755            - ext/B/B.t ext/B/Debug.t ext/B/Deparse.t ext/B/Showlex.t
7756            - ext/B/Stash.t
7757           !> (integrate 62 files)
7758 ____________________________________________________________________________
7759 [ 12267] By: jhi                                   on 2001/09/29  13:54:04
7760         Log: Save and restore $ENV{'SYS$LOGIN'} only in VMS.
7761      Branch: perl
7762            ! t/op/chdir.t
7763 ____________________________________________________________________________
7764 [ 12266] By: jhi                                   on 2001/09/29  13:51:49
7765         Log: Subject: [PATCH perl@12258] chdir.t finally (I hope)
7766              From: "Craig A. Berry" <craigberry@mac.com> 
7767              Date: Sat, 29 Sep 2001 09:35:33 -0500
7768              Message-Id: <a05101000b7db8afde231@[172.16.52.1]>
7769      Branch: perl
7770            ! t/op/chdir.t
7771 ____________________________________________________________________________
7772 [ 12265] By: jhi                                   on 2001/09/29  13:49:43
7773         Log: Subject: [PATCH MANIFEST lib/Tie/Scalar.pm lib/Tie/Scalar.t] Add tests, clean up Tie::Scalar
7774              From: "chromatic" <chromatic@rmci.net>
7775              Date: Fri, 28 Sep 2001 21:20:12 -0600
7776              Message-ID: <20010929032543.58322.qmail@onion.perl.org>
7777      Branch: perl
7778            + lib/Tie/Scalar.t
7779            ! MANIFEST lib/Tie/Scalar.pm
7780 ____________________________________________________________________________
7781 [ 12264] By: jhi                                   on 2001/09/29  04:57:42
7782         Log: Allow for more flexibility in the \p{In...} names, now
7783              case doesn't matter, and any space or dash can be
7784              matched by any space, dash, underbar, or empty.
7785              (may be going too far on leniency)
7786      Branch: perl
7787            ! lib/unicore/Blocks.pl lib/unicore/In.pl lib/unicore/Scripts.pl
7788            ! lib/unicore/mktables.PL lib/utf8_heavy.pl pod/perlunicode.pod
7789            ! t/op/pat.t
7790 ____________________________________________________________________________
7791 [ 12263] By: jhi                                   on 2001/09/28  23:04:13
7792         Log: Subject: [PATCH MANIFEST lib/open.t] Add tests for open.pm
7793              From: "chromatic" <chromatic@rmci.net>
7794              Date: Fri, 28 Sep 2001 17:39:50 -0600
7795              Message-ID: <20010928234521.14178.qmail@onion.perl.org>
7796      Branch: perl
7797            + lib/open.t
7798            ! MANIFEST
7799 ____________________________________________________________________________
7800 [ 12262] By: jhi                                   on 2001/09/28  22:23:53
7801         Log: Subject: [PATCH perl@12258] glob test case tweak for VMS
7802              From: "Craig A. Berry" <craigberry@mac.com>
7803              Date: Fri, 28 Sep 2001 16:24:51 -0500
7804              Message-Id: <a05101000b7da98ceb83c@[172.16.52.1]>
7805      Branch: perl
7806            ! ext/File/Glob/t/basic.t
7807 ____________________________________________________________________________
7808 [ 12261] By: jhi                                   on 2001/09/28  22:23:05
7809         Log: Subject: [DOC PATCH] Carp.pm pod typo
7810              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7811              Date: Fri, 28 Sep 2001 23:14:51 +0200
7812              Message-ID: <20010928231451.E16889@rafael>
7813      Branch: perl
7814            ! lib/Carp.pm
7815 ____________________________________________________________________________
7816 [ 12260] By: jhi                                   on 2001/09/28  22:21:55
7817         Log: Subject: [PATCH] Allow an @INC hook to set %INC
7818              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7819              Date: Fri, 28 Sep 2001 22:18:13 +0200
7820              Message-ID: <20010928221813.A16889@rafael>
7821      Branch: perl
7822            ! pp_ctl.c
7823 ____________________________________________________________________________
7824 [ 12259] By: jhi                                   on 2001/09/28  22:20:26
7825         Log: Subject: Re: macro redefinitions on Win32 (was Re: Question about PERLIO)
7826              From: Nicholas Clark <nick@ccl4.org>
7827              Date: Fri, 28 Sep 2001 23:39:33 +0100
7828              Message-ID: <20010928233933.C23673@plum.flirble.org>
7829      Branch: perl
7830            ! embed.h embed.pl sv.h
7831 ____________________________________________________________________________
7832 [ 12258] By: jhi                                   on 2001/09/28  12:45:45
7833         Log: Update Changes.
7834      Branch: perl
7835            ! Changes patchlevel.h
7836 ____________________________________________________________________________
7837 [ 12256] By: jhi                                   on 2001/09/28  12:18:29
7838         Log: Move the B tests to B/t.
7839      Branch: perl
7840            + ext/B/t/b.t ext/B/t/debug.t ext/B/t/deparse.t
7841            + ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
7842            - ext/B/B.t ext/B/B/Terse.t ext/B/Debug.t ext/B/Deparse.t
7843            - ext/B/Showlex.t ext/B/Stash.t
7844            ! MANIFEST
7845 ____________________________________________________________________________
7846 [ 12255] By: jhi                                   on 2001/09/28  12:09:40
7847         Log: Forgot from #12254.
7848      Branch: perl
7849            + ext/B/B/Terse.t
7850 ____________________________________________________________________________
7851 [ 12254] By: jhi                                   on 2001/09/28  12:09:06
7852         Log: Subject: [PATCH MANIFEST ext/B/B/Terse.t] Add tests for B::Terse
7853              From: "chromatic" <chromatic@rmci.net>
7854              Date: Thu, 27 Sep 2001 23:22:17 -0600
7855              Message-ID: <20010928052747.56587.qmail@onion.perl.org>   
7856      Branch: perl
7857            ! MANIFEST
7858 ____________________________________________________________________________
7859 [ 12253] By: jhi                                   on 2001/09/28  02:31:49
7860         Log: Test numbering mismatch.
7861      Branch: perl
7862            ! t/op/chdir.t
7863 ____________________________________________________________________________
7864 [ 12252] By: jhi                                   on 2001/09/27  22:46:42
7865         Log: Subject: [PATCH perl@12239] slightly less broken chdir.t for VMS
7866              From: "Craig A. Berry" <craigberry@mac.com>
7867              Date: Wed, 26 Sep 2001 17:43:14 -0500
7868              Message-Id: <5.1.0.14.0.20010926173048.01aac5b0@exchi01>
7869      Branch: perl
7870            ! iperlsys.h t/op/chdir.t
7871 ____________________________________________________________________________
7872 [ 12251] By: jhi                                   on 2001/09/27  22:44:35
7873         Log: Subject: [PATCH gv.c] make __ANON__ global
7874              From: Robin Barker <rmb1@cise.npl.co.uk>
7875              Date: Wed, 26 Sep 2001 17:56:28 +0100 (BST)
7876              Message-Id: <200109261656.RAA27762@tempest.npl.co.uk>
7877      Branch: perl
7878            ! gv.c t/op/anonsub.t t/op/runlevel.t
7879 ____________________________________________________________________________
7880 [ 12250] By: jhi                                   on 2001/09/27  22:33:11
7881         Log: Subject: Re: [BUG] B::Terse can't handle constant scalar refs
7882              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7883              Date: Thu, 27 Sep 2001 22:34:32 +0200
7884              Message-ID: <20010927223432.A1485@rafael>
7885      Branch: perl
7886            ! ext/B/B/Terse.pm
7887 ____________________________________________________________________________
7888 [ 12249] By: jhi                                   on 2001/09/27  22:29:32
7889         Log: (retracted by #12338)
7890              
7891              Subject: [PATCH] Cleanup of perldsc.pod      
7892              From: Casey West <casey@geeknest.com>
7893              Date: Thu, 27 Sep 2001 11:13:17 -0400
7894              Message-ID: <20010927111317.A1942@stupid.geeknest.com>
7895      Branch: perl
7896            ! pod/perldsc.pod
7897 ____________________________________________________________________________
7898 [ 12248] By: jhi                                   on 2001/09/27  22:23:24
7899         Log: Not everyone is using ithreads...
7900      Branch: perl
7901            ! ext/Devel/Peek/Peek.t
7902 ____________________________________________________________________________
7903 [ 12247] By: jhi                                   on 2001/09/27  13:39:39
7904         Log: Document the nss_delete core dump workaround for HP-UX
7905              and Solaris, bug IDs 20010805.018 and 20010629.004.
7906      Branch: perl
7907            ! README.hpux README.solaris
7908 ____________________________________________________________________________
7909 [ 12246] By: jhi                                   on 2001/09/27  12:05:36
7910         Log: Dump Unicode hash keys also as Unicode,
7911              not just as a byte string.
7912      Branch: perl
7913            ! dump.c ext/Devel/Peek/Peek.t
7914 ____________________________________________________________________________
7915 [ 12245] By: jhi                                   on 2001/09/27  11:15:51
7916         Log: Integrate changes #12241 and #12242 from macperl:
7917              
7918              Remove unneeded disabling of umask() calls
7919              
7920              Note (get|set)sockopt are available.
7921      Branch: perl
7922           !> lib/File/Temp.pm pod/perlport.pod
7923 ____________________________________________________________________________
7924 [ 12244] By: sky                                   on 2001/09/27  08:53:00
7925         Log: Flush buffers on thread closedown.
7926      Branch: perl
7927            ! ext/threads/threads.xs
7928 ____________________________________________________________________________
7929 [ 12243] By: jhi                                   on 2001/09/27  02:20:06
7930         Log: Dump SvUTF8(sv)s also as \x{...}.
7931              
7932              TODO: dump the SvUTF8() hash keys similarly. 
7933      Branch: perl
7934            ! dump.c embed.h embed.pl ext/Devel/Peek/Peek.t proto.h
7935 ____________________________________________________________________________
7936 [ 12242] By: pudge                                 on 2001/09/26  20:41:35
7937         Log: Note (get|set)sockopt are available.
7938      Branch: maint-5.6/macperl
7939            ! pod/perlport.pod
7940 ____________________________________________________________________________
7941 [ 12241] By: pudge                                 on 2001/09/26  20:28:49
7942         Log: Remove unneeded disabling of umask() calls
7943      Branch: maint-5.6/macperl
7944            ! lib/File/Temp.pm
7945 ____________________________________________________________________________
7946 [ 12240] By: sky                                   on 2001/09/26  18:44:56
7947         Log: Documention update
7948      Branch: perl
7949            ! ext/threads/threads.pm
7950 ____________________________________________________________________________
7951 [ 12239] By: jhi                                   on 2001/09/26  13:49:05
7952         Log: Update Changes.
7953      Branch: perl
7954            ! Changes patchlevel.h
7955 ____________________________________________________________________________
7956 [ 12238] By: jhi                                   on 2001/09/26  13:40:53
7957         Log: Check that all environment variables are tainted.
7958      Branch: perl
7959            ! t/op/taint.t
7960 ____________________________________________________________________________
7961 [ 12237] By: jhi                                   on 2001/09/26  13:02:07
7962         Log: Manual integration error in #12235.
7963      Branch: perl
7964            ! lib/File/DosGlob.t
7965 ____________________________________________________________________________
7966 [ 12236] By: jhi                                   on 2001/09/26  12:57:11
7967         Log: Subject: Re: binmode(STDOUT, ":unix") busted when STDOUT is piped.
7968              From: "chromatic" <chromatic@rmci.net>
7969              Date: Tue, 25 Sep 2001 23:57:07 -0600
7970              Message-ID: <20010926060233.7554.qmail@onion.perl.org>
7971      Branch: perl
7972            ! perlio.c
7973 ____________________________________________________________________________
7974 [ 12235] By: jhi                                   on 2001/09/26  12:53:16
7975         Log: Integrate macperl changes from Chris Nandor:
7976              12192 11817 11815 11813 11778 11775
7977              
7978              Update CPAN.pm to work with new Mac::BuildTools instead
7979              of ExtUtils::MM_MacOS "orphan" functions
7980              
7981              Fix test
7982              
7983              Make syntax check report in MPW style, fix tests
7984              to use Mac::err=unix to get normal-style error
7985              messages.
7986              
7987              More module and test ports from Thomas Wegner et al
7988              
7989              Fix open of /dev/null for Mac OS
7990              
7991              Allow for platforms to override formatting of errors
7992              on output from Matthias Neeracher (core files)
7993      Branch: perl
7994            ! ext/B/Deparse.t lib/File/DosGlob.pm lib/File/DosGlob.t
7995            ! lib/File/Spec.t lib/File/Temp/t/security.t lib/strict.t
7996            ! lib/subs.t lib/warnings.t t/op/magic.t t/run/kill_perl.t
7997           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c lib/CPAN.pm
7998           !> lib/File/Spec/Mac.pm lib/File/Temp.pm perl.c perl.h pp_ctl.c
7999           !> t/base/term.t t/op/runlevel.t t/pod/testp2pt.pl util.c
8000 ____________________________________________________________________________
8001 [ 12234] By: jhi                                   on 2001/09/26  11:58:11
8002         Log: grrr.
8003      Branch: perl
8004            ! t/op/gv.t
8005 ____________________________________________________________________________
8006 [ 12233] By: jhi                                   on 2001/09/26  11:56:09
8007         Log: Retract #12232.
8008      Branch: perl
8009            ! t/op/gv.t
8010 ____________________________________________________________________________
8011 [ 12232] By: jhi                                   on 2001/09/26  11:53:37
8012         Log: (Retracted by #12233.)
8013      Branch: perl
8014            ! t/op/gv.t
8015 ____________________________________________________________________________
8016 [ 12231] By: jhi                                   on 2001/09/26  11:52:09
8017         Log: Detypo.
8018      Branch: perl
8019            ! ext/Encode/Makefile.PL
8020 ____________________________________________________________________________
8021 [ 12230] By: sky                                   on 2001/09/26  11:36:23
8022         Log: Increase the amount of time we spend in each thread, and add one that uses an anonymous sub.
8023              We are using a "delay" here because we do not want to depend on thread synchronization issues.
8024      Branch: perl
8025            + ext/threads/t/stress_cv.t
8026            ! MANIFEST ext/threads/t/stress_string.t
8027 ____________________________________________________________________________
8028 [ 12229] By: jhi                                   on 2001/09/26  11:27:54
8029         Log: NetWare tweak from Ananth Kesari.
8030      Branch: perl
8031            ! NetWare/t/Readme.txt
8032 ____________________________________________________________________________
8033 [ 12228] By: jhi                                   on 2001/09/26  11:26:26
8034         Log: Trick to fool case-blind filesystems.
8035      Branch: perl
8036            ! ext/Encode/Makefile.PL
8037 ____________________________________________________________________________
8038 [ 12227] By: sky                                   on 2001/09/26  11:06:50
8039         Log: Threads can start executing in a different order than they were
8040              created.... so we cannot ok() inside the threadstarter.
8041      Branch: perl
8042            ! ext/threads/t/stress_string.t
8043 ____________________________________________________________________________
8044 [ 12226] By: sky                                   on 2001/09/26  07:41:45
8045         Log: Add in stress_string.t to stress test threads a bit more.
8046      Branch: perl
8047            + ext/threads/t/stress_string.t
8048            ! MANIFEST
8049 ____________________________________________________________________________
8050 [ 12225] By: sky                                   on 2001/09/26  07:04:21
8051         Log: Fix negative refcount introduced by #12223.
8052      Branch: perl
8053            ! ext/threads/threads.xs
8054 ____________________________________________________________________________
8055 [ 12224] By: sky                                   on 2001/09/26  06:57:58
8056         Log: Update documentation to match change #12223
8057      Branch: perl
8058            ! sharedsv.c
8059 ____________________________________________________________________________
8060 [ 12223] By: sky                                   on 2001/09/26  06:54:32
8061         Log: Use a separate interpreter for the sharedsv space. Another
8062              negative sv leak. Sigh.
8063      Branch: perl
8064            ! sharedsv.c
8065 ____________________________________________________________________________
8066 [ 12222] By: sky                                   on 2001/09/26  05:58:35
8067         Log: Do the environ assignment in perl_contruct to match perl_destruct.
8068              Now we don't need to perl_parse/perl_run. However environ is a
8069              global....
8070      Branch: perl
8071            ! perl.c
8072 ____________________________________________________________________________
8073 [ 12221] By: sky                                   on 2001/09/26  05:41:02
8074         Log: Move the creation of PL_strtab to perl_construct so we can work
8075              with HV and HEs without running perl_parse.
8076      Branch: perl
8077            ! perl.c
8078 ____________________________________________________________________________
8079 [ 12220] By: gsar                                  on 2001/09/26  02:18:26
8080         Log: integrate macperl changes into maint-5.6
8081      Branch: maint-5.6/perl
8082           !> (integrate 26 files)
8083 ____________________________________________________________________________
8084 [ 12219] By: pudge                                 on 2001/09/26  00:19:35
8085         Log: Fix just a few of the bugs in Mac::InternetConfig (Bug #462999, Axel Rose);
8086              fix doc in Mac::Fonts (Patch #447221, Andreas Marcel Riechert).
8087      Branch: maint-5.6/macperl
8088            ! macos/ext/Mac/Fonts/Fonts.xs
8089            ! macos/ext/Mac/InternetConfig/InternetConfig.pm
8090 ____________________________________________________________________________
8091 [ 12218] By: ams                                   on 2001/09/25  23:31:33
8092         Log: Subject: Re: [PATCH] AutoSplit.t (was Re: Untested libraries update)
8093              From: Nicholas Clark <nick@ccl4.org>
8094              Date: Wed, 26 Sep 2001 01:20:20 +0100
8095              Message-Id: <20010926012020.B48092@plum.flirble.org>
8096      Branch: perl
8097            ! lib/AutoSplit.t
8098 ____________________________________________________________________________
8099 [ 12217] By: ams                                   on 2001/09/25  22:33:05
8100         Log: Subject: [PATCH perl@12180] angle bracket filespec problem on VMS
8101              From: "Craig A. Berry" <craigberry@mac.com>
8102              Date: Tue, 25 Sep 2001 18:08:42 -0500
8103              Message-Id: <5.1.0.14.0.20010925154848.036887d8@exchi01>
8104      Branch: perl
8105            ! vms/vms.c
8106 ____________________________________________________________________________
8107 [ 12216] By: ams                                   on 2001/09/25  21:41:01
8108         Log: Subject: [PATCH lib/AutoSplit.t]  Fixing mysterious TEST failure. (was
8109              Re: binmode(STDOUT, ":unix") busted when STDOUT is piped.)
8110              From: Michael G Schwern <schwern@pobox.com>
8111              Date: Wed, 26 Sep 2001 00:38:21 -0400
8112              Message-Id: <20010926003821.A627@blackrider>
8113      Branch: perl
8114            ! lib/AutoSplit.t
8115 ____________________________________________________________________________
8116 [ 12215] By: jhi                                   on 2001/09/25  21:40:04
8117         Log: Subject: [PATCH lib/Test/Simple.pm lib/Test/Utils.pm] fix test.deparse
8118              From: Michael G Schwern <schwern@pobox.com>
8119              Date: Tue, 25 Sep 2001 17:43:49 -0400
8120              Message-ID: <20010925174349.B19534@blackrider>
8121      Branch: perl
8122            ! lib/Test/Simple.pm lib/Test/Utils.pm
8123 ____________________________________________________________________________
8124 [ 12214] By: pudge                                 on 2001/09/25  21:11:21
8125         Log: Integrate changes from bleadperl.
8126      Branch: maint-5.6/macperl
8127           !> pod/perlport.pod
8128 ____________________________________________________________________________
8129 [ 12213] By: jhi                                   on 2001/09/25  20:37:14
8130         Log: skip($mess) should result in one skip.
8131      Branch: perl
8132            ! t/test.pl
8133 ____________________________________________________________________________
8134 [ 12212] By: pudge                                 on 2001/09/25  20:21:06
8135         Log: Integrate change #12200 from maintperl.
8136      Branch: maint-5.6/macperl
8137           !> win32/perlhost.h
8138 ____________________________________________________________________________
8139 [ 12211] By: pudge                                 on 2001/09/25  20:11:56
8140         Log: Fix file types to "apple"
8141      Branch: maint-5.6/macperl
8142            ! macos/ext/Mac/Menus/t/MenuBar.rsrc
8143            ! macos/ext/Mac/SAT/t/Collision.rsrc
8144 ____________________________________________________________________________
8145 [ 12210] By: pudge                                 on 2001/09/25  19:28:20
8146         Log: Fix rsrc file as snd file; fix path in t file.
8147      Branch: maint-5.6/macperl
8148            ! macos/ext/Mac/Notification/t/Notification.rsrc
8149            ! macos/ext/Mac/Notification/t/Notification.t
8150 ____________________________________________________________________________
8151 [ 12209] By: pudge                                 on 2001/09/25  19:15:57
8152         Log: Sync up with File::Find from bleadperl.
8153      Branch: maint-5.6/macperl
8154            ! lib/File/Find.pm t/lib/filefind-taint.t
8155 ____________________________________________________________________________
8156 [ 12208] By: pudge                                 on 2001/09/25  19:06:48
8157         Log: Ignore SIGPIPE being set to IGNORE.  Temporary fix until we upgrade
8158              to new version of libnet.  (Axel Rose, Paul Schinder, and a cast
8159              of hundreds)
8160      Branch: maint-5.6/macperl
8161            ! macos/bundled_lib/blib/lib/Net/Cmd.pm
8162            ! macos/bundled_lib/blib/lib/Net/FTP/A.pm
8163            ! macos/bundled_lib/blib/lib/Net/FTP/I.pm
8164 ____________________________________________________________________________
8165 [ 12207] By: nick                                  on 2001/09/25  19:04:36
8166         Log: Integrate mainline (untested while modem is up)
8167      Branch: perlio
8168           +> lib/AutoSplit.t t/test.pl
8169            - lib/warnings/register.t
8170           !> (integrate 28 files)
8171 ____________________________________________________________________________
8172 [ 12206] By: jhi                                   on 2001/09/25  17:21:00
8173         Log: perldiag entry for #12205.
8174      Branch: perl
8175            ! pod/perldiag.pod
8176 ____________________________________________________________________________
8177 [ 12205] By: jhi                                   on 2001/09/25  17:20:38
8178         Log: Subject: [PATCH] warning on v-string in use/require
8179              From: John Peacock <jpeacock@rowman.com>
8180              Date: Mon, 24 Sep 2001 17:29:03 -0400
8181              Message-ID: <3BAFA59F.9C0E0339@rowman.com>
8182      Branch: perl
8183            ! ext/IO/lib/IO/Socket.pm pp_ctl.c t/lib/warnings/pp_ctl
8184 ____________________________________________________________________________
8185 [ 12204] By: jhi                                   on 2001/09/25  17:11:02
8186         Log: perltooc et al updates.
8187      Branch: perl
8188            ! plan9/mkfile pod/roffitall
8189 ____________________________________________________________________________
8190 [ 12203] By: jhi                                   on 2001/09/25  17:05:19
8191         Log: Subject: [PATCH pp_sys.c t/op/chdir.t ...] Deprecating chdir(undef)/chdir('')
8192              From: Michael G Schwern <schwern@pobox.com>
8193              Date: Sun, 23 Sep 2001 00:07:12 -0400
8194              Message-ID: <20010923000712.A7005@blackrider>
8195      Branch: perl
8196            ! pod/perl572delta.pod pod/perldiag.pod pp_sys.c t/op/chdir.t
8197 ____________________________________________________________________________
8198 [ 12202] By: jhi                                   on 2001/09/25  16:55:29
8199         Log: Subject: [PATCH perl@12185] Some Encode/*.enc files needs to be corrected
8200              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
8201              Date: Wed, 26 Sep 2001 01:25:10 +0900
8202              Message-Id: <20010926012410.5B86.BQW10602@nifty.com>
8203      Branch: perl
8204            ! ext/Encode/Encode/cp932.enc ext/Encode/Encode/cp936.enc
8205            ! ext/Encode/Encode/cp949.enc ext/Encode/Encode/cp950.enc
8206            ! ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/shiftjis.enc
8207 ____________________________________________________________________________
8208 [ 12201] By: jhi                                   on 2001/09/25  16:52:03
8209         Log: Integrate change #12200 from maintperl;
8210              on windows, virtualized environment could propagate deleted variables
8211              into children if they happen to be at the very end of the table
8212      Branch: perl
8213           !> win32/perlhost.h
8214 ____________________________________________________________________________
8215 [ 12200] By: gsar                                  on 2001/09/25  16:36:01
8216         Log: on windows, virtualized environment could propagate deleted variables
8217              into children if they happen to be at the very end of the table
8218              (thanks for succinct test case from Johan Holmberg, and fix from
8219              Doug Lankshear)
8220      Branch: maint-5.6/perl
8221            ! win32/perlhost.h
8222 ____________________________________________________________________________
8223 [ 12199] By: gsar                                  on 2001/09/25  15:19:13
8224         Log: avoid the use of ftime() (it does a useless, potentially
8225              expensive call to GetTimeZoneInformation()); this potentially
8226              also results in three more digits of precision from
8227              Time::HiRes::time()
8228      Branch: perl
8229            ! ext/Time/HiRes/HiRes.xs
8230 ____________________________________________________________________________
8231 [ 12198] By: jhi                                   on 2001/09/25  14:27:01
8232         Log: Replace the use Test::More in t/{op,io,run} with t/test.pl.
8233              
8234              Note: io/binmode is failing, have to figure out why.
8235      Branch: perl
8236            + t/test.pl
8237            ! MANIFEST t/io/binmode.t t/op/chdir.t t/op/crypt.t
8238            ! t/op/inccode.t t/op/rand.t t/op/srand.t t/op/ver.t
8239            ! t/run/exit.t
8240 ____________________________________________________________________________
8241 [ 12197] By: ams                                   on 2001/09/25  13:48:55
8242         Log: Subject: [PATCH] AutoSplit.t (was Re: Untested libraries update)
8243              From: Nicholas Clark <nick@ccl4.org>
8244              Date: Tue, 25 Sep 2001 00:37:40 +0100
8245              Message-Id: <20010925003740.S4971@plum.flirble.org>
8246              (Further changes expected.)
8247      Branch: perl
8248            + lib/AutoSplit.t
8249            ! MANIFEST
8250 ____________________________________________________________________________
8251 [ 12196] By: sky                                   on 2001/09/25  13:37:12
8252         Log: Second attempt at fixing Time::HiRes::time on win32. Apperently if ENV{TZ} is wrong we fail. New attempt uses 
8253              _ftime to try and be more robust.
8254      Branch: perl
8255            ! ext/Time/HiRes/HiRes.xs
8256 ____________________________________________________________________________
8257 [ 12194] By: ams                                   on 2001/09/25  11:40:00
8258         Log: Subject: [PATCH perl@12180] perltootc -> perltooc in vms/descrip_mms.template
8259              From: "Craig A. Berry" <craigberry@mac.com>
8260              Date: Mon, 24 Sep 2001 17:54:20 -0500
8261              Message-Id: <5.1.0.14.0.20010924171225.01bb0428@exchi01>
8262      Branch: perl
8263            ! vms/descrip_mms.template
8264 ____________________________________________________________________________
8265 [ 12193] By: pudge                                 on 2001/09/25  02:53:42
8266         Log: Fixes for multiline error parsing (Bug #459263); cmd-.
8267              not working, cursor not spinning (Bug #422129); external
8268              editor problems (Bug #456329); escape/cmd-. not activating
8269              "Cancel" in Save dialog box (Bug #446960); Runtimes not
8270              executing on launch (Bug #464441).
8271      Branch: maint-5.6/macperl
8272            ! macos/macish.c macos/macish.h macos/macperl/MPEditor.c
8273            ! macos/macperl/MPGlobals.h macos/macperl/MPScript.c
8274            ! macos/macperl/MacPerl.r
8275 ____________________________________________________________________________
8276 [ 12192] By: pudge                                 on 2001/09/25  02:42:49
8277         Log: Update CPAN.pm to work with new Mac::BuildTools instead
8278              of ExtUtils::MM_MacOS "orphan" functions
8279      Branch: maint-5.6/macperl
8280            ! lib/CPAN.pm
8281 ____________________________________________________________________________
8282 [ 12191] By: pudge                                 on 2001/09/25  02:37:58
8283         Log: Fix up another xsubpp problem (Matthias Neeracher)
8284      Branch: maint-5.6/macperl
8285            ! macos/xsubpp
8286 ____________________________________________________________________________
8287 [ 12190] By: pudge                                 on 2001/09/25  02:37:38
8288         Log: Remove literal tabs from source in MM_MacOS.pm (Thomas Wegner)
8289      Branch: maint-5.6/macperl
8290            ! macos/lib/ExtUtils/MM_MacOS.pm
8291 ____________________________________________________________________________
8292 [ 12189] By: pudge                                 on 2001/09/25  02:37:08
8293         Log: Fix up Makefiles for more Mac:: modules (and prepare for
8294              static build ...?)
8295      Branch: maint-5.6/macperl
8296            ! macos/Makefile.mk macos/ext/Mac/Makefile.mk
8297            ! macos/macperl/Makefile.mk
8298 ____________________________________________________________________________
8299 [ 12188] By: pudge                                 on 2001/09/25  02:36:19
8300         Log: Fix up tests
8301      Branch: maint-5.6/macperl
8302            ! macos/MacPerlTests.cmd macos/MacPerlTests.plx
8303 ____________________________________________________________________________
8304 [ 12187] By: pudge                                 on 2001/09/25  02:11:13
8305         Log: Make malloc smarter, fix bugs.  (Bug #404030)
8306      Branch: maint-5.6/macperl
8307            ! macos/icemalloc.c macos/icemalloc.h
8308 ____________________________________________________________________________
8309 [ 12186] By: nick                                  on 2001/09/24  19:18:17
8310         Log: Integrate mainline
8311      Branch: perlio
8312           +> ext/I18N/Langinfo/fallback.c ext/I18N/Langinfo/fallback.xs
8313           +> lib/filetest.t
8314           !> (integrate 30 files)
8315 ____________________________________________________________________________
8316 [ 12185] By: jhi                                   on 2001/09/24  18:56:40
8317         Log: Retract #12136, the warnings::register is already
8318              tested by t/lib/warnings/9enabled, as pointed out
8319              by Paul Marquess.
8320      Branch: perl
8321            - lib/warnings/register.t
8322            ! MANIFEST lib/warnings/register.pm t/lib/1_compile.t
8323 ____________________________________________________________________________
8324 [ 12184] By: gsar                                  on 2001/09/24  18:39:58
8325         Log: fix Time::HiRes implementation of gettimeofday() on windows
8326              (HiRes.t#14 now passes)
8327      Branch: perl
8328            ! ext/Time/HiRes/HiRes.xs
8329 ____________________________________________________________________________
8330 [ 12183] By: gsar                                  on 2001/09/24  18:13:23
8331         Log: File::Spec::catfile() canonifies everything to blackslashes on
8332              windows :-(
8333      Branch: perl
8334            ! lib/ExtUtils/Manifest.t
8335 ____________________________________________________________________________
8336 [ 12182] By: gsar                                  on 2001/09/24  17:59:54
8337         Log: test number mismatch
8338      Branch: perl
8339            ! t/op/magic.t
8340 ____________________________________________________________________________
8341 [ 12181] By: jhi                                   on 2001/09/24  17:10:41
8342         Log: ok().
8343      Branch: perl
8344            ! t/op/pack.t
8345 ____________________________________________________________________________
8346 [ 12180] By: jhi                                   on 2001/09/24  16:09:37
8347         Log: unpack("Z*Z*", pack("Z*Z*", ..)) bug, patch and test from
8348              Wolfgang Laun <Wolfgang.Laun@alcatel.at>
8349      Branch: perl
8350            ! pp_pack.c t/op/pack.t
8351 ____________________________________________________________________________
8352 [ 12179] By: jhi                                   on 2001/09/24  15:46:49
8353         Log: Update Changes.
8354      Branch: perl
8355            ! Changes patchlevel.h
8356 ____________________________________________________________________________
8357 [ 12178] By: jhi                                   on 2001/09/24  14:12:06
8358         Log: Subject: [REPATCH] Re: [PATCH lib/ExtUtils/Manifest.pm] Minor bug in comment logic in maniread() on VMS
8359              From: Michael G Schwern <schwern@pobox.com>
8360              Date: Mon, 24 Sep 2001 11:12:13 -0400
8361              Message-ID: <20010924111213.G27885@blackrider>
8362      Branch: perl
8363            ! lib/ExtUtils/Manifest.pm
8364 ____________________________________________________________________________
8365 [ 12177] By: jhi                                   on 2001/09/24  14:02:32
8366         Log: Subject: [PATCH vms/test.com] Fixing inline TODO recognition
8367              From: Michael G Schwern <schwern@pobox.com> 
8368              Date: Mon, 24 Sep 2001 11:02:07 -0400
8369              Message-ID: <20010924110207.E27885@blackrider>
8370      Branch: perl
8371            ! vms/test.com
8372 ____________________________________________________________________________
8373 [ 12176] By: ams                                   on 2001/09/24  14:01:59
8374         Log: Update Changes.
8375      Branch: perl
8376            ! Changes
8377 ____________________________________________________________________________
8378 [ 12175] By: jhi                                   on 2001/09/24  13:20:28
8379         Log: Various cleanups.
8380      Branch: perl
8381            ! ext/threads/Makefile.PL ext/threads/threads.xs
8382 ____________________________________________________________________________
8383 [ 12173] By: pudge                                 on 2001/09/24  12:56:13
8384         Log: Integrate maint-5.6/perl changes 12024, 12026, 12145, 12146.
8385      Branch: maint-5.6/macperl
8386           !> (integrate 33 files)
8387 ____________________________________________________________________________
8388 [ 12171] By: jhi                                   on 2001/09/24  12:26:58
8389         Log: Subject: [PATCH gb2312.enc] (Re: [PATCH perl@12088] 2022-cn.enc of Encode.pm)
8390              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
8391              Date: Mon, 24 Sep 2001 20:04:58 +0900
8392              Message-Id: <20010924200207.A030.BQW10602@nifty.com>         
8393      Branch: perl
8394            ! ext/Encode/Encode/gb2312.enc
8395 ____________________________________________________________________________
8396 [ 12170] By: jhi                                   on 2001/09/24  12:08:30
8397         Log: Clarifying comment to #12164.
8398      Branch: perl
8399            ! lib/Cwd.pm
8400 ____________________________________________________________________________
8401 [ 12169] By: jhi                                   on 2001/09/24  11:59:33
8402         Log: Subject: [PATCH] Re: What sort of Makefile.PL should h2xs write?
8403              From: Nicholas Clark <nick@ccl4.org>
8404              Date: Sun, 23 Sep 2001 23:00:56 +0100
8405              Message-ID: <20010923230055.Y4971@plum.flirble.org>
8406              
8407              (with "sample_constants" changed to "fallback")
8408      Branch: perl
8409            + ext/I18N/Langinfo/fallback.c ext/I18N/Langinfo/fallback.xs
8410            ! MANIFEST ext/I18N/Langinfo/Langinfo.xs
8411            ! ext/I18N/Langinfo/Makefile.PL lib/ExtUtils/Constant.pm
8412            ! lib/h2xs.t utils/h2xs.PL
8413 ____________________________________________________________________________
8414 [ 12168] By: jhi                                   on 2001/09/24  11:25:56
8415         Log: Metaconfig unit change for #12167.
8416      Branch: metaconfig
8417            ! U/modified/Cppsym.U
8418 ____________________________________________________________________________
8419 [ 12167] By: jhi                                   on 2001/09/24  11:25:22
8420         Log: Add a few glibc cpp symbols to probe for.
8421      Branch: perl
8422            ! Configure
8423 ____________________________________________________________________________
8424 [ 12166] By: jhi                                   on 2001/09/24  11:14:43
8425         Log: DJGPP tweaks for Laszlo Molnar.
8426      Branch: perl
8427            ! djgpp/djgppsed.sh dosish.h
8428 ____________________________________________________________________________
8429 [ 12165] By: ams                                   on 2001/09/24  10:07:08
8430         Log: Subject: [PATCH t/op/inccode.t] More tests
8431              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
8432              Date: 24 Sep 2001 10:01:44 -0000
8433              Message-Id: <slrn9qu158.l2t.rgarciasuarez@rafael.kazibao.net>
8434      Branch: perl
8435            ! t/op/inccode.t
8436 ____________________________________________________________________________
8437 [ 12164] By: ams                                   on 2001/09/24  09:43:29
8438         Log: Subject: [PATCH Cwd.pm] local $/ = "\n";
8439              From: Jeff 'japhy/Marillion' Pinyan <jeffp@crusoe.net>
8440              Date: Mon, 24 Sep 2001 00:22:32 -0400 (EDT)
8441              Message-Id: <Pine.GSO.4.21.0109240021410.9178-100000@crusoe.crusoe.net>
8442      Branch: perl
8443            ! lib/Cwd.pm
8444 ____________________________________________________________________________
8445 [ 12163] By: jhi                                   on 2001/09/23  22:50:35
8446         Log: 1_compile updates.
8447      Branch: perl
8448            ! t/lib/1_compile.t
8449 ____________________________________________________________________________
8450 [ 12162] By: jhi                                   on 2001/09/23  21:11:22
8451         Log: Subject: [PATCH] proposal : put the @INC-hooks directly in %INC
8452              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8453              Date: Wed, 19 Sep 2001 22:47:14 +0200
8454              Message-ID: <20010919224714.A6382@rafael>
8455      Branch: perl
8456            ! pod/perlvar.pod pp_ctl.c
8457 ____________________________________________________________________________
8458 [ 12161] By: ams                                   on 2001/09/23  17:40:02
8459         Log: Subject: [PATCH MANIFEST lib/filetest t/lib/1_compile.t] Add Tests for
8460              filetest Pragma
8461              From: "chromatic" <chromatic@rmci.net>
8462              Date: Sun, 23 Sep 2001 12:07:25 -0600
8463              Message-Id: <20010923181223.32427.qmail@onion.perl.org>
8464      Branch: perl
8465            + lib/filetest.t
8466            ! MANIFEST t/lib/1_compile.t
8467 ____________________________________________________________________________
8468 [ 12160] By: ams                                   on 2001/09/23  16:32:11
8469         Log: Additional minor chdir() tweak.
8470      Branch: perl
8471            ! pod/perlfunc.pod
8472 ____________________________________________________________________________
8473 [ 12159] By: ams                                   on 2001/09/23  16:25:01
8474         Log: Subject: PATCH lib/ExtUtils/Command.t
8475              From: Abe Timmerman <abe@ztreet.demon.nl>
8476              Date: Sun, 23 Sep 2001 19:11:44 +0200
8477              Message-Id: <b94sqtk7sidi2501apjssfubdc2ulmap38@4ax.com>
8478      Branch: perl
8479            ! lib/ExtUtils/Command.t
8480 ____________________________________________________________________________
8481 [ 12158] By: jhi                                   on 2001/09/23  12:52:36
8482         Log: Subject: [PATCH] Win32 compilation without USE_ITHREADS
8483              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
8484              Date: Sun, 23 Sep 2001 02:02:26 +0200
8485              Message-ID: <3BAD42B2.2951.39B2E2A@localhost>
8486      Branch: perl
8487            ! makedef.pl
8488 ____________________________________________________________________________
8489 [ 12157] By: jhi                                   on 2001/09/23  12:46:05
8490         Log: Subject: [PATCH t/op/study.t] Cleanup & OS/390 "fix"
8491              From: Michael G Schwern <schwern@pobox.com> (by way of Craig A. Berry)         
8492              Date: Sat, 22 Sep 2001 12:54:39 -0500
8493              Message-Id: <a05101003b7d27f77cfa1@[172.16.52.1]>
8494      Branch: perl
8495            ! t/op/study.t
8496 ____________________________________________________________________________
8497 [ 12156] By: nick                                  on 2001/09/23  07:48:44
8498         Log: Integrate mainline
8499      Branch: perlio
8500            - check83.pl
8501           !> ext/Encode/Encode/2022-cn.enc
8502 ____________________________________________________________________________
8503 [ 12155] By: nick                                  on 2001/09/23  07:48:01
8504         Log: Integrate mainline
8505      Branch: perlio
8506           +> (branch 64 files)
8507            - ext/Encode/Encode/cns11643-1.enc
8508            - ext/Encode/Encode/cns11643-2.enc
8509            - ext/Encode/Encode/iso2022-cn.enc
8510            - ext/Encode/Encode/iso2022-jp.enc
8511            - ext/Encode/Encode/iso2022-jp1.enc
8512            - ext/Encode/Encode/iso2022-jp2.enc
8513            - ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
8514            - ext/Encode/Encode/iso8859-1.enc
8515            - ext/Encode/Encode/iso8859-1.ucm
8516            - ext/Encode/Encode/iso8859-10.enc
8517            - ext/Encode/Encode/iso8859-10.ucm
8518            - ext/Encode/Encode/iso8859-13.enc
8519            - ext/Encode/Encode/iso8859-13.ucm
8520            - ext/Encode/Encode/iso8859-14.enc
8521            - ext/Encode/Encode/iso8859-14.ucm
8522            - ext/Encode/Encode/iso8859-15.enc
8523            - ext/Encode/Encode/iso8859-15.ucm
8524            - ext/Encode/Encode/iso8859-16.enc
8525            - ext/Encode/Encode/iso8859-16.ucm
8526            - ext/Encode/Encode/iso8859-2.enc
8527            - ext/Encode/Encode/iso8859-2.ucm
8528            - ext/Encode/Encode/iso8859-3.enc
8529            - ext/Encode/Encode/iso8859-3.ucm
8530            - ext/Encode/Encode/iso8859-4.enc
8531            - ext/Encode/Encode/iso8859-4.ucm
8532            - ext/Encode/Encode/iso8859-5.enc
8533            - ext/Encode/Encode/iso8859-5.ucm
8534            - ext/Encode/Encode/iso8859-6.enc
8535            - ext/Encode/Encode/iso8859-6.ucm
8536            - ext/Encode/Encode/iso8859-7.enc
8537            - ext/Encode/Encode/iso8859-7.ucm
8538            - ext/Encode/Encode/iso8859-8.enc
8539            - ext/Encode/Encode/iso8859-8.ucm
8540            - ext/Encode/Encode/iso8859-9.enc
8541            - ext/Encode/Encode/iso8859-9.ucm
8542            - ext/Encode/Encode/isoir-197.enc
8543            - ext/Encode/Encode/macRomania.enc pod/perltootc.pod
8544            - t/lib/sample-tests/header_at_end
8545            - t/lib/sample-tests/header_at_end_fail
8546           !> (integrate 174 files)
8547 ____________________________________________________________________________
8548 [ 12154] By: ams                                   on 2001/09/23  07:11:46
8549         Log: Mention $ENV{SYS$LOGIN} in chdir() documentation, as suggested
8550              by Blair Zajac.
8551      Branch: perl
8552            ! pod/perlfunc.pod
8553 ____________________________________________________________________________
8554 [ 12153] By: ams                                   on 2001/09/23  06:56:32
8555         Log: Subject: [PATCH pp.c t/op/gv.t pod/perlref.pod pod/perldiag.pod] Re:
8556              Forgotten deprecation of *glob{FILEHANDLE}?
8557              From: "chromatic" <chromatic@rmci.net>
8558              Date: Sat, 22 Sep 2001 21:27:56 -0600
8559              Message-Id: <20010923033252.33085.qmail@onion.perl.org>
8560      Branch: perl
8561            ! pod/perldiag.pod pod/perlref.pod pp.c t/op/gv.t
8562 ____________________________________________________________________________
8563 [ 12152] By: ams                                   on 2001/09/23  06:42:58
8564         Log: Subject: [PATCH lib/File/Find.pm] Fixing lib/File/Find/t/taint.t on VMS
8565              From: Michael G Schwern <schwern@pobox.com>
8566              Date: Sun, 23 Sep 2001 03:34:39 -0400
8567              Message-Id: <20010923033439.E7005@blackrider>
8568      Branch: perl
8569            ! lib/File/Find.pm
8570 ____________________________________________________________________________
8571 [ 12151] By: ams                                   on 2001/09/23  06:37:57
8572         Log: Subject: Re: t/op/magic.t missing tests on Win32
8573              From: Michael G Schwern <schwern@pobox.com>
8574              Date: Sat, 22 Sep 2001 20:29:09 -0400
8575              Message-Id: <20010922202909.I18223@blackrider>
8576      Branch: perl
8577            ! t/op/magic.t
8578 ____________________________________________________________________________
8579 [ 12150] By: ams                                   on 2001/09/23  06:36:26
8580         Log: Subject: [PATCH MANIFEST lib/Dumpvalue.t lib/Dumpvalue.pm] Add tests for
8581              Dumpvalue.pm
8582              From: "chromatic" <chromatic@rmci.net>
8583              Date: Sat, 22 Sep 2001 19:41:31 -0600
8584              Message-Id: <20010923014628.7739.qmail@onion.perl.org>
8585      Branch: perl
8586            + lib/Dumpvalue.t
8587            ! MANIFEST lib/Dumpvalue.pm
8588 ____________________________________________________________________________
8589 [ 12149] By: ams                                   on 2001/09/23  06:25:35
8590         Log: Subject: [PATCH perl@12088] 2022-cn.enc of Encode.pm
8591              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
8592              Date: Sun, 23 Sep 2001 15:27:56 +0900
8593              Message-Id: <20010923152641.5E26.BQW10602@nifty.com>
8594      Branch: perl
8595            ! ext/Encode/Encode/2022-cn.enc
8596 ____________________________________________________________________________
8597 [ 12148] By: jhi                                   on 2001/09/22  23:33:42
8598         Log: Manual eror in #12147.
8599      Branch: perl
8600            ! win32/win32.c
8601 ____________________________________________________________________________
8602 [ 12147] By: jhi                                   on 2001/09/22  23:25:02
8603         Log: Integrate change #12146 from maintperl;
8604              win32_chdir() et al don't handle a NULL argument gracefully
8605      Branch: perl
8606           !> win32/perlhost.h win32/win32.c
8607 ____________________________________________________________________________
8608 [ 12146] By: gsar                                  on 2001/09/22  23:18:47
8609         Log: win32_chdir() et al don't handle a NULL argument gracefully
8610      Branch: maint-5.6/perl
8611            ! win32/perlhost.h win32/win32.c
8612 ____________________________________________________________________________
8613 [ 12145] By: gsar                                  on 2001/09/22  23:17:42
8614         Log: typo in change#12026
8615      Branch: maint-5.6/perl
8616            ! op.c
8617 ____________________________________________________________________________
8618 [ 12144] By: jhi                                   on 2001/09/22  21:22:28
8619         Log: Subject: [PATCH] Re: scalar context unpack bugs
8620              From: Nicholas Clark <nick@ccl4.org>
8621              Date: Sat, 22 Sep 2001 23:07:56 +0100
8622              Message-ID: <20010922230755.O4971@plum.flirble.org>
8623      Branch: perl
8624            ! pp_pack.c t/op/pack.t
8625 ____________________________________________________________________________
8626 [ 12143] By: jhi                                   on 2001/09/22  21:18:43
8627         Log: Try ExtUtils::Command.t everywhere, not just on Win32
8628              (as suggested by NI-S).  Also allow running it either
8629              in t/ or in the main directory.
8630      Branch: perl
8631            ! lib/ExtUtils/Command.t
8632 ____________________________________________________________________________
8633 [ 12142] By: jhi                                   on 2001/09/22  21:04:39
8634         Log: Update the test on warnings/register.t.
8635      Branch: perl
8636            ! t/lib/1_compile.t
8637 ____________________________________________________________________________
8638 [ 12141] By: jhi                                   on 2001/09/22  20:40:06
8639         Log: The code is now almost tidy enough to keep the IRIX cc happy.
8640      Branch: perl
8641            ! hints/irix_6.sh
8642 ____________________________________________________________________________
8643 [ 12140] By: ams                                   on 2001/09/22  17:26:32
8644         Log: Subject: [PATCH perl@12088] configure.com: don't build 'threads" w/out
8645              use_ithreads
8646              From: "Craig A. Berry" <craigberry@mac.com>
8647              Date: Sat, 22 Sep 2001 13:15:32 -0500
8648              Message-Id: <a05101005b7d284f5192c@[172.16.52.1]>
8649      Branch: perl
8650            ! configure.com
8651 ____________________________________________________________________________
8652 [ 12139] By: ams                                   on 2001/09/22  16:44:08
8653         Log: Do what perl_clone() does for sharedsv functions.
8654      Branch: perl
8655            ! embed.pl proto.h
8656 ____________________________________________________________________________
8657 [ 12138] By: jhi                                   on 2001/09/22  16:42:04
8658         Log: Retract #12134; reintroduce #11949: PADOFFSETs are now UVs
8659              (suggested by Sarathy, extensions shouldn't be dabbling with
8660              op structures, so binary backward compatibility should not be
8661              an issue.)
8662      Branch: perl
8663            ! hints/irix_6.sh op.h
8664 ____________________________________________________________________________
8665 [ 12137] By: ams                                   on 2001/09/22  16:21:05
8666         Log: More cleanups. (What's PERL_DECL_PROT?)
8667      Branch: perl
8668            ! embed.pl proto.h sharedsv.h
8669 ____________________________________________________________________________
8670 [ 12136] By: ams                                   on 2001/09/22  15:14:34
8671         Log: (Retracted by #12185)
8672              
8673              Subject: [PATCH MANIFEST lib/warnings/register.t lib/warnings/register.pm]
8674              Add Tests for warnings::register, Doc Update
8675              From: "chromatic" <chromatic@rmci.net>
8676              Date: Sat, 22 Sep 2001 09:43:20 -0600
8677              Message-Id: <20010922154815.32004.qmail@onion.perl.org>
8678      Branch: perl
8679            + lib/warnings/register.t
8680            ! MANIFEST lib/warnings/register.pm
8681 ____________________________________________________________________________
8682 [ 12135] By: ams                                   on 2001/09/22  15:07:50
8683         Log: `@foo' should be @foo for consistency.
8684      Branch: perl
8685            ! pod/perldiag.pod
8686 ____________________________________________________________________________
8687 [ 12134] By: jhi                                   on 2001/09/22  14:20:47
8688         Log: (Retracted by #12138)
8689              
8690              Add -woff (turn warning off) 3187:
8691              "A pointer is converted to a smaller integer."
8692              This happens when your pointers are 64-bit: then every case
8693              of converting pointers to PADOFFSETs (explicitly 32-bit)
8694              faces truncation (even explicit use of INT2PTR doesn't help).
8695              CxITERVAR(), POPLOOP(), and PUSHLOOP() are afflicted.
8696              Changing PADOFFSET from U32 to UV would help, but that
8697              would break binary backward compatibility of BASEOP and padop
8698              (assuming you have been using 64-bit pointers).
8699      Branch: perl
8700            ! hints/irix_6.sh
8701 ____________________________________________________________________________
8702 [ 12133] By: jhi                                   on 2001/09/22  13:53:49
8703         Log: More 8.3-cleanup: there isn't an encoding called macRumanian,
8704              but the name comes from the inside the file, not from the file
8705              name, and Rumanian is the name of the language.
8706      Branch: perl
8707            + ext/Encode/Encode/macRumanian.enc
8708            - ext/Encode/Encode/macRomania.enc
8709            ! MANIFEST
8710 ____________________________________________________________________________
8711 [ 12132] By: jhi                                   on 2001/09/22  13:48:29
8712         Log: Rename perltootc as perltooc for 8.3-friedliness.
8713      Branch: perl
8714            + pod/perltooc.pod
8715            - pod/perltootc.pod
8716            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlboot.pod
8717            ! pod/perlmod.pod pod/perlobj.pod pod/perltoc.pod
8718            ! pod/perltoot.pod
8719 ____________________________________________________________________________
8720 [ 12131] By: jhi                                   on 2001/09/22  13:38:49
8721         Log: Find more conflicts by lowercasing.
8722      Branch: perl
8723            + Porting/check83.pl
8724            - check83.pl
8725            ! MANIFEST
8726 ____________________________________________________________________________
8727 [ 12130] By: jhi                                   on 2001/09/22  13:20:20
8728         Log: The AIX cc 5.0.0.0 is simply too buggy.
8729      Branch: perl
8730            ! hints/aix.sh
8731 ____________________________________________________________________________
8732 [ 12129] By: ams                                   on 2001/09/22  12:35:38
8733         Log: Uninteresting cleanup.
8734      Branch: perl
8735            ! form.h
8736 ____________________________________________________________________________
8737 [ 12128] By: ams                                   on 2001/09/22  12:28:48
8738         Log: Subject: [PATCH@12110] Missing ")" in CvFILEGV
8739              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
8740              Date: Sat, 22 Sep 2001 14:29:13 +0100
8741              Message-Id: <AIEAJICLCBDNAAOLLOKLAEGADAAA.Paul_Marquess@Yahoo.co.uk>
8742      Branch: perl
8743            ! cv.h
8744 ____________________________________________________________________________
8745 [ 12127] By: ams                                   on 2001/09/22  12:04:28
8746         Log: What's a backet?
8747      Branch: perl
8748            ! dump.c
8749 ____________________________________________________________________________
8750 [ 12126] By: ams                                   on 2001/09/22  10:02:34
8751         Log: Removed duplicated tests #19 and #20.
8752      Branch: perl
8753            ! t/op/do.t
8754 ____________________________________________________________________________
8755 [ 12125] By: ams                                   on 2001/09/22  03:58:41
8756         Log: Subject: Re: [ID 20010919.001] local() fails on imported variables
8757              From: Michael Carman <mjcarman@home.com>
8758              Date: Fri, 21 Sep 2001 17:54:05 -0500
8759              Message-Id: <3BABC50D.6040202@home.com>
8760              (Applied with some changes.)
8761      Branch: perl
8762            ! pod/perlmod.pod
8763 ____________________________________________________________________________
8764 [ 12124] By: ams                                   on 2001/09/22  03:44:19
8765         Log: Subject: [PATCH t/op/chdir.t] Reconciling the Cwd/File::Spec differences
8766              From: Michael G Schwern <schwern@pobox.com>
8767              Date: Fri, 21 Sep 2001 19:20:40 -0400
8768              Message-Id: <20010921192040.E5494@blackrider>
8769      Branch: perl
8770            ! t/op/chdir.t
8771 ____________________________________________________________________________
8772 [ 12123] By: ams                                   on 2001/09/22  03:41:08
8773         Log: Subject: [PATCH] t/op/chdir.t won't pass on VMS
8774              From: Blair Zajac <blair@orcaware.com>
8775              Date: Fri, 21 Sep 2001 15:13:04 -0700
8776              Message-Id: <3BABBB70.55FD41DC@orcaware.com>
8777      Branch: perl
8778            ! t/op/chdir.t
8779 ____________________________________________________________________________
8780 [ 12122] By: ams                                   on 2001/09/22  03:37:07
8781         Log: Subject: [REPATCH] Re: [PATCH t/op/do.t] new regression tests for bug ID
8782              20010920.007
8783              From: Michael G Schwern <schwern@pobox.com>
8784              Date: Fri, 21 Sep 2001 17:59:03 -0400
8785              Message-Id: <20010921175903.V5494@blackrider>
8786      Branch: perl
8787            ! t/op/do.t
8788 ____________________________________________________________________________
8789 [ 12121] By: ams                                   on 2001/09/22  03:30:38
8790         Log: Subject: [PATCH pod/perlport.pod] expand DOS-like table (was Re: test
8791              suite on WinCE)
8792              From: Michael G Schwern <schwern@pobox.com>
8793              Date: Fri, 21 Sep 2001 19:41:03 -0400
8794              Message-Id: <20010921194103.G5494@blackrider>
8795      Branch: perl
8796            ! pod/perlport.pod
8797 ____________________________________________________________________________
8798 [ 12120] By: ams                                   on 2001/09/22  03:28:06
8799         Log: Subject: [PATCH t/op/magic.t] Re: Weird $ENV{FOO} = undef warning
8800              From: Michael G Schwern <schwern@pobox.com>
8801              Date: Fri, 21 Sep 2001 17:33:35 -0400
8802              Message-Id: <20010921173335.T5494@blackrider>
8803              ($ENV{FOO}=undef hunk not applied.)
8804      Branch: perl
8805            ! t/op/magic.t
8806 ____________________________________________________________________________
8807 [ 12119] By: ams                                   on 2001/09/22  03:02:26
8808         Log: Subject: [PATCH] perldiag.pod
8809              From: Peter Scott <Peter@PSDT.com>
8810              Date: Fri, 21 Sep 2001 18:54:50 -0700
8811              Message-Id: <4.3.2.7.2.20010921183823.00aa9890@mail.webquarry.com>
8812              (Moved to the right place.)
8813      Branch: perl
8814            ! pod/perldiag.pod
8815 ____________________________________________________________________________
8816 [ 12118] By: ams                                   on 2001/09/21  20:05:29
8817         Log: Subject: [PATCH t/op/do.t] new regression tests for bug ID 20010920.007
8818              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8819              Date: Fri, 21 Sep 2001 22:36:54 +0200
8820              Message-Id: <20010921223654.A12742@rafael>
8821      Branch: perl
8822            ! t/op/do.t
8823 ____________________________________________________________________________
8824 [ 12117] By: jhi                                   on 2001/09/21  20:05:23
8825         Log: Restore things as they were before
8826              the backward compatibility police notices.
8827      Branch: perl
8828            ! lib/Cwd.pm
8829 ____________________________________________________________________________
8830 [ 12116] By: jhi                                   on 2001/09/21  17:52:28
8831         Log: More Cwd from Schwern: make also OS/2 and DOS
8832              Cwd agree with File::Spec (that is, native path
8833              syntax using \ instead of / -- backward compatibility
8834              polic warning) and stop Win32 from using bsd_realpath().
8835      Branch: perl
8836            ! lib/Cwd.pm
8837 ____________________________________________________________________________
8838 [ 12115] By: jhi                                   on 2001/09/21  17:19:03
8839         Log: Subject: [PATCH @12110] RE: Untested libraries update
8840              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
8841              Date: Fri, 21 Sep 2001 18:21:07 +0100
8842              Message-ID: <AIEAJICLCBDNAAOLLOKLOEENDAAA.Paul_Marquess@Yahoo.co.uk>
8843      Branch: perl
8844            ! lib/warnings/register.pm
8845 ____________________________________________________________________________
8846 [ 12114] By: jhi                                   on 2001/09/21  17:09:52
8847         Log: Subject: Re: And now the Cwd problem (was Re: chdir.t problem...)
8848              From: Michael G Schwern <schwern@pobox.com>
8849              Date: Thu, 20 Sep 2001 22:54:02 -0400
8850              Message-ID: <20010920225402.A3611@blackrider>
8851      Branch: perl
8852            ! lib/Cwd.pm
8853 ____________________________________________________________________________
8854 [ 12113] By: ams                                   on 2001/09/21  17:08:24
8855         Log: Subject: [PATCH] avoid v-strings with require/use
8856              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
8857              Date: Fri, 21 Sep 2001 12:34:40 -0400
8858              Message-Id: <20010921123440.A148500@linguist.thayer.dartmouth.edu>
8859      Branch: perl
8860            ! ext/ByteLoader/bytecode.h ext/Data/Dumper/Dumper.pm
8861            ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/Dir.pm
8862            ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
8863            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
8864            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/AutoLoader.pm
8865            ! lib/AutoSplit.pm lib/Class/Struct.pm lib/Cwd.pm
8866            ! lib/Dumpvalue.pm lib/ExtUtils/Command.pm
8867            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
8868            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Mksymlists.pm
8869            ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/File/Basename.pm
8870            ! lib/File/CheckTree.pm lib/File/Compare.pm lib/File/Copy.pm
8871            ! lib/File/Find.pm lib/File/Path.pm lib/File/stat.pm
8872            ! lib/FileHandle.pm lib/Math/Trig.pm lib/Net/Ping.pm
8873            ! lib/Net/hostent.pm lib/Net/netent.pm lib/Net/protoent.pm
8874            ! lib/Net/servent.pm lib/Shell.pm lib/Tie/Array.pm
8875            ! lib/Tie/Handle.pm lib/Time/Local.pm lib/Time/gmtime.pm
8876            ! lib/Time/localtime.pm lib/User/grent.pm lib/base.pm
8877            ! lib/diagnostics.pm lib/fields.pm lib/vars.pm
8878            ! pod/perl56delta.pod pod/perlfunc.pod pp_ctl.c utils/pl2pm.PL
8879 ____________________________________________________________________________
8880 [ 12110] By: jhi                                   on 2001/09/21  13:59:13
8881         Log: Update Changes.
8882      Branch: perl
8883            ! Changes patchlevel.h
8884 ____________________________________________________________________________
8885 [ 12109] By: jhi                                   on 2001/09/21  13:44:43
8886         Log: Make AIX and Tru64 compilers happy.  
8887      Branch: perl
8888            ! ext/threads/threads.h ext/threads/threads.xs
8889 ____________________________________________________________________________
8890 [ 12108] By: jhi                                   on 2001/09/21  12:16:27
8891         Log: Subject: [PATCH] Re: [ID 20010920.007] q and qq does not work after do
8892              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
8893              Date: 21 Sep 2001 09:16:37 -0000
8894              Message-Id: <slrn9qm1ca.h6b.rgarciasuarez@rafael.kazibao.net>
8895      Branch: perl
8896            ! toke.c
8897 ____________________________________________________________________________
8898 [ 12107] By: jhi                                   on 2001/09/21  12:14:41
8899         Log: Subject: [PATCH pp_sys.c] pp_chdir Win32 fix
8900              From: Michael G Schwern <schwern@pobox.com>
8901              Date: Thu, 20 Sep 2001 21:21:34 -0400
8902              Message-ID: <20010920212134.Y28291@blackrider>
8903      Branch: perl
8904            ! pp_sys.c
8905 ____________________________________________________________________________
8906 [ 12106] By: jhi                                   on 2001/09/21  12:12:09
8907         Log: Subject: Re: GDB Debugging Macros from mod_perl
8908              From: rspier@pobox.com (Robert Spier)
8909              Date: Thu, 20 Sep 2001 22:45:03 -0700
8910              Message-ID: <15274.54239.413929.49430@rls.cx>
8911      Branch: perl
8912            ! pod/perltodo.pod
8913 ____________________________________________________________________________
8914 [ 12105] By: sky                                   on 2001/09/21  10:33:34
8915         Log: Fixed bug where Time::HiRes::time returned time adjusted to 
8916              timezone! GetSystemTime should be available on all Win32 
8917              platforms we support. Perhaps Time::HiRes should be extended to
8918              support WinCE and Novell?
8919      Branch: perl
8920            ! ext/Time/HiRes/HiRes.xs
8921 ____________________________________________________________________________
8922 [ 12104] By: sky                                   on 2001/09/21  08:12:39
8923         Log: Attempt to fix solaris issue raised by Andy Dougherty.  
8924      Branch: perl
8925            ! ext/threads/threads.h ext/threads/threads.xs
8926 ____________________________________________________________________________
8927 [ 12103] By: sky                                   on 2001/09/21  07:57:41
8928         Log: Rename the *thread* functions to Perl_* to avoid clashes.
8929              Notably on AIX but could become a problem on other platforms.
8930      Branch: perl
8931            ! ext/threads/threads.h ext/threads/threads.xs
8932 ____________________________________________________________________________
8933 [ 12102] By: sky                                   on 2001/09/21  07:35:30
8934         Log: Add the shared sv space to the global vars.
8935              Fix problems compiling on win32.
8936      Branch: perl
8937            ! embedvar.h ext/threads/threads.xs perlapi.h perlvars.h
8938            ! sharedsv.c sharedsv.h
8939 ____________________________________________________________________________
8940 [ 12101] By: ams                                   on 2001/09/21  00:19:55
8941         Log: Subject: [PATCH] win32/Makefile warning fix
8942              From: Blair Zajac <blair@orcaware.com>
8943              Date: Thu, 20 Sep 2001 18:15:43 -0700
8944              Message-Id: <3BAA94BF.FFD5FC3A@orcaware.com>
8945      Branch: perl
8946            ! win32/Makefile
8947 ____________________________________________________________________________
8948 [ 12100] By: jhi                                   on 2001/09/20  21:57:04
8949         Log: Subject: [PATCH bleadperl] Command.t patch had some errors... sorry.
8950              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
8951              Date: Thu, 20 Sep 2001 18:36:22 +0200
8952              Message-ID: <549856591.20010920183622@tesla.rcub.bg.ac.yu>
8953      Branch: perl
8954            ! lib/ExtUtils/Command.t
8955 ____________________________________________________________________________
8956 [ 12099] By: jhi                                   on 2001/09/20  21:53:00
8957         Log: Cant spl wirth a dam.
8958      Branch: perl
8959            ! intrpvar.h
8960 ____________________________________________________________________________
8961 [ 12098] By: jhi                                   on 2001/09/20  21:52:24
8962         Log: Don't use C++ comments.
8963      Branch: perl
8964            ! ext/threads/threads.xs
8965 ____________________________________________________________________________
8966 [ 12097] By: ams                                   on 2001/09/20  21:42:07
8967         Log: Change #12044 didn't.
8968      Branch: perl
8969            ! lib/constant.pm
8970 ____________________________________________________________________________
8971 [ 12096] By: jhi                                   on 2001/09/20  13:38:44
8972         Log: Metaconfig unit changes for #12095.
8973      Branch: metaconfig
8974            ! U/modified/Myinit.U U/modified/libs.U
8975 ____________________________________________________________________________
8976 [ 12095] By: jhi                                   on 2001/09/20  13:38:22
8977         Log: Remove iconv references since we are not using it
8978              and not going to; regen perltoc, perlmodlib.
8979              (Some references still linger in perltoc, have to figure
8980              out where they are coming from.)
8981      Branch: perl
8982            ! Configure NetWare/config.wc NetWare/config_H.wc
8983            ! Porting/Glossary Porting/config.sh Porting/config_H
8984            ! config_h.SH configure.com epoc/config.sh perl.h
8985            ! pod/perlmodlib.pod pod/perltoc.pod uconfig.h uconfig.sh
8986            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
8987            ! vos/config.ga.h win32/config.bc win32/config.gc
8988            ! win32/config.vc win32/config_H.bc win32/config_H.gc
8989            ! win32/config_H.vc wince/config.ce wince/config.h
8990            ! wince/config_H.ce
8991 ____________________________________________________________________________
8992 [ 12094] By: jhi                                   on 2001/09/20  12:49:17
8993         Log: Subject: [PATCH docs] Re: ARGV and read
8994              From: Dave Mitchell <davem@fdgroup.co.uk>
8995              Date: Thu, 20 Sep 2001 13:21:31 +0100 (BST)
8996              Message-Id: <200109201221.NAA04258@gizmo.fdgroup.co.uk>
8997      Branch: perl
8998            ! pod/perltodo.pod pod/perlvar.pod
8999 ____________________________________________________________________________
9000 [ 12093] By: jhi                                   on 2001/09/20  12:45:35
9001         Log: Fresh copies from the cvs.perl.org perlfaq repository.
9002      Branch: perl
9003            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
9004            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
9005            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
9006            ! pod/perlfaq9.pod
9007 ____________________________________________________________________________
9008 [ 12092] By: jhi                                   on 2001/09/20  12:32:44
9009         Log: Subject: [PATCH] Re: n questions (was Re: 4 questions about pack/unpack)        
9010              From: Nicholas Clark <nick@ccl4.org>
9011              Date: Thu, 20 Sep 2001 14:27:08 +0100
9012              Message-ID: <20010920142708.X4971@plum.flirble.org>
9013      Branch: perl
9014            ! pp_pack.c t/op/pack.t
9015 ____________________________________________________________________________
9016 [ 12091] By: jhi                                   on 2001/09/20  12:16:50
9017         Log: The sharedsv_space* are variables, not code.  Duh.
9018      Branch: perl
9019            ! intrpvar.h makedef.pl
9020 ____________________________________________________________________________
9021 [ 12090] By: ams                                   on 2001/09/20  11:26:06
9022         Log: Subject: [patch lib/lib_pm.PL]
9023              From: Stas Bekman <stas@stason.org>
9024              Date: Thu, 20 Sep 2001 18:48:53 +0800
9025              Message-Id: <3BA9C995.6010302@stason.org>
9026              (Applied by hand.)
9027      Branch: perl
9028            ! lib/lib_pm.PL
9029 ____________________________________________________________________________
9030 [ 12089] By: jhi                                   on 2001/09/20  01:36:23
9031         Log: Only 21 tests, skipping or not.
9032      Branch: perl
9033            ! lib/ExtUtils/Command.t
9034 ____________________________________________________________________________
9035 [ 12088] By: jhi                                   on 2001/09/19  18:54:37
9036         Log: New exported symbols.
9037      Branch: perl
9038            ! makedef.pl
9039 ____________________________________________________________________________
9040 [ 12087] By: jhi                                   on 2001/09/19  13:45:59
9041         Log: Update Changes.
9042      Branch: perl
9043            ! Changes patchlevel.h
9044 ____________________________________________________________________________
9045 [ 12086] By: jhi                                   on 2001/09/19  13:02:58
9046         Log: Correct numbering of the tests is useful.
9047      Branch: perl
9048            ! ext/threads/t/basic.t
9049 ____________________________________________________________________________
9050 [ 12085] By: jhi                                   on 2001/09/19  12:11:15
9051         Log: More tests now too.
9052      Branch: perl
9053            ! lib/ExtUtils/Command.t
9054 ____________________________________________________________________________
9055 [ 12084] By: jhi                                   on 2001/09/19  12:08:33
9056         Log: More tests now.
9057      Branch: perl
9058            ! ext/threads/t/basic.t
9059 ____________________________________________________________________________
9060 [ 12083] By: jhi                                   on 2001/09/19  11:35:55
9061         Log: The test assumed 7-bit ASCII.  Now it "just"
9062              assumes 8-bit whatever.
9063      Branch: perl
9064            ! t/op/crypt.t
9065 ____________________________________________________________________________
9066 [ 12082] By: jhi                                   on 2001/09/19  11:19:56
9067         Log: Subject: Re: [PATCH] Smoke 12057 /pro/3gl/CPAN/perl-current
9068              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
9069              Date: Wed, 19 Sep 2001 11:45:28 +0200
9070              Message-Id: <20010919110037.19C7.H.M.BRAND@hccnet.nl>
9071              
9072              Lvalue casts are not portable.
9073      Branch: perl
9074            ! ext/threads/threads.xs
9075 ____________________________________________________________________________
9076 [ 12081] By: sky                                   on 2001/09/19  10:17:52
9077         Log: Make the basic test contain only realy basic API tests
9078              Seems to be a problem with detach.
9079      Branch: perl
9080            ! ext/threads/t/basic.t
9081 ____________________________________________________________________________
9082 [ 12080] By: ams                                   on 2001/09/19  01:23:55
9083         Log: Subject: [PATCH] Syncing with Test::Simple 0.19
9084              From: Michael G Schwern <schwern@pobox.com>
9085              Date: Tue, 18 Sep 2001 19:53:48 -0400
9086              Message-Id: <20010918195348.M585@blackrider>
9087              
9088              Subject: [REPATCH] Re: [PATCH lib/Test/More.pm] Stray newline confusing t/TEST
9089              From: Michael G Schwern <schwern@pobox.com>
9090              Date: Tue, 18 Sep 2001 22:07:13 -0400
9091              Message-Id: <20010918220713.B19616@blackrider>
9092      Branch: perl
9093            ! lib/Test/More.pm lib/Test/Simple.pm lib/Test/Simple/Changes
9094            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
9095            ! lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/fail.t
9096            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/todo.t
9097            ! lib/Test/Tutorial.pod
9098 ____________________________________________________________________________
9099 [ 12079] By: jhi                                   on 2001/09/19  00:19:45
9100         Log: Indent the test a bit.
9101      Branch: perl
9102            ! ext/threads/t/basic.t
9103 ____________________________________________________________________________
9104 [ 12078] By: jhi                                   on 2001/09/18  22:54:21
9105         Log: Subject: [PATCH bleadperl] added tainting for getcwd for Win32
9106              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
9107              Date: Tue, 18 Sep 2001 18:06:44 +0200
9108              Message-ID: <11018348611.20010918180644@tesla.rcub.bg.ac.yu>
9109      Branch: perl
9110            ! win32/win32.c
9111 ____________________________________________________________________________
9112 [ 12077] By: jhi                                   on 2001/09/18  22:52:24
9113         Log: Subject: stat access time is wrong on Win95
9114              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
9115              Date: Tue, 18 Sep 2001 21:59:24 +0200
9116              Message-ID: <413158386.20010918215924@tesla.rcub.bg.ac.yu>
9117      Branch: perl
9118            ! lib/ExtUtils/Command.pm lib/ExtUtils/Command.t
9119 ____________________________________________________________________________
9120 [ 12076] By: ams                                   on 2001/09/18  22:11:25
9121         Log: Subject: [PATCH] Re: [PATCH] t/op/crypt.t
9122              From: Michael G Schwern <schwern@pobox.com>
9123              Date: Tue, 18 Sep 2001 18:47:14 -0400
9124              Message-Id: <20010918184714.I585@blackrider>
9125      Branch: perl
9126            ! t/op/crypt.t
9127 ____________________________________________________________________________
9128 [ 12075] By: sky                                   on 2001/09/18  19:29:37
9129         Log: two test failures
9130              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9131              Message-ID: <20010918221702.A17408@rafael>
9132              partly applied, #12074 already fixed half the patch
9133      Branch: perl
9134            ! ext/threads/t/basic.t
9135 ____________________________________________________________________________
9136 [ 12074] By: sky                                   on 2001/09/18  18:49:03
9137         Log: Fixes test case failure introduced by #12071, the warning is
9138              now correctly spelled :-)
9139      Branch: perl
9140            ! ext/IO/lib/IO/t/io_sel.t
9141 ____________________________________________________________________________
9142 [ 12073] By: sky                                   on 2001/09/18  18:46:22
9143         Log: Make the test behave properly!
9144      Branch: perl
9145            ! ext/threads/t/basic.t
9146 ____________________________________________________________________________
9147 [ 12072] By: ams                                   on 2001/09/18  18:44:59
9148         Log: OP_RCATLINE is an SVOP, not a BASEOP.
9149      Branch: perl
9150            ! opcode.h opcode.pl
9151 ____________________________________________________________________________
9152 [ 12071] By: ams                                   on 2001/09/18  18:06:27
9153         Log: Deprecate != Depreciate.
9154      Branch: perl
9155            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Select.pm
9156            ! lib/Pod/ParseUtils.pm
9157 ____________________________________________________________________________
9158 [ 12070] By: ams                                   on 2001/09/18  15:14:58
9159         Log: Subject: [PATCH] Getopt::Std cleanup
9160              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9161              Date: Tue, 18 Sep 2001 17:32:13 +0200
9162              Message-Id: <20010918173213.C777@rafael>
9163      Branch: perl
9164            ! lib/Getopt/Std.pm lib/Getopt/Std.t
9165 ____________________________________________________________________________
9166 [ 12069] By: sky                                   on 2001/09/18  14:56:33
9167         Log: Forgot the makefile
9168      Branch: perl
9169            + ext/threads/Makefile.PL
9170 ____________________________________________________________________________
9171 [ 12068] By: sky                                   on 2001/09/18  14:13:26
9172         Log: Adds the thread 0.05 module. It is now moved to the core from CPAN.
9173              The test will fail because of Test.pm not knowing about threads. 
9174              basic needs to be manually tested
9175              compile time warnings on IV2PTR conversions need to be fixed
9176      Branch: perl
9177            + ext/threads/Changes ext/threads/README ext/threads/t/basic.t
9178            + ext/threads/threads.h ext/threads/threads.pm
9179            + ext/threads/threads.xs
9180            ! MANIFEST
9181 ____________________________________________________________________________
9182 [ 12067] By: jhi                                   on 2001/09/18  11:51:08
9183         Log: DJGPP tweak from Laszlo Molnar.
9184      Branch: perl
9185            ! djgpp/config.over
9186 ____________________________________________________________________________
9187 [ 12066] By: sky                                   on 2001/09/18  10:24:31
9188         Log: Changed how ownership of mutexes are held. We never hold a mutex only a slot indicating that we own the lock.
9189      Branch: perl
9190            ! sharedsv.c sharedsv.h
9191 ____________________________________________________________________________
9192 [ 12065] By: jhi                                   on 2001/09/18  00:00:09
9193         Log: Strip ^iso- from the Encode filenames to be 8.3-friendly,
9194              ditto ^cns.
9195      Branch: perl
9196            + ext/Encode/Encode/11643-1.enc ext/Encode/Encode/11643-2.enc
9197            + ext/Encode/Encode/2022-cn.enc ext/Encode/Encode/2022-jp.enc
9198            + ext/Encode/Encode/2022-jp1.enc ext/Encode/Encode/2022-jp2.enc
9199            + ext/Encode/Encode/2022-kr.enc ext/Encode/Encode/2022.enc
9200            + ext/Encode/Encode/8859-1.enc ext/Encode/Encode/8859-1.ucm
9201            + ext/Encode/Encode/8859-10.enc ext/Encode/Encode/8859-10.ucm
9202            + ext/Encode/Encode/8859-11.enc ext/Encode/Encode/8859-11.ucm
9203            + ext/Encode/Encode/8859-13.enc ext/Encode/Encode/8859-13.ucm
9204            + ext/Encode/Encode/8859-14.enc ext/Encode/Encode/8859-14.ucm
9205            + ext/Encode/Encode/8859-15.enc ext/Encode/Encode/8859-15.ucm
9206            + ext/Encode/Encode/8859-16.enc ext/Encode/Encode/8859-16.ucm
9207            + ext/Encode/Encode/8859-2.enc ext/Encode/Encode/8859-2.ucm
9208            + ext/Encode/Encode/8859-3.enc ext/Encode/Encode/8859-3.ucm
9209            + ext/Encode/Encode/8859-4.enc ext/Encode/Encode/8859-4.ucm
9210            + ext/Encode/Encode/8859-5.enc ext/Encode/Encode/8859-5.ucm
9211            + ext/Encode/Encode/8859-6.enc ext/Encode/Encode/8859-6.ucm
9212            + ext/Encode/Encode/8859-7.enc ext/Encode/Encode/8859-7.ucm
9213            + ext/Encode/Encode/8859-8.enc ext/Encode/Encode/8859-8.ucm
9214            + ext/Encode/Encode/8859-9.enc ext/Encode/Encode/8859-9.ucm
9215            + ext/Encode/Encode/ir-197.enc
9216            - ext/Encode/Encode/cns11643-1.enc
9217            - ext/Encode/Encode/cns11643-2.enc
9218            - ext/Encode/Encode/iso2022-cn.enc
9219            - ext/Encode/Encode/iso2022-jp.enc
9220            - ext/Encode/Encode/iso2022-jp1.enc
9221            - ext/Encode/Encode/iso2022-jp2.enc
9222            - ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
9223            - ext/Encode/Encode/iso8859-1.enc
9224            - ext/Encode/Encode/iso8859-1.ucm
9225            - ext/Encode/Encode/iso8859-10.enc
9226            - ext/Encode/Encode/iso8859-10.ucm
9227            - ext/Encode/Encode/iso8859-11.enc
9228            - ext/Encode/Encode/iso8859-11.ucm
9229            - ext/Encode/Encode/iso8859-13.enc
9230            - ext/Encode/Encode/iso8859-13.ucm
9231            - ext/Encode/Encode/iso8859-14.enc
9232            - ext/Encode/Encode/iso8859-14.ucm
9233            - ext/Encode/Encode/iso8859-15.enc
9234            - ext/Encode/Encode/iso8859-15.ucm
9235            - ext/Encode/Encode/iso8859-16.enc
9236            - ext/Encode/Encode/iso8859-16.ucm
9237            - ext/Encode/Encode/iso8859-2.enc
9238            - ext/Encode/Encode/iso8859-2.ucm
9239            - ext/Encode/Encode/iso8859-3.enc
9240            - ext/Encode/Encode/iso8859-3.ucm
9241            - ext/Encode/Encode/iso8859-4.enc
9242            - ext/Encode/Encode/iso8859-4.ucm
9243            - ext/Encode/Encode/iso8859-5.enc
9244            - ext/Encode/Encode/iso8859-5.ucm
9245            - ext/Encode/Encode/iso8859-6.enc
9246            - ext/Encode/Encode/iso8859-6.ucm
9247            - ext/Encode/Encode/iso8859-7.enc
9248            - ext/Encode/Encode/iso8859-7.ucm
9249            - ext/Encode/Encode/iso8859-8.enc
9250            - ext/Encode/Encode/iso8859-8.ucm
9251            - ext/Encode/Encode/iso8859-9.enc
9252            - ext/Encode/Encode/iso8859-9.ucm
9253            - ext/Encode/Encode/isoir-197.enc
9254            ! MANIFEST ext/Encode/Encode/Tcl.t ext/Encode/Makefile.PL
9255 ____________________________________________________________________________
9256 [ 12064] By: jhi                                   on 2001/09/17  23:53:38
9257         Log: Must Uppercase.
9258      Branch: perl
9259            ! ext/Encode/Encode.pm
9260 ____________________________________________________________________________
9261 [ 12063] By: jhi                                   on 2001/09/17  23:39:28
9262         Log: Add various encodings.
9263      Branch: perl
9264            + ext/Encode/Encode/iso8859-11.enc
9265            + ext/Encode/Encode/iso8859-11.ucm ext/Encode/Encode/koi8-f.enc
9266            + ext/Encode/Encode/koi8-f.ucm ext/Encode/Encode/koi8-u.enc
9267            + ext/Encode/Encode/koi8-u.ucm ext/Encode/Encode/nextstep.enc
9268            + ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/roman8.enc
9269            + ext/Encode/Encode/roman8.ucm ext/Encode/Encode/viscii.enc
9270            + ext/Encode/Encode/viscii.ucm
9271            ! MANIFEST ext/Encode/Encode.pm
9272 ____________________________________________________________________________
9273 [ 12062] By: jhi                                   on 2001/09/17  22:48:21
9274         Log: lib/unicode relic.
9275      Branch: perl
9276            ! ext/Encode/compile
9277 ____________________________________________________________________________
9278 [ 12061] By: jhi                                   on 2001/09/17  20:50:16
9279         Log: Subject: [PATCH] Re: filename problems
9280              From: Michael G Schwern <schwern@pobox.com>
9281              Date: Mon, 17 Sep 2001 17:26:26 -0400
9282              Message-ID: <20010917172626.Q585@blackrider>
9283      Branch: perl
9284            + t/lib/sample-tests/head_end t/lib/sample-tests/head_fail
9285            - t/lib/sample-tests/header_at_end
9286            - t/lib/sample-tests/header_at_end_fail
9287            ! MANIFEST lib/Test/Harness/t/test-harness.t
9288 ____________________________________________________________________________
9289 [ 12060] By: jhi                                   on 2001/09/17  20:14:53
9290         Log: Explicitly explain the 1e9 seconds, not everybody
9291              is a C geek.
9292      Branch: perl
9293            ! ext/Time/HiRes/HiRes.pm
9294 ____________________________________________________________________________
9295 [ 12059] By: jhi                                   on 2001/09/17  20:07:20
9296         Log: Explain an apparent bug reported by
9297              Richard J. Barbalace <rjbarbal@MIT.EDU>,
9298              with additional explanation from Gisle Aas.
9299      Branch: perl
9300            ! ext/Time/HiRes/HiRes.pm
9301 ____________________________________________________________________________
9302 [ 12058] By: ams                                   on 2001/09/17  19:52:01
9303         Log: Subject: [PATCH t/lib/warnings/pp, t/lib/warnings/op] new tests
9304              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9305              Date: Mon, 17 Sep 2001 22:48:05 +0200
9306              Message-Id: <20010917224805.C11744@rafael>
9307      Branch: perl
9308            ! t/lib/warnings/op t/lib/warnings/pp
9309 ____________________________________________________________________________
9310 [ 12057] By: ams                                   on 2001/09/17  16:51:18
9311         Log: Its a nit!
9312      Branch: perl
9313            ! sv.h
9314 ____________________________________________________________________________
9315 [ 12056] By: ams                                   on 2001/09/17  16:47:55
9316         Log: Subject: [PATCH perl@12023] waitpid enhancements for VMS
9317              From: "Craig A. Berry" <craigberry@mac.com>
9318              Date: Mon, 17 Sep 2001 12:34:20 -0500
9319              Message-Id: <5.1.0.14.0.20010916222208.0469cdf8@exchi01>
9320      Branch: perl
9321            ! vms/vms.c
9322 ____________________________________________________________________________
9323 [ 12055] By: ams                                   on 2001/09/17  16:05:15
9324         Log: Subject: [PATCH] Make CPAN.pm use Digest::MD5
9325              From: Gisle Aas <gisle@ActiveState.com>
9326              Date: 16 Apr 2001 16:20:34 -0700
9327              Message-ID: <lrlmp0sa7x.fsf@caliper.ActiveState.com>
9328              (Applied by hand.)
9329      Branch: perl
9330            ! lib/CPAN.pm lib/CPAN/Nox.pm
9331 ____________________________________________________________________________
9332 [ 12054] By: jhi                                   on 2001/09/17  14:06:26
9333         Log: Update Changes.
9334      Branch: perl
9335            ! Changes patchlevel.h
9336 ____________________________________________________________________________
9337 [ 12053] By: jhi                                   on 2001/09/17  13:45:26
9338         Log: Adding new files to the MANIFEST is always nice.
9339      Branch: perl
9340            ! MANIFEST
9341 ____________________________________________________________________________
9342 [ 12052] By: jhi                                   on 2001/09/17  13:12:31
9343         Log: Reindent the PerlIO files (suggested by NI-S), used
9344              indent -kr -nce -psl -sc -TSV -TAV -THV -TGV -TIV -TUV -TNV -TMAGIC -TFILE -TPerlIO -TPerlIO_list_t -TPerlIO_funcs -TPerlIO_pair_t
9345              (GNU indent).  Note that wholesale re-indenting might
9346              be nice, but that would break nice formatting/alignment
9347              of assignments, equality testing, and complex boolean
9348              expressions with lots of &s and |s.
9349      Branch: perl
9350            ! perlio.c perlio.h perliol.h
9351 ____________________________________________________________________________
9352 [ 12051] By: jhi                                   on 2001/09/17  12:55:53
9353         Log: Add a script for being 8.3-polite.
9354              The found conflicts are being worked on.
9355      Branch: perl
9356            + check83.pl
9357            ! MANIFEST Porting/pumpkin.pod
9358 ____________________________________________________________________________
9359 [ 12050] By: sky                                   on 2001/09/17  12:44:36
9360         Log: Fixes coredump introduced by 11755 and 11790. Thanks to Doug for
9361              finding it.
9362      Branch: perl
9363            ! sv.c
9364 ____________________________________________________________________________
9365 [ 12049] By: jhi                                   on 2001/09/17  11:55:07
9366         Log: Bump up versions because of #12041.
9367      Branch: perl
9368            ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/File.pm
9369            ! ext/IO/lib/IO/Pipe.pm lib/Fatal.pm lib/Time/gmtime.pm
9370            ! lib/Time/localtime.pm
9371 ____________________________________________________________________________
9372 [ 12048] By: jhi                                   on 2001/09/17  11:51:54
9373         Log: Bump the version number because of #12042.
9374      Branch: perl
9375            ! lib/CPAN/FirstTime.pm
9376 ____________________________________________________________________________
9377 [ 12047] By: ams                                   on 2001/09/17  11:21:40
9378         Log: Subject: Re: [PATCH] turn $a.=<F> into an RCATLINE
9379              From: Abhijit Menon-Sen <ams@wiw.org>
9380              Date: Mon, 17 Sep 2001 17:44:12 +0530
9381              Message-Id: <20010917174412.B7058@lustre.dyn.wiw.org>
9382      Branch: perl
9383            ! op.c
9384 ____________________________________________________________________________
9385 [ 12046] By: sky                                   on 2001/09/17  07:14:17
9386         Log: Subject: Re: t/op/ver.t using skip() improperly
9387              From: "chromatic" <chromatic@rmci.net>
9388              Date: Mon, 17 Sep 2001 00:22:29 -0600
9389              Message-ID: <20010917062713.47716.qmail@onion.perl.org>
9390      Branch: perl
9391            ! t/op/ver.t
9392 ____________________________________________________________________________
9393 [ 12045] By: nick                                  on 2001/09/17  07:12:14
9394         Log: Integrate mainline
9395      Branch: perlio
9396           +> t/op/chdir.t
9397           !> (integrate 117 files)
9398 ____________________________________________________________________________
9399 [ 12044] By: ams                                   on 2001/09/17  05:49:53
9400         Log: Subject: [PATCH lib/constant.pm] Major POD rewrite of constant.pm
9401              From: Ilmari Karonen <iltzu@sci.fi>
9402              Date: Mon, 17 Sep 2001 00:47:57 +0300 (EET DST)
9403              Message-Id: <Pine.SOL.3.96.1010917002916.13210A-100000@simpukka>
9404              (And $VERSION = '1.05'.)
9405      Branch: perl
9406            ! lib/constant.pm
9407 ____________________________________________________________________________
9408 [ 12043] By: ams                                   on 2001/09/17  05:44:50
9409         Log: Subject: Re: [BUG?] chdir(undef) == chdir() probably a bug
9410              From: Michael G Schwern <schwern@pobox.com>
9411              Date: Mon, 17 Sep 2001 07:49:04 +0200
9412              Message-Id: <20010917074904.V1588@blackrider>
9413              (Applied with tweaks to chdir.t and pp_sys.c hunks.)
9414      Branch: perl
9415            + t/op/chdir.t
9416            ! MANIFEST pp_sys.c
9417 ____________________________________________________________________________
9418 [ 12042] By: jhi                                   on 2001/09/17  02:54:13
9419         Log: Subject: Re: CPAN.pm needs some hacking 
9420              From: "chromatic" <chromatic@rmci.net>
9421              Date: Sun, 16 Sep 2001 16:46:29 -0600
9422              Message-ID: <20010916225113.5606.qmail@onion.perl.org>
9423      Branch: perl
9424            ! lib/CPAN/FirstTime.pm
9425 ____________________________________________________________________________
9426 [ 12041] By: jhi                                   on 2001/09/16  20:43:15
9427         Log: Change use|require 5.005_64 to use|require 5.6.1.
9428      Branch: perl
9429            ! ext/Data/Dumper/Dumper.pm ext/Devel/DProf/DProf.pm
9430            ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
9431            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
9432            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/AutoSplit.pm
9433            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Command.pm
9434            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
9435            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Mksymlists.pm
9436            ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/FileHandle.pm
9437            ! lib/Math/Trig.pm lib/Net/Ping.pm lib/Net/hostent.pm
9438            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
9439            ! lib/Shell.pm lib/Tie/Array.pm lib/Tie/Handle.pm
9440            ! lib/Time/gmtime.pm lib/Time/localtime.pm lib/User/grent.pm
9441            ! lib/base.pm lib/fields.pm
9442 ____________________________________________________________________________
9443 [ 12040] By: jhi                                   on 2001/09/16  20:36:58
9444         Log: Bump up version numbers.
9445              
9446              TODO 1: double check that pre-5.6.1 CPAN.pm:s
9447              don't try to download 5.8.0 because of the
9448              version numbers.  Mainly this means using _00
9449              in the core version numbers.
9450              
9451              TODO 2: the "use 5.005_64" in many modules
9452              needs to be changed to, say, "use 5.6.1".
9453      Branch: perl
9454            ! ext/B/B/Assembler.pm ext/Data/Dumper/Dumper.pm
9455            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/CPAN.pm
9456            ! lib/ExtUtils/Embed.pm lib/ExtUtils/Install.pm
9457            ! lib/ExtUtils/Installed.pm lib/ExtUtils/Manifest.pm
9458            ! lib/File/Basename.pm lib/File/Copy.pm lib/File/Find.pm
9459            ! lib/File/Path.pm lib/File/Spec.pm lib/File/Spec/Functions.pm
9460            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
9461            ! lib/File/Spec/Win32.pm lib/FindBin.pm lib/Pod/Checker.pm
9462            ! lib/Pod/Find.pm lib/SelfLoader.pm lib/Shell.pm
9463            ! lib/Tie/Handle.pm lib/blib.pm lib/diagnostics.pm
9464            ! vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
9465 ____________________________________________________________________________
9466 [ 12039] By: jhi                                   on 2001/09/16  19:23:07
9467         Log: Use UCHARAT() as suggested by Inaba Hiroto.
9468      Branch: perl
9469            ! regexec.c
9470 ____________________________________________________________________________
9471 [ 12038] By: ams                                   on 2001/09/16  15:16:24
9472         Log: Subject: [PATCH] Re: Core module version numbers review
9473              From: Peter Scott <Peter@PSDT.com>
9474              Date: Sun, 16 Sep 2001 09:09:58 -0700
9475              Message-Id: <4.3.2.7.2.20010916090716.00b452a0@mail.webquarry.com>
9476      Branch: perl
9477            ! lib/perl5db.pl
9478 ____________________________________________________________________________
9479 [ 12037] By: jhi                                   on 2001/09/16  14:27:54
9480         Log: Supply more details on how lc/uc/lcfirst/ucfirst are
9481              not yet fully implemented.
9482      Branch: perl
9483            ! pod/perlfunc.pod pod/perlunicode.pod
9484 ____________________________________________________________________________
9485 [ 12036] By: jhi                                   on 2001/09/15  23:13:12
9486         Log: Subject: [patch] plug PL_beginav_save leak
9487              From: Doug MacEachern <dougm@covalent.net>
9488              Date: Sat, 15 Sep 2001 17:02:18 -0700 (PDT)
9489              Message-ID: <Pine.LNX.4.21.0109151659060.6089-100000@mako.covalent.net>
9490      Branch: perl
9491            ! perl.c
9492 ____________________________________________________________________________
9493 [ 12035] By: jhi                                   on 2001/09/15  23:12:28
9494         Log: (accidentally empty checkin)
9495      Branch: perl
9496            ! sv.c
9497 ____________________________________________________________________________
9498 [ 12034] By: jhi                                   on 2001/09/15  23:08:09
9499         Log: Subject: [patch] ithreads+PL_beginav_save
9500              From: Doug MacEachern <dougm@covalent.net>
9501              Date: Sat, 15 Sep 2001 16:53:01 -0700 (PDT)
9502              Message-ID: <Pine.LNX.4.21.0109151651050.6089-100000@mako.covalent.net>
9503      Branch: perl
9504            ! sv.c
9505 ____________________________________________________________________________
9506 [ 12033] By: jhi                                   on 2001/09/15  23:07:19
9507         Log: Subject: [PATCH] h2xs.PL with C::Scan
9508              From: Tim Jenness <t.jenness@jach.hawaii.edu>
9509              Date: Sat, 15 Sep 2001 13:41:28 -1000 (HST)
9510              Message-ID: <Pine.LNX.4.33.0109151338560.3075-100000@lapaki>
9511      Branch: perl
9512            ! utils/h2xs.PL
9513 ____________________________________________________________________________
9514 [ 12032] By: jhi                                   on 2001/09/15  18:43:20
9515         Log: Elaborate (well, make more vague, really) #12030.
9516      Branch: perl
9517            ! pod/perltodo.pod pod/perlunicode.pod
9518 ____________________________________________________________________________
9519 [ 12031] By: jhi                                   on 2001/09/15  18:37:07
9520         Log: Subject: [PATCH regexec.c] adding (U8) to case insensitive matching
9521              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
9522              Date: Fri, 14 Sep 2001 20:58:30 -0400 (EDT)
9523              Message-ID: <Pine.GSO.4.21.0109142057490.12393-100000@crusoe.crusoe.net>
9524      Branch: perl
9525            ! regexec.c
9526 ____________________________________________________________________________
9527 [ 12030] By: jhi                                   on 2001/09/15  17:15:40
9528         Log: Document that the lc(), uc(), lcfirst(), ucfirst()
9529              are not yet complete.
9530      Branch: perl
9531            ! pod/perltodo.pod pod/perlunicode.pod
9532 ____________________________________________________________________________
9533 [ 12029] By: jhi                                   on 2001/09/15  13:53:42
9534         Log: Document what's still to be done on the regular expression
9535              Unicode support, based on the UTR#18.
9536      Branch: perl
9537            ! pod/perltodo.pod pod/perlunicode.pod
9538 ____________________________________________________________________________
9539 [ 12028] By: jhi                                   on 2001/09/15  12:37:31
9540         Log: Regen headers.
9541      Branch: perl
9542            ! embedvar.h perlapi.h
9543 ____________________________________________________________________________
9544 [ 12027] By: jhi                                   on 2001/09/15  12:33:49
9545         Log: Subject: Re: [ID 20010815.012] Unfortunate interaction between -0 cmd line arg & (??{CODE}) regex 
9546              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
9547              Date: Sun, 09 Sep 2001 18:41:54 +0100
9548              Message-Id: <200109091741.f89HfsM18534@crypt.compulink.co.uk>
9549      Branch: perl
9550            ! Porting/findvars ext/ByteLoader/bytecode.h
9551            ! ext/Thread/Thread.xs mg.c op.c perl.c perl.h pp_ctl.c sv.c
9552            ! t/run/kill_perl.t thrdvar.h toke.c util.c wince/perldll.def
9553 ____________________________________________________________________________
9554 [ 12026] By: gsar                                  on 2001/09/15  04:04:04
9555         Log: enable most warnings for windows build; fix the various typecasting
9556              nits that showed up (no bugfixes here)
9557      Branch: maint-5.6/perl
9558            ! av.c cop.h doop.c dump.c ext/Devel/Peek/Peek.xs
9559            ! ext/POSIX/POSIX.xs gv.c hv.c mg.c op.c perl.c perl.h perly.c
9560            ! perly.y pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c
9561            ! sv.c toke.c universal.c utf8.c util.c vms/perly_c.vms
9562            ! win32/perllib.c win32/win32.c win32/win32.h win32/win32sck.c
9563            ! x2p/walk.c
9564 ____________________________________________________________________________
9565 [ 12025] By: jhi                                   on 2001/09/14  22:22:58
9566         Log: Integrate change #12024 from maintperl
9567              (a local() precedence bug)
9568      Branch: perl
9569           !> lib/ExtUtils/Install.pm
9570 ____________________________________________________________________________
9571 [ 12024] By: gsar                                  on 2001/09/14  22:11:06
9572         Log: fix local() precedence bug in change#8311, came into maint-5.6 as
9573              change#8642
9574      Branch: maint-5.6/perl
9575            ! lib/ExtUtils/Install.pm
9576 ____________________________________________________________________________
9577 [ 12023] By: jhi                                   on 2001/09/14  15:04:16
9578         Log: Update Changes.
9579      Branch: perl
9580            ! Changes patchlevel.h
9581 ____________________________________________________________________________
9582 [ 12022] By: jhi                                   on 2001/09/14  14:49:52
9583         Log: Subject: Re: [ID 20010911.001] Not OK: perl v5.7.2 +DEVEL11978 on
9584              From: "chromatic" <chromatic@rmci.net>
9585              Date: Fri, 14 Sep 2001 09:44:57 -0600 
9586              Message-ID: <20010914154936.70059.qmail@onion.perl.org>
9587      Branch: perl
9588            ! lib/ExtUtils/Manifest.t
9589 ____________________________________________________________________________
9590 [ 12021] By: jhi                                   on 2001/09/14  14:46:36
9591         Log: Hopefully better skipping of the Complete.t tests
9592              in case of not a tty. 
9593      Branch: perl
9594            ! lib/Term/Complete.t t/op/stat.t
9595 ____________________________________________________________________________
9596 [ 12020] By: jhi                                   on 2001/09/14  14:10:44
9597         Log: Subject: [PATCH regexec.c] more jumpables, and hit-bit bug
9598              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
9599              Date: Fri, 14 Sep 2001 09:58:24 -0400 (EDT)
9600              Message-ID: <Pine.GSO.4.21.0109140955250.12393-100000@crusoe.crusoe.net>     
9601      Branch: perl
9602            ! regexec.c t/op/pat.t
9603 ____________________________________________________________________________
9604 [ 12019] By: jhi                                   on 2001/09/14  14:02:59
9605         Log: Subject: Re: unterminated C<...> at line 426 in file perlport.pod
9606              From: Robin Barker <rmb1@cise.npl.co.uk>
9607              Date: Fri, 14 Sep 2001 16:01:11 +0100 (BST)
9608              Message-Id: <200109141501.QAA13044@tempest.npl.co.uk>
9609      Branch: perl
9610            ! pod/perlport.pod
9611 ____________________________________________________________________________
9612 [ 12018] By: jhi                                   on 2001/09/14  13:55:56
9613         Log: NetWare tweaks from Ananth Kesari.
9614      Branch: perl
9615            ! NetWare/NWUtil.c NetWare/Nwmain.c NetWare/Nwpipe.c
9616            ! NetWare/nwutil.h
9617 ____________________________________________________________________________
9618 [ 12017] By: jhi                                   on 2001/09/14  13:50:08
9619         Log: Subject: unterminated C<...> at line 426 in file perlport.pod
9620              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
9621              Date: Fri, 14 Sep 2001 10:51:13 +0200
9622              Message-Id: <20010914103300.4B59.H.M.BRAND@hccnet.nl>
9623      Branch: perl
9624            ! pod/perlport.pod
9625 ____________________________________________________________________________
9626 [ 12016] By: jhi                                   on 2001/09/14  13:28:08
9627         Log: Subject: Re: [PATCH 2 pl2pm.PL]
9628              From: Joe Smith <Joe.Smith@inwap.com>
9629              Date: Fri, 14 Sep 2001 00:13:32 -0700
9630              Message-Id: <3BA1AE1C.64313CEE@inwap.com>                 
9631              
9632              Eradicate qu.
9633      Branch: perl
9634            ! keywords.h keywords.pl utils/pl2pm.PL
9635 ____________________________________________________________________________
9636 [ 12015] By: jhi                                   on 2001/09/14  02:38:23
9637         Log: Retract #12013, didn't go over too well in Tru64.
9638      Branch: perl
9639            ! embed.h embed.pl sv.h
9640 ____________________________________________________________________________
9641 [ 12014] By: jhi                                   on 2001/09/14  02:31:05
9642         Log: Subject: [PATCH] Execute files of debugger commands
9643              From: Peter Scott <Peter@PSDT.com>
9644              Date: Thu, 13 Sep 2001 15:26:31 -0700
9645              Message-Id: <4.3.2.7.2.20010913115845.00b22100@mail.webquarry.com>
9646      Branch: perl
9647            ! lib/perl5db.pl pod/perldebug.pod
9648 ____________________________________________________________________________
9649 [ 12013] By: jhi                                   on 2001/09/14  02:25:05
9650         Log: (Retracted by #12015)
9651              Subject: [proposed PATCH] Re: perl@11920
9652              From: Nicholas Clark <nick@ccl4.org>
9653              Date: Wed, 12 Sep 2001 23:46:09 +0100
9654              Message-ID: <20010912234609.H4971@plum.flirble.org>     
9655      Branch: perl
9656            ! embed.h embed.pl sv.h
9657 ____________________________________________________________________________
9658 [ 12012] By: jhi                                   on 2001/09/14  02:12:02
9659         Log: ucblib shouldn't be linked against in nonstop-ux,
9660              from Tom Bates.
9661      Branch: perl
9662            ! hints/nonstopux.sh
9663 ____________________________________________________________________________
9664 [ 12011] By: jhi                                   on 2001/09/13  12:54:51
9665         Log: Do stty only if we have stty.
9666              
9667              TODO: non-UNIX platforms.  Solaris and /usr/ucb/stty?
9668      Branch: perl
9669            ! lib/Term/Complete.pm
9670 ____________________________________________________________________________
9671 [ 12010] By: jhi                                   on 2001/09/13  12:44:28
9672         Log: Skip the test if not running on a tty.
9673      Branch: perl
9674            ! lib/Term/Complete.t
9675 ____________________________________________________________________________
9676 [ 12009] By: jhi                                   on 2001/09/13  12:01:56
9677         Log: Regen headers.
9678      Branch: perl
9679            ! embed.h opcode.h pod/perlapi.pod proto.h
9680 ____________________________________________________________________________
9681 [ 12008] By: jhi                                   on 2001/09/12  17:51:32
9682         Log: Subject: [PATCH op.c] Re: perl@12003
9683              From: Robin Barker <rmb1@cise.npl.co.uk>
9684              Date: Wed, 12 Sep 2001 19:00:38 +0100 (BST)
9685              Message-Id: <200109121800.TAA05256@tempest.npl.co.uk>
9686      Branch: perl
9687            ! op.c
9688 ____________________________________________________________________________
9689 [ 12007] By: jhi                                   on 2001/09/12  17:49:39
9690         Log: Subject: [PATCH sv.c] may be uninitialized warning forperl@12003
9691              From: Robin Barker <rmb1@cise.npl.co.uk>
9692              Date: Wed, 12 Sep 2001 19:00:31 +0100 (BST)
9693              Message-Id: <200109121800.TAA05250@tempest.npl.co.uk>
9694      Branch: perl
9695            ! sv.c
9696 ____________________________________________________________________________
9697 [ 12006] By: jhi                                   on 2001/09/12  17:41:49
9698         Log: Upgrade to Memoize 0.66.
9699      Branch: perl
9700            ! lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
9701            ! lib/Memoize/Expire.pm lib/Memoize/README lib/Memoize/TODO
9702            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
9703 ____________________________________________________________________________
9704 [ 12005] By: jhi                                   on 2001/09/12  13:14:59
9705         Log: Subject: [ID 20010912.007] substr reference core dump
9706              From: me-01@ton.iguana.be
9707              Date: 12 Sep 2001 14:11:16 -0000
9708              Message-Id: <20010912141116.6058.qmail@quasar.home.lunix>
9709      Branch: perl
9710            ! mg.c
9711 ____________________________________________________________________________
9712 [ 12004] By: ams                                   on 2001/09/12  01:13:49
9713         Log: Subject: [PATCH perlfaq4.pod] Deobfuscate Fisher-Yates example code
9714              From: Ilmari Karonen <iltzu@sci.fi>
9715              Date: Tue, 11 Sep 2001 23:31:25 +0300 (EET DST)
9716              Message-Id: <Pine.SOL.3.96.1010911231925.688A-100000@simpukka>
9717      Branch: perl
9718            ! pod/perlfaq4.pod
9719 ____________________________________________________________________________
9720 [ 12003] By: jhi                                   on 2001/09/11  13:02:37
9721         Log: Update Changes.
9722      Branch: perl
9723            ! Changes patchlevel.h
9724 ____________________________________________________________________________
9725 [ 12002] By: jhi                                   on 2001/09/11  11:50:48
9726         Log: NetWare update from Ananth Kesari.
9727      Branch: perl
9728            ! NetWare/NWUtil.c NetWare/Nwmain.c NetWare/Nwpipe.c
9729            ! NetWare/config.wc NetWare/config_H.wc NetWare/nwutil.h
9730 ____________________________________________________________________________
9731 [ 12001] By: jhi                                   on 2001/09/11  11:40:51
9732         Log: Retract #11984: div() being redefined, and 1397
9733              failing on 64-bit platforms.
9734      Branch: perl
9735            ! lib/Math/BigInt/Calc.pm
9736 ____________________________________________________________________________
9737 [ 12000] By: jhi                                   on 2001/09/11  11:19:07
9738         Log: Metaconfig unit change for #11999.
9739      Branch: metaconfig
9740            ! U/protos/d_lseekproto.U
9741 ____________________________________________________________________________
9742 [ 11999] By: jhi                                   on 2001/09/11  11:18:36
9743         Log: The lseek fix (#11991) was no fix.
9744      Branch: perl
9745            ! Configure
9746 ____________________________________________________________________________
9747 [ 11998] By: sky                                   on 2001/09/11  07:52:06
9748         Log: Subject: [PATCH] Encode.pm add UCS-2 little endian support
9749              From: Matt Sergeant <MSergeant@star.net.uk>
9750              Date: Tue, 11 Sep 2001 09:22:32 +0100
9751              Message-ID: <315E8A8BF9D1D411AD3D00508BB1B0C004B9003C@UKS040>
9752      Branch: perl
9753            ! ext/Encode/Encode.pm
9754 ____________________________________________________________________________
9755 [ 11997] By: sky                                   on 2001/09/11  06:35:29
9756         Log: Sometimes dTHX is added because it is needed on non 
9757              gnuc platforms, but not needed there. This uses GCC
9758              to silence GCC specific warnings by marking pTHX as 
9759              unused.
9760      Branch: perl
9761            ! perl.h
9762 ____________________________________________________________________________
9763 [ 11996] By: nick                                  on 2001/09/11  06:25:27
9764         Log: Integrate mainline
9765      Branch: perlio
9766            - ext/POSIX/sigaction.t lib/File/Find/taint.t
9767           !> lib/CGI/t/carp.t lib/Test/Simple/t/simple.t t/op/crypt.t
9768 ____________________________________________________________________________
9769 [ 11995] By: nick                                  on 2001/09/11  06:23:39
9770         Log: Part Integrate mainline
9771      Branch: perlio
9772           +> (branch 69 files)
9773            - ext/Cwd/Cwd.t ext/Fcntl/Fcntl.t ext/Fcntl/syslfs.t
9774            - ext/POSIX/POSIX.t lib/Attribute/Handlers/test.pl
9775            - lib/Env/array.t lib/Env/env.t lib/File/Find/find.t
9776            - lib/Filter/Simple/test.pl lib/Switch/t/given_when.t
9777            - lib/Switch/t/switch_case.t lib/Test/Harness.t
9778            - lib/Test/More/Changes lib/Test/More/t/More.t
9779            - lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
9780            - lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
9781            - lib/Text/Balanced.pod lib/Text/Balanced/t/genxt.t
9782            - lib/Text/Balanced/t/xbrak.t lib/Text/Balanced/t/xcode.t
9783            - lib/Text/Balanced/t/xdeli.t lib/Text/Balanced/t/xmult.t
9784            - lib/Text/Balanced/t/xquot.t lib/Text/Balanced/t/xtagg.t
9785            - lib/Text/Balanced/t/xvari.t objXSUB.h t/lib/MyFilter.pm
9786            - t/lib/Test/More/Catch.pm wince/perl.ico
9787           !> (integrate 197 files)
9788 ____________________________________________________________________________
9789 [ 11994] By: jhi                                   on 2001/09/11  03:12:44
9790         Log: Subject: Re: [PATCH] Encode.pm docs fix
9791              From: Gisle Aas <gisle@ActiveState.com>
9792              Date: 10 Sep 2001 11:27:02 -0700
9793              Message-ID: <lrwv363nrd.fsf@caliper.ActiveState.com>
9794      Branch: perl
9795            ! ext/Encode/Encode.pm
9796 ____________________________________________________________________________
9797 [ 11993] By: jhi                                   on 2001/09/11  02:27:25
9798         Log: Fix unpack U to be the reverse of pack U
9799              (but implement unpack U0U as a backdoor to get
9800              the UTF-8 malformed warnings from un-UTF-8 data)
9801      Branch: perl
9802            ! pod/perlunicode.pod pp_pack.c t/op/pack.t t/op/utf8decode.t
9803 ____________________________________________________________________________
9804 [ 11992] By: jhi                                   on 2001/09/11  00:14:24
9805         Log: Metaconfig unit change for #11991;
9806              delete an unused unit (d_strtoull.U is the one used)
9807      Branch: metaconfig
9808            ! U/protos/d_lseekproto.U
9809      Branch: metaconfig/U/perl
9810            - strtoull.U
9811 ____________________________________________________________________________
9812 [ 11991] By: jhi                                   on 2001/09/11  00:14:01
9813         Log: Subject: [PATCH] Configure not recording lseek proto
9814              From: Blair Zajac <blair@orcaware.com>
9815              Date: Mon, 10 Sep 2001 17:52:37 -0700
9816              Message-ID: <3B9D6055.BA334A31@orcaware.com>
9817              
9818              plus regen Configure.
9819      Branch: perl
9820            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9821            ! config_h.SH uconfig.h
9822 ____________________________________________________________________________
9823 [ 11990] By: jhi                                   on 2001/09/10  23:59:25
9824         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?)))                  
9825              From: Nicholas Clark <nick@ccl4.org>
9826              Date: Tue, 11 Sep 2001 00:00:31 +0100
9827              Message-ID: <20010911000031.G1512@plum.flirble.org>
9828      Branch: perl
9829            + t/op/qq.t
9830            ! MANIFEST numeric.c perl.h regcomp.c t/op/pat.t toke.c
9831 ____________________________________________________________________________
9832 [ 11989] By: jhi                                   on 2001/09/10  23:31:45
9833         Log: Subject: [PATCH] Building on win32 w/o perlio
9834              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
9835              Date: Mon, 10 Sep 2001 23:38:46 +0200
9836              Message-ID: <3B9D4F06.14433.2C37644@localhost>
9837      Branch: perl
9838            ! perl.c win32/Makefile win32/makefile.mk
9839 ____________________________________________________________________________
9840 [ 11988] By: jhi                                   on 2001/09/10  23:26:40
9841         Log: Subject: [PATCH MANIFEST lib/CGI/t/push.t] New Test for CGI::Push
9842              From: "chromatic" <chromatic@rmci.net>
9843              Date: Mon, 10 Sep 2001 15:14:01 -0600
9844              Message-ID: <20010910211833.30177.qmail@onion.perl.org>
9845      Branch: perl
9846            + lib/CGI/t/push.t
9847            ! MANIFEST
9848 ____________________________________________________________________________
9849 [ 11987] By: jhi                                   on 2001/09/10  23:24:11
9850         Log: Subject: avoiding hoardes of zombies
9851              From: Nicholas Clark <nick@ccl4.org>
9852              Date: Mon, 10 Sep 2001 22:00:40 +0100
9853              Message-ID: <20010910220040.C1512@plum.flirble.org>
9854      Branch: perl
9855            ! pod/perlipc.pod
9856 ____________________________________________________________________________
9857 [ 11986] By: jhi                                   on 2001/09/10  23:22:10
9858         Log: Subject: PATCH Resubmission  - was Re: [ID 20010902.001] v strings over 2*31 barf
9859              From: John Peacock <jpeacock@rowman.com>
9860              Date: Mon, 10 Sep 2001 16:34:30 -0400
9861              Message-ID: <3B9D23D6.90BCCC25@rowman.com>
9862      Branch: perl
9863            ! sv.c t/op/ver.t utf8.h
9864 ____________________________________________________________________________
9865 [ 11985] By: ams                                   on 2001/09/10  23:20:13
9866         Log: Typo fixed by Blair Zajac in <3B9D284C.23B8D20B@orcaware.com>.
9867      Branch: perl
9868            ! MANIFEST
9869 ____________________________________________________________________________
9870 [ 11984] By: jhi                                   on 2001/09/10  23:09:31
9871         Log: (Retracted by #12001)
9872              Subject: Calc with USE_MUL/USE_DIV
9873              From: Tels <perl_dummy@bloodgate.com>
9874              Date: Fri, 07 Sep 2001 18:52:08 +0200 (CEST)
9875              Message-Id: <200109071651.TAA11249@tiku.hut.fi>
9876      Branch: perl
9877            ! lib/Math/BigInt/Calc.pm
9878 ____________________________________________________________________________
9879 [ 11983] By: jhi                                   on 2001/09/10  22:37:14
9880         Log: Subject: [PATCH op.c] Re: perl@11978
9881              From: Robin Barker <rmb1@cise.npl.co.uk>
9882              Date: Mon, 10 Sep 2001 18:58:01 +0100 (BST)
9883              Message-Id: <200109101758.SAA07670@tempest.npl.co.uk>
9884              
9885              Format errors.
9886      Branch: perl
9887            ! op.c
9888 ____________________________________________________________________________
9889 [ 11982] By: jhi                                   on 2001/09/10  22:35:57
9890         Log: Switch PADOFFSET back to U32 both because of binary backward
9891              compatibility and because Arthur seems to have been fixing the
9892              problems with naughty integer-pointer casting.
9893      Branch: perl
9894            ! op.h
9895 ____________________________________________________________________________
9896 [ 11981] By: ams                                   on 2001/09/10  16:31:43
9897         Log: Subject: [PATCH MANIFEST, lib/ExtUtils/Command.pm, lib/ExtUtils/Command.t]
9898              Fix Pod Typo, Add Test for ExtUtils::Command
9899              From: "chromatic" <chromatic@rmci.net>
9900              Date: Mon, 10 Sep 2001 11:20:56 -0600
9901              Message-Id: <20010910172528.54160.qmail@onion.perl.org>
9902      Branch: perl
9903            + lib/ExtUtils/Command.t
9904            ! MANIFEST lib/ExtUtils/Command.pm
9905 ____________________________________________________________________________
9906 [ 11980] By: jhi                                   on 2001/09/10  13:29:35
9907         Log: Subject: [PATCH] Encode.pm docs fix
9908              From: Matt Sergeant <MSergeant@star.net.uk>
9909              Date: Mon, 10 Sep 2001 15:24:01 +0100
9910              Message-ID: <315E8A8BF9D1D411AD3D00508BB1B0C004B90035@UKS040>     
9911      Branch: perl
9912            ! ext/Encode/Encode.pm
9913 ____________________________________________________________________________
9914 [ 11979] By: jhi                                   on 2001/09/10  13:17:48
9915         Log: Update Changes.
9916      Branch: perl
9917            ! Changes patchlevel.h
9918 ____________________________________________________________________________
9919 [ 11978] By: jhi                                   on 2001/09/10  12:59:40
9920         Log: Revert #11973, the dTHX seems to be needed in there
9921              for threaded builds.
9922      Branch: perl
9923            ! perlio.c
9924 ____________________________________________________________________________
9925 [ 11977] By: jhi                                   on 2001/09/10  12:55:47
9926         Log: Detypo.
9927      Branch: perl
9928            ! pod/perlguts.pod
9929 ____________________________________________________________________________
9930 [ 11976] By: jhi                                   on 2001/09/10  12:46:34
9931         Log: Further Class::Struct patching from Damian.
9932              
9933              The new new semantics are:
9934              
9935              * If you pass an initializer for a nested object, it has to be:
9936              a) a reference to an object of that class, or      
9937              b) a reference to an object of a subclass of that class, or
9938              c) a reference to a hash of arguments to be passed to the
9939              class's constructor
9940              * If you pass no initializer for a nested object, the attribute
9941              is initialized to C<undef>
9942      Branch: perl
9943            ! lib/Class/Struct.pm
9944 ____________________________________________________________________________
9945 [ 11975] By: jhi                                   on 2001/09/10  12:42:24
9946         Log: Skip the crypt test if no crypt.
9947      Branch: perl
9948            ! t/op/crypt.t
9949 ____________________________________________________________________________
9950 [ 11974] By: jhi                                   on 2001/09/10  12:39:25
9951         Log: Warn against using bare v-strings as IP addresses
9952              (okay if using the wrappers from Socket)
9953      Branch: perl
9954            ! pod/perldata.pod pod/perlport.pod
9955 ____________________________________________________________________________
9956 [ 11973] By: sky                                   on 2001/09/10  11:57:58
9957         Log: Remove unused dTHX. Silenced another warning.
9958      Branch: perl
9959            ! perlio.c
9960 ____________________________________________________________________________
9961 [ 11972] By: sky                                   on 2001/09/10  11:54:25
9962         Log: Silence some more warnings INT2PTR.
9963      Branch: perl
9964            ! pp.c pp_ctl.c sharedsv.c sv.c taint.c
9965 ____________________________________________________________________________
9966 [ 11971] By: sky                                   on 2001/09/10  11:21:50
9967         Log: Silence another ITHREAD 64bit INT/32bit PTR warning.
9968      Branch: perl
9969            ! cop.h
9970 ____________________________________________________________________________
9971 [ 11970] By: sky                                   on 2001/09/10  11:17:25
9972         Log: Apply INT2PTR with force to silence warnings from
9973              PM_GETRE and friends. No more warnings with 64bit 
9974              IVs and 32bit pointers.    
9975      Branch: perl
9976            ! op.c op.h perl.c
9977 ____________________________________________________________________________
9978 [ 11969] By: sky                                   on 2001/09/10  10:13:02
9979         Log: Removed reference of -DPERL_CUSTOM_OPS in the documentation.
9980      Branch: perl
9981            ! pod/perlguts.pod
9982 ____________________________________________________________________________
9983 [ 11968] By: sky                                   on 2001/09/10  10:02:51
9984         Log: Remove #ifdef PERL_CUSTOM_OPS, always build with PERL_CUSTOM_OPS
9985              Rename to custop_op_name to Perl_custom_op_name to match perlapi
9986              Clone the hashtable PL_custom_op_names and PL_custop_op_descs in 
9987              perl_clone.
9988      Branch: perl
9989            ! embed.pl intrpvar.h makedef.pl op.c opcode.pl sv.c
9990 ____________________________________________________________________________
9991 [ 11967] By: jhi                                   on 2001/09/10  03:14:35
9992         Log: Using strlen() not good on embedded nul bytes.
9993      Branch: perl
9994            ! regcomp.c
9995 ____________________________________________________________________________
9996 [ 11966] By: ams                                   on 2001/09/09  21:06:13
9997         Log: Subject: Re: [ID 20010810.011] 'use v2b' not allowed with strict
9998              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9999              Date: Mon, 13 Aug 2001 22:51:59 +0200
10000              Message-ID: <20010813225159.C6681@rafael>
10001              (Applied with several tweaks.)
10002      Branch: perl
10003            ! embed.h embed.pl proto.h toke.c
10004 ____________________________________________________________________________
10005 [ 11965] By: jhi                                   on 2001/09/09  14:40:39
10006         Log: The exact error message is system-dependent.
10007      Branch: perl
10008            ! lib/ExtUtils/Manifest.t
10009 ____________________________________________________________________________
10010 [ 11964] By: jhi                                   on 2001/09/09  14:38:05
10011         Log: Add Windows and Mac Sami support to Encode
10012              (http://www.egt.ie/standards/se/sami-teastabaiki.html)
10013      Branch: perl
10014            + ext/Encode/Encode/isoir-197.enc ext/Encode/Encode/macSami.enc
10015            ! MANIFEST
10016 ____________________________________________________________________________
10017 [ 11963] By: jhi                                   on 2001/09/09  13:54:07
10018         Log: Use the tried method.
10019      Branch: perl
10020            ! pod/perlport.pod
10021 ____________________________________________________________________________
10022 [ 11962] By: jhi                                   on 2001/09/09  13:46:59
10023         Log: Can't count parentheses.
10024      Branch: perl
10025            ! ext/IO/lib/IO/Socket/INET.pm
10026 ____________________________________________________________________________
10027 [ 11961] By: jhi                                   on 2001/09/09  13:34:12
10028         Log: perlport additions: 1 while unlink, add/delete directory
10029              entries and permissions, cygwin stat funkiness (from Michael
10030              Schwern and Nicholas Clark)
10031      Branch: perl
10032            ! pod/perlport.pod
10033 ____________________________________________________________________________
10034 [ 11960] By: jhi                                   on 2001/09/09  13:19:12
10035         Log: blib does have a detectable test.
10036      Branch: perl
10037            ! t/lib/1_compile.t
10038 ____________________________________________________________________________
10039 [ 11959] By: jhi                                   on 2001/09/09  13:16:43
10040         Log: Subject: [PATCH MANIFEST, lib/Term/Complete.t] Add Test for Term::Complete
10041              From: "chromatic" <chromatic@rmci.net>
10042              Date: Sat, 08 Sep 2001 19:33:42 -0600
10043              Message-ID: <20010909013810.11522.qmail@onion.perl.org>
10044      Branch: perl
10045            + lib/Term/Complete.t
10046            ! MANIFEST
10047 ____________________________________________________________________________
10048 [ 11958] By: jhi                                   on 2001/09/09  13:09:02
10049         Log: Subject: [PATCH MANIFEST lib/Test/Tutorial.pod] Test::Tutorial?
10050              From: Michael G Schwern <schwern@pobox.com> 
10051              Date: Sat, 8 Sep 2001 02:40:26 -0400
10052              Message-ID: <20010908024026.A26283@blackrider>
10053      Branch: perl
10054            + lib/Test/Tutorial.pod
10055            ! MANIFEST
10056 ____________________________________________________________________________
10057 [ 11957] By: jhi                                   on 2001/09/09  13:03:33
10058         Log: Try to look up protocol (by name) only iff it has non-numbers:
10059              nice if the server is in a chrooted environment (no /etc/protocols,
10060              server code using hardcorded protocol numbers like 6 for tcp),
10061              suggested by John Holdsworth <coldwave@bigfoot.com>.
10062              In other words, if we are given a number, why look it up again
10063              (by number)?
10064      Branch: perl
10065            ! ext/IO/lib/IO/Socket/INET.pm
10066 ____________________________________________________________________________
10067 [ 11956] By: jhi                                   on 2001/09/09  12:53:12
10068         Log: Subject: [PATCH regcomp.c] zero-width assertions CAN be ?'d
10069              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
10070              Date: Sat, 8 Sep 2001 15:42:30 -0400 (EDT) 
10071              Message-ID: <Pine.GSO.4.21.0109081535480.24489-100000@crusoe.crusoe.net>
10072              
10073              Subject: Re: [PATCH t/op/misc.t] regcomp.c patch broke test 
10074              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
10075              Date: Sat, 8 Sep 2001 18:33:12 -0400 (EDT)
10076              Message-ID: <Pine.GSO.4.21.0109081832030.24489-100000@crusoe.crusoe.net>
10077              Subject: [PATCH t/lib/warnings/regcomp] (?=...)? gives no warning now
10078              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
10079              Date: Sat, 8 Sep 2001 18:37:22 -0400 (EDT)
10080              Message-ID: <Pine.GSO.4.21.0109081835340.24489-100000@crusoe.crusoe.net>
10081      Branch: perl
10082            ! regcomp.c t/lib/warnings/regcomp t/run/kill_perl.t
10083 ____________________________________________________________________________
10084 [ 11955] By: ams                                   on 2001/09/09  02:54:21
10085         Log: Subject: Re: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm
10086              From: "Craig A. Berry" <craigberry@mac.com>
10087              Date: Sat, 08 Sep 2001 19:02:16 -0500
10088              Message-Id: <5.1.0.14.0.20010908185936.01aadcc0@mail.mac.com>
10089      Branch: perl
10090            ! lib/CGI/t/carp.t
10091 ____________________________________________________________________________
10092 [ 11954] By: jhi                                   on 2001/09/09  02:30:39
10093         Log: Documentation tweaks; think the IP address as an opaque string.
10094      Branch: perl
10095            ! ext/Socket/Socket.pm
10096 ____________________________________________________________________________
10097 [ 11953] By: jhi                                   on 2001/09/09  00:32:05
10098         Log: Subject: [REPATCH] Re: [PATCH] new test lib/blib.t
10099              From: Michael G Schwern <schwern@pobox.com>
10100              Date: Sat, 8 Sep 2001 19:45:46 -0400
10101              Message-ID: <20010908194546.C9193@blackrider>
10102      Branch: perl
10103            + lib/blib.t
10104            ! MANIFEST lib/blib.pm t/lib/1_compile.t
10105 ____________________________________________________________________________
10106 [ 11952] By: jhi                                   on 2001/09/09  00:27:15
10107         Log: Subject: [PATCH MANIFEST, lib/CGI/t/fast.t] Added Test for CGI::Fast
10108              From: "chromatic" <chromatic@rmci.net>
10109              Date: Sat, 08 Sep 2001 12:31:44 -0600
10110              Message-ID: <20010908183612.49960.qmail@onion.perl.org>
10111      Branch: perl
10112            + lib/CGI/t/fast.t
10113            ! MANIFEST
10114 ____________________________________________________________________________
10115 [ 11951] By: jhi                                   on 2001/09/09  00:24:07
10116         Log: The Socket tests were wrong: they were assuming too much.
10117      Branch: perl
10118            ! ext/Socket/Socket.pm ext/Socket/Socket.t ext/Socket/Socket.xs
10119 ____________________________________________________________________________
10120 [ 11950] By: jhi                                   on 2001/09/08  20:09:07
10121         Log: Retract the portability changes since they
10122              seem to have opened a can of worms... will
10123              go back to UNICOS/mk and do the bare minimum
10124              required to get the tests working.
10125      Branch: perl
10126            ! ext/Socket/Socket.xs
10127 ____________________________________________________________________________
10128 [ 11949] By: jhi                                   on 2001/09/08  19:48:20
10129         Log: PADOFFSET is used to cast pointers into integers,
10130              if pointers are 64 bits and U32 32 bits,
10131              bad things may happen, or at least warnings issued.
10132      Branch: perl
10133            ! op.h
10134 ____________________________________________________________________________
10135 [ 11948] By: jhi                                   on 2001/09/08  18:50:07
10136         Log: Still more Socket portability tweaking.
10137              Now Socket.t seems to be happy in all of
10138              Linux/x86, Tru64/alpha, Solaris/sparc,
10139              IRIX/MIPS (both 32-bit and 64-bit), and UNICOS/mk/alpha.
10140              
10141              Addendum: it seems that io_multihomed, io_sock, and hostent
10142              were broken in little-endians (linux/x86 and tru64/alpha)
10143              because of this change.  Argh.
10144      Branch: perl
10145            ! ext/Socket/Socket.xs
10146 ____________________________________________________________________________
10147 [ 11947] By: jhi                                   on 2001/09/08  17:23:23
10148         Log: More portability kicking on inet_ntoa().
10149      Branch: perl
10150            ! ext/Socket/Socket.xs
10151 ____________________________________________________________________________
10152 [ 11946] By: jhi                                   on 2001/09/08  15:09:58
10153         Log: Subject: [REPATCH] Re: [PATCH MANIFEST, lib/ExtUtils/Manifest.t] Another New Test
10154              From: Michael G Schwern <schwern@pobox.com> 
10155              Date: Fri, 7 Sep 2001 23:06:51 -0400
10156              Message-ID: <20010907230651.R606@blackrider>
10157      Branch: perl
10158            + lib/ExtUtils/Manifest.t
10159            ! MANIFEST lib/ExtUtils/MM_Unix.pm lib/ExtUtils/Manifest.pm
10160 ____________________________________________________________________________
10161 [ 11945] By: jhi                                   on 2001/09/08  14:49:15
10162         Log: Subject: Re: [PATCH MANIFEST, lib/ExtUtils/testlib.t] More Tests
10163              From: "chromatic" <chromatic@rmci.net>
10164              Date: Fri, 07 Sep 2001 17:53:15 -0600      
10165              Message-ID: <20010907235740.80566.qmail@onion.perl.org>              
10166      Branch: perl
10167            + lib/ExtUtils/testlib.t
10168            ! MANIFEST
10169 ____________________________________________________________________________
10170 [ 11944] By: jhi                                   on 2001/09/07  22:57:00
10171         Log: Thinko.
10172      Branch: perl
10173            ! lib/integer.t
10174 ____________________________________________________________________________
10175 [ 11943] By: jhi                                   on 2001/09/07  20:34:55
10176         Log: Subject: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm
10177              From: "Craig A. Berry" <craigberry@mac.com>
10178              Date: Fri, 07 Sep 2001 15:30:03 -0500
10179              Message-Id: <5.1.0.14.0.20010907142644.03700c38@exchi01>
10180      Branch: perl
10181            ! lib/CGI/Carp.pm
10182 ____________________________________________________________________________
10183 [ 11942] By: jhi                                   on 2001/09/07  20:30:43
10184         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm] (was Re: MakeMaker: MM_Unix rule excluding pods)
10185              From: Michael G Schwern <schwern@pobox.com>
10186              Date: Fri, 7 Sep 2001 15:38:13 -0400
10187              Message-ID: <20010907153813.K606@blackrider>
10188      Branch: perl
10189            ! lib/ExtUtils/MM_Unix.pm
10190 ____________________________________________________________________________
10191 [ 11941] By: jhi                                   on 2001/09/07  20:28:24
10192         Log: Subject: [PATCH perl.h mg.c pp_sys.c] Silence the remaing format warning
10193              From: Robin Barker <rmb1@cise.npl.co.uk>
10194              Date: Fri, 7 Sep 2001 18:28:23 +0100 (BST)
10195              Message-Id: <200109071728.SAA13569@tempest.npl.co.uk>
10196      Branch: perl
10197            ! Porting/pumpkin.pod mg.c perl.h pp_sys.c
10198 ____________________________________________________________________________
10199 [ 11940] By: jhi                                   on 2001/09/07  20:26:29
10200         Log: Clean up 1_compile.t; move tests to more consistent
10201              places (t/ subdirectories); add integer.t (much of
10202              the pragma is tested elsewhere but there is no one
10203              centralized place)
10204      Branch: perl
10205            + ext/Fcntl/t/fcntl.t ext/Fcntl/t/syslfs.t ext/POSIX/t/posix.t
10206            + ext/POSIX/t/sigaction.t lib/Env/t/array.t lib/Env/t/env.t
10207            + lib/File/Find/t/find.t lib/File/Find/t/taint.t lib/integer.t
10208            - ext/Fcntl/Fcntl.t ext/Fcntl/syslfs.t ext/POSIX/POSIX.t
10209            - ext/POSIX/sigaction.t lib/Env/array.t lib/Env/env.t
10210            - lib/File/Find/find.t lib/File/Find/taint.t
10211            ! MANIFEST t/lib/1_compile.t t/op/lfs.t
10212 ____________________________________________________________________________
10213 [ 11939] By: jhi                                   on 2001/09/07  17:25:32
10214         Log: Subject: Re: [PATCH lib/File/Find/taint.t] Use Test::More
10215              From: "chromatic" <chromatic@rmci.net>
10216              Date: Fri, 07 Sep 2001 10:17:40 -0600
10217              Message-ID: <20010907162205.84723.qmail@onion.perl.org>
10218      Branch: perl
10219            ! lib/File/Find/taint.t
10220 ____________________________________________________________________________
10221 [ 11938] By: jhi                                   on 2001/09/07  14:04:43
10222         Log: Update Changes.
10223      Branch: perl
10224            ! Changes patchlevel.h
10225 ____________________________________________________________________________
10226 [ 11937] By: jhi                                   on 2001/09/07  13:52:03
10227         Log: Rename the old threading tutorial, start a new one,
10228              regen toc.
10229      Branch: perl
10230            + pod/perlothrtut.pod
10231            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlthrtut.pod
10232            ! pod/perltoc.pod
10233 ____________________________________________________________________________
10234 [ 11936] By: jhi                                   on 2001/09/07  13:05:48
10235         Log: vars very much has a test.
10236      Branch: perl
10237            ! t/lib/1_compile.t
10238 ____________________________________________________________________________
10239 [ 11935] By: jhi                                   on 2001/09/07  12:52:06
10240         Log: Subject: Re: wince/perl.ico marked as binary
10241              From: Nicholas Clark <nick@ccl4.org>
10242              Date: Fri, 7 Sep 2001 13:54:40 +0100
10243              Message-ID: <20010907135439.D39150@plum.flirble.org>
10244              
10245              and wince/Makefile.ce change from Rainer Keuchel.
10246      Branch: perl
10247            + wince/makeico.pl
10248            ! MANIFEST wince/Makefile.ce
10249 ____________________________________________________________________________
10250 [ 11934] By: jhi                                   on 2001/09/07  12:43:50
10251         Log: Subject: Re: [PATCH regexec.c] more general .* and .*?
10252              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
10253              Date: Fri, 7 Sep 2001 09:41:10 -0400 (EDT)
10254              Message-ID: <Pine.GSO.4.21.0109070933530.7041-100000@crusoe.crusoe.net>
10255      Branch: perl
10256            ! regexec.c
10257 ____________________________________________________________________________
10258 [ 11933] By: jhi                                   on 2001/09/07  12:37:46
10259         Log: (Replaced by #11934)
10260              Subject: Re: [PATCH regexec.c] more general .* and .*?
10261              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
10262              Date: Fri, 7 Sep 2001 08:44:17 -0400 (EDT)
10263              Message-ID: <Pine.GSO.4.21.0109070836110.7041-100000@crusoe.crusoe.net>
10264      Branch: perl
10265            ! regexec.c
10266 ____________________________________________________________________________
10267 [ 11932] By: jhi                                   on 2001/09/07  12:27:14
10268         Log: The #11931 patching misbehaved.
10269      Branch: perl
10270            ! lib/Test/Harness/t/test-harness.t
10271 ____________________________________________________________________________
10272 [ 11931] By: jhi                                   on 2001/09/07  12:21:30
10273         Log: Subject: [PATCH lib/Test/Harness* t/TEST] Test::Harness 1.25 sync
10274              From: Michael G Schwern <schwern@pobox.com>
10275              Date: Fri, 7 Sep 2001 03:30:41 -0400
10276              Message-ID: <20010907033041.A2796@blackrider>
10277      Branch: perl
10278            + lib/Test/Harness/Changes lib/Test/Harness/t/base.t
10279            + lib/Test/Harness/t/ok.t lib/Test/Harness/t/test-harness.t
10280            + t/lib/sample-tests/header_at_end_fail
10281            + t/lib/sample-tests/skip_no_msg t/lib/sample-tests/todo_inline
10282            - lib/Test/Harness.t
10283            ! MANIFEST lib/Test/Harness.pm t/TEST
10284 ____________________________________________________________________________
10285 [ 11930] By: jhi                                   on 2001/09/07  11:59:17
10286         Log: Subject: [PATCH] Digest::MD5 update
10287              From: Gisle Aas <gisle@ActiveState.com>
10288              Date: 06 Sep 2001 23:32:56 -0700
10289              Message-ID: <lrofon5x47.fsf@caliper.ActiveState.com>
10290      Branch: perl
10291            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
10292            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
10293 ____________________________________________________________________________
10294 [ 11929] By: jhi                                   on 2001/09/07  11:23:05
10295         Log: Subject: [PATCH MANIFEST, lib/less.t] Add Tests for the less Pragma
10296              From: "chromatic" <chromatic@rmci.net>
10297              Date: Thu, 06 Sep 2001 23:11:44 -0600
10298              Message-ID: <20010907051609.91459.qmail@onion.perl.org>
10299      Branch: perl
10300            + lib/less.t
10301            ! MANIFEST t/lib/1_compile.t
10302 ____________________________________________________________________________
10303 [ 11928] By: jhi                                   on 2001/09/07  11:19:29
10304         Log: The binary file must somehow differently stored.
10305      Branch: perl
10306            - wince/perl.ico
10307            ! MANIFEST
10308 ____________________________________________________________________________
10309 [ 11927] By: jhi                                   on 2001/09/07  03:53:29
10310         Log: Add more modules to the list of modules that have tests,
10311              Schwern's wallet is getting more nervous.
10312              (Run t/lib/1_compile.t manually to see which modules
10313              are lacking tests, or the tests can't be run for some
10314              reason or another, such as the Net:: modules)
10315      Branch: perl
10316            ! t/lib/1_compile.t
10317 ____________________________________________________________________________
10318 [ 11926] By: jhi                                   on 2001/09/07  03:43:11
10319         Log: Try to make Socket::inet_ntoa() more robust.
10320      Branch: perl
10321            ! ext/Socket/Socket.t ext/Socket/Socket.xs pod/perldiag.pod
10322 ____________________________________________________________________________
10323 [ 11925] By: jhi                                   on 2001/09/07  01:57:58
10324         Log: Subject: Re: [PATCH lib/English.t] Test All Aliases (including %Errno)
10325              From: chromatic <chromatic@rmci.net>       
10326              Date: Wed, 5 Sep 2001 22:58:05 -0600                         
10327              Message-Id: <01090522580506.19590@firewheel>           
10328      Branch: perl
10329            ! lib/English.t
10330 ____________________________________________________________________________
10331 [ 11924] By: jhi                                   on 2001/09/07  01:55:05
10332         Log: Subject: Re: perlvar manpage and localizing special vars
10333              From: Stas Bekman <stas@stason.org>
10334              Date: Fri, 7 Sep 2001 10:10:24 +0800 (SGT)
10335              Message-ID: <Pine.LNX.4.33.0109071009240.19262-100000@stas.singnet.com.sg>
10336      Branch: perl
10337            ! pod/perlvar.pod
10338 ____________________________________________________________________________
10339 [ 11923] By: jhi                                   on 2001/09/07  01:49:36
10340         Log: Subject: [PATCH MakeMaker.pm] noise from make in ext/SDBM
10341              From: Robin Barker <rmb1@cise.npl.co.uk>
10342              Date: Thu, 6 Sep 2001 19:36:49 +0100 (BST)
10343              Message-Id: <200109061836.TAA08747@tempest.npl.co.uk>
10344      Branch: perl
10345            ! lib/ExtUtils/MakeMaker.pm
10346 ____________________________________________________________________________
10347 [ 11922] By: jhi                                   on 2001/09/06  18:09:08
10348         Log: Symbol missing; AIX unhappy.
10349      Branch: perl
10350            ! makedef.pl
10351 ____________________________________________________________________________
10352 [ 11921] By: jhi                                   on 2001/09/06  17:52:43
10353         Log: Add a test for [ID 20010906.019] perl crashes on "undef foo"
10354              Reported in 5.61, seems to work okay in blead.
10355      Branch: perl
10356            ! t/run/kill_perl.t
10357 ____________________________________________________________________________
10358 [ 11920] By: jhi                                   on 2001/09/06  14:35:09
10359         Log: Update Changes.
10360      Branch: perl
10361            ! Changes patchlevel.h
10362 ____________________________________________________________________________
10363 [ 11919] By: jhi                                   on 2001/09/06  14:20:10
10364         Log: Document the bad assumptions currently breaking
10365              the Socket.t tests 10, 11, and 13 in UNICOS.
10366      Branch: perl
10367            ! ext/Socket/Socket.xs
10368 ____________________________________________________________________________
10369 [ 11918] By: jhi                                   on 2001/09/06  14:07:45
10370         Log: Subject: [PATCH x2p] make OPTIMIZE=...
10371              From: Robin Barker <rmb1@cise.npl.co.uk>
10372              Date: Thu, 6 Sep 2001 13:31:37 +0100 (BST)
10373              Message-Id: <200109061231.NAA25265@tempest.npl.co.uk>
10374      Branch: perl
10375            ! x2p/Makefile.SH x2p/cflags.SH
10376 ____________________________________________________________________________
10377 [ 11917] By: jhi                                   on 2001/09/06  14:01:45
10378         Log: Subject: [PATCH] for perlhack.pod - no p5p archive on deja/google
10379              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
10380              Date: Thu, 6 Sep 2001 11:09:40 +0100
10381              Message-ID: <20010906110939.A914@homer.diplex.co.uk>
10382              
10383              Subject: Re: [PATCH] for perlhack.pod - no p5p archive on deja/google    
10384              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
10385              Date: 6 Sep 2001 10:14:38 -0000
10386              Message-Id: <slrn9pej4m.1j8.rgarciasuarez@rafael.kazibao.net>   
10387      Branch: perl
10388            ! pod/perlfaq1.pod pod/perlhack.pod
10389 ____________________________________________________________________________
10390 [ 11916] By: jhi                                   on 2001/09/06  13:56:19
10391         Log: Subject: Extra NUL is Data::Dumper output - patch
10392              From: Tony Cook <tony@develop-help.com>
10393              Date: Thu, 6 Sep 2001 12:35:49 +1000 (EST)
10394              Message-ID: <Pine.LNX.4.10.10109061157210.9366-100000@develop-help.com>
10395      Branch: perl
10396            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
10397 ____________________________________________________________________________
10398 [ 11915] By: jhi                                   on 2001/09/06  13:51:16
10399         Log: Avoid redefinition warning
10400              Subroutine Cwd::fastcwd redefined at lib/XSLoader.pm line 97.
10401              from
10402              perl -w -Ilib -MCwd -e ''
10403      Branch: perl
10404            ! lib/Cwd.pm
10405 ____________________________________________________________________________
10406 [ 11914] By: jhi                                   on 2001/09/06  13:30:32
10407         Log: Update the is_tainted() example implementation.
10408      Branch: perl
10409            ! pod/perlsec.pod
10410 ____________________________________________________________________________
10411 [ 11913] By: jhi                                   on 2001/09/06  13:15:59
10412         Log: Missing) in #11912.
10413      Branch: perl
10414            ! lib/Test/Simple/t/fail.t
10415 ____________________________________________________________________________
10416 [ 11912] By: jhi                                   on 2001/09/06  13:08:48
10417         Log: Rewhack Test-Simple into core harness.
10418      Branch: perl
10419            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
10420            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
10421            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
10422            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
10423            ! lib/Test/Simple/t/skipall.t
10424 ____________________________________________________________________________
10425 [ 11911] By: jhi                                   on 2001/09/06  11:54:06
10426         Log: Workaround for the new Exporter 'feature'.
10427      Branch: perl
10428            ! lib/Test/More.pm
10429 ____________________________________________________________________________
10430 [ 11910] By: jhi                                   on 2001/09/06  11:52:56
10431         Log: Re-introduce pure-Perl fall-back for abs_path,
10432              re-introduce #11898.
10433      Branch: perl
10434            ! lib/Cwd.pm lib/File/Find.pm
10435 ____________________________________________________________________________
10436 [ 11909] By: jhi                                   on 2001/09/06  03:49:13
10437         Log: More tests.
10438      Branch: perl
10439            ! lib/Exporter.t
10440 ____________________________________________________________________________
10441 [ 11908] By: jhi                                   on 2001/09/06  03:38:22
10442         Log: Retract #11898 for now because it introduces
10443              a rather nasty depencency: when B is being built,
10444              MakeMaker is used.  MakeMaker uses File::Find.
10445              File::Find uses Cwd::getcwd()...which doesn't
10446              exist yet.
10447      Branch: perl
10448            ! lib/File/Find.pm
10449 ____________________________________________________________________________
10450 [ 11907] By: jhi                                   on 2001/09/06  03:20:02
10451         Log: New test welcome.
10452      Branch: perl
10453            + lib/Test/Simple/t/simple.t
10454 ____________________________________________________________________________
10455 [ 11906] By: jhi                                   on 2001/09/06  03:08:01
10456         Log: Old test begone.
10457      Branch: perl
10458            - lib/Attribute/Handlers/test.pl
10459 ____________________________________________________________________________
10460 [ 11905] By: jhi                                   on 2001/09/06  01:41:03
10461         Log: Test-Simple syncup from Schwern.
10462      Branch: perl
10463            + lib/Test/Simple/t/More.t lib/Test/Simple/t/fail-like.t
10464            + lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/skip.t
10465            + lib/Test/Simple/t/skipall.t lib/Test/Simple/t/todo.t
10466            + lib/Test/Simple/t/undef.t lib/Test/Simple/t/useing.t
10467            + lib/Test/Utils.pm t/lib/Test/Simple/Catch/More.pm
10468            - lib/Test/More/Changes lib/Test/More/t/More.t
10469            - lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
10470            - lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
10471            - lib/Test/Simple/t/simple.t t/lib/Test/More/Catch.pm
10472            ! MANIFEST lib/Test/More.pm lib/Test/Simple.pm
10473            ! lib/Test/Simple/Changes lib/Test/Simple/t/exit.t
10474            ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
10475            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
10476            ! lib/Test/Simple/t/plan_is_noplan.t t/lib/Test/Simple/Catch.pm
10477            ! t/lib/Test/Simple/sample_tests/death.plx
10478            ! t/lib/Test/Simple/sample_tests/death_in_eval.plx
10479            ! t/lib/Test/Simple/sample_tests/extras.plx
10480            ! t/lib/Test/Simple/sample_tests/five_fail.plx
10481            ! t/lib/Test/Simple/sample_tests/last_minute_death.plx
10482            ! t/lib/Test/Simple/sample_tests/one_fail.plx
10483            ! t/lib/Test/Simple/sample_tests/require.plx
10484            ! t/lib/Test/Simple/sample_tests/success.plx
10485            ! t/lib/Test/Simple/sample_tests/too_few.plx
10486            ! t/lib/Test/Simple/sample_tests/two_fail.plx
10487 ____________________________________________________________________________
10488 [ 11904] By: pudge                                 on 2001/09/06  00:28:01
10489         Log: Integrate File::Find changes from bleadperl
10490      Branch: maint-5.6/macperl
10491            ! lib/File/Find.pm t/lib/filefind-taint.t
10492 ____________________________________________________________________________
10493 [ 11903] By: pudge                                 on 2001/09/06  00:22:29
10494         Log: Integrate 11847 from maint-5.6/perl
10495      Branch: maint-5.6/macperl
10496           !> sv.c
10497 ____________________________________________________________________________
10498 [ 11902] By: jhi                                   on 2001/09/05  23:27:57
10499         Log: In UNICOS division yada yada.
10500      Branch: perl
10501            ! t/op/override.t
10502 ____________________________________________________________________________
10503 [ 11901] By: jhi                                   on 2001/09/05  23:26:23
10504         Log: In UNICOS division is really lossy, better use
10505              a tolerance test.
10506      Branch: perl
10507            ! ext/Time/HiRes/HiRes.t
10508 ____________________________________________________________________________
10509 [ 11900] By: jhi                                   on 2001/09/05  23:22:38
10510         Log: In UNICOS sigaction() sets an extra flag
10511              ("the signal has been registered for all the processes in
10512              a multitasking group.")
10513      Branch: perl
10514            ! ext/POSIX/sigaction.t
10515 ____________________________________________________________________________
10516 [ 11899] By: jhi                                   on 2001/09/05  23:18:48
10517         Log: Documentation micropatch from Damian.
10518      Branch: perl
10519            ! lib/Attribute/Handlers.pm
10520 ____________________________________________________________________________
10521 [ 11898] By: jhi                                   on 2001/09/05  23:16:50
10522         Log: (Retracted by #11908)
10523              Subject: [PATCH] Re: [PATCH lib/File/Find.pm lib/File/Find/taint.t] Fixing those damned taint tests
10524              From: Michael G Schwern <schwern@pobox.com>
10525              Date: Wed, 5 Sep 2001 15:58:21 -0400
10526              Message-ID: <20010905155821.I632@blackrider>
10527      Branch: perl
10528            ! lib/File/Find.pm lib/File/Find/taint.t
10529 ____________________________________________________________________________
10530 [ 11897] By: jhi                                   on 2001/09/05  23:14:43
10531         Log: Subject: [PATCH lib/CGI/t/carp.t] Tests for CGI::Carp               
10532              From: Michael G Schwern <schwern@pobox.com>
10533              Date: Wed, 5 Sep 2001 19:16:31 -0400
10534              Message-ID: <20010905191631.E11386@blackrider>
10535      Branch: perl
10536            + lib/CGI/t/carp.t
10537            ! MANIFEST
10538 ____________________________________________________________________________
10539 [ 11896] By: jhi                                   on 2001/09/05  23:14:11
10540         Log: Subject: Re: [PATCH] Re: English.pm should do *PREMATCH = \$`       
10541              From: chromatic <chromatic@rmci.net>
10542              Date: Wed, 5 Sep 2001 18:08:07 -0600
10543              Message-Id: <01090518080700.19590@firewheel>
10544      Branch: perl
10545            ! lib/English.pm
10546 ____________________________________________________________________________
10547 [ 11895] By: jhi                                   on 2001/09/05  22:52:01
10548         Log: Fix a typo #11889 and add a test for the same.
10549      Branch: perl
10550            ! ext/Socket/Socket.t ext/Socket/Socket.xs
10551 ____________________________________________________________________________
10552 [ 11894] By: jhi                                   on 2001/09/05  22:43:26
10553         Log: Subject: [PATCH bleadperl] tweak warnings.t and kill_perl.t for VMS
10554              From: "Craig A. Berry" <craigberry@mac.com>
10555              Date: Wed, 05 Sep 2001 17:48:54 -0500
10556              Message-Id: <5.1.0.14.0.20010905145002.02b45218@exchi01>
10557      Branch: perl
10558            ! lib/warnings.t t/run/kill_perl.t
10559 ____________________________________________________________________________
10560 [ 11893] By: jhi                                   on 2001/09/05  22:36:35
10561         Log: Subject: [PATCH t/run/kill_perl.t] tying a bareword causes a segfault in 5.6.1
10562              From: Michael G Schwern <schwern@pobox.com>
10563              Date: Wed, 5 Sep 2001 17:22:25 -0400
10564              Message-ID: <20010905172225.C11386@blackrider>
10565      Branch: perl
10566            ! t/run/kill_perl.t
10567 ____________________________________________________________________________
10568 [ 11892] By: jhi                                   on 2001/09/05  22:34:55
10569         Log: Subject: [PATCH] Re: [ID 20010825.006] -DCRIPPLED_CC is broken
10570              From: Nicholas Clark <nick@ccl4.org>
10571              Date: Wed, 5 Sep 2001 20:54:24 +0100
10572              Message-ID: <20010905205424.C25120@plum.flirble.org>
10573      Branch: perl
10574            ! embed.h embed.pl global.sym pod/perlapi.pod proto.h sv.c sv.h
10575 ____________________________________________________________________________
10576 [ 11891] By: jhi                                   on 2001/09/05  22:34:16
10577         Log: Forgotten thing.
10578      Branch: perl
10579            ! uconfig.h
10580 ____________________________________________________________________________
10581 [ 11890] By: jhi                                   on 2001/09/05  22:27:42
10582         Log: Subject: Re: [PATCH] Re: English.pm should do *PREMATCH = \$`
10583              From: chromatic <chromatic@rmci.net>               
10584              Date: Wed, 5 Sep 2001 13:22:08 -0600
10585              Message-Id: <01090513220807.10587@firewheel> 
10586      Branch: perl
10587            ! lib/English.pm
10588 ____________________________________________________________________________
10589 [ 11889] By: jhi                                   on 2001/09/05  22:23:06
10590         Log: inet_ntoa() tweaks:
10591              - don't allow addresses with > 255 characters
10592              - indent the HP-UX workaround
10593              - don't leak memory
10594      Branch: perl
10595            ! ext/Socket/Socket.xs
10596 ____________________________________________________________________________
10597 [ 11888] By: jhi                                   on 2001/09/05  16:26:17
10598         Log: Clear up a documentation confusion noticed by Xiaoyun Wu
10599              <xwu@theeducationcenter.com>
10600      Branch: perl
10601            ! lib/File/Find.pm
10602 ____________________________________________________________________________
10603 [ 11887] By: jhi                                   on 2001/09/05  15:40:03
10604         Log: Typo nits.
10605      Branch: perl
10606            ! lib/File/Find.pm
10607 ____________________________________________________________________________
10608 [ 11886] By: jhi                                   on 2001/09/05  15:30:11
10609         Log: -Wall nit.
10610      Branch: perl
10611            ! op.c
10612 ____________________________________________________________________________
10613 [ 11885] By: gbarr                                 on 2001/09/05  15:26:18
10614         Log: Update to Scalar-List-Utils 1.05
10615      Branch: perl
10616            ! ext/List/Util/ChangeLog ext/List/Util/README
10617            ! ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm
10618 ____________________________________________________________________________
10619 [ 11884] By: jhi                                   on 2001/09/05  13:05:14
10620         Log: Update Changes.
10621      Branch: perl
10622            ! Changes patchlevel.h
10623 ____________________________________________________________________________
10624 [ 11883] By: gbarr                                 on 2001/09/05  12:51:35
10625         Log: Update to Scalar-List-Utils 1.04
10626      Branch: perl
10627            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
10628            ! ext/List/Util/lib/List/Util.pm
10629            ! ext/List/Util/lib/Scalar/Util.pm
10630 ____________________________________________________________________________
10631 [ 11882] By: jhi                                   on 2001/09/05  12:29:44
10632         Log: Metaconfigify #11724.
10633      Branch: metaconfig
10634            ! U/threads/archname.U
10635 ____________________________________________________________________________
10636 [ 11881] By: jhi                                   on 2001/09/05  12:21:44
10637         Log: The MacOS reference is okay, no reason to hide it.
10638      Branch: perl
10639            ! lib/Cwd.pm
10640 ____________________________________________________________________________
10641 [ 11880] By: jhi                                   on 2001/09/05  12:20:49
10642         Log: Subject: [PATCH lib/Cwd.pm ext/Cwd/Makefile.PL] Full doc cleanup (was  Re: [PATCH lib/Cwd.pm]  Try this again.)
10643              From: Michael G Schwern <schwern@pobox.com>
10644              Date: Tue, 4 Sep 2001 15:30:10 -0400
10645              Message-ID: <20010904153010.H26466@blackrider> 
10646              
10647              (We'll see whether the ../../lib/Cwd.pm works in alien lands)
10648      Branch: perl
10649            ! ext/Cwd/Makefile.PL lib/Cwd.pm
10650 ____________________________________________________________________________
10651 [ 11879] By: jhi                                   on 2001/09/05  12:12:18
10652         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.))
10653              From: Michael G Schwern <schwern@pobox.com>
10654              Date: Tue, 4 Sep 2001 17:39:13 -0400
10655              Message-ID: <20010904173913.C626@blackrider>
10656      Branch: perl
10657            ! lib/Cwd.pm
10658 ____________________________________________________________________________
10659 [ 11878] By: jhi                                   on 2001/09/05  12:10:50
10660         Log: Subject: Re: Perl_pp_* in public API?
10661              From: "Craig A. Berry" <craigberry@mac.com>
10662              Date: Tue, 4 Sep 2001 21:51:29 -0500
10663              Message-Id: <a05101000b7bb3f558c8a@[172.16.52.1]>
10664      Branch: perl
10665            ! ext/List/Util/Util.xs
10666 ____________________________________________________________________________
10667 [ 11877] By: jhi                                   on 2001/09/05  12:07:53
10668         Log: From Damian: Class::Struct was unable to define
10669              recursive classes.  After the patch an object reference
10670              (rather than a hash) is required to initialize
10671              an object attribute.  If no such initializer is given to
10672              the constructor, object attributes are now default
10673              initialized to C<undef>.
10674      Branch: perl
10675            ! lib/Class/Struct.pm lib/Class/Struct.t
10676 ____________________________________________________________________________
10677 [ 11876] By: jhi                                   on 2001/09/05  11:51:24
10678         Log: Subject: Re: sv_catpvfn and sv_setpvfn
10679              From: Richard Soderberg <rs@oregonnet.com>
10680              Date: Tue, 4 Sep 2001 15:16:47 -0700
10681              Message-Id: <200109042216.PAA17858@oregonnet.com>
10682      Branch: perl
10683            ! pod/perlclib.pod pod/perlguts.pod
10684 ____________________________________________________________________________
10685 [ 11875] By: jhi                                   on 2001/09/05  11:48:14
10686         Log: NetWare updates from Ananth Kesari.
10687      Branch: perl
10688            ! NetWare/config.wc NetWare/netware.h NetWare/nw5.c
10689            ! NetWare/nw5thread.h
10690 ____________________________________________________________________________
10691 [ 11874] By: jhi                                   on 2001/09/05  11:30:59
10692         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?))
10693              From: Nicholas Clark <nick@ccl4.org>
10694              Date: Tue, 4 Sep 2001 22:42:50 +0100
10695              Message-ID: <20010904224250.P25120@plum.flirble.org>
10696      Branch: perl
10697            ! embed.h embed.pl numeric.c perl.c perl.h pod/perlclib.pod
10698            ! pod/perlfunc.pod pp.c proto.h regcomp.c t/op/64bitint.t
10699            ! t/op/oct.t toke.c
10700 ____________________________________________________________________________
10701 [ 11873] By: jhi                                   on 2001/09/04  21:03:17
10702         Log: Fix Cwd::getcwd() not being tainted, as noticed
10703              by Schwern.
10704      Branch: perl
10705            + ext/Cwd/t/cwd.t ext/Cwd/t/taint.t
10706            - ext/Cwd/Cwd.t
10707            ! MANIFEST ext/Cwd/Cwd.xs util.c
10708 ____________________________________________________________________________
10709 [ 11872] By: jhi                                   on 2001/09/04  20:00:50
10710         Log: Retract #11870 and volatilize the right destruct_level.
10711              Silly thinko pointed out by Sarathy.
10712      Branch: perl
10713            ! intrpvar.h perl.c
10714 ____________________________________________________________________________
10715 [ 11871] By: jhi                                   on 2001/09/04  19:45:59
10716         Log: At least a temporary fix for the mysterious scope core dumps
10717              in Tru64 from Graham.
10718      Branch: perl
10719            ! ext/List/Util/Util.xs
10720 ____________________________________________________________________________
10721 [ 11870] By: jhi                                   on 2001/09/04  19:01:48
10722         Log: (Retracted by #11872)
10723      Branch: perl
10724            ! intrpvar.h
10725 ____________________________________________________________________________
10726 [ 11869] By: jhi                                   on 2001/09/04  17:43:31
10727         Log: Quench a -Wall gripe noticed by Robin Barker.
10728      Branch: perl
10729            ! op.c
10730 ____________________________________________________________________________
10731 [ 11868] By: jhi                                   on 2001/09/04  16:38:07
10732         Log: Subject: [PATCH perl@11834] Unicode::UCD rewritten using Lingua::KO::Hangul::Util
10733              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
10734              Date: Wed, 05 Sep 2001 02:01:32 +0900
10735              Message-Id: <20010905015059.E684.BQW10602@nifty.com>
10736      Branch: perl
10737            ! lib/Unicode/UCD.pm
10738 ____________________________________________________________________________
10739 [ 11867] By: jhi                                   on 2001/09/04  16:35:27
10740         Log: Subject: Re: [PATCH gv.c] @& sets PL_sawampersand
10741              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
10742              Date: Tue, 4 Sep 2001 12:51:02 -0400 (EDT)
10743              Message-ID: <Pine.GSO.4.21.0109041250420.7601-100000@crusoe.crusoe.net>
10744      Branch: perl
10745            ! gv.c
10746 ____________________________________________________________________________
10747 [ 11866] By: jhi                                   on 2001/09/04  13:52:28
10748         Log: Update Changes.
10749      Branch: perl
10750            ! Changes patchlevel.h
10751 ____________________________________________________________________________
10752 [ 11865] By: jhi                                   on 2001/09/04  13:36:58
10753         Log: Add the \[$@%&*] prototype support.
10754      Branch: perl
10755            ! op.c pod/perlsub.pod t/comp/proto.t
10756 ____________________________________________________________________________
10757 [ 11864] By: jhi                                   on 2001/09/04  13:10:38
10758         Log: Subject: [PATCH lib/CGI/t/form.t] Cleanup
10759              From: Michael G Schwern <schwern@pobox.com>
10760              Date: Mon, 3 Sep 2001 18:59:01 -0400
10761              Message-ID: <20010903185901.Z9233@blackrider>
10762      Branch: perl
10763            ! lib/CGI/t/form.t
10764 ____________________________________________________________________________
10765 [ 11863] By: jhi                                   on 2001/09/04  13:06:39
10766         Log: Subject: [PATCH gv.c] @& sets PL_sawampersand
10767              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
10768              Date: Mon, 3 Sep 2001 12:36:20 -0400 (EDT)
10769              Message-ID: <Pine.GSO.4.21.0109031235240.7601-100000@crusoe.crusoe.net>
10770      Branch: perl
10771            ! gv.c
10772 ____________________________________________________________________________
10773 [ 11862] By: jhi                                   on 2001/09/04  13:05:23
10774         Log: More srand entry tweakage based on Randal's suggestion.
10775      Branch: perl
10776            ! pod/perlfunc.pod
10777 ____________________________________________________________________________
10778 [ 11861] By: jhi                                   on 2001/09/04  12:48:14
10779         Log: Subject: [PATCH] 'main' *is* a reserved word
10780              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10781              Date: Mon, 3 Sep 2001 22:55:41 +0200
10782              Message-ID: <20010903225541.A24097@rafael>
10783      Branch: perl
10784            ! toke.c
10785 ____________________________________________________________________________
10786 [ 11860] By: jhi                                   on 2001/09/04  12:46:30
10787         Log: Subject: [PATCH: bleedperl] s/ROOT\./_ROOT./ for VMS default install prefix appendage
10788              From: Peter Prymmer <pvhp@best.com>
10789              Date: Mon, 3 Sep 2001 13:43:04 -0700 (PDT)
10790              Message-ID: <Pine.BSF.4.21.0109031338300.5068-100000@shell8.ba.best.com>
10791      Branch: perl
10792            ! README.vms configure.com
10793 ____________________________________________________________________________
10794 [ 11859] By: jhi                                   on 2001/09/04  12:44:29
10795         Log: Subject: Re: A slightly better default seed?   
10796              From: Michael G Schwern <schwern@pobox.com>
10797              Date: Mon, 3 Sep 2001 18:08:15 -0400 
10798              Message-ID: <20010903180815.W9233@blackrider>
10799      Branch: perl
10800            ! t/op/srand.t
10801 ____________________________________________________________________________
10802 [ 11858] By: jhi                                   on 2001/09/04  12:41:59
10803         Log: Add sharedsv.o to microperl object files.
10804      Branch: perl
10805            ! Makefile.micro
10806 ____________________________________________________________________________
10807 [ 11857] By: jhi                                   on 2001/09/04  12:27:51
10808         Log: AUTHORS updates and
10809              
10810              Subject: [PATCH] Just some preening :-)        
10811              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
10812              Date: Tue, 4 Sep 2001 14:16:59 +0100
10813              Message-ID: <20010904141659.A10129@homer.diplex.co.uk>            
10814      Branch: perl
10815            ! AUTHORS ext/Data/Dumper/Changes lib/Text/Soundex.pm
10816 ____________________________________________________________________________
10817 [ 11856] By: jhi                                   on 2001/09/04  12:09:43
10818         Log: Typo fix and slight rewording.
10819      Branch: perl
10820            ! pod/perlfunc.pod
10821 ____________________________________________________________________________
10822 [ 11855] By: jhi                                   on 2001/09/04  12:04:16
10823         Log: Update the FAQ now that Scalar-List-Utils 1.03 has shuffle().
10824      Branch: perl
10825            ! pod/perlfaq4.pod
10826 ____________________________________________________________________________
10827 [ 11854] By: jhi                                   on 2001/09/03  20:12:21
10828         Log: The helper file changed name.
10829      Branch: perl
10830            ! MANIFEST
10831 ____________________________________________________________________________
10832 [ 11853] By: gbarr                                 on 2001/09/03  20:00:00
10833         Log: Update to Scalar-List-Utils 1.03
10834      Branch: perl
10835            + ext/List/Util/t/shuffle.t
10836            ! MANIFEST ext/List/Util/ChangeLog ext/List/Util/Util.xs
10837            ! ext/List/Util/lib/List/Util.pm ext/List/Util/t/blessed.t
10838            ! ext/List/Util/t/dualvar.t ext/List/Util/t/first.t
10839            ! ext/List/Util/t/max.t ext/List/Util/t/maxstr.t
10840            ! ext/List/Util/t/min.t ext/List/Util/t/minstr.t
10841            ! ext/List/Util/t/readonly.t ext/List/Util/t/reduce.t
10842            ! ext/List/Util/t/reftype.t ext/List/Util/t/sum.t
10843            ! ext/List/Util/t/tainted.t ext/List/Util/t/weak.t
10844 ____________________________________________________________________________
10845 [ 11852] By: jhi                                   on 2001/09/03  19:50:57
10846         Log: Make crypt() do something more sane for Unicode
10847              (take crypt() of the low eight bits of the characters,
10848              instead of taking crypt() of the UTF-8 of the scalar);
10849              add a test for crypt().
10850      Branch: perl
10851            + t/op/crypt.t
10852            ! MANIFEST pod/perlfunc.pod pp.c
10853 ____________________________________________________________________________
10854 [ 11851] By: jhi                                   on 2001/09/03  19:19:35
10855         Log: Reorganize the srand entry.
10856      Branch: perl
10857            ! pod/perlfunc.pod
10858 ____________________________________________________________________________
10859 [ 11850] By: jhi                                   on 2001/09/03  18:54:51
10860         Log: Remove the tests that assume something about
10861              calling srand() without arguments multiple times.
10862      Branch: perl
10863            ! t/op/srand.t
10864 ____________________________________________________________________________
10865 [ 11849] By: jhi                                   on 2001/09/03  18:15:16
10866         Log: Upgrade to Math::BigInt 1.42.
10867      Branch: perl
10868            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
10869            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
10870            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
10871            ! lib/Math/BigInt/t/mbimbf.t
10872 ____________________________________________________________________________
10873 [ 11848] By: gsar                                  on 2001/09/03  17:07:54
10874         Log: integrate change#11847 from maint-5.6
10875              
10876              typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
10877      Branch: perl
10878            ! sv.c
10879 ____________________________________________________________________________
10880 [ 11847] By: gsar                                  on 2001/09/03  16:47:54
10881         Log: typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
10882      Branch: maint-5.6/perl
10883            ! sv.c
10884 ____________________________________________________________________________
10885 [ 11846] By: jhi                                   on 2001/09/03  15:12:58
10886         Log: As far as I can tell these functions have been Unicodified.
10887      Branch: perl
10888            ! doop.c
10889 ____________________________________________________________________________
10890 [ 11845] By: jhi                                   on 2001/09/03  15:11:27
10891         Log: Update to Storable 1.0.13.
10892      Branch: perl
10893            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
10894            ! ext/Storable/Storable.xs
10895 ____________________________________________________________________________
10896 [ 11844] By: jhi                                   on 2001/09/03  12:42:06
10897         Log: Patch the Filter::Simple test to work with
10898              the core test suite (since the FilterTest.pm
10899              is in t/lib, not in lib).
10900      Branch: perl
10901            ! lib/Filter/Simple/t/filter.t
10902 ____________________________________________________________________________
10903 [ 11843] By: jhi                                   on 2001/09/03  12:39:11
10904         Log: Damian's Filter::Simple test uses FilterTest, not MyFilter.
10905      Branch: perl
10906            + t/lib/FilterTest.pm
10907            - t/lib/MyFilter.pm
10908 ____________________________________________________________________________
10909 [ 11842] By: jhi                                   on 2001/09/03  12:17:30
10910         Log: Damian-o-rama: upgrade to Attribute::Handlers 0.75,
10911              Filter::Simple 0.61, NEXT 0.02, Switch 2.05, and
10912              Text::Balanced 1.86.
10913      Branch: perl
10914            + lib/Attribute/Handlers/t/multi.t lib/Filter/Simple/Changes
10915            + lib/Filter/Simple/README lib/Filter/Simple/t/filter.t
10916            + lib/NEXT/Changes lib/NEXT/README lib/Switch/t/given.t
10917            + lib/Switch/t/nested.t lib/Switch/t/switch.t
10918            + lib/Text/Balanced/Changes lib/Text/Balanced/README
10919            + lib/Text/Balanced/t/extbrk.t lib/Text/Balanced/t/extcbk.t
10920            + lib/Text/Balanced/t/extdel.t lib/Text/Balanced/t/extmul.t
10921            + lib/Text/Balanced/t/extqlk.t lib/Text/Balanced/t/exttag.t
10922            + lib/Text/Balanced/t/extvar.t lib/Text/Balanced/t/gentag.t
10923            - lib/Filter/Simple/test.pl lib/Switch/t/given_when.t
10924            - lib/Switch/t/switch_case.t lib/Text/Balanced.pod
10925            - lib/Text/Balanced/t/genxt.t lib/Text/Balanced/t/xbrak.t
10926            - lib/Text/Balanced/t/xcode.t lib/Text/Balanced/t/xdeli.t
10927            - lib/Text/Balanced/t/xmult.t lib/Text/Balanced/t/xquot.t
10928            - lib/Text/Balanced/t/xtagg.t lib/Text/Balanced/t/xvari.t
10929            ! MANIFEST lib/Attribute/Handlers.pm
10930            ! lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
10931            ! lib/Attribute/Handlers/demo/Demo.pm
10932            ! lib/Attribute/Handlers/demo/Descriptions.pm
10933            ! lib/Attribute/Handlers/demo/MyClass.pm
10934            ! lib/Attribute/Handlers/demo/demo.pl
10935            ! lib/Attribute/Handlers/demo/demo2.pl
10936            ! lib/Attribute/Handlers/demo/demo3.pl
10937            ! lib/Attribute/Handlers/demo/demo4.pl
10938            ! lib/Attribute/Handlers/demo/demo_call.pl
10939            ! lib/Attribute/Handlers/demo/demo_chain.pl
10940            ! lib/Attribute/Handlers/demo/demo_cycle.pl
10941            ! lib/Attribute/Handlers/demo/demo_hashdir.pl
10942            ! lib/Attribute/Handlers/demo/demo_phases.pl
10943            ! lib/Attribute/Handlers/demo/demo_range.pl
10944            ! lib/Attribute/Handlers/demo/demo_rawdata.pl
10945            ! lib/Filter/Simple.pm lib/NEXT.pm lib/NEXT/test.pl
10946            ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
10947            ! lib/Text/Balanced.pm
10948 ____________________________________________________________________________
10949 [ 11841] By: sky                                   on 2001/09/03  11:04:15
10950         Log: Forgot to add a file with Change #11840
10951      Branch: perl
10952            + t/op/srand.t
10953 ____________________________________________________________________________
10954 [ 11840] By: sky                                   on 2001/09/03  11:02:04
10955         Log: Subject: [PATCH t/op/srand.t t/op/rand.t pod/perlfunc.pod MANIFEST] Tests for srand()
10956              From: Michael G Schwern <schwern@pobox.com>
10957              Date: Mon, 3 Sep 2001 07:43:00 -0400
10958              Message-ID: <20010903074300.E9233@blackrider>
10959      Branch: perl
10960            ! MANIFEST pod/perlfunc.pod t/op/rand.t
10961 ____________________________________________________________________________
10962 [ 11839] By: sky                                   on 2001/09/03  10:47:11
10963         Log: Document the changes with regards to running of END blocks.
10964              And DESTROY on global objects are called in perl_destruct()!
10965      Branch: perl
10966            ! pod/perl572delta.pod pod/perlembed.pod
10967 ____________________________________________________________________________
10968 [ 11838] By: sky                                   on 2001/09/03  09:34:44
10969         Log: Subject: [PATCH t/op/time.t] Partial cleanup
10970              From: Michael G Schwern <schwern@pobox.com>
10971              Date: Mon, 3 Sep 2001 06:29:42 -0400
10972              Message-ID: <20010903062942.C9233@blackrider>
10973      Branch: perl
10974            ! t/op/time.t
10975 ____________________________________________________________________________
10976 [ 11837] By: sky                                   on 2001/09/03  09:30:02
10977         Log: Subject: [PATCH t/op/rand.t] Increase the repetitions
10978              From: Michael G Schwern <schwern@pobox.com>
10979              Date: Mon, 3 Sep 2001 06:24:13 -0400
10980              Message-ID: <20010903062413.B9233@blackrider>
10981      Branch: perl
10982            ! t/op/rand.t
10983 ____________________________________________________________________________
10984 [ 11836] By: sky                                   on 2001/09/03  07:56:47
10985         Log: Subject: [PATCH] CGI::Cookie, Apache & Switch tests
10986              From: Michael G Schwern <schwern@pobox.com>
10987              Date: Sun, 2 Sep 2001 21:38:43 -0400
10988              Message-ID: <20010902213843.L2711@blackrider>
10989      Branch: perl
10990            + lib/CGI/t/apache.t lib/CGI/t/cookie.t lib/CGI/t/switch.t
10991            ! MANIFEST
10992 ____________________________________________________________________________
10993 [ 11835] By: nick                                  on 2001/09/03  06:20:06
10994         Log: Integrate mainline
10995      Branch: perlio
10996           +> lib/Shell.t t/op/inccode.t t/run/kill_perl.t
10997            - t/op/misc.t
10998           !> (integrate 187 files)
10999 ____________________________________________________________________________
11000 [ 11834] By: jhi                                   on 2001/09/02  13:07:53
11001         Log: Update Changes.
11002      Branch: perl
11003            ! Changes patchlevel.h
11004 ____________________________________________________________________________
11005 [ 11833] By: jhi                                   on 2001/09/02  12:59:05
11006         Log: Slight tweaks.
11007      Branch: perl
11008            ! t/run/kill_perl.t
11009 ____________________________________________________________________________
11010 [ 11832] By: jhi                                   on 2001/09/02  12:41:12
11011         Log: Special casing had become a little bit more complex in Unicode 3.1.1.
11012      Branch: perl
11013            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
11014 ____________________________________________________________________________
11015 [ 11831] By: sky                                   on 2001/09/02  12:10:42
11016         Log: Change #11828 wasn't complete, this updates to intest path
11017      Branch: perl
11018            ! t/run/kill_perl.t
11019 ____________________________________________________________________________
11020 [ 11830] By: jhi                                   on 2001/09/02  11:56:18
11021         Log: 's's's.
11022      Branch: perl
11023            ! Changes
11024 ____________________________________________________________________________
11025 [ 11829] By: jhi                                   on 2001/09/02  11:54:22
11026         Log: Update Changes.
11027      Branch: perl
11028            ! Changes patchlevel.h
11029 ____________________________________________________________________________
11030 [ 11828] By: sky                                   on 2001/09/02  11:53:56
11031         Log: Subject: [PATCH] rm t/run/segfault.t; mv t/op/misc.t t/run/kill_perl.t
11032              From: Michael G Schwern <schwern@pobox.com>
11033              Date: Sat, 1 Sep 2001 20:18:58 -0400
11034              Message-ID: <20010901201858.X606@blackrider>
11035              +MANIFEST Fix
11036      Branch: perl
11037            + t/run/kill_perl.t
11038            - t/op/misc.t t/run/segfault.t
11039            ! MANIFEST
11040 ____________________________________________________________________________
11041 [ 11827] By: jhi                                   on 2001/09/02  11:46:47
11042         Log: Subject: [PATCH] lib/Time/Local.pm
11043              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
11044              Date: Sun, 2 Sep 2001 06:50:01 -0500
11045              Message-ID: <20010902065001.A21529@staff1.cso.uiuc.edu>
11046      Branch: perl
11047            ! lib/Time/Local.pm
11048 ____________________________________________________________________________
11049 [ 11826] By: jhi                                   on 2001/09/02  11:40:49
11050         Log: Tick off Unicode collation and the normalization from
11051              the todo list.
11052      Branch: perl
11053            ! pod/perltodo.pod
11054 ____________________________________________________________________________
11055 [ 11825] By: jhi                                   on 2001/09/02  11:16:24
11056         Log: Update to Unicode 3.1.1.
11057      Branch: perl
11058            ! lib/unicore/ArabLink.pl lib/unicore/ArabLnkGrp.pl
11059            ! lib/unicore/ArabShap.txt lib/unicore/CaseFold.txt
11060            ! lib/unicore/EAWidth.txt lib/unicore/PropList.html
11061            ! lib/unicore/PropList.txt lib/unicore/README.perl
11062            ! lib/unicore/ReadMe.txt lib/unicore/SpecCase.txt
11063            ! lib/unicore/rename lib/unicore/version
11064 ____________________________________________________________________________
11065 [ 11824] By: jhi                                   on 2001/09/02  10:32:30
11066         Log: Slight doc tweaks for the module.
11067      Branch: perl
11068            ! lib/Unicode/UCD.pm
11069 ____________________________________________________________________________
11070 [ 11823] By: jhi                                   on 2001/09/02  10:02:20
11071         Log: Rename the variable: it *used* to be (wrongly) that the
11072              code related to PL_reg_sv (so PL_reg_sv_utf8 was logical)
11073              but that is no more the case: PL_reg_match_utf8 is better.
11074      Branch: perl
11075            ! embedvar.h mg.c perlapi.c perlapi.h pp.c pp_hot.c regcomp.c
11076            ! regexec.c sv.c thrdvar.h
11077 ____________________________________________________________________________
11078 [ 11822] By: ams                                   on 2001/09/02  02:54:50
11079         Log: Subject: RE: [PATCH] Add a nextstate into empty blocks
11080              From: Ilmari Karonen <iltzu@sci.fi>
11081              Date: Sun, 19 Aug 2001 19:27:33 +0300 (EET DST)
11082              Message-Id: <Pine.SOL.3.96.1010819163840.8384B-100000@simpukka>
11083              (op/sub_lval.t updated to take new error message into account.)
11084      Branch: perl
11085            ! op.c t/op/sub_lval.t
11086 ____________________________________________________________________________
11087 [ 11821] By: gsar                                  on 2001/09/02  01:06:30
11088         Log: remove stray CRs in files; keep all files with UNIX line-ends
11089              (Porting/makerel adds CRs to the files that need it in the
11090              distribution)
11091      Branch: perl
11092            ! NetWare/t/NWScripts.pl README.dos
11093            ! ext/Encode/Encode/cns11643-1.enc
11094            ! ext/Encode/Encode/cns11643-2.enc ext/SDBM_File/Makefile.PL
11095            ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
11096 ____________________________________________________________________________
11097 [ 11820] By: gsar                                  on 2001/09/02  00:56:44
11098         Log: some remnants of change#11803
11099      Branch: perl
11100            ! ext/ByteLoader/byterun.h perl.h
11101 ____________________________________________________________________________
11102 [ 11819] By: jhi                                   on 2001/09/01  23:40:36
11103         Log: Update to Unicode::Collate 0.08.
11104      Branch: perl
11105            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
11106            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
11107 ____________________________________________________________________________
11108 [ 11818] By: jhi                                   on 2001/09/01  23:02:09
11109         Log: Test tweaks.
11110      Branch: perl
11111            ! t/op/pat.t
11112 ____________________________________________________________________________
11113 [ 11817] By: pudge                                 on 2001/09/01  22:36:29
11114         Log: Fix test
11115      Branch: maint-5.6/macperl
11116            ! t/lib/b.t
11117 ____________________________________________________________________________
11118 [ 11816] By: pudge                                 on 2001/09/01  22:15:09
11119         Log: Misc. patches: fix tests script; add Mac::LowMem; quiet
11120              warnings in Config.pm with -W; increase default and
11121              minimum RAM; bump version number.
11122      Branch: maint-5.6/macperl
11123            + macos/lib/Mac/LowMem.pm
11124            ! macos/MPVersion.r macos/MacPerlTests.cmd macos/Makefile.mk
11125            ! macos/configpm macos/macperl/MacPerl.r
11126 ____________________________________________________________________________
11127 [ 11815] By: pudge                                 on 2001/09/01  22:10:49
11128         Log: Make syntax check report in MPW style, fix tests
11129              to use Mac::err=unix to get normal-style error
11130              messages.
11131      Branch: maint-5.6/macperl
11132            ! perl.c t/lib/b.t t/op/misc.t t/op/runlevel.t t/pod/testp2pt.pl
11133            ! t/pragma/strict.t t/pragma/subs.t t/pragma/warnings.t
11134 ____________________________________________________________________________
11135 [ 11814] By: pudge                                 on 2001/09/01  22:09:08
11136         Log: Make MPW-style errors optional (but the default); add
11137              MacPerl::ErrorFormat() function and Mac::err pragma
11138      Branch: maint-5.6/macperl
11139            + macos/ext/Mac/err/Makefile.PL macos/ext/Mac/err/err.pm
11140            + macos/ext/Mac/err/err.xs
11141            ! macos/ext/Mac/Makefile.mk macos/ext/MacPerl/MacPerl.xs
11142            ! macos/macish.c macos/macish.h macos/macperl.sym
11143 ____________________________________________________________________________
11144 [ 11813] By: pudge                                 on 2001/09/01  22:01:40
11145         Log: More module and test ports from Thomas Wegner et al
11146      Branch: maint-5.6/macperl
11147            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
11148            ! lib/File/DosGlob.pm lib/File/Spec/Mac.pm lib/File/Temp.pm
11149            ! t/lib/dosglob.t t/lib/filespec.t t/lib/ftmp-security.t
11150            ! t/op/magic.t
11151 ____________________________________________________________________________
11152 [ 11812] By: sky                                   on 2001/09/01  17:19:30
11153         Log: Subject: [PATCH t/op/concat.t] cleanup
11154              From: Michael G Schwern <schwern@pobox.com>
11155              Date: Sat, 1 Sep 2001 14:06:28 -0400
11156              Message-ID: <20010901140628.C606@blackrider>
11157      Branch: perl
11158            ! t/op/concat.t
11159 ____________________________________________________________________________
11160 [ 11811] By: sky                                   on 2001/09/01  12:25:29
11161         Log: Change #11805 didn't update the MANIFEST
11162      Branch: perl
11163            ! MANIFEST
11164 ____________________________________________________________________________
11165 [ 11810] By: sky                                   on 2001/09/01  11:52:44
11166         Log: Subject: [PATCH], was t/op/incode.t breaks make minitest
11167              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11168              Date: Sat, 1 Sep 2001 14:50:14 +0200
11169              Message-ID: <20010901145014.A691@rafael>
11170      Branch: perl
11171            ! t/op/inccode.t
11172 ____________________________________________________________________________
11173 [ 11809] By: sky                                   on 2001/09/01  11:49:22
11174         Log: Subject: PATCH: ExtUtils::MakeMaker
11175              From: Tony Bowden <tony@kasei.com>
11176              Date: Sat, 1 Sep 2001 10:33:53 +0100
11177              Message-ID: <20010901103353.A13863@soto.kasei.com>
11178              Manually applied
11179      Branch: perl
11180            ! lib/ExtUtils/MakeMaker.pm
11181 ____________________________________________________________________________
11182 [ 11808] By: sky                                   on 2001/09/01  11:39:13
11183         Log: Subject: [ID 20010831.002] Bug in Term::Cap on Solaris ansi terminal using CPAN::Shell
11184              From: mike808@users.sourceforge.net
11185              Date: Sat, 1 Sep 101 11:27:50 GMT
11186              Message-Id: <200108312123.QAA27476@smtp.networkusa.net>
11187              With little tweak
11188      Branch: perl
11189            ! lib/Term/Cap.pm
11190 ____________________________________________________________________________
11191 [ 11807] By: ams                                   on 2001/09/01  11:31:16
11192         Log: Subject: oct() and hex()
11193              From: Nicholas Clark <nick@ccl4.org>
11194              Date: Fri, 31 Aug 2001 23:14:13 +0100
11195              Message-Id: <20010831231413.J4950@plum.flirble.org>
11196      Branch: perl
11197            ! pod/perlclib.pod
11198 ____________________________________________________________________________
11199 [ 11806] By: pudge                                 on 2001/09/01  00:04:52
11200         Log: Integrate change 11801 from maintperl
11201      Branch: maint-5.6/macperl
11202            ! perl.c
11203 ____________________________________________________________________________
11204 [ 11805] By: sky                                   on 2001/08/31  21:35:10
11205         Log: Subject: Re: [ID 20010831.001] SEGV from ($a, b) = (1, 2)
11206              From: Michael G Schwern <schwern@pobox.com>
11207              Date: Fri, 31 Aug 2001 15:36:28 -0400
11208              Message-ID: <20010831153628.B598@blackrider>
11209              Check for things which used to segfault
11210      Branch: perl
11211            + t/run/segfault.t
11212 ____________________________________________________________________________
11213 [ 11804] By: gsar                                  on 2001/08/31  21:02:54
11214         Log: integrate change#11801 from maint-5.6
11215              
11216              remove age-old UNICOS "workaround" that introduces a static, and
11217              hence an egregious race condition for threaded builds (*sigh*
11218              beats me why this kludge wasn't guarded by a UNICOS-specific
11219              #define *sigh*)
11220      Branch: perl
11221            ! perl.c
11222 ____________________________________________________________________________
11223 [ 11803] By: gsar                                  on 2001/08/31  20:58:38
11224         Log: remove deprecated PERL_OBJECT cruft, it has long since stopped
11225              working in 5.7.x
11226      Branch: perl
11227            - objXSUB.h
11228            ! EXTERN.h MANIFEST Makefile.SH Makefile.micro NetWare/Makefile
11229            ! NetWare/config_h.PL NetWare/dl_netware.xs NetWare/interface.c
11230            ! NetWare/nw5.c NetWare/nw5sck.c NetWare/nw5thread.c
11231            ! NetWare/nwperlsys.c NetWare/nwperlsys.h Porting/makerel
11232            ! README.win32 XSUB.h bytecode.pl cv.h cygwin/cygwin.c
11233            ! emacs/ptags embed.h embed.pl embedvar.h epoc/epoc.c ext/B/B.xs
11234            ! ext/B/B/C.pm ext/ByteLoader/ByteLoader.xs
11235            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
11236            ! ext/DynaLoader/dlutils.c ext/Opcode/Opcode.xs
11237            ! ext/POSIX/POSIX.xs globals.c iperlsys.h lib/ExtUtils/Embed.pm
11238            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
11239            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
11240            ! lib/ExtUtils/xsubpp makedef.pl mg.c op.c perl.c perl.h
11241            ! perlapi.c perlapi.h perlio.c perly.c perly.y perly_c.diff
11242            ! pod/perlguts.pod pp_ctl.c pp_hot.c proto.h regcomp.c regexec.c
11243            ! scope.c sv.c sv.h toke.c universal.c vms/descrip_mms.template
11244            ! vms/perly_c.vms win32/Makefile win32/config_h.PL
11245            ! win32/dl_win32.xs win32/makefile.mk win32/perlhost.h
11246            ! win32/perllib.c win32/win32.c win32/win32.h win32/win32sck.c
11247            ! win32/win32thread.c wince/Makefile.ce wince/config_h.PL
11248            ! wince/dl_win32.xs wince/perllib.c wince/win32.h
11249            ! wince/win32thread.c wince/wince.c wince/wincesck.c xsutils.c
11250 ____________________________________________________________________________
11251 [ 11802] By: ams                                   on 2001/08/31  18:11:32
11252         Log: Subject: [DOC PATCH] Add perl4 warning messages to perldiag.pod
11253              From: "Philip Newton" <Philip.Newton@gmx.net>
11254              Date: Fri, 31 Aug 2001 21:12:56 +0200
11255              Message-Id: <20010831.211000@ID-11583.news.dfncis.de>
11256      Branch: perl
11257            ! pod/perldiag.pod
11258 ____________________________________________________________________________
11259 [ 11801] By: gsar                                  on 2001/08/31  17:49:03
11260         Log: remove age-old UNICOS "workaround" that introduces a static, and
11261              hence an egregious race condition for threaded builds (*sigh*
11262              beats me why this kludge wasn't guarded by a UNICOS-specific
11263              #define *sigh*)
11264      Branch: maint-5.6/perl
11265            ! perl.c
11266 ____________________________________________________________________________
11267 [ 11800] By: sky                                   on 2001/08/31  17:30:26
11268         Log: Fixes bug in change 11717 that bus errored on HP-UX 10.20
11269              Might break on platforms where bool is larger than 8 bites ???
11270      Branch: perl
11271            ! regcomp.c
11272 ____________________________________________________________________________
11273 [ 11799] By: ams                                   on 2001/08/31  12:15:44
11274         Log: Integrate 11778 into mainline.
11275      Branch: perl
11276            ! t/base/term.t
11277 ____________________________________________________________________________
11278 [ 11798] By: sky                                   on 2001/08/31  11:31:44
11279         Log: Change 11797 sneaked in a faulty regcomp.c change which wasn't
11280              supposed to happen.
11281      Branch: perl
11282            ! regcomp.c
11283 ____________________________________________________________________________
11284 [ 11797] By: sky                                   on 2001/08/31  11:28:17
11285         Log: Subject: Re: Problem in ext/Time/HiRest/HiRes.t 
11286              From: "John P. Linderman" <jpl@research.att.com>
11287              Date: Fri, 31 Aug 2001 08:20:35 -0400
11288              Message-Id: <200108311220.IAA54125@raptor.research.att.com>
11289              Fixes test 14 which could fail randomly in rare cases.
11290      Branch: perl
11291            ! ext/Time/HiRes/HiRes.t regcomp.c
11292 ____________________________________________________________________________
11293 [ 11796] By: ams                                   on 2001/08/31  01:13:07
11294         Log: Subject: [PATCH] Embaressing typo in Syslog's Makefile.PL
11295              From: Nicholas Clark <nick@ccl4.org>
11296              Date: Thu, 30 Aug 2001 23:21:50 +0100
11297              Message-Id: <20010830232150.D4950@plum.flirble.org>
11298      Branch: perl
11299            ! ext/Sys/Syslog/Makefile.PL
11300 ____________________________________________________________________________
11301 [ 11795] By: ams                                   on 2001/08/30  23:53:23
11302         Log: Subject: [PATCH pod/perlhack.pod] Yet another improvement to the
11303              patching example
11304              From: Michael G Schwern <schwern@pobox.com>
11305              Date: Thu, 30 Aug 2001 17:02:08 -0400
11306              Message-Id: <20010830170208.M2318@blackrider>
11307      Branch: perl
11308            ! pod/perlhack.pod
11309 ____________________________________________________________________________
11310 [ 11794] By: ams                                   on 2001/08/30  19:35:36
11311         Log: Subject: [PATCH] pp_modulo
11312              From: Nicholas Clark <nick@ccl4.org>
11313              Date: Thu, 30 Aug 2001 18:20:54 +0100
11314              Message-Id: <20010830182053.A4950@plum.flirble.org>
11315      Branch: perl
11316            ! pp.c t/op/64bitint.t
11317 ____________________________________________________________________________
11318 [ 11793] By: sky                                   on 2001/08/30  13:02:48
11319         Log: 11792 wasn't complete
11320      Branch: perl
11321            ! makedef.pl regcomp.c
11322 ____________________________________________________________________________
11323 [ 11792] By: sky                                   on 2001/08/30  12:21:11
11324         Log: Added checks for PL_custom* and Perl_custom* functions in makedef.pl
11325      Branch: perl
11326            ! makedef.pl
11327 ____________________________________________________________________________
11328 [ 11791] By: sky                                   on 2001/08/30  10:08:02
11329         Log: Due to braindamaged makedef.pl change 11758 broke makedef.pl
11330      Branch: perl
11331            ! config_h.SH
11332 ____________________________________________________________________________
11333 [ 11790] By: sky                                   on 2001/08/30  08:22:31
11334         Log: Introduces SvREPADTMP(sv) that marks a repad SvIV as a offset
11335              on the pad. Fixes coredumps in cleanups introduced by
11336              Change 11755  
11337      Branch: perl
11338            ! op.c perl.c sv.h
11339 ____________________________________________________________________________
11340 [ 11789] By: sky                                   on 2001/08/29  19:01:47
11341         Log: GCC on HP-UX 11 with 64bit support breaks inet_ntoa
11342              This is a replacement implmentation that works on HPUX.
11343              This bug should probably be fixed in GCC.
11344      Branch: perl
11345            ! ext/Socket/Socket.xs
11346 ____________________________________________________________________________
11347 [ 11788] By: ams                                   on 2001/08/29  17:35:33
11348         Log: Subject: [PATCH] pass all tests when compiling with -DNO_PERL_PRESERVE_IVUV
11349              From: Nicholas Clark <nick@ccl4.org>
11350              Date: Wed, 29 Aug 2001 18:21:56 +0100
11351              Message-Id: <20010829182156.O4950@plum.flirble.org>
11352      Branch: perl
11353            ! ext/Devel/Peek/Peek.t sv.c t/op/64bitint.t t/op/numconvert.t
11354 ____________________________________________________________________________
11355 [ 11787] By: sky                                   on 2001/08/29  10:42:54
11356         Log: Added test for pack_addr_in and unpack_addr_in
11357              Nitpik in test 10
11358      Branch: perl
11359            ! ext/Socket/Socket.t
11360 ____________________________________________________________________________
11361 [ 11786] By: sky                                   on 2001/08/29  10:28:14
11362         Log: Added three tests to test inet_ntoa/inet_aton and *packaddr*
11363              Trying to catch errors on HP-UX
11364      Branch: perl
11365            ! ext/Socket/Socket.t
11366 ____________________________________________________________________________
11367 [ 11785] By: sky                                   on 2001/08/29  09:07:03
11368         Log: make sure USE_THREADS is defined so external apps work
11369      Branch: perl
11370            ! config_h.SH
11371 ____________________________________________________________________________
11372 [ 11784] By: sky                                   on 2001/08/29  08:06:12
11373         Log: Subject: Re: The hitlist of untested modules.
11374              From: Jonathan Stowe <gellyfish@gellyfish.com>
11375              Date: Wed, 29 Aug 2001 09:25:49 +0100 (BST)
11376              Message-ID: <Pine.LNX.4.33.0108290923320.29273-100000@orpheus.gellyfish.com>
11377              Start of tests for Shell.pm (make Schwern poorer!)
11378      Branch: perl
11379            + lib/Shell.t
11380            ! MANIFEST
11381 ____________________________________________________________________________
11382 [ 11783] By: sky                                   on 2001/08/29  07:37:50
11383         Log: END{} can change the return value even if we die from BEGIN{}
11384      Branch: perl
11385            ! miniperlmain.c
11386 ____________________________________________________________________________
11387 [ 11782] By: ams                                   on 2001/08/29  06:32:17
11388         Log: Subject: Re: [PATCH] newer tests for the coderef-in-@INC !
11389              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11390              Date: Wed, 29 Aug 2001 09:18:17 +0200
11391              Message-Id: <20010829091817.A4453@rafael>
11392      Branch: perl
11393            ! t/op/inccode.t
11394 ____________________________________________________________________________
11395 [ 11781] By: pudge                                 on 2001/08/29  02:28:33
11396         Log: Delete xsubpp.patch, as full copy exists now
11397      Branch: maint-5.6/macperl
11398            - macos/xsubpp.patch
11399 ____________________________________________________________________________
11400 [ 11780] By: pudge                                 on 2001/08/29  02:26:03
11401         Log: Add Changes file
11402      Branch: maint-5.6/macperl
11403            + macos/Changes
11404 ____________________________________________________________________________
11405 [ 11779] By: pudge                                 on 2001/08/29  02:23:11
11406         Log: Add Mac version of xsubpp as separate file
11407      Branch: maint-5.6/macperl
11408            + macos/xsubpp
11409            ! macos/Makefile.mk
11410 ____________________________________________________________________________
11411 [ 11778] By: pudge                                 on 2001/08/29  02:14:57
11412         Log: Fix open of /dev/null for Mac OS
11413      Branch: maint-5.6/macperl
11414            ! t/base/term.t
11415 ____________________________________________________________________________
11416 [ 11777] By: pudge                                 on 2001/08/29  02:12:52
11417         Log: Various patches: enable more tests; skip CVS in PerlInstall;
11418              fix typemap for Mac::Processes; remove comments in MM_MacOS.pm
11419      Branch: maint-5.6/macperl
11420            ! macos/MacPerlTests.cmd macos/PerlInstall
11421            ! macos/ext/Mac/Processes/typemap macos/lib/ExtUtils/MM_MacOS.pm
11422 ____________________________________________________________________________
11423 [ 11776] By: pudge                                 on 2001/08/29  02:11:42
11424         Log: Allow for platforms to override formatting of errors
11425              on output from Matthias Neeracher (Mac files)
11426      Branch: maint-5.6/macperl
11427            ! macos/macish.c macos/macish.h
11428 ____________________________________________________________________________
11429 [ 11775] By: pudge                                 on 2001/08/29  01:59:32
11430         Log: Allow for platforms to override formatting of errors
11431              on output from Matthias Neeracher (core files)
11432      Branch: maint-5.6/macperl
11433            ! perl.h pp_ctl.c util.c
11434 ____________________________________________________________________________
11435 [ 11774] By: pudge                                 on 2001/08/29  01:29:43
11436         Log: Add some param checking, from reports by Kevin Reid.
11437      Branch: maint-5.6/macperl
11438            ! macos/ext/Mac/Controls/Controls.pm
11439            ! macos/ext/Mac/Menus/Menus.pm macos/ext/Mac/Windows/Windows.pm
11440 ____________________________________________________________________________
11441 [ 11773] By: ams                                   on 2001/08/28  23:54:57
11442         Log: Subject: [PATCH] make coretest
11443              From: Paul Johnson <paul@pjcj.net>
11444              Date: Wed, 29 Aug 2001 00:11:38 +0200
11445              Message-Id: <20010829001138.B12169@pjcj.net>
11446              (Applied without the change to perlhack.pod. This should
11447              probably stay undocumented.)
11448      Branch: perl
11449            ! Makefile.SH t/TEST
11450 ____________________________________________________________________________
11451 [ 11772] By: sky                                   on 2001/08/28  13:01:20
11452         Log: Subject: [PATCH t/op/pack.t pod/perlhack.pod] Adding the failure diagnostic  
11453              From: Michael G Schwern <schwern@pobox.com>
11454              Date: Tue, 28 Aug 2001 09:57:39 -0400
11455              Message-ID: <20010828095738.E17775@blackrider>
11456      Branch: perl
11457            ! pod/perlhack.pod t/op/pack.t
11458 ____________________________________________________________________________
11459 [ 11771] By: sky                                   on 2001/08/28  11:20:13
11460         Log: Subject: [PATCH] put useful info in %INC for files loaded by a hook in @INC
11461              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11462              Date: Tue, 28 Aug 2001 14:23:43 +0200
11463              Message-ID: <20010828142343.A19299@rafael>
11464      Branch: perl
11465            ! pod/perlvar.pod pp_ctl.c
11466 ____________________________________________________________________________
11467 [ 11770] By: ams                                   on 2001/08/28  10:13:21
11468         Log: Subject: [PATCH] odd typo in op.h
11469              From: Nicholas Clark <nick@ccl4.org>
11470              Date: Tue, 28 Aug 2001 12:10:26 +0100
11471              Message-Id: <20010828121026.V4950@plum.flirble.org>
11472      Branch: perl
11473            ! op.h
11474 ____________________________________________________________________________
11475 [ 11769] By: sky                                   on 2001/08/28  08:09:16
11476         Log: Subject: [ID 20010827.008] no-foo options broken in B::Lint
11477              From: Ville "Skyttä" <scop@cs132170.pp.htv.fi>
11478              Date: Tue, 28 Aug 2001 02:22:20 +0300
11479              Message-Id: <200108272322.f7RNMKd02261@cs132170.pp.htv.fi>
11480      Branch: perl
11481            ! ext/B/B/Lint.pm
11482 ____________________________________________________________________________
11483 [ 11768] By: ams                                   on 2001/08/28  00:47:35
11484         Log: Subject: Re: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
11485              From: Michael G Schwern <schwern@pobox.com>
11486              Date: Mon, 27 Aug 2001 21:24:44 -0400
11487              Message-Id: <20010827212444.F12582@blackrider>
11488      Branch: perl
11489            ! pod/perlhack.pod t/op/pack.t
11490 ____________________________________________________________________________
11491 [ 11767] By: ams                                   on 2001/08/27  23:59:48
11492         Log: Subject: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
11493              From: Michael G Schwern <schwern@pobox.com>
11494              Date: Mon, 27 Aug 2001 20:12:29 -0400
11495              Message-Id: <20010827201229.D12582@blackrider>
11496      Branch: perl
11497            ! pod/perlhack.pod t/op/pack.t
11498 ____________________________________________________________________________
11499 [ 11766] By: ams                                   on 2001/08/27  23:39:40
11500         Log: Update Changes.
11501      Branch: perl
11502            ! Changes
11503 ____________________________________________________________________________
11504 [ 11765] By: ams                                   on 2001/08/27  22:53:10
11505         Log: Subject: Re: [PATCH] new tests for the coderef-in-@INC
11506              From: Michael G Schwern <schwern@pobox.com>
11507              Date: Mon, 27 Aug 2001 19:47:30 -0400
11508              Message-Id: <20010827194730.C12582@blackrider>
11509      Branch: perl
11510            ! t/op/inccode.t
11511 ____________________________________________________________________________
11512 [ 11764] By: ams                                   on 2001/08/27  22:46:21
11513         Log: Subject: [PATCH] new tests for the coderef-in-@INC
11514              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11515              Date: Mon, 27 Aug 2001 22:36:27 +0200
11516              Message-Id: <20010827223627.C690@rafael>
11517              
11518              Subject: Re: [PATCH] new tests for the coderef-in-@INC
11519              From: Nicholas Clark <nick@ccl4.org>
11520              Date: Tue, 28 Aug 2001 00:02:46 +0100
11521              Message-Id: <20010828000245.R4950@plum.flirble.org>
11522      Branch: perl
11523            + t/op/inccode.t
11524            ! MANIFEST
11525 ____________________________________________________________________________
11526 [ 11763] By: ams                                   on 2001/08/27  22:41:09
11527         Log: Subject: [PATCH lib/warnings.t] Removing 2>&1 requirement  (was Re:
11528              bleadperl on fire, Win95+4NT)
11529              From: Michael G Schwern <schwern@pobox.com>
11530              Date: Mon, 27 Aug 2001 16:54:42 -0400
11531              Message-Id: <20010827165442.F9436@blackrider>
11532      Branch: perl
11533            ! lib/warnings.t
11534 ____________________________________________________________________________
11535 [ 11762] By: sky                                   on 2001/08/27  19:19:17
11536         Log: Changed back Net/Ping.pm change #11759 since WNOHANG wasn't
11537              avaible at compile time. This broke the compilation of 
11538              Net/Ping.pm
11539      Branch: perl
11540            ! lib/Net/Ping.pm
11541 ____________________________________________________________________________
11542 [ 11761] By: sky                                   on 2001/08/27  18:34:48
11543         Log: Removed tripple definitions of CUSTOM_OP functions.
11544      Branch: perl
11545            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
11546 ____________________________________________________________________________
11547 [ 11760] By: sky                                   on 2001/08/27  18:21:27
11548         Log: Regen headers
11549      Branch: perl
11550            ! embed.h embedvar.h objXSUB.h opcode.h opnames.h perlapi.c
11551            ! perlapi.h proto.h
11552 ____________________________________________________________________________
11553 [ 11759] By: ams                                   on 2001/08/27  16:31:53
11554         Log: Subject: [PATCH] pod/perlfunc.pod, lib/Net/Ping.pm, ext/POSIX/POSIX.pod
11555              From: "chromatic" <chromatic@rmci.net>
11556              Date: Mon, 27 Aug 2001 11:17:09 -0600
11557              Message-Id: <20010827172111.89491.qmail@onion.perl.org>
11558      Branch: perl
11559            ! ext/POSIX/POSIX.pod lib/Net/Ping.pm pod/perlfunc.pod
11560 ____________________________________________________________________________
11561 [ 11758] By: sky                                   on 2001/08/27  15:16:42
11562         Log: Changes USE_THREADS to USE_5005THREADS in the entire source.
11563              Thanks to H. Merijn Brand for the patch.
11564              Some of the comments and or guards might be removable in perl.h now.
11565      Branch: perl
11566            ! NetWare/config_H.wc NetWare/nw5thread.c NetWare/nw5thread.h
11567            ! Porting/Glossary Porting/config_H README.threads config_h.SH
11568            ! cop.h cv.h deb.c dosish.h dump.c embed.h embed.pl embedvar.h
11569            ! ext/B/B.xs ext/B/B/C.pm ext/B/B/Deparse.pm
11570            ! ext/B/ramblings/runtime.porting ext/DynaLoader/dl_aix.xs
11571            ! ext/Thread/Thread.xs gv.c intrpvar.h mg.c miniperlmain.c
11572            ! objXSUB.h op.c os2/os2.c os2/os2ish.h perl.c perl.h perlapi.c
11573            ! perlvars.h pod/perlguts.pod pp.c pp.h pp_ctl.c pp_hot.c
11574            ! proto.h regexec.c scope.c sv.c sv.h thrdvar.h thread.h toke.c
11575            ! uconfig.h util.c vms/genconfig.pl vms/vms.c vos/config.alpha.h
11576            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
11577            ! win32/config_H.vc win32/perllib.c win32/win32.h
11578            ! win32/win32sck.c win32/win32thread.c win32/win32thread.h
11579            ! wince/config.h wince/config_H.ce wince/win32.h
11580            ! wince/win32thread.c wince/win32thread.h wince/wincesck.c
11581 ____________________________________________________________________________
11582 [ 11757] By: sky                                   on 2001/08/27  13:39:16
11583         Log: Subject: GNU ld parses arguments different
11584              From: H.Merijn Brand <h.m.brand@hccnet.nl>
11585              Date: Mon, 27 Aug 2001 16:25:51 +0200
11586              Message-Id: <20010827162254.2EA6.H.M.BRAND@hccnet.nl>
11587      Branch: perl
11588            ! hints/hpux.sh
11589 ____________________________________________________________________________
11590 [ 11756] By: sky                                   on 2001/08/27  13:18:45
11591         Log: Subject: Custom Ops
11592              From: Simon Cozens <simon@netthink.co.uk>
11593              Date: Sat, 25 Aug 2001 17:45:09 +0100
11594              Message-ID: <20010825174509.A5752@netthink.co.uk>
11595              I also added a fix to Opcode.pm to quite test cases.
11596      Branch: perl
11597            ! dump.c embed.pl ext/Opcode/Opcode.pm intrpvar.h op.c op.h
11598            ! opcode.pl pod/perlguts.pod pp_ctl.c pp_sys.c run.c sv.c utf8.c
11599 ____________________________________________________________________________
11600 [ 11755] By: sky                                   on 2001/08/27  05:37:17
11601         Log: Plugs a memory leak on destruction of regular expressions
11602              introcued by #11274.
11603              PL_regex_padav now has an AV as it's first entry with a list
11604              of freed regex_padav slots that it will reuse on creating
11605              new PMOPs.
11606      Branch: perl
11607            ! op.c perl.c
11608 ____________________________________________________________________________
11609 [ 11754] By: ams                                   on 2001/08/26  14:38:52
11610         Log: Subject: [PATCH] t/io/binmode.t
11611              From: Nicholas Clark <nick@ccl4.org>
11612              Date: Sun, 26 Aug 2001 12:03:05 +0100
11613              Message-Id: <20010826120305.C4950@plum.flirble.org>
11614              
11615              (Also a nitpick in #11752 to t/op/universal.t)
11616      Branch: perl
11617            ! t/io/binmode.t t/op/universal.t
11618 ____________________________________________________________________________
11619 [ 11753] By: ams                                   on 2001/08/26  08:19:34
11620         Log: Subject: [PATCH] op/universal.t failing
11621              From: Nicholas Clark <nick@ccl4.org>
11622              Date: Sun, 26 Aug 2001 09:48:22 +0100
11623              Message-Id: <20010826094822.B4950@plum.flirble.org>
11624      Branch: perl
11625            ! t/op/universal.t
11626 ____________________________________________________________________________
11627 [ 11752] By: ams                                   on 2001/08/25  22:46:13
11628         Log: Subject: Re: 'can' with undefined subs
11629              From: Tony Bowden <tony@kasei.com>
11630              Date: Sat, 25 Aug 2001 14:58:17 +0100
11631              Message-Id: <20010825145817.A11788@soto.kasei.com>
11632              (Applied with minor modifications.)
11633      Branch: perl
11634            ! t/op/universal.t
11635 ____________________________________________________________________________
11636 [ 11751] By: ams                                   on 2001/08/25  18:28:43
11637         Log: Subject: Re: 'can' with undefined subs
11638              From: Tony Bowden <tony@kasei.com>
11639              Date: Sat, 25 Aug 2001 15:13:14 +0100
11640              Message-Id: <20010825151314.B11788@soto.kasei.com>
11641      Branch: perl
11642            ! lib/UNIVERSAL.pm
11643 ____________________________________________________________________________
11644 [ 11750] By: nick                                  on 2001/08/25  15:24:15
11645         Log: Integrate mainline
11646      Branch: perlio
11647           +> t/io/binmode.t
11648           !> (integrate 26 files)
11649 ____________________________________________________________________________
11650 [ 11749] By: nick                                  on 2001/08/25  14:55:41
11651         Log: Subject:  Re: [PATCH] Added wisdom to perlhack.pod
11652              From:  John Peacock <jpeacock@rowman.com>
11653              Date:  Wed, 22 Aug 2001 12:05:28 -0400
11654              Message-Id:  <3B83D848.7FD9C6EF@rowman.com>
11655      Branch: perl
11656            ! pod/perlhack.pod
11657 ____________________________________________________________________________
11658 [ 11748] By: nick                                  on 2001/08/25  14:53:04
11659         Log: Subject:  Re: [PATCH] (was Re: PerlIO regerssion tests?)
11660              From:  Michael G Schwern <schwern@pobox.com>
11661              Date:  Wed, 22 Aug 2001 19:22:45 -0400
11662              Message-Id:  <20010822192245.U619@blackrider>
11663      Branch: perl
11664            ! MANIFEST
11665 ____________________________________________________________________________
11666 [ 11747] By: nick                                  on 2001/08/25  14:52:33
11667         Log: Subject:  [PATCH] (was Re: PerlIO regerssion tests?)
11668              From:  Nicholas Clark <nick@ccl4.org>
11669              Date:  Wed, 22 Aug 2001 23:29:06 +0100
11670              Message-Id:  <20010822232906.Z82818@plum.flirble.org>
11671      Branch: perl
11672            + t/io/binmode.t
11673            ! perlio.c pod/perlfunc.pod
11674 ____________________________________________________________________________
11675 [ 11744] By: nick                                  on 2001/08/25  14:37:33
11676         Log: Subject:  [PATCH bleadperl] quiet down VC++ warnings in a2py.c and walk.c
11677              From:  Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
11678              Date:  Fri, 24 Aug 2001 22:10:42 +0200
11679              Message-Id:  <1065978076.20010824221042@tesla.rcub.bg.ac.yu>
11680      Branch: perl
11681            ! x2p/a2py.c x2p/walk.c
11682 ____________________________________________________________________________
11683 [ 11743] By: nick                                  on 2001/08/25  14:32:47
11684         Log: Subject:  [DOC PATCH] The coderef-in-@INC feature
11685              From:  Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11686              Date:  Fri, 24 Aug 2001 23:34:13 +0200
11687              Message-Id:  <20010824233413.A1285@rafael>
11688      Branch: perl
11689            ! pod/perlfunc.pod pod/perlvar.pod
11690 ____________________________________________________________________________
11691 [ 11742] By: ams                                   on 2001/08/25  13:16:02
11692         Log: Subject: [PATCH] Re: The coderef in @INC strikes back
11693              From: Nicholas Clark <nick@ccl4.org>
11694              Date: Sat, 25 Aug 2001 14:50:07 +0100
11695              Message-Id: <20010825145007.L41464@plum.flirble.org>
11696      Branch: perl
11697            ! pp_ctl.c
11698 ____________________________________________________________________________
11699 [ 11741] By: nick                                  on 2001/08/24  07:08:45
11700         Log: When applying patch via Porting/apply fails, do p4 refresh
11701              to get old files back.
11702      Branch: perl
11703            ! Porting/apply
11704 ____________________________________________________________________________
11705 [ 11740] By: ams                                   on 2001/08/24  04:47:24
11706         Log: #11739 was incomplete.
11707      Branch: perl
11708            ! pod/perldiag.pod
11709 ____________________________________________________________________________
11710 [ 11739] By: ams                                   on 2001/08/24  04:09:40
11711         Log: Subject: [DOC patch bleadperl] "misspelled" misspelled
11712              From: "Philip Newton" <Philip.Newton@gmx.net>
11713              Date: Fri, 24 Aug 2001 07:08:34 +0200
11714      Branch: perl
11715            ! pod/perldiag.pod
11716 ____________________________________________________________________________
11717 [ 11738] By: ams                                   on 2001/08/24  02:19:42
11718         Log: Fixed Doug Wilson's email address.
11719      Branch: perl
11720            ! AUTHORS
11721 ____________________________________________________________________________
11722 [ 11737] By: ams                                   on 2001/08/24  00:10:13
11723         Log: Subject: [DOC PATCH] Adding new warning in perldiag.pod
11724              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11725              Date: Thu, 23 Aug 2001 22:22:58 +0200
11726              Message-Id: <20010823222258.A901@rafael>
11727      Branch: perl
11728            ! pod/perldiag.pod
11729 ____________________________________________________________________________
11730 [ 11736] By: ams                                   on 2001/08/24  00:05:02
11731         Log: Subject: [PATCH perl@ ] add $Config('scriptdir'} on VMS
11732              From: "Craig A. Berry" <craigberry@mac.com>
11733              Date: Thu, 23 Aug 2001 19:07:45 -0500
11734              Message-Id: <a05101004b7ab4593bb24@[172.16.52.1]>
11735      Branch: perl
11736            ! configure.com
11737 ____________________________________________________________________________
11738 [ 11735] By: sky                                   on 2001/08/23  13:42:07
11739         Log: Backed out 11732, it breaks lib/strict.t 
11740      Branch: perl
11741            ! op.c
11742 ____________________________________________________________________________
11743 [ 11734] By: sky                                   on 2001/08/23  11:45:59
11744         Log: Removed toy from 17133 after Matt Sargeants request.
11745      Branch: perl
11746            ! pod/perlfaq4.pod
11747 ____________________________________________________________________________
11748 [ 11733] By: sky                                   on 2001/08/23  11:36:29
11749         Log: Subject: [PATCH perlfaq4] Faster permutation algorithms
11750              From: Robin Houston <robin@kitsite.com>
11751              Date: Wed, 22 Aug 2001 23:06:16 +0100
11752              Message-ID: <20010822230616.A254@robin.kitsite.com>
11753      Branch: perl
11754            ! pod/perlfaq4.pod
11755 ____________________________________________________________________________
11756 [ 11732] By: sky                                   on 2001/08/23  10:36:02
11757         Log: Subject: Re: [ID 20010822.001] Freeing pads after parse error
11758              From: Simon Cozens <simon@netthink.co.uk>
11759              Date: Thu, 23 Aug 2001 12:06:36 +0100
11760              Message-ID: <20010823120636.A9961@netthink.co.uk>
11761      Branch: perl
11762            ! op.c
11763 ____________________________________________________________________________
11764 [ 11731] By: gsar                                  on 2001/08/23  03:58:58
11765         Log: fix broken windows build
11766      Branch: perl
11767            ! perl.h
11768 ____________________________________________________________________________
11769 [ 11730] By: ams                                   on 2001/08/22  21:35:30
11770         Log: Subject: [PATCH] io/tell.t doesn't chdir t
11771              From: Nicholas Clark <nick@ccl4.org>
11772              Date: Wed, 22 Aug 2001 23:25:58 +0100
11773              Message-Id: <20010822232557.Y82818@plum.flirble.org>
11774      Branch: perl
11775            ! t/io/tell.t
11776 ____________________________________________________________________________
11777 [ 11729] By: ams                                   on 2001/08/22  20:32:21
11778         Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
11779              questions)
11780              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
11781              Date: Wed, 22 Aug 2001 17:09:04 -0400
11782              Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
11783              (Oops, forgot File::Spec::Unix in the previous patch.)
11784      Branch: perl
11785            ! lib/File/Spec/Unix.pm
11786 ____________________________________________________________________________
11787 [ 11728] By: ams                                   on 2001/08/22  20:25:41
11788         Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
11789              questions)
11790              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
11791              Date: Wed, 22 Aug 2001 17:09:04 -0400
11792              Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
11793      Branch: perl
11794            ! lib/File/Spec.pm
11795 ____________________________________________________________________________
11796 [ 11727] By: ams                                   on 2001/08/22  19:43:30
11797         Log: Subject: Re: [PATCH 1 of 3] $] is deprecated - eliminate from core tests
11798              From: John Peacock <jpeacock@rowman.com>
11799              Date: Wed, 22 Aug 2001 12:35:52 -0400
11800              Message-Id: <3B83DF68.5D89DC81@rowman.com>
11801              (Adds proper tests for $], notwithstanding Subject. +nitpick)
11802      Branch: perl
11803            ! t/op/ver.t
11804 ____________________________________________________________________________
11805 [ 11726] By: ams                                   on 2001/08/22  19:36:39
11806         Log: Subject: [ID 20010822.007] eval STRING & diagnostics.pm not mixing
11807              From: schwern@ool-18b93024.dyn.optonline.net (Michael G Schwern)
11808              Date: Wed, 22 Aug 2001 16:03:00 -0400 (EDT)
11809              Message-Id: <20010822200300.0D1638253@ool-18b93024.dyn.optonline.net>
11810      Branch: perl
11811            ! lib/diagnostics.pm lib/diagnostics.t
11812 ____________________________________________________________________________
11813 [ 11725] By: ams                                   on 2001/08/22  19:25:01
11814         Log: Subject: [PATCH] 64 bit integer preserving pp_divide
11815              From: Nicholas Clark <nick@ccl4.org>
11816              Date: Wed, 22 Aug 2001 20:59:05 +0100
11817              Message-Id: <20010822205905.U82818@plum.flirble.org>
11818      Branch: perl
11819            ! pp.c t/op/64bitint.t t/op/arith.t
11820 ____________________________________________________________________________
11821 [ 11724] By: ams                                   on 2001/08/22  10:02:33
11822         Log: Subject: Configure blooper
11823              From: H.Merijn Brand <h.m.brand@hccnet.nl>
11824              Date: Wed, 22 Aug 2001 12:38:35 +0200
11825              Message-Id: <20010822123750.A797.H.M.BRAND@hccnet.nl>
11826      Branch: perl
11827            ! Configure
11828 ____________________________________________________________________________
11829 [ 11723] By: ams                                   on 2001/08/21  16:17:53
11830         Log: Subject: [PATCH] installperl -help
11831              From: Nicholas Clark <nick@ccl4.org>
11832              Date: Tue, 21 Aug 2001 17:34:23 +0100
11833              Message-Id: <20010821173423.F82818@plum.flirble.org>
11834      Branch: perl
11835            ! installperl
11836 ____________________________________________________________________________
11837 [ 11722] By: ams                                   on 2001/08/20  07:46:31
11838         Log: Subject: [PATCH perlvar.pod] Rewrite $. entry and switch to -> syntax
11839              From: Ilmari Karonen <iltzu@sci.fi>
11840              Date: Mon, 20 Aug 2001 06:42:01 +0300 (EET DST)
11841              Message-Id: <Pine.SOL.3.96.1010820063126.28048A-100000@simpukka>
11842      Branch: perl
11843            ! pod/perlvar.pod
11844 ____________________________________________________________________________
11845 [ 11721] By: nick                                  on 2001/08/20  06:24:31
11846         Log: Integrate mainline
11847      Branch: perlio
11848           +> Porting/apply lib/Lingua/KO/Hangul/Util.pm
11849           +> lib/Lingua/KO/Hangul/Util/Changes
11850           +> lib/Lingua/KO/Hangul/Util/README
11851           +> lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
11852           +> lib/Unicode/Collate/Changes lib/Unicode/Collate/README
11853           +> lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
11854           +> lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
11855           +> lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
11856           +> lib/Unicode/Normalize/t/test.t
11857            - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
11858           !> (integrate 55 files)
11859 ____________________________________________________________________________
11860 [ 11720] By: pudge                                 on 2001/08/19  19:00:16
11861         Log: Integrate Change #11599 from maint-5.6/perl
11862      Branch: maint-5.6/macperl
11863           !> README.win32
11864 ____________________________________________________________________________
11865 [ 11719] By: ams                                   on 2001/08/18  21:21:42
11866         Log: Add Porting/apply to MANIFEST.
11867      Branch: perl
11868            ! MANIFEST
11869 ____________________________________________________________________________
11870 [ 11718] By: sky                                   on 2001/08/18  14:38:01
11871         Log: PL_reentrant_buffer does not exist in 5005threaded perl.
11872              Better solution would be to make 5005threaded perl use
11873              the same system as ithreads do
11874      Branch: perl
11875            ! perl.h
11876 ____________________________________________________________________________
11877 [ 11717] By: jhi                                   on 2001/08/18  14:24:42
11878         Log: New try for ID 20010407.006: detach the semantics
11879              "was the last match target UTF8" into its own variable.
11880      Branch: perl
11881            ! embedvar.h intrpvar.h mg.c perlapi.h pod/perlapi.pod pp.c
11882            ! pp_hot.c regcomp.c regexec.c sv.c t/op/pat.t thrdvar.h
11883 ____________________________________________________________________________
11884 [ 11716] By: jhi                                   on 2001/08/18  12:11:14
11885         Log: UTF8 flag should be meaningful only when POK.
11886      Branch: perl
11887            ! dump.c
11888 ____________________________________________________________________________
11889 [ 11715] By: sky                                   on 2001/08/18  11:45:16
11890         Log: USE_THREADS and USE_ITHREADS are never true at the same time
11891      Branch: perl
11892            ! perl.h
11893 ____________________________________________________________________________
11894 [ 11714] By: jhi                                   on 2001/08/18  06:03:24
11895         Log: Retract #11712 for now.  The real fix would probably
11896              be something like making PL_reg_sv a copy (PV + UTF8)
11897              of the matched/substituted string (note: not just a SvPOK
11898              string, for example the stringified form of a ROK would
11899              be applicable)  Beware of leaks.
11900      Branch: perl
11901            ! pp_hot.c t/op/pat.t
11902 ____________________________________________________________________________
11903 [ 11713] By: jhi                                   on 2001/08/18  03:22:42
11904         Log: UTF8 wasn't printing for PVMGs.
11905      Branch: perl
11906            ! dump.c
11907 ____________________________________________________________________________
11908 [ 11712] By: jhi                                   on 2001/08/18  03:22:24
11909         Log: (Retracted by #11714)
11910              
11911              Okay analysis, debatable fix.  (The fix will inc
11912              the refcount of all temporary match objects,
11913              like for example tied(%h) =~ /^.../ from Tie/RefHash.t,
11914              which will then cause griping at untie() time
11915              ("inner references remain").
11916              
11917              Fix for ID 20010407.006: PL_reg_sv got wiped out
11918              by freetemps if the match target was a temporary
11919              (like function_call() =~ /.../), which in turn meant
11920              that the $1 et al stopped working if they had UTF-8
11921              in them.  Therefore bump up the refcount of PL_reg_sv.
11922      Branch: perl
11923            ! pp_hot.c t/op/pat.t
11924 ____________________________________________________________________________
11925 [ 11711] By: ams                                   on 2001/08/17  20:32:08
11926         Log: Subject: [PATCH] doesn't compile, was perl@11710
11927              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11928              Date: Fri, 17 Aug 2001 23:21:10 +0200
11929              Message-Id: <20010817232110.C7041@rafael> 
11930      Branch: perl
11931            ! sharedsv.c
11932 ____________________________________________________________________________
11933 [ 11710] By: jhi                                   on 2001/08/17  14:26:57
11934         Log: Update Changes.
11935      Branch: perl
11936            ! Changes patchlevel.h
11937 ____________________________________________________________________________
11938 [ 11709] By: jhi                                   on 2001/08/17  13:47:53
11939         Log: Upgrade to libnet 1.0704.
11940      Branch: perl
11941            - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
11942            ! MANIFEST lib/Net/ChangeLog.libnet lib/Net/Cmd.pm
11943            ! lib/Net/Config.pm lib/Net/Domain.pm lib/Net/FTP.pm
11944            ! lib/Net/FTP/A.pm lib/Net/FTP/I.pm lib/Net/FTP/dataconn.pm
11945            ! lib/Net/NNTP.pm lib/Net/Netrc.pm lib/Net/POP3.pm
11946            ! lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/Time.pm
11947            ! lib/Net/libnetFAQ.pod lib/Net/t/ftp.t
11948 ____________________________________________________________________________
11949 [ 11708] By: sky                                   on 2001/08/17  13:34:04
11950         Log: Let perl_clone copy PL_exit_flags
11951      Branch: perl
11952            ! sv.c
11953 ____________________________________________________________________________
11954 [ 11707] By: sky                                   on 2001/08/17  12:28:41
11955         Log: Protext sharedsv_space better. Extended EDIT and RELEASE macro
11956      Branch: perl
11957            ! sharedsv.c sharedsv.h
11958 ____________________________________________________________________________
11959 [ 11706] By: jhi                                   on 2001/08/17  11:59:28
11960         Log: The metaconfig unit change for #11705.
11961      Branch: metaconfig/U/perl
11962            ! Extensions.U
11963 ____________________________________________________________________________
11964 [ 11705] By: jhi                                   on 2001/08/17  11:58:48
11965         Log: Allow the threads extension to be found if present.
11966      Branch: perl
11967            ! Configure
11968 ____________________________________________________________________________
11969 [ 11704] By: nick                                  on 2001/08/17  11:47:54
11970         Log: Mail -> change script (pre-alpha)
11971      Branch: perl
11972            + Porting/apply
11973 ____________________________________________________________________________
11974 [ 11703] By: sky                                   on 2001/08/17  07:11:24
11975         Log: Fixed macros for localtime_r under USE_REENTRANT_API, also fixed for HP-UX 10.20
11976              Thanks to Tom Hospel for pointing out my error.
11977      Branch: perl
11978            ! op.h
11979 ____________________________________________________________________________
11980 [ 11702] By: sky                                   on 2001/08/17  04:18:11
11981         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.
11982      Branch: perl
11983            ! embed.pl miniperlmain.c perl.c perl.h proto.h
11984 ____________________________________________________________________________
11985 [ 11701] By: jhi                                   on 2001/08/17  03:22:38
11986         Log: Integrate Lingua::KO::Hangul::Util 0.02, Unicode::Normalize,
11987              and Unicode::Collate 0.07, from SADAHIRO Tomoyuki.
11988      Branch: perl
11989            + lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
11990            + lib/Lingua/KO/Hangul/Util/README
11991            + lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
11992            + lib/Unicode/Collate/Changes lib/Unicode/Collate/README
11993            + lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
11994            + lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
11995            + lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
11996            + lib/Unicode/Normalize/t/test.t
11997            ! MANIFEST
11998 ____________________________________________________________________________
11999 [ 11700] By: jhi                                   on 2001/08/17  02:58:59
12000         Log: Subject: [PATCH perl@11683] IEEE float tweak for VMS
12001              Date: Thu, 16 Aug 2001 22:46:15 -0500
12002              From: "Craig A. Berry" <craigberry@mac.com>
12003              Message-Id: <5.1.0.14.0.20010816204836.01ab4e58@exchi01>
12004      Branch: perl
12005            ! configure.com numeric.c
12006 ____________________________________________________________________________
12007 [ 11699] By: jhi                                   on 2001/08/17  02:33:00
12008         Log: It seems that Tru64 has "naturally" threadsafe APIs only for
12009              of the usual suspects (like getpwent) but not for others
12010              (like localtime and rand).  The _r versions are available
12011              for all of them, so let's use them.
12012      Branch: perl
12013            ! perl.h
12014 ____________________________________________________________________________
12015 [ 11698] By: jhi                                   on 2001/08/17  01:53:02
12016         Log: (Accidental apply; thankfully empty.)
12017      Branch: perl
12018            ! hints/os390.sh
12019 ____________________________________________________________________________
12020 [ 11697] By: jhi                                   on 2001/08/17  01:50:55
12021         Log: Subject: Re: [ID 20010803.016] Possible regex bug in 5.6.1 
12022              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
12023              Date: Thu, 16 Aug 2001 16:27:49 +0100
12024              Message-Id: <200108161527.f7GFRnH09419@crypt.compulink.co.uk>
12025      Branch: perl
12026            ! regexec.c t/op/re_tests
12027 ____________________________________________________________________________
12028 [ 11696] By: jhi                                   on 2001/08/17  01:50:01
12029         Log: Subject: Re: [ID 20010814.004] pos() doesn't work when using =~m// in list context 
12030              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
12031              Date: Thu, 16 Aug 2001 18:50:01 +0100
12032              Message-Id: <200108161750.f7GHo1l22207@crypt.compulink.co.uk>
12033      Branch: perl
12034            ! pp_hot.c t/op/pat.t
12035 ____________________________________________________________________________
12036 [ 11695] By: jhi                                   on 2001/08/17  01:49:12
12037         Log: Subject: [PATCH] *time_r again
12038              From: "Arthur Bergman" <arthur@contiller.se>
12039              Date: Thu, 16 Aug 2001 16:01:54 +0200
12040              Message-ID: <00ca01c1265c$0175f940$21000a0a@vogw2kdev>
12041      Branch: perl
12042            ! op.h
12043 ____________________________________________________________________________
12044 [ 11694] By: jhi                                   on 2001/08/17  01:47:53
12045         Log: system() and backtick error handling cleanup from Craig A. Berry.
12046      Branch: perl
12047            ! vms/vms.c
12048 ____________________________________________________________________________
12049 [ 11693] By: gsar                                  on 2001/08/17  01:07:21
12050         Log: change#10334 leaks memory, copies string when it doesn't
12051              need to
12052      Branch: perl
12053            ! perl.c
12054 ____________________________________________________________________________
12055 [ 11692] By: jhi                                   on 2001/08/16  12:22:29
12056         Log: One more twist to the sprintf + utf8 testing.
12057      Branch: perl
12058            ! t/op/misc.t
12059 ____________________________________________________________________________
12060 [ 11691] By: jhi                                   on 2001/08/16  11:46:02
12061         Log: Fix for 20010407.008 sprintf removes utf8-ness.
12062      Branch: perl
12063            ! pp.c t/op/misc.t
12064 ____________________________________________________________________________
12065 [ 11690] By: jhi                                   on 2001/08/16  11:31:00
12066         Log: Subject: [PATCH] *time_r fixes
12067              From: "Arthur Bergman" <arthur@contiller.se>
12068              Message-ID: <00b901c1264e$1cbe6970$21000a0a@vogw2kdev>
12069              Date: Thu, 16 Aug 2001 14:22:27 +0200
12070      Branch: perl
12071            ! op.h
12072 ____________________________________________________________________________
12073 [ 11689] By: jhi                                   on 2001/08/16  11:29:30
12074         Log: Upgrade to CGI.pm 2.77.
12075      Branch: perl
12076            ! lib/CGI.pm lib/CGI/Fast.pm lib/CGI/Util.pm lib/CGI/t/form.t
12077            ! lib/CGI/t/function.t
12078 ____________________________________________________________________________
12079 [ 11688] By: jhi                                   on 2001/08/16  01:07:21
12080         Log: Document the bytes-to-Unicode upgrading.
12081      Branch: perl
12082            ! pod/perlunicode.pod
12083 ____________________________________________________________________________
12084 [ 11687] By: jhi                                   on 2001/08/16  00:29:29
12085         Log: Add a test for Unicode sprintf.
12086      Branch: perl
12087            ! t/op/misc.t
12088 ____________________________________________________________________________
12089 [ 11686] By: jhi                                   on 2001/08/16  00:20:40
12090         Log: Add Unicode tests for index/rindex.
12091      Branch: perl
12092            ! t/op/index.t
12093 ____________________________________________________________________________
12094 [ 11685] By: jhi                                   on 2001/08/15  22:51:53
12095         Log: Document a bit the art of minimizing the installation,
12096              based on the p5p discussion.
12097      Branch: perl
12098            ! INSTALL
12099 ____________________________________________________________________________
12100 [ 11684] By: nick                                  on 2001/08/15  15:03:31
12101         Log: Integrate mainline
12102      Branch: perlio
12103           +> sharedsv.c sharedsv.h
12104           !> (integrate 53 files)
12105 ____________________________________________________________________________
12106 [ 11683] By: jhi                                   on 2001/08/15  13:49:07
12107         Log: Update Changes.
12108      Branch: perl
12109            ! Changes patchlevel.h
12110 ____________________________________________________________________________
12111 [ 11682] By: jhi                                   on 2001/08/15  13:26:00
12112         Log: The #11673 necessitated a test tweak.
12113      Branch: perl
12114            ! t/io/utf8.t
12115 ____________________________________________________________________________
12116 [ 11681] By: jhi                                   on 2001/08/15  13:12:50
12117         Log: Also UNICOS is in the general case unable to silently
12118              handle fp overflows.
12119      Branch: perl
12120            ! numeric.c
12121 ____________________________________________________________________________
12122 [ 11680] By: jhi                                   on 2001/08/15  13:05:15
12123         Log: Try to get NV_MIN, NV_MAX, NV_MIN_10_EXP, NV_MAX_10_EXP,
12124              NV_EPSILON #defined.
12125      Branch: perl
12126            ! perl.h
12127 ____________________________________________________________________________
12128 [ 11679] By: jhi                                   on 2001/08/15  12:48:32
12129         Log: Re-establish the fp overflow detection for VAX VMS; there
12130              is no easy way to have the IEEE fp silent overflow semantics.
12131              (in Alpha VMS we still will use IEEE fp by default-- but it
12132              is still possible to configure Perl to use G_FLOAT)
12133      Branch: perl
12134            ! numeric.c
12135 ____________________________________________________________________________
12136 [ 11678] By: jhi                                   on 2001/08/15  12:27:41
12137         Log: Subject: [PATCH] pp_lock 
12138              From: "Arthur Bergman" <arthur@contiller.se>
12139              Date: Wed, 15 Aug 2001 11:52:16 +0200
12140              Message-ID: <008401c1256f$f75a91b0$21000a0a@vogw2kdev>
12141      Branch: perl
12142            ! pp.c
12143 ____________________________________________________________________________
12144 [ 11677] By: jhi                                   on 2001/08/15  12:26:44
12145         Log: Subject: Re: [ID 20010809.023] perlre misleads when stating that (?i) should be at front of pattern 
12146              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
12147              Date: Wed, 15 Aug 2001 11:32:11 +0100
12148              Message-Id: <200108151032.f7FAWBI30961@crypt.compulink.co.uk>
12149      Branch: perl
12150            ! regcomp.c t/op/re_tests
12151 ____________________________________________________________________________
12152 [ 11676] By: jhi                                   on 2001/08/15  12:25:29
12153         Log: Subject: Re: [ID 20010811.006] re_eval: logical leaks 
12154              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
12155              Date: Wed, 15 Aug 2001 10:33:49 +0100
12156              Message-Id: <200108150933.f7F9Xnr11222@crypt.compulink.co.uk>
12157      Branch: perl
12158            ! regexec.c t/op/re_tests
12159 ____________________________________________________________________________
12160 [ 11675] By: jhi                                   on 2001/08/15  03:28:20
12161         Log: Subject: Re: bug in File::Spec 0.82 (canonpath)
12162              From: Barrie Slaymaker <barries@slaysys.com>
12163              Date: Tue, 14 Aug 2001 14:32:25 -0400
12164              Message-ID: <20010814143225.A19822@jester.slaysys.com>
12165      Branch: perl
12166            ! lib/File/Spec.t lib/File/Spec/Unix.pm
12167 ____________________________________________________________________________
12168 [ 11674] By: jhi                                   on 2001/08/15  03:25:32
12169         Log: Subject: [PATCH: perl@11626] modify VMS default prefix for installation
12170              From: Peter Prymmer <pvhp@forte.com>
12171              Date: Tue, 14 Aug 2001 13:33:32 -0700 (PDT)
12172              Message-ID: <Pine.OSF.4.10.10108141327590.192110-100000@aspara.forte.com>
12173      Branch: perl
12174            ! README.vms configure.com
12175 ____________________________________________________________________________
12176 [ 11673] By: jhi                                   on 2001/08/15  03:16:14
12177         Log: Subject: [PATCH perl@11660] Warning incorrectly reported without -w
12178              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
12179              Date: Tue, 14 Aug 2001 21:23:27 +0200
12180              Message-ID: <20010814212327.A1919@rafael>
12181      Branch: perl
12182            ! doio.c
12183 ____________________________________________________________________________
12184 [ 11672] By: jhi                                   on 2001/08/15  03:15:25
12185         Log: Subject: [PATCH bleadperl] fixing SDBM_File problems under win32
12186              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
12187              Date: Tue, 14 Aug 2001 22:30:11 +0200
12188              Message-ID: <4224685483.20010814223011@tesla.rcub.bg.ac.yu>
12189              
12190              Combination of nmake, quoting, and Perl expanded $( in here-doc.
12191      Branch: perl
12192            ! ext/SDBM_File/Makefile.PL
12193 ____________________________________________________________________________
12194 [ 11671] By: jhi                                   on 2001/08/14  13:44:40
12195         Log: Todo updates.
12196      Branch: perl
12197            ! pod/perltodo.pod
12198 ____________________________________________________________________________
12199 [ 11670] By: jhi                                   on 2001/08/14  13:10:36
12200         Log: Subject: [PATCH bleadperl CORE] removing sv.c warnings on VC++5.0
12201              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
12202              Date: Mon, 13 Aug 2001 23:15:01 +0200
12203              Message-ID: <6114148607.20010813231501@tesla.rcub.bg.ac.yu>
12204      Branch: perl
12205            ! sv.c
12206 ____________________________________________________________________________
12207 [ 11669] By: jhi                                   on 2001/08/14  13:07:09
12208         Log: Subject: [PATCH] [b-]showlex.t
12209              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
12210              Date: Sun, 12 Aug 2001 22:24:51 +0200
12211              Message-ID: <6510457078.20010812222451@tesla.rcub.bg.ac.yu>
12212              
12213              The 4nt command shell will expand the % in command line
12214              no matter what quoting is attempted, changed the % to @.
12215      Branch: perl
12216            ! ext/B/Showlex.t
12217 ____________________________________________________________________________
12218 [ 11668] By: jhi                                   on 2001/08/14  13:01:02
12219         Log: Subject: [PATCH] magic.t
12220              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
12221              Date: Sun, 12 Aug 2001 20:49:27 +0200
12222              Message-ID: <844732764.20010812204927@tesla.rcub.bg.ac.yu>
12223      Branch: perl
12224            ! t/op/magic.t
12225 ____________________________________________________________________________
12226 [ 11667] By: jhi                                   on 2001/08/14  12:35:17
12227         Log: Add sharedsv* to the DOSish platforms; plus add
12228              some WinCE files to the list of DOSish files.
12229      Branch: perl
12230            ! NetWare/Makefile Porting/makerel win32/Makefile
12231            ! win32/makefile.mk wince/Makefile.ce
12232 ____________________________________________________________________________
12233 [ 11666] By: jhi                                   on 2001/08/14  12:29:57
12234         Log: More DOSish files.
12235      Branch: perl
12236            ! Porting/makerel
12237 ____________________________________________________________________________
12238 [ 11665] By: jhi                                   on 2001/08/14  12:27:58
12239         Log: Strip CRs from the WinCE files.  Now we need to
12240              figure out in which CRs are really needed: probably
12241              Makefile.ce and the README files, at least, probably
12242              also the registry.bat.
12243      Branch: perl
12244            ! wince/Makefile.ce wince/README.compile wince/README.perlce
12245            ! wince/config.h wince/include/cectype.h wince/include/errno.h
12246            ! wince/include/sys/stat.h wince/include/sys/types.h
12247            ! wince/include/sys/utime.h wince/include/time.h wince/perl.rc
12248            ! wince/perldll.def wince/registry.bat wince/wince.h
12249            ! wince/xbuildall.ksh wince/xdistclean.ksh wince/xmakediffs.ksh
12250 ____________________________________________________________________________
12251 [ 11664] By: jhi                                   on 2001/08/14  12:05:09
12252         Log: Add some files to DOSish and writables.
12253      Branch: perl
12254            ! Porting/makerel
12255 ____________________________________________________________________________
12256 [ 11663] By: jhi                                   on 2001/08/14  03:08:07
12257         Log: Compile failure message tidying.
12258      Branch: perl
12259            ! t/lib/1_compile.t
12260 ____________________________________________________________________________
12261 [ 11662] By: jhi                                   on 2001/08/14  01:41:22
12262         Log: The new sharedsv* should be exported only if usethreads.
12263      Branch: perl
12264            ! makedef.pl
12265 ____________________________________________________________________________
12266 [ 11661] By: jhi                                   on 2001/08/14  00:25:30
12267         Log: Subject: [PATCH: perl@11626] URL updates for README.os390
12268              From: Peter Prymmer <pvhp@forte.com>
12269              Date: Mon, 13 Aug 2001 15:21:06 -0700 (PDT)
12270              Message-ID: <Pine.OSF.4.10.10108131517570.151295-100000@aspara.forte.com>
12271      Branch: perl
12272            ! README.os390
12273 ____________________________________________________________________________
12274 [ 11660] By: jhi                                   on 2001/08/13  12:54:54
12275         Log: Update Changes.
12276      Branch: perl
12277            ! Changes patchlevel.h
12278 ____________________________________________________________________________
12279 [ 11659] By: jhi                                   on 2001/08/13  12:45:21
12280         Log: Subject: [PATHC] sharedsv.[c|h]
12281              From: "Artur Bergman" <artur@contiller.se>
12282              Date: Mon, 13 Aug 2001 14:38:41 +0200
12283              Message-ID: <005401c123f4$e1f53360$21000a0a@vogw2kdev>  
12284              
12285              Subject: [PATCH] embed.pl
12286              From: Arthur Bergman <arthur@contiller.se>
12287              Date: Mon, 13 Aug 2001 14:38:14 +0200
12288              Message-ID: <B79D96D6.3088%arthur@contiller.se>
12289              
12290              Subject: [PATCH] sharedsv cleanups
12291              From: "Arthur Bergman" <arthur@contiller.se>
12292              Date: Mon, 13 Aug 2001 15:14:25 +0200
12293              Message-ID: <005a01c123f9$dfe525d0$21000a0a@vogw2kdev>  
12294              
12295              Plus few tweaks: _init needs to be Adp, the prototypes
12296              should not be revealed unless using ithreads, #endif FOO
12297              must be #endif /* FOO */, adding (parentheses) around
12298              do { } while doesn't work too well.
12299      Branch: perl
12300            + sharedsv.c sharedsv.h
12301            ! MANIFEST Makefile.SH embed.h embed.pl global.sym objXSUB.h
12302            ! perl.h perlapi.c pod/perlapi.pod proto.h
12303 ____________________________________________________________________________
12304 [ 11658] By: jhi                                   on 2001/08/13  12:00:08
12305         Log: Subject: Re: END {} blocks run in perl_run
12306              From: Arthur Bergman <arthur@contiller.se>
12307              Date: Mon, 13 Aug 2001 11:11:30 +0200
12308              Message-ID: <B79D6661.3068%arthur@contiller.se>
12309      Branch: perl
12310            ! perl.c
12311 ____________________________________________________________________________
12312 [ 11657] By: nick                                  on 2001/08/13  09:03:02
12313         Log: Integrate mainline
12314      Branch: perlio
12315           +> (branch 326 files)
12316            - (delete 330 files)
12317           !> (integrate 85 files)
12318 ____________________________________________________________________________
12319 [ 11656] By: jhi                                   on 2001/08/12  23:24:18
12320         Log: If you want you can now add -DUSE_UTF8_SCRIPTS to your cflags
12321              and the Perl will be built to do that by default (adding that
12322              will break scripts having non-UTF-8 binary data, such as Latin-1.)
12323      Branch: perl
12324            ! op.c toke.c utf8.h
12325 ____________________________________________________________________________
12326 [ 11655] By: jhi                                   on 2001/08/12  23:05:14
12327         Log: Unnecessary downgrades.
12328      Branch: perl
12329            ! doop.c
12330 ____________________________________________________________________________
12331 [ 11654] By: jhi                                   on 2001/08/12  22:56:47
12332         Log: Failure not true anymore (probably caused by my broken setup).
12333      Branch: perl
12334            ! t/op/pat.t
12335 ____________________________________________________________________________
12336 [ 11653] By: jhi                                   on 2001/08/12  22:46:12
12337         Log: Not quite so relicy as thought in #11651 (op/concat #4 and #5
12338              stopped working).
12339      Branch: perl
12340            ! op.h pp_ctl.c regcomp.c
12341 ____________________________________________________________________________
12342 [ 11652] By: jhi                                   on 2001/08/12  22:30:04
12343         Log: There is no IN_UTF8.
12344      Branch: perl
12345            ! utf8.h
12346 ____________________________________________________________________________
12347 [ 11651] By: jhi                                   on 2001/08/12  21:08:06
12348         Log: More (less) regex/utf8 relics.  (Toned down later in #11653.)
12349      Branch: perl
12350            ! op.c op.h pp_ctl.c regcomp.c
12351 ____________________________________________________________________________
12352 [ 11650] By: jhi                                   on 2001/08/12  20:17:32
12353         Log: Relic in op.c (no regex feature should depend on the utf8 pragma),
12354              and a test tweak.
12355      Branch: perl
12356            ! op.c t/pod/find.t
12357 ____________________________________________________________________________
12358 [ 11649] By: jhi                                   on 2001/08/12  18:45:52
12359         Log: Todo updates and fixes.
12360      Branch: perl
12361            ! pod/perltodo.pod
12362 ____________________________________________________________________________
12363 [ 11648] By: jhi                                   on 2001/08/12  18:43:50
12364         Log: Mark tests (and one module) having explicit Latin-1
12365              (and one file having explicit UTF-8) with an explicit
12366              'no utf8' (and one explicit 'use utf8').
12367              
12368              NOTE: t/op/pat.t #64 fails mysteriously under 'use utf8'.
12369      Branch: perl
12370            ! lib/CGI/t/html.t lib/Locale/Codes/t/languages.t
12371            ! lib/Locale/Language.pm lib/charnames.t lib/locale.t
12372            ! t/lib/locale/latin1 t/lib/locale/utf8 t/op/pat.t
12373 ____________________________________________________________________________
12374 [ 11647] By: jhi                                   on 2001/08/12  17:10:22
12375         Log: Subject: SV: END {} blocks run in perl_run
12376              From: "Arthur Bergman" <arthur@contiller.se>
12377              Date: Sun, 12 Aug 2001 00:34:28 +0200 
12378              Message-ID: <03fd01c122b5$c803c600$052aa8c0@foo>
12379      Branch: perl
12380            ! miniperlmain.c perl.c
12381 ____________________________________________________________________________
12382 [ 11646] By: jhi                                   on 2001/08/12  16:59:00
12383         Log: Typos in #11645.
12384      Branch: perl
12385            ! perl.h
12386 ____________________________________________________________________________
12387 [ 11645] By: jhi                                   on 2001/08/12  16:55:31
12388         Log: On ithreads default to use_reentrant except on naturally
12389              threadsafe platforms.
12390      Branch: perl
12391            ! perl.h
12392 ____________________________________________________________________________
12393 [ 11644] By: jhi                                   on 2001/08/12  15:45:43
12394         Log: (Hopefully) a fix for 20010723.004: make install needs
12395              write permission in build directory.  The problem was
12396              probably caused by overeager sprinkling of the lib/re.pm
12397              dependencies (which was done to guarantee lib/re.pm being
12398              uptodate for parallel makes: now solved by funneling that
12399              through an explicit recursive make in the preplibrary target).
12400      Branch: perl
12401            ! Makefile.SH
12402 ____________________________________________________________________________
12403 [ 11643] By: jhi                                   on 2001/08/12  14:16:44
12404         Log: Dispell the "use utf8" superstition.
12405      Branch: perl
12406            ! lib/utf8.pm pod/perlfunc.pod pod/perlretut.pod pod/perltoc.pod
12407            ! pod/perlunicode.pod
12408 ____________________________________________________________________________
12409 [ 11642] By: jhi                                   on 2001/08/12  13:56:42
12410         Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
12411              From: "Abigail" <abigail@foad.org> 
12412              Date: Sat, 11 Aug 2001 23:49:49 +0200
12413              Message-ID: <20010811214950.23255.qmail@foad.org>
12414      Branch: perl
12415            ! t/op/taint.t
12416 ____________________________________________________________________________
12417 [ 11641] By: jhi                                   on 2001/08/12  13:56:18
12418         Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
12419              From: Abhijit Menon-Sen <ams@wiw.org>
12420              Date: Sat, 11 Aug 2001 06:18:19 +0530
12421              Message-ID: <20010811061819.P526@lustre.dyn.wiw.org>
12422      Branch: perl
12423            ! mg.c
12424 ____________________________________________________________________________
12425 [ 11640] By: jhi                                   on 2001/08/12  13:45:58
12426         Log: Test for change #11639.
12427      Branch: perl
12428            ! t/op/tiehandle.t
12429 ____________________________________________________________________________
12430 [ 11639] By: jhi                                   on 2001/08/12  13:42:03
12431         Log: Subject: Re: Can't localize *FH, then tie it
12432              From: Abhijit Menon-Sen <ams@wiw.org>
12433              Date: Sun, 12 Aug 2001 16:08:06 +0530
12434              Message-ID: <20010812160806.A28712@lustre.dyn.wiw.org>
12435      Branch: perl
12436            ! pp_hot.c pp_sys.c
12437 ____________________________________________________________________________
12438 [ 11638] By: jhi                                   on 2001/08/12  03:30:07
12439         Log: Drop all the unnecessary "use utf8" clauses and some of
12440              the unnecessary "use bytes" ones.
12441              
12442              TODO: scour the documentation for unnecessary "use utf8"
12443              and prominently display it in perldelta when the time comes.
12444              ("use utf8" should be necessary ONLY if one wants the script
12445              to be in UTF-8.)  Also should be checked in some non-ASCII
12446              non-Latin-1 platform, like EBCDIC.
12447      Branch: perl
12448            ! t/comp/require.t t/io/utf8.t t/op/concat.t t/op/each.t
12449            ! t/op/pat.t t/op/regmesg.t t/op/sprintf.t t/op/tr.t
12450 ____________________________________________________________________________
12451 [ 11637] By: jhi                                   on 2001/08/11  17:55:36
12452         Log: Add t/op/lc.t to see if lc, uc, lcfirst, ucfirst, quotemeta work.
12453              Smoked out bugs (well, the same bug twice) from ucfirst and lcfirst
12454              in Unicode handling.
12455      Branch: perl
12456            + t/op/lc.t
12457            ! MANIFEST pp.c t/op/misc.t t/op/readdir.t
12458 ____________________________________________________________________________
12459 [ 11636] By: jhi                                   on 2001/08/11  17:14:06
12460         Log: Thinko: we want the flags for native cc, not gcc.
12461      Branch: perl
12462            ! hints/dec_osf.sh
12463 ____________________________________________________________________________
12464 [ 11635] By: jhi                                   on 2001/08/11  15:14:48
12465         Log: Subject: [PATCH] Re: [ID 20010809.028] x operator not copying elements in 'for' list?
12466              From: Robin Houston <robin@kitsite.com>
12467              Date: Fri, 10 Aug 2001 14:42:02 +0100
12468              Message-ID: <20010810144202.A32754@puffinry.freeserve.co.uk>
12469      Branch: perl
12470            ! pp.c
12471 ____________________________________________________________________________
12472 [ 11634] By: jhi                                   on 2001/08/11  14:59:22
12473         Log: Subject: [PATCH] turn $a.=<F> into an RCATLINE
12474              From: Abhijit Menon-Sen <ams@wiw.org>
12475              Date: Sat, 11 Aug 2001 16:31:04 +0530
12476              Message-ID: <20010811163104.Q526@lustre.dyn.wiw.org>
12477      Branch: perl
12478            ! op.c
12479 ____________________________________________________________________________
12480 [ 11633] By: jhi                                   on 2001/08/11  14:58:07
12481         Log: Get rid of indread, from Abhijit Menon-Sen.
12482      Branch: perl
12483            ! pp_sys.c
12484 ____________________________________________________________________________
12485 [ 11632] By: jhi                                   on 2001/08/10  23:39:04
12486         Log: CRLFgngngn.
12487      Branch: perl
12488            ! win32/Makefile win32/makefile.mk
12489 ____________________________________________________________________________
12490 [ 11631] By: jhi                                   on 2001/08/10  23:37:43
12491         Log: Decommission Time::Piece; unnecessary Yet Another Time-Date Module.
12492      Branch: perl
12493            - ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
12494            - ext/Time/Piece/Piece.t ext/Time/Piece/Piece.xs
12495            - ext/Time/Piece/README ext/Time/Piece/Seconds.pm
12496            ! MANIFEST Porting/config.sh djgpp/config.over epoc/config.sh
12497            ! ext/POSIX/POSIX.pod hints/vmesa.sh pod/perlfaq4.pod
12498            ! pod/perllocale.pod pod/perltoc.pod t/lib/1_compile.t
12499            ! win32/Makefile win32/makefile.mk
12500 ____________________________________________________________________________
12501 [ 11630] By: jhi                                   on 2001/08/10  13:53:15
12502         Log: Avoid #elif (less portable than #else #if).
12503      Branch: perl
12504            ! handy.h
12505 ____________________________________________________________________________
12506 [ 11629] By: jhi                                   on 2001/08/10  13:49:53
12507         Log: Subject: patch for perlvar.pod
12508              From: mah@everybody.org (Mark A. Hershberger)
12509              Date: 08 Aug 2001 17:03:16 -0500
12510              Message-ID: <87g0b2w6or.fsf@mah.mcdermott.com>
12511      Branch: perl
12512            ! pod/perlvar.pod
12513 ____________________________________________________________________________
12514 [ 11628] By: jhi                                   on 2001/08/10  13:45:48
12515         Log: cpp commands must start (the # must be) at the column #0.
12516      Branch: perl
12517            ! op.c
12518 ____________________________________________________________________________
12519 [ 11627] By: jhi                                   on 2001/08/10  13:41:07
12520         Log: If using gcc -B/foo/bar makedepend would give
12521              unnecessary warnings about unused -B/foo/bar.
12522      Branch: perl
12523            ! makedepend.SH
12524 ____________________________________________________________________________
12525 [ 11626] By: jhi                                   on 2001/08/09  14:56:29
12526         Log: Update Changes.
12527      Branch: perl
12528            ! Changes patchlevel.h
12529 ____________________________________________________________________________
12530 [ 11625] By: jhi                                   on 2001/08/09  14:54:05
12531         Log: s/z/tz/
12532      Branch: perl
12533            ! pod/perlfaq2.pod
12534 ____________________________________________________________________________
12535 [ 11624] By: jhi                                   on 2001/08/09  14:52:52
12536         Log: Article nit.
12537      Branch: perl
12538            ! pod/perlfaq2.pod
12539 ____________________________________________________________________________
12540 [ 11623] By: jhi                                   on 2001/08/09  14:49:00
12541         Log: Rename lib/unicode files to lib/unicore to avoid
12542              conflicts between core lib/unicode and Unicode::
12543              files in case-ignoring filesystems.
12544      Branch: perl
12545            + (add 325 files)
12546            - (delete 324 files)
12547            ! MANIFEST lib/charnames.pm lib/utf8_heavy.pl pod/perlretut.pod
12548 ____________________________________________________________________________
12549 [ 11622] By: jhi                                   on 2001/08/09  13:33:47
12550         Log: Upgrade to Math::BigInt 1.41.
12551      Branch: perl
12552            ! lib/Math/BigInt.pm lib/Math/BigInt/t/bigintpm.t
12553 ____________________________________________________________________________
12554 [ 11621] By: jhi                                   on 2001/08/09  13:31:20
12555         Log: Subject: [PATCH] remove PL_na from typemap
12556              From: James <james@rf.net>
12557              Date: Mon, 06 Aug 2001 20:23:15 -0700
12558              Message-ID: <3B6F5F23.A31A81B1@rf.net>
12559              
12560              (had to be manually applied)
12561      Branch: perl
12562            ! lib/ExtUtils/typemap
12563 ____________________________________________________________________________
12564 [ 11620] By: jhi                                   on 2001/08/09  13:27:11
12565         Log: The metaconfig unit changes for #11618.
12566      Branch: metaconfig/U/perl
12567            + d_fpclassl.U i_fp.U
12568 ____________________________________________________________________________
12569 [ 11619] By: jhi                                   on 2001/08/09  13:25:21
12570         Log: Forgot this from #11618.
12571              
12572              NOTE: wince/config_H.ce needs updating.
12573      Branch: perl
12574            ! wince/config.ce
12575 ____________________________________________________________________________
12576 [ 11618] By: jhi                                   on 2001/08/09  13:21:51
12577         Log: Introduce more floating point classifying APIs;
12578              try to define (most importantly) Perl_is{inf,nan}(x).
12579              
12580              For this first cut, assume none such APIs exist in non-UNIXoid
12581              platforms-- this is of course too unkind: Win32 rumoredly has
12582              _fpclass() and _isnan(), and VMS/VOS very probably have some
12583              of the APIs available.     The only thing Perl uses at the moment
12584              is Perl_isnan() (has been in use for a while now).
12585              
12586              NOTE: the Win32 and NetWare config_h.?c need regenerating.
12587      Branch: perl
12588            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
12589            ! Porting/config_H config_h.SH configure.com epoc/config.sh
12590            ! hints/hpux.sh perl.h pod/perltoc.pod uconfig.h uconfig.sh
12591            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
12592            ! vos/config.ga.h win32/config.bc win32/config.gc
12593            ! win32/config.vc win32/config_H.bc win32/config_H.gc
12594            ! win32/config_H.vc wince/config.ce wince/config.h
12595 ____________________________________________________________________________
12596 [ 11617] By: jhi                                   on 2001/08/09  11:08:51
12597         Log: Integrate change #11519 from perlio:
12598              
12599              Avoid testing for (non-)existance of "encoding(xxxx)"
12600              layer is called "encoding" the (xxxx) is an argument.
12601      Branch: perl
12602           !> lib/open.pm
12603 ____________________________________________________________________________
12604 [ 11616] By: nick                                  on 2001/08/09  07:50:24
12605         Log: Integrate mainline
12606      Branch: perlio
12607           +> ext/PerlIO/t/via.t lib/Getopt/Long/CHANGES
12608           +> lib/Getopt/Long/README lib/Getopt/Long/t/gol-basic.t
12609           +> lib/Getopt/Long/t/gol-compat.t lib/Getopt/Long/t/gol-linkage.t
12610           +> lib/Getopt/Long/t/gol-oo.t utils/perlivp.PL
12611            - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
12612            - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
12613           !> (integrate 79 files)
12614 ____________________________________________________________________________
12615 [ 11615] By: nick                                  on 2001/08/09  06:23:44
12616         Log: Avoid testing for (non-)existance of "encoding(xxxx)"
12617              layer is called "encoding" the (xxxx) is an argument.
12618      Branch: perlio
12619            ! lib/open.pm
12620 ____________________________________________________________________________
12621 [ 11614] By: jhi                                   on 2001/08/08  21:50:19
12622         Log: Subject: [PATCH bleadperl] Teach B::Concise about PADOP
12623              From: Paul Johnson <paul@pjcj.net>
12624              Date: Wed, 8 Aug 2001 23:54:17 +0200
12625              Message-ID: <20010808235417.O1006@pjcj.net>
12626      Branch: perl
12627            ! ext/B/B/Concise.pm
12628 ____________________________________________________________________________
12629 [ 11613] By: jhi                                   on 2001/08/08  13:22:13
12630         Log: Make VMS use IEEE math by default; reorder Tru64 hints
12631              so that -fprm d -ieee (the -ieee gives as e.g. IEEE 754
12632              exception semantics) is always set if using (the new) cc.
12633      Branch: perl
12634            ! configure.com hints/dec_osf.sh
12635 ____________________________________________________________________________
12636 [ 11612] By: jhi                                   on 2001/08/08  12:14:56
12637         Log: Subject: Re: [ID 20010806.008] tied hashes, invocation of FIRSTKEY
12638              From: Abhijit Menon-Sen <ams@wiw.org>
12639              Date: Tue, 7 Aug 2001 17:16:05 +0530
12640              Message-ID: <20010807171605.K526@lustre.dyn.wiw.org>
12641      Branch: perl
12642            ! pp_sys.c
12643 ____________________________________________________________________________
12644 [ 11611] By: jhi                                   on 2001/08/08  02:28:58
12645         Log: Subject: [PATCH perl@11597] fix t/run/exit.t for VMS
12646              From: "Craig A. Berry" <craigberry@mac.com>
12647              Date: Tue, 07 Aug 2001 22:27:47 -0500
12648              Message-Id: <5.1.0.14.0.20010806105326.02d22298@exchi01>
12649      Branch: perl
12650            ! t/run/exit.t
12651 ____________________________________________________________________________
12652 [ 11610] By: jhi                                   on 2001/08/08  00:12:00
12653         Log: Subject: [PATCH bleadperl] better VMS docs for $?, exit(), and system()
12654              From: "Craig A. Berry" <craigberry@mac.com>
12655              Date: Tue, 07 Aug 2001 20:01:53 -0500
12656              Message-Id: <5.1.0.14.0.20010807155648.01ba3c98@exchi01>
12657      Branch: perl
12658            ! pod/perlport.pod pod/perlvar.pod vms/perlvms.pod
12659 ____________________________________________________________________________
12660 [ 11609] By: jhi                                   on 2001/08/07  23:49:09
12661         Log: Update the magazine information.
12662      Branch: perl
12663            ! pod/perlfaq2.pod
12664 ____________________________________________________________________________
12665 [ 11608] By: jhi                                   on 2001/08/07  23:35:27
12666         Log: Ignore SIGFPE everywhere.
12667      Branch: perl
12668            ! hints/os390.sh hints/posix-bc.sh hints/uts.sh numeric.c perl.h
12669 ____________________________________________________________________________
12670 [ 11607] By: jhi                                   on 2001/08/07  23:07:04
12671         Log: With permission, change the licensing of the docs by
12672              TomC (and Gnat) to comply with the rest of Perl.
12673      Branch: perl
12674            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
12675            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
12676            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
12677            ! pod/perlfaq9.pod pod/perlopentut.pod pod/perltoot.pod
12678            ! pod/perltootc.pod
12679 ____________________________________________________________________________
12680 [ 11606] By: jhi                                   on 2001/08/07  22:50:04
12681         Log: Subject: [PATCH 5.6.x, 5.7.2] hints/openbsd.sh tweaks.
12682              From: Andy Dougherty <doughera@lafayette.edu>
12683              Date: Tue, 7 Aug 2001 15:49:33 -0400 (EDT)
12684              Message-ID: <Pine.SOL.4.10.10108071544040.2431-100000@maxwell.phys.lafayette.edu>
12685      Branch: perl
12686            ! hints/openbsd.sh
12687 ____________________________________________________________________________
12688 [ 11605] By: jhi                                   on 2001/08/07  22:49:18
12689         Log: Subject: [PATCH] Makefile.SH test_prep dependency
12690              From: Andy Dougherty <doughera@lafayette.edu>
12691              Date: Tue, 7 Aug 2001 15:44:01 -0400 (EDT)
12692              Message-ID: <Pine.SOL.4.10.10108071540190.2431-100000@maxwell.phys.lafayette.edu>
12693      Branch: perl
12694            ! Makefile.SH
12695 ____________________________________________________________________________
12696 [ 11604] By: jhi                                   on 2001/08/07  22:44:35
12697         Log: Don't autogenerate the headers et alia,
12698              make regen_headers explicitly.
12699      Branch: perl
12700            ! Makefile.SH
12701 ____________________________________________________________________________
12702 [ 11603] By: jhi                                   on 2001/08/07  22:33:48
12703         Log: Subject: Re: [ID 20010807.011] 5.6.1 coredumping on bleedperl embed.pl
12704              From: Gurusamy Sarathy <gsar@ActiveState.com> 
12705              Date: Tue, 07 Aug 2001 08:33:26 -0700
12706              Message-Id: <200108071533.f77FXQf01168@smtp3.ActiveState.com>
12707              
12708              Unnecessary dependency.
12709      Branch: perl
12710            ! embed.pl
12711 ____________________________________________________________________________
12712 [ 11602] By: jhi                                   on 2001/08/07  13:52:41
12713         Log: Subject: Re: [ID 20010806.006] Can't read coderef from tied variable
12714              From: Abhijit Menon-Sen <ams@wiw.org>
12715              Date: Tue, 7 Aug 2001 09:10:54 +0530
12716              Message-ID: <20010807091054.H526@lustre.dyn.wiw.org>
12717      Branch: perl
12718            ! pp_hot.c
12719 ____________________________________________________________________________
12720 [ 11601] By: jhi                                   on 2001/08/07  13:46:33
12721         Log: Subject: [PATCH perl@11597] B && BEGIN handling
12722              From: "James A. Duncan" <jduncan@fotango.com>
12723              Date: Mon, 6 Aug 2001 17:29:11 +0100
12724              Message-ID: <20010806172911.A2071@fotango.com>
12725              
12726              (the intrpvar.h addition moved to the end for bincompat)
12727      Branch: perl
12728            ! embedvar.h ext/B/B.xs intrpvar.h perl.c perlapi.h
12729 ____________________________________________________________________________
12730 [ 11600] By: jhi                                   on 2001/08/07  11:53:48
12731         Log: Integrate change #11598 from maintperl (fcrypt.c URL updates)
12732      Branch: perl
12733           !> README.win32
12734 ____________________________________________________________________________
12735 [ 11599] By: gsar                                  on 2001/08/07  06:31:39
12736         Log: fix URLs for fcrypt.c
12737      Branch: maint-5.6/perl
12738            ! README.win32
12739 ____________________________________________________________________________
12740 [ 11598] By: jhi                                   on 2001/08/06  15:02:48
12741         Log: Yet another way to say Infinity: HP-UX calls its "++".
12742      Branch: perl
12743            ! lib/Math/BigInt/t/bigintpm.t
12744 ____________________________________________________________________________
12745 [ 11597] By: jhi                                   on 2001/08/06  13:40:01
12746         Log: Update Changes.
12747      Branch: perl
12748            ! Changes patchlevel.h
12749 ____________________________________________________________________________
12750 [ 11596] By: jhi                                   on 2001/08/06  13:24:28
12751         Log: Advertise File::Temp, don't advertise POSIX::tmpnam().
12752      Branch: perl
12753            ! pod/perlfaq5.pod
12754 ____________________________________________________________________________
12755 [ 11595] By: jhi                                   on 2001/08/06  12:51:38
12756         Log: The #11593 wasn't right.
12757      Branch: perl
12758            ! lib/Math/BigInt/t/bigintpm.t
12759 ____________________________________________________________________________
12760 [ 11594] By: jhi                                   on 2001/08/06  12:34:15
12761         Log: Subject: [PATCH: perl@11564] introducing perlivp
12762              From: Prymmer/Kahn <pvhp@best.com>
12763              Date: Sun, 5 Aug 2001 22:00:14 -0700 (PDT)
12764              Message-ID: <Pine.BSF.4.21.0108052155110.7110-100000@shell8.ba.best.com>
12765              
12766              Subject: Re: [PATCH: perl@11564] introducing perlivp
12767              From: Prymmer/Kahn <pvhp@best.com>
12768              Date: Sun, 5 Aug 2001 22:32:59 -0700 (PDT)
12769              Message-ID: <Pine.BSF.4.21.0108052229470.9059-100000@shell8.ba.best.com>
12770      Branch: perl
12771            + utils/perlivp.PL
12772            ! MANIFEST utils.lst utils/Makefile vms/descrip_mms.template
12773            ! win32/Makefile win32/makefile.mk
12774 ____________________________________________________________________________
12775 [ 11593] By: jhi                                   on 2001/08/05  23:10:52
12776         Log: libcs are confused what to call Infinity.
12777      Branch: perl
12778            ! lib/Math/BigInt/t/bigintpm.t
12779 ____________________________________________________________________________
12780 [ 11592] By: jhi                                   on 2001/08/05  23:07:50
12781         Log: Avoid SIGFPE in Tru64.
12782      Branch: perl
12783            ! numeric.c
12784 ____________________________________________________________________________
12785 [ 11591] By: jhi                                   on 2001/08/05  22:46:10
12786         Log: Upgrade to Math::BigInt 1.40.
12787              
12788              NOTE: this patch necessitates doing something about
12789              infinity handling since the new bigintpm.t tests use
12790              infinity, which causes SIGFPEs at least in Tru64.
12791      Branch: perl
12792            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
12793            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
12794            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
12795            ! lib/Math/BigInt/t/mbimbf.t
12796 ____________________________________________________________________________
12797 [ 11590] By: gsar                                  on 2001/08/05  21:57:43
12798         Log: remove hardcoded cmd shell in testsuite
12799      Branch: perl
12800            ! t/op/glob.t t/op/magic.t t/op/stat.t
12801 ____________________________________________________________________________
12802 [ 11589] By: gsar                                  on 2001/08/05  21:35:50
12803         Log: 4-arg select() was busted on windows because change#8178 didn't
12804              make it into mainline
12805      Branch: perl
12806            ! perl.h win32/include/sys/socket.h
12807 ____________________________________________________________________________
12808 [ 11588] By: jhi                                   on 2001/08/05  19:40:31
12809         Log: Rename the Getopt::Long tests to be as they are
12810              in the Getopt::Long official distribution.
12811      Branch: perl
12812            + lib/Getopt/Long/t/gol-basic.t lib/Getopt/Long/t/gol-compat.t
12813            + lib/Getopt/Long/t/gol-linkage.t lib/Getopt/Long/t/gol-oo.t
12814            - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
12815            - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
12816            ! MANIFEST
12817 ____________________________________________________________________________
12818 [ 11587] By: jhi                                   on 2001/08/05  19:38:07
12819         Log: Upgrade to Getopt::Long 2.26.
12820      Branch: perl
12821            + lib/Getopt/Long/CHANGES lib/Getopt/Long/README
12822            ! MANIFEST lib/Getopt/Long.pm
12823 ____________________________________________________________________________
12824 [ 11586] By: jhi                                   on 2001/08/05  19:26:50
12825         Log: Retract #10874 (the hack should be unnecessary by now)
12826      Branch: perl
12827            ! lib/Test/Harness.pm
12828 ____________________________________________________________________________
12829 [ 11585] By: gsar                                  on 2001/08/05  16:45:54
12830         Log: avoid temp file littering in tests
12831      Branch: perl
12832            ! ext/PerlIO/t/encoding.t lib/Memoize/t/errors.t
12833 ____________________________________________________________________________
12834 [ 11584] By: jhi                                   on 2001/08/05  16:42:50
12835         Log: Subject: warning in sv.c: double format, NV arg
12836              From: "Philip Newton" <Philip.Newton@gmx.net>
12837              Date: Sun, 5 Aug 2001 19:41:07 +0200
12838              Message-Id: <200108051735.f75HZ1L18235@chaos.wustl.edu>
12839      Branch: perl
12840            ! sv.c
12841 ____________________________________________________________________________
12842 [ 11583] By: gsar                                  on 2001/08/05  16:28:22
12843         Log: fix POSIX.t#13 for windos
12844      Branch: perl
12845            ! ext/POSIX/POSIX.t
12846 ____________________________________________________________________________
12847 [ 11582] By: jhi                                   on 2001/08/05  16:10:59
12848         Log: Add a test for PerlIO::Via.
12849      Branch: perl
12850            + ext/PerlIO/t/via.t
12851            ! MANIFEST ext/PerlIO/Via/Via.pm
12852 ____________________________________________________________________________
12853 [ 11581] By: gsar                                  on 2001/08/05  15:00:26
12854         Log: flock() and link() are not available on Windows 9x
12855      Branch: perl
12856            ! win32/config_sh.PL
12857 ____________________________________________________________________________
12858 [ 11580] By: jhi                                   on 2001/08/05  13:56:46
12859         Log: Some Tru64 C compilers have C++ components that confuse
12860              the ccversion parsing.
12861      Branch: perl
12862            ! hints/dec_osf.sh
12863 ____________________________________________________________________________
12864 [ 11579] By: jhi                                   on 2001/08/05  13:31:07
12865         Log: (Reintroduce #11125)
12866              
12867              Subject: MakeMaker should pass through DEFINE and INC to subdirs 
12868              From: Alan Burlison <Alan.Burlison@sun.com> 
12869              Date: Tue, 03 Jul 2001 15:20:13 +0100   
12870              Message-ID: <3B41D49D.A923D4F9@sun.com> 
12871      Branch: perl
12872            ! lib/ExtUtils/MM_Unix.pm
12873 ____________________________________________________________________________
12874 [ 11578] By: jhi                                   on 2001/08/05  03:17:20
12875         Log: Little pointer juggling for HP-UX cc to avoid
12876              "warning 524: Cast (non-lvalue) appears on left-hand side of assignment."
12877              followed by
12878              "error 1549: Modifiable lvalue required for assignment operator."
12879      Branch: perl
12880            ! hv.c
12881 ____________________________________________________________________________
12882 [ 11577] By: jhi                                   on 2001/08/04  18:09:38
12883         Log: Continuation of #11575: SANY_SEEN completely deprecated,
12884              plus more tests that unearthed a bug in @a = ($utf8 =~ /\C/g),
12885              plus a fix for the bug.
12886      Branch: perl
12887            ! pp_hot.c regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
12888 ____________________________________________________________________________
12889 [ 11576] By: jhi                                   on 2001/08/04  17:31:06
12890         Log: Subject: Re: [patch] rid "Scalars leaked" from perl_clone
12891              From: Doug MacEachern <dougm@covalent.net>
12892              Date: Sat, 4 Aug 2001 11:09:37 -0700 (PDT)
12893              Message-ID: <Pine.LNX.4.21.0108041102390.23972-100000@mako.covalent.net>
12894      Branch: perl
12895            ! sv.c
12896 ____________________________________________________________________________
12897 [ 11575] By: jhi                                   on 2001/08/04  17:28:55
12898         Log: Decouple SANY into SANY and CANY: the new SANY is /./s,
12899              the new CANY is the \C.  The problem reported and the
12900              test case supplied in
12901              
12902              Subject: UTF-8 bugs in string length & single line regex matches
12903              From: "Daniel P. Berrange" <dan@berrange.com>
12904              Date: Fri, 3 Aug 2001 11:39:33 +0100
12905              Message-ID: <20010803113932.A19318@berrange.com>
12906      Branch: perl
12907            ! regcomp.c regcomp.h regcomp.sym regexec.c regexp.h regnodes.h
12908            ! t/op/pat.t
12909 ____________________________________________________________________________
12910 [ 11574] By: jhi                                   on 2001/08/04  15:42:34
12911         Log: Subject: Re: [patch] ignore PL_curpm in PL_regex_padav cleanup
12912              From: Doug MacEachern <dougm@covalent.net>
12913              Date: Sat, 4 Aug 2001 09:43:02 -0700 (PDT)
12914              Message-ID: <Pine.LNX.4.21.0108040939050.23972-100000@mako.covalent.net>
12915      Branch: perl
12916            ! perl.c regexec.c
12917 ____________________________________________________________________________
12918 [ 11573] By: jhi                                   on 2001/08/04  14:20:26
12919         Log: The #11572 didn't up the test count.
12920      Branch: perl
12921            ! t/op/length.t
12922 ____________________________________________________________________________
12923 [ 11572] By: jhi                                   on 2001/08/04  14:12:45
12924         Log: Subject: UTF-8 bugs in string length & single line regex matches
12925              From: "Daniel P. Berrange" <dan@berrange.com>
12926              Date: Fri, 3 Aug 2001 11:39:33 +0100         
12927              Message-ID: <20010803113932.A19318@berrange.com>
12928              
12929              (the mg_length() fix)
12930      Branch: perl
12931            ! mg.c t/op/length.t
12932 ____________________________________________________________________________
12933 [ 11571] By: jhi                                   on 2001/08/04  14:10:39
12934         Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
12935              From: Abhijit Menon-Sen <ams@wiw.org>
12936              Date: Sat, 4 Aug 2001 16:56:35 +0530
12937              Message-ID: <20010804165635.E526@lustre.dyn.wiw.org>
12938      Branch: perl
12939            ! hv.c
12940 ____________________________________________________________________________
12941 [ 11570] By: jhi                                   on 2001/08/04  14:09:59
12942         Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
12943              From: Abhijit Menon-Sen <ams@wiw.org>
12944              Date: Sat, 4 Aug 2001 16:16:03 +0530
12945              Message-ID: <20010804161603.C526@lustre.dyn.wiw.org>
12946      Branch: perl
12947            ! hv.c
12948 ____________________________________________________________________________
12949 [ 11569] By: jhi                                   on 2001/08/04  14:09:09
12950         Log: Subject: Re: [patch] refcount re ops
12951              From: Abhijit Menon-Sen <ams@wiw.org>
12952              Date: Sat, 4 Aug 2001 08:54:55 +0530
12953              Message-ID: <20010804085455.B526@lustre.dyn.wiw.org>
12954      Branch: perl
12955            ! sv.c
12956 ____________________________________________________________________________
12957 [ 11568] By: jhi                                   on 2001/08/04  14:08:19
12958         Log: Subject: [patch] refcount re ops
12959              From: Doug MacEachern <dougm@covalent.net>
12960              Date: Fri, 3 Aug 2001 18:17:41 -0700 (PDT)
12961              Message-ID: <Pine.LNX.4.21.0108031814240.23972-100000@mako.covalent.net>
12962      Branch: perl
12963            ! regcomp.c sv.c
12964 ____________________________________________________________________________
12965 [ 11567] By: jhi                                   on 2001/08/03  23:52:56
12966         Log: Subject: [patch] ignore PL_curpm in PL_regex_padav cleanup
12967              From: Doug MacEachern <dougm@covalent.net>
12968              Date: Fri, 3 Aug 2001 17:37:53 -0700 (PDT)
12969              Message-ID: <Pine.LNX.4.21.0108031730040.23972-100000@mako.covalent.net>
12970      Branch: perl
12971            ! perl.c regexec.c
12972 ____________________________________________________________________________
12973 [ 11566] By: jhi                                   on 2001/08/03  20:45:10
12974         Log: Subject: [PATCH perl@11564] fix t/op/misc.t for VMS
12975              From: "Craig A. Berry" <craigberry@mac.com> 
12976              Date: Fri, 03 Aug 2001 16:16:16 -0500
12977              Message-Id: <5.1.0.14.0.20010803161026.03530e58@exchi01> 
12978      Branch: perl
12979            ! t/op/misc.t
12980 ____________________________________________________________________________
12981 [ 11565] By: jhi                                   on 2001/08/03  13:46:40
12982         Log: Subject: Re: [ID 20010731.105] MinGW can't compile win32.c on Windows 2000
12983              From: John Kristian <jmk2001@engineer.com>
12984              Date: Fri, 03 Aug 2001 00:59:08 -0700
12985              Message-id: <03a101c11bf2$2c9b5ee0$0100a8c0@JOHNKRISTIAN>
12986      Branch: perl
12987            ! win32/win32.c
12988 ____________________________________________________________________________
12989 [ 11564] By: jhi                                   on 2001/08/03  13:25:39
12990         Log: Update Changes.
12991      Branch: perl
12992            ! Changes patchlevel.h
12993 ____________________________________________________________________________
12994 [ 11563] By: jhi                                   on 2001/08/03  12:13:17
12995         Log: Subject: [PATCH perl@11523] fix Stash.t for VMS
12996              From: "Craig A. Berry" <craigberry@mac.com>
12997              Date: Thu, 02 Aug 2001 23:15:24 -0500
12998              Message-Id: <5.1.0.14.0.20010802230843.03530e58@mail.mac.com>
12999      Branch: perl
13000            ! ext/B/Stash.t
13001 ____________________________________________________________________________
13002 [ 11562] By: jhi                                   on 2001/08/03  12:11:57
13003         Log: Subject: [patch] plug PL_cshname leak
13004              From: Doug MacEachern <dougm@covalent.net>
13005              Date: Thu, 2 Aug 2001 20:59:04 -0700 (PDT)
13006              Message-ID: <Pine.LNX.4.21.0108022058020.8991-100000@mako.covalent.net>
13007      Branch: perl
13008            ! sv.c
13009 ____________________________________________________________________________
13010 [ 11561] By: jhi                                   on 2001/08/03  12:10:32
13011         Log: Subject: [patch] plug PL_sh_path leak
13012              From: Doug MacEachern <dougm@covalent.net>
13013              Date: Thu, 2 Aug 2001 20:54:08 -0700 (PDT)
13014              Message-ID: <Pine.LNX.4.21.0108022043040.8991-100000@mako.covalent.net>
13015      Branch: perl
13016            ! sv.c
13017 ____________________________________________________________________________
13018 [ 11560] By: jhi                                   on 2001/08/03  12:09:50
13019         Log: Subject: [patch] plug PL_regex_padav leaks
13020              From: Doug MacEachern <dougm@covalent.net>
13021              Date: Thu, 2 Aug 2001 20:24:55 -0700 (PDT)
13022              Message-ID: <Pine.LNX.4.21.0108022020100.8991-100000@mako.covalent.net>
13023      Branch: perl
13024            ! op.c op.h perl.c
13025 ____________________________________________________________________________
13026 [ 11559] By: jhi                                   on 2001/08/03  12:08:59
13027         Log: Subject: [patch] plug PL_origargv leak
13028              From: Doug MacEachern <dougm@covalent.net>
13029              Date: Thu, 2 Aug 2001 18:15:22 -0700 (PDT)
13030              Message-ID: <Pine.LNX.4.21.0108021813380.8991-100000@mako.covalent.net>
13031      Branch: perl
13032            ! perl.c
13033 ____________________________________________________________________________
13034 [ 11558] By: jhi                                   on 2001/08/03  12:07:58
13035         Log: Subject: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
13036              From: Abhijit Menon-Sen <ams@wiw.org>
13037              Date: Fri, 3 Aug 2001 06:38:11 +0530
13038              Message-ID: <20010803063811.A19266@lustre.dyn.wiw.org>
13039      Branch: perl
13040            ! hv.c
13041 ____________________________________________________________________________
13042 [ 11557] By: nick                                  on 2001/08/03  08:17:38
13043         Log: Integrate mainline
13044      Branch: perlio
13045           +> (branch 47 files)
13046            - lib/Switch/test.pl
13047           !> (integrate 49 files)
13048 ____________________________________________________________________________
13049 [ 11556] By: jhi                                   on 2001/08/02  22:46:22
13050         Log: Subject: [PATCH perl@11523] fix Showlex.t for VMS
13051              From: "Craig A. Berry" <craigberry@mac.com>
13052              Date: Thu, 02 Aug 2001 12:56:19 -0500
13053              Message-Id: <5.1.0.14.0.20010802124618.034c5008@exchi01>
13054      Branch: perl
13055            ! ext/B/Showlex.t
13056 ____________________________________________________________________________
13057 [ 11555] By: jhi                                   on 2001/08/02  22:29:34
13058         Log: Be more careful about non-existent files.
13059      Branch: perl
13060            ! lib/File/Copy.pm
13061 ____________________________________________________________________________
13062 [ 11554] By: jhi                                   on 2001/08/02  21:37:27
13063         Log: Subject: [PATCH resend] deparse empty formats
13064              From: Robin Houston <robin@kitsite.com> 
13065              Date: Thu, 2 Aug 2001 14:32:36 +0100
13066              Message-ID: <20010802143236.A894@robin.kitsite.com>
13067      Branch: perl
13068            ! ext/B/B/Deparse.pm
13069 ____________________________________________________________________________
13070 [ 11553] By: jhi                                   on 2001/08/02  16:37:32
13071         Log: Subject: [patch] ithreads + refto fix improvement
13072              From: Doug MacEachern <dougm@covalent.net>
13073              Date: Thu, 2 Aug 2001 09:41:53 -0700 (PDT)
13074              Message-ID: <Pine.LNX.4.21.0108020939030.8991-100000@mako.covalent.net>
13075      Branch: perl
13076            ! pp.c
13077 ____________________________________________________________________________
13078 [ 11552] By: jhi                                   on 2001/08/02  14:24:26
13079         Log: Readability nit from Abhijit.
13080      Branch: perl
13081            ! op.c
13082 ____________________________________________________________________________
13083 [ 11551] By: jhi                                   on 2001/08/02  14:22:31
13084         Log: setproctitle() API version nit from Anton Berezin.
13085      Branch: perl
13086            ! mg.c
13087 ____________________________________________________________________________
13088 [ 11550] By: jhi                                   on 2001/08/02  13:51:41
13089         Log: Add PerlCE to the docs.
13090      Branch: perl
13091            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
13092            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
13093 ____________________________________________________________________________
13094 [ 11549] By: jhi                                   on 2001/08/02  13:25:43
13095         Log: Integrate the PerlCE (WinCE Perl) port;
13096              kindly supplied by Rainer Keuchel <rkeuc@allgeier.com>.
13097      Branch: perl
13098            + README.ce wince/FindExt.pm wince/Makefile.ce
13099            + wince/README.compile wince/README.perlce wince/bin/exetype.pl
13100            + wince/bin/perlglob.pl wince/bin/pl2bat.pl wince/bin/runperl.pl
13101            + wince/bin/search.pl wince/config.ce wince/config.h
13102            + wince/config_H.ce wince/config_h.PL wince/config_sh.PL
13103            + wince/dl_win32.xs wince/include/arpa/inet.h
13104            + wince/include/cectype.h wince/include/errno.h
13105            + wince/include/netdb.h wince/include/sys/socket.h
13106            + wince/include/sys/stat.h wince/include/sys/types.h
13107            + wince/include/sys/utime.h wince/include/time.h wince/perl.ico
13108            + wince/perl.rc wince/perldll.def wince/perllib.c
13109            + wince/perlmain.c wince/registry.bat wince/runperl.c
13110            + wince/splittree.pl wince/win32.h wince/win32iop.h
13111            + wince/win32thread.c wince/win32thread.h wince/wince.c
13112            + wince/wince.h wince/wincesck.c wince/xbuildall.ksh
13113            + wince/xdistclean.ksh wince/xmakediffs.ksh
13114            ! MANIFEST perl.c perl.h perlio.c
13115 ____________________________________________________________________________
13116 [ 11548] By: jhi                                   on 2001/08/02  13:18:08
13117         Log: setproctitle() made simpler.  (This assumes the string is
13118              \0-terminated: if not, the three-arg form setproctitle(fmt, len, s)
13119              should be used.  Note len, not len + 1.)  BSD-fu from Anton
13120              Berezin.
13121      Branch: perl
13122            ! mg.c
13123 ____________________________________________________________________________
13124 [ 11547] By: jhi                                   on 2001/08/02  12:49:54
13125         Log: Subject: [PATCH] -Wall cleanup: op.c
13126              From: Richard Soderberg <rs@oregonnet.com>
13127              Date: Thu, 2 Aug 2001 00:17:09 -0700
13128              Message-Id: <200108020717.AAA26895@oregonnet.com>
13129              
13130              Subject: [PATCH] -Wall cleanup: sv.c
13131              From: Richard Soderberg <rs@oregonnet.com>
13132              Date: Thu, 2 Aug 2001 00:49:21 -0700
13133              Message-Id: <200108020749.AAA27492@oregonnet.com>
13134      Branch: perl
13135            ! op.c sv.c
13136 ____________________________________________________________________________
13137 [ 11546] By: jhi                                   on 2001/08/02  00:53:34
13138         Log: Update Changes.
13139      Branch: perl
13140            ! Changes patchlevel.h
13141 ____________________________________________________________________________
13142 [ 11545] By: jhi                                   on 2001/08/02  00:48:55
13143         Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
13144              From: Doug MacEachern <dougm@covalent.net>
13145              Date: Wed, 1 Aug 2001 18:34:44 -0700 (PDT)
13146              Message-ID: <Pine.LNX.4.21.0108011830080.8991-100000@mako.covalent.net>
13147      Branch: perl
13148            ! op.c
13149 ____________________________________________________________________________
13150 [ 11544] By: jhi                                   on 2001/08/01  23:08:41
13151         Log: The #11541 didn't work under threads.
13152      Branch: perl
13153            ! op.c
13154 ____________________________________________________________________________
13155 [ 11543] By: jhi                                   on 2001/08/01  22:46:41
13156         Log: Subject: Re: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
13157              From: Hugo <hv@crypt.compulink.co.uk>
13158              Date: Fri, 22 Jun 2001 01:19:08 +0100 
13159              Message-Id: <200106220019.BAA03365@crypt.compulink.co.uk>
13160              
13161              (Skip tests if accept() failed)
13162      Branch: perl
13163            ! ext/IO/lib/IO/t/io_unix.t
13164 ____________________________________________________________________________
13165 [ 11542] By: jhi                                   on 2001/08/01  22:40:09
13166         Log: Subject: [ID 20010730.003] IRIX 6.5 already has struct sv in <sys/sema.h> (defined in perl.h)
13167              From: "Stian Seeberg" <sseeberg@nimsoft.no>
13168              Date: Mon, 30 Jul 2001 12:28:07 +0200
13169              Message-Id: <68236D3FC2D92347B466639324391D1A0432AB@PONDUS.nimsoft.no>
13170      Branch: perl
13171            ! perl.h
13172 ____________________________________________________________________________
13173 [ 11541] By: jhi                                   on 2001/08/01  22:38:31
13174         Log: Subject: Pluggable optimizer
13175              From: Simon Cozens <simon@netthink.co.uk>
13176              Date: Wed, 1 Aug 2001 13:57:02 -0700
13177              Message-ID: <20010801135702.I10442@netthink.co.uk>
13178      Branch: perl
13179            ! embedvar.h op.c perl.c perl.h perlapi.h sv.c thrdvar.h util.c
13180 ____________________________________________________________________________
13181 [ 11540] By: jhi                                   on 2001/08/01  22:29:54
13182         Log: Subject: [ID 20010801.039] perlre.pod message typo
13183              From: Autrijus Tang <autrijus@geb.elixus.org>
13184              Date: Thu, 2 Aug 2001 04:48:02 +0800 (CST)
13185              Message-Id: <200108012048.f71Km2r79890@geb.elixus.org>                         
13186      Branch: perl
13187            ! pod/perlre.pod
13188 ____________________________________________________________________________
13189 [ 11539] By: jhi                                   on 2001/08/01  16:32:52
13190         Log: Test for change #11536.
13191      Branch: perl
13192            ! t/op/tiehandle.t
13193 ____________________________________________________________________________
13194 [ 11538] By: jhi                                   on 2001/08/01  16:27:19
13195         Log: More test fixups for #11537.
13196      Branch: perl
13197            ! t/lib/warnings/4lint t/lib/warnings/9enabled
13198 ____________________________________________________________________________
13199 [ 11537] By: jhi                                   on 2001/08/01  16:26:25
13200         Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
13201              From: Doug MacEachern <dougm@covalent.net>
13202              Date: Mon, 30 Jul 2001 17:38:50 -0700 (PDT)
13203              Message-ID: <Pine.LNX.4.21.0107301720310.25941-100000@mako.covalent.net>
13204      Branch: perl
13205            ! op.c t/TestInit.pm
13206 ____________________________________________________________________________
13207 [ 11536] By: jhi                                   on 2001/08/01  16:08:08
13208         Log: Subject: [patch] ithreads + refto bug
13209              From: Doug MacEachern <dougm@covalent.net>
13210              Date: Wed, 1 Aug 2001 09:47:28 -0700 (PDT)
13211              Message-ID: <Pine.LNX.4.21.0108010937240.7498-100000@mako.covalent.net>
13212              
13213              (Test in change #11539)
13214      Branch: perl
13215            ! pp.c
13216 ____________________________________________________________________________
13217 [ 11535] By: jhi                                   on 2001/08/01  16:05:56
13218         Log: Subject: [PATCH: perl@11523] fixups for t/harness
13219              From: Prymmer/Kahn <pvhp@best.com>
13220              Date: Wed, 1 Aug 2001 09:24:23 -0700 (PDT)
13221              Message-ID: <Pine.BSF.4.21.0108010910310.17655-100000@shell8.ba.best.com>
13222      Branch: perl
13223            ! t/harness
13224 ____________________________________________________________________________
13225 [ 11534] By: jhi                                   on 2001/08/01  16:00:45
13226         Log: Subject: [PATCH: perl@11523] add xsubpp and libnetcfg to installed *.bat files for win32 builds
13227              From: Prymmer/Kahn <pvhp@best.com>
13228              Date: Wed, 1 Aug 2001 09:07:13 -0700 (PDT)
13229              Message-ID: <Pine.BSF.4.21.0108010859230.17655-100000@shell8.ba.best.com>
13230      Branch: perl
13231            ! win32/Makefile win32/makefile.mk
13232 ____________________________________________________________________________
13233 [ 11533] By: jhi                                   on 2001/08/01  13:38:29
13234         Log: Need to know the number of tests.
13235      Branch: perl
13236            ! t/run/exit.t
13237 ____________________________________________________________________________
13238 [ 11532] By: jhi                                   on 2001/08/01  13:04:31
13239         Log: Subject: Re: new exit tests on VMS
13240              From: "Craig A. Berry" <craigberry@mac.com>
13241              Date: Tue, 31 Jul 2001 12:19:29 -0500
13242              Message-Id: <5.1.0.14.0.20010731114845.03743008@mail.telocity.com>
13243      Branch: perl
13244            ! t/run/exit.t
13245 ____________________________________________________________________________
13246 [ 11531] By: jhi                                   on 2001/08/01  12:46:43
13247         Log: Retract #11530 (the dTHX is needed under threads)
13248      Branch: perl
13249            ! perlio.c
13250 ____________________________________________________________________________
13251 [ 11530] By: jhi                                   on 2001/08/01  12:39:35
13252         Log: (Retracted by #11531)
13253      Branch: perl
13254            ! perlio.c
13255 ____________________________________________________________________________
13256 [ 11529] By: jhi                                   on 2001/08/01  12:32:22
13257         Log: Subject: [PATCH 1/4] -Wall cleanups: unixish.h
13258              From: Richard Soderberg <rs@crystalflame.net>
13259              Date: Tue, 31 Jul 2001 23:16:22 -0700 (PDT) 
13260              Message-ID: <Pine.LNX.4.21.0107312313490.24341-100000@oregonnet.com>
13261      Branch: perl
13262            ! unixish.h
13263 ____________________________________________________________________________
13264 [ 11528] By: jhi                                   on 2001/08/01  12:18:59
13265         Log: Subject: [PATCH 5.7.2] Allow for long long in h2xs 
13266              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13267              Date: Tue, 31 Jul 2001 05:39:09 -0400
13268              Message-ID: <20010731053909.A1810@math.ohio-state.edu>
13269              
13270              (with a note about the case of UV being equal to long long)
13271      Branch: perl
13272            ! utils/h2xs.PL
13273 ____________________________________________________________________________
13274 [ 11527] By: jhi                                   on 2001/07/31  23:49:04
13275         Log: Subject: [PATCH perl@11487] fix fs.t for VMS
13276              From: "Craig A. Berry" <craigberry@mac.com>
13277              Date: Tue, 31 Jul 2001 14:57:43 -0500
13278              Message-Id: <5.1.0.14.0.20010731145015.03743008@exchi01>
13279      Branch: perl
13280            ! t/io/fs.t
13281 ____________________________________________________________________________
13282 [ 11526] By: jhi                                   on 2001/07/31  23:47:57
13283         Log: Fix for
13284              
13285              Subject: [ID 20010116.001] File::Copy truncates orig file 
13286              From: arbor@al37al08.telecel.pt
13287              Date: Tue, 16 Jan 2001 11:43:02 GMT
13288              Message-Id: <200101161143.AA11184@al37al08.telecel.pt>
13289              
13290              (copy($foo, $foo) would truncate $foo)
13291      Branch: perl
13292            ! lib/File/Copy.pm lib/File/Copy.t
13293 ____________________________________________________________________________
13294 [ 11525] By: jhi                                   on 2001/07/31  23:01:01
13295         Log: Metaconfig unit change for #11524.
13296      Branch: metaconfig/U/perl
13297            ! Extras.U
13298 ____________________________________________________________________________
13299 [ 11524] By: jhi                                   on 2001/07/31  23:00:36
13300         Log: Multiple modules didn't work; plus typo fixes.
13301      Branch: perl
13302            ! Configure
13303 ____________________________________________________________________________
13304 [ 11523] By: jhi                                   on 2001/07/31  15:29:58
13305         Log: Update Changes.
13306      Branch: perl
13307            ! Changes patchlevel.h
13308 ____________________________________________________________________________
13309 [ 11522] By: jhi                                   on 2001/07/31  15:25:35
13310         Log: Regen perlapi.
13311      Branch: perl
13312            ! pod/perlapi.pod
13313 ____________________________________________________________________________
13314 [ 11521] By: jhi                                   on 2001/07/31  15:19:01
13315         Log: Subject: Re: [PATCH sv.c] mortal doc thinko
13316              From: Dave Mitchell <davem@fdgroup.co.uk>
13317              Date: Tue, 31 Jul 2001 11:52:42 +0100 (BST)
13318              Message-Id: <200107311052.LAA14427@gizmo.fdgroup.co.uk>
13319      Branch: perl
13320            ! sv.c
13321 ____________________________________________________________________________
13322 [ 11520] By: jhi                                   on 2001/07/31  15:17:43
13323         Log: Regen toc.
13324      Branch: perl
13325            ! pod/perltoc.pod
13326 ____________________________________________________________________________
13327 [ 11519] By: jhi                                   on 2001/07/31  15:17:17
13328         Log: Regen Porting stuff.
13329      Branch: perl
13330            ! Porting/Glossary Porting/config.sh Porting/config_H
13331 ____________________________________________________________________________
13332 [ 11518] By: jhi                                   on 2001/07/31  14:16:08
13333         Log: Subject: [PATCH 5.7.2] Allow for GNU-isms in h2xs
13334              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13335              Date: Tue, 31 Jul 2001 05:34:38 -0400
13336              Message-ID: <20010731053438.A1754@math.ohio-state.edu>
13337      Branch: perl
13338            ! utils/h2xs.PL
13339 ____________________________________________________________________________
13340 [ 11517] By: jhi                                   on 2001/07/31  14:15:01
13341         Log: Metaconfig unit change for #11516. 
13342      Branch: metaconfig/U/perl
13343            ! gccvers.U
13344 ____________________________________________________________________________
13345 [ 11516] By: jhi                                   on 2001/07/31  14:14:35
13346         Log: Add -Wall in cflags, not in Configure.
13347              (This way -Wall affects only the core and the core XS,
13348              not user modules' XS.  Concern from Paul Marquess,
13349              implementation idea from Andy Dougherty.)
13350      Branch: perl
13351            ! Configure cflags.SH
13352 ____________________________________________________________________________
13353 [ 11515] By: jhi                                   on 2001/07/31  13:57:15
13354         Log: Metaconfig unit changes for #11514.
13355      Branch: metaconfig
13356            + U/modified/sysman.U
13357            ! U/installdirs/man1dir.U
13358 ____________________________________________________________________________
13359 [ 11514] By: jhi                                   on 2001/07/31  13:56:26
13360         Log: Subject: Configure's detection of system manual
13361              From: Sean Dague <sean@dague.net> 
13362              Date: Sun, 13 May 2001 15:53:15 -0400
13363              Message-ID: <20010513155315.A15833@underhill.dague.net>
13364      Branch: perl
13365            ! Configure
13366 ____________________________________________________________________________
13367 [ 11513] By: jhi                                   on 2001/07/31  03:23:01
13368         Log: Subject: [ID 20010621.004] Typo in perlobj.pod
13369              From: Autrijus Tang <autrijus@autrijus.org> 
13370              Date: Thu, 21 Jun 2001 23:56:48 +0800
13371              Message-Id: <20010621235648.A57340@not.autrijus.org>
13372      Branch: perl
13373            ! pod/perlobj.pod
13374 ____________________________________________________________________________
13375 [ 11512] By: jhi                                   on 2001/07/31  03:13:35
13376         Log: Subject: Typo in DB_File.pm
13377              From: "Philip Newton" <Philip.Newton@gmx.net>
13378              Date: Tue, 31 Jul 2001 06:19:35 +0200
13379              Message-Id: <200107310413.f6V4DmL11900@chaos.wustl.edu>
13380      Branch: perl
13381            ! ext/DB_File/DB_File.pm
13382 ____________________________________________________________________________
13383 [ 11511] By: jhi                                   on 2001/07/31  03:01:49
13384         Log: Subject: Re: [ID 20010529.002] typos in man page perlre 
13385              From: "Stephen P. Potter" <spp@spotter.yi.org>
13386              Date: Wed, 30 May 2001 13:59:34 -0400
13387              Message-Id: <20010530175939.59DEC729E1@belgarath.spotter.yi.org>
13388      Branch: perl
13389            ! pod/perlre.pod
13390 ____________________________________________________________________________
13391 [ 11510] By: jhi                                   on 2001/07/31  02:13:58
13392         Log: eval "format foo=" would loop indefinitely; reported in
13393              
13394              Subject: A load of old rubbish
13395              From: Mike Guy <mjtg@cam.ac.uk>
13396              Date: Mon, 14 May 2001 16:12:22 +0100
13397              Message-Id: <E14zK1G-0003a2-00@virgo.cus.cam.ac.uk>
13398              
13399              (The core dumps reported in there already fixed.)
13400      Branch: perl
13401            ! toke.c
13402 ____________________________________________________________________________
13403 [ 11509] By: jhi                                   on 2001/07/31  00:37:49
13404         Log: Upgrade to Switch 2.04, now with Perl 6 given+when.
13405      Branch: perl
13406            + lib/Switch/Changes lib/Switch/README lib/Switch/t/given_when.t
13407            + lib/Switch/t/switch_case.t
13408            - lib/Switch/test.pl
13409            ! MANIFEST lib/Switch.pm
13410 ____________________________________________________________________________
13411 [ 11508] By: jhi                                   on 2001/07/31  00:17:38
13412         Log: Subject: [PATCH @11505] DB_File-1.78
13413              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
13414              Date: Mon, 30 Jul 2001 22:54:37 +0100
13415              Message-ID: <AIEAJICLCBDNAAOLLOKLGELNCLAA.Paul_Marquess@Yahoo.co.uk>
13416      Branch: perl
13417            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
13418            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
13419 ____________________________________________________________________________
13420 [ 11507] By: jhi                                   on 2001/07/30  23:11:10
13421         Log: Explain in more detail why -pipe and -fno-common are good.
13422      Branch: perl
13423            ! hints/darwin.sh
13424 ____________________________________________________________________________
13425 [ 11506] By: nick                                  on 2001/07/30  14:32:23
13426         Log: Integrate mainline
13427      Branch: perlio
13428           !> INSTALL Makefile.SH doio.c hints/darwin.sh
13429 ____________________________________________________________________________
13430 [ 11505] By: jhi                                   on 2001/07/30  14:14:39
13431         Log: Perl hasn't been putting man pages into $prefix/lib for
13432              a long time now; pointed out by Andy Dougherty. 
13433      Branch: perl
13434            ! hints/darwin.sh
13435 ____________________________________________________________________________
13436 [ 11504] By: jhi                                   on 2001/07/30  14:13:15
13437         Log: Document the extras Configure option.
13438      Branch: perl
13439            ! INSTALL
13440 ____________________________________________________________________________
13441 [ 11503] By: jhi                                   on 2001/07/30  13:52:14
13442         Log: Integrate change #11051 from macperl; O_RDONLY is not zero
13443              everywhere.
13444      Branch: perl
13445           !> doio.c
13446 ____________________________________________________________________________
13447 [ 11502] By: jhi                                   on 2001/07/30  13:45:27
13448         Log: Doubly guard against invoking CPAN if no extras defined,
13449              pointed out by H. Merijn Brand.
13450      Branch: perl
13451            ! Makefile.SH
13452 ____________________________________________________________________________
13453 [ 11501] By: pudge                                 on 2001/07/30  12:57:56
13454         Log: Fix O_RDONLY check to check for O_RDONLY.
13455      Branch: maint-5.6/macperl
13456            ! doio.c
13457 ____________________________________________________________________________
13458 [ 11500] By: pudge                                 on 2001/07/30  12:41:11
13459         Log: Integrate miscellaneous changes from maint-5.6/perl.
13460      Branch: maint-5.6/macperl
13461           !> MANIFEST t/TEST t/harness t/pod/testp2pt.pl t/run/runenv.t
13462 ____________________________________________________________________________
13463 [ 11499] By: nick                                  on 2001/07/30  06:52:42
13464         Log: Integrate mainline
13465      Branch: perlio
13466           +> macos/MacPerlTests.cmd macos/xsubpp.patch os2/perlrexx.c
13467           +> win32/sync_ext.pl
13468            - win32/sncfnmcs.pl
13469           !> (integrate 71 files)
13470 ____________________________________________________________________________
13471 [ 11498] By: jhi                                   on 2001/07/30  03:53:34
13472         Log: Update Changes.
13473      Branch: perl
13474            ! Changes patchlevel.h
13475 ____________________________________________________________________________
13476 [ 11497] By: jhi                                   on 2001/07/30  03:45:32
13477         Log: Now Configure -Dextras=Foo::Bar and "make install" will
13478              fetch and install Foo::Bar.
13479      Branch: perl
13480            ! Makefile.SH
13481 ____________________________________________________________________________
13482 [ 11496] By: jhi                                   on 2001/07/30  03:18:28
13483         Log: Metaconfig unit change for #11495.
13484      Branch: metaconfig/U/perl
13485            ! Extras.U
13486 ____________________________________________________________________________
13487 [ 11495] By: jhi                                   on 2001/07/30  03:18:01
13488         Log: extras.make, extras.test, and extras.install make targets.
13489      Branch: perl
13490            ! Configure Makefile.SH
13491 ____________________________________________________________________________
13492 [ 11494] By: jhi                                   on 2001/07/30  01:37:35
13493         Log: Metaconfig unit change for #11493.
13494      Branch: metaconfig/U/perl
13495            ! Extras.U
13496 ____________________________________________________________________________
13497 [ 11493] By: jhi                                   on 2001/07/30  01:37:14
13498         Log: Better to have the list of extras in $extras than 'define'.
13499      Branch: perl
13500            ! Configure
13501 ____________________________________________________________________________
13502 [ 11492] By: jhi                                   on 2001/07/30  01:33:16
13503         Log: The metaconfig unit change for #11490.
13504      Branch: metaconfig/U/perl
13505            + Extras.U
13506 ____________________________________________________________________________
13507 [ 11491] By: jhi                                   on 2001/07/30  01:32:54
13508         Log: Missed from #11490 (the required dependency).
13509      Branch: perl
13510            ! Makefile.SH
13511 ____________________________________________________________________________
13512 [ 11490] By: jhi                                   on 2001/07/30  01:32:02
13513         Log: Add the support of asking for extra modules or bundles of modules
13514              to be fetched from the CPAN and installed as a part of the Perl
13515              build process.  None of this installation is yet really done;
13516              only the list is asked, and saved away in extras.lst for
13517              the build and installation process to worry about later.
13518      Branch: perl
13519            ! Configure
13520 ____________________________________________________________________________
13521 [ 11489] By: jhi                                   on 2001/07/29  22:15:25
13522         Log: Beginnings of better Inf and NaN support.
13523              At least toke.c and sv.c still need quite a bit of work.
13524      Branch: perl
13525            ! numeric.c perl.h
13526 ____________________________________________________________________________
13527 [ 11488] By: jhi                                   on 2001/07/29  21:18:57
13528         Log: Top-level Makefile didn't honour OPTIMIZE.
13529      Branch: perl
13530            ! Makefile.SH
13531 ____________________________________________________________________________
13532 [ 11487] By: jhi                                   on 2001/07/29  20:56:04
13533         Log: Update Changes.
13534      Branch: perl
13535            ! Changes patchlevel.h
13536 ____________________________________________________________________________
13537 [ 11486] By: jhi                                   on 2001/07/29  20:38:09
13538         Log: Use Search::Dict 1.02 interface for charinfo().
13539      Branch: perl
13540            ! lib/UnicodeCD.pm
13541 ____________________________________________________________________________
13542 [ 11485] By: jhi                                   on 2001/07/29  20:37:11
13543         Log: Now also allow transforming the read lines before comparing them.
13544              (This will help UnicodeCD.) 
13545      Branch: perl
13546            ! lib/Search/Dict.pm
13547 ____________________________________________________________________________
13548 [ 11484] By: jhi                                   on 2001/07/29  20:03:13
13549         Log: Remove tiehandle code.
13550      Branch: perl
13551            ! lib/UnicodeCD.pm
13552 ____________________________________________________________________________
13553 [ 11483] By: jhi                                   on 2001/07/29  19:59:02
13554         Log: Allow specifying a comparison function for Search::Dict::look().
13555      Branch: perl
13556            ! lib/Search/Dict.pm
13557 ____________________________________________________________________________
13558 [ 11482] By: jhi                                   on 2001/07/29  18:55:04
13559         Log: Small UnicodeCD tweaks.
13560      Branch: perl
13561            ! lib/UnicodeCD.pm lib/UnicodeCD.t
13562 ____________________________________________________________________________
13563 [ 11481] By: jhi                                   on 2001/07/29  17:14:19
13564         Log: Subject: [PATCH @11446] UnicodeCD::charinfo
13565              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
13566              Date: Tue, 24 Jul 2001 01:51:32 +0900
13567              Message-Id: <20010724015114.CF4D.BQW10602@nifty.com>
13568      Branch: perl
13569            ! lib/UnicodeCD.pm lib/UnicodeCD.t
13570 ____________________________________________________________________________
13571 [ 11480] By: jhi                                   on 2001/07/29  16:55:58
13572         Log: Subject: [PATCH] installperl
13573              From: Wilfredo Sánchez <wsanchez@MIT.EDU>
13574              Date: Fri, 27 Jul 2001 19:05:04 -0700
13575              Message-Id: <F7912758-82FC-11D5-BFC6-003065D59FBA@thor.sbay.org>
13576      Branch: perl
13577            ! installperl
13578 ____________________________________________________________________________
13579 [ 11479] By: jhi                                   on 2001/07/29  16:52:52
13580         Log: Subject: [PATCH] Set proper compatibility versions in core
13581              From: Wilfredo Sánchez <wsanchez@MIT.EDU>
13582              Date: Fri, 27 Jul 2001 20:01:49 -0700
13583              Message-Id: <E3A6C66A-8304-11D5-BFC6-003065D59FBA@thor.sbay.org>
13584      Branch: perl
13585            ! Makefile.SH
13586 ____________________________________________________________________________
13587 [ 11478] By: jhi                                   on 2001/07/29  16:50:55
13588         Log: Metaconfig unit change for #11477.
13589      Branch: metaconfig/U/perl
13590            ! dlsrc.U
13591 ____________________________________________________________________________
13592 [ 11477] By: jhi                                   on 2001/07/29  16:50:35
13593         Log: Subject: [PATCH] Darwin: -fpic not so good
13594              From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
13595              Date: Fri, 27 Jul 2001 18:57:38 -0700
13596              Message-Id: <EC1496A6-82FB-11D5-BFC6-003065D59FBA@thor.sbay.org>
13597      Branch: perl
13598            ! Configure
13599 ____________________________________________________________________________
13600 [ 11476] By: jhi                                   on 2001/07/29  16:44:03
13601         Log: Subject: [PATCH] Clean up Darwin hints
13602              From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
13603              Date: Fri, 27 Jul 2001 19:13:15 -0700
13604              Message-Id: <1A70CA3F-82FE-11D5-BFC6-003065D59FBA@thor.sbay.org>
13605      Branch: perl
13606            ! hints/darwin.sh
13607 ____________________________________________________________________________
13608 [ 11475] By: jhi                                   on 2001/07/29  16:28:45
13609         Log: Subject: [PATCH split()] split()'s unused captures should be undef, not ''
13610              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
13611              Date: Fri, 27 Jul 2001 14:00:37 -0400 (EDT)
13612              Message-ID: <Pine.GSO.4.21.0107271358310.28213-100000@crusoe.crusoe.net>
13613      Branch: perl
13614            ! pod/perlfunc.pod pp.c t/op/split.t
13615 ____________________________________________________________________________
13616 [ 11474] By: jhi                                   on 2001/07/29  16:27:54
13617         Log: Subject: [PATCH perlvar.pod] $^N foolery as well
13618              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
13619              Date: Thu, 26 Jul 2001 20:03:12 -0400 (EDT)
13620              Message-ID: <Pine.GSO.4.21.0107261958380.28213-100000@crusoe.crusoe.net>
13621      Branch: perl
13622            ! pod/perlvar.pod
13623 ____________________________________________________________________________
13624 [ 11473] By: jhi                                   on 2001/07/29  16:27:00
13625         Log: Subject: [PATCH] fixes to constant.pm documentation
13626              From: Ilmari Karonen <iltzu@sci.fi>
13627              Date: Tue, 24 Jul 2001 16:44:24 +0300 (EET DST)
13628              Message-ID: <Pine.SOL.3.96.1010724163055.6822A-100000@simpukka>
13629      Branch: perl
13630            ! lib/constant.pm
13631 ____________________________________________________________________________
13632 [ 11472] By: jhi                                   on 2001/07/28  18:39:03
13633         Log: Subject: [DOC PATCH bleadperl] perlport.pod and C<..">>"...>
13634              From: "Philip Newton" <Philip.Newton@gmx.net>
13635              Date: Fri, 27 Jul 2001 07:51:10 +0200
13636              Message-Id: <200107270548.f6R5mJL09063@chaos.wustl.edu>
13637      Branch: perl
13638            ! pod/perlport.pod
13639 ____________________________________________________________________________
13640 [ 11471] By: nick                                  on 2001/07/26  06:23:32
13641         Log: Subject:  [PATCH] Doc fix for perlguts / threading
13642              From:  Arthur Bergman <arthur@contiller.se>
13643              Date:  Wed, 25 Jul 2001 11:28:23 +0200
13644              Message-Id:  <B7845DD6.2812%arthur@contiller.se>
13645      Branch: perl
13646            ! pod/perlguts.pod
13647 ____________________________________________________________________________
13648 [ 11470] By: nick                                  on 2001/07/26  06:21:06
13649         Log: Subject:  [DOC PATCH bleadperl] INSTALL: README for Unix systems exist
13650              From:  Philip Newton <Philip.Newton@gmx.net>
13651              Date:  Wed, 25 Jul 2001 08:19:47 +0200
13652              Message-Id:  <E15PHy4-0000cR-00@mserv1f.vianw.co.uk>
13653      Branch: perl
13654            ! INSTALL
13655 ____________________________________________________________________________
13656 [ 11469] By: nick                                  on 2001/07/26  06:20:25
13657         Log: Subject:  [DOC PATCH bleadperl] typo in INSTALL?
13658              From:  Philip Newton <Philip.Newton@gmx.net>
13659              Date:  Wed, 25 Jul 2001 08:12:48 +0200
13660              Message-Id:  <E15PHrJ-00003f-00@mserv1f.vianw.co.uk>
13661      Branch: perl
13662            ! INSTALL
13663 ____________________________________________________________________________
13664 [ 11468] By: jhi                                   on 2001/07/25  01:39:11
13665         Log: More +x.
13666      Branch: perl
13667            ! Porting/makerel
13668 ____________________________________________________________________________
13669 [ 11467] By: jhi                                   on 2001/07/24  16:05:34
13670         Log: Update Changes.
13671      Branch: perl
13672            ! Changes patchlevel.h
13673 ____________________________________________________________________________
13674 [ 11466] By: jhi                                   on 2001/07/24  15:40:28
13675         Log: Subject: [PATCH bleadperl os2/perlrexx.c] my C compiler has no HTML parser
13676              From: "Philip Newton" <Philip.Newton@gmx.net>
13677              Date: Tue, 24 Jul 2001 06:45:55 +0200
13678              Message-ID: <20010724.064500@ID-11583.news.dfncis.de>
13679      Branch: perl
13680            ! os2/perlrexx.c
13681 ____________________________________________________________________________
13682 [ 11465] By: jhi                                   on 2001/07/24  15:37:48
13683         Log: Subject: [PATCH: perl@11446] add io/fs.t to vmsperl test suite
13684              From: Peter Prymmer <pvhp@forte.com>
13685              Date: Mon, 23 Jul 2001 16:58:30 -0700 (PDT)
13686              Message-ID: <Pine.OSF.4.10.10107231643480.401242-100000@aspara.forte.com>
13687      Branch: perl
13688            ! pod/perlport.pod t/io/fs.t vms/test.com
13689 ____________________________________________________________________________
13690 [ 11464] By: jhi                                   on 2001/07/24  02:58:20
13691         Log: Workaround on Cwd bootstrap problem.
13692      Branch: perl
13693            ! lib/ExtUtils/MakeMaker.pm
13694 ____________________________________________________________________________
13695 [ 11463] By: jhi                                   on 2001/07/23  23:11:41
13696         Log: When in Rome, quote like the Romans do.
13697      Branch: perl
13698            ! cflags.SH
13699 ____________________________________________________________________________
13700 [ 11462] By: jhi                                   on 2001/07/23  23:04:02
13701         Log: Subject: [PATCH 5.7.2] OS/2 multi-architecture
13702              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13703              Date: Mon, 23 Jul 2001 19:29:49 -0400
13704              Message-ID: <20010723192949.A14802@math.ohio-state.edu>
13705      Branch: perl
13706            + os2/perlrexx.c
13707            ! MANIFEST configpm makedef.pl mg.c os2/Makefile.SHs
13708            ! os2/OS2/REXX/t/rx_vrexx.t os2/os2.c os2/os2ish.h perl.c
13709            ! t/op/write.t
13710 ____________________________________________________________________________
13711 [ 11461] By: jhi                                   on 2001/07/23  22:58:15
13712         Log: Subject: [PATCH 5.7.2] MakeMaker FIRST_MAKEFILE and subdir
13713              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13714              Date: Mon, 23 Jul 2001 18:43:42 -0400
13715              Message-ID: <20010723184342.A14494@math.ohio-state.edu>
13716      Branch: perl
13717            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
13718 ____________________________________________________________________________
13719 [ 11460] By: jhi                                   on 2001/07/23  22:54:52
13720         Log: Subject: [PATCH 5.7.2] MakeMaker subdir
13721              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13722              Date: Mon, 23 Jul 2001 18:33:16 -0400
13723              Message-ID: <20010723183316.A14298@math.ohio-state.edu>
13724      Branch: perl
13725            ! lib/ExtUtils/MakeMaker.pm
13726 ____________________________________________________________________________
13727 [ 11459] By: jhi                                   on 2001/07/23  22:52:02
13728         Log: Subject: [PATCH 5.7.2] OPTIMIZE= during perl make
13729              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13730              Date: Mon, 23 Jul 2001 18:20:35 -0400
13731              Message-ID: <20010723182035.A14192@math.ohio-state.edu>
13732      Branch: perl
13733            ! Makefile.SH cflags.SH
13734 ____________________________________________________________________________
13735 [ 11458] By: jhi                                   on 2001/07/23  22:41:19
13736         Log: Subject: [PATCH] Print CONFIGURE params in ExtUtils::MakeMaker output
13737              From: "David D. Kilzer" <ddkilzer@lubricants-oil.com>
13738              Date: Mon, 23 Jul 2001 11:32:17 -0500
13739              Message-ID: <20010723113217.A28614@elbonia.lubricants-oil.com>
13740      Branch: perl
13741            ! lib/ExtUtils/MakeMaker.pm
13742 ____________________________________________________________________________
13743 [ 11457] By: jhi                                   on 2001/07/23  21:22:36
13744         Log: Subject: [PATCH 5.7.2] debug reloading selfloaded stuff
13745              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13746              Date: Mon, 23 Jul 2001 18:13:20 -0400
13747              Message-ID: <20010723181320.A14005@math.ohio-state.edu>
13748      Branch: perl
13749            ! lib/perl5db.pl
13750 ____________________________________________________________________________
13751 [ 11456] By: jhi                                   on 2001/07/23  21:19:28
13752         Log: Subject: [PATCH 5.7.2] debugging selfloaded stuff
13753              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13754              Date: Mon, 23 Jul 2001 18:07:40 -0400
13755              Message-ID: <20010723180740.A13960@math.ohio-state.edu>
13756      Branch: perl
13757            ! op.c
13758 ____________________________________________________________________________
13759 [ 11455] By: jhi                                   on 2001/07/23  21:13:12
13760         Log: Subject: [PATCH perl@11446] util.c: return required in Perl_my_fork
13761              From: "Craig A. Berry" <craigberry@mac.com>
13762              Date: Mon, 23 Jul 2001 15:35:06 -0500
13763              Message-Id: <5.1.0.14.0.20010723152732.02ad4470@exchi01>
13764      Branch: perl
13765            ! util.c
13766 ____________________________________________________________________________
13767 [ 11454] By: jhi                                   on 2001/07/23  21:09:13
13768         Log: Subject: [PATCH perlfaq9.pod typo]
13769              From: "Larry Shatzer, Jr." <lshatzer@islanddata.com>
13770              Date: Mon, 23 Jul 2001 07:49:05 -0700
13771              Message-ID: <002f01c11386$a8539580$bb01a8c0@LSHATZER>
13772      Branch: perl
13773            ! pod/perlfaq9.pod
13774 ____________________________________________________________________________
13775 [ 11453] By: jhi                                   on 2001/07/23  21:06:42
13776         Log: Subject: win32\sncfnmcs.pl corrections
13777              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
13778              Date: Mon, 23 Jul 2001 12:56:54 +0200
13779              Message-ID: <E3FB32585BF1D411B9E900805FF51A080C1C5D@RU0022EXCH001U>
13780              
13781              Rename the script a little bit more sensibly.
13782      Branch: perl
13783            + win32/sync_ext.pl
13784            - win32/sncfnmcs.pl
13785            ! MANIFEST README.win32
13786 ____________________________________________________________________________
13787 [ 11452] By: jhi                                   on 2001/07/23  17:22:37
13788         Log: Test tweak.
13789      Branch: perl
13790            ! ext/B/Deparse.t
13791 ____________________________________________________________________________
13792 [ 11451] By: jhi                                   on 2001/07/23  17:10:52
13793         Log: Metaconfig unit tweak for #11450.
13794      Branch: metaconfig/U/perl
13795            ! Mksymlinks.U
13796 ____________________________________________________________________________
13797 [ 11450] By: jhi                                   on 2001/07/23  17:09:46
13798         Log: Too volatile failsafe check.
13799      Branch: perl
13800            ! Configure
13801 ____________________________________________________________________________
13802 [ 11449] By: jhi                                   on 2001/07/23  16:53:59
13803         Log: Further doc tweaks.
13804      Branch: perl
13805            ! lib/UnicodeCD.pm
13806 ____________________________________________________________________________
13807 [ 11448] By: jhi                                   on 2001/07/23  05:26:50
13808         Log: Doc tweaks.
13809      Branch: perl
13810            ! lib/UnicodeCD.pm
13811 ____________________________________________________________________________
13812 [ 11447] By: jhi                                   on 2001/07/23  04:57:49
13813         Log: Doc tweakery from Abhijit.
13814      Branch: perl
13815            ! Porting/repository.pod
13816 ____________________________________________________________________________
13817 [ 11446] By: jhi                                   on 2001/07/22  15:41:02
13818         Log: An accidental empty line.
13819      Branch: perl
13820            ! MANIFEST
13821 ____________________________________________________________________________
13822 [ 11445] By: jhi                                   on 2001/07/22  15:38:30
13823         Log: Missing MANIFESTations.
13824      Branch: perl
13825            ! MANIFEST
13826 ____________________________________________________________________________
13827 [ 11444] By: jhi                                   on 2001/07/22  15:30:10
13828         Log: Update Changes.
13829      Branch: perl
13830            ! Changes patchlevel.h
13831 ____________________________________________________________________________
13832 [ 11443] By: jhi                                   on 2001/07/22  15:02:11
13833         Log: Subject: Re: Typo in Porting/pumpkin/pod ?
13834              From: Mike Guy <mjtg@cam.ac.uk>
13835              Date: Fri, 20 Jul 2001 16:12:49 +0100
13836              Message-Id: <E15NbxR-0006HD-00@draco.cus.cam.ac.uk>
13837      Branch: perl
13838            ! Porting/pumpkin.pod
13839 ____________________________________________________________________________
13840 [ 11442] By: jhi                                   on 2001/07/22  14:58:33
13841         Log: Subject: Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
13842              From: Peter Prymmer <pvhp@forte.com>
13843              Date: Fri, 20 Jul 2001 17:04:55 -0700 (PDT)
13844              Message-ID: <Pine.OSF.4.10.10107201650510.144528-100000@aspara.forte.com>
13845      Branch: perl
13846            ! pod/perlhack.pod
13847 ____________________________________________________________________________
13848 [ 11441] By: jhi                                   on 2001/07/22  14:54:29
13849         Log: Subject: [PATCH Test.pm] Getting rid of the expected "UNEXPECTEDLY SUCCEEDED"
13850              From: Michael G Schwern <schwern@pobox.com>
13851              Date: Fri, 20 Jul 2001 20:22:35 -0400
13852              Message-ID: <20010720202235.O4498@blackrider>
13853      Branch: perl
13854            ! lib/Test.pm lib/Test/t/mix.t lib/Test/t/success.t
13855            ! lib/Test/t/todo.t
13856 ____________________________________________________________________________
13857 [ 11440] By: jhi                                   on 2001/07/22  14:51:14
13858         Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]?
13859              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
13860              Message-Id: <200107210559.WAA09160@ventrue.corp.yahoo.com>
13861              Date: Fri, 20 Jul 2001 22:59:25 -0700 (PDT)
13862      Branch: perl
13863            ! ext/POSIX/POSIX.pod
13864 ____________________________________________________________________________
13865 [ 11439] By: jhi                                   on 2001/07/22  14:49:25
13866         Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]? 
13867              From: Mark-Jason Dominus <mjd@plover.com>
13868              Date: Fri, 20 Jul 2001 23:16:54 -0400
13869              Message-ID: <20010721031654.21877.qmail@plover.com>
13870      Branch: perl
13871            ! ext/POSIX/POSIX.pod
13872 ____________________________________________________________________________
13873 [ 11438] By: jhi                                   on 2001/07/22  14:41:58
13874         Log: Subject: Re: [PATCH O.pm] avoid to clutter output with -l
13875              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13876              Date: Sun, 22 Jul 2001 14:56:09 +0200
13877              Message-ID: <20010722145609.A766@rafael>
13878      Branch: perl
13879            ! ext/B/O.pm
13880 ____________________________________________________________________________
13881 [ 11437] By: jhi                                   on 2001/07/22  14:39:07
13882         Log: Subject: regexec.c #define cleanup
13883              From: Mark-Jason Dominus <mjd@plover.com>
13884              Date: Sat, 21 Jul 2001 18:33:25 -0400
13885              Message-ID: <20010721223325.3069.qmail@plover.com>
13886      Branch: perl
13887            ! regexec.c
13888 ____________________________________________________________________________
13889 [ 11436] By: jhi                                   on 2001/07/22  14:36:43
13890         Log: Subject: [PATCH: perl@11373] Win32 update for t/io/fs.t (may effect NetWare)
13891              From: Prymmer/Kahn <pvhp@best.com>
13892              Date: Sat, 21 Jul 2001 12:08:29 -0700 (PDT)
13893              Message-ID: <Pine.BSF.4.21.0107211156160.17271-100000@shell8.ba.best.com>
13894      Branch: perl
13895            ! t/io/fs.t
13896 ____________________________________________________________________________
13897 [ 11435] By: jhi                                   on 2001/07/22  00:22:51
13898         Log: Typo in #11432.
13899      Branch: perl
13900            ! ext/POSIX/POSIX.t
13901 ____________________________________________________________________________
13902 [ 11434] By: jhi                                   on 2001/07/21  23:12:26
13903         Log: Integrate (manually) change #11424 from macperl.
13904      Branch: perl
13905            ! ext/Filter/t/call.t
13906 ____________________________________________________________________________
13907 [ 11433] By: jhi                                   on 2001/07/21  23:07:43
13908         Log: Integrate change #11408 from macperl.
13909      Branch: perl
13910           !> README.macos pod/perlport.pod
13911 ____________________________________________________________________________
13912 [ 11432] By: jhi                                   on 2001/07/21  23:02:30
13913         Log: Integrate change #11388 from macperl (the *.t parts needed hand massage).
13914      Branch: perl
13915           +> macos/MacPerlTests.cmd macos/xsubpp.patch
13916            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
13917            ! ext/DB_File/t/db-recno.t ext/NDBM_File/ndbm.t
13918            ! ext/POSIX/POSIX.t
13919 ____________________________________________________________________________
13920 [ 11431] By: gsar                                  on 2001/07/21  05:03:44
13921         Log: pod/*.t tests not picked up by t/TEST either
13922      Branch: maint-5.6/perl
13923            ! t/TEST
13924 ____________________________________________________________________________
13925 [ 11430] By: gsar                                  on 2001/07/21  04:58:12
13926         Log: better tweak for change#11429 (windows has both / and \ separated
13927              paths in @INC at that point)
13928      Branch: maint-5.6/perl
13929            ! t/pod/testp2pt.pl
13930 ____________________________________________________________________________
13931 [ 11429] By: gsar                                  on 2001/07/21  04:41:15
13932         Log: MacOS pod test tweak needs \Escape
13933      Branch: maint-5.6/perl
13934            ! t/pod/testp2pt.pl
13935 ____________________________________________________________________________
13936 [ 11428] By: gsar                                  on 2001/07/21  04:39:34
13937         Log: run/runenv.t needs fflushNULL sanity (t/TEST is too dumb to detect
13938              resulting duplicate output, but t/harness isn't)
13939      Branch: maint-5.6/perl
13940            ! t/run/runenv.t
13941 ____________________________________________________________________________
13942 [ 11427] By: gsar                                  on 2001/07/21  04:37:26
13943         Log: t/harness wasn't picking up all the tests
13944      Branch: maint-5.6/perl
13945            ! t/harness
13946 ____________________________________________________________________________
13947 [ 11426] By: gsar                                  on 2001/07/21  04:09:26
13948         Log: update MANIFEST for new file
13949      Branch: maint-5.6/perl
13950            ! MANIFEST
13951 ____________________________________________________________________________
13952 [ 11425] By: gsar                                  on 2001/07/21  04:07:46
13953         Log: integrate maint-5.6/macperl changes into maint-5.6/perl, with
13954              the exception of the macperl/macos/... tree
13955      Branch: maint-5.6/perl
13956           +> t/lib/filefind-taint.t
13957           !> (integrate 72 files)
13958 ____________________________________________________________________________
13959 [ 11424] By: pudge                                 on 2001/07/20  18:55:25
13960         Log: Fix test.
13961      Branch: maint-5.6/macperl
13962            ! macos/bundled_ext/Filter/t/call.t
13963 ____________________________________________________________________________
13964 [ 11423] By: gsar                                  on 2001/07/20  18:38:48
13965         Log: Make perl fork()-safe (in a slightly limited way) even on
13966              platforms that don't have pthread_atfork() (extension of
13967              the fix in change#11151).
13968              
13969              Note that this will not help extensions that call fork()
13970              directly in C, or that link to libraries that call fork()
13971              directly.  Such cases must be fixed to either call
13972              PerlProc_fork(), or call atfork_lock() in parent before the
13973              calling the function that forks and call atfork_unlock()
13974              in both parent and child immediately after the fork().
13975              (There are no worries if C code calls exec() in the child
13976              immediately after a fork().  Only cases where the child
13977              calls perl's API functions (including New()) after the
13978              fork() are problematic.)
13979              
13980              This change also eliminates the use of vfork() from perl,
13981              since all such uses were violating the severe restrictions
13982              on modifying the state of the process between the vfork()
13983              and the exec().
13984              
13985              This is a modified version of patches suggested by Abhijit
13986              Menon-Sen and Richard Soderberg.
13987      Branch: perl
13988            ! embed.h embed.pl global.sym iperlsys.h miniperlmain.c
13989            ! objXSUB.h perl.c perlapi.c pp_sys.c proto.h thread.h util.c
13990 ____________________________________________________________________________
13991 [ 11422] By: pudge                                 on 2001/07/20  18:16:37
13992         Log: Add Filter::Util::Call, Class::ISA, Digest, Filter::Simple,
13993              Switch, and Text::Balanced.
13994      Branch: maint-5.6/macperl
13995            + macos/bundled_ext/Filter/Util/Call/Call.pm
13996            + macos/bundled_ext/Filter/Util/Call/Call.xs
13997            + macos/bundled_ext/Filter/Util/Call/Makefile.PL
13998            + macos/bundled_ext/Filter/t/MyFilter.pm
13999            + macos/bundled_ext/Filter/t/call.t
14000            + macos/bundled_ext/Filter/t/filter-util.pl
14001            + macos/bundled_lib/blib/lib/Class/ISA.pm
14002            + macos/bundled_lib/blib/lib/Digest.pm
14003            + macos/bundled_lib/blib/lib/Filter/Simple.pm
14004            + macos/bundled_lib/blib/lib/Switch.pm
14005            + macos/bundled_lib/blib/lib/Text/Balanced.pm
14006            + macos/bundled_lib/blib/lib/Text/Balanced.pod
14007            + macos/bundled_lib/t/Class/ISA/test.pl
14008            + macos/bundled_lib/t/Digest/Digest.t
14009            + macos/bundled_lib/t/Filter/Simple/test.pl
14010            + macos/bundled_lib/t/Switch/test.pl
14011            + macos/bundled_lib/t/Text/Balanced/t/genxt.t
14012            + macos/bundled_lib/t/Text/Balanced/t/xbrak.t
14013            + macos/bundled_lib/t/Text/Balanced/t/xcode.t
14014            + macos/bundled_lib/t/Text/Balanced/t/xdeli.t
14015            + macos/bundled_lib/t/Text/Balanced/t/xmult.t
14016            + macos/bundled_lib/t/Text/Balanced/t/xquot.t
14017            + macos/bundled_lib/t/Text/Balanced/t/xtagg.t
14018            + macos/bundled_lib/t/Text/Balanced/t/xvari.t
14019 ____________________________________________________________________________
14020 [ 11421] By: pudge                                 on 2001/07/20  18:03:28
14021         Log: Add Filter::Util::Call to config/make files; edit utils
14022              to recognize the module (it was descended too far down).
14023              Bump version to 5.6.1a4.
14024      Branch: maint-5.6/macperl
14025            ! macos/InstallBLIB macos/MPVersion.r macos/Makefile.mk
14026            ! macos/config.sh macos/lib/ExtUtils/MM_MacOS.pm
14027            ! macos/macperl/Makefile.mk macos/xsubpp.patch
14028 ____________________________________________________________________________
14029 [ 11420] By: pudge                                 on 2001/07/20  18:02:05
14030         Log: Make DB_File the default for MLDBM on MacOS.
14031      Branch: maint-5.6/macperl
14032            ! macos/bundled_lib/blib/lib/MLDBM.pm
14033 ____________________________________________________________________________
14034 [ 11419] By: nick                                  on 2001/07/20  14:51:03
14035         Log: Subject:  [PATCH UnicodeCD.pm] Fix erronous documentation
14036              From:  Simon Cozens <simon@netthink.co.uk>
14037              Date:  Fri, 20 Jul 2001 11:42:35 -0400
14038              Message-Id:  <20010720114235.A5235@netthink.co.uk>
14039      Branch: perl
14040            ! lib/UnicodeCD.pm
14041 ____________________________________________________________________________
14042 [ 11418] By: nick                                  on 2001/07/20  14:48:12
14043         Log: Subject:  [PATCH regcomp.h] adds a comment
14044              From:  Abhijit Menon-Sen <ams@wiw.org>
14045              Date:  Fri, 20 Jul 2001 21:05:37 +0530
14046              Message-Id:  <20010720210537.A7678@lustre.dyn.wiw.org>
14047      Branch: perl
14048            ! regcomp.h
14049 ____________________________________________________________________________
14050 [ 11417] By: nick                                  on 2001/07/20  14:16:38
14051         Log: Subject:  [PATCH 5.7.2] INSTALL updates
14052              From:  Andy Dougherty <doughera@lafayette.edu>
14053              Date:  Fri, 20 Jul 2001 11:01:40 -0400 (EDT)
14054              Message-Id:  <Pine.SOL.4.10.10107201059510.16494-100000@maxwell.phys.lafayette.edu>
14055      Branch: perl
14056            ! INSTALL
14057 ____________________________________________________________________________
14058 [ 11416] By: nick                                  on 2001/07/20  06:44:44
14059         Log: Subject:  Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
14060              From:  Russ Allbery <rra@stanford.edu>
14061              Date:  19 Jul 2001 15:52:37 -0700
14062              Message-Id:  <ylvgko4jm2.fsf@windlord.stanford.edu>
14063      Branch: perl
14064            ! lib/Pod/Man.pm
14065 ____________________________________________________________________________
14066 [ 11415] By: nick                                  on 2001/07/20  06:35:11
14067         Log: Subject:  [PATCH] defer op_seq allocation
14068              From:  Abhijit Menon-Sen <ams@wiw.org>
14069              Date:  Thu, 19 Jul 2001 22:12:24 +0530
14070              Message-Id:  <20010719221224.A13786@lustre.dyn.wiw.org>
14071      Branch: perl
14072            ! op.c
14073 ____________________________________________________________________________
14074 [ 11414] By: nick                                  on 2001/07/20  06:23:36
14075         Log: Subject:  [PATCH] prototype for Time::HiRes::sleep()
14076              From:  Abhijit Menon-Sen <ams@wiw.org>
14077              Date:  Fri, 20 Jul 2001 01:18:50 +0530
14078              Message-Id:  <20010720011850.A19650@lustre.dyn.wiw.org>
14079              (Private e-mail)
14080      Branch: perl
14081            ! ext/Time/HiRes/HiRes.xs
14082 ____________________________________________________________________________
14083 [ 11413] By: nick                                  on 2001/07/20  06:18:53
14084         Log: Integrate mainline
14085      Branch: perlio
14086           +> ext/Encode/Encode/euc-jp-0212.enc t/lib/commonsense.t
14087            - t/base/commonsense.t
14088           !> MANIFEST doio.c ext/B/B/Deparse.pm ext/Encode/Encode/Tcl.pm
14089           !> ext/POSIX/POSIX.t ext/Time/HiRes/HiRes.xs gv.c hints/darwin.sh
14090           !> hints/rhapsody.sh numeric.c pod/perlfunc.pod pod/perlhack.pod
14091           !> pod/perlre.pod pp_sys.c sv.c t/README t/op/arith.t
14092           !> t/op/sprintf.t thread.h utils/h2xs.PL win32/perlhost.h
14093           !> win32/win32.c
14094 ____________________________________________________________________________
14095 [ 11412] By: nick                                  on 2001/07/19  06:44:27
14096         Log: Integrate win32/perlhost.h from maintenance branch.
14097              (Rest of $ENV{PATH} / system() fix.)
14098      Branch: perl
14099           !> win32/perlhost.h
14100 ____________________________________________________________________________
14101 [ 11411] By: nick                                  on 2001/07/19  06:41:34
14102         Log: Subject:  [DOC PATCH bleadperl] its vs it's in perlhack.pod
14103              From:  Philip Newton <Philip.Newton@gmx.net>
14104              Date:  Wed, 18 Jul 2001 21:43:57 +0200
14105              Message-Id:  <E15Mx9y-0007Oz-00@mserv1b.vianw.co.uk>
14106      Branch: perl
14107            ! pod/perlhack.pod
14108 ____________________________________________________________________________
14109 [ 11410] By: nick                                  on 2001/07/19  06:39:35
14110         Log: Subject:  Security hole in taint checking in open()
14111              From:  deekoo@tentacle.net
14112              Date:  Thu, 19 Jul 2001 00:03:46 -0700 (PDT)
14113              Message-Id:  <Pine.LNX.4.33.0107182248330.11996-100000@chaos.tentacle.net>
14114      Branch: perl
14115            ! doio.c
14116 ____________________________________________________________________________
14117 [ 11409] By: nick                                  on 2001/07/19  06:28:08
14118         Log: Subject:  [PATCH] Re: Time::HiRes qw(sleep) fails
14119              From:  Abhijit Menon-Sen <ams@wiw.org>
14120              Date:  Thu, 19 Jul 2001 04:30:43 +0530
14121              Message-Id:  <20010719043043.A10327@lustre.dyn.wiw.org>
14122      Branch: perl
14123            ! ext/Time/HiRes/HiRes.xs
14124 ____________________________________________________________________________
14125 [ 11408] By: pudge                                 on 2001/07/19  03:27:36
14126         Log: Update docs with latest implementation information and new URLs.
14127      Branch: maint-5.6/macperl
14128            ! README.macos pod/perlport.pod
14129 ____________________________________________________________________________
14130 [ 11407] By: pudge                                 on 2001/07/19  02:35:46
14131         Log: Add Time::HiRes, and add default Makefile.mk for Digest::MD5.
14132              Fix BuildRules to accept optimization variables.
14133      Branch: maint-5.6/macperl
14134            + macos/bundled_ext/Digest/MD5/Makefile.mk
14135            ! macos/BuildRules.mk macos/Makefile.mk
14136            ! macos/bundled_ext/Time/HiRes/HiRes.xs macos/config.sh
14137            ! macos/macish.c macos/macish.h macos/macperl/Makefile.mk
14138 ____________________________________________________________________________
14139 [ 11406] By: pudge                                 on 2001/07/19  01:11:39
14140         Log: Integrate changes 11399,11401
14141      Branch: maint-5.6/macperl
14142           !> win32/perlhost.h win32/win32.c
14143 ____________________________________________________________________________
14144 [ 11405] By: nick                                  on 2001/07/18  06:50:33
14145         Log: Integrate Sarathy's Win32 $ENV{'PATH'}/system fixes (11399, 11400)
14146              from perl5.6*
14147      Branch: perl
14148           !> win32/perlhost.h win32/win32.c
14149 ____________________________________________________________________________
14150 [ 11404] By: nick                                  on 2001/07/18  06:43:59
14151         Log: Subject:  Re: Perl 5.7.2 Has Been Released 
14152              From:  hv@crypt0.demon.co.uk
14153              Date:  Wed, 18 Jul 2001 05:58:46 +0100
14154              Message-Id:  <200107180458.f6I4wlJ19966@crypt0.demon.co.uk>
14155      Branch: perl
14156            ! ext/POSIX/POSIX.t
14157 ____________________________________________________________________________
14158 [ 11403] By: nick                                  on 2001/07/18  06:38:57
14159         Log: Subject:  Re: [ID 20010716.005] numeric conversions in 5.7.[12] changed from perl5.6.1 (leading whitespace) 
14160              From:  hv@crypt0.demon.co.uk
14161              Date:  Wed, 18 Jul 2001 05:21:54 +0100
14162              Message-Id:  <200107180421.f6I4Ltc00987@crypt0.demon.co.uk>
14163      Branch: perl
14164            ! numeric.c t/op/arith.t
14165 ____________________________________________________________________________
14166 [ 11402] By: nick                                  on 2001/07/18  06:19:17
14167         Log: Subject:  Doc patch: perlre should mention perlrequick and perlretut
14168              From:  mjd@plover.com
14169              Date:  17 Jul 2001 17:59:20 -0000
14170              Message-Id:  <20010717175920.8177.qmail@plover.com>
14171      Branch: perl
14172            ! pod/perlre.pod
14173 ____________________________________________________________________________
14174 [ 11401] By: gsar                                  on 2001/07/17  21:31:31
14175         Log: thinko in change#11400 (duh)
14176      Branch: maint-5.6/perl
14177            ! win32/perlhost.h
14178 ____________________________________________________________________________
14179 [ 11400] By: gsar                                  on 2001/07/17  19:46:34
14180         Log: change#11399 revealed another unrelated bug; this is just a temporary
14181              bandaid
14182      Branch: maint-5.6/perl
14183            ! win32/perlhost.h
14184 ____________________________________________________________________________
14185 [ 11399] By: gsar                                  on 2001/07/17  19:11:57
14186         Log: fix bugs in handling of the virtualized environment under windows;
14187              there were bugs in propagating any changes to %ENV down to the real
14188              environment when such changes happened in the toplevel process
14189              (thanks to Johan Holmberg <holmberg@iar.se> for the excellent
14190              problem identification, and for a part of the fix)
14191      Branch: maint-5.6/perl
14192            ! win32/perlhost.h win32/win32.c
14193 ____________________________________________________________________________
14194 [ 11398] By: nick                                  on 2001/07/17  08:26:35
14195         Log: Subject: Re: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
14196              From: Peter Prymmer <pvhp@forte.com>
14197              Date: Mon, 16 Jul 2001 16:43:14 -0700 (PDT)
14198              Message-Id: <Pine.OSF.4.10.10107161631300.464972-100000@aspara.forte.com>
14199              
14200              Move t/base/commonsense.t to t/lib/commonsense.t - base tests
14201              should not depend on existance of Config.pm
14202      Branch: perl
14203           +> t/lib/commonsense.t
14204            - t/base/commonsense.t
14205            ! MANIFEST t/README
14206 ____________________________________________________________________________
14207 [ 11397] By: nick                                  on 2001/07/17  08:09:58
14208         Log: Subject:  [PATCH pod/perlhack.pod] Sections on writing tests & patching core mods
14209              From:  Michael G Schwern <schwern@pobox.com>
14210              Date:  Mon, 16 Jul 2001 18:20:31 -0400
14211              Message-Id:  <20010716182031.A1128@blackrider>
14212      Branch: perl
14213            ! pod/perlhack.pod
14214 ____________________________________________________________________________
14215 [ 11396] By: nick                                  on 2001/07/17  08:04:11
14216         Log: Subject:  [PATCH perlfunc.pod] make printf refer to sprintf
14217              From:  Gwyn Judd <b.judd@xtra.co.nz>
14218              Date:  Tue, 17 Jul 2001 20:55:58 +1200
14219              Message-Id:  <20010717205558.A3107@thislove>
14220      Branch: perl
14221            ! pod/perlfunc.pod
14222 ____________________________________________________________________________
14223 [ 11395] By: nick                                  on 2001/07/17  08:02:22
14224         Log: Subject:  [PATCH: perl@11373] fix t/op/sprintf.t to not load %Config
14225              From:  Peter Prymmer <pvhp@forte.com>
14226              Date:  Mon, 16 Jul 2001 15:48:33 -0700 (PDT)
14227              Message-Id:  <Pine.OSF.4.10.10107161543400.464972-100000@aspara.forte.com>
14228      Branch: perl
14229            ! t/op/sprintf.t
14230 ____________________________________________________________________________
14231 [ 11394] By: nick                                  on 2001/07/17  07:57:06
14232         Log: Subject:  Re: [PATCH gv.c] allow ${"1f"} to be non-regex var 
14233              From:  Jeff 'Japhy' Pinyan <jeffp@crusoe.net>
14234              Date:  Mon, 16 Jul 2001 18:46:53 -0400 (EDT)
14235              Message-Id:  <Pine.GSO.4.21.0107161829390.1405-100000@crusoe.crusoe.net>
14236      Branch: perl
14237            ! gv.c
14238 ____________________________________________________________________________
14239 [ 11392] By: nick                                  on 2001/07/17  07:50:12
14240         Log: Subject:  [PATCH] fix PTHREAD_ATFORK croaking too early, too often
14241              From:  Coral <coral@moonlight.crystalflame.net>
14242              Date:  Mon, 16 Jul 2001 14:25:19 -0700 (PDT)
14243              Message-Id:  <200107162125.f6GLPJ345261@moonlight.crystalflame.net>
14244      Branch: perl
14245            ! pp_sys.c thread.h
14246 ____________________________________________________________________________
14247 [ 11391] By: nick                                  on 2001/07/17  07:34:28
14248         Log: Subject:  Re: [PATCH h2xs.PL ] use Test::More where appropriate (was Re:   
14249              From:  Jonathan Stowe <gellyfish@gellyfish.com>
14250              Date:  Mon, 16 Jul 2001 18:31:21 +0100 (BST)
14251              Message-Id:  <Pine.LNX.4.33.0107161827570.15520-100000@orpheus.gellyfish.com>
14252      Branch: perl
14253            ! utils/h2xs.PL
14254 ____________________________________________________________________________
14255 [ 11390] By: pudge                                 on 2001/07/16  23:54:44
14256         Log: Add in List::Util, Memoize, NEXT, and a bunch of tests for other
14257              modules.  Also added Mac::BuildTools, Mac::AppleEvents::Simple,
14258              and Mac::Apps::Launch, which don't work, and Time::HiRes and
14259              Time::Piece, which don't yet work.
14260      Branch: maint-5.6/macperl
14261            + (add 154 files)
14262 ____________________________________________________________________________
14263 [ 11389] By: pudge                                 on 2001/07/16  23:13:10
14264         Log: Fix %ENV to be tainted [SF bug #231848, Thomas Wegner].
14265              Also add hack to get around missing setenv for PERL5DB.
14266      Branch: maint-5.6/macperl
14267            ! macos/macish.c macos/macish.h
14268 ____________________________________________________________________________
14269 [ 11388] By: pudge                                 on 2001/07/16  23:11:26
14270         Log: Fix DB_File, and patch tests for it, and NDBM_File, and POSIX.
14271      Branch: maint-5.6/macperl
14272            ! macos/MacPerlTests.cmd macos/xsubpp.patch t/lib/db-btree.t
14273            ! t/lib/db-hash.t t/lib/db-recno.t t/lib/ndbm.t t/lib/posix.t
14274 ____________________________________________________________________________
14275 [ 11387] By: pudge                                 on 2001/07/16  23:05:12
14276         Log: Fix up some configuration and make options, add extra
14277              extensions.
14278      Branch: maint-5.6/macperl
14279            ! macos/ExtBuildRules.mk macos/Makefile.mk macos/config.sh
14280            ! macos/macperl/Makefile.mk
14281 ____________________________________________________________________________
14282 [ 11386] By: pudge                                 on 2001/07/16  21:22:32
14283         Log: From Change 11374 in maintperl.
14284      Branch: maint-5.6/macperl
14285           !> utils/h2ph.PL
14286 ____________________________________________________________________________
14287 [ 11385] By: nick                                  on 2001/07/16  14:12:58
14288         Log: Back out change to h2xs till it passes its test.
14289      Branch: perl
14290            ! utils/h2xs.PL
14291 ____________________________________________________________________________
14292 [ 11384] By: nick                                  on 2001/07/16  14:00:10
14293         Log: Subject:  [PATCH h2xs.PL ] use Test::More where appropriate (was Re: [PATCH]
14294              From:  Jonathan Stowe <gellyfish@gellyfish.com>
14295              Date:  Mon, 16 Jul 2001 08:37:05 +0100 (BST)
14296              Message-Id:  <Pine.LNX.4.33.0107160830480.9915-100000@orpheus.gellyfish.com>
14297      Branch: perl
14298            ! utils/h2xs.PL
14299 ____________________________________________________________________________
14300 [ 11383] By: nick                                  on 2001/07/16  13:53:12
14301         Log: Subject:  [PATCH hints/darwin.sh] Don't override user-specified optimize flag
14302              From:  Robin Houston <robin@kitsite.com>
14303              Date:  Sun, 15 Jul 2001 18:22:31 +0100
14304              Message-Id:  <20010715182230.A11174@robin>
14305      Branch: perl
14306            ! hints/darwin.sh
14307 ____________________________________________________________________________
14308 [ 11382] By: nick                                  on 2001/07/16  13:52:49
14309         Log: Subject:  [PATCH perl@11372] re_dup
14310              From:  Radu Greab <radu@netsoft.ro>
14311              Date:  Sun, 15 Jul 2001 04:50:06 +0300
14312              Message-Id:  <15184.63182.656988.340591@ix.netsoft.ro>
14313      Branch: perl
14314            ! sv.c
14315 ____________________________________________________________________________
14316 [ 11379] By: nick                                  on 2001/07/16  13:35:39
14317         Log: Subject:  [PATCH B::Deparse] formats can't contain formats
14318              From:  Robin Houston <robin@kitsite.com>
14319              Date:  Sat, 14 Jul 2001 14:28:50 +0100
14320              Message-Id:  <20010714142850.A10205@robin>
14321      Branch: perl
14322            ! ext/B/B/Deparse.pm
14323 ____________________________________________________________________________
14324 [ 11378] By: nick                                  on 2001/07/16  13:30:36
14325         Log: Subject:  [PATCH @11359] Encode::Tcl.pm, EUC-JP with jis-x0212
14326              From:  Sadahiro Tomoyuki <BQW10602@nifty.com>
14327              Date:  Sat, 14 Jul 2001 22:17:42 +0900
14328              Message-Id:  <20010714221736.6CA3.BQW10602@nifty.com>
14329      Branch: perl
14330            + ext/Encode/Encode/euc-jp-0212.enc
14331            ! ext/Encode/Encode/Tcl.pm
14332 ____________________________________________________________________________
14333 [ 11377] By: nick                                  on 2001/07/16  13:17:28
14334         Log: Subject:  [PATCH 5.7.2] Remove useless ccflags hints
14335              From:  Andy Dougherty <doughera@lafayette.edu>
14336              Date:  Sun, 15 Jul 2001 22:52:54 -0400 (EDT)
14337              Message-Id:  <Pine.SOL.4.10.10107152250230.10344-100000@maxwell.phys.lafayette.edu>
14338      Branch: perl
14339            ! hints/darwin.sh hints/rhapsody.sh
14340 ____________________________________________________________________________
14341 [ 11376] By: nick                                  on 2001/07/16  09:05:00
14342         Log: Integrate mainline
14343      Branch: perlio
14344           +> ext/Encode/Encode/7bit-greek.enc
14345           +> ext/Encode/Encode/7bit-latin1.enc
14346           +> ext/Encode/Encode/cns11643-1.enc
14347           +> ext/Encode/Encode/cns11643-2.enc
14348           +> ext/Encode/Encode/iso2022-cn.enc
14349           +> ext/Encode/Encode/iso2022-jp1.enc
14350           +> ext/Encode/Encode/iso2022-jp2.enc
14351           !> Changes Configure MANIFEST Makefile.SH
14352           !> ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
14353           !> ext/Encode/Encode/iso2022-kr.enc ext/POSIX/POSIX.pm
14354           !> ext/PerlIO/Via/Via.pm handy.h myconfig.SH patchlevel.h
14355           !> pod/perlhack.pod pod/perlre.pod pod/perltoc.pod regcomp.c sv.c
14356           !> t/op/pat.t t/op/sprintf.t utils/h2ph.PL utils/h2xs.PL
14357 ____________________________________________________________________________
14358 [ 11375] By: gsar                                  on 2001/07/16  02:46:11
14359         Log: integrate change#11374 from maint-5.6
14360              
14361              make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
14362      Branch: perl
14363           !> utils/h2ph.PL
14364 ____________________________________________________________________________
14365 [ 11374] By: gsar                                  on 2001/07/16  02:10:51
14366         Log: make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
14367      Branch: maint-5.6/perl
14368            ! utils/h2ph.PL
14369 ____________________________________________________________________________
14370 [ 11373] By: jhi                                   on 2001/07/14  09:27:10
14371         Log: Update Changes.
14372      Branch: perl
14373            ! Changes patchlevel.h
14374 ____________________________________________________________________________
14375 [ 11372] By: jhi                                   on 2001/07/14  09:19:18
14376         Log: Subject: [PATCH h2xs.PL] use Getopt::Long (was Re: [PATCH] h2xs)
14377              From: Jonathan Stowe <gellyfish@gellyfish.com>
14378              Date: Sat, 14 Jul 2001 10:14:34 +0100 (BST)
14379              Message-ID: <Pine.LNX.4.33.0107141008350.9915-100000@orpheus.gellyfish.com>
14380      Branch: perl
14381            ! utils/h2xs.PL
14382 ____________________________________________________________________________
14383 [ 11371] By: jhi                                   on 2001/07/14  09:18:09
14384         Log: Subject: patch to add DEL to [:cntrl:]
14385              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
14386              Date: Fri, 13 Jul 2001 23:25:12 -0700 (PDT)
14387              Message-Id: <200107140625.XAA01517@ventrue.corp.yahoo.com>
14388      Branch: perl
14389            ! handy.h pod/perlre.pod regcomp.c t/op/pat.t
14390 ____________________________________________________________________________
14391 [ 11370] By: jhi                                   on 2001/07/14  01:33:17
14392         Log: Metaconfig unit change for #11369; plus a dependency nit.
14393      Branch: metaconfig
14394            ! U/compline/nblock_io.U
14395      Branch: metaconfig/U/perl
14396            ! Extensions.U
14397 ____________________________________________________________________________
14398 [ 11369] By: jhi                                   on 2001/07/14  01:32:33
14399         Log: #include <stdlib.h> so that exit() is prototyped,
14400              noticed by Hugo.
14401      Branch: perl
14402            ! Configure
14403 ____________________________________________________________________________
14404 [ 11368] By: jhi                                   on 2001/07/14  01:18:28
14405         Log: Subject: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
14406              From: Peter Prymmer <pvhp@forte.com>
14407              Date: Fri, 13 Jul 2001 19:15:45 -0700 (PDT)
14408              Message-ID: <Pine.OSF.4.10.10107131908370.270775-100000@aspara.forte.com>
14409      Branch: perl
14410            ! t/op/sprintf.t
14411 ____________________________________________________________________________
14412 [ 11367] By: jhi                                   on 2001/07/14  01:07:03
14413         Log: Subject: [PATCH: perl@11359] fixup for Encode/Tcl.t on ruthless filesystems
14414              From: Peter Prymmer <pvhp@forte.com>
14415              Date: Fri, 13 Jul 2001 19:00:20 -0700 (PDT)
14416              Message-ID: <Pine.OSF.4.10.10107131856280.270775-100000@aspara.forte.com>
14417      Branch: perl
14418            ! ext/Encode/Encode/Tcl.t
14419 ____________________________________________________________________________
14420 [ 11366] By: jhi                                   on 2001/07/13  22:48:47
14421         Log: Add information about gcc 3.0 basic block profiling.
14422      Branch: perl
14423            ! Makefile.SH pod/perlhack.pod pod/perltoc.pod
14424 ____________________________________________________________________________
14425 [ 11365] By: jhi                                   on 2001/07/13  21:22:20
14426         Log: Subject: Error in lib/PerlIO/Via.pm ?
14427              From: Mark-Jason Dominus <mjd@plover.com>
14428              Date: Fri, 13 Jul 2001 15:55:41 -0400
14429              Message-ID: <20010713195541.26751.qmail@plover.com>
14430      Branch: perl
14431            ! ext/PerlIO/Via/Via.pm
14432 ____________________________________________________________________________
14433 [ 11364] By: jhi                                   on 2001/07/13  21:21:23
14434         Log: Move both usemymalloc and d_bincompat5005 to the Platfom
14435              section from the Compiler section.
14436      Branch: perl
14437            ! myconfig.SH
14438 ____________________________________________________________________________
14439 [ 11363] By: jhi                                   on 2001/07/13  21:19:34
14440         Log: Handle glibc style of constant definitions using enum
14441              with intervening #defines; from Brendan O'Dea.
14442      Branch: perl
14443            ! utils/h2ph.PL
14444 ____________________________________________________________________________
14445 [ 11362] By: jhi                                   on 2001/07/13  21:17:40
14446         Log: Add LC_MESSAGES to the locale_h export tag (it already is
14447              in the Makefile.PL and thusly eligible for an XS constant)
14448              (see also maintperl #10543)
14449      Branch: perl
14450            ! ext/POSIX/POSIX.pm
14451 ____________________________________________________________________________
14452 [ 11361] By: jhi                                   on 2001/07/13  15:12:37
14453         Log: Subject: Re: [patch] re_dup
14454              From: Abhijit Menon-Sen <ams@wiw.org>
14455              Date: Fri, 13 Jul 2001 21:41:09 +0530
14456              Message-ID: <20010713214109.A3328@lustre.dyn.wiw.org>
14457      Branch: perl
14458            ! sv.c
14459 ____________________________________________________________________________
14460 [ 11360] By: jhi                                   on 2001/07/13  15:11:45
14461         Log: Subject: [patch] re_dup
14462              From: Doug MacEachern <dougm@covalent.net>
14463              Date: Fri, 13 Jul 2001 08:51:24 -0700 (PDT)
14464              Message-ID: <Pine.LNX.4.21.0107130848530.28844-100000@mako.covalent.net>
14465      Branch: perl
14466            ! sv.c
14467 ____________________________________________________________________________
14468 [ 11359] By: jhi                                   on 2001/07/13  14:30:32
14469         Log: Update Changes.
14470      Branch: perl
14471            ! Changes patchlevel.h
14472 ____________________________________________________________________________
14473 [ 11358] By: jhi                                   on 2001/07/13  14:26:36
14474         Log: Subject: [PATCH @11328] Encode::Tcl.pm for iso-2022-(?:jp-[12]|cn)
14475              From: SADAHIRO Tomoyuki <BQW10602@nifty.com> 
14476              Date: Sat, 14 Jul 2001 00:06:30 +0900
14477              Message-Id: <20010713235522.8406.BQW10602@nifty.com>
14478      Branch: perl
14479            + ext/Encode/Encode/7bit-greek.enc
14480            + ext/Encode/Encode/7bit-latin1.enc
14481            + ext/Encode/Encode/cns11643-1.enc
14482            + ext/Encode/Encode/cns11643-2.enc
14483            + ext/Encode/Encode/iso2022-cn.enc
14484            + ext/Encode/Encode/iso2022-jp1.enc
14485            + ext/Encode/Encode/iso2022-jp2.enc
14486            ! MANIFEST ext/Encode/Encode/Tcl.pm
14487            ! ext/Encode/Encode/iso2022-kr.enc
14488 ____________________________________________________________________________
14489 [ 11357] By: nick                                  on 2001/07/13  14:24:06
14490         Log: Blind integrate mainline (as of 5.7.2?)
14491      Branch: perlio
14492           !> AUTHORS Changes Porting/config.sh Porting/config_H
14493           !> README.netware ext/PerlIO/t/encoding.t makedef.pl patchlevel.h
14494           !> pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
14495           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
14496           !> win32/makefile.mk
14497 ____________________________________________________________________________
14498 [ 11355] By: jhi                                   on 2001/07/13  13:13:46
14499         Log: Snip away the devel patchlevel.
14500      Branch: perl
14501            ! patchlevel.h
14502 ____________________________________________________________________________
14503 [ 11354] By: jhi                                   on 2001/07/13  13:12:01
14504         Log: Bump the version to 5.7.2.
14505      Branch: perl
14506            ! Porting/config.sh Porting/config_H patchlevel.h
14507            ! pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
14508            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
14509            ! win32/makefile.mk
14510 ____________________________________________________________________________
14511 [ 11353] By: jhi                                   on 2001/07/13  13:00:00
14512         Log: Update Changes.
14513      Branch: perl
14514            ! Changes
14515 ____________________________________________________________________________
14516 [ 11352] By: jhi                                   on 2001/07/13  12:54:49
14517         Log: Reword.
14518      Branch: perl
14519            ! AUTHORS
14520 ____________________________________________________________________________
14521 [ 11351] By: jhi                                   on 2001/07/13  12:52:47
14522         Log: AUTHORS update.
14523      Branch: perl
14524            ! AUTHORS
14525 ____________________________________________________________________________
14526 [ 11350] By: jhi                                   on 2001/07/13  12:24:36
14527         Log: Ignore PL_regex_pad and PL_regex_padav from symbols
14528              unless ithreads.
14529      Branch: perl
14530            ! makedef.pl
14531 ____________________________________________________________________________
14532 [ 11349] By: jhi                                   on 2001/07/13  11:54:10
14533         Log: Integrate perlio.
14534      Branch: perl
14535           !> win32/distclean.bat
14536 ____________________________________________________________________________
14537 [ 11348] By: jhi                                   on 2001/07/13  11:49:50
14538         Log: Test the encoding transform only iff we have PerlIO,
14539              noticed by H. Merijn Brand.
14540      Branch: perl
14541            ! ext/PerlIO/t/encoding.t
14542 ____________________________________________________________________________
14543 [ 11347] By: jhi                                   on 2001/07/13  11:40:13
14544         Log: README.netware tweaks from Ananth Kesari.
14545      Branch: perl
14546            ! README.netware
14547 ____________________________________________________________________________
14548 [ 11346] By: nick                                  on 2001/07/13  09:18:51
14549         Log: Win32/distclean.bat - Down-case all MANIFEST and File::Find results so 
14550              to avoid /unicode vs /Unicode issues.
14551      Branch: perlio
14552            ! win32/distclean.bat
14553 ____________________________________________________________________________
14554 [ 11345] By: nick                                  on 2001/07/13  06:24:18
14555         Log: Integrate mainline
14556      Branch: perlio
14557           +> README.uts lib/UnicodeCD.pm lib/UnicodeCD.t
14558            - lib/Unicode/UCD.pm lib/Unicode/UCD.t lib/unicode/distinct.pm
14559           !> (integrate 63 files)
14560 ____________________________________________________________________________
14561 [ 11344] By: jhi                                   on 2001/07/13  04:50:22
14562         Log: Add d_bincompat5005 information to perl -V.
14563      Branch: perl
14564            ! myconfig.SH
14565 ____________________________________________________________________________
14566 [ 11343] By: jhi                                   on 2001/07/13  03:42:05
14567         Log: Subject: Re: [PATCH] Re: Memory corruption? Read-only $_?
14568              From: Abhijit Menon-Sen <ams@wiw.org>
14569              Date: Fri, 13 Jul 2001 07:12:36 +0530
14570              Message-ID: <20010713071236.C5669@lustre.dyn.wiw.org>
14571      Branch: perl
14572            ! sv.c
14573 ____________________________________________________________________________
14574 [ 11342] By: jhi                                   on 2001/07/13  03:36:22
14575         Log: Remove unicode::distinct, as per Inaba Hiroto.
14576      Branch: perl
14577            - lib/unicode/distinct.pm
14578            ! MANIFEST hv.c perl.h pod/perlmodlib.pod pod/perltoc.pod sv.c
14579            ! t/lib/1_compile.t
14580 ____________________________________________________________________________
14581 [ 11341] By: jhi                                   on 2001/07/13  00:05:53
14582         Log: Paging for Dr Octothorpe.
14583      Branch: perl
14584            ! pod/perlfaq4.pod
14585 ____________________________________________________________________________
14586 [ 11340] By: jhi                                   on 2001/07/12  23:53:44
14587         Log: cut-n-paste error noticed by mjd.
14588      Branch: perl
14589            ! pod/perlfaq4.pod
14590 ____________________________________________________________________________
14591 [ 11339] By: jhi                                   on 2001/07/12  23:39:42
14592         Log: Subject: [PATCH: perl@11328] update the octal situation in perlfaq4.pod
14593              From: Peter Prymmer <pvhp@forte.com>
14594              Date: Thu, 12 Jul 2001 17:04:22 -0700 (PDT)
14595              Message-ID: <Pine.OSF.4.10.10107121703040.219875-100000@aspara.forte.com>
14596      Branch: perl
14597            ! pod/perlfaq4.pod
14598 ____________________________________________________________________________
14599 [ 11338] By: jhi                                   on 2001/07/12  23:38:49
14600         Log: Subject: Re: [randy@qualcomm.com: Corrections for ' repository - Using the Perl repository ']
14601              From: Randall Gellens <randy@qualcomm.com>
14602              Date: Thu, 12 Jul 2001 16:56:23 -0700
14603              Message-Id: <p05100301b773e9751c04@[129.46.176.61]>
14604      Branch: perl
14605            ! Porting/repository.pod
14606 ____________________________________________________________________________
14607 [ 11337] By: jhi                                   on 2001/07/12  23:35:06
14608         Log: Make PTHREAD_ATFORK() to croak if HAS_FORK, noop otherwise.
14609      Branch: perl
14610            ! thread.h
14611 ____________________________________________________________________________
14612 [ 11336] By: jhi                                   on 2001/07/12  23:23:39
14613         Log: Subject: [PATCH] pthread_atfork on FreeBSD - Part 1: #ifdef HAS_PTHREAD_ATFORK  
14614              From: coral <coral@moonlight.crystalflame.net>
14615              Date: Thu, 12 Jul 2001 16:16:50 -0700 (PDT)
14616              Message-Id: <200107122316.f6CNGoq09171@moonlight.crystalflame.net>
14617      Branch: perl
14618            ! thread.h
14619 ____________________________________________________________________________
14620 [ 11335] By: jhi                                   on 2001/07/12  23:23:14
14621         Log: Metaconfig unit change for #11134.
14622      Branch: metaconfig
14623            + U/threads/d_pthread_atfork.U
14624 ____________________________________________________________________________
14625 [ 11334] By: jhi                                   on 2001/07/12  23:22:42
14626         Log: Add HAS_PTHREAD_ATFORK.
14627      Branch: perl
14628            ! Configure NetWare/config.wc NetWare/config_H.wc
14629            ! Porting/Glossary Porting/config.sh Porting/config_H
14630            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
14631            ! uconfig.h uconfig.sh vos/config.alpha.def vos/config.alpha.h
14632            ! vos/config.ga.def vos/config.ga.h win32/config.bc
14633            ! win32/config.gc win32/config.vc win32/config_H.bc
14634            ! win32/config_H.gc win32/config_H.vc
14635 ____________________________________________________________________________
14636 [ 11333] By: jhi                                   on 2001/07/12  22:58:35
14637         Log: Subject: [PATCH] File::Copy fails on tied handles
14638              From: "Wilson, Doug" <Doug_Wilson@intuit.com>
14639              Date: Thu, 12 Jul 2001 15:18:51 -0700
14640              Message-ID: <35A280DF784CD411A06B0008C7B130ADB5505B@sdex04.sd.intuit.com>
14641      Branch: perl
14642            ! lib/File/Copy.pm
14643 ____________________________________________________________________________
14644 [ 11332] By: jhi                                   on 2001/07/12  22:57:04
14645         Log: Subject: [PATCH] Langinfo.t
14646              From: Nicholas Clark <nick@ccl4.org>
14647              Date: Thu, 12 Jul 2001 23:55:38 +0100
14648              Message-ID: <20010712235538.M5827@plum.flirble.org>
14649      Branch: perl
14650            ! ext/I18N/Langinfo/Langinfo.t
14651 ____________________________________________________________________________
14652 [ 11331] By: jhi                                   on 2001/07/12  22:56:09
14653         Log: Subject: [PATCH: perl@11328] informational tweaks to perl572delta.pod
14654              From: Peter Prymmer <pvhp@forte.com>
14655              Date: Thu, 12 Jul 2001 16:38:00 -0700 (PDT)
14656              Message-ID: <Pine.OSF.4.10.10107121633340.219875-100000@aspara.forte.com>
14657      Branch: perl
14658            ! pod/perl572delta.pod
14659 ____________________________________________________________________________
14660 [ 11330] By: jhi                                   on 2001/07/12  22:55:23
14661         Log: Subject: [PATCH] Re: Memory corruption? Read-only $_?
14662              From: Abhijit Menon-Sen <ams@wiw.org>
14663              Date: Fri, 13 Jul 2001 05:21:16 +0530
14664              Message-ID: <20010713052116.B5669@lustre.dyn.wiw.org>
14665      Branch: perl
14666            ! sv.c
14667 ____________________________________________________________________________
14668 [ 11329] By: jhi                                   on 2001/07/12  22:54:39
14669         Log: Subject: [PATCH 20010712.005] Re: Perl bug with "delete" on arrays
14670              From: Abhijit Menon-Sen <ams@wiw.org>
14671              Date: Fri, 13 Jul 2001 03:04:25 +0530
14672              Message-ID: <20010713030425.A5669@lustre.dyn.wiw.org>
14673      Branch: perl
14674            ! av.c
14675 ____________________________________________________________________________
14676 [ 11328] By: gsar                                  on 2001/07/12  19:02:01
14677         Log: s/^M$//g
14678      Branch: perl
14679            ! win32/Makefile win32/makefile.mk
14680 ____________________________________________________________________________
14681 [ 11327] By: jhi                                   on 2001/07/12  18:54:09
14682         Log: Update Changes.
14683      Branch: perl
14684            ! Changes patchlevel.h
14685 ____________________________________________________________________________
14686 [ 11326] By: jhi                                   on 2001/07/12  18:17:18
14687         Log: Typo spotted by Philip Newton.
14688      Branch: perl
14689            ! pod/perl572delta.pod
14690 ____________________________________________________________________________
14691 [ 11325] By: jhi                                   on 2001/07/12  18:11:42
14692         Log: Subject: [PATCH] fixes perl_clone of perl_clone
14693              From: Artur Bergman <artur@contiller.se>
14694              Date: Thu, 12 Jul 2001 20:57:09 +0200
14695              Message-ID: <B773BFA4.236B%artur@contiller.se>
14696      Branch: perl
14697            ! sv.c
14698 ____________________________________________________________________________
14699 [ 11324] By: jhi                                   on 2001/07/12  18:09:17
14700         Log: Add README.uts from Hal Morris.
14701      Branch: perl
14702            + README.uts
14703            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perl572delta.pod
14704            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
14705 ____________________________________________________________________________
14706 [ 11323] By: jhi                                   on 2001/07/12  17:48:33
14707         Log: Subject: Re: AIX 4.3.3 w/ vac 5.0 [ FATAL in B ]
14708              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
14709              Date: Thu, 12 Jul 2001 20:32:37 +0200
14710              Message-Id: <20010712201743.E108.H.M.BRAND@hccnet.nl>
14711      Branch: perl
14712            ! hints/aix.sh
14713 ____________________________________________________________________________
14714 [ 11322] By: jhi                                   on 2001/07/12  17:44:29
14715         Log: Subject: Patch: document reg_data.what member
14716              From: Mark-Jason Dominus <mjd@plover.com>
14717              Message-ID: <20010712182532.14821.qmail@plover.com>
14718              Date: Thu, 12 Jul 2001 14:25:32 -0400
14719      Branch: perl
14720            ! regcomp.c regcomp.h
14721 ____________________________________________________________________________
14722 [ 11321] By: jhi                                   on 2001/07/12  17:43:18
14723         Log: Subject: [PATCH] Perl_re_dup()
14724              From: Abhijit Menon-Sen <ams@wiw.org>
14725              Date: Thu, 12 Jul 2001 23:54:32 +0530
14726              Message-ID: <20010712235432.J24707@lustre.dyn.wiw.org>
14727      Branch: perl
14728            ! embed.h embed.pl perlapi.c proto.h sv.c
14729 ____________________________________________________________________________
14730 [ 11320] By: jhi                                   on 2001/07/12  17:18:54
14731         Log: Regen Configure, modlib, toc.
14732      Branch: perl
14733            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
14734            ! pod/perlmodlib.pod pod/perltoc.pod
14735 ____________________________________________________________________________
14736 [ 11319] By: jhi                                   on 2001/07/12  17:08:15
14737         Log: The problem seems to be in PerlIO::Layer::->find() not
14738              accepting the ":encoding(blurflur)" arguments.
14739      Branch: perl
14740            ! lib/PerlIO.pm lib/open.pm
14741 ____________________________________________________________________________
14742 [ 11318] By: jhi                                   on 2001/07/12  16:58:11
14743         Log: AIX doc update.
14744      Branch: perl
14745            ! README.aix pod/perl572delta.pod
14746 ____________________________________________________________________________
14747 [ 11317] By: jhi                                   on 2001/07/12  16:39:11
14748         Log: Subject: AIX README update
14749              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
14750              Date: Thu, 12 Jul 2001 19:28:30 +0200
14751              Message-Id: <20010712192620.E0F9.H.M.BRAND@hccnet.nl>
14752      Branch: perl
14753            ! README.aix
14754 ____________________________________________________________________________
14755 [ 11316] By: jhi                                   on 2001/07/12  16:37:15
14756         Log: Subject: [PATCH ext/IO/lib/IO/t/io_unix.t] for QNX6
14757              From: Norton Allen <allen@huarp.harvard.edu>
14758              Date: Thu, 12 Jul 2001 11:30:51 -0400 (edt)
14759              Message-Id: <200107121530.LAA12631@bottesini.harvard.edu>
14760      Branch: perl
14761            ! ext/IO/lib/IO/t/io_unix.t
14762 ____________________________________________________________________________
14763 [ 11315] By: jhi                                   on 2001/07/12  16:35:53
14764         Log: Subject: [PATCH README.qnx hints/qnx.sh]
14765              From: Norton Allen <allen@huarp.harvard.edu>
14766              Date: Thu, 12 Jul 2001 11:29:19 -0400 (edt)
14767              Message-Id: <200107121529.LAA23411@bottesini.harvard.edu>
14768      Branch: perl
14769            ! README.qnx hints/qnx.sh
14770 ____________________________________________________________________________
14771 [ 11314] By: jhi                                   on 2001/07/12  16:13:15
14772         Log: Subject: [patch] faster PM_GETRE
14773              From: Doug MacEachern <dougm@covalent.net>
14774              Date: Thu, 12 Jul 2001 10:13:27 -0700 (PDT)
14775              Message-ID: <Pine.LNX.4.21.0107121011530.28844-100000@mako.covalent.net>
14776      Branch: perl
14777            ! op.h
14778 ____________________________________________________________________________
14779 [ 11313] By: jhi                                   on 2001/07/12  16:12:23
14780         Log: Subject: Re: [PATCH] Threadsafe PMOPs! We might still win this war.
14781              From: Doug MacEachern <dougm@covalent.net>
14782              Date: Thu, 12 Jul 2001 10:11:28 -0700 (PDT)
14783              Message-ID: <Pine.LNX.4.21.0107121010160.28844-100000@mako.covalent.net>
14784      Branch: perl
14785            ! op.c
14786 ____________________________________________________________________________
14787 [ 11312] By: jhi                                   on 2001/07/12  16:07:22
14788         Log: Tell where the nice Estonian database is.
14789      Branch: perl
14790            ! lib/open.pm
14791 ____________________________________________________________________________
14792 [ 11311] By: jhi                                   on 2001/07/12  16:05:31
14793         Log: Retract #11309 since #11310 is a better fix.
14794      Branch: perl
14795            ! t/lib/1_compile.t
14796 ____________________________________________________________________________
14797 [ 11310] By: gsar                                  on 2001/07/12  15:50:40
14798         Log: fix for failing fork.t#12 on windows (win32_execvp() tweak in
14799              change#11300 needs to return the status of failed win32_spawnvp())
14800              
14801              fix various open.pm bugs: '\0' isn't the same as "\0", so it wasn't
14802              splitting correctly; remove unused variables; 'require' at run time
14803              rather than 'use' at compile time for I18N::Langinfo, since it
14804              isn't everyware
14805      Branch: perl
14806            ! lib/open.pm win32/win32.c
14807 ____________________________________________________________________________
14808 [ 11309] By: jhi                                   on 2001/07/12  15:29:55
14809         Log: Temporary workaround.
14810      Branch: perl
14811            ! t/lib/1_compile.t
14812 ____________________________________________________________________________
14813 [ 11308] By: jhi                                   on 2001/07/12  14:44:51
14814         Log: UCD typo in #11306 and add also more known-to-be-tested
14815              modules to the skip list.
14816      Branch: perl
14817            ! t/lib/1_compile.t
14818 ____________________________________________________________________________
14819 [ 11307] By: jhi                                   on 2001/07/12  14:38:38
14820         Log: Rename Unicode::UCD to UnicodeCD to avoid
14821              messups with case-insensitive filesystems.
14822      Branch: perl
14823            + lib/UnicodeCD.pm lib/UnicodeCD.t
14824            - lib/Unicode/UCD.pm lib/Unicode/UCD.t
14825            ! MANIFEST pod/perl572delta.pod t/lib/1_compile.t
14826 ____________________________________________________________________________
14827 [ 11306] By: jhi                                   on 2001/07/12  13:32:05
14828         Log: Subject: [ID 20010711.005] in Tie::Array, SPLICE ignores context, breaking SHIFT 
14829              From: daniel@biz.bitpusher.com
14830              Date: Wed, 11 Jul 2001 23:25:47 -0700
14831              Message-Id: <200107120625.f6C6PkJ13065@biz.bitpusher.com>
14832      Branch: perl
14833            ! lib/Tie/Array.pm t/op/splice.t
14834 ____________________________________________________________________________
14835 [ 11305] By: jhi                                   on 2001/07/12  13:05:46
14836         Log: Subject: [PATCH] More accurate line numbers in messages
14837              From: Paul Johnson <paul@pjcj.net>
14838              Date: Thu, 12 Jul 2001 04:14:11 +0200
14839              Message-ID: <20010712041411.A3467@pjcj.net>
14840              
14841              (With prototyping and multiplicity tweaks.)
14842      Branch: perl
14843            ! dump.c embed.h embed.pl t/lib/warnings/util util.c
14844 ____________________________________________________________________________
14845 [ 11304] By: nick                                  on 2001/07/12  12:53:40
14846         Log: Integrate mainline
14847      Branch: perlio
14848           !> ext/ByteLoader/bytecode.h hints/aix.sh pod/perl572delta.pod
14849           !> regexec.c thread.h
14850 ____________________________________________________________________________
14851 [ 11303] By: jhi                                   on 2001/07/12  12:46:20
14852         Log: Cut-and-pasto in #11298.
14853      Branch: perl
14854            ! ext/ByteLoader/bytecode.h
14855 ____________________________________________________________________________
14856 [ 11302] By: jhi                                   on 2001/07/12  12:42:35
14857         Log: Update the AIX known problems section.
14858      Branch: perl
14859            ! pod/perl572delta.pod
14860 ____________________________________________________________________________
14861 [ 11301] By: jhi                                   on 2001/07/12  12:36:46
14862         Log: Subject: Re: HiRes on AIX 4.2 in threaded mode
14863              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
14864              Date: Thu, 12 Jul 2001 12:16:16 +0200
14865              Message-Id: <20010712114215.E0D9.H.M.BRAND@hccnet.nl>
14866      Branch: perl
14867            ! hints/aix.sh
14868 ____________________________________________________________________________
14869 [ 11300] By: jhi                                   on 2001/07/12  12:35:44
14870         Log: Integrate perlio.
14871      Branch: perl
14872           !> makedef.pl win32/win32.c
14873 ____________________________________________________________________________
14874 [ 11299] By: jhi                                   on 2001/07/12  12:33:57
14875         Log: Subject: [PATCH] fix for PMOP threadness failures
14876              From: Artur Bergman <artur@contiller.se>
14877              Date: Thu, 12 Jul 2001 09:48:06 +0200
14878              Message-ID: <B77322D6.22DD%artur@contiller.se>
14879      Branch: perl
14880            ! regexec.c
14881 ____________________________________________________________________________
14882 [ 11298] By: jhi                                   on 2001/07/12  12:27:47
14883         Log: Subject: RE: Win32 Failure, was Re: perl@11278 - LAST CALL FOR 5.7.2
14884              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
14885              Date: Thu, 12 Jul 2001 09:09:48 +0200
14886              Message-ID: <E3FB32585BF1D411B9E900805FF51A0808CE70@RU0022EXCH001U> 
14887              
14888              More parentheses to keep bcc happy.
14889      Branch: perl
14890            ! ext/ByteLoader/bytecode.h
14891 ____________________________________________________________________________
14892 [ 11297] By: jhi                                   on 2001/07/12  12:24:50
14893         Log: Subject: Re: [patch] pthread_atfork bandaid
14894              From: Doug MacEachern <dougm@covalent.net>
14895              Date: Wed, 11 Jul 2001 23:43:17 -0700 (PDT)
14896              Message-ID: <Pine.LNX.4.21.0107112342330.28844-100000@mako.covalent.net>
14897      Branch: perl
14898            ! thread.h
14899 ____________________________________________________________________________
14900 [ 11296] By: nick                                  on 2001/07/12  11:55:48
14901         Log: Exclude reentrant_buffer from .def file
14902      Branch: perlio
14903            ! makedef.pl
14904 ____________________________________________________________________________
14905 [ 11295] By: nick                                  on 2001/07/12  11:11:44
14906         Log: Honour void-ness of my_exit()
14907      Branch: perlio
14908            ! win32/win32.c
14909 ____________________________________________________________________________
14910 [ 11294] By: nick                                  on 2001/07/12  07:51:04
14911         Log: Integrate mainline
14912      Branch: perlio
14913           +> uts/sprintf_wrap.c
14914           !> (integrate 35 files)
14915 ____________________________________________________________________________
14916 [ 11293] By: jhi                                   on 2001/07/12  04:58:08
14917         Log: Retract #11289.
14918      Branch: perl
14919            ! embed.h embed.pl perl.c proto.h thread.h
14920 ____________________________________________________________________________
14921 [ 11292] By: jhi                                   on 2001/07/12  04:47:43
14922         Log: Now the :locale pseudolayer *almost* works...
14923      Branch: perl
14924            ! lib/open.pm
14925 ____________________________________________________________________________
14926 [ 11291] By: jhi                                   on 2001/07/12  04:36:47
14927         Log: Locale encoding tweaks.
14928      Branch: perl
14929            ! lib/open.pm
14930 ____________________________________________________________________________
14931 [ 11290] By: jhi                                   on 2001/07/12  04:25:53
14932         Log: Subject: Re: [PATCH: perl@11181] UCD.t fails LATIN|Latin test
14933              From: Mark-Jason Dominus <mjd@plover.com>
14934              Date: Thu, 12 Jul 2001 00:59:31 -0400
14935              Message-ID: <20010712045931.8543.qmail@plover.com>
14936              
14937              Remove the chmod/umask leading zero warning.
14938      Branch: perl
14939            ! lib/warnings.pm pod/perldiag.pod pod/perllexwarn.pod
14940            ! t/lib/warnings/toke toke.c warnings.h warnings.pl
14941 ____________________________________________________________________________
14942 [ 11289] By: jhi                                   on 2001/07/12  04:16:41
14943         Log: (Retracted by #11289.)
14944      Branch: perl
14945            ! embed.h embed.pl perl.c proto.h thread.h
14946 ____________________________________________________________________________
14947 [ 11288] By: jhi                                   on 2001/07/12  03:45:11
14948         Log: Needed by #11283.
14949      Branch: perl
14950            ! intrpvar.h
14951 ____________________________________________________________________________
14952 [ 11287] By: jhi                                   on 2001/07/12  03:40:04
14953         Log: Metaconfig unit change for #11286.
14954      Branch: metaconfig/U/perl
14955            ! patchlevel.U
14956 ____________________________________________________________________________
14957 [ 11286] By: jhi                                   on 2001/07/12  03:39:18
14958         Log: Subject: Re: [PATCH Configure] perl -V broken
14959              From: Andy Dougherty <doughera@lafayette.edu>
14960              Date: Wed, 11 Jul 2001 13:30:27 -0400 (EDT)
14961              Message-ID: <Pine.SOL.4.10.10107111329060.2021-100000@maxwell.phys.lafayette.edu>
14962      Branch: perl
14963            ! Configure myconfig.SH
14964 ____________________________________________________________________________
14965 [ 11285] By: jhi                                   on 2001/07/12  03:27:28
14966         Log: Retract #11166 (and #11237).
14967      Branch: perl
14968            ! dump.c embed.h lib/warnings.pm op.c op.h opcode.h opcode.pl
14969            ! pod/perldiag.pod pp.sym pp_proto.h t/lib/warnings/op
14970            ! t/lib/warnings/toke toke.c warnings.h warnings.pl
14971 ____________________________________________________________________________
14972 [ 11284] By: jhi                                   on 2001/07/12  02:36:42
14973         Log: UTS tweaks for Hal Morris.
14974      Branch: perl
14975            + uts/sprintf_wrap.c
14976            ! MANIFEST hints/uts.sh perl.h
14977 ____________________________________________________________________________
14978 [ 11283] By: jhi                                   on 2001/07/12  00:52:36
14979         Log: Subject: [PATCH] Use reentrant API glibc
14980              From: Artur Bergman <artur@contiller.se>
14981              Date: Thu, 12 Jul 2001 00:58:21 +0200
14982              Message-ID: <B772A6AD.2288%artur@contiller.se>
14983      Branch: perl
14984            ! embedvar.h intrpvar.h op.h perl.c perlapi.h pod/perlapi.pod
14985            ! sv.c
14986 ____________________________________________________________________________
14987 [ 11282] By: jhi                                   on 2001/07/12  00:35:27
14988         Log: Subject: Re: ActivePerl 628 + warnings + fork + exec = spurious "Can't exec"?
14989              From: barries <barries@slaysys.com>
14990              Date: Wed, 11 Jul 2001 15:11:46 -0400
14991              Message-ID: <20010711151146.G24560@jester.slaysys.com>
14992      Branch: perl
14993            ! pp_sys.c t/lib/warnings/doio win32/win32.c
14994 ____________________________________________________________________________
14995 [ 11281] By: jhi                                   on 2001/07/12  00:32:17
14996         Log: Subject: [patch] pthread_atfork bandaid
14997              From: Doug MacEachern <dougm@covalent.net>
14998              Date: Wed, 11 Jul 2001 08:59:12 -0700 (PDT)
14999              Message-ID: <Pine.LNX.4.21.0107110855070.11688-100000@mako.covalent.net>
15000      Branch: perl
15001            ! miniperlmain.c perl.c
15002 ____________________________________________________________________________
15003 [ 11280] By: jhi                                   on 2001/07/12  00:31:34
15004         Log: Subject: [patch] perl_clone leaks
15005              From: Doug MacEachern <dougm@covalent.net>
15006              Date: Wed, 11 Jul 2001 08:43:32 -0700 (PDT)
15007              Message-ID: <Pine.LNX.4.21.0107110842390.11688-100000@mako.covalent.net>
15008      Branch: perl
15009            ! sv.c
15010 ____________________________________________________________________________
15011 [ 11279] By: nick                                  on 2001/07/11  15:49:38
15012         Log: Integrate mainline
15013      Branch: perlio
15014           +> ext/Encode/Encode/HZ.enc ext/PerlIO/t/encoding.t
15015           +> ext/Time/HiRes/hints/dynixptx.pl lib/Math/BigInt/Calc.pm
15016           +> lib/Math/BigInt/t/bigintc.t lib/Term/ANSIColor/ChangeLog
15017           +> lib/Term/ANSIColor/README
15018           !> (integrate 54 files)
15019 ____________________________________________________________________________
15020 [ 11278] By: jhi                                   on 2001/07/11  13:52:20
15021         Log: Update Changes.
15022      Branch: perl
15023            ! Changes patchlevel.h
15024 ____________________________________________________________________________
15025 [ 11277] By: jhi                                   on 2001/07/11  13:31:43
15026         Log: Subject: blead kit timestamps && the problem with running perl embed.pl
15027              From: Peter Prymmer <pvhp@forte.com>
15028              Date: Tue, 10 Jul 2001 19:33:00 -0700 (PDT)
15029              Message-ID: <Pine.OSF.4.10.10107101906360.137455-100000@aspara.forte.com>
15030              
15031              Backport of embed.pl to 5.003.
15032      Branch: perl
15033            ! embed.pl
15034 ____________________________________________________________________________
15035 [ 11276] By: jhi                                   on 2001/07/11  13:18:07
15036         Log: Subject: Re: POSIX test #14 on UTS 
15037              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
15038              Date: Wed, 11 Jul 2001 03:02:14 +0100
15039              Message-Id: <200107110202.f6B22Ea10727@crypt.compulink.co.uk>
15040      Branch: perl
15041            ! ext/POSIX/POSIX.t
15042 ____________________________________________________________________________
15043 [ 11275] By: jhi                                   on 2001/07/11  13:15:49
15044         Log: Make the I32 an IV to preserve structure alignment and size.
15045      Branch: perl
15046            ! op.h
15047 ____________________________________________________________________________
15048 [ 11274] By: jhi                                   on 2001/07/11  13:13:27
15049         Log: Subject: [PATCH] Threadsafe PMOPs! We might still win this war.
15050              From: "Artur Bergman" <artur@contiller.se>
15051              Date: Wed, 11 Jul 2001 14:23:37 +0200
15052              Message-ID: <000b01c10a04$4fa16a10$21000a0a@vogw2kdev>
15053              
15054              Threadsafe PMOPs for ithreads, waiting for AMS's Perl_re_dup().
15055      Branch: perl
15056            ! embedvar.h intrpvar.h op.c op.h perl.c perlapi.h
15057            ! pod/perlapi.pod sv.c
15058 ____________________________________________________________________________
15059 [ 11273] By: jhi                                   on 2001/07/11  03:53:28
15060         Log: Tweak until Pod::Parser gets updated.
15061      Branch: perl
15062            ! t/pod/special_seqs.xr
15063 ____________________________________________________________________________
15064 [ 11272] By: jhi                                   on 2001/07/11  00:46:05
15065         Log: File::Spec usage tweak.
15066      Branch: perl
15067            ! lib/ExtUtils.t
15068 ____________________________________________________________________________
15069 [ 11271] By: jhi                                   on 2001/07/11  00:37:19
15070         Log: Integrate #11263 from macperl; macos and macosx updates.
15071      Branch: perl
15072           !> pod/perlport.pod
15073 ____________________________________________________________________________
15074 [ 11270] By: jhi                                   on 2001/07/11  00:33:27
15075         Log: Subject: [PATCH: perl@11238] dynixptx updates for osvers='4.5.2'
15076              From: Peter Prymmer <pvhp@forte.com>
15077              Date: Tue, 10 Jul 2001 15:29:45 -0700 (PDT)
15078              Message-ID: <Pine.OSF.4.10.10107101519160.137455-100000@aspara.forte.com>
15079      Branch: perl
15080            + ext/Time/HiRes/hints/dynixptx.pl
15081            ! MANIFEST hints/dynixptx.sh
15082 ____________________________________________________________________________
15083 [ 11269] By: jhi                                   on 2001/07/11  00:32:16
15084         Log: Subject: [PATCH] ExtUtils::Constant (was Re: funny numconvert test in perl@11006 (was Re: report on BS2000 wit h perl@11006))
15085              From: Nicholas Clark <nick@ccl4.org>
15086              Date: Tue, 10 Jul 2001 23:17:43 +0100
15087              Message-ID: <20010710231742.B59620@plum.flirble.org>
15088      Branch: perl
15089            ! lib/ExtUtils.t lib/ExtUtils/Constant.pm
15090 ____________________________________________________________________________
15091 [ 11268] By: jhi                                   on 2001/07/11  00:30:56
15092         Log: Subject: [DOC PATCH] Pluggable runops
15093              From: Paul Johnson <paul@pjcj.net>
15094              Date: Tue, 10 Jul 2001 21:53:28 +0200
15095              Message-ID: <20010710215328.B26577@pjcj.net>
15096      Branch: perl
15097            ! pod/perlguts.pod
15098 ____________________________________________________________________________
15099 [ 11267] By: jhi                                   on 2001/07/11  00:29:59
15100         Log: Subject: [PATCH] Authors
15101              From: Artur Bergman <artur@contiller.se>
15102              Date: Tue, 10 Jul 2001 20:39:12 +0200
15103              Message-ID: <B771186F.21CD%artur@contiller.se>
15104      Branch: perl
15105            ! AUTHORS
15106 ____________________________________________________________________________
15107 [ 11266] By: jhi                                   on 2001/07/11  00:29:13
15108         Log: Subject: Re: [PATCH] Small fix to pp_gmtime
15109              From: Doug MacEachern <dougm@covalent.net>
15110              Date: Tue, 10 Jul 2001 11:19:43 -0700 (PDT)
15111              Message-ID: <Pine.LNX.4.21.0107101118020.10475-100000@mako.covalent.net>
15112      Branch: perl
15113            ! pp_ctl.c
15114 ____________________________________________________________________________
15115 [ 11265] By: jhi                                   on 2001/07/11  00:28:15
15116         Log: Subject: doc patch; times() in scalar context
15117              From: mjd@plover.com
15118              Date: 10 Jul 2001 18:01:17 -0000
15119              Message-ID: <20010710180117.12477.qmail@plover.com>
15120      Branch: perl
15121            ! pod/perlfunc.pod
15122 ____________________________________________________________________________
15123 [ 11264] By: jhi                                   on 2001/07/11  00:27:17
15124         Log: Subject: [PATCH] Small fix to pp_gmtime
15125              From: Artur Bergman <artur@contiller.se>
15126              Date: Tue, 10 Jul 2001 19:54:52 +0200
15127              Message-ID: <B7710E0B.21C5%artur@contiller.se>
15128      Branch: perl
15129            ! pp_sys.c
15130 ____________________________________________________________________________
15131 [ 11263] By: pudge                                 on 2001/07/10  21:06:10
15132         Log: Integrate changes from mainline perl, add notes about
15133              Mac OS X and Mac OS.
15134      Branch: maint-5.6/macperl
15135            ! pod/perlport.pod
15136 ____________________________________________________________________________
15137 [ 11262] By: jhi                                   on 2001/07/10  15:21:26
15138         Log: A proof of the dangers of package; ?
15139      Branch: perl
15140            ! t/lib/warnings/op
15141 ____________________________________________________________________________
15142 [ 11261] By: jhi                                   on 2001/07/10  15:02:27
15143         Log: Regen toc and modlib.
15144      Branch: perl
15145            ! pod/perlmodlib.pod pod/perltoc.pod
15146 ____________________________________________________________________________
15147 [ 11260] By: jhi                                   on 2001/07/10  15:00:37
15148         Log: Add compexcl(), casefold(), and casespec() interfaces;
15149              and make all interfaces to return hash references instead
15150              of hashes. 
15151      Branch: perl
15152            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
15153 ____________________________________________________________________________
15154 [ 11259] By: jhi                                   on 2001/07/10  13:50:17
15155         Log: Subject: [PATCH bleadperl] Math::Big* doc patches (and some code)
15156              From: "Philip Newton" <Philip.Newton@gmx.net>
15157              Date: Tue, 10 Jul 2001 09:55:59 +0200
15158              Message-ID: <20010710.095300@ID-11583.news.dfncis.de>
15159              
15160              Subject: [DOC PATCH bleadperl] detypo Math::BigInt docs
15161              From: "Philip Newton" <Philip.Newton@gmx.net>
15162              Date: Tue, 10 Jul 2001 09:56:37 +0200
15163              Message-ID: <20010710.095600@ID-11583.news.dfncis.de>
15164      Branch: perl
15165            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
15166            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintpm.t
15167 ____________________________________________________________________________
15168 [ 11258] By: jhi                                   on 2001/07/10  13:47:20
15169         Log: Subject: [patch] undef &xsub for 1,2
15170              From: Doug MacEachern <dougm@covalent.net>
15171              Date: Mon, 9 Jul 2001 20:16:49 -0700 (PDT)
15172              Message-ID: <Pine.LNX.4.21.0107092012570.1913-100000@mako.covalent.net>
15173              
15174              (This version of the patch with a comment from Gisle.)
15175      Branch: perl
15176            ! op.c
15177 ____________________________________________________________________________
15178 [ 11257] By: jhi                                   on 2001/07/10  13:45:44
15179         Log: Mention package; deprecation and the Win32 problems.
15180      Branch: perl
15181            ! pod/perl572delta.pod
15182 ____________________________________________________________________________
15183 [ 11256] By: jhi                                   on 2001/07/10  13:45:12
15184         Log: Subject: [PATCH] deprecate package with no arguments
15185              From: Robin Houston <robin@kitsite.com>
15186              Date: Tue, 10 Jul 2001 13:33:40 +0100
15187              Message-ID: <20010710133340.A13452@robin.kitsite.com>
15188      Branch: perl
15189            ! op.c pod/perldiag.pod pod/perlfunc.pod t/lib/warnings/op
15190 ____________________________________________________________________________
15191 [ 11255] By: jhi                                   on 2001/07/10  13:16:11
15192         Log: Upgrade to podlators 1.10.
15193      Branch: perl
15194            ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
15195            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
15196            ! pod/pod2man.PL pod/pod2text.PL
15197 ____________________________________________________________________________
15198 [ 11254] By: jhi                                   on 2001/07/10  13:09:34
15199         Log: Upgrade to Term::ANSIColor 1.04.
15200      Branch: perl
15201            + lib/Term/ANSIColor/ChangeLog lib/Term/ANSIColor/README
15202            ! MANIFEST lib/Term/ANSIColor.pm lib/Term/ANSIColor/test.pl
15203 ____________________________________________________________________________
15204 [ 11253] By: jhi                                   on 2001/07/10  12:59:27
15205         Log: Integrate perlio (the right fix for the ":layer(args)")
15206      Branch: perl
15207           !> perlio.c
15208 ____________________________________________________________________________
15209 [ 11252] By: nick                                  on 2001/07/10  06:58:14
15210         Log: Fix open(...,"...:layer(xxx)",...)
15211              - use memEQ not strEQ as there is '(' not '\0'
15212      Branch: perlio
15213            ! perlio.c
15214 ____________________________________________________________________________
15215 [ 11251] By: jhi                                   on 2001/07/10  04:04:18
15216         Log: Telling the number of tests helps.
15217      Branch: perl
15218            ! ext/PerlIO/t/encoding.t
15219 ____________________________________________________________________________
15220 [ 11250] By: jhi                                   on 2001/07/10  03:55:38
15221         Log: Require I18N::Langinfo, not use.
15222      Branch: perl
15223            ! lib/open.pm
15224 ____________________________________________________________________________
15225 [ 11249] By: jhi                                   on 2001/07/10  03:50:18
15226         Log: Add a test for for PerlIO ":encoding(...)" layer.
15227      Branch: perl
15228            + ext/PerlIO/t/encoding.t
15229            ! MANIFEST ext/Encode/Encode.pm
15230 ____________________________________________________________________________
15231 [ 11248] By: jhi                                   on 2001/07/10  02:06:57
15232         Log: PerlIO ":encoding(foobar)" temporary fix.
15233              Not really correct, I think, since the change means
15234              that prefixes match.
15235      Branch: perl
15236            ! perlio.c
15237 ____________________________________________________________________________
15238 [ 11247] By: jhi                                   on 2001/07/10  01:38:11
15239         Log: Update to Math::BigInt 1.36.  The biggest news is
15240              the separation of the backend; now the pure Perl
15241              implementation is in Math::BigInt::Calc, but one
15242              can plugin, say, Math::BigInt::BitVect, and get
15243              considerable speedup.
15244      Branch: perl
15245            + lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintc.t
15246            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
15247            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t
15248            ! lib/Math/BigInt/t/mbimbf.t
15249 ____________________________________________________________________________
15250 [ 11246] By: jhi                                   on 2001/07/10  01:19:55
15251         Log: Subject: Re: compatibility question
15252              From: Peter Prymmer <pvhp@forte.com>
15253              Date: Mon, 9 Jul 2001 18:04:33 -0700 (PDT)
15254              Message-ID: <Pine.OSF.4.10.10107091619360.86512-100000@aspara.forte.com>
15255      Branch: perl
15256            ! lib/ExtUtils/MM_VMS.pm
15257 ____________________________________________________________________________
15258 [ 11245] By: jhi                                   on 2001/07/10  01:18:04
15259         Log: Subject: [PATCH ext/File/Glob/t/basic.t]
15260              From: Norton Allen <allen@huarp.harvard.edu>
15261              Date: Mon, 9 Jul 2001 17:16:15 -0400 (edt)
15262              Message-Id: <200107092116.RAA12010@bottesini.harvard.edu>
15263      Branch: perl
15264            ! ext/File/Glob/t/basic.t
15265 ____________________________________________________________________________
15266 [ 11244] By: jhi                                   on 2001/07/10  01:16:27
15267         Log: Subject: [PATCH] Encode::Tcl. add "HZ" encoding and bugfix
15268              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
15269              Date: Tue, 10 Jul 2001 00:29:55 +0900
15270              Message-Id: <20010710002756.B497.BQW10602@nifty.com>
15271      Branch: perl
15272            + ext/Encode/Encode/HZ.enc
15273            ! MANIFEST ext/Encode/Encode/7bit-kana.enc
15274            ! ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
15275            ! ext/Encode/Encode/iso2022-jp.enc
15276            ! ext/Encode/Encode/iso2022-kr.enc
15277 ____________________________________________________________________________
15278 [ 11243] By: pudge                                 on 2001/07/09  22:16:12
15279         Log: Add in all them there macos/ files.
15280      Branch: maint-5.6/macperl
15281            + (add 577 files)
15282 ____________________________________________________________________________
15283 [ 11242] By: jhi                                   on 2001/07/09  20:26:04
15284         Log: Add the new modules to the list of having those own tests.
15285      Branch: perl
15286            ! t/lib/1_compile.t
15287 ____________________________________________________________________________
15288 [ 11241] By: jhi                                   on 2001/07/09  19:09:58
15289         Log: Add INOUT to control both ways at the same time.
15290      Branch: perl
15291            ! lib/open.pm
15292 ____________________________________________________________________________
15293 [ 11240] By: nick                                  on 2001/07/09  16:33:50
15294         Log: Integrate mainline
15295      Branch: perlio
15296           +> ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
15297           +> ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
15298           !> (integrate 41 files)
15299 ____________________________________________________________________________
15300 [ 11239] By: jhi                                   on 2001/07/09  16:14:35
15301         Log: More encoding mapping magic.
15302      Branch: perl
15303            ! lib/open.pm
15304 ____________________________________________________________________________
15305 [ 11238] By: jhi                                   on 2001/07/09  14:40:43
15306         Log: Update Changes.
15307      Branch: perl
15308            ! Changes patchlevel.h
15309 ____________________________________________________________________________
15310 [ 11237] By: jhi                                   on 2001/07/09  14:27:27
15311         Log: (Retracted by #11285).
15312              
15313              Subject: [PATCH] OPpCONST_OCTAL fixes
15314              From: Abhijit Menon-Sen <ams@wiw.org>
15315              Date: Mon, 9 Jul 2001 07:38:45 +0530
15316              Message-ID: <20010709073845.A25406@lustre.dyn.wiw.org>
15317      Branch: perl
15318            ! op.c
15319 ____________________________________________________________________________
15320 [ 11236] By: jhi                                   on 2001/07/09  14:10:07
15321         Log: Add a pseudolayer ":locale" to the open pragma which
15322              will get the encoding from the locale.  Yet undocumented
15323              because I can't get the PerlIO :encoding(foobar) to work.
15324      Branch: perl
15325            ! ext/Encode/Encode.pm lib/open.pm
15326 ____________________________________________________________________________
15327 [ 11235] By: jhi                                   on 2001/07/09  13:38:43
15328         Log: Add more encoding mappings.
15329      Branch: perl
15330            ! ext/Encode/Encode.pm
15331 ____________________________________________________________________________
15332 [ 11234] By: jhi                                   on 2001/07/09  13:24:54
15333         Log: Document that using :encoding layer requires using Encode.
15334      Branch: perl
15335            ! ext/Encode/Encode.pm lib/PerlIO.pm
15336 ____________________________________________________________________________
15337 [ 11233] By: jhi                                   on 2001/07/09  13:19:34
15338         Log: Netware tweak from Ananth Kesari.
15339      Branch: perl
15340            ! NetWare/netware.h
15341 ____________________________________________________________________________
15342 [ 11232] By: gsar                                  on 2001/07/09  04:40:07
15343         Log: t/harness doesn't know about run/*.t
15344      Branch: perl
15345            ! t/harness
15346 ____________________________________________________________________________
15347 [ 11231] By: gsar                                  on 2001/07/09  04:36:30
15348         Log: run/exit.t busted on windows
15349      Branch: perl
15350            ! t/run/exit.t
15351 ____________________________________________________________________________
15352 [ 11230] By: gsar                                  on 2001/07/09  04:14:54
15353         Log: fix a couple of UCD.t tests that fail due to bad case
15354      Branch: perl
15355            ! lib/Unicode/UCD.t
15356 ____________________________________________________________________________
15357 [ 11229] By: gsar                                  on 2001/07/09  03:57:06
15358         Log: test skip logic was broken
15359      Branch: perl
15360            ! ext/I18N/Langinfo/Langinfo.t
15361 ____________________________________________________________________________
15362 [ 11228] By: gsar                                  on 2001/07/09  03:42:20
15363         Log: remove *.pdb files on windows upon $(MAKE) clean (fixes
15364              failure of ExtUtils.t#27 when built in debug mode)
15365      Branch: perl
15366            ! lib/ExtUtils/MM_Win32.pm
15367 ____________________________________________________________________________
15368 [ 11227] By: gsar                                  on 2001/07/09  02:11:04
15369         Log: I18N::Langinfo is not available on windows
15370      Branch: perl
15371            ! win32/FindExt.pm
15372 ____________________________________________________________________________
15373 [ 11226] By: gsar                                  on 2001/07/09  01:55:23
15374         Log: save a dTHX
15375      Branch: perl
15376            ! ext/POSIX/POSIX.xs
15377 ____________________________________________________________________________
15378 [ 11225] By: jhi                                   on 2001/07/08  23:42:37
15379         Log: Update Changes.
15380      Branch: perl
15381            ! Changes patchlevel.h
15382 ____________________________________________________________________________
15383 [ 11224] By: jhi                                   on 2001/07/08  23:05:41
15384         Log: Guard the nl_langinfo() with HAS_NL_LANGINFO 
15385              as pointed out by Sarathy.
15386      Branch: perl
15387            ! ext/I18N/Langinfo/Langinfo.xs
15388 ____________________________________________________________________________
15389 [ 11223] By: jhi                                   on 2001/07/08  22:59:01
15390         Log: Retract #11212.
15391      Branch: perl
15392            ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
15393 ____________________________________________________________________________
15394 [ 11222] By: jhi                                   on 2001/07/08  17:41:22
15395         Log: Bump up the VERSION of Cwd.xs.
15396      Branch: perl
15397            ! ext/Cwd/Makefile.PL
15398 ____________________________________________________________________________
15399 [ 11221] By: jhi                                   on 2001/07/08  17:13:38
15400         Log: Retract #11220, the problem wasn't the missing leading zero.
15401              Here's the problem:
15402              $ ./perl -we 'chmod(oct("755"), ".")'
15403              Non-octal literal mode (493) specified at -e line 1.
15404              (Did you mean 0493 instead?)
15405      Branch: perl
15406            ! lib/ExtUtils/MM_Unix.pm
15407 ____________________________________________________________________________
15408 [ 11220] By: jhi                                   on 2001/07/08  17:05:55
15409         Log: (Retracted by #11221)
15410              Change the PERM_RW and PERM_RWX to 0644 and 0755
15411              (add the leading zero).
15412      Branch: perl
15413            ! lib/ExtUtils/MM_Unix.pm
15414 ____________________________________________________________________________
15415 [ 11219] By: jhi                                   on 2001/07/08  16:17:32
15416         Log: Integrate changes #11193, 11205, 11209 from macperl.
15417              
15418              Fix up AutoLoader to fudge for Mac paths in import().
15419              
15420              Allow symbols in try_symbol() to begin with "_".
15421              
15422              Small portability fix for Mac OS.
15423      Branch: perl
15424           !> lib/AutoLoader.pm lib/Cwd.pm makedef.pl
15425 ____________________________________________________________________________
15426 [ 11218] By: jhi                                   on 2001/07/08  16:10:30
15427         Log: Metaconfig unit change for #11217.
15428      Branch: metaconfig/U/perl
15429            ! Extensions.U
15430 ____________________________________________________________________________
15431 [ 11217] By: jhi                                   on 2001/07/08  16:10:07
15432         Log: Detypo, problem noticed by Gerrit P. Haase.
15433      Branch: perl
15434            ! Configure config_h.SH
15435 ____________________________________________________________________________
15436 [ 11216] By: jhi                                   on 2001/07/08  15:58:35
15437         Log: Cwd cleanups.
15438      Branch: perl
15439            ! ext/Cwd/Cwd.xs
15440 ____________________________________________________________________________
15441 [ 11215] By: jhi                                   on 2001/07/08  15:52:57
15442         Log: Slight tweaks on #11213.
15443      Branch: perl
15444            ! toke.c
15445 ____________________________________________________________________________
15446 [ 11214] By: jhi                                   on 2001/07/08  14:32:28
15447         Log: A missing dTHX noticed by Gerrit P. Haase.
15448      Branch: perl
15449            ! ext/POSIX/POSIX.xs
15450 ____________________________________________________________________________
15451 [ 11213] By: jhi                                   on 2001/07/08  14:24:44
15452         Log: Subject: [PATCH toke.c] Simplify yytoke()
15453              From: Simon Cozens <simon@netthink.co.uk>
15454              Date: Sun, 8 Jul 2001 13:24:34 +0100
15455              Message-ID: <20010708132434.A9448@deep-dark-truthful-mirror>
15456              
15457              Split out pending_ident().
15458      Branch: perl
15459            ! embed.h embed.pl pod/perlapi.pod proto.h toke.c
15460 ____________________________________________________________________________
15461 [ 11212] By: jhi                                   on 2001/07/08  14:17:10
15462         Log: (Retracted by #11223.)
15463              Subject: [PATCH] Re: Problem with Safe.pm and Perl 5.004
15464              Date: Wed, 05 Nov 1997 17:22:34 -0600
15465              From: Graham Barr <gbarr@ti.com>
15466              Message-Id: <3460FFBA.6DA51F46@ti.com>
15467      Branch: perl
15468            ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
15469 ____________________________________________________________________________
15470 [ 11211] By: jhi                                   on 2001/07/08  13:53:38
15471         Log: Fix I18N::Langinfo nits noticed but Philip Newton.
15472      Branch: perl
15473            ! ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
15474            ! pod/perllocale.pod
15475 ____________________________________________________________________________
15476 [ 11210] By: jhi                                   on 2001/07/08  01:34:09
15477         Log: Really do the test under the C locale.
15478      Branch: perl
15479            ! ext/I18N/Langinfo/Langinfo.t
15480 ____________________________________________________________________________
15481 [ 11209] By: pudge                                 on 2001/07/08  01:19:25
15482         Log: Small portability fix for Mac OS.
15483      Branch: maint-5.6/macperl
15484            ! lib/Cwd.pm
15485 ____________________________________________________________________________
15486 [ 11208] By: jhi                                   on 2001/07/08  01:14:58
15487         Log: Metaconfig unit change for #11207.
15488      Branch: metaconfig/U/perl
15489            ! Extensions.U
15490 ____________________________________________________________________________
15491 [ 11207] By: jhi                                   on 2001/07/08  01:14:02
15492         Log: Add I18N::Langinfo, which is basically a wrapper around
15493              nl_langinfo(), which is an additional way to query locale
15494              specific information.
15495      Branch: perl
15496            + ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
15497            + ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
15498            ! Configure MANIFEST pod/perl572delta.pod pod/perllocale.pod
15499 ____________________________________________________________________________
15500 [ 11206] By: pudge                                 on 2001/07/08  00:56:29
15501         Log: Bugfixes for some tests.  commonsense.t not in perl 5.6,
15502              used in File::Find tests; replace with if.t.
15503      Branch: maint-5.6/macperl
15504            ! t/lib/filefind-taint.t t/lib/filefind.t t/op/taint.t
15505            ! t/pragma/warn/op
15506 ____________________________________________________________________________
15507 [ 11205] By: pudge                                 on 2001/07/07  23:55:56
15508         Log: Allow symbols in try_symbol() to begin with "_".
15509      Branch: maint-5.6/macperl
15510            ! makedef.pl
15511 ____________________________________________________________________________
15512 [ 11204] By: pudge                                 on 2001/07/07  23:53:37
15513         Log: Sync up the File::Find changes from the rewrite by
15514              Thomas Wegner, et al.
15515      Branch: maint-5.6/macperl
15516            + t/lib/filefind-taint.t
15517            ! lib/File/Find.pm t/lib/filefind.t
15518 ____________________________________________________________________________
15519 [ 11203] By: pudge                                 on 2001/07/07  23:43:06
15520         Log: Subject: [PATCHES] :t:pod: and :lib:Pod: stuff
15521              From: Thomas Wegner <wegner_thomas@yahoo.com>
15522              Date: Thu, 5 Jul 2001 20:31:25 +0200
15523              Message-Id: <p04320400b76a0fc8dea5@[149.225.100.38]>
15524      Branch: maint-5.6/macperl
15525            ! lib/Pod/Find.pm t/pod/find.t t/pod/testp2pt.pl
15526 ____________________________________________________________________________
15527 [ 11202] By: pudge                                 on 2001/07/07  23:38:36
15528         Log: Some more test portability fixes.
15529      Branch: maint-5.6/macperl
15530            ! t/lib/filecopy.t t/pragma/warn/pp_sys
15531 ____________________________________________________________________________
15532 [ 11201] By: jhi                                   on 2001/07/07  22:52:38
15533         Log: The #11200 removed wrong (non-existent) target.  Duh.
15534      Branch: perl
15535            ! Makefile.SH
15536 ____________________________________________________________________________
15537 [ 11200] By: jhi                                   on 2001/07/07  22:44:14
15538         Log: Zap the lib/re.pm before creating it.
15539      Branch: perl
15540            ! Makefile.SH
15541 ____________________________________________________________________________
15542 [ 11199] By: pudge                                 on 2001/07/07  20:54:35
15543         Log: Another test.  Please ignore.
15544      Branch: maint-5.6/macperl
15545            ! README.macos
15546 ____________________________________________________________________________
15547 [ 11198] By: pudge                                 on 2001/07/07  20:44:12
15548         Log: Portability fixes for a lot of tests, especially IO-related
15549              tests, and warnings, and the harness script.
15550      Branch: maint-5.6/macperl
15551            ! t/harness t/io/argv.t t/io/dup.t t/io/fs.t t/io/inplace.t
15552            ! t/io/iprefix.t t/io/open.t t/io/openpid.t t/lib/filepath.t
15553            ! t/lib/findbin.t t/lib/io_dup.t t/lib/socket.t t/op/die_exit.t
15554            ! t/op/misc.t t/op/read.t t/op/readdir.t t/op/runlevel.t
15555            ! t/op/stat.t t/op/subst_wamp.t t/op/taint.t
15556            ! t/pragma/diagnostics.t t/pragma/subs.t t/pragma/warn/doio
15557            ! t/pragma/warn/mg t/pragma/warn/op t/pragma/warn/pp_sys
15558            ! t/pragma/warnings.t
15559 ____________________________________________________________________________
15560 [ 11197] By: jhi                                   on 2001/07/07  20:32:28
15561         Log: Subject: [PATCH] lib/h2xs.t (was Re: [PATCH] h2xs)
15562              From: Nicholas Clark <nick@ccl4.org>
15563              Date: Sat, 7 Jul 2001 21:00:17 +0100
15564              Message-ID: <20010707210017.H59620@plum.flirble.org>
15565      Branch: perl
15566            ! lib/h2xs.t
15567 ____________________________________________________________________________
15568 [ 11196] By: jhi                                   on 2001/07/07  20:26:36
15569         Log: The UNICOS/mk SysV IPC problem has been fixed.
15570      Branch: perl
15571            ! pod/perl572delta.pod
15572 ____________________________________________________________________________
15573 [ 11195] By: jhi                                   on 2001/07/07  19:59:51
15574         Log: Slight update tweaks on perlunicode.pod.
15575      Branch: perl
15576            ! pod/perlunicode.pod
15577 ____________________________________________________________________________
15578 [ 11194] By: jhi                                   on 2001/07/07  17:53:03
15579         Log: Subject: Doc patch DB_File.pm: use umask-friendly modes
15580              From: Mark-Jason Dominus <mjd@plover.com>
15581              Date: Sat, 07 Jul 2001 13:04:04 -0400
15582              Message-ID: <20010707170404.32694.qmail@plover.com>
15583      Branch: perl
15584            ! ext/DB_File/DB_File.pm
15585 ____________________________________________________________________________
15586 [ 11193] By: pudge                                 on 2001/07/07  17:26:28
15587         Log: Fix up AutoLoader to fudge for Mac paths in import().
15588      Branch: maint-5.6/macperl
15589            ! lib/AutoLoader.pm
15590 ____________________________________________________________________________
15591 [ 11192] By: jhi                                   on 2001/07/07  17:03:06
15592         Log: Try to force the lib/re.pm to be there before entering
15593              the extensions builds, should help for parallel makes.
15594      Branch: perl
15595            ! Makefile.SH
15596 ____________________________________________________________________________
15597 [ 11191] By: jhi                                   on 2001/07/07  15:26:16
15598         Log: Subject: Re: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
15599              From: Norton Allen <allen@huarp.harvard.edu>
15600              Date: Fri, 6 Jul 2001 12:01:14 -0400 (edt)
15601              Message-Id: <200107061601.MAA00597@bottesini.harvard.edu>
15602      Branch: perl
15603            ! ext/POSIX/POSIX.xs
15604 ____________________________________________________________________________
15605 [ 11190] By: jhi                                   on 2001/07/07  15:22:08
15606         Log: Subject: [PATCH] Re: op/arith.t
15607              From: Nicholas Clark <nick@ccl4.org>
15608              Date: Sat, 7 Jul 2001 13:04:54 +0100
15609              Message-ID: <20010707130454.D59620@plum.flirble.org>
15610      Branch: perl
15611            ! numeric.c toke.c
15612 ____________________________________________________________________________
15613 [ 11189] By: jhi                                   on 2001/07/07  15:20:44
15614         Log: Subject: [PATCH] h2xs
15615              From: Nicholas Clark <nick@ccl4.org>
15616              Date: Fri, 6 Jul 2001 23:25:14 +0100
15617              Message-ID: <20010706232514.X59620@plum.flirble.org>
15618      Branch: perl
15619            ! utils/h2xs.PL
15620 ____________________________________________________________________________
15621 [ 11188] By: jhi                                   on 2001/07/07  15:12:36
15622         Log: Subject: Re: bleedperl perl_alloc..free leakage
15623              From: Radu Greab <radu@netsoft.ro>
15624              Date: Fri, 6 Jul 2001 19:48:54 +0300
15625              Message-ID: <15173.60406.308246.456184@ix.netsoft.ro>
15626              
15627              Leak-be-gone.
15628      Branch: perl
15629            ! op.c
15630 ____________________________________________________________________________
15631 [ 11187] By: pudge                                 on 2001/07/07  02:11:36
15632         Log: Test again.  Please ignore.
15633      Branch: maint-5.6/macperl
15634            ! README.macos
15635 ____________________________________________________________________________
15636 [ 11186] By: pudge                                 on 2001/07/07  02:08:13
15637         Log: Test.  Please ignore.
15638      Branch: maint-5.6/macperl
15639            ! README.macos
15640 ____________________________________________________________________________
15641 [ 11185] By: pudge                                 on 2001/07/06  23:46:57
15642         Log: Include changes already sent in separately as patches,
15643              before branch was created.
15644      Branch: maint-5.6/macperl
15645            ! ext/File/Glob/bsd_glob.c ext/IO/lib/IO/Dir.pm gv.c
15646            ! lib/DirHandle.pm lib/File/Basename.pm lib/File/Copy.pm
15647            ! lib/File/Find.pm lib/diagnostics.pm perl.c t/base/term.t
15648            ! t/comp/cpp.t t/comp/multiline.t t/comp/script.t t/comp/term.t
15649            ! t/lib/anydbm.t t/lib/autoloader.t t/lib/dirhand.t
15650            ! t/lib/filefind.t t/lib/io_dir.t t/lib/selfloader.t
15651            ! t/op/anonsub.t t/op/closure.t t/op/defins.t t/op/die_exit.t
15652            ! t/op/exec.t t/op/goto.t t/op/misc.t t/op/pack.t t/op/regexp.t
15653            ! t/op/regexp_noamp.t t/op/split.t t/op/write.t
15654            ! t/pragma/strict.t
15655 ____________________________________________________________________________
15656 [ 11184] By: jhi                                   on 2001/07/06  16:41:30
15657         Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
15658              From: Norton Allen <allen@huarp.harvard.edu>
15659              Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
15660              Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
15661      Branch: perl
15662            ! utf8.h
15663 ____________________________________________________________________________
15664 [ 11183] By: nick                                  on 2001/07/06  16:27:40
15665         Log: Integrate mainline
15666      Branch: perlio
15667           +> (branch 42 files)
15668            - NetWare/perlsdio.h ext/util/mkbootstrap lib/Net/DummyInetd.pm
15669            - lib/Net/PH.pm lib/Net/SNPP.pm lib/Net/t/ph.t
15670            - win32/bin/mdelete.bat
15671           !> (integrate 215 files)
15672 ____________________________________________________________________________
15673 [ 11182] By: jhi                                   on 2001/07/06  15:57:16
15674         Log: The #11166 needed also these updated.
15675      Branch: perl
15676            ! lib/warnings.pm warnings.h
15677 ____________________________________________________________________________
15678 [ 11181] By: jhi                                   on 2001/07/06  13:24:42
15679         Log: Update Changes.
15680      Branch: perl
15681            ! Changes patchlevel.h
15682 ____________________________________________________________________________
15683 [ 11180] By: jhi                                   on 2001/07/06  13:20:08
15684         Log: Regen toc.
15685      Branch: perl
15686            ! pod/perltoc.pod
15687 ____________________________________________________________________________
15688 [ 11179] By: jhi                                   on 2001/07/06  12:57:13
15689         Log: Nit from Abhijit.
15690      Branch: perl
15691            ! lib/CPAN.pm
15692 ____________________________________________________________________________
15693 [ 11178] By: jhi                                   on 2001/07/06  12:53:04
15694         Log: Retract #11172.
15695      Branch: perl
15696            ! t/op/method.t
15697 ____________________________________________________________________________
15698 [ 11177] By: jhi                                   on 2001/07/06  12:44:51
15699         Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
15700              From: Norton Allen <allen@huarp.harvard.edu>
15701              Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
15702              Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
15703      Branch: perl
15704            ! lib/Cwd.pm
15705 ____________________________________________________________________________
15706 [ 11176] By: jhi                                   on 2001/07/06  12:42:45
15707         Log: (Accidentally empty check-in.)
15708      Branch: perl
15709            ! utf8.h
15710 ____________________________________________________________________________
15711 [ 11175] By: jhi                                   on 2001/07/06  12:29:56
15712         Log: Retract #11165 since Sarathy pointed out it'll not
15713              work properly under threads, the problem should be
15714              solved using "the savestack, either via SSNEW() or
15715              using a newSVpv()+SAVEFREESV() combo."
15716      Branch: perl
15717            ! ext/POSIX/POSIX.xs
15718 ____________________________________________________________________________
15719 [ 11174] By: jhi                                   on 2001/07/06  12:27:31
15720         Log: Retract #11125 since NI-S pointed out it'll not work in
15721              cases where the extension has their own handcrafted INC
15722              et alia.
15723      Branch: perl
15724            ! lib/ExtUtils/MM_Unix.pm
15725 ____________________________________________________________________________
15726 [ 11173] By: jhi                                   on 2001/07/06  12:20:50
15727         Log: Subject: RE: [PATCH] -I and MakeMaker again
15728              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
15729              Date: Fri, 6 Jul 2001 09:18:29 +0200
15730              Message-ID: <E3FB32585BF1D411B9E900805FF51A0808C221@RU0022EXCH001U>
15731      Branch: perl
15732            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_VMS.pm
15733            ! lib/ExtUtils/MM_Win32.pm
15734 ____________________________________________________________________________
15735 [ 11172] By: jhi                                   on 2001/07/06  12:18:39
15736         Log: (Retracted by #11178)
15737              Subject: [PATCH t/op/method.t] SUPER:: strangeness
15738              From: Piers Cawley <pdcawley@iterative-software.com>
15739              Date: 06 Jul 2001 10:49:01 +0100
15740              Message-ID: <m2ith6xu9e.fsf@despairon.bofh.org.uk>
15741      Branch: perl
15742            ! t/op/method.t
15743 ____________________________________________________________________________
15744 [ 11171] By: jhi                                   on 2001/07/06  01:38:55
15745         Log: VOS README update from Paul Green.
15746      Branch: perl
15747            ! README.vos
15748 ____________________________________________________________________________
15749 [ 11170] By: jhi                                   on 2001/07/06  01:19:33
15750         Log: Subject: [PATCH README.qnx hints/qnx.sh]
15751              From: Norton Allen <allen@huarp.harvard.edu>
15752              Message-Id: <200107051755.NAA21422@bottesini.harvard.edu>
15753              Date: Thu, 5 Jul 2001 13:55:11 -0400 (edt)
15754      Branch: perl
15755            ! README.qnx hints/qnx.sh
15756 ____________________________________________________________________________
15757 [ 11169] By: jhi                                   on 2001/07/06  01:17:43
15758         Log: Subject: [PATCH] Doc patch for Tie::Hash
15759              From: Artur Bergman <artur@contiller.se>
15760              Date: Thu, 05 Jul 2001 22:51:18 +0200
15761              Message-ID: <B76A9FE6.1F04%artur@contiller.se>
15762      Branch: perl
15763            ! lib/Tie/Hash.pm
15764 ____________________________________________________________________________
15765 [ 11168] By: jhi                                   on 2001/07/06  01:16:27
15766         Log: Subject: [PATCH] perlfaq4.pod
15767              From: "Liney, Dave" <dave.liney@gbr.conoco.com>
15768              Message-ID: <1BB544A41666D311836C00902751FF6D01FD2D07@LONEX02>
15769              Date: Thu, 5 Jul 2001 18:44:10 +0100 
15770      Branch: perl
15771            ! pod/perlfaq4.pod
15772 ____________________________________________________________________________
15773 [ 11167] By: jhi                                   on 2001/07/06  01:14:41
15774         Log: Subject: [PATCH B::Deparse] Make warnings handling more robust
15775              From: Robin Houston <robin@kitsite.com>
15776              Date: Thu, 5 Jul 2001 18:33:21 +0100
15777              Message-ID: <20010705183321.A27345@robin.kitsite.com>
15778      Branch: perl
15779            ! ext/B/B/Deparse.pm
15780 ____________________________________________________________________________
15781 [ 11166] By: jhi                                   on 2001/07/06  01:11:50
15782         Log: (Retracted by #11285.)
15783              
15784              Subject: Re: [PATCH] mkdir() mode argument is missing initial 0
15785              From: Abhijit Menon-Sen <ams@wiw.org>
15786              Date: Fri, 6 Jul 2001 01:26:32 +0530
15787              Message-ID: <20010706012632.A28327@lustre.dyn.wiw.org>
15788      Branch: perl
15789            ! dump.c op.c op.h opcode.h opcode.pl pod/perldiag.pod pp.sym
15790            ! pp_proto.h t/lib/warnings/op t/lib/warnings/toke toke.c
15791            ! warnings.pl
15792 ____________________________________________________________________________
15793 [ 11165] By: jhi                                   on 2001/07/06  00:19:26
15794         Log: (Retracted by #11175)
15795              Subject: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
15796              From: Norton Allen <allen@huarp.harvard.edu>
15797              Message-Id: <200107051734.NAA13375@bottesini.harvard.edu>
15798              Date: Thu, 5 Jul 2001 13:34:51 -0400 (edt)
15799      Branch: perl
15800            ! ext/POSIX/POSIX.xs
15801 ____________________________________________________________________________
15802 [ 11164] By: jhi                                   on 2001/07/06  00:14:57
15803         Log: Unterminated C< (noticed by Richard Hatch), and few other
15804              small Unicode doc tweaks.
15805      Branch: perl
15806            ! pod/perlretut.pod
15807 ____________________________________________________________________________
15808 [ 11163] By: jhi                                   on 2001/07/05  19:33:34
15809         Log: More flexible argument understanding; add charblocks() and
15810              charscripts(); make charblock() and charscript() two-way;
15811              add charinrange(); separate the $Unicode::UCD::VERSION and
15812              the version of the Unicode by adding UnicodeVersion().
15813      Branch: perl
15814            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
15815 ____________________________________________________________________________
15816 [ 11162] By: jhi                                   on 2001/07/05  13:38:36
15817         Log: Update Unicode::UCD on \p{In...}.
15818      Branch: perl
15819            ! lib/Unicode/UCD.pm
15820 ____________________________________________________________________________
15821 [ 11161] By: jhi                                   on 2001/07/05  13:26:00
15822         Log: Subject: Re: [PATCH lib/ExtUtils.t] Extra Files for QNX
15823              From: Norton Allen <allen@huarp.harvard.edu>
15824              Date: Thu, 5 Jul 2001 09:57:14 -0400 (edt)
15825              Message-Id: <200107051357.JAA06285@bottesini.harvard.edu>
15826      Branch: perl
15827            ! lib/ExtUtils/MM_Unix.pm
15828 ____________________________________________________________________________
15829 [ 11160] By: jhi                                   on 2001/07/05  13:06:53
15830         Log: POSIX-BC tweaks from Thomas Dorner.
15831      Branch: perl
15832            ! hints/posix-bc.sh perlio.h
15833 ____________________________________________________________________________
15834 [ 11159] By: jhi                                   on 2001/07/05  04:17:18
15835         Log: Module updates for the delta.
15836      Branch: perl
15837            ! pod/perl572delta.pod
15838 ____________________________________________________________________________
15839 [ 11158] By: jhi                                   on 2001/07/05  03:45:19
15840         Log: Subject: [PATCH ext/IO/lib/IO/t/io_sock.t] for QNX
15841              From: Norton Allen <allen@huarp.harvard.edu>
15842              Message-Id: <200107050259.WAA06843@bottesini.harvard.edu>
15843              Date: Wed, 4 Jul 2001 22:59:00 -0400 (edt)
15844      Branch: perl
15845            ! ext/IO/lib/IO/t/io_sock.t
15846 ____________________________________________________________________________
15847 [ 11157] By: jhi                                   on 2001/07/05  03:44:19
15848         Log: Subject: [PATCH perldiag.pod] Quick fixes
15849              From: Simon Cozens <simon@netthink.co.uk>
15850              Date: Wed, 4 Jul 2001 20:22:12 +0100
15851              Message-ID: <20010704202212.A3690@deep-dark-truthful-mirror>
15852      Branch: perl
15853            ! pod/perldiag.pod
15854 ____________________________________________________________________________
15855 [ 11156] By: jhi                                   on 2001/07/05  03:43:28
15856         Log: Subject: [PATCH perl@11099]Re: [ID 20010704.003] Taint mode breaks global match
15857              From: Radu Greab <radu@netsoft.ro>
15858              Date: Wed, 4 Jul 2001 22:13:31 +0300
15859              Message-ID: <15171.27355.895094.128142@ix.netsoft.ro>
15860      Branch: perl
15861            ! op.c sv.c t/op/pos.t
15862 ____________________________________________________________________________
15863 [ 11155] By: jhi                                   on 2001/07/05  03:40:24
15864         Log: Subject: [PATCH] -I and MakeMaker again
15865              From: Michael G Schwern <schwern@pobox.com>
15866              Date: Wed, 4 Jul 2001 15:03:07 -0400
15867              Message-ID: <20010704150307.I20340@blackrider>
15868              
15869              (and retract #11145)
15870      Branch: perl
15871            ! ext/util/make_ext lib/ExtUtils/MM_Unix.pm
15872            ! lib/ExtUtils/MakeMaker.pm
15873 ____________________________________________________________________________
15874 [ 11154] By: jhi                                   on 2001/07/05  03:32:43
15875         Log: Subject: Re: PERFORCE change 11142 for review
15876              From: "Philip Newton" <Philip.Newton@gmx.net>
15877              Date: Wed, 4 Jul 2001 20:46:26 +0200
15878              Message-Id: <200107041841.VAA25380@taas.iki.fi>
15879      Branch: perl
15880            ! lib/ExtUtils/MakeMaker.pm
15881 ____________________________________________________________________________
15882 [ 11153] By: jhi                                   on 2001/07/05  03:29:21
15883         Log: Subject: Re: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
15884              From: Jonathan Stowe <gellyfish@gellyfish.com>
15885              Date: Mon, 2 Jul 2001 20:45:53 +0100 (BST)
15886              Message-ID: <Pine.LNX.4.33.0107022042570.8640-100000@orpheus.gellyfish.com>
15887      Branch: perl
15888            ! utils/pl2pm.PL
15889 ____________________________________________________________________________
15890 [ 11152] By: gsar                                  on 2001/07/05  00:52:57
15891         Log: fix the binary compatibility issue when building with/without
15892              usemymalloc by exporting Perl_malloc() et al as simple wrappers
15893              around the system functions (this allows most extensions built
15894              using one mode to coexist with perls built in the other mode)
15895              
15896              XXX the Perl_mfree() wrapper might need to do return(free()) on
15897              platforms where Free_t isn't "void"
15898      Branch: perl
15899            ! embed.h embed.pl makedef.pl proto.h util.c
15900 ____________________________________________________________________________
15901 [ 11151] By: gsar                                  on 2001/07/05  00:42:49
15902         Log: perl built with USE_ITHREADS can deadlock during fork() or backticks
15903              since it doesn't ensure threads other than the one calling fork()
15904              aren't holding any locks; the fix is to use pthread_atfork() to
15905              hold global locks
15906              
15907              building perl with -Dusemymalloc exacerbates the problem since
15908              Perl_malloc() holds a mutex, and perl's exec() calls New()
15909              
15910              XXX the code in win32thread.h may be needed on platforms that have
15911              no pthread_atfork()
15912      Branch: perl
15913            ! perl.c thread.h win32/win32thread.h
15914 ____________________________________________________________________________
15915 [ 11150] By: pudge                                 on 2001/07/04  20:07:54
15916         Log: Integrate #11009 from maintperl.
15917      Branch: maint-5.6/macperl
15918           !> lib/ExtUtils/Manifest.pm
15919 ____________________________________________________________________________
15920 [ 11149] By: pudge                                 on 2001/07/04  19:54:46
15921         Log: Flexing my Perforce muscles.
15922      Branch: maint-5.6/macperl
15923            ! README.macos
15924 ____________________________________________________________________________
15925 [ 11148] By: jhi                                   on 2001/07/04  17:14:51
15926         Log: Update Changes.
15927      Branch: perl
15928            ! Changes patchlevel.h
15929 ____________________________________________________________________________
15930 [ 11147] By: jhi                                   on 2001/07/04  16:41:25
15931         Log: Metaconfig unit change for #11146.
15932      Branch: metaconfig/U/perl
15933            ! d_fcntl_can_lock.U
15934 ____________________________________________________________________________
15935 [ 11146] By: jhi                                   on 2001/07/04  16:36:31
15936         Log: Somehow the #ifdefs of the added code (in #11093) made
15937              HP-UX to fail the fcntl locking test, without the ifdefs
15938              the test seems to be working again.  Reason unknown:
15939              HP-UX cc doesn't complain either way.
15940      Branch: perl
15941            ! Configure
15942 ____________________________________________________________________________
15943 [ 11145] By: jhi                                   on 2001/07/04  16:08:00
15944         Log: (Retracted by #11155) PERLRUNINST needed in some spots.
15945      Branch: perl
15946            ! lib/ExtUtils/MM_Unix.pm
15947 ____________________________________________________________________________
15948 [ 11144] By: jhi                                   on 2001/07/04  16:07:35
15949         Log: gcc -Wall nit.
15950      Branch: perl
15951            ! pp_hot.c
15952 ____________________________________________________________________________
15953 [ 11143] By: jhi                                   on 2001/07/04  15:08:26
15954         Log: When removing tests updating the test count is a good idea, too.
15955      Branch: perl
15956            ! lib/Net/t/require.t
15957 ____________________________________________________________________________
15958 [ 11142] By: jhi                                   on 2001/07/04  14:57:51
15959         Log: Document #11134 and add the new symbols to the list of
15960              of MakeMaker known ones.
15961      Branch: perl
15962            ! lib/ExtUtils/MakeMaker.pm
15963 ____________________________________________________________________________
15964 [ 11141] By: jhi                                   on 2001/07/04  14:34:11
15965         Log: Microperl update.
15966      Branch: perl
15967            ! uconfig.h
15968 ____________________________________________________________________________
15969 [ 11140] By: jhi                                   on 2001/07/04  14:32:27
15970         Log: Update the libnet tests as per #11138.
15971      Branch: perl
15972            - lib/Net/t/ph.t
15973            ! MANIFEST lib/Net/t/require.t
15974 ____________________________________________________________________________
15975 [ 11139] By: jhi                                   on 2001/07/04  14:14:33
15976         Log: Regen toc and modlib.
15977      Branch: perl
15978            ! pod/perlmodlib.pod pod/perltoc.pod
15979 ____________________________________________________________________________
15980 [ 11138] By: jhi                                   on 2001/07/04  14:10:38
15981         Log: Remove DummyInetd, PH, and SNPP from the libnet, as per
15982              Graham's request.
15983      Branch: perl
15984            - lib/Net/DummyInetd.pm lib/Net/PH.pm lib/Net/SNPP.pm
15985            ! MANIFEST
15986 ____________________________________________________________________________
15987 [ 11137] By: jhi                                   on 2001/07/04  14:06:35
15988         Log: Add the OS/390 harness results to the delta.
15989      Branch: perl
15990            ! pod/perl572delta.pod
15991 ____________________________________________________________________________
15992 [ 11136] By: jhi                                   on 2001/07/04  13:59:01
15993         Log: Avoid the two study tests in OS/390 until the bug has been solved.
15994      Branch: perl
15995            ! t/op/study.t
15996 ____________________________________________________________________________
15997 [ 11135] By: jhi                                   on 2001/07/04  13:49:08
15998         Log: DOS/DJGPP tweaks from Laszlo Molnar.
15999      Branch: perl
16000            ! AUTHORS djgpp/djgppsed.sh hints/dos_djgpp.sh t/op/write.t
16001 ____________________________________________________________________________
16002 [ 11134] By: jhi                                   on 2001/07/04  13:47:46
16003         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm and others] Fixing extra -I's with PERL_CORE
16004              From: Michael G Schwern <schwern@pobox.com>
16005              Date: Wed, 4 Jul 2001 00:01:16 -0400
16006              Message-ID: <20010704000116.C591@blackrider>
16007      Branch: perl
16008            ! ext/util/make_ext lib/ExtUtils.t lib/ExtUtils/MM_Unix.pm
16009 ____________________________________________________________________________
16010 [ 11133] By: jhi                                   on 2001/07/04  01:55:20
16011         Log: The #11132 missed singleton characters (not part
16012              of a unilo..unihi range) in Unicode scripts.
16013      Branch: perl
16014            ! lib/unicode/In/0.pl lib/unicode/In/1.pl lib/unicode/In/10.pl
16015            ! lib/unicode/In/11.pl lib/unicode/In/12.pl lib/unicode/In/13.pl
16016            ! lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
16017            ! lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/20.pl
16018            ! lib/unicode/In/21.pl lib/unicode/In/24.pl lib/unicode/In/29.pl
16019            ! lib/unicode/In/3.pl lib/unicode/In/30.pl lib/unicode/In/34.pl
16020            ! lib/unicode/In/35.pl lib/unicode/In/37.pl lib/unicode/In/39.pl
16021            ! lib/unicode/In/4.pl lib/unicode/In/5.pl lib/unicode/In/6.pl
16022            ! lib/unicode/In/8.pl lib/unicode/In/9.pl lib/unicode/Scripts.pl
16023            ! lib/unicode/mktables.PL t/op/pat.t
16024 ____________________________________________________________________________
16025 [ 11132] By: jhi                                   on 2001/07/04  01:32:11
16026         Log: Support preferentially the Unicode 'scripts' definition
16027              in the \p{In...} notation since according to Unicode the
16028              scripts concept is more natural for matching than using
16029              the somewhat artificial block names.  The block names are
16030              still available, though, and if there's a name conflict,
16031              the scripts one wins and the blocks one has to do with
16032              'Block' appended to its name.  For more information see
16033              
16034              http://www.unicode.org/unicode/reports/tr24/
16035      Branch: perl
16036            + lib/unicode/In/100.pl lib/unicode/In/101.pl
16037            + lib/unicode/In/102.pl lib/unicode/In/103.pl
16038            + lib/unicode/In/104.pl lib/unicode/In/105.pl
16039            + lib/unicode/In/106.pl lib/unicode/In/107.pl
16040            + lib/unicode/In/108.pl lib/unicode/In/109.pl
16041            + lib/unicode/In/110.pl lib/unicode/In/111.pl
16042            + lib/unicode/In/112.pl lib/unicode/In/113.pl
16043            + lib/unicode/In/114.pl lib/unicode/In/115.pl
16044            + lib/unicode/In/116.pl lib/unicode/In/117.pl
16045            + lib/unicode/In/118.pl lib/unicode/In/119.pl
16046            + lib/unicode/In/120.pl lib/unicode/In/121.pl
16047            + lib/unicode/In/122.pl lib/unicode/In/123.pl
16048            + lib/unicode/In/124.pl lib/unicode/In/125.pl
16049            + lib/unicode/In/126.pl lib/unicode/In/127.pl
16050            + lib/unicode/In/128.pl lib/unicode/In/129.pl
16051            + lib/unicode/In/130.pl lib/unicode/In/131.pl
16052            + lib/unicode/In/132.pl lib/unicode/In/133.pl
16053            + lib/unicode/In/134.pl lib/unicode/In/135.pl
16054            + lib/unicode/In/96.pl lib/unicode/In/97.pl lib/unicode/In/98.pl
16055            + lib/unicode/In/99.pl lib/unicode/Scripts.pl
16056            ! (edit 106 files)
16057 ____________________________________________________________________________
16058 [ 11131] By: jhi                                   on 2001/07/03  23:02:02
16059         Log: Better document the difference between a block and a script.
16060      Branch: perl
16061            ! lib/Unicode/UCD.pm
16062 ____________________________________________________________________________
16063 [ 11130] By: jhi                                   on 2001/07/03  22:49:15
16064         Log: Subject: [ perl 5.6.1 ] CPAN.pm doc patch
16065              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
16066              Date: Tue, 3 Jul 2001 15:04:23 -0500
16067              Message-ID: <20010703150423.C9787@chaos.wustl.edu>
16068      Branch: perl
16069            ! lib/CPAN.pm
16070 ____________________________________________________________________________
16071 [ 11129] By: jhi                                   on 2001/07/03  22:45:41
16072         Log: Add tests for charscript().
16073      Branch: perl
16074            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
16075 ____________________________________________________________________________
16076 [ 11128] By: jhi                                   on 2001/07/03  20:41:54
16077         Log: Add charscript() to get the UTR#24 script names of characters.
16078      Branch: perl
16079            ! lib/Unicode/UCD.pm
16080 ____________________________________________________________________________
16081 [ 11127] By: jhi                                   on 2001/07/03  19:53:29
16082         Log: Todo updates.
16083      Branch: perl
16084            ! pod/perltodo.pod
16085 ____________________________________________________________________________
16086 [ 11126] By: jhi                                   on 2001/07/03  19:45:30
16087         Log: Unicode::UCD updates.
16088      Branch: perl
16089            ! lib/Unicode/UCD.pm
16090 ____________________________________________________________________________
16091 [ 11125] By: jhi                                   on 2001/07/03  16:12:20
16092         Log: (Retracted by #11174)
16093              Subject: MakeMaker should pass through DEFINE and INC to subdirs
16094              From: Alan Burlison <Alan.Burlison@sun.com>
16095              Date: Tue, 03 Jul 2001 15:20:13 +0100
16096              Message-ID: <3B41D49D.A923D4F9@sun.com>
16097      Branch: perl
16098            ! lib/ExtUtils/MM_Unix.pm
16099 ____________________________________________________________________________
16100 [ 11124] By: jhi                                   on 2001/07/03  16:06:53
16101         Log: Subject: Patch needed for UTS
16102              From: hom00@utsglobal.com (Hal Morris)
16103              Date: Tue, 3 Jul 2001 09:38:22 -0700 (PDT)
16104              Message-Id: <200107031638.JAA11998@cepheus.utsglobal.com>
16105              
16106              Replace #11113 with a better version.
16107      Branch: perl
16108            ! perl.h
16109 ____________________________________________________________________________
16110 [ 11123] By: jhi                                   on 2001/07/03  16:04:49
16111         Log: Subject: Re: POINTERRIGOR
16112              From: Andy Dougherty <doughera@lafayette.edu>
16113              Date: Tue, 3 Jul 2001 11:49:28 -0400 (EDT)
16114              Message-ID: <Pine.SOL.4.10.10107031040030.1982-100000@maxwell.phys.lafayette.edu>
16115      Branch: perl
16116            ! util.c
16117 ____________________________________________________________________________
16118 [ 11122] By: jhi                                   on 2001/07/03  16:03:31
16119         Log: Subject: Re: [PATCH @11016] Fixes compile errors in four files
16120              From: "Philip Newton" <pnewton@gmx.de>
16121              Date: Tue, 3 Jul 2001 17:03:34 +0200
16122              Message-ID: <3B41FAE6.29564.660E117@localhost>
16123      Branch: perl
16124            ! pp_hot.c
16125 ____________________________________________________________________________
16126 [ 11121] By: jhi                                   on 2001/07/03  13:26:08
16127         Log: Typos.
16128      Branch: perl
16129            ! INSTALL
16130 ____________________________________________________________________________
16131 [ 11120] By: jhi                                   on 2001/07/03  11:34:47
16132         Log: Subject: [PATCH 5.6.1] debugger fixes
16133              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16134              Date: Tue, 3 Jul 2001 03:38:18 -0400
16135              Message-ID: <20010703033818.A16788@math.ohio-state.edu>
16136              
16137              The $^S is working again.
16138      Branch: perl
16139            ! lib/perl5db.pl
16140 ____________________________________________________________________________
16141 [ 11119] By: jhi                                   on 2001/07/03  11:33:27
16142         Log: Subject: Re: [PATCH 5.6.1] OS/2 improvements
16143              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16144              Date: Tue, 3 Jul 2001 03:34:06 -0400
16145              Message-ID: <20010703033406.A16776@math.ohio-state.edu>
16146      Branch: perl
16147            ! os2/OS2/Process/Process.pm
16148 ____________________________________________________________________________
16149 [ 11118] By: jhi                                   on 2001/07/03  11:29:54
16150         Log: Subject: [PATCH bleadperl] Bad lishp in change 11084
16151              From: "Philip Newton" <Philip.Newton@gmx.net>
16152              Date: Tue, 3 Jul 2001 09:11:27 +0200
16153              Message-Id: <200107030706.KAA04596@taas.iki.fi>
16154      Branch: perl
16155            ! lib/FindBin.pm
16156 ____________________________________________________________________________
16157 [ 11117] By: jhi                                   on 2001/07/03  11:25:14
16158         Log: Delta delta.
16159      Branch: perl
16160            ! pod/perl572delta.pod
16161 ____________________________________________________________________________
16162 [ 11116] By: jhi                                   on 2001/07/02  23:06:50
16163         Log: Metaconfig unit change for 11115.
16164      Branch: metaconfig
16165            ! U/modified/libc.U
16166 ____________________________________________________________________________
16167 [ 11115] By: jhi                                   on 2001/07/02  23:06:27
16168         Log: Whitespace allowed at the ends of /lib/syscalls.exp lines
16169              (from Richard Hatch) (this was the cause of pipes() and
16170              times() myeteriously not being found)
16171      Branch: perl
16172            ! Configure
16173 ____________________________________________________________________________
16174 [ 11114] By: jhi                                   on 2001/07/02  22:58:41
16175         Log: Retract #10142, the real culprit found by Richard Hatch,
16176              coming soon to Configure near you.
16177      Branch: perl
16178            ! hints/aix.sh
16179 ____________________________________________________________________________
16180 [ 11113] By: jhi                                   on 2001/07/02  22:56:09
16181         Log: (Replaced by #11124) UTS workaround from Hal Morris.
16182      Branch: perl
16183            ! perl.h
16184 ____________________________________________________________________________
16185 [ 11112] By: jhi                                   on 2001/07/02  22:53:29
16186         Log: Subject: [PATCH] grok not grocking correctly
16187              From: Nicholas Clark <nick@ccl4.org>
16188              Date: Tue, 3 Jul 2001 00:19:08 +0100
16189              Message-ID: <20010703001908.H59620@plum.flirble.org>
16190      Branch: perl
16191            ! numeric.c
16192 ____________________________________________________________________________
16193 [ 11111] By: jhi                                   on 2001/07/02  22:48:42
16194         Log: Subject: [PATCH Deparse.t] test just-posted patches
16195              From: Robin Houston <robin@kitsite.com>
16196              Date: Mon, 2 Jul 2001 23:46:15 +0100
16197              Message-Id: <E15HCUN-0000Rh-00.2001-07-02-23-48-19@mail18.svr.pol.co.uk>
16198      Branch: perl
16199            ! ext/B/Deparse.t
16200 ____________________________________________________________________________
16201 [ 11110] By: jhi                                   on 2001/07/02  22:27:10
16202         Log: Subject: [PATCH toke.c] autosplit into @F
16203              From: Robin Houston <robin@kitsite.com>
16204              Date: Mon, 2 Jul 2001 23:18:20 +0100
16205              Message-Id: <E15HC3M-0007jL-00.2001-07-02-23-20-24@mail18.svr.pol.co.uk>
16206      Branch: perl
16207            ! perl.c toke.c
16208 ____________________________________________________________________________
16209 [ 11109] By: jhi                                   on 2001/07/02  22:25:03
16210         Log: Subject: [PATCH B::Deparse] hash key auto-quoting
16211              From: Robin Houston <robin@kitsite.com>
16212              Date: Mon, 2 Jul 2001 23:00:48 +0100
16213              Message-Id: <E15HBmR-0006mc-00.2001-07-02-23-02-55@mail18.svr.pol.co.uk>
16214      Branch: perl
16215            ! ext/B/B/Deparse.pm
16216 ____________________________________________________________________________
16217 [ 11108] By: jhi                                   on 2001/07/02  19:21:18
16218         Log: Subject: Re: [PATCH perlsnap] '-' !~ /\w/
16219              From: "Philip Newton" <Philip.Newton@gmx.net>
16220              Date: Mon, 2 Jul 2001 22:06:22 +0200
16221              (no Message-Id)
16222      Branch: perl
16223            ! ext/NDBM_File/hints/linux.pl
16224 ____________________________________________________________________________
16225 [ 11107] By: jhi                                   on 2001/07/02  19:19:25
16226         Log: Subject: Re: Fixed pack problem - sort of
16227              From: Nicholas Clark <nick@ccl4.org>
16228              Date: Mon, 2 Jul 2001 20:59:20 +0100
16229              Message-ID: <20010702205919.F59620@plum.flirble.org>
16230      Branch: perl
16231            ! pp_pack.c t/op/pack.t
16232 ____________________________________________________________________________
16233 [ 11106] By: jhi                                   on 2001/07/02  19:18:28
16234         Log: Subject: Re: [PATCH 5.6.1] OS/2 cwd
16235              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16236              Date: Mon, 2 Jul 2001 15:45:41 -0400
16237              Message-ID: <20010702154541.B24295@math.ohio-state.edu>
16238      Branch: perl
16239            ! os2/os2.c
16240 ____________________________________________________________________________
16241 [ 11105] By: jhi                                   on 2001/07/02  19:17:27
16242         Log: (Mistaken retraction)
16243      Branch: perl
16244            ! utils/pl2pm.PL
16245 ____________________________________________________________________________
16246 [ 11104] By: jhi                                   on 2001/07/02  18:56:15
16247         Log: Detypo in #11103.
16248      Branch: perl
16249            ! utils/pl2pm.PL
16250 ____________________________________________________________________________
16251 [ 11103] By: jhi                                   on 2001/07/02  18:54:53
16252         Log: Subject: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
16253              From: Jonathan Stowe <gellyfish@gellyfish.com>
16254              Date: Mon, 2 Jul 2001 19:17:21 +0100 (BST)
16255              Message-ID: <Pine.LNX.4.33.0107021904530.7401-100000@orpheus.gellyfish.com>
16256      Branch: perl
16257            ! utils/pl2pm.PL
16258 ____________________________________________________________________________
16259 [ 11102] By: jhi                                   on 2001/07/02  18:16:09
16260         Log: Subject: [PATCH perl@11059] UCD.pm: if at first you don't succeed, croak?
16261              From: "Craig A. Berry" <craigberry@mac.com>
16262              Date: Mon, 02 Jul 2001 14:11:23 -0500
16263              Message-Id: <5.1.0.14.0.20010702140058.01b6c9c0@exchi01>
16264      Branch: perl
16265            ! lib/Unicode/UCD.pm
16266 ____________________________________________________________________________
16267 [ 11101] By: jhi                                   on 2001/07/02  18:14:51
16268         Log: Subject: [PATCH] Re: op/numconvert.t failures
16269              From: Nicholas Clark <nick@ccl4.org>
16270              Date: Mon, 2 Jul 2001 20:10:48 +0100
16271              Message-ID: <20010702201048.E59620@plum.flirble.org>
16272      Branch: perl
16273            ! t/op/numconvert.t
16274 ____________________________________________________________________________
16275 [ 11100] By: jhi                                   on 2001/07/02  17:51:44
16276         Log: Update Changes.
16277      Branch: perl
16278            ! Changes patchlevel.h
16279 ____________________________________________________________________________
16280 [ 11099] By: jhi                                   on 2001/07/02  17:46:31
16281         Log: Retract #11055, didn't help much (2736 bytes vs 2725 bytes leaked).
16282              The real fix must be more involved.  The line of code all the leaky
16283              call stacks seem to go through is op.c:2949, the PmopSTASH_set()
16284              line of Perl_newPMOP().
16285      Branch: perl
16286            ! op.h
16287 ____________________________________________________________________________
16288 [ 11098] By: jhi                                   on 2001/07/02  17:37:44
16289         Log: Based on
16290              
16291              Subject: Re: sizeof(struct sembuf)
16292              From: Nicholas Clark <nick@ccl4.org>
16293              Date: Sun, 1 Jul 2001 22:26:48 +0100
16294              Message-ID: <20010701222648.W59620@plum.flirble.org>
16295              
16296              but do semop() always the slow way.
16297      Branch: perl
16298            ! doio.c
16299 ____________________________________________________________________________
16300 [ 11097] By: jhi                                   on 2001/07/02  17:22:14
16301         Log: Subject: [PATCH] Encode/Tcl.t, for esc-seq encodings
16302              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
16303              Date: Tue, 03 Jul 2001 00:56:30 +0900
16304              Message-Id: <20010703005600.2225.BQW10602@nifty.com>
16305      Branch: perl
16306            ! ext/Encode/Encode/Tcl.t
16307 ____________________________________________________________________________
16308 [ 11096] By: jhi                                   on 2001/07/02  17:11:24
16309         Log: Subject: [PATCH] Encode/Tcl.pm, continuous sequences
16310              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
16311              Date: Tue, 03 Jul 2001 00:55:46 +0900
16312              Message-Id: <20010703005516.2222.BQW10602@nifty.com>
16313      Branch: perl
16314            ! ext/Encode/Encode/Tcl.pm
16315 ____________________________________________________________________________
16316 [ 11095] By: jhi                                   on 2001/07/02  17:07:14
16317         Log: Regen api and toc.
16318      Branch: perl
16319            ! pod/perlapi.pod pod/perltoc.pod
16320 ____________________________________________________________________________
16321 [ 11094] By: jhi                                   on 2001/07/02  16:29:42
16322         Log: Metaconfig unit change for #11093.
16323      Branch: metaconfig/U/perl
16324            ! d_fcntl_can_lock.U
16325 ____________________________________________________________________________
16326 [ 11093] By: jhi                                   on 2001/07/02  16:28:56
16327         Log: The fcntl locking test may hang if NFS locking messed up;
16328              break out with alarm(10).
16329      Branch: perl
16330            ! Configure
16331 ____________________________________________________________________________
16332 [ 11092] By: jhi                                   on 2001/07/02  14:11:31
16333         Log: Move the mdelete.bat from win32/bin to win32.
16334      Branch: perl
16335            ! MANIFEST
16336 ____________________________________________________________________________
16337 [ 11091] By: jhi                                   on 2001/07/02  14:10:01
16338         Log: Typo in #11083.
16339      Branch: perl
16340            ! ext/Time/Piece/Piece.t
16341 ____________________________________________________________________________
16342 [ 11090] By: jhi                                   on 2001/07/02  13:36:58
16343         Log: Netware tweaks from Guruprasad.
16344      Branch: perl
16345            - NetWare/perlsdio.h
16346            ! MANIFEST NetWare/Makefile NetWare/interface.c
16347            ! NetWare/interface.h NetWare/iperlhost.h NetWare/nwtinfo.h
16348            ! perlsdio.h
16349 ____________________________________________________________________________
16350 [ 11089] By: jhi                                   on 2001/07/02  13:25:40
16351         Log: Subject: Re: [PATH] shared -> unique;
16352              From: Abhijit Menon-Sen <ams@wiw.org>
16353              Date: Wed, 27 Jun 2001 03:51:27 +0530
16354              Message-ID: <20010627035127.A17623@lustre.lustre.dyn.wiw.org>
16355      Branch: perl
16356            ! dump.c gv.c gv.h op.c pp_sys.c sv.c toke.c xsutils.c
16357 ____________________________________________________________________________
16358 [ 11088] By: jhi                                   on 2001/07/02  13:24:27
16359         Log: Subject: Re: AIX / gcc-3.0
16360              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
16361              Date: Mon, 02 Jul 2001 15:20:21 +0200
16362              Message-Id: <20010702151904.49BB.H.M.BRAND@hccnet.nl>
16363      Branch: perl
16364            ! hints/aix.sh
16365 ____________________________________________________________________________
16366 [ 11087] By: jhi                                   on 2001/07/02  13:23:21
16367         Log: Subject: Re: Bug report: split splits on wrong pattern
16368              From: Abhijit Menon-Sen <ams@wiw.org>
16369              Message-ID: <20010702163133.A23186@lustre.dyn.wiw.org>
16370              Date: Mon, 2 Jul 2001 16:31:33 +0530
16371      Branch: perl
16372            ! pp_ctl.c
16373 ____________________________________________________________________________
16374 [ 11086] By: jhi                                   on 2001/07/02  13:22:30
16375         Log: Subject: [PATCH 5.6.1] test harness
16376              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16377              Date: Mon, 2 Jul 2001 06:29:21 -0400
16378              Message-ID: <20010702062921.A1810@math.ohio-state.edu>
16379      Branch: perl
16380            ! lib/Test/Harness.pm
16381 ____________________________________________________________________________
16382 [ 11085] By: jhi                                   on 2001/07/02  13:21:39
16383         Log: Subject: [PATCH 5.6.1] debugger goof
16384              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16385              Date: Mon, 2 Jul 2001 06:27:22 -0400
16386              Message-ID: <20010702062722.A1746@math.ohio-state.edu>
16387      Branch: perl
16388            ! lib/perl5db.pl
16389 ____________________________________________________________________________
16390 [ 11084] By: jhi                                   on 2001/07/02  13:20:50
16391         Log: Subject: [PATCH 5.6.1] OS/2 cwd
16392              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16393              Date: Mon, 2 Jul 2001 06:21:17 -0400
16394              Message-ID: <20010702062117.A1401@math.ohio-state.edu>
16395      Branch: perl
16396            ! lib/Cwd.pm lib/File/Find/taint.t lib/FindBin.pm os2/os2.c
16397 ____________________________________________________________________________
16398 [ 11083] By: jhi                                   on 2001/07/02  13:19:18
16399         Log: Make #11082 more OS/2-specific.
16400      Branch: perl
16401            ! ext/Time/Piece/Piece.t
16402 ____________________________________________________________________________
16403 [ 11082] By: jhi                                   on 2001/07/02  13:14:36
16404         Log: Subject: [PATCH 5.6.1] OS/2 gmtime()
16405              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16406              Date: Mon, 2 Jul 2001 06:06:34 -0400
16407              Message-ID: <20010702060634.A1356@math.ohio-state.edu>
16408      Branch: perl
16409            ! ext/Time/Piece/Piece.t
16410 ____________________________________________________________________________
16411 [ 11081] By: jhi                                   on 2001/07/02  13:13:08
16412         Log: Subject: [PATCH B::Deparse] version number & changes
16413              From: Robin Houston <robin@kitsite.com>  
16414              Date: Sun, 1 Jul 2001 17:17:29 +0100
16415              Message-ID: <20010701171729.A30678@puffinry.freeserve.co.uk>
16416      Branch: perl
16417            ! ext/B/B/Deparse.pm
16418 ____________________________________________________________________________
16419 [ 11080] By: jhi                                   on 2001/07/02  13:11:48
16420         Log: Subject: a small fix.
16421              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
16422              Date: Mon, 2 Jul 2001 12:17:53 +0200
16423              Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B35@RU0022EXCH001U>
16424      Branch: perl
16425            ! ext/Thread/Thread.xs
16426 ____________________________________________________________________________
16427 [ 11079] By: jhi                                   on 2001/07/02  13:10:39
16428         Log: Subject: RE: perl@10907
16429              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
16430              Date: Mon, 2 Jul 2001 12:06:16 +0200
16431              Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B2C@RU0022EXCH001U>
16432              
16433              Borland C vs PerlIO.
16434      Branch: perl
16435            ! win32/config.bc win32/config_H.bc
16436 ____________________________________________________________________________
16437 [ 11078] By: jhi                                   on 2001/07/02  13:03:44
16438         Log: Subject: [PATCH] Report /pro/3gl/CPAN/perl-5.7.1
16439              From: "H.M. Brand" <merijn@l1.procura.nl>
16440              Date: Mon, 02 Jul 2001 11:18:57 +0200
16441              Message-Id: <20010702100811.4999.MERIJN@l1.procura.nl>
16442      Branch: perl
16443            ! t/op/write.t
16444 ____________________________________________________________________________
16445 [ 11077] By: jhi                                   on 2001/07/02  12:58:27
16446         Log: Subject: [PATCH] Deleting ext/util/mkbootstrap
16447              From: Michael G Schwern <schwern@pobox.com>
16448              Date: Mon, 2 Jul 2001 00:26:24 -0400
16449              Message-ID: <20010702002624.A18302@blackrider>
16450      Branch: perl
16451            - ext/util/mkbootstrap
16452 ____________________________________________________________________________
16453 [ 11076] By: jhi                                   on 2001/07/02  12:56:20
16454         Log: Subject: [PATCH op.h] v minor comment tweak
16455              From: Robin Houston <robin@puffinry.freeserve.co.uk>
16456              Date: Mon, 2 Jul 2001 00:42:01 +0100
16457              Message-Id: <E15GqxK-0006WZ-00.2001-07-02-00-48-46@mail18.svr.pol.co.uk>
16458      Branch: perl
16459            ! op.h
16460 ____________________________________________________________________________
16461 [ 11075] By: jhi                                   on 2001/07/02  12:53:48
16462         Log: SysV IPC semops use native shorts, not forced-to-16-bit-shorts.
16463      Branch: perl
16464            ! pod/perlfunc.pod
16465 ____________________________________________________________________________
16466 [ 11074] By: jhi                                   on 2001/07/02  12:52:28
16467         Log: Subject: Re: sizeof(struct sembuf)
16468              From: Nicholas Clark <nick@ccl4.org>
16469              Date: Sun, 1 Jul 2001 19:23:16 +0100
16470              Message-ID: <20010701192316.V59620@plum.flirble.org>
16471              
16472              s/signaling/signalling/
16473      Branch: perl
16474            ! pod/perlfunc.pod
16475 ____________________________________________________________________________
16476 [ 11073] By: jhi                                   on 2001/07/02  12:49:51
16477         Log: Subject: [PATCH perlsnap] Suggestion for mnemonic for $^N
16478              From: "Philip Newton" <Philip.Newton@gmx.net>
16479              Date: Sun, 1 Jul 2001 09:37:56 +0200
16480              Message-Id: <200107010733.KAA03920@taas.iki.fi>
16481      Branch: perl
16482            ! pod/perlvar.pod
16483 ____________________________________________________________________________
16484 [ 11072] By: jhi                                   on 2001/07/02  12:48:03
16485         Log: Subject: [PATCH perlsnap] /^qnx|nto$/ --> /^(?:qnx|nto)$/
16486              From: "Philip Newton" <Philip.Newton@gmx.net>
16487              Date: Sun, 1 Jul 2001 09:37:56 +0200
16488              Message-Id: <200107010733.KAA03925@taas.iki.fi>
16489      Branch: perl
16490            ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
16491 ____________________________________________________________________________
16492 [ 11071] By: jhi                                   on 2001/07/02  12:45:12
16493         Log: Metaconfig unit change for #11070.
16494      Branch: metaconfig
16495            ! U/compline/randfunc.U
16496 ____________________________________________________________________________
16497 [ 11070] By: jhi                                   on 2001/07/02  12:43:58
16498         Log: Subject: [PATCH perlsnap] its --> it's --> its
16499              From: "Philip Newton" <Philip.Newton@gmx.net>
16500              Date: Sun, 1 Jul 2001 09:37:56 +0200
16501              Message-Id: <200107010733.KAA03914@taas.iki.fi>
16502      Branch: perl
16503            ! Porting/config_H
16504 ____________________________________________________________________________
16505 [ 11069] By: jhi                                   on 2001/07/02  12:01:52
16506         Log: Sync with Sarathy; integrate with perlio.
16507      Branch: perl
16508           !> gv.c
16509 ____________________________________________________________________________
16510 [ 11068] By: gsar                                  on 2001/07/02  08:07:54
16511         Log: regenerate win32/config_H.?c files
16512      Branch: perl
16513            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
16514 ____________________________________________________________________________
16515 [ 11067] By: gsar                                  on 2001/07/02  08:03:55
16516         Log: rename s/sv_getcwd/getcwd_sv/ for better conformance to existing
16517              naming discipline
16518              
16519              win32 fix: enable getcwd_sv() to work on windows (POSIX.t was failing
16520              because of this)
16521              
16522              fix a warning about "fd" being used without being set in Cwd.xs
16523      Branch: perl
16524            ! embed.h embed.pl ext/Cwd/Cwd.xs ext/POSIX/POSIX.t
16525            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
16526            ! pod/perlapi.pod proto.h util.c win32/config.bc win32/config.gc
16527            ! win32/config.vc
16528 ____________________________________________________________________________
16529 [ 11066] By: gsar                                  on 2001/07/02  07:12:10
16530         Log: win32 fixes: fix various syntax errors ("no preprocessor directives
16531              within macro arguments") and warnings ("unary minus applied to
16532              unsigned type", among others)
16533      Branch: perl
16534            ! gv.c hv.c op.c pp.c sv.c toke.c
16535 ____________________________________________________________________________
16536 [ 11065] By: gsar                                  on 2001/07/02  06:26:22
16537         Log: win32 fixes: more spurious CRs
16538      Branch: perl
16539            ! win32/mdelete.bat
16540 ____________________________________________________________________________
16541 [ 11064] By: gsar                                  on 2001/07/02  06:25:22
16542         Log: win32 tweaks: remove extra CRs from makefile.mk; move mdelete.bat
16543              from win32/bin (or it gets deleted by distclean); don't delete
16544              lib/Cwd.pm during distclean; mdelete.bat doesn't work properly on
16545              NT (should be made Win9x specific, and added to makefile.mk)
16546      Branch: perl
16547           +> win32/mdelete.bat
16548            - win32/bin/mdelete.bat
16549            ! win32/Makefile win32/makefile.mk
16550 ____________________________________________________________________________
16551 [ 11063] By: nick                                  on 2001/07/01  18:54:09
16552         Log: Quick for for #ifdef mess
16553      Branch: perlio
16554            ! gv.c
16555 ____________________________________________________________________________
16556 [ 11062] By: nick                                  on 2001/07/01  18:47:42
16557         Log: Raw integrate - does not build #if mess in gv.c
16558      Branch: perlio
16559           !> (integrate 29 files)
16560 ____________________________________________________________________________
16561 [ 11061] By: jhi                                   on 2001/07/01  15:20:38
16562         Log: Make 'compile' target a little less broken.
16563              Still very broken, though: -Wall warnings from
16564              the generated code, boot_Foo prototypes missing,
16565              can't autoload Fcntl::SEEK_CUR et alia, ...
16566      Branch: perl
16567            ! ext/B/B/C.pm pod/Makefile.SH t/TEST utils/Makefile
16568            ! utils/perlcc.PL x2p/Makefile.SH
16569 ____________________________________________________________________________
16570 [ 11060] By: jhi                                   on 2001/07/01  14:04:20
16571         Log: Upgrade to Storable 1.0.12, from Raphael Manfredi.
16572      Branch: perl
16573            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
16574            ! ext/Storable/Storable.xs ext/Storable/t/freeze.t
16575 ____________________________________________________________________________
16576 [ 11059] By: jhi                                   on 2001/07/01  05:02:59
16577         Log: Update Changes.
16578      Branch: perl
16579            ! Changes patchlevel.h
16580 ____________________________________________________________________________
16581 [ 11058] By: jhi                                   on 2001/07/01  04:57:05
16582         Log: Still one typo, regen toc.
16583      Branch: perl
16584            ! lib/Unicode/UCD.pm pod/perltoc.pod
16585 ____________________________________________________________________________
16586 [ 11057] By: jhi                                   on 2001/07/01  04:54:35
16587         Log: Detypos and regen toc.
16588      Branch: perl
16589            ! README.os2 lib/Unicode/UCD.pm pod/perltoc.pod
16590 ____________________________________________________________________________
16591 [ 11056] By: jhi                                   on 2001/07/01  04:26:08
16592         Log: VERSION tweak.
16593      Branch: perl
16594            ! ext/List/Util/lib/List/Util.pm
16595 ____________________________________________________________________________
16596 [ 11055] By: jhi                                   on 2001/06/30  22:18:37
16597         Log: Attempt at plugging the leak under ithreads detected by Doug.
16598      Branch: perl
16599            ! op.h
16600 ____________________________________________________________________________
16601 [ 11054] By: jhi                                   on 2001/06/30  21:33:29
16602         Log: gcc -Wall lint after #11051.
16603      Branch: perl
16604            ! pp_sys.c
16605 ____________________________________________________________________________
16606 [ 11053] By: jhi                                   on 2001/06/30  21:13:55
16607         Log: Integrate perlio.
16608      Branch: perl
16609           !> lib/File/Find/taint.t
16610 ____________________________________________________________________________
16611 [ 11052] By: jhi                                   on 2001/06/30  21:07:38
16612         Log: Don't use the v-strings for module VERSIONs.
16613      Branch: perl
16614            ! lib/Unicode/UCD.pm
16615 ____________________________________________________________________________
16616 [ 11051] By: jhi                                   on 2001/06/30  20:59:57
16617         Log: Code cleanup based on turning off the -woffs in IRIX.
16618              Not all of the gripes cleaned up (hairy code in hv.c and
16619              regcomp.c; unused newsp, gimme, and optype from cop.h macros;
16620              unused 'key' arguments in ?DBM_File.xs) (and the -woffs left
16621              to the IRIX hints)
16622      Branch: perl
16623            ! ext/DB_File/DB_File.xs ext/Data/Dumper/Dumper.xs
16624            ! ext/IPC/SysV/SysV.xs ext/List/Util/Util.xs
16625            ! ext/PerlIO/Scalar/Scalar.xs gv.c mg.c op.c perlio.c pp_sys.c
16626            ! regcomp.c sv.c
16627 ____________________________________________________________________________
16628 [ 11050] By: nick                                  on 2001/06/30  20:46:46
16629         Log: Jeffrey Friedl's <jfriedl@yahoo.com> fix for lib/File/Find/taint.t
16630      Branch: perlio
16631            ! lib/File/Find/taint.t
16632 ____________________________________________________________________________
16633 [ 11049] By: nick                                  on 2001/06/30  18:13:33
16634         Log: Integrate mainline
16635      Branch: perlio
16636           +> NetWare/nwstdio.h NetWare/perlsdio.h
16637           +> ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
16638           +> ext/Encode/Encode/7bit-kr.enc lib/Unicode/UCD.pm
16639           +> lib/Unicode/UCD.t t/run/exit.t
16640           !> (integrate 60 files)
16641 ____________________________________________________________________________
16642 [ 11048] By: jhi                                   on 2001/06/30  16:23:39
16643         Log: Delta delta.
16644      Branch: perl
16645            ! pod/perl572delta.pod
16646 ____________________________________________________________________________
16647 [ 11047] By: jhi                                   on 2001/06/30  16:03:40
16648         Log: More VERSION tuning: to avoid unnecessary Perl upgrades
16649              by CPAN.pm, use rather _00.
16650      Branch: perl
16651            ! ext/Errno/Errno_pm.PL ext/IO/lib/IO/Dir.pm
16652            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
16653            ! ext/IO/lib/IO/Socket/UNIX.pm ext/IPC/SysV/Msg.pm
16654            ! ext/IPC/SysV/Semaphore.pm ext/IPC/SysV/SysV.pm
16655            ! ext/Time/HiRes/HiRes.pm lib/CGI/Pretty.pm lib/CPAN/Nox.pm
16656            ! lib/ExtUtils/Embed.pm lib/Test.pm
16657 ____________________________________________________________________________
16658 [ 11046] By: jhi                                   on 2001/06/30  15:53:22
16659         Log: Add a simple Unicode character database interface, Unicode::UCD.
16660      Branch: perl
16661            + lib/Unicode/UCD.pm lib/Unicode/UCD.t
16662            ! MANIFEST
16663 ____________________________________________________________________________
16664 [ 11045] By: jhi                                   on 2001/06/30  13:42:37
16665         Log: Subject: [PATCH] op/numconver.t
16666              From: Nicholas Clark <nick@ccl4.org>
16667              Date: Sat, 30 Jun 2001 15:40:10 +0100
16668              Message-ID: <20010630154010.I59620@plum.flirble.org>
16669      Branch: perl
16670            ! t/op/numconvert.t
16671 ____________________________________________________________________________
16672 [ 11044] By: jhi                                   on 2001/06/30  13:29:25
16673         Log: The $^N is now taken (by #11038).
16674      Branch: perl
16675            ! t/base/lex.t
16676 ____________________________________________________________________________
16677 [ 11043] By: jhi                                   on 2001/06/30  13:15:59
16678         Log: The #11040 had slipped to a wrong function...
16679      Branch: perl
16680            ! sv.c
16681 ____________________________________________________________________________
16682 [ 11042] By: jhi                                   on 2001/06/30  13:08:25
16683         Log: In 64-bit AIX 5L (oslevel 5.1.0.0, ccversion 5.0.2.0)
16684              the Configure library symbol probe mysteriously finds all
16685              symbols but those of pipe() and times().
16686      Branch: perl
16687            ! hints/aix.sh
16688 ____________________________________________________________________________
16689 [ 11041] By: jhi                                   on 2001/06/30  13:01:25
16690         Log: Subject: [PATCH] (was Re: not OK: perl@11006 on HP-UX B.11.00)
16691              From: Nicholas Clark <nick@ccl4.org>
16692              Date: Fri, 29 Jun 2001 23:49:07 +0100
16693              Message-ID: <20010629234907.D59620@plum.flirble.org>
16694      Branch: perl
16695            ! lib/ExtUtils.t
16696 ____________________________________________________________________________
16697 [ 11040] By: jhi                                   on 2001/06/30  13:00:24
16698         Log: Subject: [PATCH] weakref fix 2, not yet there
16699              From: Artur Bergman <artur@contiller.se>
16700              Date: Sat, 30 Jun 2001 01:18:16 +0200
16701              Message-ID: <B762D957.1CC9%artur@contiller.se>
16702      Branch: perl
16703            ! sv.c
16704 ____________________________________________________________________________
16705 [ 11039] By: jhi                                   on 2001/06/30  12:59:25
16706         Log: Subject: [PATCH t/run/exit.t] Another shot at testing exit codes.
16707              From: Michael G Schwern <schwern@pobox.com>
16708              Date: Fri, 29 Jun 2001 19:39:11 -0400
16709              Message-ID: <20010629193910.D25304@blackrider>
16710      Branch: perl
16711            + t/run/exit.t
16712            ! MANIFEST
16713 ____________________________________________________________________________
16714 [ 11038] By: jhi                                   on 2001/06/30  12:58:16
16715         Log: Add support for $^N, the most-recently closed group.
16716      Branch: perl
16717            ! embedvar.h gv.c mg.c perlapi.h pod/perlretut.pod
16718            ! pod/perltoc.pod pod/perlvar.pod regexec.c regexp.h t/op/pat.t
16719            ! thrdvar.h
16720 ____________________________________________________________________________
16721 [ 11037] By: jhi                                   on 2001/06/30  12:53:40
16722         Log: Subject: [ID 20010630.001] Editorial nits in README.solaris
16723              From: lvirden@cas.org
16724              Date: Sat, 30 Jun 2001 04:12:36 -0400 (EDT)
16725              Message-Id: <200106300812.f5U8CaG10447@lwv26awu.cas.org>
16726              
16727              Subject: [ID 20010630.002] Another editorial tweak to README.solaris
16728              From: lvirden@cas.org
16729              Date: Sat, 30 Jun 2001 04:17:55 -0400 (EDT)
16730              Message-Id: <200106300817.f5U8HtN10626@lwv26awu.cas.org>
16731      Branch: perl
16732            ! README.solaris
16733 ____________________________________________________________________________
16734 [ 11036] By: jhi                                   on 2001/06/30  12:51:45
16735         Log: Subject: [PATCH] Encode.pm to use escape-sequence encoding
16736              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
16737              Date: Sat, 30 Jun 2001 07:33:37 +0900
16738              Message-Id: <20010630073226.7C79.BQW10602@nifty.com>
16739              
16740              Subject: Re: [PATCH] Encode.pm to use escape-sequence encoding
16741              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
16742              Date: Sat, 30 Jun 2001 21:38:14 +0900
16743              Message-Id: <20010630213554.F67A.BQW10602@nifty.com>
16744      Branch: perl
16745            + ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
16746            + ext/Encode/Encode/7bit-kr.enc
16747            ! MANIFEST ext/Encode/Encode/Tcl.pm
16748 ____________________________________________________________________________
16749 [ 11035] By: jhi                                   on 2001/06/30  12:44:51
16750         Log: NetWare tweaks from Guruprasad.
16751      Branch: perl
16752            + NetWare/nwstdio.h NetWare/perlsdio.h
16753            ! MANIFEST NetWare/Makefile NetWare/config.wc
16754            ! NetWare/config_H.wc NetWare/nwperlsys.c NetWare/nwperlsys.h
16755            ! NetWare/t/Readme.txt
16756 ____________________________________________________________________________
16757 [ 11034] By: jhi                                   on 2001/06/29  23:28:16
16758         Log: More module $VERSION bump-ups.
16759      Branch: perl
16760            ! ext/Devel/Peek/Peek.pm lib/ExtUtils/Embed.pm
16761            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Manifest.pm
16762            ! lib/ExtUtils/Mksymlists.pm lib/IPC/Open3.pm
16763 ____________________________________________________________________________
16764 [ 11033] By: jhi                                   on 2001/06/29  21:25:23
16765         Log: Doc update due to #11032.
16766      Branch: perl
16767            ! pod/perl572delta.pod
16768 ____________________________________________________________________________
16769 [ 11032] By: jhi                                   on 2001/06/29  21:19:44
16770         Log: Subject: [PATCH: perl@11006] s/div/lib\$ediv/ in Time::HiRes for VAX
16771              From: Peter Prymmer <pvhp@forte.com>
16772              Date: Fri, 29 Jun 2001 14:02:16 -0700 (PDT)
16773              Message-ID: <Pine.OSF.4.10.10106291337520.65853-100000@aspara.forte.com>
16774      Branch: perl
16775            ! ext/Time/HiRes/HiRes.xs
16776 ____________________________________________________________________________
16777 [ 11031] By: jhi                                   on 2001/06/29  14:31:53
16778         Log: -lpthreads missing in AIX.
16779      Branch: perl
16780            ! hints/aix.sh
16781 ____________________________________________________________________________
16782 [ 11030] By: jhi                                   on 2001/06/29  14:08:12
16783         Log: Subject: [PATCH] CLONE && weakrefs
16784              From: Artur Bergman <artur@contiller.se>
16785              Date: Fri, 29 Jun 2001 17:02:00 +0200
16786              Message-ID: <B7626508.1CA0%artur@contiller.se>
16787      Branch: perl
16788            ! sv.c
16789 ____________________________________________________________________________
16790 [ 11029] By: jhi                                   on 2001/06/29  14:06:50
16791         Log: Subject: Re: Bug report: split splits on wrong pattern
16792              From: Radu Greab <radu@netsoft.ro>
16793              Date: Wed, 27 Jun 2001 21:50:52 +0300
16794              Message-ID: <15162.11020.279064.471031@ix.netsoft.ro>
16795      Branch: perl
16796            ! pp_ctl.c t/op/split.t
16797 ____________________________________________________________________________
16798 [ 11028] By: jhi                                   on 2001/06/29  13:47:38
16799         Log: Metaconfig unit change for #11027.
16800      Branch: metaconfig/U/perl
16801            ! d_modfl.U
16802 ____________________________________________________________________________
16803 [ 11027] By: jhi                                   on 2001/06/29  13:47:03
16804         Log: I thought this Configure glitch for AIX was just recently fixed?
16805      Branch: perl
16806            ! Configure
16807 ____________________________________________________________________________
16808 [ 11026] By: jhi                                   on 2001/06/29  13:14:07
16809         Log: Update Changes.
16810      Branch: perl
16811            ! Changes patchlevel.h
16812 ____________________________________________________________________________
16813 [ 11025] By: jhi                                   on 2001/06/29  13:07:57
16814         Log: Subject: Re: perl@10967, File::Find, and Cwd
16815              From: Mike Guy <mjtg@cam.ac.uk>
16816              Date: Fri, 29 Jun 2001 14:56:49 +0100
16817              Message-Id: <E15FylN-0004LT-00@draco.cus.cam.ac.uk>
16818      Branch: perl
16819            ! lib/File/Find/taint.t
16820 ____________________________________________________________________________
16821 [ 11024] By: jhi                                   on 2001/06/29  12:39:23
16822         Log: Update the sv_pvprintify() spec.
16823      Branch: perl
16824            ! pod/perltodo.pod
16825 ____________________________________________________________________________
16826 [ 11023] By: jhi                                   on 2001/06/29  12:33:33
16827         Log: Known test failures update.
16828      Branch: perl
16829            ! pod/perl572delta.pod
16830 ____________________________________________________________________________
16831 [ 11022] By: jhi                                   on 2001/06/29  12:24:32
16832         Log: Based on
16833              
16834              Subject: [PATCH @11016] More );) fixes
16835              From: Richard Soderberg <rs@crystalflame.net>
16836              Date: Fri, 29 Jun 2001 04:09:24 -0700 (PDT)
16837              Message-ID: <Pine.LNX.4.21.0106290408200.12037-100000@oregonnet.com> 
16838      Branch: perl
16839            ! ext/Thread/Thread.xs ext/Thread/typemap
16840 ____________________________________________________________________________
16841 [ 11021] By: jhi                                   on 2001/06/29  12:21:51
16842         Log: Subject: [PATCH @11016] Fixes compile errors in four files
16843              From: Richard Soderberg <rs@crystalflame.net>
16844              Date: Fri, 29 Jun 2001 03:35:11 -0700 (PDT)
16845              Message-ID: <Pine.LNX.4.21.0106290333270.9768-100000@oregonnet.com>
16846      Branch: perl
16847            ! mg.c pp.c pp_hot.c util.c
16848 ____________________________________________________________________________
16849 [ 11020] By: jhi                                   on 2001/06/29  12:05:54
16850         Log: AIX hints tweaking continues, from Merijn Brand.
16851      Branch: perl
16852            ! hints/aix.sh
16853 ____________________________________________________________________________
16854 [ 11019] By: jhi                                   on 2001/06/29  12:05:10
16855         Log: HP-UX needs gccversion sooner, from Merijn Brand.
16856      Branch: perl
16857            ! hints/hpux.sh
16858 ____________________________________________________________________________
16859 [ 11018] By: jhi                                   on 2001/06/29  11:52:31
16860         Log: Subject: [PATCH 5.6.1] OS/2 docs
16861              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16862              Date: Fri, 29 Jun 2001 02:34:12 -0400
16863              Message-ID: <20010629023412.A6033@math.ohio-state.edu>
16864      Branch: perl
16865            ! README.os2 os2/Changes
16866 ____________________________________________________________________________
16867 [ 11017] By: nick                                  on 2001/06/29  10:20:30
16868         Log: Integrate mainline
16869      Branch: perlio
16870           +> (branch 37 files)
16871            - ext/ODBM_File/sdbm.t
16872           !> (integrate 211 files)
16873 ____________________________________________________________________________
16874 [ 11016] By: jhi                                   on 2001/06/29  03:38:56
16875         Log: Bump up the VERSIONs of modules that have changed since 5.6.0,
16876              the modules found using a script written by Larry Schatzer Jr.
16877      Branch: perl
16878            ! ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Handle.pm
16879            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Select.pm
16880            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
16881            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
16882            ! ext/IPC/SysV/SysV.pm ext/Opcode/Opcode.pm ext/Opcode/Safe.pm
16883            ! ext/Thread/Thread.pm ext/attrs/attrs.pm ext/re/re.pm
16884            ! lib/AutoSplit.pm lib/Benchmark.pm lib/CGI/Pretty.pm
16885            ! lib/CPAN/Nox.pm lib/Exporter.pm lib/ExtUtils/Command.pm
16886            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Packlist.pm
16887            ! lib/File/Compare.pm lib/FileHandle.pm lib/Math/Complex.pm
16888            ! lib/Math/Trig.pm lib/Pod/Html.pm lib/Symbol.pm
16889            ! lib/Text/ParseWords.pm lib/Text/Soundex.pm lib/Text/Tabs.pm
16890            ! lib/Tie/Array.pm lib/attributes.pm lib/autouse.pm lib/base.pm
16891            ! lib/constant.pm lib/fields.pm lib/strict.pm
16892 ____________________________________________________________________________
16893 [ 11015] By: jhi                                   on 2001/06/29  02:55:58
16894         Log: The latest JPL from the anoncvs.
16895      Branch: perl
16896            ! jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
16897 ____________________________________________________________________________
16898 [ 11014] By: jhi                                   on 2001/06/29  02:16:55
16899         Log: In EBCDIC assume UTF-EBCDIC, not UTF-8.
16900      Branch: perl
16901            ! t/op/pat.t
16902 ____________________________________________________________________________
16903 [ 11013] By: jhi                                   on 2001/06/28  23:14:53
16904         Log: Worrying about insecure directories now is a bit too late.
16905      Branch: perl
16906            ! lib/File/Find/taint.t
16907 ____________________________________________________________________________
16908 [ 11012] By: jhi                                   on 2001/06/28  21:36:36
16909         Log: Cannot DIE() in a void function,
16910              from Richard Hatch <rhatch@austin.ibm.com>.
16911      Branch: perl
16912            ! ext/IPC/SysV/SysV.xs
16913 ____________________________________________________________________________
16914 [ 11011] By: jhi                                   on 2001/06/28  19:32:13
16915         Log: Subject: [PATCH: perl@11006] s/qdiv/div/ in Time::HiRes for VAX
16916              From: Peter Prymmer <pvhp@forte.com>
16917              Date: Thu, 28 Jun 2001 13:00:18 -0700 (PDT)
16918              Message-ID: <Pine.OSF.4.10.10106281125220.508935-100000@aspara.forte.com>
16919              
16920              (unfinished: time/hires tests 3, 5, 14 failing, but better
16921              than wholesale failure)
16922      Branch: perl
16923            ! ext/Time/HiRes/HiRes.xs
16924 ____________________________________________________________________________
16925 [ 11010] By: jhi                                   on 2001/06/28  19:10:54
16926         Log: Subject: [PATCH 5.6.1] OS/2 improvements
16927              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16928              Date: Thu, 28 Jun 2001 16:03:14 -0400
16929              Message-ID: <20010628160314.A17906@math.ohio-state.edu>
16930      Branch: perl
16931            + os2/os2_base.t
16932            ! MANIFEST hints/os2.sh makedef.pl os2/OS2/PrfDB/PrfDB.xs
16933            ! os2/OS2/Process/Process.pm os2/OS2/Process/Process.xs
16934            ! os2/OS2/REXX/REXX.xs os2/dl_os2.c os2/dlfcn.h os2/os2.c
16935            ! os2/os2ish.h
16936 ____________________________________________________________________________
16937 [ 11009] By: jhi                                   on 2001/06/28  18:54:14
16938         Log: Subject: Incrementing Extutils::Manifest's $VERSION
16939              From: Michael G Schwern <schwern@pobox.com>
16940              Date: Thu, 28 Jun 2001 13:13:49 -0400
16941              Message-ID: <20010628131349.A14738@blackrider>
16942      Branch: maint-5.6/perl
16943            ! lib/ExtUtils/Manifest.pm
16944 ____________________________________________________________________________
16945 [ 11008] By: jhi                                   on 2001/06/28  18:52:20
16946         Log: AIX tweak from Merijn Brand.
16947      Branch: perl
16948            ! hints/aix.sh
16949 ____________________________________________________________________________
16950 [ 11007] By: jhi                                   on 2001/06/28  17:46:27
16951         Log: Create the macperl branch.
16952      Branch: maint-5.6/macperl
16953           +> (branch 1728 files)
16954 ____________________________________________________________________________
16955 [ 11006] By: jhi                                   on 2001/06/28  14:46:21
16956         Log: Update Changes.
16957      Branch: perl
16958            ! Changes patchlevel.h
16959 ____________________________________________________________________________
16960 [ 11005] By: jhi                                   on 2001/06/28  14:40:11
16961         Log: More Perforce lore.
16962      Branch: perl
16963            ! Porting/repository.pod
16964 ____________________________________________________________________________
16965 [ 11004] By: jhi                                   on 2001/06/28  14:12:50
16966         Log: Metaconfig unit changes for #11003.
16967      Branch: metaconfig/U/perl
16968            + d_nl_langinfo.U i_langinfo.U
16969 ____________________________________________________________________________
16970 [ 11003] By: jhi                                   on 2001/06/28  14:12:27
16971         Log: Add Configure probes for nl_langinfo() and <langinfo.h>.
16972              Expected not to exist in non-UNIX excepting in VMS, where
16973              according to a quick web survey they just might.
16974      Branch: perl
16975            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
16976            ! Porting/config_H config_h.SH configure.com epoc/config.sh
16977            ! perl.h uconfig.h uconfig.sh vos/config.alpha.def
16978            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
16979            ! win32/config.bc win32/config.gc win32/config.vc
16980 ____________________________________________________________________________
16981 [ 11002] By: jhi                                   on 2001/06/28  13:39:11
16982         Log: One shouldn't use XBS5_ILP32_OFFBIG_CFLAGS et alia
16983              in AIX is one is doing a 64-bit build.
16984      Branch: perl
16985            ! hints/aix.sh
16986 ____________________________________________________________________________
16987 [ 11001] By: jhi                                   on 2001/06/28  13:28:37
16988         Log: Metaconfig unit changes for #11000.
16989      Branch: metaconfig/U/perl
16990            ! use64bits.U uselfs.U
16991 ____________________________________________________________________________
16992 [ 11000] By: jhi                                   on 2001/06/28  13:21:16
16993         Log: Move use64bitint and use64bitall before uselargefiles.
16994      Branch: perl
16995            ! Configure
16996 ____________________________________________________________________________
16997 [ 10999] By: jhi                                   on 2001/06/28  03:49:07
16998         Log: Subject: [ID 20010625.009] open(FILE,"+foo") [PATCH]
16999              From: Robert Spier <rspier@pobox.com>
17000              Message-ID: <15162.41164.618712.841415@rls.cx>
17001              Date: Wed, 27 Jun 2001 23:13:16 -0400
17002      Branch: perl
17003            ! doio.c
17004 ____________________________________________________________________________
17005 [ 10998] By: jhi                                   on 2001/06/28  03:42:57
17006         Log: Subject: [PATCH: perl@10996] avoid overflow in numeric.c:S_mulexp10() on VAX
17007              From: Peter Prymmer <pvhp@forte.com>
17008              Date: Wed, 27 Jun 2001 19:25:49 -0700 (PDT)
17009              Message-ID: <Pine.OSF.4.10.10106271922120.465082-100000@aspara.forte.com>
17010      Branch: perl
17011            ! numeric.c
17012 ____________________________________________________________________________
17013 [ 10997] By: jhi                                   on 2001/06/28  03:42:12
17014         Log: Subject: [patch perl@10996] "fix" VAX Digest/MD5, Fcntl, brokennes in SDBM
17015              From: Peter Prymmer <pvhp@forte.com>
17016              Date: Wed, 27 Jun 2001 17:33:33 -0700 (PDT)
17017              Message-ID: <Pine.OSF.4.10.10106271705390.467850-100000@aspara.forte.com>
17018      Branch: perl
17019            ! configure.com ext/Digest/MD5/Makefile.PL
17020 ____________________________________________________________________________
17021 [ 10996] By: jhi                                   on 2001/06/27  20:34:11
17022         Log: Update Changes.
17023      Branch: perl
17024            ! Changes patchlevel.h
17025 ____________________________________________________________________________
17026 [ 10995] By: jhi                                   on 2001/06/27  20:06:28
17027         Log: Tiny EPOC updates.
17028      Branch: perl
17029            ! epoc/config.sh
17030 ____________________________________________________________________________
17031 [ 10994] By: jhi                                   on 2001/06/27  19:55:16
17032         Log: The Test::More and Test::Simple tests required help
17033              thanks to our schizophrenic test scheme.
17034      Branch: perl
17035            ! lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
17036            ! lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
17037            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
17038            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
17039            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
17040 ____________________________________________________________________________
17041 [ 10993] By: jhi                                   on 2001/06/27  17:17:30
17042         Log: Upgrade to Test::Simple 0.09.
17043      Branch: perl
17044            + lib/Test/Simple/Changes
17045            ! MANIFEST lib/Test/Simple.pm lib/Test/Simple/t/exit.t
17046            ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
17047            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
17048            ! lib/Test/Simple/t/plan_is_noplan.t
17049 ____________________________________________________________________________
17050 [ 10992] By: jhi                                   on 2001/06/27  17:11:28
17051         Log: Upgrade to Test::More 0.07.
17052      Branch: perl
17053            + lib/Test/More/Changes
17054            ! MANIFEST lib/Test/More.pm lib/Test/More/t/fail-like.t
17055            ! lib/Test/More/t/fail.t lib/Test/More/t/plan_is_noplan.t
17056            ! lib/Test/More/t/skipall.t
17057 ____________________________________________________________________________
17058 [ 10991] By: jhi                                   on 2001/06/27  17:04:13
17059         Log: Subject: Re: [PATCH] gcc-3.0 warnings on HP-UX
17060              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
17061              Date: Wed, 27 Jun 2001 18:40:04 +0200
17062              Message-Id: <20010627182601.7261.H.M.BRAND@hccnet.nl>
17063      Branch: perl
17064            ! hints/hpux.sh
17065 ____________________________________________________________________________
17066 [ 10990] By: jhi                                   on 2001/06/27  17:02:55
17067         Log: Subject: [PATCH README.qnx hints/qnx.sh]
17068              From: Norton Allen <allen@huarp.harvard.edu>
17069              Date: Wed, 27 Jun 2001 13:46:03 -0400 (edt)
17070              Message-Id: <200106271746.NAA02789@bottesini.harvard.edu>
17071      Branch: perl
17072            ! README.qnx hints/qnx.sh
17073 ____________________________________________________________________________
17074 [ 10989] By: jhi                                   on 2001/06/27  14:33:53
17075         Log: Subject: [PATCH] two little documentation nits
17076              From: Abhijit Menon-Sen <ams@wiw.org>
17077              Date: Wed, 27 Jun 2001 20:07:50 +0530
17078              Message-ID: <20010627200750.A15756@lustre.lustre.dyn.wiw.org>
17079      Branch: perl
17080            ! sv.c sv.h
17081 ____________________________________________________________________________
17082 [ 10988] By: jhi                                   on 2001/06/27  13:33:32
17083         Log: Subject: [PATCH File/Spec/Unix.pm ExtUtils/MM_Unix.pm] for QNX
17084              From: Norton Allen <allen@huarp.harvard.edu>
17085              Date: Wed, 27 Jun 2001 10:33:05 -0400 (edt)
17086              Message-Id: <200106271433.KAA04947@bottesini.harvard.edu>
17087      Branch: perl
17088            ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
17089 ____________________________________________________________________________
17090 [ 10987] By: jhi                                   on 2001/06/27  12:14:36
17091         Log: Subject: [PATCH vms/test.com] Adding TODO tests (was:  Re: a report on perl@10930 results on a couple of Alphas)
17092              From: Michael G Schwern <schwern@pobox.com>
17093              Date: Wed, 27 Jun 2001 02:34:58 -0400
17094              Message-ID: <20010627023458.K23874@blackrider>
17095      Branch: perl
17096            ! vms/test.com
17097 ____________________________________________________________________________
17098 [ 10986] By: jhi                                   on 2001/06/27  12:01:49
17099         Log: Add perl_clone_host() for Netware.
17100      Branch: perl
17101            ! NetWare/nw5.c
17102 ____________________________________________________________________________
17103 [ 10985] By: jhi                                   on 2001/06/27  11:56:53
17104         Log: GCC 3.0 hints for HP-UX.
17105      Branch: perl
17106            ! hints/hpux.sh
17107 ____________________________________________________________________________
17108 [ 10984] By: jhi                                   on 2001/06/27  11:55:06
17109         Log: In some Linux distributions the libndbm is broken
17110              (no null key support), therefore link with libgdbm
17111              (if available), since it has a working ndbm emulation,
17112              from Jonathan Stowe.
17113      Branch: perl
17114            + ext/NDBM_File/hints/linux.pl
17115            ! MANIFEST
17116 ____________________________________________________________________________
17117 [ 10983] By: jhi                                   on 2001/06/27  11:48:56
17118         Log: Subject: [PATCH perl@10930] find.t hack for VMS
17119              From: "Craig A. Berry" <craigberry@mac.com>
17120              Date: Tue, 26 Jun 2001 23:40:25 -0500
17121              Message-Id: <a05101000b75f10cdc80f@[192.168.56.145]>
17122      Branch: perl
17123            ! lib/File/Find/find.t
17124 ____________________________________________________________________________
17125 [ 10982] By: jhi                                   on 2001/06/27  11:47:30
17126         Log: AUTHORS updates.
17127      Branch: perl
17128            ! AUTHORS
17129 ____________________________________________________________________________
17130 [ 10981] By: jhi                                   on 2001/06/27  11:46:02
17131         Log: Metaconfig unit change like #10980.
17132      Branch: metaconfig
17133            ! U/compline/d_stdstdio.U
17134 ____________________________________________________________________________
17135 [ 10980] By: jhi                                   on 2001/06/27  11:45:29
17136         Log: "lose the it's", from Abhijit Menon-Sen.
17137              ("It's" not searched, pods not searched.)
17138      Branch: perl
17139            ! Porting/Glossary Porting/config_H README.qnx config_h.SH
17140            ! emacs/cperl-mode.el ext/IPC/SysV/Semaphore.pm
17141            ! ext/List/Util/lib/Scalar/Util.pm hints/next_3.sh hints/qnx.sh
17142            ! lib/CPAN/Nox.pm lib/ExtUtils/Embed.pm lib/ExtUtils/MM_NW5.pm
17143            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
17144            ! lib/ExtUtils/MM_Win32.pm lib/Net/DummyInetd.pm win32/win32.c
17145 ____________________________________________________________________________
17146 [ 10979] By: jhi                                   on 2001/06/27  11:36:40
17147         Log: "lose the looses", from Abhijit Menon-Sen.
17148      Branch: perl
17149            ! ext/B/B/Assembler.pm gv.c
17150 ____________________________________________________________________________
17151 [ 10978] By: jhi                                   on 2001/06/27  11:35:38
17152         Log: Catch FP exceptions also in z/OS (aka OS/390), from Peter Prymmer.
17153      Branch: perl
17154            ! hints/os390.sh
17155 ____________________________________________________________________________
17156 [ 10977] By: jhi                                   on 2001/06/27  11:33:28
17157         Log: DEC C 5.3 on the VAX simply doesn't seem to like
17158              compiling the MD5 extension, disable it there for now,
17159              from Peter Prymmer.
17160      Branch: perl
17161            ! configure.com
17162 ____________________________________________________________________________
17163 [ 10976] By: jhi                                   on 2001/06/26  21:35:40
17164         Log: Subject: Re: [PATCH perlfaq3.pod] and a question about it.
17165              From: Jonathan Stowe <gellyfish@gellyfish.com>
17166              Date: Tue, 26 Jun 2001 20:53:40 +0100 (BST)
17167              Message-ID: <Pine.LNX.4.33.0106262052060.10849-100000@orpheus.gellyfish.com>
17168      Branch: perl
17169            ! pod/perlfaq3.pod
17170 ____________________________________________________________________________
17171 [ 10975] By: jhi                                   on 2001/06/26  21:32:41
17172         Log: Subject: [PATCH 5.6.1] perlxs misprints
17173              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17174              Date: Tue, 26 Jun 2001 17:20:00 -0400
17175              Message-ID: <20010626172000.A26951@math.ohio-state.edu>
17176      Branch: perl
17177            ! pod/perlxs.pod
17178 ____________________________________________________________________________
17179 [ 10974] By: jhi                                   on 2001/06/26  21:31:51
17180         Log: Subject: [PATCH 5.6.1] xsubpp flags from the command line
17181              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17182              Date: Tue, 26 Jun 2001 17:27:07 -0400
17183              Message-ID: <20010626172707.A27097@math.ohio-state.edu>
17184      Branch: perl
17185            ! lib/ExtUtils/MM_Unix.pm
17186 ____________________________________________________________________________
17187 [ 10973] By: jhi                                   on 2001/06/26  21:27:05
17188         Log: Subject: [PATCH 5.6.1] OPTIMIZE=-g
17189              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17190              Date: Tue, 26 Jun 2001 17:23:24 -0400
17191              Message-ID: <20010626172324.A27003@math.ohio-state.edu>
17192      Branch: perl
17193            ! hints/os2.sh lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
17194 ____________________________________________________________________________
17195 [ 10972] By: jhi                                   on 2001/06/26  20:27:19
17196         Log: Better place for nop IN_LOCALE_NUMERIC, pointed out
17197              by Olaf Flebbe.
17198      Branch: perl
17199            ! perl.h
17200 ____________________________________________________________________________
17201 [ 10971] By: jhi                                   on 2001/06/26  19:59:41
17202         Log: Detypo.
17203      Branch: perl
17204            ! lib/Memoize/t/tie_sdbm.t
17205 ____________________________________________________________________________
17206 [ 10970] By: jhi                                   on 2001/06/26  19:10:19
17207         Log: perl_clone_host() needs PERL_IMPLICIT_SYS.
17208      Branch: perl
17209            ! win32/perllib.c
17210 ____________________________________________________________________________
17211 [ 10969] By: jhi                                   on 2001/06/26  17:21:31
17212         Log: Subject: [patch] perl_clone+CvFILE
17213              From: Doug MacEachern <dougm@covalent.net>
17214              Date: Tue, 26 Jun 2001 09:01:16 -0700 (PDT)
17215              Message-ID: <Pine.LNX.4.21.0106260900480.28420-100000@mako.covalent.net>
17216      Branch: perl
17217            ! sv.c
17218 ____________________________________________________________________________
17219 [ 10968] By: jhi                                   on 2001/06/26  16:48:32
17220         Log: Subject: Re: SDBM on VMS (was Re: a report on perl@10930 results on a couple of Alphas)
17221              From: Mark-Jason Dominus <mjd@plover.com>
17222              Date: Tue, 26 Jun 2001 12:33:01 -0400
17223              Message-ID: <20010626163301.31298.qmail@plover.com>
17224      Branch: perl
17225            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
17226 ____________________________________________________________________________
17227 [ 10967] By: jhi                                   on 2001/06/26  14:21:49
17228         Log: Update Changes.
17229      Branch: perl
17230            ! Changes patchlevel.h
17231 ____________________________________________________________________________
17232 [ 10966] By: jhi                                   on 2001/06/26  14:08:34
17233         Log: Also catfile() needs now to explicitly exported.
17234      Branch: perl
17235            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
17236 ____________________________________________________________________________
17237 [ 10965] By: jhi                                   on 2001/06/26  13:57:54
17238         Log: Regen toc.
17239      Branch: perl
17240            ! pod/perltoc.pod
17241 ____________________________________________________________________________
17242 [ 10964] By: jhi                                   on 2001/06/26  13:56:11
17243         Log: Nonexistent pod command.
17244      Branch: perl
17245            ! pod/perl572delta.pod
17246 ____________________________________________________________________________
17247 [ 10963] By: jhi                                   on 2001/06/26  13:50:53
17248         Log: Be more portable in the quest for tmpdir.
17249      Branch: perl
17250            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
17251 ____________________________________________________________________________
17252 [ 10962] By: jhi                                   on 2001/06/26  13:43:51
17253         Log: Be more portable in finding out the home directory,
17254              and use File::Spec to do the concat.
17255              (Come to think of it, couldn't File::Spec provide
17256              for a ->homedir method?)
17257      Branch: perl
17258            ! lib/Net/Config.pm
17259 ____________________________________________________________________________
17260 [ 10961] By: jhi                                   on 2001/06/26  13:37:30
17261         Log: Doc patch for #10959.
17262      Branch: perl
17263            ! pod/perlfunc.pod
17264 ____________________________________________________________________________
17265 [ 10960] By: jhi                                   on 2001/06/26  13:33:07
17266         Log: Subject: Re: [DOC PATCH bleadperl] Document $count = () = $string =~ /\d+/g
17267              From: "Philip Newton" <pnewton@gmx.de>
17268              Date: Tue, 26 Jun 2001 16:26:47 +0200
17269              Message-ID: <3B38B7C7.32635.1E8DC14@localhost>
17270      Branch: perl
17271            ! pod/perldata.pod
17272 ____________________________________________________________________________
17273 [ 10959] By: jhi                                   on 2001/06/26  13:31:57
17274         Log: Subject: [PATH] shared -> unique;
17275              From: "Artur Bergman" <artur@contiller.se>
17276              Date: Tue, 26 Jun 2001 16:18:40 +0200
17277              Message-ID: <002001c0fe4a$e623ba30$21000a0a@vogw2kdev>
17278              
17279              Because "shared" isn't: it's read-only.
17280      Branch: perl
17281            ! toke.c xsutils.c
17282 ____________________________________________________________________________
17283 [ 10958] By: jhi                                   on 2001/06/26  13:28:27
17284         Log: Escape multiline croak messages.
17285      Branch: perl
17286            ! t/op/ver.t
17287 ____________________________________________________________________________
17288 [ 10957] By: jhi                                   on 2001/06/26  13:18:34
17289         Log: No more pragma/*.t for minitest.
17290      Branch: perl
17291            ! Makefile.SH
17292 ____________________________________________________________________________
17293 [ 10956] By: jhi                                   on 2001/06/26  13:18:00
17294         Log: AUTHORS updates.
17295      Branch: perl
17296            ! AUTHORS
17297 ____________________________________________________________________________
17298 [ 10955] By: jhi                                   on 2001/06/26  13:17:05
17299         Log: delta updates.
17300      Branch: perl
17301            ! pod/perl572delta.pod
17302 ____________________________________________________________________________
17303 [ 10954] By: jhi                                   on 2001/06/26  12:36:07
17304         Log: Subject: [PATCH] Adds perl_clone_host under IMPLICIT SYS
17305              From: Artur Bergman <artur@contiller.se> 
17306              Date: Tue, 26 Jun 2001 15:32:53 +0200
17307              Message-ID: <B75E5BA5.1A7C%artur@contiller.se>
17308      Branch: perl
17309            ! makedef.pl sv.c sv.h win32/perllib.c
17310 ____________________________________________________________________________
17311 [ 10953] By: jhi                                   on 2001/06/26  12:33:55
17312         Log: Subject: [PATCH ext/Time/HiRes/Makefile.PL perl@10929] Test Fails on SCO
17313              From: Jonathan Stowe <gellyfish@gellyfish.com>
17314              Date: Tue, 26 Jun 2001 10:29:57 +0100 (BST)
17315              Message-ID: <Pine.LNX.4.33.0106261021540.18774-100000@orpheus.gellyfish.com>
17316              
17317              SCO OpenServer 5.0.5 needs an explicit -lc for usleep().
17318      Branch: perl
17319            + ext/Time/HiRes/hints/sco.pl
17320            ! MANIFEST
17321 ____________________________________________________________________________
17322 [ 10952] By: jhi                                   on 2001/06/26  11:57:44
17323         Log: Subject: [PATCH 5.6.1] static build
17324              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17325              Date: Tue, 26 Jun 2001 04:22:25 -0400
17326              Message-ID: <20010626042225.A2604@math.ohio-state.edu>
17327      Branch: perl
17328            ! ext/List/Util/Makefile.PL lib/ExtUtils.t
17329            ! lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
17330 ____________________________________________________________________________
17331 [ 10951] By: jhi                                   on 2001/06/26  11:55:59
17332         Log: DJGPP patches from Laszlo Molnar.
17333      Branch: perl
17334            ! djgpp/djgpp.c perl.c util.c
17335 ____________________________________________________________________________
17336 [ 10950] By: jhi                                   on 2001/06/26  11:54:32
17337         Log: Netware patches from Ananth Kesari.
17338      Branch: perl
17339            ! NetWare/Makefile NetWare/config_H.wc NetWare/nw5sck.c
17340            ! NetWare/nw5sck.h NetWare/nwperlsys.c NetWare/nwperlsys.h
17341            ! NetWare/nwtinfo.h
17342 ____________________________________________________________________________
17343 [ 10949] By: jhi                                   on 2001/06/26  11:49:09
17344         Log: Detypo.
17345      Branch: perl
17346            ! ext/Errno/Errno_pm.PL
17347 ____________________________________________________________________________
17348 [ 10948] By: jhi                                   on 2001/06/26  03:44:29
17349         Log: There seems to be two ways of spelling the $^O in *STEP.
17350      Branch: perl
17351            ! ext/Errno/Errno_pm.PL
17352 ____________________________________________________________________________
17353 [ 10947] By: jhi                                   on 2001/06/26  03:01:01
17354         Log: OpenSTEP has gcc 2.7.2.1 which recognizes but does not implement
17355              the -dM flag, from Daniel Ashton <jdashton@AshtonFam.org>.
17356      Branch: perl
17357            ! ext/Errno/Errno_pm.PL
17358 ____________________________________________________________________________
17359 [ 10946] By: jhi                                   on 2001/06/26  02:50:46
17360         Log: Known bugs update.
17361      Branch: perl
17362            ! pod/perl572delta.pod
17363 ____________________________________________________________________________
17364 [ 10945] By: jhi                                   on 2001/06/26  01:15:39
17365         Log: The default installation of Cygwin has 500 as root's uid.
17366      Branch: perl
17367            ! lib/User/pwent.t
17368 ____________________________________________________________________________
17369 [ 10944] By: jhi                                   on 2001/06/26  01:12:39
17370         Log: Be even more relaxed (re-allow having only one entry).
17371      Branch: perl
17372            ! t/op/grent.t t/op/pwent.t
17373 ____________________________________________________________________________
17374 [ 10943] By: jhi                                   on 2001/06/26  01:03:30
17375         Log: Test failure updates.
17376      Branch: perl
17377            ! pod/perl572delta.pod
17378 ____________________________________________________________________________
17379 [ 10942] By: jhi                                   on 2001/06/25  23:32:05
17380         Log: MPE/iX test tweaks from Mark Bixby.
17381      Branch: perl
17382            ! ext/POSIX/POSIX.t ext/Storable/t/lock.t ext/Time/HiRes/HiRes.t
17383            ! t/io/fs.t t/op/stat.t
17384 ____________________________________________________________________________
17385 [ 10941] By: jhi                                   on 2001/06/25  22:18:31
17386         Log: Microperl findings.
17387      Branch: perl
17388            ! perl.h pp_sys.c
17389 ____________________________________________________________________________
17390 [ 10940] By: jhi                                   on 2001/06/25  21:59:29
17391         Log: Touch uconfig.h.
17392      Branch: perl
17393            ! uconfig.h
17394 ____________________________________________________________________________
17395 [ 10939] By: jhi                                   on 2001/06/25  21:32:52
17396         Log: Subject: [PATCH] Proposed fix for Pod::Man
17397              From: Rob Napier <rnapier@employees.org>
17398              Date: Mon, 25 Jun 2001 15:49:24 -0400
17399              Message-ID: <20010625154924.N27568@rnapier-u5.cisco.com>
17400              
17401              Cater for Solaris nroff brokenness (shortchanges daisywheel
17402              printers, but hey, we also no more support PDPs.)
17403      Branch: perl
17404            ! lib/Pod/Man.pm
17405 ____________________________________________________________________________
17406 [ 10938] By: jhi                                   on 2001/06/25  21:14:41
17407         Log: Typo in #10937.
17408      Branch: perl
17409            ! ext/POSIX/sigaction.t
17410 ____________________________________________________________________________
17411 [ 10937] By: jhi                                   on 2001/06/25  19:42:02
17412         Log: SIGCONT not trappable in VMS.
17413      Branch: perl
17414            ! ext/POSIX/sigaction.t
17415 ____________________________________________________________________________
17416 [ 10936] By: jhi                                   on 2001/06/25  19:28:13
17417         Log: Subject: [DRAFT] Encode-Tcl.t
17418              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
17419              Date: Tue, 26 Jun 2001 03:38:08 +0900
17420              Message-Id: <20010626033550.BC35.BQW10602@nifty.com>
17421      Branch: perl
17422            + ext/Encode/Encode/Tcl.t
17423            ! MANIFEST ext/Encode/Encode/Tcl.pm
17424 ____________________________________________________________________________
17425 [ 10935] By: jhi                                   on 2001/06/25  18:40:03
17426         Log: Because of #10932 retract also the perlfunc hunk of #10910.
17427      Branch: perl
17428            ! pod/perlfunc.pod
17429 ____________________________________________________________________________
17430 [ 10934] By: jhi                                   on 2001/06/25  18:27:19
17431         Log: Tweak the XSFUNCTION, from Doug MacEachern, as suggested
17432              by Ilya Zakharevich in
17433              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2001-05/msg01582.html
17434      Branch: perl
17435            ! XSUB.h
17436 ____________________________________________________________________________
17437 [ 10933] By: jhi                                   on 2001/06/25  18:25:26
17438         Log: Typo in #10889.
17439      Branch: perl
17440            ! hints/uts.sh
17441 ____________________________________________________________________________
17442 [ 10932] By: jhi                                   on 2001/06/25  18:23:30
17443         Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
17444              From: Abhijit Menon-Sen <ams@wiw.org>
17445              Date: Mon, 25 Jun 2001 23:45:45 +0530
17446              Message-ID: <20010625234545.A5022@lustre.linux.in>
17447      Branch: perl
17448            ! lib/overload.t opcode.h opcode.pl t/op/flip.t
17449 ____________________________________________________________________________
17450 [ 10931] By: jhi                                   on 2001/06/25  17:50:38
17451         Log: Subject: [PATCH lib/Test.pm] Re: "Deprecated interface" ??
17452              From: Michael G Schwern <schwern@pobox.com>
17453              Date: Mon, 25 Jun 2001 14:35:51 -0400
17454              Message-ID: <20010625143551.H13819@blackrider>
17455      Branch: perl
17456            ! lib/Test.pm
17457 ____________________________________________________________________________
17458 [ 10930] By: jhi                                   on 2001/06/25  14:33:46
17459         Log: Update Changes.
17460      Branch: perl
17461            ! Changes patchlevel.h
17462 ____________________________________________________________________________
17463 [ 10929] By: jhi                                   on 2001/06/25  14:17:57
17464         Log: Regen toc and modlib.
17465      Branch: perl
17466            ! pod/perlmodlib.pod pod/perltoc.pod
17467 ____________________________________________________________________________
17468 [ 10928] By: jhi                                   on 2001/06/25  14:13:09
17469         Log: Enclose the new symbols in START_EXTERN_C and END_EXTERN_C
17470              for the benefit of C++ compilers, as suggested by Guruprasad.
17471      Branch: perl
17472            ! embed.pl proto.h
17473 ____________________________________________________________________________
17474 [ 10927] By: jhi                                   on 2001/06/25  14:11:59
17475         Log: Subject: [PATCH ] Re: [ID 20010625.003] perlfaq5 correction
17476              From: Jonathan Stowe <gellyfish@gellyfish.com>
17477              Date: Mon, 25 Jun 2001 14:39:43 +0100 (BST)
17478              Message-ID: <Pine.LNX.4.33.0106251438080.14795-100000@orpheus.gellyfish.com>
17479      Branch: perl
17480            ! pod/perlfaq5.pod
17481 ____________________________________________________________________________
17482 [ 10926] By: jhi                                   on 2001/06/25  14:04:07
17483         Log: Missed from #10925.
17484      Branch: perl
17485            ! gv.c
17486 ____________________________________________________________________________
17487 [ 10925] By: jhi                                   on 2001/06/25  14:00:06
17488         Log: Subject: [PATCH] Re: CvFILE corruption under ithreads
17489              From: Robin Houston <robin@kitsite.com>
17490              Date: Sat, 19 May 2001 16:19:34 +0100
17491              Message-ID: <20010519161934.A12751@puffinry.freeserve.co.uk>
17492      Branch: perl
17493            ! cv.h gv.h op.c
17494 ____________________________________________________________________________
17495 [ 10924] By: jhi                                   on 2001/06/25  13:58:18
17496         Log: Netware README tweak.
17497      Branch: perl
17498            ! README.netware
17499 ____________________________________________________________________________
17500 [ 10923] By: jhi                                   on 2001/06/25  13:57:13
17501         Log: Subject: [PATCH] Re: overload.t fails
17502              From: Abhijit Menon-Sen <ams@wiw.org>
17503              Date: Mon, 25 Jun 2001 14:52:20 +0530
17504              Message-ID: <20010625145220.A24114@lustre.linux.in>
17505      Branch: perl
17506            ! lib/overload.t
17507 ____________________________________________________________________________
17508 [ 10922] By: jhi                                   on 2001/06/25  13:56:20
17509         Log: Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
17510              From: Mike Guy <mjtg@cam.ac.uk>
17511              Date: Mon, 25 Jun 2001 11:43:23 +0100
17512              Message-Id: <E15ETpz-0007AD-00@draco.cus.cam.ac.uk>
17513      Branch: perl
17514            ! lib/Carp.pm
17515 ____________________________________________________________________________
17516 [ 10921] By: jhi                                   on 2001/06/25  13:50:02
17517         Log: Subject: Re: [PATCH 5.6.1] OS2 syslog
17518              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17519              Date: Sun, 24 Jun 2001 05:17:05 -0400
17520              Message-ID: <20010624051704.A27604@math.ohio-state.edu>
17521      Branch: perl
17522            ! os2/os2ish.h
17523 ____________________________________________________________________________
17524 [ 10920] By: jhi                                   on 2001/06/25  13:49:13
17525         Log: Subject: [PATCH 5.6.1] crypt() on OS/2
17526              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17527              Date: Mon, 25 Jun 2001 05:52:27 -0400
17528              Message-ID: <20010625055227.A24635@math.ohio-state.edu>
17529      Branch: perl
17530            ! hints/os2.sh
17531 ____________________________________________________________________________
17532 [ 10919] By: jhi                                   on 2001/06/25  13:48:30
17533         Log: Subject: Re: [PATCH 5.6.1] OS2 system() broken
17534              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17535              Date: Mon, 25 Jun 2001 05:23:35 -0400
17536              Message-ID: <20010625052334.A24320@math.ohio-state.edu>
17537      Branch: perl
17538            ! os2/os2.c
17539 ____________________________________________________________________________
17540 [ 10918] By: jhi                                   on 2001/06/25  13:47:46
17541         Log: Subject: Re: [PATCH 5.6.1] OS2::DLL
17542              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17543              Date: Mon, 25 Jun 2001 05:04:32 -0400
17544              Message-ID: <20010625050432.A24128@math.ohio-state.edu>
17545      Branch: perl
17546            ! os2/OS2/REXX/DLL/DLL.pm
17547 ____________________________________________________________________________
17548 [ 10917] By: jhi                                   on 2001/06/25  13:44:14
17549         Log: Subject: Re: [PATCH 5.6.1] $^E on OS/2
17550              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17551              Date: Mon, 25 Jun 2001 05:02:36 -0400
17552              Message-ID: <20010625050235.A24046@math.ohio-state.edu>
17553      Branch: perl
17554            ! mg.c os2/dl_os2.c os2/os2.c
17555 ____________________________________________________________________________
17556 [ 10916] By: jhi                                   on 2001/06/25  13:41:20
17557         Log: Subject: Re: [PATCH 5.6.1] misprints
17558              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17559              Date: Mon, 25 Jun 2001 04:50:50 -0400
17560              Message-ID: <20010625045049.A23965@math.ohio-state.edu>
17561      Branch: perl
17562            ! os2/os2.c pp_sys.c
17563 ____________________________________________________________________________
17564 [ 10915] By: jhi                                   on 2001/06/25  13:39:59
17565         Log: Add Test::More and Test::Simple to the delta.
17566      Branch: perl
17567            ! pod/perl572delta.pod
17568 ____________________________________________________________________________
17569 [ 10914] By: jhi                                   on 2001/06/25  13:38:08
17570         Log: Add Test::More, from Michael G Schwern.
17571      Branch: perl
17572            + lib/Test/More.pm lib/Test/More/t/More.t
17573            + lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
17574            + lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
17575            + t/lib/Test/More/Catch.pm
17576            ! MANIFEST
17577 ____________________________________________________________________________
17578 [ 10913] By: jhi                                   on 2001/06/25  13:35:41
17579         Log: Add Test::Simple from Michael G Schwern.
17580      Branch: perl
17581            + lib/Test/Simple.pm lib/Test/Simple/t/exit.t
17582            + lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
17583            + lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
17584            + lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/simple.t
17585            + t/lib/Test/Simple/Catch.pm
17586            + t/lib/Test/Simple/sample_tests/death.plx
17587            + t/lib/Test/Simple/sample_tests/death_in_eval.plx
17588            + t/lib/Test/Simple/sample_tests/extras.plx
17589            + t/lib/Test/Simple/sample_tests/five_fail.plx
17590            + t/lib/Test/Simple/sample_tests/last_minute_death.plx
17591            + t/lib/Test/Simple/sample_tests/one_fail.plx
17592            + t/lib/Test/Simple/sample_tests/require.plx
17593            + t/lib/Test/Simple/sample_tests/success.plx
17594            + t/lib/Test/Simple/sample_tests/too_few.plx
17595            + t/lib/Test/Simple/sample_tests/two_fail.plx
17596            ! MANIFEST
17597 ____________________________________________________________________________
17598 [ 10912] By: jhi                                   on 2001/06/25  13:31:57
17599         Log: Subject: [PATCH perl@10907] RETURN requires dSP in pp_sys.c
17600              From: "Craig A. Berry" <craigberry@mac.com>
17601              Date: Sun, 24 Jun 2001 23:41:36 -0500
17602              Message-Id: <a0510100db75c6d44e34c@[172.16.52.1]>
17603      Branch: perl
17604            ! pp_sys.c
17605 ____________________________________________________________________________
17606 [ 10911] By: jhi                                   on 2001/06/25  13:05:00
17607         Log: Upgrade to Attribute::Handlers 0.70.
17608      Branch: perl
17609            + lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
17610            ! MANIFEST lib/Attribute/Handlers.pm
17611 ____________________________________________________________________________
17612 [ 10910] By: jhi                                   on 2001/06/25  00:09:27
17613         Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
17614              From: Abhijit Menon-Sen <ams@wiw.org>
17615              Date: Sat, 23 Jun 2001 05:17:44 +0530
17616              Message-ID: <20010623051744.A18583@lustre.linux.in>
17617              
17618              (Can't think of a good place to put tests.)
17619      Branch: perl
17620            ! opcode.pl pod/perlfunc.pod t/op/flip.t toke.c
17621 ____________________________________________________________________________
17622 [ 10909] By: jhi                                   on 2001/06/24  23:45:13
17623         Log: Subject: [PATCH] t/op/pat.t typo fix
17624              From: Richard Soderberg <rs@crystalflame.net>
17625              Date: Sun, 24 Jun 2001 12:07:42 -0700 (PDT)
17626              Message-ID: <Pine.LNX.4.21.0106241207320.17075-100000@oregonnet.com>
17627      Branch: perl
17628            ! t/op/pat.t
17629 ____________________________________________________________________________
17630 [ 10908] By: jhi                                   on 2001/06/24  22:24:49
17631         Log: Move the pack warnings to their own file, as pointed
17632              out by Spider.
17633      Branch: perl
17634            + t/lib/warnings/pp_pack
17635            ! MANIFEST t/lib/warnings/pp
17636 ____________________________________________________________________________
17637 [ 10907] By: jhi                                   on 2001/06/24  19:55:15
17638         Log: Update Changes.
17639      Branch: perl
17640            ! Changes patchlevel.h
17641 ____________________________________________________________________________
17642 [ 10906] By: jhi                                   on 2001/06/24  19:50:40
17643         Log: Partially fix a problem noticed by IRIX compiler:
17644              the initialization of parse_start was bypassed by
17645              several gotos.  Now initialized to zero, which may
17646              not be the best choice.
17647      Branch: perl
17648            ! regcomp.c
17649 ____________________________________________________________________________
17650 [ 10905] By: jhi                                   on 2001/06/24  19:43:25
17651         Log: Relax the group and password tests back to moaning only
17652              if no matches at all are found.  (Even with a small sample
17653              I could find many sites where there are, umm, anomalies in
17654              the said databases.)       
17655      Branch: perl
17656            ! t/op/grent.t t/op/pwent.t
17657 ____________________________________________________________________________
17658 [ 10904] By: jhi                                   on 2001/06/24  18:45:55
17659         Log: Argh.  How hard it can be to re-apply a patch manually? :-)
17660      Branch: perl
17661            ! pp_ctl.c
17662 ____________________________________________________________________________
17663 [ 10903] By: jhi                                   on 2001/06/24  18:40:52
17664         Log: De-cut-and-pasto in #10902.
17665      Branch: perl
17666            ! pp_ctl.c
17667 ____________________________________________________________________________
17668 [ 10902] By: jhi                                   on 2001/06/24  18:35:18
17669         Log: The #10771 didn't take?
17670      Branch: perl
17671            ! pp_ctl.c
17672 ____________________________________________________________________________
17673 [ 10901] By: jhi                                   on 2001/06/24  18:29:50
17674         Log: Undo the filetests part of #10900, under multiplicity
17675              weird errors take place.
17676      Branch: perl
17677            ! pp_sys.c
17678 ____________________________________________________________________________
17679 [ 10900] By: jhi                                   on 2001/06/24  18:20:36
17680         Log: Misplaces dSPs and the like revealed by MPE/iX and Cygwin.
17681      Branch: perl
17682            ! ext/Cwd/Cwd.xs ext/Devel/Peek/Peek.xs pp_sys.c
17683 ____________________________________________________________________________
17684 [ 10899] By: jhi                                   on 2001/06/24  17:00:34
17685         Log: (Replaced by #10922)
17686              
17687              Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
17688              From: Tony Bowden <tony@kasei.com>
17689              Date: Sun, 24 Jun 2001 17:32:40 +0100
17690              Message-ID: <20010624173240.A16293@blackstar.co.uk>
17691              
17692              Document (well, mention) shortmess() and longmess()
17693              to rob people of their fun of reinventing the weel.
17694      Branch: perl
17695            ! lib/Carp.pm
17696 ____________________________________________________________________________
17697 [ 10898] By: jhi                                   on 2001/06/24  16:51:40
17698         Log: Subject: Patch: pp_system() bounces out of Cygwin subsystem
17699              From: Brian Jepson <bjepson@oreilly.com>
17700              Date: Sun, 24 Jun 2001 12:13:21 -0400 (EDT)
17701              Message-ID: <Pine.GSO.4.21.0106241044110.15051-200000@sol.east.ora.com>
17702      Branch: perl
17703            ! pp_sys.c
17704 ____________________________________________________________________________
17705 [ 10897] By: jhi                                   on 2001/06/24  16:38:23
17706         Log: Subject: [PATCH CPAN.pm] missing DATE_OF_02
17707              From: Robin Barker <rmb1@cise.npl.co.uk> 
17708              Date: Fri, 22 Jun 2001 19:25:56 +0100 (BST)
17709              Message-Id: <200106221825.TAA16884@tempest.npl.co.uk>
17710      Branch: perl
17711            ! lib/CPAN.pm
17712 ____________________________________________________________________________
17713 [ 10896] By: jhi                                   on 2001/06/24  16:36:32
17714         Log: Memoize patch from mjd.
17715      Branch: perl
17716            ! lib/Memoize/t/tie_storable.t
17717 ____________________________________________________________________________
17718 [ 10895] By: jhi                                   on 2001/06/24  16:33:59
17719         Log: Spec the sv_pvprintify() a bit more.
17720      Branch: perl
17721            ! pod/perltodo.pod
17722 ____________________________________________________________________________
17723 [ 10894] By: jhi                                   on 2001/06/24  14:43:36
17724         Log: Upgrade to Memoize 0.65.
17725      Branch: perl
17726            + lib/Memoize/t/array_confusion.t
17727            ! MANIFEST lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
17728            ! lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
17729            ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
17730            ! lib/Memoize/README lib/Memoize/SDBM_File.pm
17731            ! lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
17732            ! lib/Memoize/t/errors.t lib/Memoize/t/expire.t
17733            ! lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
17734            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
17735            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_gdbm.t
17736            ! lib/Memoize/t/tie_ndbm.t lib/Memoize/t/tie_sdbm.t
17737            ! lib/Memoize/t/tie_storable.t
17738 ____________________________________________________________________________
17739 [ 10893] By: jhi                                   on 2001/06/24  14:21:09
17740         Log: Metaconfig unit change for #10892.
17741      Branch: metaconfig
17742            ! U/modified/Options.U
17743 ____________________________________________________________________________
17744 [ 10892] By: jhi                                   on 2001/06/24  14:20:38
17745         Log: Subject: Re: [PATCH 5.6.1] OS2 Configure
17746              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17747              Date: Sun, 24 Jun 2001 05:24:40 -0400
17748              Message-ID: <20010624052440.A27698@math.ohio-state.edu>
17749      Branch: perl
17750            ! Configure hints/os2.sh
17751 ____________________________________________________________________________
17752 [ 10891] By: jhi                                   on 2001/06/24  13:50:26
17753         Log: Subject: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of 
17754              From: Mike Guy <mjtg@cam.ac.uk>
17755              Date: Sun, 24 Jun 2001 15:28:39 +0100
17756              Message-Id: <E15EAsR-0007Bi-00@draco.cus.cam.ac.uk>
17757              
17758              Fix an ancient (5.002) bug.
17759      Branch: perl
17760            ! lib/Carp/Heavy.pm
17761 ____________________________________________________________________________
17762 [ 10890] By: jhi                                   on 2001/06/24  13:44:43
17763         Log: The #10881 was too vigorous in pp_system() in moving 'unused'
17764              variables.
17765      Branch: perl
17766            ! pp_sys.c
17767 ____________________________________________________________________________
17768 [ 10889] By: jhi                                   on 2001/06/24  13:24:00
17769         Log: Make UTS as per #10888.
17770      Branch: perl
17771            ! hints/uts.sh
17772 ____________________________________________________________________________
17773 [ 10888] By: jhi                                   on 2001/06/24  13:21:23
17774         Log: Factor the PERL_SYS_INIT() code, from Hugo van der Sanden.
17775      Branch: perl
17776            ! hints/freebsd.sh hints/posix-bc.sh hints/sco.sh
17777            ! mpeix/mpeixish.h perl.h unixish.h
17778 ____________________________________________________________________________
17779 [ 10887] By: jhi                                   on 2001/06/24  13:15:45
17780         Log: AUTHORS update.
17781      Branch: perl
17782            ! AUTHORS
17783 ____________________________________________________________________________
17784 [ 10886] By: jhi                                   on 2001/06/24  13:14:31
17785         Log: Subject: Encode::Tcl for multibyte doesnot work
17786              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
17787              Date: Sun, 24 Jun 2001 22:48:21 +0900
17788              Message-Id: <20010624223252.6658.BQW10602@nifty.com>
17789      Branch: perl
17790            ! ext/Encode/Encode/Tcl.pm
17791 ____________________________________________________________________________
17792 [ 10885] By: jhi                                   on 2001/06/24  13:12:46
17793         Log: Subject: [PATCH] Remove tautology in error messages
17794              From: Mike Guy <mjtg@cam.ac.uk>
17795              Date: Sun, 24 Jun 2001 13:31:00 +0100
17796              Message-Id: <E15E92a-0006em-00@draco.cus.cam.ac.uk>
17797      Branch: perl
17798            ! pp_sys.c
17799 ____________________________________________________________________________
17800 [ 10884] By: jhi                                   on 2001/06/24  13:11:36
17801         Log: Darwin needs -traditional-cpp for cppflags to build Errno. 
17802      Branch: perl
17803            ! hints/darwin.sh
17804 ____________________________________________________________________________
17805 [ 10883] By: jhi                                   on 2001/06/24  13:09:55
17806         Log: Subject: Re: [PATCH 5.6.1] test suite
17807              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17808              Date: Sun, 24 Jun 2001 05:47:05 -0400
17809              Message-ID: <20010624054705.A27890@math.ohio-state.edu>
17810              
17811              Test suite fixes.
17812      Branch: perl
17813            ! ext/POSIX/sigaction.t lib/File/stat.t perl.c t/io/utf8.t
17814 ____________________________________________________________________________
17815 [ 10882] By: jhi                                   on 2001/06/24  13:07:46
17816         Log: Subject: Re: [PATCH 5.6.1] OS2 warnings
17817              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17818              Date: Sun, 24 Jun 2001 05:37:19 -0400
17819              Message-ID: <20010624053719.A27866@math.ohio-state.edu>
17820      Branch: perl
17821            ! os2/dl_os2.c os2/os2.c os2/os2ish.h
17822 ____________________________________________________________________________
17823 [ 10881] By: jhi                                   on 2001/06/24  13:05:24
17824         Log: Subject: Re: [PATCH 5.6.1] pp_sys.c warnings
17825              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17826              Date: Sun, 24 Jun 2001 05:34:50 -0400
17827              Message-ID: <20010624053450.A27856@math.ohio-state.edu>
17828              
17829              Pacify compiler warnings.
17830      Branch: perl
17831            ! pp_sys.c
17832 ____________________________________________________________________________
17833 [ 10880] By: jhi                                   on 2001/06/24  13:02:30
17834         Log: Subject: Re: [PATCH 5.6.1] OS2 linking
17835              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17836              Date: Sun, 24 Jun 2001 05:21:18 -0400
17837              Message-ID: <20010624052118.A27615@math.ohio-state.edu>
17838              
17839              Enable compression of executables during link time.
17840      Branch: perl
17841            ! hints/os2.sh
17842 ____________________________________________________________________________
17843 [ 10879] By: jhi                                   on 2001/06/24  13:00:47
17844         Log: Subject: Re: [PATCH 5.6.1] OS2 linking
17845              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17846              Date: Sun, 24 Jun 2001 05:15:11 -0400
17847              Message-ID: <20010624051511.A27544@math.ohio-state.edu>
17848              
17849              Add ordinals to the export list for Perl DLL.
17850              (Breaks intra-version DLL compatibility.)
17851      Branch: perl
17852            ! makedef.pl
17853 ____________________________________________________________________________
17854 [ 10878] By: jhi                                   on 2001/06/24  02:12:04
17855         Log: Allow (displaying and) re-editing the Subject in perlbug.
17856              Also abstract the Subject quality control into a function.
17857      Branch: perl
17858            ! utils/perlbug.PL
17859 ____________________________________________________________________________
17860 [ 10877] By: jhi                                   on 2001/06/24  01:40:53
17861         Log: Display $ENV{CYGWIN} in perlbug if set (like #10875 for perl -V).
17862      Branch: perl
17863            ! utils/perlbug.PL
17864 ____________________________________________________________________________
17865 [ 10876] By: jhi                                   on 2001/06/24  01:37:05
17866         Log: Regen toc and modlib.
17867      Branch: perl
17868            ! pod/perlmodlib.pod pod/perltoc.pod
17869 ____________________________________________________________________________
17870 [ 10875] By: jhi                                   on 2001/06/24  01:29:33
17871         Log: In Cygwin display the $ENV{CYGWIN} under perl -V, as suggested
17872              by John Peacock.  (Can be 'ntea' which means emulate UNIX file
17873              attribute semantics as much as possible, or 'ntsec' which uses
17874              native NTFS semantics.)  (See also #10877.)
17875      Branch: perl
17876            ! perl.c
17877 ____________________________________________________________________________
17878 [ 10874] By: jhi                                   on 2001/06/23  23:57:28
17879         Log: Hack to get rid of the UNEXPECTEDLY succeeded message for now.
17880      Branch: perl
17881            ! lib/Test/Harness.pm
17882 ____________________________________________________________________________
17883 [ 10873] By: jhi                                   on 2001/06/23  23:36:56
17884         Log: Just zap the -uPerlio.
17885      Branch: perl
17886            ! ext/B/Stash.t
17887 ____________________________________________________________________________
17888 [ 10872] By: jhi                                   on 2001/06/23  21:29:10
17889         Log: Do not test PerlIO if PerlIO not used.
17890      Branch: perl
17891            ! ext/PerlIO/PerlIO.t
17892 ____________________________________________________________________________
17893 [ 10871] By: jhi                                   on 2001/06/23  21:12:49
17894         Log: Regen perlapi.
17895      Branch: perl
17896            ! pod/perlapi.pod
17897 ____________________________________________________________________________
17898 [ 10870] By: jhi                                   on 2001/06/23  21:03:31
17899         Log: Subject: [PATCH] Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
17900              From: Nicholas Clark <nick@ccl4.org>
17901              Date: Sat, 23 Jun 2001 22:55:47 +0100
17902              Message-ID: <20010623225547.Z98663@plum.flirble.org>
17903      Branch: perl
17904            ! numeric.c
17905 ____________________________________________________________________________
17906 [ 10869] By: jhi                                   on 2001/06/23  17:13:21
17907         Log: Subject: [PATCH: perl@10825] MacOS fixups for new lib/h2xs.t
17908              From: Prymmer/Kahn <pvhp@best.com>
17909              Date: Sat, 23 Jun 2001 11:08:52 -0700 (PDT)
17910              Message-ID: <Pine.BSF.4.21.0106231105380.25634-100000@shell8.ba.best.com>
17911      Branch: perl
17912            ! lib/h2xs.t
17913 ____________________________________________________________________________
17914 [ 10868] By: jhi                                   on 2001/06/23  16:04:38
17915         Log: cygwin needs cygwin1.dll in PATH or cwd to run external programs.
17916              cygwin does not taint cwd, just like win32.
17917      Branch: perl
17918            ! lib/File/Find/taint.t t/op/taint.t
17919 ____________________________________________________________________________
17920 [ 10867] By: jhi                                   on 2001/06/23  15:39:15
17921         Log: Retract #10865, the patch should be unnecessary.
17922              (But seemingly helpful in Cygwin?  Strange.)
17923      Branch: perl
17924            ! lib/Memoize/t/tie_ndbm.t
17925 ____________________________________________________________________________
17926 [ 10866] By: jhi                                   on 2001/06/23  15:06:30
17927         Log: Misplaced test file; plus Cygwin filesystem semantics.
17928      Branch: perl
17929            + ext/SDBM_File/sdbm.t
17930            - ext/ODBM_File/sdbm.t
17931            ! MANIFEST
17932 ____________________________________________________________________________
17933 [ 10865] By: jhi                                   on 2001/06/23  15:01:02
17934         Log: (Retracted by #10867.)
17935      Branch: perl
17936            ! lib/Memoize/t/tie_ndbm.t
17937 ____________________________________________________________________________
17938 [ 10864] By: jhi                                   on 2001/06/23  14:25:43
17939         Log: Metaconfig unit change for #10863.
17940      Branch: metaconfig/U/perl
17941            ! Extensions.U
17942 ____________________________________________________________________________
17943 [ 10863] By: jhi                                   on 2001/06/23  14:25:20
17944         Log: In Cygwin do not build NDBM_File and ODBM_File unless
17945              -lndbm and -ldbm are available.
17946      Branch: perl
17947            ! Configure config_h.SH
17948 ____________________________________________________________________________
17949 [ 10862] By: jhi                                   on 2001/06/23  14:02:14
17950         Log: More Cygwin filesystem semantics.
17951      Branch: perl
17952            ! t/io/fs.t t/op/stat.t
17953 ____________________________________________________________________________
17954 [ 10861] By: jhi                                   on 2001/06/23  13:38:00
17955         Log: More DOSish permission semantics for Cygwin.
17956      Branch: perl
17957            ! lib/AnyDBM_File.t
17958 ____________________________________________________________________________
17959 [ 10860] By: jhi                                   on 2001/06/23  13:32:41
17960         Log: Cygwin too has different permission semantics.
17961      Branch: perl
17962            ! ext/GDBM_File/gdbm.t
17963 ____________________________________________________________________________
17964 [ 10859] By: jhi                                   on 2001/06/23  13:30:06
17965         Log: The group (and assumedly passwd) databases can have
17966              only one entry (this is the case in cygwin).
17967      Branch: perl
17968            ! t/op/grent.t t/op/pwent.t
17969 ____________________________________________________________________________
17970 [ 10858] By: jhi                                   on 2001/06/23  13:16:26
17971         Log: Also in Cygwin use Socket to figure out domainname
17972              (if any) (avoids trying to call external 'domainname',
17973              which doesn't at the moment exist in Cygwin)
17974      Branch: perl
17975            ! lib/Net/Domain.pm
17976 ____________________________________________________________________________
17977 [ 10857] By: jhi                                   on 2001/06/23  12:48:32
17978         Log: Remove also the lib$Foo.def, not just $Foo.def.
17979      Branch: perl
17980            ! lib/ExtUtils/MM_Unix.pm
17981 ____________________________________________________________________________
17982 [ 10856] By: jhi                                   on 2001/06/23  12:21:53
17983         Log: In UTS do signal(SIGFPE, SIG_IGN) in PERL_SYS_INIT().
17984      Branch: perl
17985            ! unixish.h
17986 ____________________________________________________________________________
17987 [ 10855] By: jhi                                   on 2001/06/23  12:14:15
17988         Log: Fix for ID 20010619.003, the [[:print:]] is not supposed
17989              to match the whole isprint(), only the space character.
17990      Branch: perl
17991            ! handy.h pod/perlre.pod t/op/pat.t
17992 ____________________________________________________________________________
17993 [ 10854] By: nick                                  on 2001/06/23  08:09:33
17994         Log: Integrate mainline
17995      Branch: perlio
17996           !> Configure ext/IPC/SysV/Semaphore.pm hints/unicos.sh
17997           !> lib/ExtUtils.t lib/File/Find/taint.t
17998           !> lib/Math/BigInt/t/bigintpm.t lib/Net/netent.t
17999           !> lib/Net/protoent.t lib/Net/servent.t mg.c t/op/mkdir.t
18000           !> t/op/sprintf.t vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
18001 ____________________________________________________________________________
18002 [ 10853] By: jhi                                   on 2001/06/23  03:48:09
18003         Log: Make also the bigintpm.t (like op/sprintf.t) be less demanding
18004              with its floats    in os390 and s390 (UTS).
18005      Branch: perl
18006            ! lib/Math/BigInt/t/bigintpm.t
18007 ____________________________________________________________________________
18008 [ 10852] By: jhi                                   on 2001/06/23  03:38:53
18009         Log: Add also UTS (s390) to the non-IEEE float platforms.
18010      Branch: perl
18011            ! t/op/sprintf.t
18012 ____________________________________________________________________________
18013 [ 10851] By: jhi                                   on 2001/06/23  03:36:04
18014         Log: Subject: RFC: what are applicable standards for exponent sizes?
18015              From: Peter Prymmer <pvhp@forte.com>
18016              Date: Tue, 19 Jun 2001 17:18:06 -0700 (PDT)
18017              Message-ID: <Pine.OSF.4.10.10106191712070.361736-100000@aspara.forte.com>
18018      Branch: perl
18019            ! t/op/sprintf.t
18020 ____________________________________________________________________________
18021 [ 10850] By: jhi                                   on 2001/06/23  03:29:04
18022         Log: Subject: [PATCH: perl@10825] build (and test!) VMS::Stdio on VMS
18023              From: Peter Prymmer <pvhp@forte.com>
18024              Date: Fri, 22 Jun 2001 19:08:23 -0700 (PDT)
18025              Message-ID: <Pine.OSF.4.10.10106221903270.24012-100000@aspara.forte.com>
18026      Branch: perl
18027            ! vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
18028 ____________________________________________________________________________
18029 [ 10849] By: jhi                                   on 2001/06/23  03:27:21
18030         Log: Subject: [PATCH: perl@10825] correction to lib/ExtUtils.t patch
18031              From: Peter Prymmer <pvhp@forte.com>
18032              Date: Fri, 22 Jun 2001 17:56:01 -0700 (PDT)
18033              Message-ID: <Pine.OSF.4.10.10106221754180.24012-100000@aspara.forte.com>
18034      Branch: perl
18035            ! lib/ExtUtils.t
18036 ____________________________________________________________________________
18037 [ 10848] By: jhi                                   on 2001/06/22  21:51:31
18038         Log: Retract #10845.
18039      Branch: perl
18040            ! lib/File/Find/taint.t
18041 ____________________________________________________________________________
18042 [ 10847] By: jhi                                   on 2001/06/22  21:50:38
18043         Log: Yet another error message.
18044      Branch: perl
18045            ! t/op/mkdir.t
18046 ____________________________________________________________________________
18047 [ 10846] By: jhi                                   on 2001/06/22  21:48:39
18048         Log: The croak message for nonexistent socket functions may vary.
18049      Branch: perl
18050            ! lib/Net/netent.t lib/Net/protoent.t lib/Net/servent.t
18051 ____________________________________________________________________________
18052 [ 10845] By: jhi                                   on 2001/06/22  21:42:38
18053         Log: (Retracted by #10848.)
18054      Branch: perl
18055            ! lib/File/Find/taint.t
18056 ____________________________________________________________________________
18057 [ 10844] By: jhi                                   on 2001/06/22  21:32:58
18058         Log: Integrate perlio.
18059      Branch: perl
18060           !> lib/File/Find/taint.t t/op/write.t
18061 ____________________________________________________________________________
18062 [ 10843] By: nick                                  on 2001/06/22  21:24:51
18063         Log: Back out debug in taint.t
18064      Branch: perlio
18065            ! lib/File/Find/taint.t
18066 ____________________________________________________________________________
18067 [ 10842] By: jhi                                   on 2001/06/22  21:20:02
18068         Log: setitimer() does not exist in Unicos, despite of what
18069              Configure thinks, from Mark P. Lutz.
18070      Branch: perl
18071            ! hints/unicos.sh
18072 ____________________________________________________________________________
18073 [ 10841] By: nick                                  on 2001/06/22  21:19:36
18074         Log: Skip cwd test on Win32 ???
18075      Branch: perlio
18076            ! lib/File/Find/taint.t
18077 ____________________________________________________________________________
18078 [ 10840] By: jhi                                   on 2001/06/22  21:17:34
18079         Log: Casting this way seems to keep both 64-bitint x86 FreeBSD
18080              and Tru64 gcc -Wall happy.
18081      Branch: perl
18082            ! mg.c
18083 ____________________________________________________________________________
18084 [ 10839] By: jhi                                   on 2001/06/22  21:15:32
18085         Log: The packs must be done in native shorts, fix from Mark P. Lutz.
18086      Branch: perl
18087            ! ext/IPC/SysV/Semaphore.pm
18088 ____________________________________________________________________________
18089 [ 10838] By: jhi                                   on 2001/06/22  21:12:02
18090         Log: Metaconfig unit change for #10837.
18091      Branch: metaconfig/U/perl
18092            ! Cross.U
18093 ____________________________________________________________________________
18094 [ 10837] By: jhi                                   on 2001/06/22  21:09:42
18095         Log: Cleanup of the cross-compilation unit.
18096      Branch: perl
18097            ! Configure
18098 ____________________________________________________________________________
18099 [ 10836] By: nick                                  on 2001/06/22  20:45:12
18100         Log: Skip |- based op/write.t on Win32 as well as VMS
18101      Branch: perlio
18102            ! t/op/write.t
18103 ____________________________________________________________________________
18104 [ 10835] By: jhi                                   on 2001/06/22  20:44:20
18105         Log: Integrate perlio.
18106      Branch: perl
18107           !> util.c
18108 ____________________________________________________________________________
18109 [ 10834] By: nick                                  on 2001/06/22  20:41:54
18110         Log: Integrate mainline
18111      Branch: perlio
18112           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
18113           !> config_h.SH pp_sys.c uconfig.h util.c vos/config.alpha.h
18114           !> vos/config.ga.h
18115 ____________________________________________________________________________
18116 [ 10833] By: nick                                  on 2001/06/22  20:22:58
18117         Log: Patcho fix.
18118      Branch: perlio
18119            ! util.c
18120 ____________________________________________________________________________
18121 [ 10832] By: jhi                                   on 2001/06/22  20:13:02
18122         Log: Metaconfig unit changes for #10831.
18123      Branch: metaconfig
18124            ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
18125 ____________________________________________________________________________
18126 [ 10831] By: jhi                                   on 2001/06/22  20:12:29
18127         Log: Subject: [PATCH 5.7.x] Further tiny bcopy cleanup
18128              From: Andy Dougherty <doughera@lafayette.edu>
18129              Date: Fri, 22 Jun 2001 14:29:51 -0400 (EDT)
18130              Message-ID: <Pine.SOL.4.10.10106221417030.28044-100000@maxwell.phys.lafayette.edu>
18131      Branch: perl
18132            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
18133            ! config_h.SH uconfig.h vos/config.alpha.h vos/config.ga.h
18134 ____________________________________________________________________________
18135 [ 10830] By: jhi                                   on 2001/06/22  19:50:15
18136         Log: MPE/iX prototype nits from Mark Bixby.
18137      Branch: perl
18138            ! pp_sys.c
18139 ____________________________________________________________________________
18140 [ 10829] By: jhi                                   on 2001/06/22  16:25:16
18141         Log: Detypo.
18142      Branch: perl
18143            ! util.c
18144 ____________________________________________________________________________
18145 [ 10828] By: nick                                  on 2001/06/22  15:33:37
18146         Log: Integrate mainline (in near desperate attempt to get Win32 to build...)
18147      Branch: perlio
18148           +> lib/h2xs.t
18149           !> AUTHORS Changes MANIFEST Makefile.SH NetWare/t/NWScripts.pl
18150           !> ext/B/Deparse.t ext/POSIX/POSIX.xs lib/ExtUtils.t
18151           !> lib/ExtUtils/Constant.pm lib/I18N/LangTags.pm
18152           !> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/test.pl
18153           !> lib/Locale/Maketext.pm lib/Locale/Maketext.pod
18154           !> lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
18155           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm patchlevel.h
18156           !> t/op/write.t t/pod/plainer.t utils/h2xs.PL vms/vms.c
18157           !> vms/vmsish.h
18158 ____________________________________________________________________________
18159 [ 10827] By: jhi                                   on 2001/06/22  14:15:26
18160         Log: Subject: [PATCH perl@10800] sigaction workaround for VMS
18161              Date: Fri, 22 Jun 2001 10:08:35 -0500
18162              From: "Craig A. Berry" <craigberry@mac.com>
18163              Message-Id: <a05101001b75908704194@[192.168.56.145]>
18164      Branch: perl
18165            ! vms/vms.c vms/vmsish.h
18166 ____________________________________________________________________________
18167 [ 10826] By: jhi                                   on 2001/06/22  13:35:37
18168         Log: NetWare scripts tweak from Ananth Kesari.
18169      Branch: perl
18170            ! NetWare/t/NWScripts.pl
18171 ____________________________________________________________________________
18172 [ 10825] By: jhi                                   on 2001/06/22  13:00:55
18173         Log: Update Changes.
18174      Branch: perl
18175            ! Changes patchlevel.h
18176 ____________________________________________________________________________
18177 [ 10824] By: jhi                                   on 2001/06/22  12:46:56
18178         Log: Add .i and .s targets.
18179      Branch: perl
18180            ! Makefile.SH
18181 ____________________________________________________________________________
18182 [ 10823] By: jhi                                   on 2001/06/22  12:25:20
18183         Log: Upgrade to Locale::Maketext 1.03.
18184      Branch: perl
18185            ! lib/Locale/Maketext.pm lib/Locale/Maketext.pod
18186            ! lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
18187 ____________________________________________________________________________
18188 [ 10822] By: jhi                                   on 2001/06/22  12:23:57
18189         Log: Upgrade to I18N::LangTags 0.26.
18190      Branch: perl
18191            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
18192            ! lib/I18N/LangTags/test.pl
18193 ____________________________________________________________________________
18194 [ 10821] By: jhi                                   on 2001/06/22  12:16:41
18195         Log: The #10792 didn't take, and s/sighni/signi/, as noticed by
18196              Philip Newton.
18197      Branch: perl
18198            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
18199            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
18200 ____________________________________________________________________________
18201 [ 10820] By: jhi                                   on 2001/06/22  12:13:37
18202         Log: Subject: [PATCH: perl@10800] trigraphs and tests for h2xs
18203              From: Prymmer/Kahn <pvhp@best.com>
18204              Date: Fri, 22 Jun 2001 00:03:24 -0700 (PDT)
18205              Message-ID: <Pine.BSF.4.21.0106212354510.6026-100000@shell8.ba.best.com>
18206      Branch: perl
18207            + lib/h2xs.t
18208            ! MANIFEST utils/h2xs.PL
18209 ____________________________________________________________________________
18210 [ 10819] By: jhi                                   on 2001/06/22  12:11:56
18211         Log: Subject: [PATCH: perl@10800] nmake specific cleanliness for lib/ExtUtils.t
18212              From: Prymmer/Kahn <pvhp@best.com>
18213              Date: Thu, 21 Jun 2001 23:53:27 -0700 (PDT)
18214              Message-ID: <Pine.BSF.4.21.0106212346540.6026-100000@shell8.ba.best.com>
18215      Branch: perl
18216            ! lib/ExtUtils.t
18217 ____________________________________________________________________________
18218 [ 10818] By: jhi                                   on 2001/06/22  12:11:08
18219         Log: Subject: [PATCH: perl@10800] clean up after t/pod/plainer.t on Win32
18220              From: Prymmer/Kahn <pvhp@best.com>
18221              Date: Thu, 21 Jun 2001 23:45:15 -0700 (PDT)
18222              Message-ID: <Pine.BSF.4.21.0106212341510.6026-100000@shell8.ba.best.com>
18223      Branch: perl
18224            ! t/pod/plainer.t
18225 ____________________________________________________________________________
18226 [ 10817] By: jhi                                   on 2001/06/22  12:10:05
18227         Log: AUTHORS update.
18228      Branch: perl
18229            ! AUTHORS
18230 ____________________________________________________________________________
18231 [ 10816] By: jhi                                   on 2001/06/22  12:08:24
18232         Log: Subject: should POSIX.xs use XSRETURN_UNDEF in sigaction?
18233              From: "Craig A. Berry" <craigberry@mac.com>
18234              Date: Thu, 21 Jun 2001 18:20:38 -0500
18235              Message-Id: <5.1.0.14.0.20010621180227.02a8e930@exchi01>
18236      Branch: perl
18237            ! ext/POSIX/POSIX.xs
18238 ____________________________________________________________________________
18239 [ 10815] By: jhi                                   on 2001/06/22  12:07:19
18240         Log: Subject: [PATCH perl@10765] fix Deparse.t and write.t for VMS
18241              From: "Craig A. Berry" <craigberry@mac.com>
18242              Date: Thu, 21 Jun 2001 09:58:52 -0500
18243              Message-Id: <5.1.0.14.0.20010620172532.033cdb88@exchi01>
18244      Branch: perl
18245            ! ext/B/Deparse.t t/op/write.t
18246 ____________________________________________________________________________
18247 [ 10814] By: nick                                  on 2001/06/22  08:13:09
18248         Log: Integrate mainline.
18249      Branch: perlio
18250           !> (integrate 46 files)
18251 ____________________________________________________________________________
18252 [ 10813] By: jhi                                   on 2001/06/22  02:48:58
18253         Log: Change the prefixes only if $prefix is unset,
18254              as originally patched by Marcel Grunauer.
18255      Branch: perl
18256            ! hints/darwin.sh hints/rhapsody.sh
18257 ____________________________________________________________________________
18258 [ 10812] By: jhi                                   on 2001/06/22  02:44:41
18259         Log: Subject: Re: Patch for hints/darwin.sh
18260              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
18261              Date: Thu, 21 Jun 2001 11:23:46 -0700
18262              Message-Id: <200106211823.OAA01089@melbourne-city-street.mit.edu>
18263      Branch: perl
18264            ! hints/darwin.sh hints/rhapsody.sh
18265 ____________________________________________________________________________
18266 [ 10811] By: jhi                                   on 2001/06/22  02:34:27
18267         Log: Add .PHONY targets for non-file targets,
18268              from Wilfredo Sánchez.  Should help saying
18269              "make install" on case-insensitive filesystems.
18270      Branch: perl
18271            ! Makefile.SH
18272 ____________________________________________________________________________
18273 [ 10810] By: jhi                                   on 2001/06/22  02:01:23
18274         Log: Subject: Re: Automated smoke report for patch 10764 (truncated)
18275              From: Doug MacEachern <dougm@covalent.net>
18276              Date: Thu, 21 Jun 2001 19:32:05 -0700 (PDT)
18277              Message-ID: <Pine.LNX.4.21.0106211925020.17261-100000@mako.covalent.net>
18278              
18279              plus reword the getcwd() comment, plus use getcwd() buffer
18280              size minus one.
18281      Branch: perl
18282            ! util.c
18283 ____________________________________________________________________________
18284 [ 10809] By: jhi                                   on 2001/06/22  01:16:58
18285         Log: More gprofing from Doug MacEachern.
18286      Branch: perl
18287            ! Makefile.SH
18288 ____________________________________________________________________________
18289 [ 10808] By: jhi                                   on 2001/06/22  01:15:11
18290         Log: Metaconfig unit change for #10807.
18291      Branch: metaconfig/U/perl
18292            ! d_sfio.U
18293 ____________________________________________________________________________
18294 [ 10807] By: jhi                                   on 2001/06/22  01:14:43
18295         Log: Tell that you are removing the unneeded -lsfio.
18296      Branch: perl
18297            ! Configure
18298 ____________________________________________________________________________
18299 [ 10806] By: jhi                                   on 2001/06/22  01:03:14
18300         Log: More MPE/iX tweaks from Mark Bixby.
18301      Branch: perl
18302            ! perl.c t/op/magic.t
18303 ____________________________________________________________________________
18304 [ 10805] By: jhi                                   on 2001/06/21  22:41:11
18305         Log: The fchdir() proto is supposed to live in <unistd.h>.
18306      Branch: perl
18307            ! ext/Cwd/Cwd.xs
18308 ____________________________________________________________________________
18309 [ 10804] By: jhi                                   on 2001/06/21  22:24:42
18310         Log: This town is too small for the Cwd extension and me,
18311              it would seem...
18312      Branch: perl
18313            ! ext/Cwd/Cwd.xs
18314 ____________________________________________________________________________
18315 [ 10803] By: jhi                                   on 2001/06/21  21:54:00
18316         Log: Metaconfig unit change for #10802.
18317      Branch: metaconfig/U/perl
18318            ! d_modfl.U
18319 ____________________________________________________________________________
18320 [ 10802] By: jhi                                   on 2001/06/21  21:53:37
18321         Log: More d'ohs.
18322      Branch: perl
18323            ! Configure
18324 ____________________________________________________________________________
18325 [ 10801] By: jhi                                   on 2001/06/21  21:38:38
18326         Log: Off-by-one.  I'm so classic.
18327      Branch: perl
18328            ! util.c
18329 ____________________________________________________________________________
18330 [ 10800] By: jhi                                   on 2001/06/21  20:10:19
18331         Log: Update Changes.
18332      Branch: perl
18333            ! Changes patchlevel.h
18334 ____________________________________________________________________________
18335 [ 10799] By: jhi                                   on 2001/06/21  20:03:54
18336         Log: Subject: Documentation patch for Net::FTP
18337              From: Marcel Grunauer <marcel@codewerk.com>
18338              Date: Wed, 20 Jun 2001 23:03:26 +0200
18339              Message-Id: <20010620210309.DCMT6087.viemta06@localhost>
18340      Branch: perl
18341            ! lib/Net/FTP.pm
18342 ____________________________________________________________________________
18343 [ 10798] By: jhi                                   on 2001/06/21  20:01:14
18344         Log: Retract the #10417 mg.c and embed.pl parts because of
18345              strange SEGVs in 64bit x86 FreeBSD observed by
18346              Nicholas Clark.
18347      Branch: perl
18348            ! embed.pl mg.c perlapi.c pod/perlintern.pod proto.h
18349 ____________________________________________________________________________
18350 [ 10797] By: jhi                                   on 2001/06/21  19:40:34
18351         Log: Add fchdir() probe (in non-UNIX systems assume it doesn't exist).
18352      Branch: perl
18353            ! Configure NetWare/config.wc NetWare/config_H.wc
18354            ! Porting/Glossary Porting/config.sh Porting/config_H
18355            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
18356            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
18357            ! vos/config.ga.h win32/config.bc win32/config.gc
18358            ! win32/config.vc win32/config_H.bc win32/config_H.gc
18359            ! win32/config_H.vc
18360 ____________________________________________________________________________
18361 [ 10796] By: jhi                                   on 2001/06/21  19:08:28
18362         Log: Cwd tweak from Doug MacEachern.
18363      Branch: perl
18364            ! ext/Cwd/Cwd.xs
18365 ____________________________________________________________________________
18366 [ 10795] By: jhi                                   on 2001/06/21  19:03:48
18367         Log: Protect the fchdir() and lstat() with ifdefs.
18368              fchdir() needs a Configure probe.
18369      Branch: perl
18370            ! ext/Cwd/Cwd.xs
18371 ____________________________________________________________________________
18372 [ 10794] By: nick                                  on 2001/06/21  17:11:35
18373         Log: Integrate mainline
18374      Branch: perlio
18375           +> ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
18376           +> ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
18377           +> lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
18378           +> lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
18379           +> lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
18380           +> lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
18381           +> lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
18382           +> lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
18383            - lib/Attribute/Handlers.t lib/File/Glob/basic.t
18384            - lib/File/Glob/case.t lib/File/Glob/global.t
18385            - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
18386            - lib/File/Temp/posix.t lib/File/Temp/security.t
18387            - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
18388            - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
18389            - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
18390            - lib/Text/Wrap/wrap.t
18391           !> (integrate 41 files)
18392 ____________________________________________________________________________
18393 [ 10793] By: jhi                                   on 2001/06/21  17:01:26
18394         Log: Subject: [PATCH perl@10765] fix Cwd.xs for VMS
18395              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
18396              Date: Thu, 21 Jun 2001 13:04:54 -0500
18397              Message-Id: <5.1.0.14.0.20010621124127.029fe120@exchi01>
18398      Branch: perl
18399            ! ext/Cwd/Cwd.xs
18400 ____________________________________________________________________________
18401 [ 10792] By: jhi                                   on 2001/06/21  16:13:57
18402         Log: Subject: [PATCH pod] overlong =item
18403              From: Robin Barker <rmb1@cise.npl.co.uk>
18404              Date: Thu, 21 Jun 2001 18:08:04 +0100 (BST)
18405              Message-Id: <200106211708.SAA08097@tempest.npl.co.uk>
18406      Branch: perl
18407            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
18408            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
18409 ____________________________________________________________________________
18410 [ 10791] By: jhi                                   on 2001/06/21  16:10:51
18411         Log: Subject: [PATCH perlio.c] format 
18412              From: Robin Barker <rmb1@cise.npl.co.uk>
18413              Date: Thu, 21 Jun 2001 18:05:02 +0100 (BST)
18414              Message-Id: <200106211705.SAA08067@tempest.npl.co.uk>
18415      Branch: perl
18416            ! perlio.c
18417 ____________________________________________________________________________
18418 [ 10790] By: jhi                                   on 2001/06/21  15:52:04
18419         Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
18420              From: Radu Greab <radu@netsoft.ro>
18421              Date: Thu, 21 Jun 2001 19:06:02 +0300
18422              Message-ID: <15154.7018.376419.295092@ix.netsoft.ro>
18423      Branch: perl
18424            ! pod/perlapi.pod sv.c
18425 ____________________________________________________________________________
18426 [ 10789] By: jhi                                   on 2001/06/21  14:48:25
18427         Log: The metaconfig unit changes for #10788.
18428      Branch: metaconfig/U/perl
18429            ! Cross.U fflushall.U
18430 ____________________________________________________________________________
18431 [ 10788] By: jhi                                   on 2001/06/21  14:47:48
18432         Log: Cross-configuration changes: make $from to rm the files
18433              before copying them over (this means that he rm can be
18434              removed from the fflushall test), create $targetmkdir      
18435              (not documented in install since it is supposed to internal
18436              use only), make $run to copy over the executable only if
18437              a stamp file .xok doesn't already exist (to avoid unnecessary
18438              copying of the executable)
18439      Branch: perl
18440            ! Configure Makefile.SH
18441 ____________________________________________________________________________
18442 [ 10787] By: nick                                  on 2001/06/21  14:16:18
18443         Log: Integrate mainline
18444      Branch: perlio
18445           +> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
18446           +> lib/I18N/LangTags/README lib/Locale/Maketext/ChangeLog
18447           +> lib/Locale/Maketext/README lib/Locale/Maketext/test.pl
18448            - lib/I18N/LangTags/List.pod lib/Locale/Maketext.t
18449           !> (integrate 34 files)
18450 ____________________________________________________________________________
18451 [ 10786] By: jhi                                   on 2001/06/21  13:59:32
18452         Log: Re-add the files as text.
18453      Branch: perl
18454            + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
18455 ____________________________________________________________________________
18456 [ 10785] By: jhi                                   on 2001/06/21  13:57:55
18457         Log: Delete the binary files.
18458      Branch: perl
18459            - t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
18460 ____________________________________________________________________________
18461 [ 10784] By: jhi                                   on 2001/06/21  13:49:47
18462         Log: Subject: [PATCH 5.7.x] Unnecessary pod2man calls in new extensions
18463              From: Andy Dougherty <doughera@lafayette.edu>
18464              Date: Thu, 21 Jun 2001 10:44:05 -0400 (EDT)
18465              Message-ID: <Pine.SOL.4.10.10106211040180.26439-100000@maxwell.phys.lafayette.edu>
18466      Branch: perl
18467            ! ext/Digest/MD5/Makefile.PL ext/List/Util/Makefile.PL
18468            ! ext/MIME/Base64/Makefile.PL ext/PerlIO/Scalar/Makefile.PL
18469            ! ext/PerlIO/Via/Makefile.PL ext/Time/HiRes/Makefile.PL
18470            ! ext/Time/Piece/Makefile.PL ext/XS/Typemap/Makefile.PL
18471 ____________________________________________________________________________
18472 [ 10783] By: jhi                                   on 2001/06/21  13:46:50
18473         Log: Subject: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
18474              From: 0000-Admin <root@egg.karlov.mff.cuni.cz>(0000)
18475              Date: Wed, 20 Jun 2001 14:11:49 +0200 (MET DST) 
18476              Message-Id: <200106201211.f5KCBnm24320@egg.karlov.mff.cuni.cz>
18477              
18478              Setting umask to something friendlier.
18479      Branch: perl
18480            ! installman installperl
18481 ____________________________________________________________________________
18482 [ 10782] By: jhi                                   on 2001/06/21  13:42:17
18483         Log: Shuffle around tests to (ext|lib)/.../t/ subdirectories.
18484              Resort MANIFEST with sort -f, looks much better.
18485      Branch: perl
18486            + ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
18487            + ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
18488            + lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
18489            + lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
18490            + lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
18491            + lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
18492            + lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
18493            + lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
18494            - lib/Attribute/Handlers.t lib/File/Glob/basic.t
18495            - lib/File/Glob/case.t lib/File/Glob/global.t
18496            - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
18497            - lib/File/Temp/posix.t lib/File/Temp/security.t
18498            - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
18499            - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
18500            - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
18501            - lib/Text/Wrap/wrap.t
18502            ! MANIFEST
18503 ____________________________________________________________________________
18504 [ 10781] By: jhi                                   on 2001/06/21  13:16:04
18505         Log: Upgrade to I18N::LangTags 0.25.
18506      Branch: perl
18507            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
18508            ! lib/I18N/LangTags/List.pm
18509 ____________________________________________________________________________
18510 [ 10780] By: jhi                                   on 2001/06/21  13:12:54
18511         Log: Subject: [PATCH] Step 2: Use the new PM_GETRE/SETRE macros everywhere.
18512              From: Richard Soderberg <rs@crystalflame.net>
18513              Date: Thu, 21 Jun 2001 07:01:22 -0700 (PDT)
18514              Message-ID: <Pine.LNX.4.21.0106210657400.1693-100000@oregonnet.com>
18515      Branch: perl
18516            ! dump.c ext/B/B.xs ext/B/B/C.pm ext/ByteLoader/bytecode.h mg.c
18517            ! op.c pp.c pp_ctl.c pp_hot.c regexec.c
18518 ____________________________________________________________________________
18519 [ 10779] By: jhi                                   on 2001/06/21  12:59:57
18520         Log: Test obsoleted by change #10777.
18521      Branch: perl
18522            ! t/op/sub_lval.t
18523 ____________________________________________________________________________
18524 [ 10778] By: jhi                                   on 2001/06/21  12:52:37
18525         Log: Case of confused test numbering.
18526      Branch: perl
18527            ! t/op/pat.t
18528 ____________________________________________________________________________
18529 [ 10777] By: jhi                                   on 2001/06/21  12:30:57
18530         Log: Subject: Re: Opinion on undef lvalue
18531              From: Abhijit Menon-Sen <ams@wiw.org>
18532              Date: Sun, 17 Jun 2001 13:04:46 +0530
18533              Message-ID: <20010617130446.B27925@lustre.linux.in>
18534              
18535              Allow lvalue subs to return undef in array context.
18536      Branch: perl
18537            ! pp_hot.c
18538 ____________________________________________________________________________
18539 [ 10776] By: jhi                                   on 2001/06/21  12:27:48
18540         Log: Just a guess that using the same hack for cygwin as
18541              for win32 might help.
18542      Branch: perl
18543            ! lib/File/Find/find.t
18544 ____________________________________________________________________________
18545 [ 10775] By: jhi                                   on 2001/06/21  12:25:58
18546         Log: NetWare tweaks from Guruprasad.
18547      Branch: perl
18548            ! NetWare/Makefile NetWare/Nwmain.c NetWare/config.wc
18549            ! NetWare/config_H.wc NetWare/nw5sck.c NetWare/nw5sck.h
18550            ! NetWare/nwperlsys.c NetWare/t/NWModify.pl
18551            ! NetWare/t/NWScripts.pl NetWare/t/Readme.txt
18552 ____________________________________________________________________________
18553 [ 10774] By: jhi                                   on 2001/06/21  12:21:17
18554         Log: Subject: Re: perl@10722: Bogus warnings on REs 
18555              From: Hugo <hv@crypt.compulink.co.uk>
18556              Date: Thu, 21 Jun 2001 09:51:17 +0100
18557              Message-Id: <200106210851.JAA01942@crypt.compulink.co.uk>
18558              
18559              Unroll to avoid a UTS compiler bug.
18560      Branch: perl
18561            ! regcomp.c
18562 ____________________________________________________________________________
18563 [ 10773] By: jhi                                   on 2001/06/21  12:13:13
18564         Log: Subject: Re: [PATCH] Make /o work under i?threads
18565              From: Artur Bergman <artur@contiller.se>
18566              Date: Thu, 21 Jun 2001 14:38:03 +0200
18567              Message-ID: <B757B74A.184D%artur@contiller.se>
18568      Branch: perl
18569            ! t/op/pat.t
18570 ____________________________________________________________________________
18571 [ 10772] By: jhi                                   on 2001/06/21  12:12:23
18572         Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
18573              From: Artur Bergman <artur@contiller.se> 
18574              Date: Thu, 21 Jun 2001 14:27:33 +0200
18575              Message-ID: <B757B4D4.1849%artur@contiller.se>
18576              
18577              Plus extra parentheses.
18578      Branch: perl
18579            ! op.h
18580 ____________________________________________________________________________
18581 [ 10771] By: jhi                                   on 2001/06/21  12:10:29
18582         Log: Subject: [PATCH] Make /o work under i?threads
18583              From: Richard Soderberg <rs@crystalflame.net>
18584              Date: Thu, 21 Jun 2001 05:21:43 -0700 (PDT)
18585              Message-ID: <Pine.LNX.4.21.0106210518210.2479-100000@oregonnet.com>
18586      Branch: perl
18587            ! pp_ctl.c
18588 ____________________________________________________________________________
18589 [ 10770] By: jhi                                   on 2001/06/21  12:09:28
18590         Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
18591              From: Artur Bergman <artur@contiller.se>
18592              Date: Thu, 21 Jun 2001 14:04:54 +0200
18593              Message-ID: <B757AF86.1842%artur@contiller.se>
18594      Branch: perl
18595            ! op.h
18596 ____________________________________________________________________________
18597 [ 10769] By: jhi                                   on 2001/06/21  12:08:03
18598         Log: Subject: Re: perl@10765: sv.c not OK on win32
18599              From: Artur Bergman <artur@contiller.se>
18600              Date: Thu, 21 Jun 2001 10:31:06 +0200
18601              Message-ID: <B7577D69.182C%artur@contiller.se>
18602      Branch: perl
18603            ! sv.c
18604 ____________________________________________________________________________
18605 [ 10768] By: jhi                                   on 2001/06/21  12:03:56
18606         Log: Subject: [PATCH 5.6.1] OS2 getpw*, getgr*
18607              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18608              Date: Thu, 21 Jun 2001 06:23:56 -0400
18609              Message-ID: <20010621062356.A8619@math.ohio-state.edu>
18610              
18611              Subject: Re: [PATCH 5.6.1] OS2 getpw*, getgr*
18612              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18613              Date: Thu, 21 Jun 2001 06:32:21 -0400
18614              Message-ID: <20010621063221.A8823@math.ohio-state.edu>
18615      Branch: perl
18616            ! lib/File/Glob/basic.t makedef.pl os2/os2.c os2/os2ish.h
18617 ____________________________________________________________________________
18618 [ 10767] By: jhi                                   on 2001/06/21  12:00:07
18619         Log: Subject: [PATCH] make syslog test more verbose
18620              From: Robert Spier <rspier@pobox.com>
18621              Date: Thu, 21 Jun 2001 00:54:32 -0400
18622              Message-ID: <15153.32264.295807.333073@rls.cx>
18623      Branch: perl
18624            ! ext/Sys/Syslog/syslog.t
18625 ____________________________________________________________________________
18626 [ 10766] By: jhi                                   on 2001/06/20  23:27:57
18627         Log: Subject: op/study.t refinements
18628              From: Hugo <hv@crypt.compulink.co.uk>
18629              Date: Thu, 21 Jun 2001 00:29:07 +0100
18630              Message-Id: <200106202329.AAA31397@crypt.compulink.co.uk>
18631      Branch: perl
18632            ! t/op/study.t
18633 ____________________________________________________________________________
18634 [ 10765] By: jhi                                   on 2001/06/20  19:51:47
18635         Log: Update Changes.
18636      Branch: perl
18637            ! Changes patchlevel.h
18638 ____________________________________________________________________________
18639 [ 10764] By: jhi                                   on 2001/06/20  19:00:23
18640         Log: Subject: Re: [PATCH] djgpp updates
18641              From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
18642              Date: Wed, 20 Jun 2001 10:05:15 +0200
18643              Message-ID: <20010620100515.L5600@libra.eth.ericsson.se>
18644      Branch: perl
18645            ! djgpp/config.over
18646 ____________________________________________________________________________
18647 [ 10763] By: jhi                                   on 2001/06/20  18:58:06
18648         Log: Fix for ID 20010619.002 "When building hash, hash keys that
18649              are function calls are not being called", from Abhijit.
18650      Branch: perl
18651            ! t/base/lex.t toke.c
18652 ____________________________________________________________________________
18653 [ 10762] By: jhi                                   on 2001/06/20  18:45:00
18654         Log: Upgrade to Locale::Maketext 1.02, from Sean Burke.
18655      Branch: perl
18656            + lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/README
18657            + lib/Locale/Maketext/test.pl
18658            - lib/Locale/Maketext.t
18659            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext.pod
18660            ! lib/Locale/Maketext/TPJ13.pod
18661 ____________________________________________________________________________
18662 [ 10761] By: jhi                                   on 2001/06/20  18:44:15
18663         Log: Metaconfig unit change for #10760.
18664      Branch: metaconfig
18665            ! U/modified/Cppsym.U
18666 ____________________________________________________________________________
18667 [ 10760] By: jhi                                   on 2001/06/20  18:42:04
18668         Log: Do not remove the ccsym* Cppsym* files since
18669              they are useful for metaconfig units coming after us.
18670              (This is the Configure nit mentioned in #10752.)
18671      Branch: perl
18672            ! Configure
18673 ____________________________________________________________________________
18674 [ 10759] By: jhi                                   on 2001/06/20  18:02:18
18675         Log: Update to I18N::LangTags 0.24, from Sean Burke.
18676      Branch: perl
18677            + lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
18678            + lib/I18N/LangTags/README
18679            - lib/I18N/LangTags/List.pod
18680            ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/test.pl
18681 ____________________________________________________________________________
18682 [ 10758] By: jhi                                   on 2001/06/20  17:34:43
18683         Log: Regen headers.
18684      Branch: perl
18685            ! embed.h embedvar.h global.sym perlapi.c perlapi.h
18686            ! pod/perlapi.pod proto.h
18687 ____________________________________________________________________________
18688 [ 10757] By: jhi                                   on 2001/06/20  17:23:08
18689         Log: Subject: [PATCH] Fixes case of CvDEPTH for perl_clone
18690              From: Artur Bergman <artur@contiller.se>
18691              Date: Wed, 20 Jun 2001 11:31:32 +0200
18692              Message-ID: <B7563A14.17D8%artur@contiller.se>
18693      Branch: perl
18694            ! embed.pl hv.c intrpvar.h sv.c sv.h
18695 ____________________________________________________________________________
18696 [ 10756] By: jhi                                   on 2001/06/20  17:13:26
18697         Log: Subject: Fix for [ID 20010124.001] POSIX::errno unreliable
18698              From: Tim Sweetman <tim@aldigital.co.uk> 
18699              Date: Wed, 13 Jun 2001 14:25:17 +0100 
18700              Message-ID: <3B2769BD.68B4F4B3@aldigital.co.uk> 
18701      Branch: perl
18702            ! ext/POSIX/POSIX.t lib/AutoLoader.pm
18703 ____________________________________________________________________________
18704 [ 10755] By: nick                                  on 2001/06/20  16:12:37
18705         Log: Integrate mainline
18706      Branch: perlio
18707           !> embed.h embed.pl ext/Cwd/Cwd.xs ext/Filter/t/call.t
18708           !> ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/t/io_sock.t
18709           !> ext/POSIX/POSIX.xs hints/mpeix.sh lib/File/Temp/security.t
18710           !> lib/FileHandle.t mpeix/mpeixish.h mpeix/relink objXSUB.h
18711           !> perlapi.c pod/perldiag.pod pp_sys.c proto.h t/op/pwent.t
18712           !> t/op/study.t util.c
18713 ____________________________________________________________________________
18714 [ 10754] By: gsar                                  on 2001/06/20  15:22:27
18715         Log: missing ld entry in Config.pm on Windows (makefile.mk had it,
18716              but not Makefile)
18717      Branch: maint-5.6/perl
18718            ! win32/Makefile
18719 ____________________________________________________________________________
18720 [ 10753] By: jhi                                   on 2001/06/20  14:03:20
18721         Log: Security tweak on readlink().
18722      Branch: perl
18723            ! pp_sys.c
18724 ____________________________________________________________________________
18725 [ 10752] By: jhi                                   on 2001/06/20  14:00:23
18726         Log: MPE/iX fixes from Mark Bixby (a Configure fix is also needed.)
18727      Branch: perl
18728            ! ext/Filter/t/call.t ext/IO/lib/IO/t/io_sock.t hints/mpeix.sh
18729            ! lib/File/Temp/security.t lib/FileHandle.t mpeix/mpeixish.h
18730            ! mpeix/relink t/op/pwent.t
18731 ____________________________________________________________________________
18732 [ 10751] By: jhi                                   on 2001/06/20  13:57:27
18733         Log: Reinstate #10725 (with probe for alarm()).
18734      Branch: perl
18735            ! t/op/study.t
18736 ____________________________________________________________________________
18737 [ 10750] By: jhi                                   on 2001/06/20  13:53:46
18738         Log: Replace our implementation of realpath() with OpenBSD's
18739              (src/lib/libc/stdlib/realpath.c 1.4).
18740      Branch: perl
18741            ! embed.h embed.pl ext/Cwd/Cwd.xs objXSUB.h perlapi.c
18742            ! pod/perldiag.pod proto.h util.c
18743 ____________________________________________________________________________
18744 [ 10749] By: jhi                                   on 2001/06/20  13:07:49
18745         Log: Integrate perlio.
18746      Branch: perl
18747           !> perlio.c
18748 ____________________________________________________________________________
18749 [ 10748] By: jhi                                   on 2001/06/20  13:07:18
18750         Log: No point in going into memory-saving contortions
18751              with getcwd() since there's a danger of buffer overflow.
18752              Also make the POSIX extension to use sv_getcwd().
18753              Finally, a missed proto.h fragment.
18754      Branch: perl
18755            ! ext/POSIX/POSIX.xs proto.h util.c
18756 ____________________________________________________________________________
18757 [ 10747] By: nick                                  on 2001/06/20  12:38:26
18758         Log: Fix PERLIO=unix bug, while restoring maximal buffer in PerlIOBuf_unread.
18759      Branch: perlio
18760            ! perlio.c
18761 ____________________________________________________________________________
18762 [ 10746] By: jhi                                   on 2001/06/20  11:51:10
18763         Log: Subject: Re: Bug in IO::Socket::INET module (repeat)
18764              From: Graham Barr <gbarr@pobox.com>
18765              Date: Wed, 20 Jun 2001 11:05:49 +0100
18766              Message-ID: <20010620110549.I19188@pobox.com>
18767              
18768              reported in        
18769              
18770              Subject: Bug in IO::Socket::INET module (repeat)
18771              From: "Harmon S. Nine" <hnine@netarx.com>
18772              Date: Tue, 19 Jun 2001 09:41:35 -0400
18773              Message-ID: <3B2F568F.8080605@netarx.com>
18774              
18775              The bug was that the IO::Socket::INET constructor
18776              did not allow a 'LocalPort' of 0.
18777      Branch: perl
18778            ! ext/IO/lib/IO/Socket/INET.pm
18779 ____________________________________________________________________________
18780 [ 10745] By: nick                                  on 2001/06/20  08:56:39
18781         Log: Integrate mainline.
18782      Branch: perlio
18783           !> (integrate 37 files)
18784 ____________________________________________________________________________
18785 [ 10744] By: jhi                                   on 2001/06/20  04:54:53
18786         Log: After some reading I don't think we can blindly
18787              use systems' realpath().  Too many security problems,
18788              too many buggy implementations.
18789              
18790              TODO: the realpath() emulation code in util.c doesn't
18791              seem fully operational?  (readlink(), for example?)
18792      Branch: perl
18793            ! Configure Makefile.micro Porting/Glossary Porting/config.sh
18794            ! Porting/config_H config_h.SH embed.h embed.pl global.sym
18795            ! objXSUB.h perlapi.c pod/perldiag.pod pod/perltoc.pod uconfig.h
18796            ! uconfig.sh util.c vos/config.alpha.def vos/config.alpha.h
18797            ! vos/config.ga.def vos/config.ga.h win32/config_H.bc
18798            ! win32/config_H.gc win32/config_H.vc
18799 ____________________________________________________________________________
18800 [ 10743] By: jhi                                   on 2001/06/20  00:48:48
18801         Log: Metaconfig unit change for #10738.
18802      Branch: metaconfig
18803            ! U/compline/d_gconvert.U
18804 ____________________________________________________________________________
18805 [ 10742] By: jhi                                   on 2001/06/20  00:48:20
18806         Log: Integrate change #10739 from maintperl:
18807              
18808              C<eval "/x$\r\n/x"> fails to compile correctly 
18809      Branch: perl
18810           !> t/op/pat.t toke.c
18811 ____________________________________________________________________________
18812 [ 10741] By: jhi                                   on 2001/06/20  00:41:05
18813         Log: Retract #10725 (Hugo asked NOT to apply the patch)
18814      Branch: perl
18815            ! t/op/study.t
18816 ____________________________________________________________________________
18817 [ 10740] By: jhi                                   on 2001/06/19  23:58:25
18818         Log: The test.third results were funnily named because of the
18819              new test scheme.
18820      Branch: perl
18821            ! t/TEST
18822 ____________________________________________________________________________
18823 [ 10739] By: gsar                                  on 2001/06/19  23:49:15
18824         Log: C<eval "/x$\r\n/x"> fails to compile correctly
18825      Branch: maint-5.6/perl
18826            ! t/op/pat.t toke.c
18827 ____________________________________________________________________________
18828 [ 10738] By: jhi                                   on 2001/06/19  23:04:15
18829         Log: Subject: [ID 20010619.012] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED) 
18830              From: Spider Boardman <spider@Orb.Nashua.NH.US>
18831              Date: Tue, 19 Jun 2001 19:15:40 -0400
18832              Message-Id: <200106192315.TAA18531@Orb.Nashua.NH.US>
18833              
18834              The bigintpm.t #1183 failing in Tru64 (and also Cygwin)
18835              because "1e+129" being expected but "1.e+129" being returned.
18836              The culprit (at least in Tru64) is the use of gcvt().
18837      Branch: perl
18838            ! Configure
18839 ____________________________________________________________________________
18840 [ 10737] By: jhi                                   on 2001/06/19  22:56:52
18841         Log: Subject: [PATCH perl@10722] test hunting on VMS
18842              From: "Craig A. Berry" <craigberry@mac.com>
18843              Message-Id: <5.1.0.14.0.20010619183530.01c4bdb8@exchi01>
18844              Date: Tue, 19 Jun 2001 18:59:01 -0500
18845      Branch: perl
18846            ! vms/test.com
18847 ____________________________________________________________________________
18848 [ 10736] By: jhi                                   on 2001/06/19  21:32:29
18849         Log: Subject: [PATCH] s/typos//
18850              From: Abhijit Menon-Sen <ams@wiw.org>
18851              Date: Wed, 20 Jun 2001 02:15:02 +0530
18852              Message-ID: <20010620021502.A14541@lustre.linux.in>
18853              
18854              Without the op.h s/bearword/bareword/ hunk, see
18855              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/1998-02/msg00370.html
18856      Branch: perl
18857            ! util.c
18858 ____________________________________________________________________________
18859 [ 10735] By: jhi                                   on 2001/06/19  21:26:43
18860         Log: Metaconfig unit change for #10732 and #10733.
18861      Branch: metaconfig/U/perl
18862            ! fflushall.U
18863 ____________________________________________________________________________
18864 [ 10734] By: jhi                                   on 2001/06/19  21:24:41
18865         Log: Subject: [PATCH perl@10722] build ext/Socket dynamically on VMS
18866              From: "Craig A. Berry" <craigberry@mac.com>
18867              Date: Tue, 19 Jun 2001 17:19:48 -0500
18868              Message-Id: <5.1.0.14.0.20010619165650.01bd8478@exchi01>
18869      Branch: perl
18870            ! configure.com vms/descrip_mms.template
18871 ____________________________________________________________________________
18872 [ 10733] By: jhi                                   on 2001/06/19  19:57:44
18873         Log: Subject: [ID 20010619.011] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED)
18874              From: Spider Boardman <spider@Orb.Nashua.NH.US>
18875              Date: Tue, 19 Jun 2001 16:48:07 -0400
18876              Message-Id: <200106192048.QAA20849@Orb.Nashua.NH.US>
18877              
18878              Further fixes to fflush(NULL) detection.
18879      Branch: perl
18880            ! Configure
18881 ____________________________________________________________________________
18882 [ 10732] By: jhi                                   on 2001/06/19  19:38:20
18883         Log: AIX test -s hangs with non-existent files?
18884              (A genuine logic bug in Configure, but AIX also broken?)
18885      Branch: perl
18886            ! Configure
18887 ____________________________________________________________________________
18888 [ 10731] By: jhi                                   on 2001/06/19  19:17:35
18889         Log: AUTHORS updates.
18890      Branch: perl
18891            ! AUTHORS
18892 ____________________________________________________________________________
18893 [ 10730] By: jhi                                   on 2001/06/19  19:03:07
18894         Log: Subject: [ID 20010619.007] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-perlio 4.0f (UNINSTALLED)
18895              From: Spider Boardman <spider@Orb.Nashua.NH.US>
18896              Date: Tue, 19 Jun 2001 15:33:25 -0400
18897              Message-Id: <200106191933.PAA08415@Orb.Nashua.NH.US>
18898      Branch: perl
18899            ! ext/POSIX/POSIX.t lib/warnings.t perlio.c t/lib/1_compile.t
18900            ! t/lib/warnings/pp
18901 ____________________________________________________________________________
18902 [ 10729] By: jhi                                   on 2001/06/19  18:34:10
18903         Log: Integrate perlio.
18904      Branch: perl
18905           !> lib/File/Find/find.t win32/distclean.bat
18906 ____________________________________________________________________________
18907 [ 10728] By: nick                                  on 2001/06/19  18:24:53
18908         Log: Hack File/Find/find.t to use File::Spec::Unix on Win32.
18909      Branch: perlio
18910            ! lib/File/Find/find.t win32/distclean.bat
18911 ____________________________________________________________________________
18912 [ 10727] By: jhi                                   on 2001/06/19  18:07:31
18913         Log: Furthwer tweak the fdopen() spot as suggseted by Jeff Pinyan;
18914              also add information how to find out whether one has PerlIO.
18915      Branch: perl
18916            ! pod/perlfunc.pod
18917 ____________________________________________________________________________
18918 [ 10726] By: jhi                                   on 2001/06/19  17:59:30
18919         Log: Subject: [ID 20010619.005] two typos in pod/perlfunc.pod
18920              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
18921              Date: Tue, 19 Jun 2001 11:36:32 -0700 (PDT)
18922              Message-Id: <200106191836.LAA21471@ventrue.corp.yahoo.com>
18923      Branch: perl
18924            ! pod/perlfunc.pod
18925 ____________________________________________________________________________
18926 [ 10725] By: jhi                                   on 2001/06/19  17:28:30
18927         Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study 
18928              From: Hugo <hv@crypt.compulink.co.uk>
18929              Date: Tue, 19 Jun 2001 12:37:30 +0100
18930              Message-Id: <200106191137.MAA15185@crypt.compulink.co.uk>
18931      Branch: perl
18932            ! t/op/study.t
18933 ____________________________________________________________________________
18934 [ 10724] By: jhi                                   on 2001/06/19  17:22:20
18935         Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study 
18936              From: Hugo <hv@crypt.compulink.co.uk>
18937              Message-Id: <200106191215.NAA17691@crypt.compulink.co.uk>
18938              Date: Tue, 19 Jun 2001 13:15:17 +0100
18939      Branch: perl
18940            ! util.c
18941 ____________________________________________________________________________
18942 [ 10723] By: nick                                  on 2001/06/19  14:46:15
18943         Log: Integrate mainline
18944      Branch: perlio
18945           +> ext/IPC/SysV/ipcsysv.t ext/Thread/create.tx ext/Thread/die.tx
18946           +> ext/Thread/die2.tx ext/Thread/io.tx ext/Thread/join.tx
18947           +> ext/Thread/join2.tx ext/Thread/list.tx ext/Thread/lock.tx
18948           +> ext/Thread/queue.tx ext/Thread/specific.tx ext/Thread/sync.tx
18949           +> ext/Thread/sync2.tx ext/Thread/unsync.tx ext/Thread/unsync2.tx
18950           +> ext/Thread/unsync3.tx ext/Thread/unsync4.tx
18951            - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
18952            - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
18953            - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
18954            - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
18955            - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
18956            - ext/Thread/unsync4.t
18957           !> Changes MANIFEST NetWare/Makefile NetWare/config.wc
18958           !> djgpp/config.over djgpp/fixpmain
18959           !> ext/DynaLoader/DynaLoader_pm.PL ext/IPC/SysV/t/msg.t
18960           !> ext/IPC/SysV/t/sem.t handy.h hv.c lib/ExtUtils/MM_Unix.pm
18961           !> patchlevel.h perl.h utils/libnetcfg.PL win32/Makefile
18962 ____________________________________________________________________________
18963 [ 10722] By: jhi                                   on 2001/06/19  11:55:30
18964         Log: Update Changes.
18965      Branch: perl
18966            ! Changes patchlevel.h
18967 ____________________________________________________________________________
18968 [ 10721] By: jhi                                   on 2001/06/19  11:29:34
18969         Log: The existence shall be MANIFESted.
18970      Branch: perl
18971            ! MANIFEST
18972 ____________________________________________________________________________
18973 [ 10720] By: jhi                                   on 2001/06/19  10:58:09
18974         Log: The old libnet.cfg is first searched from the current directory,
18975              only then from the module path.
18976      Branch: perl
18977            ! utils/libnetcfg.PL
18978 ____________________________________________________________________________
18979 [ 10719] By: jhi                                   on 2001/06/19  10:55:59
18980         Log: NetWare tweaks from Guruprasad.
18981      Branch: perl
18982            ! NetWare/Makefile NetWare/config.wc
18983 ____________________________________________________________________________
18984 [ 10718] By: jhi                                   on 2001/06/19  10:54:22
18985         Log: Subject: [PATCH] djgpp updates
18986              From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
18987              Date: Tue, 19 Jun 2001 10:59:06 +0200
18988              Message-ID: <20010619105906.C5600@libra.eth.ericsson.se>
18989      Branch: perl
18990            ! djgpp/config.over djgpp/fixpmain
18991 ____________________________________________________________________________
18992 [ 10717] By: jhi                                   on 2001/06/19  10:53:20
18993         Log: Subject: [PATCH: perl@10689]let MS VC 5 resolve _PerlIO_win32
18994              From: Prymmer/Kahn <pvhp@best.com>
18995              Date: Mon, 18 Jun 2001 23:48:52 -0700 (PDT)
18996              Message-ID: <Pine.BSF.4.21.0106182345100.17670-100000@shell8.ba.best.com>
18997      Branch: perl
18998            ! win32/Makefile
18999 ____________________________________________________________________________
19000 [ 10716] By: jhi                                   on 2001/06/19  10:52:25
19001         Log: The INT32_MIN_BROKEN and INT64_MIN_BROKEN tweaks needs
19002              to happen right after the inclusion of <inttypes.h>,
19003              from Edward Moy.
19004      Branch: perl
19005            ! handy.h perl.h
19006 ____________________________________________________________________________
19007 [ 10715] By: jhi                                   on 2001/06/19  10:49:21
19008         Log: Subject: [patch] preserve @DynaLoader::dl_{librefs,modules}
19009              From: Doug MacEachern <dougm@covalent.net>
19010              Date: Mon, 18 Jun 2001 22:13:38 -0700 (PDT)
19011              Message-ID: <Pine.LNX.4.21.0106182210570.22114-100000@mako.covalent.net>
19012      Branch: perl
19013            ! ext/DynaLoader/DynaLoader_pm.PL
19014 ____________________________________________________________________________
19015 [ 10714] By: jhi                                   on 2001/06/19  10:48:19
19016         Log: Revert #10656 for perfomance reasons but leave in the
19017              use of Hv*() macros -- in comments, so that grepping the
19018              source is easier, from Abhijit.  (Also add the ENV_HV_NAME speedup
19019              suggested by Sarathy, also by Abhijit.)
19020      Branch: perl
19021            ! hv.c
19022 ____________________________________________________________________________
19023 [ 10713] By: jhi                                   on 2001/06/19  10:46:08
19024         Log: Subject: [patch] .s MakeMaker suffix
19025              From: Doug MacEachern <dougm@covalent.net>
19026              Date: Mon, 18 Jun 2001 21:23:11 -0700 (PDT)
19027              Message-ID: <Pine.LNX.4.21.0106182120250.22114-100000@mako.covalent.net>
19028      Branch: perl
19029            ! lib/ExtUtils/MM_Unix.pm
19030 ____________________________________________________________________________
19031 [ 10712] By: jhi                                   on 2001/06/19  10:34:35
19032         Log: One test lost in the big shuffle restored.
19033      Branch: perl
19034            + ext/IPC/SysV/ipcsysv.t
19035            ! MANIFEST ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
19036 ____________________________________________________________________________
19037 [ 10711] By: jhi                                   on 2001/06/19  10:25:46
19038         Log: Rename the old non-standard threads tests so that
19039              they won't be invoked.
19040      Branch: perl
19041            + ext/Thread/create.tx ext/Thread/die.tx ext/Thread/die2.tx
19042            + ext/Thread/io.tx ext/Thread/join.tx ext/Thread/join2.tx
19043            + ext/Thread/list.tx ext/Thread/lock.tx ext/Thread/queue.tx
19044            + ext/Thread/specific.tx ext/Thread/sync.tx ext/Thread/sync2.tx
19045            + ext/Thread/unsync.tx ext/Thread/unsync2.tx
19046            + ext/Thread/unsync3.tx ext/Thread/unsync4.tx
19047            - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
19048            - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
19049            - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
19050            - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
19051            - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
19052            - ext/Thread/unsync4.t
19053            ! MANIFEST
19054 ____________________________________________________________________________
19055 [ 10710] By: jhi                                   on 2001/06/19  10:18:41
19056         Log: Integrate perlio.
19057      Branch: perl
19058           !> win32/config_sh.PL
19059 ____________________________________________________________________________
19060 [ 10709] By: nick                                  on 2001/06/19  08:18:18
19061         Log: Integrate mainline
19062      Branch: perlio
19063           +> (branch 40 files)
19064            - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
19065            - lib/strict/subs lib/strict/vars lib/warnings/1global
19066            - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
19067            - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
19068            - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
19069            - lib/warnings/doio lib/warnings/doop lib/warnings/gv
19070            - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
19071            - lib/warnings/op lib/warnings/perl lib/warnings/perlio
19072            - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
19073            - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
19074            - lib/warnings/regexec lib/warnings/run lib/warnings/sv
19075            - lib/warnings/taint lib/warnings/toke lib/warnings/universal
19076            - lib/warnings/utf8 lib/warnings/util
19077           !> (integrate 57 files)
19078 ____________________________________________________________________________
19079 [ 10708] By: nick                                  on 2001/06/19  07:57:10
19080         Log: Get Win32 known_extensions and extensions right in config.sh and hence Config.pm
19081      Branch: perlio
19082            ! win32/config_sh.PL
19083 ____________________________________________________________________________
19084 [ 10707] By: nick                                  on 2001/06/19  07:05:07
19085         Log: Perly.y and related file fixes to keep mainframe yacc (and bison) happy.
19086      Branch: perl
19087            ! perly.c perly.y perly_c.diff vms/perly_c.vms
19088 ____________________________________________________________________________
19089 [ 10706] By: jhi                                   on 2001/06/19  02:58:26
19090         Log: More perl572delta tweaks.
19091      Branch: perl
19092            ! pod/perl572delta.pod
19093 ____________________________________________________________________________
19094 [ 10705] By: jhi                                   on 2001/06/19  01:53:40
19095         Log: Update perl572delta.
19096      Branch: perl
19097            ! pod/perl572delta.pod
19098 ____________________________________________________________________________
19099 [ 10704] By: jhi                                   on 2001/06/19  01:28:40
19100         Log: VOS updates from Paul Green.
19101      Branch: perl
19102            ! vos/Changes vos/build.cm vos/perl.bind
19103 ____________________________________________________________________________
19104 [ 10703] By: jhi                                   on 2001/06/19  01:03:53
19105         Log: Update the vos/config.*.* files.
19106      Branch: perl
19107            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
19108            ! vos/config.ga.h
19109 ____________________________________________________________________________
19110 [ 10702] By: jhi                                   on 2001/06/19  01:03:32
19111         Log: Add a makefile for more painless adding of symbols to the
19112              VOS headers while in UNIX (in VOS the vos/configure_perl.cm
19113              takes care of the adding)
19114      Branch: perl
19115            + vos/Makefile
19116 ____________________________________________________________________________
19117 [ 10701] By: jhi                                   on 2001/06/19  00:51:44
19118         Log: Make libnetcfg by default display the libnet configuration,
19119              -c to change, add -i for old config, document all options,
19120              regen toc.
19121      Branch: perl
19122            ! pod/perltoc.pod pod/perlutil.pod utils/libnetcfg.PL
19123 ____________________________________________________________________________
19124 [ 10700] By: jhi                                   on 2001/06/18  23:45:12
19125         Log: gcc -Wall sweep.
19126      Branch: perl
19127            ! ext/IO/IO.xs ext/Time/Piece/Piece.xs
19128 ____________________________________________________________________________
19129 [ 10699] By: jhi                                   on 2001/06/18  23:19:53
19130         Log: So there.
19131      Branch: perl
19132            ! universal.c
19133 ____________________________________________________________________________
19134 [ 10698] By: jhi                                   on 2001/06/18  23:10:22
19135         Log: Document the need for sv_printify().
19136              
19137              Document that 'use utf8' has been considered.
19138              
19139              (An unfinished, gcc 3.0 -Wall nit fix also slipped in, gack.)
19140      Branch: perl
19141            ! pod/perltodo.pod universal.c
19142 ____________________________________________________________________________
19143 [ 10697] By: jhi                                   on 2001/06/18  22:50:53
19144         Log: Subject: Re: [PATCH] Re: [PATCH] Re: perl@10611
19145              From: Nicholas Clark <nick@ccl4.org>
19146              Date: Mon, 18 Jun 2001 23:29:23 +0100
19147              Message-ID: <20010618232923.I98663@plum.flirble.org>
19148      Branch: perl
19149            ! ext/POSIX/Makefile.PL ext/Socket/Makefile.PL
19150            ! ext/Sys/Syslog/Makefile.PL
19151 ____________________________________________________________________________
19152 [ 10696] By: jhi                                   on 2001/06/18  22:39:32
19153         Log: Subject: [PATCH: 5.6.1] perl5db.pl v1.07 + docs
19154              From: Scott.L.Miller@Compaq.com
19155              Date: Mon, 18 Jun 2001 10:12:27 -0500
19156              Message-ID: <86256A6F.00538A54.00@omacmta01.custom-edge.com>
19157      Branch: perl
19158            ! lib/perl5db.pl pod/perldebug.pod
19159 ____________________________________________________________________________
19160 [ 10695] By: jhi                                   on 2001/06/18  22:35:13
19161         Log: Subject: [PATCH lib/Carp/Heavy.pm] malformed POSIX negation
19162              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
19163              Date: Mon, 18 Jun 2001 16:52:24 -0400 (EDT)
19164              Message-ID: <Pine.GSO.4.21.0106181650590.17386-100000@crusoe.crusoe.net>
19165      Branch: perl
19166            ! lib/Carp/Heavy.pm
19167 ____________________________________________________________________________
19168 [ 10694] By: jhi                                   on 2001/06/18  22:34:06
19169         Log: Subject: [PATCH] Documentation changes for CLONE
19170              From: Artur Bergman <artur@contiller.se>
19171              Date: Mon, 18 Jun 2001 22:06:37 +0200
19172              Message-ID: <B7542BEC.1719%artur@contiller.se>
19173      Branch: perl
19174            ! pod/perlmod.pod pod/perlsub.pod
19175 ____________________________________________________________________________
19176 [ 10693] By: jhi                                   on 2001/06/18  22:31:38
19177         Log: Subject: Re: configure.com
19178              From: "Craig A. Berry" <craigberry@mac.com>
19179              Date: Mon, 18 Jun 2001 16:04:38 -0500
19180              Message-Id: <5.1.0.14.0.20010618154549.0318c090@mail.mac.com>
19181      Branch: perl
19182            ! configure.com
19183 ____________________________________________________________________________
19184 [ 10692] By: jhi                                   on 2001/06/18  22:30:43
19185         Log: Subject: PL_nullstash + perl_clone()
19186              From: Doug MacEachern <dougm@covalent.net>
19187              Date: Mon, 18 Jun 2001 16:24:22 -0700 (PDT)
19188              Message-ID: <Pine.LNX.4.21.0106181621040.11974-100000@mako.covalent.net>
19189      Branch: perl
19190            ! sv.c
19191 ____________________________________________________________________________
19192 [ 10691] By: jhi                                   on 2001/06/18  22:26:20
19193         Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
19194              From: davem@fdgroup.co.uk
19195              Date: Mon, 18 Jun 2001 21:29:45 +0100 (BST)
19196              Message-Id: <200106182029.VAA06503@gizmo.fdgroup.co.uk>
19197      Branch: perl
19198            ! embed.pl pod/perlapi.pod
19199 ____________________________________________________________________________
19200 [ 10690] By: jhi                                   on 2001/06/18  22:17:05
19201         Log: More cross-compilation defaults gleaned from -Dcc
19202              if it is CPU-OS-gcc.
19203      Branch: metaconfig
19204            ! U/modified/libc.U
19205      Branch: metaconfig/U/perl
19206            ! Cross.U
19207      Branch: perl
19208            ! Configure INSTALL
19209 ____________________________________________________________________________
19210 [ 10689] By: jhi                                   on 2001/06/18  13:59:47
19211         Log: Update Changes.
19212      Branch: perl
19213            ! Changes patchlevel.h
19214 ____________________________________________________________________________
19215 [ 10688] By: jhi                                   on 2001/06/18  13:44:18
19216         Log: Subject: [PATCH 5.7.1] sv.c documentation
19217              From: davem@fdgroup.co.uk
19218              Date: Mon, 18 Jun 2001 00:47:52 +0100 (BST)
19219              Message-Id: <200106172347.AAA05475@gizmo.fdgroup.co.uk>
19220      Branch: perl
19221            ! embed.pl pod/perlapi.pod pod/perlguts.pod pod/perlintern.pod
19222            ! sv.c sv.h
19223 ____________________________________________________________________________
19224 [ 10687] By: jhi                                   on 2001/06/18  13:38:03
19225         Log: Subject: [PATCH bleadperl DOC] $@ Clarification in pod/perlvar.pod
19226              From: "Jon Gunnip" <jongunnip@hotmail.com>
19227              Date: Sun, 17 Jun 2001 18:24:29 -0400
19228              Message-ID: <F136EXUIEAOeIiGXix40000e3a7@hotmail.com>
19229      Branch: perl
19230            ! pod/perlvar.pod
19231 ____________________________________________________________________________
19232 [ 10686] By: jhi                                   on 2001/06/18  13:32:13
19233         Log: Move the locale/strict/warnings helper files back
19234              under the t/lib; this way the amount of non-installabled
19235              stuff under lib/ stays smaller.
19236      Branch: perl
19237            + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/strict/refs
19238            + t/lib/strict/subs t/lib/strict/vars t/lib/warnings/1global
19239            + t/lib/warnings/2use t/lib/warnings/3both t/lib/warnings/4lint
19240            + t/lib/warnings/5nolint t/lib/warnings/6default
19241            + t/lib/warnings/7fatal t/lib/warnings/8signal
19242            + t/lib/warnings/9enabled t/lib/warnings/av t/lib/warnings/doio
19243            + t/lib/warnings/doop t/lib/warnings/gv t/lib/warnings/hv
19244            + t/lib/warnings/malloc t/lib/warnings/mg t/lib/warnings/op
19245            + t/lib/warnings/perl t/lib/warnings/perlio t/lib/warnings/perly
19246            + t/lib/warnings/pp t/lib/warnings/pp_ctl t/lib/warnings/pp_hot
19247            + t/lib/warnings/pp_sys t/lib/warnings/regcomp
19248            + t/lib/warnings/regexec t/lib/warnings/run t/lib/warnings/sv
19249            + t/lib/warnings/taint t/lib/warnings/toke
19250            + t/lib/warnings/universal t/lib/warnings/utf8
19251            + t/lib/warnings/util
19252            - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
19253            - lib/strict/subs lib/strict/vars lib/warnings/1global
19254            - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
19255            - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
19256            - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
19257            - lib/warnings/doio lib/warnings/doop lib/warnings/gv
19258            - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
19259            - lib/warnings/op lib/warnings/perl lib/warnings/perlio
19260            - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
19261            - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
19262            - lib/warnings/regexec lib/warnings/run lib/warnings/sv
19263            - lib/warnings/taint lib/warnings/toke lib/warnings/universal
19264            - lib/warnings/utf8 lib/warnings/util
19265            ! MANIFEST installperl lib/locale.t lib/strict.t
19266 ____________________________________________________________________________
19267 [ 10685] By: jhi                                   on 2001/06/18  13:11:49
19268         Log: Split off the pack/unpack code, from Nicholas Clark.
19269      Branch: perl
19270            + pp_pack.c
19271            ! MANIFEST Makefile.SH Makefile.micro cflags.SH embed.h embed.pl
19272            ! objXSUB.h perlapi.c pod/perlhack.pod pp.c proto.h
19273            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
19274 ____________________________________________________________________________
19275 [ 10684] By: jhi                                   on 2001/06/18  12:25:55
19276         Log: Guard the SysV IPC tests against being invoked in
19277              SysV-IPC-less places.
19278      Branch: perl
19279            ! ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
19280 ____________________________________________________________________________
19281 [ 10683] By: nick                                  on 2001/06/18  12:24:42
19282         Log: Integrate mainline (new test scheme now ok on Linux).
19283      Branch: perlio
19284           +> lib/warnings.t
19285           !> dump.c sv.c
19286 ____________________________________________________________________________
19287 [ 10682] By: jhi                                   on 2001/06/18  12:20:50
19288         Log: Add the locale.c and numeric.c to the microperl sources.
19289      Branch: perl
19290            ! Makefile.micro win32/Makefile
19291 ____________________________________________________________________________
19292 [ 10681] By: jhi                                   on 2001/06/18  11:57:45
19293         Log: Subject: [PATCH dump.c] FLAGS = (...,OUR,TYPED,...)
19294              From: Abhijit Menon-Sen <ams@wiw.org>
19295              Date: Mon, 18 Jun 2001 14:23:44 +0530
19296              Message-ID: <20010618142344.A13136@lustre.linux.in>
19297      Branch: perl
19298            ! dump.c
19299 ____________________________________________________________________________
19300 [ 10680] By: jhi                                   on 2001/06/18  11:56:12
19301         Log: Subject: Re: [PATCH] more anonymous stash cleanups
19302              From: Abhijit Menon-Sen <ams@wiw.org>
19303              Date: Mon, 18 Jun 2001 15:50:32 +0530
19304              Message-ID: <20010618155032.A13223@lustre.linux.in>
19305              
19306              Plus the comment left in as suggested by NI-S.
19307      Branch: perl
19308            ! sv.c
19309 ____________________________________________________________________________
19310 [ 10679] By: jhi                                   on 2001/06/18  11:49:27
19311         Log: One missed file.
19312      Branch: perl
19313            + lib/warnings.t
19314 ____________________________________________________________________________
19315 [ 10678] By: nick                                  on 2001/06/18  08:05:29
19316         Log: Integrate mainline (part2 - the deletes)
19317      Branch: perlio
19318            - lib/Text/Abbrev/t/abbrev.t t/lib/anydbm.t t/lib/b-stash.t
19319            - t/lib/bigfltpm.t t/lib/bigintpm.t t/lib/cwd.t t/lib/db-btree.t
19320            - t/lib/db-hash.t t/lib/db-recno.t t/lib/extutils.t
19321            - t/lib/filefind.t t/lib/filehand.t t/lib/filter-util.t
19322            - t/lib/findtaint.t t/lib/ftmp-security.t t/lib/gdbm.t
19323            - t/lib/glob-basic.t t/lib/glob-case.t t/lib/io_dup.t
19324            - t/lib/io_poll.t t/lib/io_sel.t t/lib/io_taint.t t/lib/mbimbf.t
19325            - t/lib/ndbm.t t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t
19326            - t/lib/open3.t t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t
19327            - t/lib/syslfs.t t/pragma/locale.t t/pragma/strict.t
19328            - t/pragma/subs.t t/pragma/warn/mg t/pragma/warnings.t
19329 ____________________________________________________________________________
19330 [ 10677] By: nick                                  on 2001/06/18  08:04:44
19331         Log: Integrate mainline (part1)
19332      Branch: perlio
19333           +> (branch 376 files)
19334            - (delete 219 files)
19335           !> (integrate 151 files)
19336 ____________________________________________________________________________
19337 [ 10676] By: jhi                                   on 2001/06/18  04:17:15
19338         Log: The Grand Trek: move the *.t files from t/ to lib/ and ext/.
19339              No doubt I made some mistakes like missed some files or
19340              misnamed some files.  The naming rules were more or less:
19341              (1) if the module is from CPAN, follows its ways, be it
19342              t/*.t or test.pl.
19343              (2) otherwise if there are multiple tests for a module
19344              put them in a t/
19345              (3) otherwise if there's only one test put it in Module.t
19346              (4) helper files go to module/ (locale, strict, warnings)
19347              (5) use longer filenames now that we can (but e.g. the
19348              compat-0.6.t and the Text::Balanced test files still
19349              were renamed to be more civil against the 8.3 people)
19350              installperl was updated appropriately not to install the
19351              *.t files or the help files from under lib.
19352              
19353              TODO: some helper files still remain under t/ that could
19354              follow their 'masters'.  UPDATE: On second thoughts, why
19355              should they.  They can continue to live under t/lib, and
19356              in fact the locale/strict/warnings helpers that were moved
19357              could be moved back.  This way the amount of non-installable
19358              stuff under lib/ stays smaller.
19359      Branch: perl
19360            + (add 253 files)
19361            - (delete 254 files)
19362            ! MANIFEST installperl lib/Test/Harness.pm t/TEST t/harness
19363 ____________________________________________________________________________
19364 [ 10675] By: jhi                                   on 2001/06/18  03:15:02
19365         Log: The warning no more comes from util.c, it comes from numeric.c.
19366      Branch: perl
19367            ! README.tru64
19368 ____________________________________________________________________________
19369 [ 10674] By: jhi                                   on 2001/06/18  00:56:22
19370         Log: Subject: Re: anyone good at casting spells?
19371              From: Spider Boardman <spider@Orb.Nashua.NH.US>
19372              Date: Sun, 17 Jun 2001 21:21:04 -0400
19373              Message-Id: <200106180121.VAA10195@Orb.Nashua.NH.US> 
19374      Branch: perl
19375            ! ext/POSIX/POSIX.xs hv.h
19376 ____________________________________________________________________________
19377 [ 10673] By: jhi                                   on 2001/06/17  22:24:53
19378         Log: Protect the (original) thread tests against testing if no 5.005
19379              threads have been configured.
19380      Branch: perl
19381            ! ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
19382            ! ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
19383            ! ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
19384            ! ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
19385            ! ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
19386            ! ext/Thread/unsync4.t
19387 ____________________________________________________________________________
19388 [ 10672] By: jhi                                   on 2001/06/17  22:09:28
19389         Log: Try the new test scanning scheme on Text::Abbrev.
19390      Branch: perl
19391            + lib/Text/Abbrev.t
19392            - lib/Text/Abbrev/t/abbrev.t
19393            ! MANIFEST
19394 ____________________________________________________________________________
19395 [ 10671] By: jhi                                   on 2001/06/17  22:07:08
19396         Log: Change the scan policy of the *.t and test.pl files,
19397              now the *.t do not need to live in a t/ directory.
19398      Branch: perl
19399            ! t/TEST t/harness
19400 ____________________________________________________________________________
19401 [ 10670] By: jhi                                   on 2001/06/17  20:32:35
19402         Log: Subject: [PATCH perlfaq7.pod] fix dangling L<perlobj/"WARNING">
19403              From: Ilmari Karonen <iltzu@sci.fi>
19404              Date: Mon, 18 Jun 2001 00:30:21 +0300 (EET DST)
19405              Message-ID: <Pine.SOL.3.96.1010618002009.6629A-100000@simpukka>
19406      Branch: perl
19407            ! pod/perlfaq7.pod
19408 ____________________________________________________________________________
19409 [ 10669] By: jhi                                   on 2001/06/17  20:30:22
19410         Log: Quench the warnings from Tru64; the HP-UX is still
19411              broken because it really, REALLY, doesn't like the
19412              HvARRAY() being lvalue:
19413              
19414              cc: "hv.c", line 192: warning 524: Cast (non-lvalue) appears on left-hand side of assignment.
19415              cc: "hv.c", line 192: error 1549: Modifiable lvalue required for assignment operator.
19416      Branch: perl
19417            ! hv.c
19418 ____________________________________________________________________________
19419 [ 10668] By: jhi                                   on 2001/06/17  19:13:24
19420         Log: Integrate change #10667 from maintperl:
19421              
19422              change#10449 broke the special-case that makes lexicals inside the
19423              eval"" within DB::DB() visible
19424      Branch: perl
19425           !> op.c
19426 ____________________________________________________________________________
19427 [ 10667] By: gsar                                  on 2001/06/17  19:08:27
19428         Log: change#10449 broke the special-case that makes lexicals inside the
19429              eval"" within DB::DB() visible
19430      Branch: maint-5.6/perl
19431            ! op.c
19432 ____________________________________________________________________________
19433 [ 10666] By: jhi                                   on 2001/06/17  17:50:07
19434         Log: Still spurious output; indent the code a bit.
19435              
19436              TODO1: separate the utility functions like MkDir
19437              into a helper script?
19438              
19439              TODO2: I see a lot of repetition in the filepath()
19440              and dirpath() calls.
19441      Branch: perl
19442            ! t/lib/filefind.t t/lib/findtaint.t
19443 ____________________________________________________________________________
19444 [ 10665] By: jhi                                   on 2001/06/17  16:59:42
19445         Log: Regen modlib, toc.
19446      Branch: perl
19447            ! pod/perlmodlib.pod pod/perltoc.pod
19448 ____________________________________________________________________________
19449 [ 10664] By: jhi                                   on 2001/06/17  16:55:28
19450         Log: Add libnetcfg to perlutil.
19451      Branch: perl
19452            ! pod/perlutil.pod
19453 ____________________________________________________________________________
19454 [ 10663] By: jhi                                   on 2001/06/17  16:53:29
19455         Log: Initial integration of libnet-1.0703.
19456              The Configure script renamed as libnetcfg, will be
19457              installed along other utilities.
19458      Branch: perl
19459            + lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.eg
19460            + lib/Net/Config.pm lib/Net/Domain.pm lib/Net/DummyInetd.pm
19461            + lib/Net/FTP.pm lib/Net/FTP/A.pm lib/Net/FTP/E.pm
19462            + lib/Net/FTP/I.pm lib/Net/FTP/L.pm lib/Net/FTP/dataconn.pm
19463            + lib/Net/Hostname.eg lib/Net/NNTP.pm lib/Net/Netrc.pm
19464            + lib/Net/PH.pm lib/Net/POP3.pm lib/Net/README.config
19465            + lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/SNPP.pm
19466            + lib/Net/Time.pm lib/Net/demos/ftp lib/Net/demos/inetd
19467            + lib/Net/demos/nntp lib/Net/demos/nntp.mirror
19468            + lib/Net/demos/pop3 lib/Net/demos/smtp.self lib/Net/demos/snpp
19469            + lib/Net/demos/time lib/Net/libnet.ppd lib/Net/libnetFAQ.pod
19470            + lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
19471            + lib/Net/t/ph.t lib/Net/t/require.t lib/Net/t/smtp.t
19472            + utils/libnetcfg.PL
19473            ! MANIFEST utils.lst utils/Makefile
19474 ____________________________________________________________________________
19475 [ 10662] By: jhi                                   on 2001/06/17  15:37:32
19476         Log: Less potentially test-harness-confusing output.
19477      Branch: perl
19478            ! lib/Memoize/t/expire_module_t.t
19479 ____________________________________________________________________________
19480 [ 10661] By: jhi                                   on 2001/06/17  15:31:04
19481         Log: The final print annoys make test.
19482      Branch: perl
19483            ! t/lib/filefind.t t/lib/findtaint.t
19484 ____________________________________________________________________________
19485 [ 10660] By: jhi                                   on 2001/06/17  14:00:21
19486         Log: Add an option for handling dangling symbolic links.
19487      Branch: perl
19488            ! lib/File/Find.pm t/lib/filefind.t
19489 ____________________________________________________________________________
19490 [ 10659] By: jhi                                   on 2001/06/17  13:45:48
19491         Log: Subject: Re: [MacPerl-Porters] Re: [PATCH] File::Find for bleadperl, Mac OS  etc.
19492              From: Thomas Wegner <wegner_thomas@yahoo.com>
19493              Date: Sun, 17 Jun 2001 14:43:11 +0200
19494              Message-Id: <p04320400b751fb74714a@[149.225.10.45]>
19495      Branch: perl
19496            + t/lib/findtaint.t
19497            ! MANIFEST lib/File/Find.pm t/lib/filefind.t
19498 ____________________________________________________________________________
19499 [ 10658] By: jhi                                   on 2001/06/17  13:13:25
19500         Log: Subject: [PATCH ExtUtils/MM_Unix.pm perl@10654] Remove tmon.out in make clean
19501              From: Jonathan Stowe <gellyfish@gellyfish.com>
19502              Date: Sun, 17 Jun 2001 11:26:21 +0100 (BST)
19503              Message-ID: <Pine.LNX.4.33.0106171120540.28753-100000@orpheus.gellyfish.com>
19504      Branch: perl
19505            ! lib/ExtUtils/MM_Unix.pm
19506 ____________________________________________________________________________
19507 [ 10657] By: jhi                                   on 2001/06/17  13:12:25
19508         Log: Subject: [PATCH] more anonymous stash cleanups
19509              From: Abhijit Menon-Sen <ams@wiw.org>
19510              Date: Sun, 17 Jun 2001 11:44:06 +0530
19511              Message-ID: <20010617114406.A25203@lustre.linux.in>
19512      Branch: perl
19513            ! op.c
19514 ____________________________________________________________________________
19515 [ 10656] By: jhi                                   on 2001/06/17  13:11:11
19516         Log: Subject: [PATCH #1/7] xhv_array (was Re: Using xhv_foo instead of HvFOO)
19517              From: Abhijit Menon-Sen <ams@wiw.org>
19518              Date: Sun, 17 Jun 2001 08:02:59 +0530
19519              Message-ID: <20010617080259.A28776@lustre.linux.in>
19520              
19521              Subject: [PATCH #2/7] xhv_eiter
19522              From: Abhijit Menon-Sen <ams@wiw.org>
19523              Date: Sun, 17 Jun 2001 08:13:18 +0530
19524              Message-ID: <20010617081318.B28776@lustre.linux.in>
19525              
19526              Subject: [PATCH #3/7] xhv_fill
19527              From: Abhijit Menon-Sen <ams@wiw.org>
19528              Date: Sun, 17 Jun 2001 08:25:16 +0530
19529              Message-ID: <20010617082516.C28776@lustre.linux.in>
19530              
19531              Subject: [PATCH #4/7] xhv_keys
19532              From: Abhijit Menon-Sen <ams@wiw.org>
19533              Date: Sun, 17 Jun 2001 08:36:17 +0530
19534              Message-ID: <20010617083617.D28776@lustre.linux.in>
19535              
19536              Subject: [PATCH #5/7] xhv_max
19537              From: Abhijit Menon-Sen <ams@wiw.org>
19538              Date: Sun, 17 Jun 2001 08:39:48 +0530
19539              Message-ID: <20010617083948.E28776@lustre.linux.in>
19540              
19541              Subject: [PATCH #6,7/7] xhv_pmroot, xhv_riter
19542              From: Abhijit Menon-Sen <ams@wiw.org>
19543              Date: Sun, 17 Jun 2001 08:51:11 +0530
19544              Message-ID: <20010617085111.F28776@lustre.linux.in>
19545      Branch: perl
19546            ! hv.c
19547 ____________________________________________________________________________
19548 [ 10655] By: jhi                                   on 2001/06/16  23:32:03
19549         Log: Update Changes.
19550      Branch: perl
19551            ! Changes patchlevel.h
19552 ____________________________________________________________________________
19553 [ 10654] By: jhi                                   on 2001/06/16  23:18:37
19554         Log: Subject: [PATCH] Re: DYNAMIC_ENV_FETCH HvNAME abuse.
19555              From: Abhijit Menon-Sen <ams@wiw.org>
19556              Date: Sat, 16 Jun 2001 07:41:19 +0530
19557              Message-ID: <20010616074119.A24720@lustre.linux.in>
19558      Branch: perl
19559            ! hv.c perl.c vms/vmsish.h win32/win32.h
19560 ____________________________________________________________________________
19561 [ 10653] By: jhi                                   on 2001/06/16  23:15:11
19562         Log: Document tests failing when threaded, since we now have more.
19563      Branch: perl
19564            ! pod/perl572delta.pod
19565 ____________________________________________________________________________
19566 [ 10652] By: jhi                                   on 2001/06/16  23:12:19
19567         Log: -Wall cleanup.
19568      Branch: perl
19569            ! ext/Thread/Thread.xs
19570 ____________________________________________________________________________
19571 [ 10651] By: jhi                                   on 2001/06/16  23:06:55
19572         Log: pthread_attr_setstacksize() isn't absolutely necessary
19573              to call, only iff THREAD_CREATE_NEEDS_STACK.
19574      Branch: perl
19575            ! ext/Thread/Thread.xs
19576 ____________________________________________________________________________
19577 [ 10650] By: jhi                                   on 2001/06/16  22:58:48
19578         Log: -Wall strays.
19579      Branch: perl
19580            ! perl.c util.c
19581 ____________________________________________________________________________
19582 [ 10649] By: jhi                                   on 2001/06/16  22:47:40
19583         Log: Add workaround for Darwin's (Mac OS X's) INT32_MIN
19584              (and INT64_MIN) brokenness.
19585      Branch: perl
19586            ! hints/darwin.sh perl.h
19587 ____________________________________________________________________________
19588 [ 10648] By: jhi                                   on 2001/06/16  22:27:48
19589         Log: Subject: [PATCH] Re: [PATCH] Re: perl@10611
19590              From: Nicholas Clark <nick@ccl4.org>
19591              Date: Sun, 17 Jun 2001 00:16:05 +0100
19592              Message-ID: <20010617001605.V98663@plum.flirble.org>
19593      Branch: perl
19594            ! ext/Fcntl/Fcntl.xs ext/Fcntl/Makefile.PL ext/File/Glob/Glob.pm
19595            ! ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
19596            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
19597 ____________________________________________________________________________
19598 [ 10647] By: jhi                                   on 2001/06/16  22:24:47
19599         Log: Add perlnetware to docs; regen toc; supply skeleton
19600              docs for some Memoize submodules.
19601      Branch: perl
19602            ! lib/Memoize/AnyDBM_File.pm lib/Memoize/ExpireFile.pm
19603            ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
19604            ! lib/Memoize/SDBM_File.pm lib/Memoize/Storable.pm
19605            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
19606            ! win32/Makefile win32/makefile.mk
19607 ____________________________________________________________________________
19608 [ 10646] By: jhi                                   on 2001/06/16  22:06:52
19609         Log: pod cleanup.
19610      Branch: perl
19611            ! README.netware
19612 ____________________________________________________________________________
19613 [ 10645] By: jhi                                   on 2001/06/16  21:47:00
19614         Log: Integrate Memoize 0.64.  Few tweaks were required in
19615              the test scripts.  Note that the speed and expire*
19616              tests take several dozen seconds to run.
19617      Branch: perl
19618            + lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
19619            + lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
19620            + lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
19621            + lib/Memoize/README lib/Memoize/SDBM_File.pm
19622            + lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
19623            + lib/Memoize/t/array.t lib/Memoize/t/correctness.t
19624            + lib/Memoize/t/errors.t lib/Memoize/t/expire.t
19625            + lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
19626            + lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
19627            + lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
19628            + lib/Memoize/t/speed.t lib/Memoize/t/tie.t
19629            + lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
19630            + lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
19631            + lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
19632            ! MANIFEST t/lib/1_compile.t
19633 ____________________________________________________________________________
19634 [ 10644] By: jhi                                   on 2001/06/16  20:35:49
19635         Log: Document the cross-compilation options.
19636      Branch: perl
19637            ! Cross/README INSTALL
19638 ____________________________________________________________________________
19639 [ 10643] By: jhi                                   on 2001/06/16  19:46:38
19640         Log: NetWare port from Guruprasad S <SGURUPRASAD@novell.com>.
19641      Branch: perl
19642            + NetWare/CLIBsdio.h NetWare/CLIBstr.h NetWare/CLIBstuf.c
19643            + NetWare/CLIBstuf.h NetWare/Main.c NetWare/Makefile
19644            + NetWare/NWTInfo.c NetWare/NWUtil.c NetWare/Nwmain.c
19645            + NetWare/Nwpipe.c NetWare/bat/BldNWExt.bat
19646            + NetWare/bat/Buildtype.bat NetWare/bat/MPKBuild.bat
19647            + NetWare/bat/SetNWBld.bat NetWare/bat/Setmpksdk.bat
19648            + NetWare/bat/Setnlmsdk.bat NetWare/bat/Setwatcom.bat
19649            + NetWare/bat/ToggleD2.bat NetWare/bat/ToggleXDC.bat
19650            + NetWare/config.wc NetWare/config_H.wc NetWare/config_h.PL
19651            + NetWare/config_sh.PL NetWare/deb.h NetWare/dl_netware.xs
19652            + NetWare/intdef.h NetWare/interface.c NetWare/interface.h
19653            + NetWare/iperlhost.h NetWare/netware.h NetWare/nw5.c
19654            + NetWare/nw5iop.h NetWare/nw5sck.c NetWare/nw5sck.h
19655            + NetWare/nw5thread.c NetWare/nw5thread.h NetWare/nwperlsys.c
19656            + NetWare/nwperlsys.h NetWare/nwpipe.h NetWare/nwplglob.c
19657            + NetWare/nwplglob.h NetWare/nwtinfo.h NetWare/nwutil.h
19658            + NetWare/t/NWModify.pl NetWare/t/NWScripts.pl
19659            + NetWare/t/Readme.txt NetWare/testnlm/echo/echo.c
19660            + NetWare/testnlm/type/type.c NetWare/win32ish.h README.netware
19661            + lib/ExtUtils/MM_NW5.pm
19662            ! MANIFEST XSUB.h dosish.h ext/Errno/Errno_pm.PL ext/IO/IO.xs
19663            ! ext/POSIX/POSIX.xs ext/Socket/Socket.xs installperl iperlsys.h
19664            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
19665            ! lib/File/Copy.pm lib/File/Find.pm lib/perl5db.pl makedef.pl
19666            ! perl.c perl.h perlio.c perlio.h pp_sys.c t/comp/multiline.t
19667            ! t/comp/script.t t/io/argv.t t/io/dup.t t/io/fs.t
19668            ! t/io/inplace.t t/io/iprefix.t t/io/tell.t t/lib/anydbm.t
19669            ! t/lib/b-stash.t t/lib/cwd.t t/lib/db-btree.t t/lib/db-hash.t
19670            ! t/lib/db-recno.t t/lib/filehand.t t/lib/filter-util.t
19671            ! t/lib/ftmp-security.t t/lib/gdbm.t t/lib/glob-basic.t
19672            ! t/lib/glob-case.t t/lib/io_dup.t t/lib/io_poll.t
19673            ! t/lib/io_sel.t t/lib/io_taint.t t/lib/ndbm.t
19674            ! t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t t/lib/open3.t
19675            ! t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t t/lib/syslfs.t
19676            ! t/op/anonsub.t t/op/closure.t t/op/die_exit.t t/op/exec.t
19677            ! t/op/fork.t t/op/goto.t t/op/groups.t t/op/lfs.t t/op/magic.t
19678            ! t/op/misc.t t/op/rand.t t/op/runlevel.t t/op/split.t
19679            ! t/op/stat.t t/op/sysio.t t/op/taint.t t/op/write.t
19680            ! t/pragma/locale.t t/pragma/strict.t t/pragma/subs.t
19681            ! t/pragma/warn/mg t/pragma/warnings.t thread.h toke.c util.c
19682            ! util.h x2p/a2py.c
19683 ____________________________________________________________________________
19684 [ 10642] By: jhi                                   on 2001/06/16  19:16:04
19685         Log: Resort MANIFEST.
19686      Branch: perl
19687            ! MANIFEST
19688 ____________________________________________________________________________
19689 [ 10641] By: jhi                                   on 2001/06/16  18:52:26
19690         Log: Integrate perlio.
19691      Branch: perl
19692           +> win32/win32io.c
19693           !> MANIFEST perlio.c perliol.h win32/makefile.mk
19694 ____________________________________________________________________________
19695 [ 10640] By: nick                                  on 2001/06/16  18:38:31
19696         Log: Disable :win32 layer as default till I get it working
19697      Branch: perlio
19698            ! MANIFEST perlio.c
19699 ____________________________________________________________________________
19700 [ 10639] By: jhi                                   on 2001/06/16  18:35:46
19701         Log: Try the new scheme by moving the Text::Abbrev test
19702              to a new place under lib.
19703      Branch: perl
19704            + lib/Text/Abbrev/t/abbrev.t
19705            - t/lib/abbrev.t
19706            ! MANIFEST
19707 ____________________________________________________________________________
19708 [ 10638] By: jhi                                   on 2001/06/16  18:34:30
19709         Log: Make the code even more dynamical so that testname
19710              suffix length can change.
19711      Branch: perl
19712            ! lib/Test/Harness.pm t/TEST
19713 ____________________________________________________________________________
19714 [ 10637] By: jhi                                   on 2001/06/16  18:16:28
19715         Log: Allow for deeper t/ and also a single test.pl.
19716      Branch: perl
19717            ! t/TEST t/harness
19718 ____________________________________________________________________________
19719 [ 10636] By: jhi                                   on 2001/06/16  18:13:59
19720         Log: #define fix from Nicholas Clark.
19721      Branch: perl
19722            ! ext/POSIX/POSIX.xs
19723 ____________________________________________________________________________
19724 [ 10635] By: jhi                                   on 2001/06/16  17:50:43
19725         Log: Initialization is nice.
19726      Branch: perl
19727            ! lib/Test/Harness.pm
19728 ____________________________________________________________________________
19729 [ 10634] By: jhi                                   on 2001/06/16  17:38:53
19730         Log: Make t/TEST and t/harness to test also the t/ tests
19731              under the main lib/ and ext/ directories.  Fix Test::Harness
19732              to dynamically change the width of its "foo/bar....ok" output.
19733      Branch: perl
19734            ! lib/Test/Harness.pm t/TEST t/TestInit.pm t/harness
19735 ____________________________________________________________________________
19736 [ 10633] By: jhi                                   on 2001/06/16  16:58:57
19737         Log: Subject: [PATCH] Re: perl@10611 
19738              From: Nicholas Clark <nick@ccl4.org>
19739              Date: Sat, 16 Jun 2001 16:52:47 +0100
19740              Message-ID: <20010616165247.O98663@plum.flirble.org>
19741              
19742              The .xs parts, too.
19743      Branch: perl
19744            ! ext/GDBM_File/GDBM_File.xs ext/POSIX/POSIX.xs
19745            ! ext/Socket/Socket.xs ext/Sys/Syslog/Syslog.xs
19746 ____________________________________________________________________________
19747 [ 10632] By: nick                                  on 2001/06/16  16:44:35
19748         Log: Work-in-progress win32 layer semi-functional, checking 
19749              for UNIX breakage.
19750      Branch: perlio
19751            ! perlio.c perliol.h win32/makefile.mk win32/win32io.c
19752 ____________________________________________________________________________
19753 [ 10631] By: jhi                                   on 2001/06/16  16:40:30
19754         Log: Subject: [PATCH] Re: perl@10611 
19755              From: Nicholas Clark <nick@ccl4.org>
19756              Date: Sat, 16 Jun 2001 16:52:47 +0100
19757              Message-ID: <20010616165247.O98663@plum.flirble.org>
19758      Branch: perl
19759            ! ext/GDBM_File/GDBM_File.xs ext/GDBM_File/Makefile.PL
19760            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.xs
19761            ! ext/Socket/Makefile.PL ext/Socket/Socket.xs
19762            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.xs
19763            ! lib/ExtUtils/Constant.pm
19764 ____________________________________________________________________________
19765 [ 10630] By: jhi                                   on 2001/06/16  15:11:38
19766         Log: Metaconfig unit change for #10629.
19767      Branch: metaconfig
19768            ! U/modified/Finish.U
19769 ____________________________________________________________________________
19770 [ 10629] By: jhi                                   on 2001/06/16  15:11:10
19771         Log: The extraction changed directories.
19772      Branch: perl
19773            ! Configure
19774 ____________________________________________________________________________
19775 [ 10628] By: jhi                                   on 2001/06/16  14:59:38
19776         Log: Math::BigInt 1.35 from Tels.
19777      Branch: perl
19778            + t/lib/mbimbf.t
19779            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
19780            ! t/lib/bigfltpm.t t/lib/bigintpm.t
19781 ____________________________________________________________________________
19782 [ 10627] By: nick                                  on 2001/06/16  14:54:52
19783         Log: Work in progress UNIX-side edit of win32 PerLIO layer
19784      Branch: perlio
19785            + win32/win32io.c
19786            ! perlio.c win32/makefile.mk
19787 ____________________________________________________________________________
19788 [ 10626] By: jhi                                   on 2001/06/16  14:01:50
19789         Log: Subject: [PATCH 5.6.1] os2/diff-configure
19790              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19791              Date: Fri, 15 Jun 2001 01:19:36 -0400
19792              Message-ID: <20010615011936.A26982@math.ohio-state.edu>
19793              
19794              Empty all of it because I think #10624 made even the
19795              last patch hunk unnecessary.
19796      Branch: perl
19797            ! os2/diff.configure
19798 ____________________________________________________________________________
19799 [ 10625] By: jhi                                   on 2001/06/16  13:58:34
19800         Log: Metaconfig unit change for 10624.
19801      Branch: metaconfig
19802            ! U/modified/libc.U
19803      Branch: perl
19804            ! config_h.SH
19805 ____________________________________________________________________________
19806 [ 10624] By: jhi                                   on 2001/06/16  13:58:13
19807         Log: Move the initialization of libnames to the beginning so
19808              that can one 'seed' it (as OS/2 does.)
19809      Branch: perl
19810            ! Configure
19811 ____________________________________________________________________________
19812 [ 10623] By: jhi                                   on 2001/06/16  13:47:54
19813         Log: Subject: [PATCH 5.6.1] OS2::DLL patch
19814              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19815              Date: Fri, 15 Jun 2001 19:10:57 -0400
19816              Message-ID: <20010615191057.A8050@math.ohio-state.edu>
19817      Branch: perl
19818            ! os2/OS2/REXX/DLL/DLL.pm
19819 ____________________________________________________________________________
19820 [ 10622] By: jhi                                   on 2001/06/16  13:29:42
19821         Log: Subject: [PATCH perl@10611] make VMS find util.c's offspring 
19822              From: "Craig A. Berry" <craigberry@mac.com>
19823              Date: Fri, 15 Jun 2001 17:00:03 -0500
19824              Message-Id: <a05101007b750342599be@[172.16.52.1]>
19825      Branch: perl
19826            ! vms/descrip_mms.template
19827 ____________________________________________________________________________
19828 [ 10621] By: jhi                                   on 2001/06/16  13:28:37
19829         Log: Subject: [PATCH perl@10611] get extutils.t working on VMS (again)
19830              From: "Craig A. Berry" <craigberry@mac.com>
19831              Date: Fri, 15 Jun 2001 18:39:42 -0500
19832              Message-Id: <a05101008b7503dc9dc2f@[172.16.52.1]>
19833      Branch: perl
19834            ! lib/File/Spec/VMS.pm t/lib/extutils.t
19835 ____________________________________________________________________________
19836 [ 10620] By: jhi                                   on 2001/06/16  13:25:06
19837         Log: Integrate perlio.
19838      Branch: perl
19839           !> embed.h embed.pl lib/open.pm perl.c perlio.c proto.h
19840           !> t/io/utf8.t t/lib/io_scalar.t
19841 ____________________________________________________________________________
19842 [ 10619] By: nick                                  on 2001/06/15  21:05:19
19843         Log: Generated files
19844      Branch: perlio
19845            ! embed.h proto.h
19846 ____________________________________________________________________________
19847 [ 10618] By: nick                                  on 2001/06/15  20:27:42
19848         Log: Fix open.pm to work via XS-implemented method calls rather
19849              than *open::layers variables which caused all the HV/AV hassle.
19850      Branch: perlio
19851            ! embed.pl lib/open.pm perl.c perlio.c t/io/utf8.t
19852            ! t/lib/io_scalar.t
19853 ____________________________________________________________________________
19854 [ 10617] By: jhi                                   on 2001/06/15  18:50:53
19855         Log: Integrate perlio.
19856      Branch: perl
19857           !> lib/ExtUtils/Constant.pm
19858 ____________________________________________________________________________
19859 [ 10616] By: nick                                  on 2001/06/15  18:46:47
19860         Log: pTHX_ / aTHX_ for ExtUtils/Constant.pm
19861      Branch: perlio
19862            ! lib/ExtUtils/Constant.pm
19863 ____________________________________________________________________________
19864 [ 10615] By: jhi                                   on 2001/06/15  18:36:43
19865         Log: Integrate perlio.
19866      Branch: perl
19867           !> ext/Socket/Socket.xs
19868 ____________________________________________________________________________
19869 [ 10614] By: nick                                  on 2001/06/15  18:33:37
19870         Log: MULTIPLICITY fix for Socket.xs
19871      Branch: perlio
19872            ! ext/Socket/Socket.xs
19873 ____________________________________________________________________________
19874 [ 10613] By: jhi                                   on 2001/06/15  16:34:06
19875         Log: Subject: Re: perl@10611
19876              From: Doug MacEachern <dougm@covalent.net>
19877              Date: Fri, 15 Jun 2001 10:10:33 -0700 (PDT)
19878              Message-ID: <Pine.LNX.4.21.0106151007420.10871-100000@mako.covalent.net>
19879      Branch: perl
19880            ! ext/Socket/Socket.xs
19881 ____________________________________________________________________________
19882 [ 10612] By: nick                                  on 2001/06/15  16:14:38
19883         Log: Raw integrate on mainline - MULTIPLICITY issues with Socket.xs
19884      Branch: perlio
19885           !> Changes ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
19886           !> ext/Socket/Socket.pm ext/Socket/Socket.xs
19887           !> lib/ExtUtils/Constant.pm lib/File/Find.pm opcode.pl
19888           !> patchlevel.h perlio.c t/lib/extutils.t t/lib/filefind.t
19889           !> t/lib/gdbm.t t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t
19890           !> utils/h2ph.PL
19891 ____________________________________________________________________________
19892 [ 10611] By: jhi                                   on 2001/06/15  14:29:04
19893         Log: Update Changes.
19894      Branch: perl
19895            ! Changes patchlevel.h
19896 ____________________________________________________________________________
19897 [ 10610] By: jhi                                   on 2001/06/15  14:20:33
19898         Log: Upping the test count.
19899      Branch: perl
19900            ! t/lib/filefind.t
19901 ____________________________________________________________________________
19902 [ 10609] By: jhi                                   on 2001/06/15  14:13:29
19903         Log: Integrate perlio.
19904      Branch: perl
19905           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
19906 ____________________________________________________________________________
19907 [ 10608] By: jhi                                   on 2001/06/15  14:12:31
19908         Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
19909              From: andreas.koenig@anima.de (Andreas J. Koenig)
19910              Date: 15 Jun 2001 13:30:39 +0200
19911              Message-ID: <m3hexikmjk.fsf@ak-71.mind.de>
19912              
19913              Record the grim history.
19914      Branch: perl
19915            ! lib/File/Find.pm
19916 ____________________________________________________________________________
19917 [ 10607] By: jhi                                   on 2001/06/15  14:08:19
19918         Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
19919              From: Brian McCauley <nobull@mail.com>
19920              Date: 15 Jun 2001 07:51:26 +0100
19921              Message-Id: <200106150923.f5F9NpG02725@wcl-l.bham.ac.uk>
19922      Branch: perl
19923            ! lib/File/Find.pm t/lib/filefind.t
19924 ____________________________________________________________________________
19925 [ 10606] By: nick                                  on 2001/06/15  14:00:08
19926         Log: regen_config_h for Win32.
19927      Branch: perlio
19928            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
19929 ____________________________________________________________________________
19930 [ 10605] By: jhi                                   on 2001/06/15  13:49:55
19931         Log: Subject: [PATCH: perl@10576] handle tri graphs in h2ph.PL -> h2ph*
19932              From: Peter Prymmer <pvhp@forte.com>
19933              Date: Thu, 14 Jun 2001 16:25:33 -0700 (PDT)
19934              Message-ID: <Pine.OSF.4.10.10106141608080.110974-100000@aspara.forte.com>
19935      Branch: perl
19936            ! t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t utils/h2ph.PL
19937 ____________________________________________________________________________
19938 [ 10604] By: jhi                                   on 2001/06/15  13:45:03
19939         Log: Some filesystems require writability for rename/unlink.
19940      Branch: perl
19941            ! opcode.pl
19942 ____________________________________________________________________________
19943 [ 10603] By: jhi                                   on 2001/06/15  13:41:34
19944         Log: Subject: Re: [PATCH} perlio and threading @ 10576 + report 
19945              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
19946              Date: Fri, 15 Jun 2001 12:08:53 +0200
19947              Message-Id: <20010615120320.F009.H.M.BRAND@hccnet.nl>
19948      Branch: perl
19949            ! perlio.c
19950 ____________________________________________________________________________
19951 [ 10602] By: jhi                                   on 2001/06/15  13:27:04
19952         Log: Subject: Re: [PATCH] opcode.pl is chmod'ing the original source tree
19953              From: Mike Guy <mjtg@cam.ac.uk>
19954              Date: Fri, 15 Jun 2001 14:11:49 +0100
19955              Message-Id: <E15AtO9-0006Nd-00@draco.cus.cam.ac.uk>
19956      Branch: perl
19957            ! opcode.pl
19958 ____________________________________________________________________________
19959 [ 10601] By: jhi                                   on 2001/06/15  13:21:18
19960         Log: Subject: [PATCH ?] INADDR_ANY INADDR_BROADCAST INADDR_LOOPBACK INADDR_NONE
19961              From: Nicholas Clark <nick@ccl4.org>
19962              Date: Thu, 14 Jun 2001 23:52:56 +0100
19963              Message-ID: <20010614235256.G98663@plum.flirble.org>
19964      Branch: perl
19965            ! ext/Socket/Socket.pm ext/Socket/Socket.xs
19966            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
19967 ____________________________________________________________________________
19968 [ 10600] By: jhi                                   on 2001/06/15  13:16:56
19969         Log: Subject: Re: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
19970              From: Russ Allbery <rra@stanford.edu>
19971              Date: 14 Jun 2001 13:24:43 -0700
19972              Message-ID: <ylzobaizck.fsf@windlord.stanford.edu>
19973      Branch: perl
19974            ! ext/GDBM_File/GDBM_File.pm
19975 ____________________________________________________________________________
19976 [ 10599] By: jhi                                   on 2001/06/15  13:15:26
19977         Log: Subject: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
19978              From: Nicholas Clark <nick@ccl4.org>
19979              Date: Thu, 14 Jun 2001 20:37:47 +0100
19980              Message-ID: <20010614203747.F98663@plum.flirble.org>
19981      Branch: perl
19982            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
19983            ! t/lib/gdbm.t
19984 ____________________________________________________________________________
19985 [ 10598] By: jhi                                   on 2001/06/15  13:13:13
19986         Log: Integrate perlio.
19987      Branch: perl
19988           !> makedef.pl sv.c
19989 ____________________________________________________________________________
19990 [ 10597] By: nick                                  on 2001/06/15  11:08:13
19991         Log: Check that HVs with HvNAME() != NULL are really stashes before
19992              treating them as such. Also be more defensive on the GvCV.
19993              Win32 fork and dprof now working again. 
19994      Branch: perlio
19995            ! sv.c
19996 ____________________________________________________________________________
19997 [ 10596] By: nick                                  on 2001/06/15  10:11:20
19998         Log: Integrate mainline.
19999      Branch: perlio
20000           +> Cross/README
20001           !> Configure Makefile.SH Porting/Glossary Porting/config.sh
20002           !> Porting/config_H config_h.SH configure.com epoc/config.sh
20003           !> hints/linux.sh pod/perltoc.pod uconfig.h uconfig.sh
20004           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
20005           !> vos/config.ga.h win32/config.bc win32/config.gc
20006           !> win32/config.vc win32/config_H.bc win32/config_H.gc
20007           !> win32/config_H.vc
20008 ____________________________________________________________________________
20009 [ 10595] By: nick                                  on 2001/06/15  09:37:17
20010         Log: Skip Perl_my_bcopy in .def file as we do not provide it.
20011              - Win32 (VC++) now builds but fails:
20012              filefind.t - suspect Win32's builtin cwd is not doing insecure dir test
20013              fork.t     - No &___ENV_HV_NAME___::CLONE method ???
20014              write.t    - open(...,"|-") not implemented on Win32 
20015      Branch: perlio
20016            ! makedef.pl
20017 ____________________________________________________________________________
20018 [ 10594] By: jhi                                   on 2001/06/15  00:17:16
20019         Log: Integrate perlio.
20020      Branch: perl
20021           !> perlio.c win32/makefile.mk
20022 ____________________________________________________________________________
20023 [ 10593] By: jhi                                   on 2001/06/15  00:16:44
20024         Log: Metaconfig unit changes for #10592.
20025      Branch: metaconfig
20026            + U/modified/i_varhdr.U U/modified/startsh.U
20027            - U/a_dvisory/crosscompile.U U/target/Target.U
20028            ! U/a_dvisory/intsize.U U/compline/alignbytes.U
20029            ! U/compline/bitpbyte.U U/compline/byteorder.U
20030            ! U/compline/ccflags.U U/compline/charsize.U
20031            ! U/compline/d_casti32.U U/compline/d_castneg.U
20032            ! U/compline/d_closedir.U U/compline/d_fd_set.U
20033            ! U/compline/d_gconvert.U U/compline/d_gnulibc.U
20034            ! U/compline/d_keepsig.U U/compline/d_open3.U
20035            ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
20036            ! U/compline/d_sanemcmp.U U/compline/d_scannl.U
20037            ! U/compline/d_sgndchr.U U/compline/d_sigsetjmp.U
20038            ! U/compline/d_stdstdio.U U/compline/d_vprintf.U
20039            ! U/compline/doublesize.U U/compline/floatsize.U
20040            ! U/compline/nblock_io.U U/compline/orderlib.U
20041            ! U/compline/ptrsize.U U/compline/ssizetype.U U/ebcdic/ebcdic.U
20042            ! U/modified/Cppsym.U U/modified/Oldconfig.U U/modified/Signal.U
20043            ! U/modified/d_getpgrp.U U/modified/d_longdbl.U
20044            ! U/modified/d_longlong.U U/modified/d_setpgrp.U
20045            ! U/modified/d_strtoul.U U/modified/d_union_semun.U
20046            ! U/modified/spitshell.U U/threads/archname.U
20047            ! U/threads/d_pthreadj.U U/typedefs/gidsign.U
20048            ! U/typedefs/gidsize.U U/typedefs/lseektype.U
20049            ! U/typedefs/pidsign.U U/typedefs/pidsize.U
20050            ! U/typedefs/sizesize.U U/typedefs/ssizesize.U
20051            ! U/typedefs/uidsign.U U/typedefs/uidsize.U
20052      Branch: metaconfig/U/perl
20053            + Cross.U
20054            ! d_dlsymun.U d_fcntl_can_lock.U d_modfl.U d_printfed.U
20055            ! d_strtoll.U d_strtoull.U d_strtouq.U d_u32align.U dlsrc.U
20056            ! fflushall.U fpossize.U gccvers.U i_db.U longdblfio.U
20057            ! need_va_copy.U perlxv.U quadfio.U selectminbits.U
20058            ! stdio_streams.U uselfs.U
20059 ____________________________________________________________________________
20060 [ 10592] By: jhi                                   on 2001/06/15  00:15:52
20061         Log: The first steps towards cross-compilation.
20062              
20063              Abstract execution of compiled test executables with $run,
20064              and abstract transfer of files with $to and $from.
20065              
20066              Under cross-compilation the $run, $to, and $from will point
20067              to appropriate wrapper scripts, by default ssh and scp,
20068              but also rsh, rcp, and cp are supported.  If not
20069              cross-compiling, they will be set to '', ':', and ':',
20070              respectively.
20071              
20072              With these patches I was able to get Configure for
20073              iPAQ ARM Linux on an Intel Linux about 95% right
20074              (only a few tests failed to execute or they produced
20075              incorrect results), and I was able to compile
20076              a functional miniperl.
20077              
20078              The symbol crosscompile renamed to be usecrosscompile,
20079              the corresponding C symbol from CROSSCOMPILE to
20080              USE_CROSS_COMPILE.
20081      Branch: perl
20082            ! Configure Cross/README Makefile.SH Porting/Glossary
20083            ! Porting/config.sh Porting/config_H config_h.SH configure.com
20084            ! epoc/config.sh hints/linux.sh pod/perltoc.pod uconfig.h
20085            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
20086            ! vos/config.ga.def vos/config.ga.h win32/config.bc
20087            ! win32/config.gc win32/config.vc win32/config_H.bc
20088            ! win32/config_H.gc win32/config_H.vc
20089 ____________________________________________________________________________
20090 [ 10591] By: nick                                  on 2001/06/14  20:00:12
20091         Log: Steps along the road toward Win32 building again.
20092      Branch: perlio
20093            ! perlio.c win32/makefile.mk
20094 ____________________________________________________________________________
20095 [ 10590] By: jhi                                   on 2001/06/14  16:11:11
20096         Log: Integrate perlio.
20097      Branch: perl
20098           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
20099 ____________________________________________________________________________
20100 [ 10589] By: nick                                  on 2001/06/14  13:54:07
20101         Log: Routine regen_config_h for Win32
20102      Branch: perlio
20103            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
20104 ____________________________________________________________________________
20105 [ 10588] By: jhi                                   on 2001/06/14  12:30:46
20106         Log: Integrate perlio.
20107      Branch: perl
20108           +> perlyline.pl
20109           !> MANIFEST Makefile.SH perly.c t/lib/filefind.t
20110 ____________________________________________________________________________
20111 [ 10587] By: jhi                                   on 2001/06/14  12:23:24
20112         Log: A placeholder.
20113      Branch: perl
20114            + Cross/README
20115 ____________________________________________________________________________
20116 [ 10586] By: nick                                  on 2001/06/14  08:25:07
20117         Log: Add new step to run_byacc which:
20118              A. Corrects #line NNN "perly.c" lines so warnings etc. are trackable
20119              B. Adds extra () to the two if (var = ...) constructs gcc -Wall winges about.
20120      Branch: perlio
20121            + perlyline.pl
20122            ! MANIFEST Makefile.SH perly.c
20123 ____________________________________________________________________________
20124 [ 10585] By: nick                                  on 2001/06/14  08:22:29
20125         Log: Integrate mainline
20126      Branch: perlio
20127           +> locale.c numeric.c
20128           !> Changes cygwin/Makefile.SHs embed.h embed.pl
20129           !> ext/re/Makefile.PL lib/Math/BigFloat.pm lib/Math/BigInt.pm
20130           !> objXSUB.h opcode.pl patchlevel.h perlapi.c pod/perlapi.pod
20131           !> proto.h t/lib/bigfltpm.t t/lib/bigintpm.t util.c
20132           !> x2p/Makefile.SH
20133 ____________________________________________________________________________
20134 [ 10584] By: nick                                  on 2001/06/14  08:05:53
20135         Log: Hack to remove insecure directories from PATH so test will run.
20136      Branch: perlio
20137            ! t/lib/filefind.t
20138 ____________________________________________________________________________
20139 [ 10583] By: jhi                                   on 2001/06/14  03:11:16
20140         Log: The test doesn't work (yet?), Math::BigInt::round_mode() is missing.
20141      Branch: perl
20142            - t/lib/mbimbf.t
20143            ! MANIFEST
20144 ____________________________________________________________________________
20145 [ 10582] By: jhi                                   on 2001/06/14  03:04:51
20146         Log: Detypo.
20147      Branch: perl
20148            ! x2p/Makefile.SH
20149 ____________________________________________________________________________
20150 [ 10581] By: jhi                                   on 2001/06/14  03:03:14
20151         Log: de-$CONFIG continues.
20152      Branch: perl
20153            ! cygwin/Makefile.SHs x2p/Makefile.SH
20154 ____________________________________________________________________________
20155 [ 10580] By: jhi                                   on 2001/06/13  23:56:59
20156         Log: Subject: [PATCH] opcode.pl is chmod'ing the original source tree
20157              From: Nicholas Clark <nick@ccl4.org>
20158              Date: Wed, 13 Jun 2001 21:20:13 +0100
20159              Message-ID: <20010613212013.D98663@plum.flirble.org>
20160      Branch: perl
20161            ! opcode.pl
20162 ____________________________________________________________________________
20163 [ 10579] By: jhi                                   on 2001/06/13  23:55:29
20164         Log: Subject: splitting util.c
20165              From: Hugo <hv@crypt.compulink.co.uk>
20166              Date: Thu, 14 Jun 2001 00:41:08 +0100
20167              Message-Id: <200106132341.AAA24935@crypt.compulink.co.uk>
20168      Branch: perl
20169            + locale.c numeric.c
20170            ! MANIFEST Makefile.SH embed.h embed.pl objXSUB.h perlapi.c
20171            ! pod/perlapi.pod proto.h util.c
20172 ____________________________________________________________________________
20173 [ 10578] By: jhi                                   on 2001/06/13  23:45:11
20174         Log: Upgrade to Math::BigInt 1.34 from Tels.
20175      Branch: perl
20176            + t/lib/mbimbf.t
20177            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
20178            ! t/lib/bigfltpm.t t/lib/bigintpm.t
20179 ____________________________________________________________________________
20180 [ 10577] By: nick                                  on 2001/06/13  19:02:48
20181         Log: Integrate mainline. Storable fail has gone, insecure dependancy still there.
20182      Branch: perlio
20183           !> (integrate 125 files)
20184 ____________________________________________________________________________
20185 [ 10576] By: jhi                                   on 2001/06/13  18:10:01
20186         Log: Update Changes.
20187      Branch: perl
20188            ! Changes patchlevel.h
20189 ____________________________________________________________________________
20190 [ 10575] By: jhi                                   on 2001/06/13  18:05:09
20191         Log: Subject: Re: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
20192              From: "Craig A. Berry" <craigberry@mac.com>
20193              Date: Wed, 13 Jun 2001 13:24:28 -0500
20194              Message-Id: <5.1.0.14.0.20010613131907.01bbc210@mail.mac.com>
20195      Branch: perl
20196            ! ext/re/Makefile.PL
20197 ____________________________________________________________________________
20198 [ 10574] By: jhi                                   on 2001/06/13  17:34:36
20199         Log: Mc.u.c. for #10573.
20200      Branch: metaconfig
20201            ! U/threads/usethreads.U
20202 ____________________________________________________________________________
20203 [ 10573] By: jhi                                   on 2001/06/13  17:34:00
20204         Log: It would be also be good if I could type.
20205      Branch: perl
20206            ! Configure
20207 ____________________________________________________________________________
20208 [ 10572] By: jhi                                   on 2001/06/13  17:26:29
20209         Log: Metaconfig unit change for #10571.
20210      Branch: metaconfig
20211            ! U/threads/usethreads.U
20212 ____________________________________________________________________________
20213 [ 10571] By: jhi                                   on 2001/06/13  17:26:05
20214         Log: A non-empty default is a good thing.
20215      Branch: perl
20216            ! Configure
20217 ____________________________________________________________________________
20218 [ 10570] By: jhi                                   on 2001/06/13  17:15:16
20219         Log: Metaconfig unit change for #10569.
20220      Branch: metaconfig
20221            ! U/threads/usethreads.U
20222 ____________________________________________________________________________
20223 [ 10569] By: jhi                                   on 2001/06/13  17:14:17
20224         Log: Add Configure directive -Dusereentrant for Artur's ithreads work,
20225              extremely experimental, not even prompted for.
20226      Branch: perl
20227            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
20228            ! config_h.SH configure.com epoc/config.sh perl.h uconfig.h
20229            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
20230            ! win32/config.bc win32/config.gc win32/config.vc
20231 ____________________________________________________________________________
20232 [ 10568] By: jhi                                   on 2001/06/13  16:22:27
20233         Log: FAQ tweak for Vanina Arca <varca@baufest.com>.
20234      Branch: perl
20235            ! pod/perlfaq6.pod
20236 ____________________________________________________________________________
20237 [ 10567] By: jhi                                   on 2001/06/13  16:20:23
20238         Log: Integrate perlio; conflicts, accept Nick's versions.
20239      Branch: perl
20240           !> ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
20241           !> ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
20242 ____________________________________________________________________________
20243 [ 10566] By: jhi                                   on 2001/06/13  16:17:42
20244         Log: Subject: Re: ext/ + -Wall
20245              From: Doug MacEachern <dougm@covalent.net>
20246              Date: Wed, 13 Jun 2001 10:02:16 -0700 (PDT)
20247              Message-ID: <Pine.LNX.4.21.0106130959050.24181-100000@mako.covalent.net>
20248      Branch: perl
20249            ! XSUB.h lib/ExtUtils/xsubpp perl.h
20250 ____________________________________________________________________________
20251 [ 10565] By: jhi                                   on 2001/06/13  16:16:07
20252         Log: Similar logic as DB_File.xs, using the modern macros and
20253              defines them to older ones for older Perls where PERL_VERSION
20254              is not defined, from Doug MacEachern.
20255      Branch: perl
20256            ! ext/Storable/Storable.xs
20257 ____________________________________________________________________________
20258 [ 10564] By: nick                                  on 2001/06/13  15:22:01
20259         Log: Avoid AV and HV in perlio.c by inventing PerlIO_list_t which is AV-ish
20260              and using that instead (name lookups are sequential search for now).
20261      Branch: perlio
20262            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
20263            ! ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
20264 ____________________________________________________________________________
20265 [ 10563] By: jhi                                   on 2001/06/13  14:07:43
20266         Log: Subject: [PATCH] Re: [ID 20010526.001] localized glob loses value when assigned to
20267              From: "Richard Soderberg" <rs@crystalflame.net>
20268              Date: Sat, 26 May 2001 06:44:20 -0700
20269              Message-ID: <NAEKLNAAHLMBPMPNBMLECECHDFAA.rs@crystalflame.net>
20270      Branch: perl
20271            ! sv.c t/op/glob.t
20272 ____________________________________________________________________________
20273 [ 10562] By: jhi                                   on 2001/06/13  13:55:10
20274         Log: Subject: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
20275              From: "Craig A. Berry" <craigberry@mac.com>
20276              Date: Tue, 12 Jun 2001 23:55:26 -0500
20277              Message-Id: <a05101002b74ca0013cf5@[192.168.56.160]>
20278      Branch: perl
20279            ! ext/re/Makefile.PL ext/re/re.xs
20280 ____________________________________________________________________________
20281 [ 10561] By: jhi                                   on 2001/06/13  13:44:58
20282         Log: Hide __attribute__((unused)) behind PERL_UNUSED_DECL as
20283              suggested by NI-S.
20284      Branch: perl
20285            ! XSUB.h malloc.c perl.h
20286 ____________________________________________________________________________
20287 [ 10560] By: jhi                                   on 2001/06/13  13:35:42
20288         Log: Regen toc.
20289      Branch: perl
20290            ! pod/perltoc.pod
20291 ____________________________________________________________________________
20292 [ 10559] By: jhi                                   on 2001/06/13  12:53:18
20293         Log: Subject: [patch] perl.gprof control
20294              From: Doug MacEachern <dougm@covalent.net>
20295              Date: Tue, 12 Jun 2001 23:05:44 -0700 (PDT)
20296              Message-ID: <Pine.LNX.4.21.0106122247380.24181-100000@mako.covalent.net>
20297      Branch: perl
20298            ! miniperlmain.c perl.h
20299 ____________________________________________________________________________
20300 [ 10558] By: jhi                                   on 2001/06/13  12:51:47
20301         Log: Subject: Re: ext/ + -Wall
20302              From: Doug MacEachern <dougm@covalent.net>
20303              Date: Tue, 12 Jun 2001 22:04:50 -0700 (PDT)
20304              Message-ID: <Pine.LNX.4.21.0106122151180.24181-100000@mako.covalent.net>
20305              
20306              Document ax and break up dXSARGS.
20307      Branch: perl
20308            ! XSUB.h pod/perlapi.pod
20309 ____________________________________________________________________________
20310 [ 10557] By: jhi                                   on 2001/06/13  12:39:55
20311         Log: More AIX tweakage from Merijn.
20312      Branch: perl
20313            ! hints/aix.sh
20314 ____________________________________________________________________________
20315 [ 10556] By: jhi                                   on 2001/06/13  03:26:58
20316         Log: Subject: [PATCH perl@10538] make VMS autosplit earlier in build
20317              From: "Craig A. Berry" <craigberry@mac.com>
20318              Date: Tue, 12 Jun 2001 22:57:45 -0500
20319              Message-Id: <a05101001b74c943d7af4@[192.168.56.160]>
20320      Branch: perl
20321            ! vms/descrip_mms.template
20322 ____________________________________________________________________________
20323 [ 10555] By: jhi                                   on 2001/06/13  02:50:43
20324         Log: Subject: Re: hacking util.c, attrs.xs, and re.xs to compile on VMS
20325              From: "Craig A. Berry" <craigberry@mac.com>
20326              Date: Tue, 12 Jun 2001 22:21:39 -0500
20327              Message-Id: <a05101000b74c8698483b@[172.16.52.1]>
20328      Branch: perl
20329            ! configure.com util.c
20330 ____________________________________________________________________________
20331 [ 10554] By: jhi                                   on 2001/06/13  02:23:16
20332         Log: New AIX dynaloading code from Jens-Uwe Mager.
20333              Does break binary compatibility.
20334      Branch: perl
20335            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
20336 ____________________________________________________________________________
20337 [ 10553] By: jhi                                   on 2001/06/13  02:10:16
20338         Log: VMS DEC C compiler found nits by Peter Prymmer.
20339      Branch: perl
20340            ! util.c
20341 ____________________________________________________________________________
20342 [ 10552] By: jhi                                   on 2001/06/13  01:36:12
20343         Log: Subject: [PATCH: perl@10538] fix for file locking and filecomp test
20344              From: Peter Prymmer <pvhp@forte.com>
20345              Date: Tue, 12 Jun 2001 19:34:08 -0700 (PDT)
20346              Message-ID: <Pine.OSF.4.10.10106121927580.15174-100000@aspara.forte.com>
20347      Branch: perl
20348            ! t/lib/filecomp.t
20349 ____________________________________________________________________________
20350 [ 10551] By: jhi                                   on 2001/06/13  01:26:53
20351         Log: I wonder how many $CONFIGs still lurk in the shadows.
20352      Branch: perl
20353            ! pod/Makefile.SH x2p/cflags.SH
20354 ____________________________________________________________________________
20355 [ 10550] By: jhi                                   on 2001/06/13  01:25:12
20356         Log: Grok three kinds of line endings, should fix [ID 20010612.003]
20357      Branch: perl
20358            ! pod/checkpods.PL
20359 ____________________________________________________________________________
20360 [ 10549] By: jhi                                   on 2001/06/13  01:05:28
20361         Log: Use __attribute__((unused)) to silence -Wall on unused ax.
20362      Branch: perl
20363            ! XSUB.h ext/DB_File/DB_File.xs lib/ExtUtils/xsubpp
20364 ____________________________________________________________________________
20365 [ 10548] By: jhi                                   on 2001/06/13  00:41:28
20366         Log: Subject: [patch] rid local_patches warnings
20367              From: Doug MacEachern <dougm@covalent.net>
20368              Date: Tue, 12 Jun 2001 10:26:34 -0700 (PDT)
20369              Message-ID: <Pine.LNX.4.21.0106121024470.24181-100000@mako.covalent.net>
20370      Branch: perl
20371            ! ext/List/Util/Util.xs ext/Storable/Storable.xs
20372 ____________________________________________________________________________
20373 [ 10547] By: jhi                                   on 2001/06/13  00:40:29
20374         Log: Subject: Re: ext/ + -Wall
20375              From: Doug MacEachern <dougm@covalent.net>
20376              Date: Tue, 12 Jun 2001 09:38:09 -0700 (PDT)
20377              Message-ID: <Pine.LNX.4.21.0106120927100.24181-100000@mako.covalent.net>
20378      Branch: perl
20379            ! ext/attrs/attrs.xs
20380 ____________________________________________________________________________
20381 [ 10546] By: jhi                                   on 2001/06/13  00:39:06
20382         Log: Subject: [PATCH] perlretut.pod: unterminated C<>
20383              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
20384              Date: Tue, 12 Jun 2001 14:36:20 -0400
20385              Message-ID: <20010612143619.A37113@linguist.thayer.dartmouth.edu>
20386      Branch: perl
20387            ! pod/perlretut.pod
20388 ____________________________________________________________________________
20389 [ 10545] By: jhi                                   on 2001/06/13  00:38:02
20390         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
20391              From: Mike Guy <mjtg@cam.ac.uk>
20392              Date: Tue, 12 Jun 2001 19:10:31 +0100
20393              Message-Id: <E159scZ-0000r2-00@draco.cus.cam.ac.uk>
20394              
20395              Subject: Re: [ID 20010612.001] out of memory during regex compilation
20396              From: Mike Guy <mjtg@cam.ac.uk>
20397              Date: Tue, 12 Jun 2001 19:21:01 +0100
20398              Message-Id: <E159smj-0000wY-00@draco.cus.cam.ac.uk>
20399      Branch: perl
20400            ! pod/perlop.pod
20401 ____________________________________________________________________________
20402 [ 10544] By: jhi                                   on 2001/06/13  00:34:39
20403         Log: AIX tweaks from Merijn H. Brand.
20404      Branch: perl
20405            ! hints/aix.sh
20406 ____________________________________________________________________________
20407 [ 10543] By: jhi                                   on 2001/06/13  00:11:42
20408         Log: Subject: [PATCH] 5.6.1 -- add LC_MESSAGES constant to POSIX module
20409              From: "Brendan O'Dea" <bod@compusol.com.au>
20410              Date: Wed, 13 Jun 2001 05:16:47 +1000
20411              Message-ID: <20010613051647.A8945@compusol.com.au>
20412      Branch: maint-5.6/perl
20413            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
20414 ____________________________________________________________________________
20415 [ 10542] By: jhi                                   on 2001/06/13  00:07:50
20416         Log: Subject: Small bcopy cleanup
20417              From: Andy Dougherty <doughera@lafayette.edu>
20418              Date: Tue, 12 Jun 2001 17:11:52 -0400 (EDT)
20419              Message-ID: <Pine.SOL.4.10.10106121706360.11034-100000@maxwell.phys.lafayette.edu>
20420      Branch: perl
20421            ! embed.h embed.pl objXSUB.h perlapi.c proto.h util.c x2p/a2p.h
20422 ____________________________________________________________________________
20423 [ 10541] By: jhi                                   on 2001/06/13  00:05:18
20424         Log: Subject: [PATCH] Re: ext/ + -Wall
20425              From: Nicholas Clark <nick@ccl4.org>
20426              Date: Wed, 13 Jun 2001 00:04:30 +0100
20427              Message-ID: <20010613000430.M5901@plum.flirble.org>
20428      Branch: perl
20429            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
20430 ____________________________________________________________________________
20431 [ 10540] By: jhi                                   on 2001/06/13  00:02:25
20432         Log: Subject: [PATCH] Re: [PATCH] ExtUtils::Constant
20433              From: Nicholas Clark <nick@ccl4.org>
20434              Date: Tue, 12 Jun 2001 23:53:07 +0100
20435              Message-ID: <20010612235307.L5901@plum.flirble.org>
20436      Branch: perl
20437            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
20438 ____________________________________________________________________________
20439 [ 10539] By: jhi                                   on 2001/06/12  23:59:10
20440         Log: MPE/iX tweaks from Mark Bixby.
20441      Branch: perl
20442            ! hints/mpeix.sh mpeix/mpeixish.h util.c
20443 ____________________________________________________________________________
20444 [ 10538] By: jhi                                   on 2001/06/12  14:16:15
20445         Log: Update Changes.
20446      Branch: perl
20447            ! Changes patchlevel.h
20448 ____________________________________________________________________________
20449 [ 10537] By: jhi                                   on 2001/06/12  14:11:26
20450         Log: One less -Wall whine (found under DEBUGGING).
20451      Branch: perl
20452            ! x2p/Makefile.SH x2p/a2p.c
20453 ____________________________________________________________________________
20454 [ 10536] By: jhi                                   on 2001/06/12  13:32:09
20455         Log: s/case-independent/case-insensitive/g
20456      Branch: perl
20457            ! pod/perldebug.pod
20458 ____________________________________________________________________________
20459 [ 10535] By: jhi                                   on 2001/06/12  13:27:28
20460         Log: As suggested in    
20461              
20462              Subject: Re: ext/ + -Wall
20463              From: Gurusamy Sarathy <gsar@ActiveState.com>
20464              Date: Mon, 11 Jun 2001 23:34:31 -0700
20465              Message-Id: <200106120634.f5C6YVM07246@smtp3.ActiveState.com>
20466      Branch: perl
20467            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs globals.c
20468            ! perl.h
20469 ____________________________________________________________________________
20470 [ 10534] By: jhi                                   on 2001/06/12  13:13:27
20471         Log: Subject: ext/ + -Wall
20472              From: Doug MacEachern <dougm@covalent.net>
20473              Date: Mon, 11 Jun 2001 22:19:45 -0700 (PDT)
20474              Message-ID: <Pine.LNX.4.21.0106112212261.24181-100000@mako.covalent.net>
20475      Branch: perl
20476            ! ext/ByteLoader/ByteLoader.xs ext/DB_File/DB_File.xs
20477            ! ext/DB_File/version.c ext/Devel/DProf/DProf.xs
20478            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dlutils.c
20479            ! ext/Encode/Encode.xs ext/File/Glob/bsd_glob.c
20480            ! ext/Filter/Util/Call/Call.xs ext/GDBM_File/GDBM_File.xs
20481            ! ext/List/Util/Util.xs ext/MIME/Base64/Base64.xs
20482            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
20483            ! ext/PerlIO/Via/Via.xs ext/Time/HiRes/HiRes.xs
20484            ! ext/Time/Piece/Piece.xs ext/attrs/attrs.xs globals.c
20485            ! lib/ExtUtils/xsubpp
20486 ____________________________________________________________________________
20487 [ 10533] By: jhi                                   on 2001/06/12  12:52:57
20488         Log: Subject: [PATCH] anonymous stashes
20489              From: Abhijit Menon-Sen <ams@wiw.org>
20490              Date: Tue, 12 Jun 2001 12:47:04 +0530
20491              Message-ID: <20010612124704.A29029@lustre.linux.in>
20492      Branch: perl
20493            ! dump.c gv.c sv.c xsutils.c
20494 ____________________________________________________________________________
20495 [ 10532] By: jhi                                   on 2001/06/12  12:37:36
20496         Log: One more test for $^S.
20497      Branch: perl
20498            ! t/op/magic.t
20499 ____________________________________________________________________________
20500 [ 10531] By: jhi                                   on 2001/06/12  12:35:02
20501         Log: Subject: [PATCH 20010612.002] $^S almost entirely broken with 5.6.1
20502              From: Abhijit Menon-Sen <ams@wiw.org>
20503              Date: Tue, 12 Jun 2001 17:35:55 +0530
20504              Message-ID: <20010612173555.A32426@lustre.linux.in>
20505      Branch: perl
20506            ! mg.c t/op/magic.t
20507 ____________________________________________________________________________
20508 [ 10530] By: jhi                                   on 2001/06/12  12:31:11
20509         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
20510              From: Mike Guy <mjtg@cam.ac.uk>
20511              Date: Tue, 12 Jun 2001 13:14:15 +0100
20512              Message-Id: <E159n3n-0000xa-00@draco.cus.cam.ac.uk>
20513      Branch: perl
20514            ! pod/perlop.pod
20515 ____________________________________________________________________________
20516 [ 10529] By: jhi                                   on 2001/06/12  12:21:06
20517         Log: AUTHORS updates.
20518      Branch: perl
20519            ! AUTHORS
20520 ____________________________________________________________________________
20521 [ 10528] By: jhi                                   on 2001/06/12  12:19:47
20522         Log: Subject: [PATCH] rhapsody/darwin minor cleanup
20523              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
20524              Content-Transfer-Encoding: 7bit
20525              Message-Id: <200106121009.GAA01968@melbourne-city-street.mit.edu>
20526      Branch: perl
20527            ! Makefile.SH hints/darwin.sh hints/rhapsody.sh
20528 ____________________________________________________________________________
20529 [ 10527] By: jhi                                   on 2001/06/12  11:58:53
20530         Log: Subject: [MacPerl-Porters] Re: [PATCH] Mac OS Compatability for bleadperl
20531              From: "Philip Newton" <Philip.Newton@gmx.net>
20532              Date: Mon, 11 Jun 2001 07:08:03 +0200
20533              Message-Id: <200106120802.LAA08992@taas.iki.fi>
20534      Branch: perl
20535            ! t/base/term.t
20536 ____________________________________________________________________________
20537 [ 10526] By: jhi                                   on 2001/06/12  01:35:34
20538         Log: Cleanup the a2p.c for -Wall.
20539      Branch: perl
20540            ! x2p/Makefile.SH x2p/a2p.c
20541 ____________________________________________________________________________
20542 [ 10525] By: jhi                                   on 2001/06/12  01:10:56
20543         Log: File::Find update for MacOS from Chris Nandor.
20544      Branch: perl
20545            ! lib/File/Find.pm t/lib/filefind.t
20546 ____________________________________________________________________________
20547 [ 10524] By: jhi                                   on 2001/06/12  00:29:20
20548         Log: gcc -Wall nits picked out by a non-UNIX system
20549              (courtesy of Mark Bixby)
20550      Branch: perl
20551            ! doio.c ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_mpeix.xs
20552            ! ext/IO/IO.xs ext/PerlIO/Via/Via.xs ext/Socket/Socket.xs
20553            ! pp_sys.c util.c
20554 ____________________________________________________________________________
20555 [ 10523] By: jhi                                   on 2001/06/11  22:34:03
20556         Log: Metaconfig unit change for #10522.  (The d_modfl changes
20557              placate metalint.)
20558      Branch: metaconfig/U/perl
20559            ! d_modfl.U d_u32align.U
20560 ____________________________________________________________________________
20561 [ 10522] By: jhi                                   on 2001/06/11  22:33:00
20562         Log: Buglet found by Mark Bixby: "./try >&2 >/dev/null" should
20563              be "./try 2>&1 >/dev/null".
20564      Branch: perl
20565            ! Configure
20566 ____________________________________________________________________________
20567 [ 10521] By: jhi                                   on 2001/06/11  19:49:54
20568         Log: Subject: [PATCH perl@10517] DCL quoting syntax drives pumpking mad
20569              From: "Craig A. Berry" <craigberry@mac.com>
20570              Date: Mon, 11 Jun 2001 14:00:32 -0500
20571              Message-Id: <5.1.0.14.0.20010611134750.03985cb8@exchi01>
20572      Branch: perl
20573            ! configure.com
20574 ____________________________________________________________________________
20575 [ 10520] By: jhi                                   on 2001/06/11  17:55:47
20576         Log: Move the full \p\P lists to perlunicode.
20577      Branch: perl
20578            ! pod/perlretut.pod pod/perlunicode.pod
20579 ____________________________________________________________________________
20580 [ 10519] By: jhi                                   on 2001/06/11  17:10:00
20581         Log: VOS build tweak for 5.6.1 from Paul Green.
20582      Branch: maint-5.6/perl
20583            ! vos/build.cm
20584 ____________________________________________________________________________
20585 [ 10518] By: jhi                                   on 2001/06/11  17:07:03
20586         Log: Subject: [PATCH perl@10476] no PerlIO at startup time on VMS
20587              From: "Craig A. Berry" <craigberry@mac.com>
20588              Date: Fri, 8 Jun 2001 18:08:18 -0500
20589              Message-Id: <a05101000b746f9dd4fca@[192.168.56.145]>
20590      Branch: perl
20591            ! vms/vms.c
20592 ____________________________________________________________________________
20593 [ 10517] By: jhi                                   on 2001/06/11  14:52:01
20594         Log: Update Changes.
20595      Branch: perl
20596            ! Changes patchlevel.h
20597 ____________________________________________________________________________
20598 [ 10516] By: jhi                                   on 2001/06/11  14:46:33
20599         Log: Add the modfl_pow32_bug (anti)definition also to VOS headers.
20600      Branch: perl
20601            ! vos/config.alpha.h vos/config.ga.h
20602 ____________________________________________________________________________
20603 [ 10515] By: jhi                                   on 2001/06/11  14:39:05
20604         Log: VOS updates from Paul Green for @10476.
20605      Branch: perl
20606            ! README.vos vos/Changes vos/build.cm vos/compile_perl.cm
20607            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
20608            ! vos/config.ga.h vos/configure_perl.cm
20609 ____________________________________________________________________________
20610 [ 10514] By: jhi                                   on 2001/06/11  12:58:43
20611         Log: Subject: [PATCH] Not many people know this ...
20612              From: Mike Guy <mjtg@cam.ac.uk>
20613              Date: Mon, 11 Jun 2001 14:55:15 +0100
20614              Message-Id: <E159S9z-00015D-00@draco.cus.cam.ac.uk>
20615      Branch: perl
20616            ! pod/perldebug.pod
20617 ____________________________________________________________________________
20618 [ 10513] By: jhi                                   on 2001/06/11  12:30:06
20619         Log: Add final commas to lists as suggested by Philip Newton.
20620      Branch: perl
20621            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
20622 ____________________________________________________________________________
20623 [ 10512] By: jhi                                   on 2001/06/11  12:28:49
20624         Log: Subject: [MacPerl-Porters] [PATCH] Mac OS Compatability for bleadperl
20625              Date: Sun, 10 Jun 2001 23:35:38 -0400
20626              From: Chris Nandor <pudge@pobox.com>
20627              Message-Id: <p05100306b749ec0eaade@[10.0.1.177]>
20628      Branch: perl
20629            ! lib/DirHandle.pm lib/File/Basename.pm lib/diagnostics.pm
20630            ! perl.c t/base/term.t t/comp/cpp.t t/comp/multiline.t
20631            ! t/comp/script.t t/lib/anydbm.t t/lib/autoloader.t
20632            ! t/lib/dirhand.t t/lib/selfloader.t t/op/anonsub.t
20633            ! t/op/closure.t t/op/defins.t t/op/exec.t t/op/goto.t
20634            ! t/op/pack.t t/op/regexp.t t/op/regexp_noamp.t t/op/split.t
20635            ! t/op/write.t t/pragma/strict.t
20636 ____________________________________________________________________________
20637 [ 10511] By: jhi                                   on 2001/06/11  12:13:31
20638         Log: Subject: [RESEND] [PATCH] Mac OS lib patches for bleadperl
20639              From: Chris Nandor <pudge@pobox.com>
20640              Date: Mon, 11 Jun 2001 08:24:28 -0400
20641              Message-Id: <p05100303b74a66faf625@[10.0.1.177]>
20642      Branch: perl
20643            ! ext/IO/lib/IO/Dir.pm lib/File/Copy.pm t/lib/filecopy.t
20644            ! t/lib/io_dir.t
20645 ____________________________________________________________________________
20646 [ 10510] By: jhi                                   on 2001/06/11  12:03:16
20647         Log: One more run_byacc (a hand-tweaked version had slipped in).
20648      Branch: perl
20649            ! perly.c vms/perly_c.vms
20650 ____________________________________________________________________________
20651 [ 10509] By: nick                                  on 2001/06/11  07:49:15
20652         Log: Integrate mainline
20653      Branch: perlio
20654           !> Makefile.SH embed.h embed.pl global.sym
20655           !> lib/ExtUtils/Constant.pm lib/ExtUtils/Manifest.pm objXSUB.h
20656           !> perl.h perlapi.c perlapi.h perly.c perly.fixer perly.h perly.y
20657           !> perly_c.diff pod/perl572delta.pod pod/perlapi.pod proto.h sv.c
20658           !> t/lib/extutils.t util.c vms/perly_c.vms vms/perly_h.vms
20659 ____________________________________________________________________________
20660 [ 10508] By: jhi                                   on 2001/06/10  22:38:05
20661         Log: Subject: [PATCH] ExtUtils::Manifest not -w clean
20662              From: Mike Guy <mjtg@cam.ac.uk>
20663              Reply-To: mjtg@cam.ac.uk
20664              Message-Id: <E159Ei8-0006Tz-00@draco.cus.cam.ac.uk>
20665      Branch: perl
20666            ! lib/ExtUtils/Manifest.pm
20667 ____________________________________________________________________________
20668 [ 10507] By: jhi                                   on 2001/06/10  22:37:16
20669         Log: Subject: [PATCH] ExtUtils::Constant
20670              From: Nicholas Clark <nick@ccl4.org>
20671              Date: Sun, 10 Jun 2001 23:25:41 +0100
20672              Message-ID: <20010610232540.C76396@plum.flirble.org>
20673      Branch: perl
20674            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
20675 ____________________________________________________________________________
20676 [ 10506] By: jhi                                   on 2001/06/10  20:57:20
20677         Log: Integrate perlio.
20678      Branch: perl
20679           !> iperlsys.h
20680 ____________________________________________________________________________
20681 [ 10505] By: jhi                                   on 2001/06/10  18:37:57
20682         Log: Move the grok_number and its lieutenant grok_numeric_radix
20683              from sv.c statics to util.c and public.
20684      Branch: perl
20685            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c
20686            ! perlapi.h pod/perlapi.pod proto.h sv.c util.c
20687 ____________________________________________________________________________
20688 [ 10504] By: nick                                  on 2001/06/10  17:47:06
20689         Log: Fix (valid) -Wall warnings in perlio.c
20690      Branch: perlio
20691            ! iperlsys.h
20692 ____________________________________________________________________________
20693 [ 10503] By: jhi                                   on 2001/06/10  17:38:28
20694         Log: Update perly_c.diff, update perly.fixer to edit away
20695              some of the -Wall noise.
20696      Branch: perl
20697            ! perly.c perly.fixer perly_c.diff vms/perly_c.vms
20698 ____________________________________________________________________________
20699 [ 10502] By: jhi                                   on 2001/06/10  17:09:42
20700         Log: Check the version of byacc.
20701      Branch: perl
20702            ! Makefile.SH
20703 ____________________________________________________________________________
20704 [ 10501] By: jhi                                   on 2001/06/10  17:00:08
20705         Log: Subject: [PATCH] perly.y overhaul
20706              From: Simon Cozens <simon@netthink.co.uk>
20707              Date: Sun, 10 Jun 2001 16:56:54 +0100
20708              Message-ID: <20010610165654.A16597@deep-dark-truthful-mirror.pmb.ox.ac.uk>
20709              
20710              Plus make run_byacc.
20711      Branch: perl
20712            ! perly.c perly.h perly.y vms/perly_c.vms vms/perly_h.vms
20713 ____________________________________________________________________________
20714 [ 10500] By: jhi                                   on 2001/06/10  16:07:28
20715         Log: Integrate perlio.
20716      Branch: perl
20717           !> perlio.c perlsfio.h
20718 ____________________________________________________________________________
20719 [ 10499] By: nick                                  on 2001/06/10  15:01:08
20720         Log: Integrate mainline
20721      Branch: perlio
20722           !> Changes Configure embed.h embed.pl patchlevel.h proto.h sv.c
20723           !> t/pragma/locale.t util.c
20724 ____________________________________________________________________________
20725 [ 10498] By: jhi                                   on 2001/06/10  13:49:23
20726         Log: Put some meat on the perl572delta bones.  The list of
20727              selected bug fixes needs more work, as does still the
20728              whole document.
20729      Branch: perl
20730            ! pod/perl572delta.pod
20731 ____________________________________________________________________________
20732 [ 10497] By: nick                                  on 2001/06/10  12:27:51
20733         Log: Paper over a crack or two with USE_SFIO
20734      Branch: perlio
20735            ! perlio.c perlsfio.h
20736 ____________________________________________________________________________
20737 [ 10496] By: jhi                                   on 2001/06/10  11:04:22
20738         Log: Update Changes.
20739      Branch: perl
20740            ! Changes patchlevel.h
20741 ____________________________________________________________________________
20742 [ 10495] By: jhi                                   on 2001/06/10  10:55:34
20743         Log: Subject: Re: pragma/locale.t #107
20744              From: Hugo <hv@crypt.compulink.co.uk>
20745              Date: Sun, 10 Jun 2001 11:23:30 +0100
20746              Message-Id: <200106101023.LAA32085@crypt.compulink.co.uk>
20747              
20748              Encapsulate the scan of the decimal radix separator.
20749      Branch: perl
20750            ! embed.h embed.pl proto.h sv.c
20751 ____________________________________________________________________________
20752 [ 10494] By: jhi                                   on 2001/06/10  03:00:17
20753         Log: Try to grok numbers both with the locale specific separator
20754              and with the usual "." (if different from the lss); add a test
20755              to locale.t to do also a little bit of math in addition to just
20756              equalness testing; remove extraneous logic as suggested in
20757              
20758              Subject: Re: pragma/locale.t #107
20759              From: Nicholas Clark <nick@ccl4.org>
20760              Date: Sat, 9 Jun 2001 22:37:36 +0100
20761              Message-ID: <20010609223735.Y76396@plum.flirble.org>
20762      Branch: perl
20763            ! sv.c t/pragma/locale.t
20764 ____________________________________________________________________________
20765 [ 10493] By: jhi                                   on 2001/06/10  01:25:23
20766         Log: Metaconfig unit change for #10492.
20767      Branch: metaconfig/U/perl
20768            ! Extensions.U
20769 ____________________________________________________________________________
20770 [ 10492] By: jhi                                   on 2001/06/10  01:23:59
20771         Log: Subject: [PATCH] Don't build Thread.pm if USEITHREADS
20772              From: Artur Bergman <artur@contiller.se> 
20773              Date: Sat, 09 Jun 2001 21:03:51 +0200
20774              Message-ID: <B7483FB6.1398%artur@contiller.se>
20775      Branch: perl
20776            ! Configure
20777 ____________________________________________________________________________
20778 [ 10491] By: jhi                                   on 2001/06/10  01:15:40
20779         Log: Integrate perlio.
20780      Branch: perl
20781           !> perlsfio.h
20782 ____________________________________________________________________________
20783 [ 10490] By: jhi                                   on 2001/06/10  01:08:26
20784         Log: Do locale specific separator if only in locale.
20785      Branch: perl
20786            ! util.c
20787 ____________________________________________________________________________
20788 [ 10489] By: nick                                  on 2001/06/09  19:13:25
20789         Log: Make XS/Typemap compile (but fail) with sfio
20790      Branch: perlio
20791            ! perlsfio.h
20792 ____________________________________________________________________________
20793 [ 10488] By: nick                                  on 2001/06/09  19:12:51
20794         Log: Re-integrate mainline
20795      Branch: perlio
20796           !> embed.h embed.pl embedvar.h intrpvar.h perl.h perlapi.h
20797           !> proto.h sv.c util.c
20798 ____________________________________________________________________________
20799 [ 10487] By: nick                                  on 2001/06/09  16:26:29
20800         Log: Integrate mainline
20801      Branch: perlio
20802           !> (integrate 31 files)
20803 ____________________________________________________________________________
20804 [ 10486] By: jhi                                   on 2001/06/09  16:11:51
20805         Log: Subject: [PATCH] New attempt to clone callack
20806              From: Artur Bergman <artur@contiller.se> 
20807              Date: Thu, 07 Jun 2001 11:52:16 +0200
20808              Message-ID: <B7451B6F.12B7%artur@contiller.se>
20809      Branch: perl
20810            ! embedvar.h intrpvar.h perlapi.h sv.c
20811 ____________________________________________________________________________
20812 [ 10485] By: jhi                                   on 2001/06/09  15:23:52
20813         Log: Numeric conversion tweaks suggested by Hugo and Nicholas.
20814      Branch: perl
20815            ! embed.h embed.pl perl.h proto.h sv.c util.c
20816 ____________________________________________________________________________
20817 [ 10484] By: jhi                                   on 2001/06/09  14:47:25
20818         Log: Subject: Re: pragma/locale.t #107
20819              From: Nicholas Clark <nick@ccl4.org>
20820              Date: Sat, 9 Jun 2001 16:26:10 +0100
20821              Message-ID: <20010609162609.V76396@plum.flirble.org>
20822              
20823              A missing NVification.
20824      Branch: perl
20825            ! sv.c
20826 ____________________________________________________________________________
20827 [ 10483] By: jhi                                   on 2001/06/08  19:40:32
20828         Log: Redo the #10482, there already was a test script for formats.
20829      Branch: perl
20830            - t/io/format.t
20831            ! MANIFEST t/op/write.t
20832 ____________________________________________________________________________
20833 [ 10482] By: jhi                                   on 2001/06/08  19:34:45
20834         Log: Twisted format testing, from Merijn.
20835      Branch: perl
20836            + t/io/format.t
20837            ! MANIFEST
20838 ____________________________________________________________________________
20839 [ 10481] By: jhi                                   on 2001/06/08  19:21:56
20840         Log: More \p{In...} testing, combined with \N{...}.
20841      Branch: perl
20842            ! lib/utf8_heavy.pl t/op/pat.t
20843 ____________________________________________________________________________
20844 [ 10480] By: jhi                                   on 2001/06/08  14:16:06
20845         Log: Metaconfig changes for #10479.
20846      Branch: metaconfig
20847            ! U/Glossary.patch
20848      Branch: metaconfig/U/perl
20849            ! d_modfl.U
20850 ____________________________________________________________________________
20851 [ 10479] By: jhi                                   on 2001/06/08  14:15:32
20852         Log: Be inspired more by Hugo-- introduce HAS_MODFL_POW32_BUG.
20853      Branch: perl
20854            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
20855            ! config_h.SH configure.com epoc/config.sh pp.c uconfig.h
20856            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
20857            ! win32/config.bc win32/config.gc win32/config.vc
20858 ____________________________________________________________________________
20859 [ 10478] By: jhi                                   on 2001/06/08  12:20:41
20860         Log: Subject: Re: [PATCH perl@10439] fix old $^S description in perlvms.pod
20861              From: "Craig A. Berry" <craigberry@mac.com>
20862              Date: Thu, 7 Jun 2001 14:27:20 -0500
20863              Message-Id: <a05100e01b7458075db7d@[172.16.52.1]>
20864      Branch: perl
20865            ! vms/perlvms.pod
20866 ____________________________________________________________________________
20867 [ 10477] By: jhi                                   on 2001/06/08  12:19:00
20868         Log: Subject: [PATCH] Unresolved symbol in ext/re/re.xs
20869              From: Gisle Aas <gisle@ActiveState.com>
20870              Date: 07 Jun 2001 17:04:29 -0700
20871              Message-ID: <lrae3jsupe.fsf@caliper.ActiveState.com>
20872      Branch: perl
20873            ! ext/re/re.xs
20874 ____________________________________________________________________________
20875 [ 10476] By: jhi                                   on 2001/06/08  01:35:42
20876         Log: Update Changes.
20877      Branch: perl
20878            ! Changes patchlevel.h
20879 ____________________________________________________________________________
20880 [ 10475] By: jhi                                   on 2001/06/08  00:53:45
20881         Log: Regen Glossary et alia.
20882      Branch: perl
20883            ! Porting/Glossary Porting/config.sh Porting/config_H
20884 ____________________________________________________________________________
20885 [ 10474] By: jhi                                   on 2001/06/07  22:06:38
20886         Log: Metaconfig unit changes for #10473.
20887      Branch: metaconfig/U/perl
20888            ! d_modfl.U
20889 ____________________________________________________________________________
20890 [ 10473] By: jhi                                   on 2001/06/07  22:06:16
20891         Log: Harumph, also AIX will spill its guts (i.e. dump core)
20892              if an executable contains modfl() but it hasn't been
20893              compiled right (in the case of AIX, with cc -qlongdouble).
20894      Branch: perl
20895            ! Configure
20896 ____________________________________________________________________________
20897 [ 10472] By: gsar                                  on 2001/06/07  20:04:28
20898         Log: integrate change#10471 from mainline
20899              
20900              in change#10451, check that CvOUTSIDE is a CV before looking in
20901              (it can apparently be SVt_NULL during global destruction)
20902      Branch: maint-5.6/perl
20903           !> op.c
20904 ____________________________________________________________________________
20905 [ 10471] By: gsar                                  on 2001/06/07  20:01:31
20906         Log: in change#10451, check that CvOUTSIDE is a CV before looking in
20907              (it can apparently be SVt_NULL during global destruction)
20908      Branch: perl
20909            ! op.c
20910 ____________________________________________________________________________
20911 [ 10470] By: jhi                                   on 2001/06/07  12:17:51
20912         Log: Subject: Re: [PATCH perl@10439] diagnostics and long C<=item>s
20913              From: Robin Barker <rmb1@cise.npl.co.uk>
20914              Date: Thu, 7 Jun 2001 13:01:06 +0100 (BST)
20915              Message-Id: <200106071201.NAA13627@tempest.npl.co.uk>
20916      Branch: perl
20917            ! lib/diagnostics.pm pod/perldiag.pod
20918 ____________________________________________________________________________
20919 [ 10469] By: jhi                                   on 2001/06/07  12:16:12
20920         Log: Subject: [PATCH perl@10439] long =item
20921              From: Robin Barker <rmb1@cise.npl.co.uk>
20922              Date: Thu, 7 Jun 2001 12:34:08 +0100 (BST)
20923              Message-Id: <200106071134.MAA10288@tempest.npl.co.uk>
20924      Branch: perl
20925            ! README.amiga lib/Attribute/Handlers.pm
20926            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
20927 ____________________________________________________________________________
20928 [ 10468] By: jhi                                   on 2001/06/07  12:08:56
20929         Log: Subject: [PATCH 5.7.1 pod/perlguts.pod] IOK vs pIOK docs
20930              Date: Thu, 7 Jun 2001 10:09:59 +0100 (BST)
20931              Reply-To: Dave Mitchell <davem@fdgroup.co.uk>
20932              Message-Id: <200106070909.KAA25610@gizmo.fdgroup.co.uk>
20933      Branch: perl
20934            ! pod/perlguts.pod
20935 ____________________________________________________________________________
20936 [ 10467] By: jhi                                   on 2001/06/07  12:04:26
20937         Log: Integrate perlio.
20938      Branch: perl
20939           !> sv.c
20940 ____________________________________________________________________________
20941 [ 10466] By: nick                                  on 2001/06/07  10:25:40
20942         Log: MULTIPLICITY fix for S_grok_number(), also a few gratuitious trailing
20943              whitespace tweaks.
20944              Still coredumps in pragma/overload.t - what a nice hard fail that is...
20945      Branch: perlio
20946            ! sv.c
20947 ____________________________________________________________________________
20948 [ 10465] By: nick                                  on 2001/06/07  08:41:58
20949         Log: Raw integrate of mainline for S_grok_number debug
20950              (sv.c has MULTIPLICITY issues as well as whatever else ...)
20951      Branch: perlio
20952            - plan9/perlplan9.doc plan9/perlplan9.pod
20953           !> (integrate 46 files)
20954 ____________________________________________________________________________
20955 [ 10464] By: jhi                                   on 2001/06/06  23:33:58
20956         Log: The proper prototyping for #10463.
20957      Branch: perl
20958            ! embed.h embed.pl proto.h sv.c
20959 ____________________________________________________________________________
20960 [ 10463] By: jhi                                   on 2001/06/06  23:15:30
20961         Log: Subject: Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
20962              From: Nicholas Clark <nick@ccl4.org>
20963              Date: Thu, 7 Jun 2001 00:29:59 +0100
20964              Message-ID: <20010607002959.Z76396@plum.flirble.org>
20965      Branch: perl
20966            ! sv.c
20967 ____________________________________________________________________________
20968 [ 10462] By: jhi                                   on 2001/06/06  23:13:19
20969         Log: Subject: [PATCH perl@10439] fix old $^S description in perlvms.pod
20970              From: "Craig A. Berry" <craigberry@mac.com>
20971              Date: Wed, 06 Jun 2001 17:54:30 -0500
20972              Message-Id: <5.1.0.14.0.20010606174814.03c2c880@exchi01>
20973      Branch: perl
20974            ! vms/perlvms.pod
20975 ____________________________________________________________________________
20976 [ 10461] By: jhi                                   on 2001/06/06  23:10:00
20977         Log: Podify the remaining README.platform files;
20978              merge README.plan9 and plan9/perlplan9.pod;
20979              delete plan9/perlplan9.* (the perlplan.doc needs to
20980              be regenerated in Plan 9); make the =head1 and =head2
20981              in the README.platform to be a little more verbose
20982              (skipped README.os2 not to anger Ilya) so that they
20983              look better in the toc; regen toc.
20984      Branch: perl
20985            - plan9/perlplan9.doc plan9/perlplan9.pod
20986            ! MANIFEST README.aix README.amiga README.apollo README.beos
20987            ! README.bs2000 README.cygwin README.dgux README.dos README.epoc
20988            ! README.hpux README.hurd README.machten README.macos
20989            ! README.micro README.mint README.mpeix README.os390
20990            ! README.plan9 README.qnx README.solaris README.threads
20991            ! README.tru64 README.vmesa README.vms README.vos README.win32
20992            ! plan9/mkfile pod/buildtoc.PL pod/perl.pod pod/perlport.pod
20993            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
20994 ____________________________________________________________________________
20995 [ 10460] By: jhi                                   on 2001/06/06  20:58:53
20996         Log: Subject: [PATCH] Re: Bug in perlguts documentation?
20997              From: Mike Guy <mjtg@cam.ac.uk>
20998              Reply-To: mjtg@cam.ac.uk
20999              Message-Id: <E157fiS-0006Q7-00@draco.cus.cam.ac.uk>
21000      Branch: perl
21001            ! pod/perlguts.pod
21002 ____________________________________________________________________________
21003 [ 10459] By: jhi                                   on 2001/06/06  20:58:15
21004         Log: Subject: [PATCH] Re: [ID 20010604.015] taint + comma = false insecurity
21005              From: Mike Guy <mjtg@cam.ac.uk>
21006              Reply-To: mjtg@cam.ac.uk
21007              Message-Id: <E157flx-0006Uz-00@draco.cus.cam.ac.uk>
21008      Branch: perl
21009            ! pod/perlsec.pod
21010 ____________________________________________________________________________
21011 [ 10458] By: jhi                                   on 2001/06/06  20:56:04
21012         Log: Disable long doubles from pre-5.0 Tru64s.
21013      Branch: perl
21014            ! README.tru64 hints/dec_osf.sh
21015 ____________________________________________________________________________
21016 [ 10457] By: jhi                                   on 2001/06/06  20:49:23
21017         Log: The #10455 exposed that modfl() is fundamentally busted
21018              (as in: dumps core) in pre-5.0 Tru64, so better avoid even
21019              testing it.
21020      Branch: perl
21021            ! hints/dec_osf.sh
21022 ____________________________________________________________________________
21023 [ 10456] By: jhi                                   on 2001/06/06  20:48:35
21024         Log: Metaconfig unit change for #10455.
21025      Branch: metaconfig/U/perl
21026            ! d_modfl.U
21027 ____________________________________________________________________________
21028 [ 10455] By: jhi                                   on 2001/06/06  20:48:09
21029         Log: Configure check for geborken modfl(), inspired by
21030              
21031              Subject: Re: [20010118.017] op/int.t failure 
21032              From: Hugo <hv@crypt.compulink.co.uk>
21033              Date: Tue, 05 Jun 2001 13:43:27 +0100
21034              Message-Id: <200106051243.NAA15525@crypt.compulink.co.uk>
21035      Branch: perl
21036            ! Configure
21037 ____________________________________________________________________________
21038 [ 10454] By: jhi                                   on 2001/06/06  11:45:08
21039         Log: Integrate changes #10450 and #10451 from maintperl:
21040              
21041              optimize change#10448 slightly (don't repeat search in eval""s lexical
21042              scope, since that has already been searched)
21043              
21044              change#9108 needs subtler treatment for case of closures created
21045              within eval""
21046      Branch: perl
21047           !> op.c t/op/misc.t
21048 ____________________________________________________________________________
21049 [ 10453] By: jhi                                   on 2001/06/06  11:42:10
21050         Log: MakeMaker magic to compile (when no dynamic loading)
21051              List/Util.xsc as (ListUtil.c and) ListUtil.o since
21052              POSIX-BC (BS2000) linker has an evil limitation of
21053              being unable to include in the same executable several
21054              object files with the same name - case-insensitively -
21055              because otherwise we conflict with util.c.
21056              Strictly speaking currently required only in POSIX-BC
21057              but probably will do no harm elsewhere where static
21058              linking is required.
21059      Branch: perl
21060            ! ext/List/Util/Makefile.PL
21061 ____________________________________________________________________________
21062 [ 10452] By: nick                                  on 2001/06/06  08:59:51
21063         Log: Integrate mainline.
21064      Branch: perlio
21065           +> lib/Attribute/Handlers/demo/Demo.pm
21066           +> lib/Attribute/Handlers/demo/Descriptions.pm
21067           +> lib/Attribute/Handlers/demo/MyClass.pm
21068           +> lib/Attribute/Handlers/demo/demo.pl
21069           +> lib/Attribute/Handlers/demo/demo2.pl
21070           +> lib/Attribute/Handlers/demo/demo3.pl
21071           +> lib/Attribute/Handlers/demo/demo4.pl
21072           +> lib/Attribute/Handlers/demo/demo_call.pl
21073           +> lib/Attribute/Handlers/demo/demo_chain.pl
21074           +> lib/Attribute/Handlers/demo/demo_cycle.pl
21075           +> lib/Attribute/Handlers/demo/demo_hashdir.pl
21076           +> lib/Attribute/Handlers/demo/demo_phases.pl
21077           +> lib/Attribute/Handlers/demo/demo_range.pl
21078           +> lib/Attribute/Handlers/demo/demo_rawdata.pl t/op/override.t
21079           +> uts/strtol_wrap.c
21080           !> (integrate 91 files)
21081 ____________________________________________________________________________
21082 [ 10451] By: gsar                                  on 2001/06/06  07:11:36
21083         Log: change#9108 needs subtler treatment for case of closures created
21084              within eval""
21085      Branch: maint-5.6/perl
21086            ! op.c t/op/misc.t
21087 ____________________________________________________________________________
21088 [ 10450] By: gsar                                  on 2001/06/06  05:47:25
21089         Log: optimize change#10448 slightly (don't repeat search in eval""s lexical
21090              scope, since that has already been searched)
21091      Branch: maint-5.6/perl
21092            ! op.c
21093 ____________________________________________________________________________
21094 [ 10449] By: jhi                                   on 2001/06/06  01:33:31
21095         Log: Integrate change #10448 from maintperl; lexicals
21096              outside an eval"" weren't resolved correctly inside a subroutine
21097              definition inside the eval"" if they were not already referenced
21098              in the toplevel of the eval""-ed code
21099      Branch: perl
21100           !> cop.h op.c pp_ctl.c t/op/misc.t
21101 ____________________________________________________________________________
21102 [ 10448] By: gsar                                  on 2001/06/06  01:03:26
21103         Log: fix yet another bug of hoary vintage found by change#10394: lexicals
21104              outside an eval"" weren't resolved correctly inside a subroutine
21105              definition inside the eval"" if they were not already referenced
21106              in the toplevel of the eval""-ed code
21107      Branch: maint-5.6/perl
21108            ! cop.h op.c pp_ctl.c t/op/misc.t
21109 ____________________________________________________________________________
21110 [ 10447] By: jhi                                   on 2001/06/06  00:51:04
21111         Log: Subject: [PATCH] perl570delta.pod
21112              From: Peter Scott <Peter@PSDT.com> 
21113              Date: Tue, 05 Jun 2001 18:51:02 -0700
21114              Message-Id: <4.3.2.7.2.20010605183619.00a94400@psdt.com>
21115      Branch: perl
21116            ! pod/perl570delta.pod
21117 ____________________________________________________________________________
21118 [ 10446] By: jhi                                   on 2001/06/05  23:45:05
21119         Log: The fudge factor is no more needed.  I hope.
21120      Branch: perl
21121            ! t/lib/posix.t
21122 ____________________________________________________________________________
21123 [ 10445] By: jhi                                   on 2001/06/05  23:19:19
21124         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms 
21125              From: Hugo <hv@crypt.compulink.co.uk>
21126              Date: Tue, 05 Jun 2001 12:58:19 +0100
21127              Message-Id: <200106051158.MAA04605@crypt.compulink.co.uk>
21128      Branch: perl
21129            ! util.c
21130 ____________________________________________________________________________
21131 [ 10444] By: jhi                                   on 2001/06/05  11:09:01
21132         Log: Make up prototypes only for those who have the functions
21133              but not the prototypes.
21134      Branch: perl
21135            ! perl.h
21136 ____________________________________________________________________________
21137 [ 10443] By: jhi                                   on 2001/06/05  11:02:13
21138         Log: Subject: Re: Not OK: perl@10439 on win32 
21139              From: Prymmer/Kahn <pvhp@best.com> 
21140              Date: Mon, 4 Jun 2001 22:11:02 -0700 (PDT)
21141              Message-ID: <Pine.BSF.4.21.0106042136410.26316-100000@shell8.ba.best.com>
21142      Branch: perl
21143            ! perl.h util.c
21144 ____________________________________________________________________________
21145 [ 10442] By: jhi                                   on 2001/06/05  00:55:46
21146         Log: The metaconfig units changes for #10441.
21147      Branch: metaconfig
21148            ! U/modified/Extract.U U/modified/Extractall.U
21149            ! U/modified/Finish.U
21150 ____________________________________________________________________________
21151 [ 10441] By: jhi                                   on 2001/06/05  00:55:17
21152         Log: Extraction of the *.SH wasn't quite working with -Dmksymlinks.
21153      Branch: perl
21154            ! Configure
21155 ____________________________________________________________________________
21156 [ 10440] By: jhi                                   on 2001/06/05  00:28:27
21157         Log: Unnecessary fuzziness undone, noted by Mike Guy.
21158      Branch: perl
21159            ! t/op/tr.t
21160 ____________________________________________________________________________
21161 [ 10439] By: jhi                                   on 2001/06/04  17:14:31
21162         Log: Update Changes.
21163      Branch: perl
21164            ! Changes patchlevel.h
21165 ____________________________________________________________________________
21166 [ 10438] By: jhi                                   on 2001/06/04  17:10:16
21167         Log: Test case for 'eval "a.b.c.d.e.f;sub"' save stack imbalance
21168              bug found by Ilmari Karonen; the bug fixed by Sarathy's lexical
21169              leakage patch.
21170      Branch: perl
21171            ! t/op/misc.t
21172 ____________________________________________________________________________
21173 [ 10437] By: jhi                                   on 2001/06/04  17:01:06
21174         Log: Test case for #10433/#10424.
21175      Branch: perl
21176            ! t/op/misc.t
21177 ____________________________________________________________________________
21178 [ 10436] By: jhi                                   on 2001/06/04  16:54:21
21179         Log: Subject: One fix for strtoul not setting errno
21180              From: hom00@utsglobal.com (Hal Morris)
21181              Date: Sat, 2 Jun 2001 09:23:11 -0700 (PDT)
21182              Message-Id: <200106021623.JAA06906@cepheus.utsglobal.com>
21183      Branch: perl
21184            + uts/strtol_wrap.c
21185            ! MANIFEST hints/uts.sh
21186 ____________________________________________________________________________
21187 [ 10435] By: jhi                                   on 2001/06/04  16:54:01
21188         Log: Metaconfig units changes for #10434.
21189      Branch: metaconfig
21190            ! U/modified/Cppsym.U
21191      Branch: metaconfig/U/perl
21192            + d_dbminitproto.U d_flockproto.U d_sockatmarkproto.U
21193            + d_syscallproto.U d_usleepproto.U
21194            ! longdblfio.U quadfio.U
21195 ____________________________________________________________________________
21196 [ 10434] By: jhi                                   on 2001/06/04  16:48:33
21197         Log: Configure tweaks; add prototype probes, make the cpp symbols
21198              probe to cast, not whine; test for %Ld and %Lf before %lld and
21199              %llf because the L is the ANSI way.
21200      Branch: perl
21201            ! Configure config_h.SH configure.com epoc/config.sh
21202            ! ext/ODBM_File/ODBM_File.xs perl.h pod/perltoc.pod uconfig.h
21203            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
21204            ! win32/config.bc win32/config.gc win32/config.vc x2p/str.c
21205 ____________________________________________________________________________
21206 [ 10433] By: jhi                                   on 2001/06/04  16:45:23
21207         Log: Sigh.  This is what #10424 was supposed to check in.
21208      Branch: perl
21209            ! op.c sv.c sv.h
21210 ____________________________________________________________________________
21211 [ 10432] By: jhi                                   on 2001/06/04  16:29:40
21212         Log: More verbose failure.
21213      Branch: perl
21214            ! t/op/ver.t
21215 ____________________________________________________________________________
21216 [ 10431] By: jhi                                   on 2001/06/04  16:21:55
21217         Log: The .pm changes to go with #10428.
21218      Branch: perl
21219            ! ext/Fcntl/Fcntl.pm ext/Socket/Socket.pm
21220            ! ext/Sys/Syslog/Syslog.pm
21221 ____________________________________________________________________________
21222 [ 10430] By: jhi                                   on 2001/06/04  16:05:20
21223         Log: On second thoughts show to utf8 skippage message only
21224              on failures, it's too confusing otherwise,
21225      Branch: perl
21226            ! t/pragma/locale.t
21227 ____________________________________________________________________________
21228 [ 10429] By: jhi                                   on 2001/06/04  14:47:50
21229         Log: Do not import anything from Encode.
21230      Branch: perl
21231            ! ext/MIME/Base64/QuotedPrint.pm
21232 ____________________________________________________________________________
21233 [ 10428] By: jhi                                   on 2001/06/04  14:45:47
21234         Log: The #10402 didn't take.  Weird.
21235      Branch: perl
21236            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
21237            ! ext/Sys/Syslog/Syslog.xs
21238 ____________________________________________________________________________
21239 [ 10427] By: jhi                                   on 2001/06/04  12:55:39
21240         Log: Eradicate traces of 'asciirange' re subpragma.
21241      Branch: perl
21242            ! ext/B/B/Deparse.pm ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm
21243            ! pod/perldiag.pod
21244 ____________________________________________________________________________
21245 [ 10426] By: jhi                                   on 2001/06/04  12:44:05
21246         Log: use is a compile-time thing.
21247      Branch: perl
21248            ! ext/MIME/Base64/QuotedPrint.pm
21249 ____________________________________________________________________________
21250 [ 10425] By: jhi                                   on 2001/06/04  12:39:44
21251         Log: Subject: [PATCH perl@10419] -Wall casting patch
21252              From: Robin Barker <rmb1@cise.npl.co.uk>
21253              Date: Mon, 4 Jun 2001 14:27:28 +0100 (BST)
21254              Message-Id: <200106041327.OAA15338@tempest.npl.co.uk>
21255      Branch: perl
21256            ! ext/Devel/DProf/DProf.xs mg.c
21257 ____________________________________________________________________________
21258 [ 10424] By: jhi                                   on 2001/06/04  12:23:30
21259         Log: Subject: [PATCH #2] introducing SVpad_TYPED
21260              From: Abhijit Menon-Sen <ams@wiw.org>
21261              Date: Mon, 4 Jun 2001 12:26:02 +0530
21262              Message-ID: <20010604122602.A5775@lustre.linux.in>
21263      Branch: perl
21264            ! op.c sv.c sv.h
21265 ____________________________________________________________________________
21266 [ 10423] By: gsar                                  on 2001/06/04  05:12:18
21267         Log: testsuite for change#10192 (from Gisle Aas)
21268      Branch: perl
21269            + t/op/override.t
21270            ! MANIFEST
21271 ____________________________________________________________________________
21272 [ 10422] By: gsar                                  on 2001/06/04  02:32:03
21273         Log: integrate changes#10414-10416 from mainline
21274              
21275              Potential buffer overrun if the radix separator is more than
21276              one byte.  Also, under locales, prefer the locale-specific
21277              separator over the old boring ".".
21278              
21279              "10.", that is, decimal numbers can have no decimal part at all.
21280              
21281              The non-locale places need love, too.
21282      Branch: maint-5.6/perl
21283           !> perl.h sv.c
21284 ____________________________________________________________________________
21285 [ 10421] By: jhi                                   on 2001/06/04  02:25:53
21286         Log: Missed from #10420.
21287      Branch: perl
21288            ! epoc/config.sh
21289 ____________________________________________________________________________
21290 [ 10420] By: jhi                                   on 2001/06/04  02:19:58
21291         Log: Missed HAS_SETRESGID_PROTO.  No serious harm done since
21292              often this prototype goes with HAS_SETRESUID_PROTO.
21293      Branch: perl
21294            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
21295            ! config_h.SH configure.com perl.h uconfig.h
21296 ____________________________________________________________________________
21297 [ 10419] By: jhi                                   on 2001/06/04  00:24:55
21298         Log: Update Changes.
21299      Branch: perl
21300            ! Changes patchlevel.h
21301 ____________________________________________________________________________
21302 [ 10418] By: jhi                                   on 2001/06/03  23:58:04
21303         Log: -Wall "subscript has type `char'" cleanup.
21304      Branch: perl
21305            ! ext/File/Glob/bsd_glob.c x2p/a2py.c x2p/str.c x2p/walk.c
21306 ____________________________________________________________________________
21307 [ 10417] By: jhi                                   on 2001/06/03  23:37:17
21308         Log: Various "cast to pointer from integer of different size"
21309              picked up by gcc -Wall (in Tru64 where pointers are 64 bits
21310              wide but I32 (int) only 32 bits wide).
21311              
21312              WARNING: the classnum and tagnum changes in Storable.xs
21313              may not be wise, they may be breaking binary compatibility
21314              (in 64-bit platforms), asked Raphael Manfredi about the changes.
21315      Branch: perl
21316            ! embed.pl ext/Devel/DProf/DProf.xs ext/Storable/Storable.xs
21317            ! mg.c proto.h
21318 ____________________________________________________________________________
21319 [ 10416] By: jhi                                   on 2001/06/03  23:15:24
21320         Log: The non-locale places need love, too.
21321      Branch: perl
21322            ! perl.h
21323 ____________________________________________________________________________
21324 [ 10415] By: jhi                                   on 2001/06/03  23:10:55
21325         Log: "10.", that is, decimal numbers can have no decimal part at all.
21326      Branch: perl
21327            ! perl.h
21328 ____________________________________________________________________________
21329 [ 10414] By: jhi                                   on 2001/06/03  22:49:55
21330         Log: Potential buffer overrun if the radix separator is more than
21331              one byte.  Also, under locales, prefer the locale-specific
21332              separator over the old boring ".".
21333      Branch: perl
21334            ! perl.h sv.c
21335 ____________________________________________________________________________
21336 [ 10413] By: jhi                                   on 2001/06/03  22:42:10
21337         Log: Integrate change #10412 from maintperl; locale is now
21338              per-cop, not per-op; plus retweak the locale.t to always
21339              list the skipped utf8 locales.
21340      Branch: perl
21341            ! t/pragma/locale.t
21342           !> embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
21343           !> pp.sym pp_ctl.c pp_proto.h pp_sys.c util.c
21344 ____________________________________________________________________________
21345 [ 10412] By: gsar                                  on 2001/06/03  22:23:16
21346         Log: rationalize locale handling to fix the bugs uncovered by change#10394
21347              
21348              the major issue was that the runtime was looking at PL_hints rather
21349              than op_private to notice whether locale was enabled
21350              
21351              the secondary issue was that many locale-sensitive numeric ops didn't
21352              have HINT_LOCALE propagated into their op_private
21353              
21354              HINT_LOCALE is now propagated per-statement (i.e., via PL_curcop)
21355              instead of per-op, just like HINT_BYTE and the hints for lexical
21356              warnings (this makes the hint available to every op via PL_curcop)
21357              
21358              pragma/locale.t may need to be reworked with these fixes in mind
21359              (it currently passes its tests)
21360      Branch: maint-5.6/perl
21361            ! embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
21362            ! pp.sym pp_ctl.c pp_proto.h pp_sys.c t/pragma/locale.t util.c
21363 ____________________________________________________________________________
21364 [ 10411] By: jhi                                   on 2001/06/03  17:50:49
21365         Log: More verbose debugging.
21366      Branch: perl
21367            ! t/pragma/locale.t
21368 ____________________________________________________________________________
21369 [ 10410] By: jhi                                   on 2001/06/03  17:36:40
21370         Log: Subject: RE: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
21371              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
21372              Date: Sat, 2 Jun 2001 22:53:33 +0100
21373              Message-ID: <000601c0ebae$77d10dc0$99dcfea9@bfs.phone.com>
21374      Branch: perl
21375            ! regcomp.c t/pragma/warn/regcomp
21376 ____________________________________________________________________________
21377 [ 10409] By: jhi                                   on 2001/06/03  17:27:13
21378         Log: Mention that lexicalizing $a or $b is a bad idea if one
21379              wants to use sort().
21380      Branch: perl
21381            ! pod/perlvar.pod
21382 ____________________________________________________________________________
21383 [ 10408] By: jhi                                   on 2001/06/03  16:52:41
21384         Log: Tweak the test to be happy if the accuracy is 'good enough'.
21385      Branch: perl
21386            ! t/lib/posix.t
21387 ____________________________________________________________________________
21388 [ 10407] By: jhi                                   on 2001/06/03  16:50:33
21389         Log: Upgrade to Attribute::Handlers 0.70.
21390              
21391              NOTE: this unearthed the "too late for CHECK block" bug,
21392              that's why the 1_compile.t change.
21393      Branch: perl
21394            + lib/Attribute/Handlers/demo/Demo.pm
21395            + lib/Attribute/Handlers/demo/Descriptions.pm
21396            + lib/Attribute/Handlers/demo/MyClass.pm
21397            + lib/Attribute/Handlers/demo/demo.pl
21398            + lib/Attribute/Handlers/demo/demo2.pl
21399            + lib/Attribute/Handlers/demo/demo3.pl
21400            + lib/Attribute/Handlers/demo/demo4.pl
21401            + lib/Attribute/Handlers/demo/demo_call.pl
21402            + lib/Attribute/Handlers/demo/demo_chain.pl
21403            + lib/Attribute/Handlers/demo/demo_cycle.pl
21404            + lib/Attribute/Handlers/demo/demo_hashdir.pl
21405            + lib/Attribute/Handlers/demo/demo_phases.pl
21406            + lib/Attribute/Handlers/demo/demo_range.pl
21407            + lib/Attribute/Handlers/demo/demo_rawdata.pl
21408            ! MANIFEST lib/Attribute/Handlers.pm t/lib/1_compile.t
21409            ! t/lib/attrhand.t
21410 ____________________________________________________________________________
21411 [ 10406] By: jhi                                   on 2001/06/03  16:40:03
21412         Log: One less -Wall whine.
21413      Branch: perl
21414            ! regcomp.c
21415 ____________________________________________________________________________
21416 [ 10405] By: jhi                                   on 2001/06/03  16:30:34
21417         Log: Integrate change #10404 from maintperl; eval.t was in pre-10394 mood.
21418      Branch: perl
21419           !> t/op/eval.t
21420 ____________________________________________________________________________
21421 [ 10404] By: gsar                                  on 2001/06/03  16:23:07
21422         Log: eval.t was relying on pre-change#10394 buggy behavior (lexicals
21423              aren't "normally" visible inside eval""s contained in subs unless
21424              a cloned reference to them already exists)
21425              
21426              strangely enough, t/harness didn't show this up as a failure
21427              (harness needs fixing?)
21428      Branch: maint-5.6/perl
21429            ! t/op/eval.t
21430 ____________________________________________________________________________
21431 [ 10403] By: jhi                                   on 2001/06/03  16:22:59
21432         Log: Update to Text::Balanced 1.85.
21433      Branch: perl
21434            ! lib/Text/Balanced.pm t/lib/tb-xvari.t
21435 ____________________________________________________________________________
21436 [ 10402] By: jhi                                   on 2001/06/03  16:18:09
21437         Log: Subject: [PATCH] Re: ext/Socket/Socket.xs
21438              From: Nicholas Clark <nick@ccl4.org>
21439              Date: Sun, 3 Jun 2001 17:54:36 +0100
21440              Message-ID: <20010603175436.E76396@plum.flirble.org> 
21441      Branch: perl
21442            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
21443            ! ext/Sys/Syslog/Syslog.xs
21444 ____________________________________________________________________________
21445 [ 10401] By: jhi                                   on 2001/06/03  16:09:33
21446         Log: Unused variables.
21447      Branch: perl
21448            ! util.c
21449 ____________________________________________________________________________
21450 [ 10400] By: jhi                                   on 2001/06/03  16:04:26
21451         Log: Subject: [PATCH] APIfy op_clear 
21452              From: Simon Cozens <simon@netthink.co.uk>
21453              Date: Sun, 3 Jun 2001 13:51:46 +0100
21454              Message-ID: <20010603135146.A9984@deep-dark-truthful-mirror.pmb.ox.ac.uk>
21455              
21456              (despite the subject line, op_null is APIfied by the patch)
21457      Branch: perl
21458            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
21459 ____________________________________________________________________________
21460 [ 10399] By: jhi                                   on 2001/06/03  15:51:35
21461         Log: Subject: [PATCH] t/lib/extutils.t
21462              From: Nicholas Clark <nick@ccl4.org>
21463              Date: Sat, 2 Jun 2001 23:57:05 +0100
21464              Message-ID: <20010602235705.Q12698@plum.flirble.org>
21465      Branch: perl
21466            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
21467 ____________________________________________________________________________
21468 [ 10398] By: jhi                                   on 2001/06/03  15:34:11
21469         Log: Subject: [PATCH: perl@10360] update two win32 Makefiles
21470              From: Prymmer/Kahn <pvhp@best.com>
21471              Date: Sun, 3 Jun 2001 08:55:14 -0700 (PDT)
21472              Message-ID: <Pine.BSF.4.21.0106030845550.21619-100000@shell8.ba.best.com>
21473      Branch: perl
21474            ! win32/Makefile win32/makefile.mk
21475 ____________________________________________________________________________
21476 [ 10397] By: jhi                                   on 2001/06/03  15:12:13
21477         Log: Subject: Re: 'decimal digits' macro? 
21478              From: Hugo <hv@crypt.compulink.co.uk>
21479              Date: Sun, 03 Jun 2001 04:26:36 +0100
21480              Message-Id: <200106030326.EAA18786@crypt.compulink.co.uk>
21481      Branch: perl
21482            ! handy.h t/lib/posix.t t/op/tr.t
21483 ____________________________________________________________________________
21484 [ 10396] By: jhi                                   on 2001/06/03  15:10:49
21485         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
21486              From: Hugo <hv@crypt.compulink.co.uk>
21487              Date: Sun, 03 Jun 2001 14:56:30 +0100
21488              Message-Id: <200106031356.OAA12517@crypt.compulink.co.uk>
21489      Branch: perl
21490            ! util.c
21491 ____________________________________________________________________________
21492 [ 10395] By: jhi                                   on 2001/06/03  14:59:41
21493         Log: Integrate change #10394 from maintperl; lexical file scope leakage.
21494      Branch: perl
21495           !> perly.c perly.y t/op/misc.t t/pragma/warn/universal
21496           !> vms/perly_c.vms
21497 ____________________________________________________________________________
21498 [ 10394] By: gsar                                  on 2001/06/03  03:05:43
21499         Log: fix leakage of lexicals at file scope into subroutines that were
21500              declared before them; this appears to be a longstanding bug that
21501              meant that lexicals at file scope were never "deintroduced", meaning
21502              their scope range was never properly closed, and their visibility
21503              extended to all subsequent eval""s or requires
21504              
21505              added a test case
21506              
21507              seems to also fix a case of bogus duplicate warnings
21508      Branch: maint-5.6/perl
21509            ! perly.c perly.y t/op/misc.t t/pragma/warn/universal
21510            ! vms/perly_c.vms
21511 ____________________________________________________________________________
21512 [ 10393] By: jhi                                   on 2001/06/02  16:55:03
21513         Log: More VMS tweaks from Craig A. Berry.
21514      Branch: perl
21515            ! configure.com t/lib/extutils.t
21516 ____________________________________________________________________________
21517 [ 10392] By: jhi                                   on 2001/06/02  16:48:26
21518         Log: -Wall cleanup continues.
21519      Branch: perl
21520            ! README.tru64 embed.h embed.pl ext/NDBM_File/NDBM_File.xs
21521            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
21522            ! ext/Storable/Storable.xs ext/Sys/Hostname/Hostname.xs
21523            ! ext/Sys/Syslog/Syslog.xs perl.c proto.h regcomp.c regexec.c
21524            ! run.c toke.c util.c
21525 ____________________________________________________________________________
21526 [ 10391] By: jhi                                   on 2001/06/02  13:29:47
21527         Log: The metaconfig unit change for #10390.
21528      Branch: metaconfig/U/perl
21529            ! gccvers.U
21530 ____________________________________________________________________________
21531 [ 10390] By: jhi                                   on 2001/06/02  13:29:12
21532         Log: Drop the -ansi from the default gcc flags.
21533              
21534              Off_t/off_t is a struct in Solaris with largefiles, and with -ansi
21535              that struct cannot be compared with a flat integer, such as STRLEN.
21536              The -ansi will also cause a lot of noise in Solaris because of:
21537              /usr/include/sys/resource.h:148: warning: `struct rlimit64' declared inside parameter list
21538      Branch: perl
21539            ! Configure
21540 ____________________________________________________________________________
21541 [ 10389] By: jhi                                   on 2001/06/02  13:14:57
21542         Log: Integrate perlio.
21543      Branch: perl
21544           !> pod/perlapi.pod util.c
21545 ____________________________________________________________________________
21546 [ 10388] By: nick                                  on 2001/06/02  08:01:12
21547         Log: Integrate mainline
21548      Branch: perlio
21549           +> lib/Attribute/Handlers.pm t/lib/attrhand.t
21550           !> MANIFEST configure.com ext/MIME/Base64/QuotedPrint.pm
21551           !> lib/File/Find.pm pod/perlmodlib.pod pod/perltoc.pod
21552           !> t/lib/1_compile.t t/lib/mimeqp.t
21553 ____________________________________________________________________________
21554 [ 10387] By: nick                                  on 2001/06/02  07:39:17
21555         Log: Tweak util.c's atof2 for MULTIPLICITY
21556      Branch: perlio
21557            ! util.c
21558 ____________________________________________________________________________
21559 [ 10386] By: nick                                  on 2001/06/02  07:38:33
21560         Log: Integrate mainline
21561      Branch: perlio
21562           !> (integrate 41 files)
21563 ____________________________________________________________________________
21564 [ 10385] By: jhi                                   on 2001/06/01  22:12:48
21565         Log: Add Attribute::Handlers 0.61 from Damian Conway.
21566      Branch: perl
21567            + lib/Attribute/Handlers.pm t/lib/attrhand.t
21568            ! MANIFEST pod/perlmodlib.pod pod/perltoc.pod t/lib/1_compile.t
21569 ____________________________________________________________________________
21570 [ 10384] By: jhi                                   on 2001/06/01  21:53:14
21571         Log: Subject: [PATCH: perl@10328] allow MIME::QuotePrint to handle ASCII code numbers on EBCDIC machines
21572              From: Peter Prymmer <pvhp@forte.com>
21573              Date: Fri, 1 Jun 2001 15:49:22 -0700 (PDT)
21574              Message-ID: <Pine.OSF.4.10.10106011545140.323662-100000@aspara.forte.com>
21575      Branch: perl
21576            ! ext/MIME/Base64/QuotedPrint.pm t/lib/mimeqp.t
21577 ____________________________________________________________________________
21578 [ 10383] By: jhi                                   on 2001/06/01  21:36:11
21579         Log: Subject: [PATCH File::Find] 'do 1' and puzzling (?>...)
21580              From: Jeff Pinyan <jeffp@crusoe.net>
21581              Date: Fri, 1 Jun 2001 14:13:56 -0400 (EDT)
21582              Message-ID: <Pine.GSO.4.21.0106011412520.21027-100000@crusoe.crusoe.net>
21583      Branch: perl
21584            ! lib/File/Find.pm
21585 ____________________________________________________________________________
21586 [ 10382] By: jhi                                   on 2001/06/01  21:35:02
21587         Log: Subject: [PATCH perl@10381] configure.com tweaks
21588              From: "Craig A. Berry" <craigberry@mac.com>
21589              Date: Fri, 1 Jun 2001 13:55:43 -0500
21590              Message-Id: <a05100e00b73d942aa9da@[172.16.52.1]>
21591      Branch: perl
21592            ! configure.com
21593 ____________________________________________________________________________
21594 [ 10381] By: jhi                                   on 2001/06/01  16:37:21
21595         Log: Update Changes.
21596      Branch: perl
21597            ! Changes patchlevel.h
21598 ____________________________________________________________________________
21599 [ 10380] By: jhi                                   on 2001/06/01  16:19:18
21600         Log: Subject: [PATCH] Re: [ID 20010529.004] program doesn't work unless in debug mode
21601              From: Mike Guy <mjtg@cam.ac.uk>
21602              Date: Fri, 01 Jun 2001 18:17:02 +0100
21603              Message-Id: <E155sXm-0001C2-00@draco.cus.cam.ac.uk>
21604      Branch: perl
21605            ! lib/perl5db.pl
21606 ____________________________________________________________________________
21607 [ 10379] By: jhi                                   on 2001/06/01  16:13:28
21608         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
21609              From: Hugo <hv@crypt.compulink.co.uk>
21610              Date: Thu, 31 May 2001 20:49:48 +0100
21611              Message-Id: <200105311949.UAA02798@crypt.compulink.co.uk>
21612      Branch: perl
21613            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c proto.h
21614            ! util.c
21615 ____________________________________________________________________________
21616 [ 10378] By: jhi                                   on 2001/06/01  15:56:35
21617         Log: Zero() is not available in x2p (or, rather, some of its
21618              implementations like memzero() might not be available.)
21619      Branch: perl
21620            ! x2p/hash.c
21621 ____________________________________________________________________________
21622 [ 10377] By: jhi                                   on 2001/06/01  15:44:48
21623         Log: Subject: [PATCH x2p/hash.c] bzero -> memset
21624              From: Michael G Schwern <schwern@pobox.com>
21625              Date: Fri, 1 Jun 2001 12:00:29 +0100
21626              Message-ID: <20010601120029.F29027@blackrider.blackstar.co.uk>
21627              
21628              (But use Zero() instead of memset.)
21629      Branch: perl
21630            ! x2p/hash.c
21631 ____________________________________________________________________________
21632 [ 10376] By: jhi                                   on 2001/06/01  15:39:52
21633         Log: Subject: Re: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
21634              From: Jeff Pinyan <jeffp@crusoe.net>
21635              Date: Fri, 1 Jun 2001 10:33:55 -0400 (EDT)
21636              Message-ID: <Pine.GSO.4.21.0106011032080.21027-100000@crusoe.crusoe.net>
21637      Branch: perl
21638            ! pod/perldiag.pod regcomp.c t/op/pat.t
21639 ____________________________________________________________________________
21640 [ 10375] By: jhi                                   on 2001/06/01  15:36:35
21641         Log: Retract #10324 and #10333; not needed.
21642      Branch: perl
21643            ! hints/irix_6.sh hints/linux.sh
21644 ____________________________________________________________________________
21645 [ 10374] By: jhi                                   on 2001/06/01  15:35:19
21646         Log: The #10370 wasn't quite right.
21647      Branch: perl
21648            ! ext/XS/Typemap/Typemap.xs
21649 ____________________________________________________________________________
21650 [ 10373] By: jhi                                   on 2001/06/01  15:34:49
21651         Log: The metaconfig units changes for #10372.
21652      Branch: metaconfig/U/perl
21653            + d_realpath.U d_sresgproto.U d_sresuproto.U
21654            ! gccvers.U i_db.U
21655 ____________________________________________________________________________
21656 [ 10372] By: jhi                                   on 2001/06/01  15:34:24
21657         Log: Configure tweaks; record the Berkeley DB version,
21658              probe for realpath(), for setresuid() and setresgid()
21659              prototypes; use realpath() (try to be paranoid enough),
21660              use the setres[ug]id prototypes because glibc has the functions
21661              but not their prototypes; add -Wall -ansi to gcc ccflags;
21662              regen toc.
21663      Branch: perl
21664            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
21665            ! config_h.SH configure.com epoc/config.sh
21666            ! ext/DB_File/DB_File.xs perl.h pod/perlapi.pod pod/perltoc.pod
21667            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
21668            ! vos/config.ga.def win32/config.bc win32/config.gc
21669            ! win32/config.vc
21670 ____________________________________________________________________________
21671 [ 10371] By: jhi                                   on 2001/06/01  12:50:05
21672         Log: Subject: Re: [PATCH xsutils.c] Quieting warnings
21673              From: Michael G Schwern <schwern@pobox.com>
21674              Date: Fri, 1 Jun 2001 11:28:14 +0100
21675              Message-ID: <20010601112814.B29027@blackrider.blackstar.co.uk>
21676      Branch: perl
21677            ! lib/attributes.pm xsutils.c
21678 ____________________________________________________________________________
21679 [ 10370] By: jhi                                   on 2001/06/01  12:48:55
21680         Log: Subject: [PATCH] Fix -Wall on XS::Typemap
21681              From: Tim Jenness <t.jenness@jach.hawaii.edu>
21682              Date: Thu, 31 May 2001 16:15:37 -1000 (HST)
21683              Message-ID: <Pine.LNX.4.33.0105311610110.9337-100000@lapaki.jach.hawaii.edu>
21684      Branch: perl
21685            ! ext/XS/Typemap/Typemap.xs
21686 ____________________________________________________________________________
21687 [ 10369] By: jhi                                   on 2001/06/01  12:47:21
21688         Log: Subject: [patch] Cwd.xs optimizations/abstraction
21689              From: Doug MacEachern <dougm@covalent.net>
21690              Date: Thu, 31 May 2001 17:37:37 -0700 (PDT)
21691              Message-ID: <Pine.LNX.4.21.0105311733270.732-100000@mako.covalent.net> 
21692      Branch: perl
21693            ! embed.h embed.pl ext/Cwd/Cwd.xs global.sym lib/Cwd.pm
21694            ! objXSUB.h perlapi.c pod/perlapi.pod proto.h util.c
21695 ____________________________________________________________________________
21696 [ 10368] By: jhi                                   on 2001/06/01  12:32:00
21697         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!])
21698              From: Nicholas Clark <nick@ccl4.org>
21699              Date: Thu, 31 May 2001 23:56:40 +0100
21700              Message-ID: <20010531235640.F12698@plum.flirble.org>
21701              
21702              Make the test work also under only static extensions
21703              (sh Configure -Uusedl fakes this nicely)
21704      Branch: perl
21705            ! t/lib/extutils.t
21706 ____________________________________________________________________________
21707 [ 10367] By: jhi                                   on 2001/06/01  12:27:53
21708         Log: Subject: [PATCH hv.c] Eliminating trigraph
21709              From: Michael G Schwern <schwern@pobox.com>
21710              Message-ID: <20010601114955.E29027@blackrider.blackstar.co.uk>
21711              Date: Fri, 1 Jun 2001 11:49:56 +0100
21712      Branch: perl
21713            ! hv.c
21714 ____________________________________________________________________________
21715 [ 10366] By: jhi                                   on 2001/06/01  12:14:57
21716         Log: Subject: Re: [PATCH] Tests for File::Compare 
21717              From: "Philip Newton" <Philip.Newton@gmx.net>
21718              Date: Thu, 31 May 2001 19:44:05 +0200
21719              Message-Id: <200105311748.f4VHmCt18269@chaos.wustl.edu>
21720              
21721              Unnecessary "quotation marks".
21722      Branch: perl
21723            ! t/lib/filecomp.t
21724 ____________________________________________________________________________
21725 [ 10365] By: jhi                                   on 2001/06/01  12:13:26
21726         Log: Integrate perlio.
21727      Branch: perl
21728           !> lib/ExtUtils/MM_Win32.pm t/lib/filecomp.t
21729 ____________________________________________________________________________
21730 [ 10364] By: nick                                  on 2001/06/01  10:13:31
21731         Log: Cleanup dll.base and dll.exp created by GCC builds.
21732      Branch: perlio
21733            ! lib/ExtUtils/MM_Win32.pm
21734 ____________________________________________________________________________
21735 [ 10363] By: nick                                  on 2001/06/01  10:02:17
21736         Log: Make filecomp test work on CRLF platforms by adding binmode.
21737      Branch: perlio
21738            ! t/lib/filecomp.t
21739 ____________________________________________________________________________
21740 [ 10362] By: nick                                  on 2001/06/01  08:37:17
21741         Log: Integrate mainline
21742      Branch: perlio
21743           !> Changes Configure patchlevel.h perlio.c
21744 ____________________________________________________________________________
21745 [ 10361] By: jhi                                   on 2001/05/31  15:09:34
21746         Log: panic:claustrophobia.
21747      Branch: perl
21748            ! perlio.c
21749 ____________________________________________________________________________
21750 [ 10360] By: jhi                                   on 2001/05/31  13:04:25
21751         Log: Update Changes.
21752      Branch: perl
21753            ! Changes patchlevel.h
21754 ____________________________________________________________________________
21755 [ 10359] By: nick                                  on 2001/05/31  12:35:50
21756         Log: Integrate mainline.
21757      Branch: perlio
21758           +> t/lib/filecomp.t
21759           !> AUTHORS MANIFEST ext/Storable/Storable.xs gv.c perl.c perl.h
21760           !> pp_ctl.c sv.c t/lib/1_compile.t toke.c util.c
21761 ____________________________________________________________________________
21762 [ 10358] By: jhi                                   on 2001/05/31  12:35:05
21763         Log: Integrate perlio.
21764      Branch: perl
21765           !> t/pragma/warn/toke win32/config_H.bc win32/config_H.gc
21766           !> win32/config_H.vc
21767 ____________________________________________________________________________
21768 [ 10357] By: jhi                                   on 2001/05/31  12:34:04
21769         Log: Metaconfig unit change for #10356.
21770      Branch: metaconfig
21771            ! U/installdirs/inc_version_list.U
21772 ____________________________________________________________________________
21773 [ 10356] By: jhi                                   on 2001/05/31  12:33:41
21774         Log: Allow Configure -Dinc_version_list='5.6.0/$archname 5.6.0' ...
21775              (idea from Sarathy; implementation from Andy)
21776      Branch: perl
21777            ! Configure
21778 ____________________________________________________________________________
21779 [ 10355] By: jhi                                   on 2001/05/31  12:18:06
21780         Log: More AUTHORS.
21781      Branch: perl
21782            ! AUTHORS
21783 ____________________________________________________________________________
21784 [ 10354] By: jhi                                   on 2001/05/31  12:16:24
21785         Log: Subject: Re: [PATCH] Tests for File::Compare
21786              From: Alexander Gough <alexander.gough@st-hughs.oxford.ac.uk>
21787              Date: Thu, 31 May 2001 13:26:34 +0100 (GMT)
21788              Message-Id: <E155RX8-0004X2-00@wing1.herald.ox.ac.uk>
21789      Branch: perl
21790            + t/lib/filecomp.t
21791            ! MANIFEST t/lib/1_compile.t
21792 ____________________________________________________________________________
21793 [ 10353] By: jhi                                   on 2001/05/31  12:11:24
21794         Log: Subject: [PATCH] DEBUG_* macro cleanups
21795              From: Abhijit Menon-Sen <ams@wiw.org>
21796              Date: Thu, 31 May 2001 12:16:22 +0530
21797              Message-ID: <20010531121622.B4829@lustre.linux.in>
21798              
21799              Subject: Re: [PATCH] DEBUG_* macro cleanups
21800              From: Abhijit Menon-Sen <ams@wiw.org>
21801              Date: Thu, 31 May 2001 13:57:01 +0530
21802              Message-ID: <20010531135701.A21775@lustre.linux.in>
21803              
21804              (The DEBUG_ definitions in perl.h changed to use the
21805              STMT_START and STMT_END.)
21806      Branch: perl
21807            ! perl.h pp_ctl.c sv.c toke.c
21808 ____________________________________________________________________________
21809 [ 10352] By: jhi                                   on 2001/05/31  11:53:31
21810         Log: Subject: [PATCH] -Wall cleanups: perl.c, gv.c, Storable.xs
21811              From: Abhijit Menon-Sen <ams@wiw.org>
21812              Date: Thu, 31 May 2001 08:27:55 +0530
21813              Message-ID: <20010531082755.A10018@lustre.linux.in>
21814      Branch: perl
21815            ! ext/Storable/Storable.xs gv.c perl.c
21816 ____________________________________________________________________________
21817 [ 10351] By: jhi                                   on 2001/05/31  11:45:16
21818         Log: Subject: [PATCH] AUTHORS
21819              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
21820              Date: Thu, 31 May 2001 01:27:59 -0500
21821              Message-ID: <20010531012758.A1595@staff1.cso.uiuc.edu>
21822              
21823              Subject: Re: [PATCH] AUTHORS
21824              From: "Philip Newton" <Philip.Newton@gmx.net>
21825              Date: Thu, 31 May 2001 10:08:06 +0200
21826              (Message-Id missing?)
21827      Branch: perl
21828            ! AUTHORS
21829 ____________________________________________________________________________
21830 [ 10350] By: nick                                  on 2001/05/31  11:40:43
21831         Log: win32 - dmake regen_config_h
21832      Branch: perlio
21833            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
21834 ____________________________________________________________________________
21835 [ 10349] By: jhi                                   on 2001/05/31  11:38:27
21836         Log: Subject: Re: [PATCH util.c] More warning cleanups.
21837              From: "Philip Newton" <Philip.Newton@gmx.net>
21838              Date: Thu, 31 May 2001 07:41:36 +0200
21839              Message-Id: <200105310538.IAA25458@taku.hut.fi>
21840              
21841              Undo C++-ism that snekt in.
21842      Branch: perl
21843            ! util.c
21844 ____________________________________________________________________________
21845 [ 10348] By: nick                                  on 2001/05/31  11:36:46
21846         Log: Tolerate Win32 numerics
21847      Branch: perlio
21848            ! t/pragma/warn/toke
21849 ____________________________________________________________________________
21850 [ 10347] By: jhi                                   on 2001/05/31  11:29:40
21851         Log: Integrate perlio.
21852      Branch: perl
21853           !> perlio.c win32/win32.h
21854 ____________________________________________________________________________
21855 [ 10346] By: nick                                  on 2001/05/31  10:54:55
21856         Log: Hack to restore Win32 pseudo fork broken by Multiple Interpreter
21857              perlio.c change 10255.
21858      Branch: perlio
21859            ! perlio.c
21860 ____________________________________________________________________________
21861 [ 10345] By: nick                                  on 2001/05/31  10:01:57
21862         Log: Conditionaly put back some "unused" dTHX which are used
21863              with PERL_IMPLICIT_SYS
21864      Branch: perlio
21865            ! perlio.c
21866 ____________________________________________________________________________
21867 [ 10344] By: nick                                  on 2001/05/31  10:00:59
21868         Log: Fix Win32 for new spelling IN_BYTES 
21869      Branch: perlio
21870            ! win32/win32.h
21871 ____________________________________________________________________________
21872 [ 10343] By: nick                                  on 2001/05/31  08:01:32
21873         Log: perlio.c -Wall cleaner under MULTIPLICITY
21874              - still minor noise with linux stdio
21875      Branch: perlio
21876            ! perlio.c
21877 ____________________________________________________________________________
21878 [ 10342] By: nick                                  on 2001/05/31  07:52:23
21879         Log: Integrate mainline.
21880      Branch: perlio
21881           !> (integrate 42 files)
21882 ____________________________________________________________________________
21883 [ 10341] By: jhi                                   on 2001/05/31  01:39:02
21884         Log: AUTHORS updates.
21885      Branch: perl
21886            ! AUTHORS
21887 ____________________________________________________________________________
21888 [ 10340] By: jhi                                   on 2001/05/31  00:19:29
21889         Log: Subject: [PATCH: perl@10328] new md5sum for modified MD5.xs file
21890              From: Peter Prymmer <pvhp@forte.com>
21891              Date: Wed, 30 May 2001 17:57:20 -0700 (PDT)
21892              Message-ID: <Pine.OSF.4.10.10105301753210.129765-100000@aspara.forte.com>
21893      Branch: perl
21894            ! t/lib/md5-file.t
21895 ____________________________________________________________________________
21896 [ 10339] By: jhi                                   on 2001/05/31  00:16:44
21897         Log: Salvage bits and pieces from the experimental 'utf8 everywhere'
21898              patch: rename HINT_BYTE and IN_BYTE to HINT_BYTES and IN_BYTES
21899              to match the pragma name; various robustness cleanups.
21900      Branch: perl
21901            ! lib/utf8_heavy.pl mg.c perl.h pp.c pp_ctl.c pp_sys.c regexec.c
21902            ! sv.c toke.c utf8.c utf8.h utfebcdic.h
21903 ____________________________________________________________________________
21904 [ 10338] By: jhi                                   on 2001/05/30  23:56:14
21905         Log: More -Wall sweeping.
21906      Branch: perl
21907            ! av.c doio.c ext/Cwd/Cwd.xs ext/Devel/DProf/DProf.xs
21908            ! ext/Devel/Peek/Peek.xs ext/Encode/Encode.xs
21909            ! ext/List/Util/Util.xs gv.c op.c pp.c pp_ctl.c pp_hot.c
21910            ! regcomp.c sv.c toke.c utf8.c
21911 ____________________________________________________________________________
21912 [ 10337] By: jhi                                   on 2001/05/30  23:20:23
21913         Log: Subject: [PATCH] (was Re: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1)
21914              From: Nicholas Clark <nick@ccl4.org>
21915              Date: Wed, 30 May 2001 22:34:41 +0100
21916              Message-ID: <20010530223441.Y86445@plum.flirble.org>
21917      Branch: perl
21918            ! t/op/cmp.t
21919 ____________________________________________________________________________
21920 [ 10336] By: jhi                                   on 2001/05/30  23:18:48
21921         Log: It's is not, it isn't ain't, and it's it's, not its,
21922              if you mean it is. If you don't, it's its. Then too,
21923              it's hers. It isn't her's. It isn't our's either.
21924              It's ours, and likewise yours and theirs.
21925              -- Oxford University Press, Edpress News
21926      Branch: perl
21927            ! lib/autouse.pm
21928 ____________________________________________________________________________
21929 [ 10335] By: jhi                                   on 2001/05/30  23:12:30
21930         Log: More -Wall silencing from Michael Schwern and Jarkko Hietaniemi.
21931      Branch: perl
21932            ! doop.c ext/ByteLoader/bytecode.h ext/DB_File/DB_File.xs mg.c
21933            ! perl.c perlio.c regexec.c universal.c util.c x2p/a2py.c
21934            ! x2p/str.c x2p/walk.c xsutils.c
21935 ____________________________________________________________________________
21936 [ 10334] By: jhi                                   on 2001/05/30  22:52:41
21937         Log: Subject: [PATCH perl.c t/run/runenv.t] (was Re: [[ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
21938              From: Michael G Schwern <schwern@pobox.com>
21939              Date: Wed, 30 May 2001 17:10:38 +0100
21940              Message-ID: <20010530171038.L670@blackrider.blackstar.co.uk>
21941              
21942              Subject: Re: [PATCH perl.c t/run/runenv.t] (was Re: [ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
21943              From: Abhijit Menon-Sen <ams@wiw.org>
21944              Date: Wed, 30 May 2001 23:16:13 +0530
21945              Message-ID: <20010530231613.A31933@lustre.linux.in>
21946      Branch: perl
21947            ! perl.c t/run/runenv.t
21948 ____________________________________________________________________________
21949 [ 10333] By: jhi                                   on 2001/05/30  22:25:02
21950         Log: (Retracted by #10375.)
21951              
21952              IRIX hints patch from Merijn Broeren.
21953              
21954              TODO: (this and the earlier Linux hints patch) should be solved
21955              at Configure level.  Merijn: -ldb should not be used on any platform
21956              for perl, just when linking DBFile itself. Trying to be helpful here
21957              is counterproductive.
21958      Branch: perl
21959            ! hints/irix_6.sh
21960 ____________________________________________________________________________
21961 [ 10332] By: jhi                                   on 2001/05/30  22:11:13
21962         Log: Subject: Re: [PATCH doop.c] unused variable in Perl_do_join
21963              From: Nicholas Clark <nick@ccl4.org>
21964              Date: Wed, 30 May 2001 23:20:58 +0100
21965              Message-ID: <20010530232058.B86445@plum.flirble.org>
21966      Branch: perl
21967            ! doop.c
21968 ____________________________________________________________________________
21969 [ 10331] By: jhi                                   on 2001/05/30  22:09:49
21970         Log: Subject: Re: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
21971              From: Michael G Schwern <schwern@pobox.com> 
21972              Date: Wed, 30 May 2001 15:24:20 +0100
21973              Message-ID: <20010530152420.H670@blackrider.blackstar.co.uk>
21974      Branch: perl
21975            ! t/pragma/autouse.t
21976 ____________________________________________________________________________
21977 [ 10330] By: jhi                                   on 2001/05/30  22:02:21
21978         Log: The regex trick wasn't a good idea.
21979      Branch: perl
21980            ! pod/perlfaq4.pod
21981 ____________________________________________________________________________
21982 [ 10329] By: nick                                  on 2001/05/30  18:34:35
21983         Log: Integrate mainline
21984      Branch: perlio
21985           !> (integrate 40 files)
21986 ____________________________________________________________________________
21987 [ 10328] By: jhi                                   on 2001/05/30  14:28:39
21988         Log: Update Changes.
21989      Branch: perl
21990            ! Changes patchlevel.h
21991 ____________________________________________________________________________
21992 [ 10327] By: jhi                                   on 2001/05/30  14:07:01
21993         Log: The metaconfig unit change for #10325.
21994      Branch: metaconfig
21995            + U/modified/afs.U
21996 ____________________________________________________________________________
21997 [ 10326] By: jhi                                   on 2001/05/30  14:06:36
21998         Log: More -Wall cleanup from Schwern; the EBCDIC MD5.xs checksum
21999              is now wrong.
22000      Branch: perl
22001            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
22002 ____________________________________________________________________________
22003 [ 10325] By: jhi                                   on 2001/05/30  14:04:28
22004         Log: Introduce $Config{afsroot}.
22005      Branch: perl
22006            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
22007            ! config_h.SH epoc/config.sh uconfig.sh win32/config.bc
22008            ! win32/config.gc win32/config.vc
22009 ____________________________________________________________________________
22010 [ 10324] By: jhi                                   on 2001/05/30  13:49:44
22011         Log: (Retracted by #10375.)
22012              
22013              Linux DB tweak from Merijn Broeren <merijnb@iloquent.nl>.
22014      Branch: perl
22015            ! hints/linux.sh
22016 ____________________________________________________________________________
22017 [ 10323] By: jhi                                   on 2001/05/30  13:49:29
22018         Log: AFS patches from Merijn Broeren <merijnb@iloquent.nl>.
22019              (Also Configure tweaks needed; coming up soon.)
22020      Branch: perl
22021            ! t/io/fs.t t/lib/glob-basic.t t/op/stat.t
22022 ____________________________________________________________________________
22023 [ 10322] By: jhi                                   on 2001/05/30  13:37:56
22024         Log: Subject: [PATCH lib/perl5db.pl] Conditional breakpoints
22025              From: Michael G Schwern <schwern@pobox.com>
22026              Date: Sun, 27 May 2001 10:29:43 +0100
22027              Message-ID: <20010527102942.J711@blackrider.blackstar.co.uk>
22028      Branch: perl
22029            ! lib/perl5db.pl
22030 ____________________________________________________________________________
22031 [ 10321] By: jhi                                   on 2001/05/30  13:36:28
22032         Log: Medley of -Wall cleanups from Michael Schwen, Hugo van der Sanden,
22033              and Abhijit Menon-Sen.
22034      Branch: perl
22035            ! av.c doio.c doop.c dump.c ext/Digest/MD5/MD5.xs malloc.c op.c
22036            ! perl.c pp_sys.c regcomp.c
22037 ____________________________________________________________________________
22038 [ 10320] By: jhi                                   on 2001/05/30  13:35:27
22039         Log: Fix the BOOT section to call myU2time properly.
22040      Branch: perl
22041            ! ext/Time/HiRes/HiRes.xs
22042 ____________________________________________________________________________
22043 [ 10319] By: jhi                                   on 2001/05/30  13:06:09
22044         Log: Subject: Re: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
22045              From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
22046              Date: Wed, 30 May 2001 09:44:29 -0400
22047              Message-ID: <20010530094429.B133085@linguist.thayer.dartmouth.edu>
22048              
22049              Detypo; plus add one more trick.
22050      Branch: perl
22051            ! pod/perlfaq4.pod
22052 ____________________________________________________________________________
22053 [ 10318] By: jhi                                   on 2001/05/30  12:47:11
22054         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)
22055              From: Michael G Schwern <schwern@pobox.com>
22056              Date: Wed, 30 May 2001 14:39:06 +0100
22057              Message-ID: <20010530143906.E670@blackrider.blackstar.co.uk>
22058      Branch: perl
22059            ! lib/autouse.pm t/pragma/autouse.t
22060 ____________________________________________________________________________
22061 [ 10317] By: jhi                                   on 2001/05/30  12:46:02
22062         Log: Subject: Re: AIX and gcc (moving targets)
22063              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
22064              Date: Wed, 30 May 2001 15:25:08 +0200
22065              Message-Id: <20010530152117.7097.H.M.BRAND@hccnet.nl>
22066      Branch: perl
22067            ! ext/Time/HiRes/HiRes.xs
22068 ____________________________________________________________________________
22069 [ 10316] By: jhi                                   on 2001/05/30  12:40:46
22070         Log: Subject: [PATCH t/TEST] sorting tests
22071              From: Michael G Schwern <schwern@pobox.com>
22072              Date: Wed, 30 May 2001 10:24:02 +0100
22073              Message-ID: <20010530102402.Q670@blackrider.blackstar.co.uk>
22074      Branch: perl
22075            ! t/TEST
22076 ____________________________________________________________________________
22077 [ 10315] By: jhi                                   on 2001/05/30  12:37:43
22078         Log: Subject: [ID 20010529.002] typos in man page perlre
22079              From: bart@cg681574-a.adubn1.nj.home.com 
22080              Date: Tue, 29 May 2001 13:58:59 -0500
22081              Message-Id: <E154ohn-00053j-00@debian.adubn1.nj.home.com>
22082      Branch: perl
22083            ! pod/perlre.pod
22084 ____________________________________________________________________________
22085 [ 10314] By: jhi                                   on 2001/05/30  12:33:53
22086         Log: Subject: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
22087              From: "Craig A. Berry" <craigberry@mac.com>
22088              Date: Tue, 29 May 2001 23:23:45 -0500
22089              Message-Id: <a05100e01b73a21721dee@[192.168.56.153]>
22090      Branch: perl
22091            ! t/lib/extutils.t t/pragma/autouse.t
22092 ____________________________________________________________________________
22093 [ 10313] By: jhi                                   on 2001/05/30  12:32:17
22094         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)
22095              From: David Dyck <dcd@tc.fluke.com>
22096              Date: Tue, 29 May 2001 22:05:28 -0700 (PDT)
22097              Message-ID: <Pine.LNX.4.33.0105292200060.26992-100000@dd.tc.fluke.com>
22098      Branch: perl
22099            ! t/lib/filefind.t
22100 ____________________________________________________________________________
22101 [ 10312] By: jhi                                   on 2001/05/30  12:31:02
22102         Log: AIX hints update for gcc from Merijn H. Brand.
22103      Branch: perl
22104            ! hints/aix.sh
22105 ____________________________________________________________________________
22106 [ 10311] By: jhi                                   on 2001/05/30  12:18:20
22107         Log: Retract #10295 and #10296: a more generic solution
22108              is needed (there's something funny with gcc on AIX).
22109      Branch: perl
22110            ! ext/POSIX/Makefile.PL ext/Storable/Makefile.PL
22111 ____________________________________________________________________________
22112 [ 10310] By: jhi                                   on 2001/05/30  12:08:07
22113         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
22114              From: Hugo <hv@crypt.compulink.co.uk>
22115              Date: Wed, 30 May 2001 11:59:19 +0100
22116              Message-Id: <200105301059.LAA03182@crypt.compulink.co.uk>
22117              
22118              localizing $@ has unfortunate semantics - if you die past
22119              a local $@, the die message is lost.
22120      Branch: perl
22121            ! lib/utf8_heavy.pl
22122 ____________________________________________________________________________
22123 [ 10309] By: nick                                  on 2001/05/30  08:23:02
22124         Log: Integrate mainline (autouse works again.)
22125      Branch: perlio
22126           !> ext/Time/Piece/Piece.pm hints/os2.sh lib/File/Find.pm
22127           !> lib/autouse.pm pod/perlfaq4.pod pod/perlfaq6.pod
22128           !> pod/perlvar.pod t/op/cmp.t
22129 ____________________________________________________________________________
22130 [ 10308] By: jhi                                   on 2001/05/30  01:55:02
22131         Log: Subject: [ID 20010529.003] find2perl and File::Find doesn't emulate find when path is a symlink (with proposed patch)
22132              From: David Dyck <dcd@tc.fluke.com>
22133              Date: Tue, 29 May 2001 12:19:38 -0700 (PDT)
22134              Message-Id: <Pine.LNX.4.33.0105291216510.17409-100000@dd.tc.fluke.com>
22135      Branch: perl
22136            ! lib/File/Find.pm
22137 ____________________________________________________________________________
22138 [ 10307] By: jhi                                   on 2001/05/30  01:47:22
22139         Log: Subject: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1
22140              From: Nicholas Clark <nick@ccl4.org>
22141              Date: Tue, 29 May 2001 23:16:09 +0100
22142              Message-ID: <20010529231609.U86445@plum.flirble.org>
22143              
22144              Make the test output slightly clearer by distinguishing
22145              between '' and undef.
22146      Branch: perl
22147            ! t/op/cmp.t
22148 ____________________________________________________________________________
22149 [ 10306] By: jhi                                   on 2001/05/30  01:45:12
22150         Log: Subject: [PATCH 5.6.1] flushNULL OS/2
22151              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22152              Date: Tue, 29 May 2001 19:15:19 -0400
22153              Message-ID: <20010529191519.A16020@math.ohio-state.edu>
22154      Branch: perl
22155            ! hints/os2.sh
22156 ____________________________________________________________________________
22157 [ 10305] By: jhi                                   on 2001/05/30  01:42:36
22158         Log: Subject: perlvar.pod addition
22159              From: Peter Gessner <peter.gessner@post.rwth-aachen.de>
22160              Date: Fri, 25 May 2001 20:23:12 +0200
22161              Message-ID: <3B0EA310.B265C048@post.rwth-aachen.de>
22162              
22163              Subject: Re: perlvar.pod addition
22164              From: "Abigail" <abigail@foad.org> 
22165              Date: Fri, 25 May 2001 22:00:39 +0200
22166              Message-ID: <20010525200039.28029.qmail@foad.org>
22167              
22168              Mention $a and $b in perlvar.
22169      Branch: perl
22170            ! pod/perlvar.pod
22171 ____________________________________________________________________________
22172 [ 10304] By: jhi                                   on 2001/05/30  01:36:37
22173         Log: Subject: [PATCH] perlvar.pod -- why isn't @F here?
22174              From: Jeff Pinyan <jeffp@crusoe.net>
22175              Date: Tue, 29 May 2001 22:27:51 -0400 (EDT)
22176              Message-ID: <Pine.GSO.4.21.0105292227150.1961-100000@crusoe.crusoe.net>
22177      Branch: perl
22178            ! pod/perlvar.pod
22179 ____________________________________________________________________________
22180 [ 10303] By: jhi                                   on 2001/05/30  01:35:31
22181         Log: Subject: Re: [PATCH] perlfaq6.pod -- case-aware s///
22182              From: Jeff Pinyan <jeffp@crusoe.net>
22183              Date: Tue, 29 May 2001 18:03:27 -0400 (EDT)
22184              Message-ID: <Pine.GSO.4.21.0105291802330.1961-100000@crusoe.crusoe.net>
22185      Branch: perl
22186            ! pod/perlfaq6.pod
22187 ____________________________________________________________________________
22188 [ 10302] By: jhi                                   on 2001/05/29  20:18:49
22189         Log: Mention Time::localtime and Time::gmtime.
22190      Branch: perl
22191            ! ext/Time/Piece/Piece.pm
22192 ____________________________________________________________________________
22193 [ 10301] By: jhi                                   on 2001/05/29  20:13:54
22194         Log: Subject: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
22195              From: Michael G Schwern <schwern@pobox.com>
22196              Date: Tue, 29 May 2001 18:51:32 +0100
22197              Message-ID: <20010529185132.C706@blackrider.blackstar.co.uk>
22198      Branch: perl
22199            ! pod/perlfaq4.pod
22200 ____________________________________________________________________________
22201 [ 10300] By: jhi                                   on 2001/05/29  20:12:09
22202         Log: Retract #10243.
22203      Branch: perl
22204            ! lib/autouse.pm
22205 ____________________________________________________________________________
22206 [ 10299] By: nick                                  on 2001/05/29  18:41:19
22207         Log: Post weekend integrate mainline (fails one test pragma/autouse).
22208      Branch: perlio
22209           +> (branch 29 files)
22210           !> (integrate 91 files)
22211 ____________________________________________________________________________
22212 [ 10298] By: jhi                                   on 2001/05/29  16:29:19
22213         Log: Update Changes.
22214      Branch: perl
22215            ! Changes patchlevel.h
22216 ____________________________________________________________________________
22217 [ 10297] By: jhi                                   on 2001/05/29  16:25:47
22218         Log: Fix Perl_swash_init & Perl_swash_fetch to save ERRSV (= $@)
22219              before Perl_load_module/Perl_call_method and restore the value
22220              after if !SvTRUE(ERRSV).  (from Inaba Hiroto)
22221      Branch: perl
22222            ! utf8.c
22223 ____________________________________________________________________________
22224 [ 10296] By: jhi                                   on 2001/05/29  16:01:53
22225         Log: Subject: Re: AIX and gcc (moving targets)
22226              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
22227              Date: Tue, 29 May 2001 17:59:40 +0200
22228              Message-Id: <20010529175841.7078.H.M.BRAND@hccnet.nl>
22229      Branch: perl
22230            ! ext/Storable/Makefile.PL
22231 ____________________________________________________________________________
22232 [ 10295] By: jhi                                   on 2001/05/29  15:59:05
22233         Log: Subject: Re: AIX and gcc (moving targets)
22234              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
22235              Date: Tue, 29 May 2001 12:32:57 +0200
22236              Message-Id: <20010529115151.9FE0.H.M.BRAND@hccnet.nl>
22237      Branch: perl
22238            ! ext/POSIX/Makefile.PL
22239 ____________________________________________________________________________
22240 [ 10294] By: jhi                                   on 2001/05/29  15:53:43
22241         Log: Subject: [PATCH lib/Test/Harness.pm t/lib/test-harness.t] Syncing with 1.21
22242              From: Michael G Schwern <schwern@pobox.com>
22243              Date: Tue, 29 May 2001 09:53:29 +0100
22244              Message-ID: <20010529095329.T675@blackrider.blackstar.co.uk>
22245              
22246              (#10280 retracted)
22247      Branch: perl
22248            ! lib/Test/Harness.pm t/lib/test-harness.t
22249 ____________________________________________________________________________
22250 [ 10293] By: jhi                                   on 2001/05/29  15:46:10
22251         Log: Subject: [PATCH t/TEST lib/Test.pm t/lib/Test/*.t] Syncing with Test-1.17
22252              From: Michael G Schwern <schwern@pobox.com>
22253              Date: Tue, 29 May 2001 09:19:52 +0100
22254              Message-ID: <20010529091952.R675@blackrider.blackstar.co.uk>
22255      Branch: perl
22256            + t/lib/Test/fail.t t/lib/Test/mix.t t/lib/Test/onfail.t
22257            + t/lib/Test/qr.t t/lib/Test/skip.t t/lib/Test/success.t
22258            + t/lib/Test/todo.t
22259            ! MANIFEST lib/Test.pm t/TEST
22260 ____________________________________________________________________________
22261 [ 10292] By: jhi                                   on 2001/05/29  15:34:08
22262         Log: From: Michael G Schwern <schwern@pobox.com>
22263              Subject: Re: [PATCH t/TEST] Allowing deeper test subdirectories
22264              Date: Tue, 29 May 2001 08:26:09 +0100
22265              Message-ID: <20010529082609.P675@blackrider.blackstar.co.uk>
22266      Branch: perl
22267            ! t/TEST
22268 ____________________________________________________________________________
22269 [ 10291] By: jhi                                   on 2001/05/29  15:29:37
22270         Log: Add tests for Time::gmtime and Time::localtime.
22271      Branch: perl
22272            + t/lib/time-gmtime.t t/lib/time-localtime.t
22273            ! MANIFEST t/lib/1_compile.t
22274 ____________________________________________________________________________
22275 [ 10290] By: jhi                                   on 2001/05/29  15:15:44
22276         Log: Add test for File::stat.
22277      Branch: perl
22278            + t/lib/filestat.t
22279            ! MANIFEST t/lib/1_compile.t
22280 ____________________________________________________________________________
22281 [ 10289] By: jhi                                   on 2001/05/29  15:05:38
22282         Log: Add test for Net::servent.
22283      Branch: perl
22284            + t/lib/net-sent.t
22285            ! MANIFEST t/lib/1_compile.t
22286 ____________________________________________________________________________
22287 [ 10288] By: jhi                                   on 2001/05/29  14:57:15
22288         Log: Add test for Net::protoent.
22289      Branch: perl
22290            + t/lib/net-pent.t
22291            ! MANIFEST t/lib/1_compile.t
22292 ____________________________________________________________________________
22293 [ 10287] By: jhi                                   on 2001/05/29  14:53:10
22294         Log: Add test for Net::netent.
22295      Branch: perl
22296            + t/lib/net-nent.t
22297            ! MANIFEST t/lib/1_compile.t
22298 ____________________________________________________________________________
22299 [ 10286] By: jhi                                   on 2001/05/29  14:31:57
22300         Log: Add test for User::grent.  Portability doubtful.
22301      Branch: perl
22302            + t/lib/user-grent.t
22303            ! MANIFEST t/lib/1_compile.t
22304 ____________________________________________________________________________
22305 [ 10285] By: jhi                                   on 2001/05/29  14:24:20
22306         Log: Add test for User::pwent.
22307              Probably will fall down somewhere for portability reasons.
22308      Branch: perl
22309            + t/lib/user-pwent.t
22310            ! MANIFEST t/lib/1_compile.t
22311 ____________________________________________________________________________
22312 [ 10284] By: jhi                                   on 2001/05/29  13:26:43
22313         Log: Metaconfig units changes for #10283.
22314      Branch: metaconfig
22315            ! U/installdirs/inc_version_list.U U/installdirs/perl5.U
22316            ! U/installdirs/siteman1.U U/installdirs/siteman3.U
22317            ! U/installdirs/sitescript.U U/modified/Signal.U
22318 ____________________________________________________________________________
22319 [ 10283] By: jhi                                   on 2001/05/29  13:26:24
22320         Log: Subject: [PATCH 5.6.1] signal names in Configure
22321              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22322              Date: Tue, 29 May 2001 03:52:25 -0400
22323              Message-ID: <20010529035225.A9400@math.ohio-state.edu>
22324              
22325              Subject: [PATCH 5.6.1] older perl in Configure
22326              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22327              Date: Tue, 29 May 2001 03:55:40 -0400
22328              Message-ID: <20010529035539.A9411@math.ohio-state.edu>
22329              
22330              Subject: [PATCH 5.6.1] goofs in Configure
22331              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22332              Date: Tue, 29 May 2001 04:13:07 -0400
22333              Message-ID: <20010529041307.A9658@math.ohio-state.edu>
22334              
22335              Configure portability tweaks.
22336      Branch: perl
22337            ! Configure
22338 ____________________________________________________________________________
22339 [ 10282] By: jhi                                   on 2001/05/29  12:41:41
22340         Log: Subject: [PATCH 5.6.1] extLibpath for OS/2
22341              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22342              Date: Tue, 29 May 2001 04:07:06 -0400
22343              Message-ID: <20010529040706.A9579@math.ohio-state.edu>
22344      Branch: perl
22345            ! os2/os2.c
22346 ____________________________________________________________________________
22347 [ 10281] By: jhi                                   on 2001/05/29  12:40:31
22348         Log: Subject: [PATCH 5.6.1] extra static libs for OS/2
22349              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22350              Date: Tue, 29 May 2001 04:01:38 -0400
22351              Message-ID: <20010529040138.A9482@math.ohio-state.edu>
22352      Branch: perl
22353            ! hints/os2.sh os2/Makefile.SHs
22354 ____________________________________________________________________________
22355 [ 10280] By: jhi                                   on 2001/05/29  12:38:48
22356         Log: Subject: Re: [PATCH 5.6.1] Test::Harness clumsy
22357              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22358              Date: Tue, 29 May 2001 03:50:18 -0400
22359              Message-ID: <20010529035018.A9387@math.ohio-state.edu>
22360      Branch: perl
22361            ! lib/Test/Harness.pm
22362 ____________________________________________________________________________
22363 [ 10279] By: jhi                                   on 2001/05/29  12:34:53
22364         Log: Additional safeguard against $@ getting trampled; idea from Hugo.
22365      Branch: perl
22366            ! lib/utf8_heavy.pl
22367 ____________________________________________________________________________
22368 [ 10278] By: jhi                                   on 2001/05/29  02:15:24
22369         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
22370              From: Hugo <hv@crypt.compulink.co.uk>
22371              Date: Tue, 29 May 2001 03:03:45 +0100
22372              Message-Id: <200105290203.DAA00825@crypt.compulink.co.uk>
22373              
22374              Explanation why the $@ always gets the UTF8 flag when under use utf8--
22375              because we told it to have the flag when under use utf8.
22376      Branch: perl
22377            ! pp_ctl.c
22378 ____________________________________________________________________________
22379 [ 10277] By: jhi                                   on 2001/05/29  00:51:34
22380         Log: At least a partial fix for 20010528.004.
22381      Branch: perl
22382            ! lib/utf8_heavy.pl
22383 ____________________________________________________________________________
22384 [ 10276] By: jhi                                   on 2001/05/29  00:42:59
22385         Log: Subject: Re: Report /pro/3gl/CPAN/perl-5.7.1
22386              From: Nicholas Clark <nick@ccl4.org> 
22387              Date: Mon, 28 May 2001 23:39:38 +0100
22388              Message-ID: <20010528233938.M86445@plum.flirble.org>
22389              
22390              More portable non-zero UV.
22391      Branch: perl
22392            ! t/lib/extutils.t
22393 ____________________________________________________________________________
22394 [ 10275] By: jhi                                   on 2001/05/29  00:40:28
22395         Log: Subject: [PATCH] (was Re: Why t/lib/extutils.t is failing ...
22396              From: Nicholas Clark <nick@ccl4.org>
22397              Date: Mon, 28 May 2001 22:46:09 +0100
22398              Message-ID: <20010528224608.L86445@plum.flirble.org>
22399              
22400              Test also "make clean".
22401      Branch: perl
22402            ! t/lib/extutils.t
22403 ____________________________________________________________________________
22404 [ 10274] By: jhi                                   on 2001/05/29  00:39:18
22405         Log: Subject: Re: Would -Wno-unused -Wall be better?
22406              From: Michael G Schwern <schwern@pobox.com>
22407              Date: Tue, 29 May 2001 00:55:54 +0100
22408              Message-ID: <20010529005553.B675@blackrider.blackstar.co.uk>
22409      Branch: perl
22410            ! pp.h
22411 ____________________________________________________________________________
22412 [ 10273] By: jhi                                   on 2001/05/29  00:36:06
22413         Log: Add a test for 20010528.007, fixed in #10272.
22414      Branch: perl
22415            ! t/op/misc.t toke.c
22416 ____________________________________________________________________________
22417 [ 10272] By: jhi                                   on 2001/05/29  00:21:12
22418         Log: Subject: Re: [ID 20010528.007] "\x{" causes panic:constant overflowed allocated space 
22419              From: Hugo <hv@crypt.compulink.co.uk>
22420              Date: Tue, 29 May 2001 00:23:23 +0100
22421              Message-Id: <200105282323.AAA07930@crypt.compulink.co.uk>
22422      Branch: perl
22423            ! toke.c
22424 ____________________________________________________________________________
22425 [ 10271] By: jhi                                   on 2001/05/28  22:52:11
22426         Log: Subject: Re: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
22427              From: Michael G Schwern <schwern@pobox.com>
22428              Date: Tue, 29 May 2001 00:42:59 +0100
22429              Message-ID: <20010529004259.A675@blackrider.blackstar.co.uk>
22430      Branch: perl
22431            ! t/pragma/autouse.t
22432 ____________________________________________________________________________
22433 [ 10270] By: jhi                                   on 2001/05/28  21:44:06
22434         Log: Some shells seemingly arrange the signal handlers differently
22435              (bug id 20010521.004).
22436      Branch: perl
22437            ! t/lib/sigaction.t
22438 ____________________________________________________________________________
22439 [ 10269] By: jhi                                   on 2001/05/28  20:34:21
22440         Log: Regen perlmodlib.
22441      Branch: perl
22442            ! pod/perlmodlib.pod
22443 ____________________________________________________________________________
22444 [ 10268] By: jhi                                   on 2001/05/28  19:08:45
22445         Log: Update Changes.
22446      Branch: perl
22447            ! Changes patchlevel.h
22448 ____________________________________________________________________________
22449 [ 10267] By: jhi                                   on 2001/05/28  19:03:54
22450         Log: Subject: [PATCH] perlnewmod.pod to reflect DLSI(P) change
22451              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
22452              Date: Mon, 28 May 2001 14:56:35 -0500
22453              Message-ID: <20010528145635.L8487@chaos.wustl.edu>
22454      Branch: perl
22455            ! pod/perlnewmod.pod
22456 ____________________________________________________________________________
22457 [ 10266] By: jhi                                   on 2001/05/28  18:35:03
22458         Log: Regen toc.
22459      Branch: perl
22460            ! pod/perltoc.pod
22461 ____________________________________________________________________________
22462 [ 10265] By: jhi                                   on 2001/05/28  18:33:32
22463         Log: Subject: [PATCH] RE: [20000223.001] no test cases for splice(@array) 
22464              From: "Richard Soderberg" <rs@crystalflame.net>
22465              Date: Mon, 28 May 2001 12:31:23 -0700
22466              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFLDFAA.rs@crystalflame.net>
22467      Branch: perl
22468            ! t/op/splice.t
22469 ____________________________________________________________________________
22470 [ 10264] By: jhi                                   on 2001/05/28  17:59:00
22471         Log: The #10260 was too bold: locales and utf8 still do not mix.
22472      Branch: perl
22473            ! t/pragma/locale.t
22474 ____________________________________________________________________________
22475 [ 10263] By: jhi                                   on 2001/05/28  17:52:25
22476         Log: Subject: [PATCH] Pod nitpicks
22477              From: "Richard Soderberg" <rs@crystalflame.net>
22478              Date: Mon, 28 May 2001 10:08:58 -0700
22479              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFGDFAA.rs@crystalflame.net>
22480      Branch: perl
22481            ! pod/perl571delta.pod pod/perlapi.pod sv.h
22482 ____________________________________________________________________________
22483 [ 10262] By: jhi                                   on 2001/05/28  17:50:05
22484         Log: Upgrade to I18N::LangTags 0.22.
22485      Branch: perl
22486            + lib/I18N/LangTags/List.pod
22487            ! MANIFEST lib/I18N/LangTags.pm
22488 ____________________________________________________________________________
22489 [ 10261] By: jhi                                   on 2001/05/28  17:23:40
22490         Log: A slightly more serious bug found by -Mutf8; op/misc and
22491              lib/complex dumped core.
22492      Branch: perl
22493            ! regexec.c
22494 ____________________________________________________________________________
22495 [ 10260] By: jhi                                   on 2001/05/28  16:58:11
22496         Log: Various buglets shaken out by -Mutf8.
22497      Branch: perl
22498            ! t/io/utf8.t t/lib/charnames.t t/lib/lc-language.t
22499            ! t/pragma/locale.t
22500 ____________________________________________________________________________
22501 [ 10259] By: jhi                                   on 2001/05/28  15:48:46
22502         Log: STDERR looks much like STDOUT.  (Subtest #2 wasn't really okay.)
22503      Branch: perl
22504            ! t/lib/carp.t
22505 ____________________________________________________________________________
22506 [ 10258] By: jhi                                   on 2001/05/28  15:32:41
22507         Log: Subject: [PATCH] todo patch
22508              From: Artur Bergman <artur@contiller.se> 
22509              Date: Mon, 28 May 2001 17:03:51 +0200
22510              Message-ID: <B7383577.F34%artur@contiller.se>
22511      Branch: perl
22512            ! pod/perltodo.pod
22513 ____________________________________________________________________________
22514 [ 10257] By: jhi                                   on 2001/05/28  15:31:25
22515         Log: Subject: typo in perlguts.pod
22516              From: "John P. Linderman" <jpl@research.att.com>
22517              Date: Mon, 28 May 2001 09:35:47 -0400 (EDT)
22518              Message-Id: <200105281335.JAA27851@raptor.research.att.com>
22519      Branch: perl
22520            ! pod/perlguts.pod
22521 ____________________________________________________________________________
22522 [ 10256] By: jhi                                   on 2001/05/28  15:30:42
22523         Log: Subject: AIX and gcc (moving targets)
22524              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
22525              Date: Mon, 28 May 2001 12:54:04 +0200
22526              Message-Id: <20010528124531.9FAB.H.M.BRAND@hccnet.nl>
22527      Branch: perl
22528            ! hints/aix.sh
22529 ____________________________________________________________________________
22530 [ 10255] By: jhi                                   on 2001/05/28  15:28:55
22531         Log: Subject: Re: perlio + multiple perl_alloc..destruct
22532              From: Doug MacEachern <dougm@covalent.net>
22533              Date: Sun, 27 May 2001 13:47:13 -0700 (PDT)
22534              Message-ID: <Pine.LNX.4.21.0105271340370.5938-100000@mako.covalent.net>
22535      Branch: perl
22536            ! perlio.c
22537 ____________________________________________________________________________
22538 [ 10254] By: jhi                                   on 2001/05/28  15:27:49
22539         Log: The #10251 wasn't quite up-to-the-code.
22540      Branch: perl
22541            ! t/op/misc.t
22542 ____________________________________________________________________________
22543 [ 10253] By: jhi                                   on 2001/05/28  15:26:39
22544         Log: Test case for bug 20010526.004, fixed in #10252.
22545      Branch: perl
22546            ! t/op/taint.t
22547 ____________________________________________________________________________
22548 [ 10252] By: jhi                                   on 2001/05/28  15:26:14
22549         Log: Subject: Re: [ID 20010526.004] Taint looses value
22550              From: Hugo <hv@crypt.compulink.co.uk>
22551              Date: Sun, 27 May 2001 20:39:32 +0100
22552              Message-Id: <200105271939.UAA27591@crypt.compulink.co.uk>
22553      Branch: perl
22554            ! sv.c
22555 ____________________________________________________________________________
22556 [ 10251] By: jhi                                   on 2001/05/28  15:13:40
22557         Log: Test case for 20010422.005, fixed by #10250.
22558      Branch: perl
22559            ! t/op/misc.t
22560 ____________________________________________________________________________
22561 [ 10250] By: jhi                                   on 2001/05/28  15:11:16
22562         Log: Subject: [PATCH] Re: [ID 20010422.005] perl -e '{s//${}/; //}' # segfaults on FreeBSD 
22563              From: Spider Boardman <spider@Orb.Nashua.NH.US>
22564              Date: Mon, 28 May 2001 06:39:12 -0400
22565              Message-Id: <200105281039.GAA03962@Orb.Nashua.NH.US>
22566      Branch: perl
22567            ! toke.c
22568 ____________________________________________________________________________
22569 [ 10249] By: jhi                                   on 2001/05/28  15:09:24
22570         Log: Linerewrapping.
22571      Branch: perl
22572            ! lib/open.pm
22573 ____________________________________________________________________________
22574 [ 10248] By: jhi                                   on 2001/05/28  15:09:07
22575         Log: Updates on the modules list.
22576      Branch: perl
22577            ! t/lib/1_compile.t
22578 ____________________________________________________________________________
22579 [ 10247] By: jhi                                   on 2001/05/28  15:03:35
22580         Log: Add a test for PerlIO.
22581              
22582              (I probably got the crlf/raw thing wrong for clrfy platforms...)
22583      Branch: perl
22584            + t/lib/perlio.t
22585            ! MANIFEST lib/PerlIO.pm
22586 ____________________________________________________________________________
22587 [ 10246] By: jhi                                   on 2001/05/28  14:24:08
22588         Log: Add a test for carp et alia.
22589      Branch: perl
22590            + t/lib/carp.t
22591            ! MANIFEST
22592 ____________________________________________________________________________
22593 [ 10245] By: jhi                                   on 2001/05/28  13:42:55
22594         Log: Adding the new test would be swell.
22595      Branch: perl
22596            + t/pragma/autouse.t
22597 ____________________________________________________________________________
22598 [ 10244] By: jhi                                   on 2001/05/28  13:42:34
22599         Log: Add a test for the autouse pragma.
22600      Branch: perl
22601            ! MANIFEST
22602 ____________________________________________________________________________
22603 [ 10243] By: jhi                                   on 2001/05/28  13:26:25
22604         Log: Subject: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
22605              From: dLux <dlux@spam.sch.bme.hu>
22606              Date: Sun, 27 May 2001 16:14:26 +0200
22607              Message-Id: <E1541JK-0000YC-00@dl.sch.bme.hu>
22608      Branch: perl
22609            ! lib/autouse.pm
22610 ____________________________________________________________________________
22611 [ 10242] By: jhi                                   on 2001/05/28  13:21:50
22612         Log: Subject: [PATCH #2] RE: [ID 20010528.002] dprofpp: "-R" does not work
22613              From: "Richard Soderberg" <rs@crystalflame.net>
22614              Date: Mon, 28 May 2001 03:56:36 -0700
22615              Message-ID: <NAEKLNAAHLMBPMPNBMLEEEFADFAA.rs@crystalflame.net>
22616      Branch: perl
22617            ! utils/dprofpp.PL
22618 ____________________________________________________________________________
22619 [ 10241] By: jhi                                   on 2001/05/28  13:18:56
22620         Log: Subject: Re: [ID 20010522.003] Time::Local module bug
22621              From: "Stephen P. Potter" <spp@spotter.yi.org>
22622              Date: Tue, 22 May 2001 11:40:25 -0400
22623              Message-Id: <20010522154030.584F4729E2@belgarath.spotter.yi.org>
22624              
22625              Subject: Re: [ID 20010522.003] Time::Local module bug
22626              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu> 
22627              Date: Tue, 22 May 2001 11:50:19 -0400
22628              Message-ID: <20010522115019.D48634@linguist.thayer.dartmouth.edu>
22629      Branch: perl
22630            ! lib/Time/Local.pm
22631 ____________________________________________________________________________
22632 [ 10240] By: jhi                                   on 2001/05/27  22:44:49
22633         Log: The PERL_DL_NONLAZY can have whitespace in front.
22634      Branch: perl
22635            ! t/lib/extutils.t
22636 ____________________________________________________________________________
22637 [ 10239] By: jhi                                   on 2001/05/27  21:23:21
22638         Log: Document strftime() and strptime().
22639      Branch: perl
22640            ! ext/POSIX/POSIX.pod ext/Time/Piece/Piece.pm t/lib/time-piece.t
22641 ____________________________________________________________________________
22642 [ 10238] By: jhi                                   on 2001/05/27  20:29:07
22643         Log: Make Time::Piece::strptime() to be a function, not a method.
22644      Branch: perl
22645            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
22646 ____________________________________________________________________________
22647 [ 10237] By: jhi                                   on 2001/05/27  20:22:09
22648         Log: Tweak the test to be more portable.
22649      Branch: perl
22650            ! t/lib/extutils.t
22651 ____________________________________________________________________________
22652 [ 10236] By: jhi                                   on 2001/05/27  19:15:54
22653         Log: Subject: PATCH: Re: Re: Attributes that tie
22654              From: Leon Brocard <acme@astray.com>
22655              Date: Sun, 27 May 2001 12:37:29 +0100
22656              Message-ID: <20010527123729.A22663@ns0.astray.com>
22657              
22658              Document that variable attributes are not currently usable
22659              for tieing.  (An ugly limitation that should be fixed.)
22660      Branch: perl
22661            ! lib/attributes.pm
22662 ____________________________________________________________________________
22663 [ 10235] By: jhi                                   on 2001/05/27  19:03:31
22664         Log: Microperl tweaks.
22665      Branch: perl
22666            ! Makefile.micro uconfig.h uconfig.sh
22667 ____________________________________________________________________________
22668 [ 10234] By: jhi                                   on 2001/05/27  18:22:09
22669         Log: Add make target for microperl (kind of silly, but convenient).
22670      Branch: perl
22671            ! Makefile.SH
22672 ____________________________________________________________________________
22673 [ 10233] By: jhi                                   on 2001/05/27  18:18:56
22674         Log: O_APPEND and O_TRUNC are not portable.  (Not available e.g.
22675              for microperl.)
22676      Branch: perl
22677            ! doio.c
22678 ____________________________________________________________________________
22679 [ 10232] By: jhi                                   on 2001/05/27  17:57:18
22680         Log: Subject: [PATCH] [ID 19991013.005] utime undef, undef, @files  
22681              From: rspier@pobox.com (Robert Spier)
22682              Date: Sat, 26 May 2001 20:05:23 -0400
22683              Message-ID: <15120.17603.148648.12430@rls.cx>
22684              
22685              Subject: Re: [PATCH] [ID 19991013.005] utime undef, undef, @files
22686              From: rspier@pobox.com (Robert Spier)
22687              Date: Sun, 27 May 2001 00:23:12 -0400
22688              Message-ID: <15120.33072.511966.767230@rls.cx>
22689      Branch: perl
22690            ! doio.c pod/perlfunc.pod
22691 ____________________________________________________________________________
22692 [ 10231] By: jhi                                   on 2001/05/27  15:45:20
22693         Log: Regen toc.  (And add the README.tru64 from #10230 to MANIFEST.)
22694      Branch: perl
22695            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
22696 ____________________________________________________________________________
22697 [ 10230] By: jhi                                   on 2001/05/27  15:41:06
22698         Log: Add README.tru64.
22699      Branch: perl
22700            + README.tru64
22701 ____________________________________________________________________________
22702 [ 10229] By: jhi                                   on 2001/05/27  13:50:57
22703         Log: Integrate Locale::Maketext 1.01 from Sean Burke.
22704      Branch: perl
22705            + lib/Locale/Maketext.pm lib/Locale/Maketext.pod
22706            + lib/Locale/Maketext/TPJ13.pod t/lib/lc-maketext.t
22707            ! MANIFEST
22708 ____________________________________________________________________________
22709 [ 10228] By: jhi                                   on 2001/05/27  13:43:38
22710         Log: Integrate I18N::LangTags from Sean Burke.
22711              
22712              TODO: the language list from RFC 3066 needs to be integrated
22713              and made available somehow.  The list is included in the
22714              I18N-LangTags 0.21 distribution, but it is undocumented
22715              and unconnected to the module.
22716      Branch: perl
22717            + lib/I18N/LangTags.pm t/lib/i18n-langtags.t
22718            ! MANIFEST
22719 ____________________________________________________________________________
22720 [ 10227] By: jhi                                   on 2001/05/27  01:41:33
22721         Log: Allow 'eval "v200"' to work (part of 20000323.059); fix as
22722              envisioned by Sarathy.
22723      Branch: perl
22724            ! t/op/ver.t toke.c
22725 ____________________________________________________________________________
22726 [ 10226] By: jhi                                   on 2001/05/27  00:28:34
22727         Log: Subject: [ID 20010525.001] Pod typo nits fixed
22728              From: lvirden@cas.org
22729              Date: Fri, 25 May 2001 06:57:43 -0400 (EDT)
22730              Message-Id: <200105251057.f4PAvhY13003@lwv26awu.cas.org>
22731              
22732              minus the perlsolaris decimation plus the
22733              
22734              Subject: Re: [ID 20010525.001] Pod typo nits fixed
22735              From: "Philip Newton" <Philip.Newton@gmx.net>
22736              Date: Fri, 25 May 2001 18:05:55 +0200
22737              Message-Id: <200105251604.f4PG4kt15034@chaos.wustl.edu>
22738      Branch: perl
22739            ! README.amiga README.cygwin README.mpeix pod/perl5005delta.pod
22740            ! pod/perldebtut.pod pod/perlebcdic.pod pod/perlfaq3.pod
22741            ! pod/perlhack.pod pod/perltoc.pod pod/perltodo.pod
22742            ! pod/perlutil.pod pod/perlxstut.pod
22743 ____________________________________________________________________________
22744 [ 10225] By: jhi                                   on 2001/05/26  22:38:16
22745         Log: return clauses are nice.
22746      Branch: perl
22747            ! sv.c
22748 ____________________________________________________________________________
22749 [ 10224] By: jhi                                   on 2001/05/26  22:35:31
22750         Log: Subject: change 10199 backwards?
22751              From: Doug MacEachern <dougm@covalent.net>
22752              Date: Sat, 26 May 2001 11:26:07 -0700 (PDT)
22753              Message-ID: <Pine.LNX.4.21.0105261118510.22038-100000@mako.covalent.net>
22754      Branch: perl
22755            ! sv.c
22756 ____________________________________________________________________________
22757 [ 10223] By: jhi                                   on 2001/05/26  22:31:46
22758         Log: Subject: Re: 5.6.*, bleadperl: bugs in pp_concat
22759              From: Hugo <hv@crypt.compulink.co.uk>
22760              Date: Sat, 26 May 2001 17:05:12 +0100
22761              Message-Id: <200105261605.RAA12295@crypt.compulink.co.uk>
22762      Branch: perl
22763            + t/op/gmagic.t
22764            ! MANIFEST doop.c embed.h embed.pl global.sym
22765            ! lib/File/Basename.pm objXSUB.h perlapi.c pod/perlapi.pod
22766            ! pp_hot.c proto.h sv.c sv.h t/pragma/warn/pp_hot
22767 ____________________________________________________________________________
22768 [ 10222] By: jhi                                   on 2001/05/26  22:10:38
22769         Log: Regen headers for #10221.
22770      Branch: perl
22771            ! global.sym objXSUB.h perlapi.c
22772 ____________________________________________________________________________
22773 [ 10221] By: jhi                                   on 2001/05/26  22:06:06
22774         Log: Subject: [ID 20010506.012] Patch for 5.6.1 embed.pl (shared libperl&mod_perl)
22775              From: Juha Laiho <juha.laiho@Elma.Net>
22776              Date: Thu, 3 May 2001 09:51:30 +0300
22777              Message-Id: <200105030651.JAA327254@tokka.elma.fi>
22778      Branch: perl
22779            ! embed.pl
22780 ____________________________________________________________________________
22781 [ 10220] By: jhi                                   on 2001/05/26  22:01:30
22782         Log: Subject: Re: [PATCH] Re: stability of sort()?
22783              From: "John P. Linderman" <jpl@research.att.com>
22784              Date: Sat, 26 May 2001 13:27:19 -0400
22785              Message-Id: <200105261727.NAA06654@raptor.research.att.com>
22786      Branch: perl
22787            ! pod/perlfunc.pod
22788 ____________________________________________________________________________
22789 [ 10219] By: jhi                                   on 2001/05/26  14:02:34
22790         Log: Integrate perlio.
22791      Branch: perl
22792           !> pod/perlguts.pod
22793 ____________________________________________________________________________
22794 [ 10218] By: jhi                                   on 2001/05/26  13:39:52
22795         Log: Subject: [PATCH perl@10210] PerlIO for VMS
22796              From: "Craig A. Berry" <craigberry@mac.com>
22797              Date: Sat, 26 May 2001 09:34:11 -0500
22798              Message-Id: <a05100e0ab734816701a5@[172.16.52.1]>
22799      Branch: perl
22800            ! configure.com doio.c iperlsys.h perlio.c perlio.h perliol.h
22801            ! perlsdio.h vms/ext/Stdio/Stdio.xs vms/gen_shrfls.pl vms/vms.c
22802            ! vms/vmsish.h
22803 ____________________________________________________________________________
22804 [ 10217] By: jhi                                   on 2001/05/26  13:19:05
22805         Log: Subject: patch to fix: [ID 20010524.004] perl5db.pl version 1.12  doesn't stop on breakpoints
22806              From: David Dyck <dcd@tc.fluke.com>
22807              Date: Fri, 25 May 2001 00:03:04 -0700 (PDT)
22808              Message-ID: <Pine.LNX.4.33.0105242354030.17331-100000@dd.tc.fluke.com>
22809      Branch: perl
22810            ! lib/perl5db.pl
22811 ____________________________________________________________________________
22812 [ 10216] By: jhi                                   on 2001/05/26  13:17:47
22813         Log: Subject: utf8 regexp tests
22814              From: Hugo <hv@crypt.compulink.co.uk>
22815              Date: Fri, 25 May 2001 22:35:01 +0100
22816              Message-Id: <200105252135.WAA03197@crypt.compulink.co.uk>
22817      Branch: perl
22818            ! t/op/regexp.t
22819 ____________________________________________________________________________
22820 [ 10215] By: jhi                                   on 2001/05/26  13:15:40
22821         Log: Subject: [PATCH] Re: stability of sort()?
22822              From: Nicholas Clark <nick@ccl4.org>
22823              Date: Fri, 25 May 2001 22:40:19 +0100
22824              Message-ID: <20010525224019.B86445@plum.flirble.org>
22825      Branch: perl
22826            ! pod/perlfunc.pod
22827 ____________________________________________________________________________
22828 [ 10214] By: jhi                                   on 2001/05/26  13:14:30
22829         Log: Subject: Re: [ID 20010426.005] Magic not being removed at scope exit [PATCH]
22830              From: John Peacock <jpeacock@rowman.com>
22831              Date: Thu, 24 May 2001 22:14:01 -0400
22832              Message-ID: <3B0DBFE9.A7C49084@rowman.com>
22833      Branch: perl
22834            ! mg.c scope.c sv.c
22835 ____________________________________________________________________________
22836 [ 10213] By: jhi                                   on 2001/05/26  13:08:56
22837         Log: Subject: [PATCH] Re: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
22838              From: Nicholas Clark <nick@ccl4.org>
22839              Date: Sun, 20 May 2001 19:24:13 +0100
22840              Message-ID: <20010520192413.G83222@plum.flirble.org>
22841      Branch: perl
22842            + lib/ExtUtils/Constant.pm t/lib/extutils.t
22843            ! MANIFEST utils/h2xs.PL
22844 ____________________________________________________________________________
22845 [ 10212] By: nick                                  on 2001/05/26  09:49:28
22846         Log: Change perlguts docs to not suggest PUSHi etc. for multiple results,
22847              add a few more notes there on use of mortals on the stack.
22848      Branch: perlio
22849            ! pod/perlguts.pod
22850 ____________________________________________________________________________
22851 [ 10211] By: nick                                  on 2001/05/26  09:05:36
22852         Log: Integrate mainline
22853      Branch: perlio
22854           +> t/lib/fcntl.t t/pragma/vars.t
22855           !> (integrate 49 files)
22856 ____________________________________________________________________________
22857 [ 10210] By: jhi                                   on 2001/05/25  12:29:16
22858         Log: Update Changes.
22859      Branch: perl
22860            ! Changes patchlevel.h
22861 ____________________________________________________________________________
22862 [ 10209] By: jhi                                   on 2001/05/25  12:24:45
22863         Log: Based on
22864              
22865              Subject: [PATCH pp.c] Wrapping pack("C",256)
22866              From: Simon Cozens <simon@netthink.co.uk>
22867              Date: Sat, 12 May 2001 17:58:41 +0100
22868              Message-ID: <20010512175841.A6132@netthink.co.uk>
22869      Branch: perl
22870            ! pod/perldiag.pod pp.c t/pragma/warn/pp
22871 ____________________________________________________________________________
22872 [ 10208] By: jhi                                   on 2001/05/25  01:37:03
22873         Log: Subject: [PATCH] 5.6.1 Term::Cap -- add terminfo fallback
22874              From: "Brendan O'Dea" <bod@compusol.com.au>
22875              Date: Fri, 25 May 2001 11:18:29 +1000
22876              Message-ID: <20010525111829.A28411@compusol.com.au>
22877              
22878              (Slightly modified.)
22879      Branch: perl
22880            ! lib/Term/Cap.pm
22881 ____________________________________________________________________________
22882 [ 10207] By: jhi                                   on 2001/05/25  01:12:14
22883         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string 
22884              From: Hugo <hv@crypt.compulink.co.uk>
22885              Date: Fri, 25 May 2001 02:13:25 +0100
22886              Message-Id: <200105250113.CAA23158@crypt.compulink.co.uk>
22887      Branch: perl
22888            ! t/op/misc.t
22889 ____________________________________________________________________________
22890 [ 10206] By: jhi                                   on 2001/05/25  01:07:59
22891         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string
22892              From: Inaba Hiroto <hiroto.inaba@toshiba.co.jp>
22893              Date: Fri, 25 May 2001 10:25:36 +0900
22894              Message-Id: <200105250124.KAA19571@toshiba.co.jp> 
22895      Branch: perl
22896            ! regcomp.c regexec.c
22897 ____________________________________________________________________________
22898 [ 10205] By: jhi                                   on 2001/05/25  01:07:00
22899         Log: Subject: [PATCH #2] stash autovivification and method call error messages
22900              From: Ilmari Karonen <iltzu@sci.fi>
22901              Date: Thu, 24 May 2001 01:51:48 +0300 (EET DST)
22902              Message-ID: <Pine.SOL.3.96.1010524013737.18819D-100000@simpukka>
22903      Branch: perl
22904            ! gv.c pp_hot.c t/op/method.t
22905 ____________________________________________________________________________
22906 [ 10204] By: jhi                                   on 2001/05/25  01:03:50
22907         Log: Add make target and documentation for gprof profiling.
22908      Branch: perl
22909            ! Makefile.SH pod/perlhack.pod
22910 ____________________________________________________________________________
22911 [ 10203] By: jhi                                   on 2001/05/24  21:09:36
22912         Log: Subject: Don't think about UTF8 
22913              From: Mike Guy <mjtg@cam.ac.uk> 
22914              Date: Tue, 22 May 2001 14:35:39 +0100
22915              Message-Id: <E152CK3-00028O-00@virgo.cus.cam.ac.uk>
22916      Branch: perl
22917            ! sv.h
22918 ____________________________________________________________________________
22919 [ 10202] By: jhi                                   on 2001/05/24  21:07:25
22920         Log: Subject: [ID 20010524.002] find2perl bug in fileglob_to_re
22921              From: Geraint A Edwards <gedge@serf.org> 
22922              Date: Thu, 24 May 2001 22:51:24 +0100
22923              Message-Id: <20010524225124.A34981@cymru.serf.org>
22924      Branch: perl
22925            ! x2p/find2perl.PL
22926 ____________________________________________________________________________
22927 [ 10201] By: jhi                                   on 2001/05/24  21:02:30
22928         Log: DB_File has its own attribute story.
22929      Branch: perl
22930            ! ext/DB_File/DB_File.xs
22931 ____________________________________________________________________________
22932 [ 10200] By: jhi                                   on 2001/05/24  19:54:21
22933         Log: Subject: Re: Making perl with -Wall
22934              From: Andy Dougherty <doughera@lafayette.edu>
22935              Date: Thu, 24 May 2001 14:33:37 -0400 (EDT)
22936              Message-ID: <Pine.SOL.4.10.10105241415460.2443-100000@maxwell.phys.lafayette.edu>
22937      Branch: perl
22938            ! perl.h
22939 ____________________________________________________________________________
22940 [ 10199] By: jhi                                   on 2001/05/24  15:15:03
22941         Log: Subject: RE: [ID 20010521.003] - [PATCH #2] sv.c: sv_dup_inc(SvRV(sstr)) wasn't checking SvWEAKREF
22942              From: "Richard Soderberg" <rs@crystalflame.net>
22943              Date: Thu, 24 May 2001 08:58:16 -0700
22944              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEPODEAA.rs@crystalflame.net>
22945      Branch: perl
22946            ! sv.c
22947 ____________________________________________________________________________
22948 [ 10198] By: jhi                                   on 2001/05/24  15:10:04
22949         Log: IV/UV casting fixes from Nicholas Clark.
22950      Branch: perl
22951            ! perl.h pp_sys.c util.c
22952 ____________________________________________________________________________
22953 [ 10197] By: jhi                                   on 2001/05/24  14:19:44
22954         Log: Subject: Re: Making perl with -Wall
22955              From: Michael G Schwern <schwern@pobox.com>
22956              Date: Thu, 24 May 2001 15:40:28 +0100
22957              Message-ID: <20010524154028.B1988@blackrider.blackstar.co.uk>
22958      Branch: perl
22959            ! malloc.c perl.h
22960 ____________________________________________________________________________
22961 [ 10196] By: jhi                                   on 2001/05/24  14:04:41
22962         Log: Subject: [PATCH] Re: [ID 20010521.004] Two test suite failures on this platform with latest rsync 
22963              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
22964              Date: Tue, 22 May 2001 11:49:37 +0200
22965              Message-Id: <20010522114044.BC4E.H.M.BRAND@hccnet.nl>
22966      Branch: metaconfig
22967            ! U/modified/Oldsym.U
22968      Branch: metaconfig/U/perl
22969            ! patchlevel.U
22970      Branch: perl
22971            ! Configure config_h.SH myconfig.SH
22972 ____________________________________________________________________________
22973 [ 10195] By: jhi                                   on 2001/05/24  13:25:04
22974         Log: Under versiononly install also the scripts with the version suffix.
22975              (e.g. .../bin/h2xs5.7.1)
22976      Branch: perl
22977            ! installperl
22978 ____________________________________________________________________________
22979 [ 10194] By: jhi                                   on 2001/05/24  13:02:49
22980         Log: Subject: [PATCH] Stop segfault in mg.c:636
22981              From: "Richard Soderberg" <rs@crystalflame.net>
22982              Date: Thu, 24 May 2001 05:51:52 -0700
22983              Message-ID: <NAEKLNAAHLMBPMPNBMLEGEPGDEAA.rs@crystalflame.net>
22984      Branch: perl
22985            ! mg.c
22986 ____________________________________________________________________________
22987 [ 10193] By: jhi                                   on 2001/05/24  12:37:13
22988         Log: Iteration continues; hopefully convergently.
22989      Branch: perl
22990            ! t/lib/b-stash.t
22991 ____________________________________________________________________________
22992 [ 10192] By: jhi                                   on 2001/05/24  12:36:35
22993         Log: Subject: [PATCH] CORE::GLOBAL::require override happens too early
22994              From: Gisle Aas <gisle@ActiveState.com>
22995              Date: 23 May 2001 16:13:10 -0700
22996              Message-ID: <lrofsjfym1.fsf@caliper.ActiveState.com>
22997      Branch: perl
22998            ! op.c toke.c
22999 ____________________________________________________________________________
23000 [ 10191] By: jhi                                   on 2001/05/24  12:25:12
23001         Log: Subject: [PATCH] lib/dumpvar.pl, lib/perl5db.pl - fix warnings
23002              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
23003              Date: Thu, 24 May 2001 05:05:22 -0500
23004              Message-ID: <20010524050522.A18997@staff1.cso.uiuc.edu>
23005      Branch: perl
23006            ! lib/dumpvar.pl lib/perl5db.pl
23007 ____________________________________________________________________________
23008 [ 10190] By: jhi                                   on 2001/05/24  12:24:07
23009         Log: Subject: Re: [ID 20010524.001] perl5db.pl   x @INC  doesn't work like it used to
23010              From: David Dyck <dcd@tc.fluke.com>
23011              Date: Thu, 24 May 2001 01:42:09 -0700 (PDT)
23012              Message-ID: <Pine.LNX.4.33.0105240134580.5179-100000@dd.tc.fluke.com>
23013      Branch: perl
23014            ! lib/perl5db.pl
23015 ____________________________________________________________________________
23016 [ 10189] By: jhi                                   on 2001/05/23  22:43:31
23017         Log: Tiny pod nits on READMEs, mostly whitespace issues.
23018      Branch: perl
23019            ! README.amiga README.dos README.macos README.mpeix README.vmesa
23020            ! README.win32
23021 ____________________________________________________________________________
23022 [ 10188] By: jhi                                   on 2001/05/23  22:26:03
23023         Log: The DG/UX part of the 20010521.005.
23024      Branch: perl
23025            ! README.dgux
23026 ____________________________________________________________________________
23027 [ 10187] By: jhi                                   on 2001/05/23  22:04:05
23028         Log: Subject: Re: [ID 20000716.007] \G in a m//g expression causes problems 
23029              From: Hugo <hv@crypt.compulink.co.uk>
23030              Date: Mon, 21 May 2001 16:32:02 +0100
23031              Message-Id: <200105211532.QAA03999@crypt.compulink.co.uk>
23032      Branch: perl
23033            ! regcomp.c t/op/misc.t
23034 ____________________________________________________________________________
23035 [ 10186] By: jhi                                   on 2001/05/23  21:42:15
23036         Log: Subject: [PATCH] Extra UNIVERSAL tests
23037              From: Mike Guy <mjtg@cam.ac.uk>
23038              Date: Wed, 23 May 2001 12:29:20 +0100
23039              Message-Id: <E152WpM-0001yP-00@virgo.cus.cam.ac.uk>
23040      Branch: perl
23041            ! t/op/universal.t
23042 ____________________________________________________________________________
23043 [ 10185] By: jhi                                   on 2001/05/23  21:38:48
23044         Log: Subject: [PATCH] Remove EQ keyword
23045              From: Mike Guy <mjtg@cam.ac.uk>
23046              Message-Id: <E152Vhp-00072x-00@virgo.cus.cam.ac.uk>
23047              Date: Wed, 23 May 2001 11:17:29 +0100
23048      Branch: perl
23049            ! keywords.h keywords.pl
23050 ____________________________________________________________________________
23051 [ 10184] By: jhi                                   on 2001/05/23  21:29:41
23052         Log: Subject: [PATCH] lib/perl5db.pl
23053              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
23054              Date: Wed, 23 May 2001 02:18:03 -0500
23055              Message-ID: <20010523021803.A21965@staff1.cso.uiuc.edu>
23056      Branch: perl
23057            ! lib/perl5db.pl
23058 ____________________________________________________________________________
23059 [ 10183] By: jhi                                   on 2001/05/23  21:27:54
23060         Log: Subject: [PATCH lib/Term/Cap.pm] Avoid -W warnings in Tgetent and Tputs
23061              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
23062              Date: Tue, 22 May 2001 23:34:41 -0500
23063              Message-ID: <20010522233441.A12431@staff1.cso.uiuc.edu>
23064      Branch: perl
23065            ! lib/Term/Cap.pm
23066 ____________________________________________________________________________
23067 [ 10182] By: jhi                                   on 2001/05/23  21:24:30
23068         Log: Subject: [PATCH emacs/e2ctags.pl] big speedup
23069              From: davem@fdgroup.co.uk
23070              Date: Tue, 22 May 2001 22:08:09 +0100 (BST)
23071              Message-Id: <200105222108.WAA09442@gizmo.fdgroup.co.uk>
23072      Branch: perl
23073            ! emacs/e2ctags.pl
23074 ____________________________________________________________________________
23075 [ 10181] By: jhi                                   on 2001/05/23  21:23:29
23076         Log: Subject: [PATCH lib/vars.pm] Sensible minimum version
23077              From: Michael G Schwern <schwern@pobox.com>
23078              Date: Tue, 22 May 2001 14:15:09 +0100
23079              Message-ID: <20010522141509.J701@blackrider.blackstar.co.uk>
23080      Branch: perl
23081            ! lib/vars.pm
23082 ____________________________________________________________________________
23083 [ 10180] By: jhi                                   on 2001/05/23  21:22:14
23084         Log: Subject: [PATCH lib/vars.pm] Odd code nit
23085              From: Michael G Schwern <schwern@pobox.com>
23086              Date: Tue, 22 May 2001 14:14:28 +0100
23087              Message-ID: <20010522141427.I701@blackrider.blackstar.co.uk>
23088      Branch: perl
23089            ! lib/vars.pm
23090 ____________________________________________________________________________
23091 [ 10179] By: jhi                                   on 2001/05/23  21:19:51
23092         Log: Use the new use vars feature.
23093      Branch: perl
23094            ! t/lib/b-stash.t
23095 ____________________________________________________________________________
23096 [ 10178] By: jhi                                   on 2001/05/23  21:19:28
23097         Log: Subject: [PATCH] vars.pm to support qualified variables (was Re: [ID 20010521.001])
23098              From: Mike Guy <mjtg@cam.ac.uk>
23099              Sender: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
23100              Date: Tue, 22 May 2001 13:11:39 +0100
23101      Branch: perl
23102            + t/pragma/vars.t
23103            ! MANIFEST lib/vars.pm t/lib/1_compile.t
23104 ____________________________________________________________________________
23105 [ 10177] By: jhi                                   on 2001/05/23  21:01:48
23106         Log: -qlongdouble considered harmful by Merijn.
23107      Branch: perl
23108            ! hints/aix.sh
23109 ____________________________________________________________________________
23110 [ 10176] By: jhi                                   on 2001/05/21  13:21:21
23111         Log: Update Changes.
23112      Branch: perl
23113            ! Changes patchlevel.h
23114 ____________________________________________________________________________
23115 [ 10175] By: jhi                                   on 2001/05/21  13:17:28
23116         Log: Add a test of its very own for Fcntl.  Hopefully portable.
23117      Branch: perl
23118            + t/lib/fcntl.t
23119            ! MANIFEST
23120 ____________________________________________________________________________
23121 [ 10174] By: jhi                                   on 2001/05/21  12:45:41
23122         Log: Must be trickier for 'minitest' not to die.
23123      Branch: perl
23124            ! t/op/taint.t
23125 ____________________________________________________________________________
23126 [ 10173] By: jhi                                   on 2001/05/21  11:24:43
23127         Log: Can't declare other people's variables.
23128      Branch: perl
23129            ! t/lib/b-stash.t
23130 ____________________________________________________________________________
23131 [ 10172] By: jhi                                   on 2001/05/20  20:33:08
23132         Log: Fix for ID 20010519.003: sysopen() wasn't tainting :-(
23133      Branch: perl
23134            ! doio.c t/op/taint.t
23135 ____________________________________________________________________________
23136 [ 10171] By: jhi                                   on 2001/05/20  20:18:45
23137         Log: The OS/2 variable needs to be declared.
23138      Branch: perl
23139            ! t/lib/b-stash.t
23140 ____________________________________________________________________________
23141 [ 10170] By: nick                                  on 2001/05/20  16:48:29
23142         Log: Integrate mainline
23143      Branch: perlio
23144           !> (integrate 41 files)
23145 ____________________________________________________________________________
23146 [ 10169] By: jhi                                   on 2001/05/20  11:50:20
23147         Log: Small perlsec updates: clarify the taintedness of filename
23148              globbing; suggest using Scalar::Util::tainted().
23149      Branch: perl
23150            ! pod/perlsec.pod
23151 ____________________________________________________________________________
23152 [ 10168] By: jhi                                   on 2001/05/20  11:24:11
23153         Log: Subject: [PATCH 5.7.1@10135] [LARGE!] symbolic magic
23154              From: Dave Mitchell <davem@fdgroup.co.uk>
23155              Date: Sat, 19 May 2001 20:12:56 +0100 (BST)
23156              Message-Id: <200105191912.UAA23925@gizmo.fdgroup.co.uk>
23157      Branch: perl
23158            ! av.c cc_runtime.h doop.c dump.c gv.c hv.c mg.c op.c perl.c
23159            ! perl.h perlio.c pod/perlguts.pod pp.c pp_ctl.c pp_hot.c
23160            ! pp_sys.c regexec.c scope.c sv.c t/lib/peek.t taint.c util.c
23161            ! xsutils.c
23162 ____________________________________________________________________________
23163 [ 10167] By: jhi                                   on 2001/05/20  11:12:14
23164         Log: Subject: [PATCH 5.6.1] DLL descriptions on OS/2
23165              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23166              Date: Sat, 19 May 2001 04:08:46 -0400
23167              Message-ID: <20010519040846.A16969@math.ohio-state.edu>
23168      Branch: perl
23169            ! lib/ExtUtils/Mksymlists.pm makedef.pl
23170 ____________________________________________________________________________
23171 [ 10166] By: jhi                                   on 2001/05/20  11:08:27
23172         Log: Subject: [PATCH 5.6.1] DLL name mangling on OS/2
23173              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23174              Date: Sat, 19 May 2001 04:30:45 -0400
23175              Message-ID: <20010519043045.A17033@math.ohio-state.edu>
23176      Branch: perl
23177            ! os2/os2.c
23178 ____________________________________________________________________________
23179 [ 10165] By: jhi                                   on 2001/05/20  11:07:06
23180         Log: Subject: [PATCH 5.6.1] build bugs OS/2
23181              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23182              Date: Sat, 19 May 2001 04:35:28 -0400
23183              Message-ID: <20010519043528.A17363@math.ohio-state.edu>
23184      Branch: perl
23185            ! os2/Makefile.SHs os2/os2.c
23186 ____________________________________________________________________________
23187 [ 10164] By: jhi                                   on 2001/05/20  11:06:01
23188         Log: Subject: [PATCH 5.6.1] Mis-Failing tests
23189              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23190              Date: Sat, 19 May 2001 04:04:23 -0400
23191              Message-ID: <20010519040423.A16861@math.ohio-state.edu>
23192              
23193              (In bleadperl patched b-stash.t instead of b.t)
23194      Branch: perl
23195            ! t/lib/b-stash.t t/lib/bigfltpm.t
23196 ____________________________________________________________________________
23197 [ 10163] By: jhi                                   on 2001/05/20  10:59:46
23198         Log: Subject: [PATCH 5.6.1] perl5db
23199              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23200              Date: Sat, 19 May 2001 03:49:09 -0400
23201              Message-ID: <20010519034909.A14902@math.ohio-state.edu>
23202      Branch: perl
23203            ! lib/perl5db.pl
23204 ____________________________________________________________________________
23205 [ 10162] By: jhi                                   on 2001/05/20  10:58:18
23206         Log: Subject: [PATCH] require $mod where $mod has touched numeric context
23207              From: Gisle Aas <gisle@ActiveState.com>
23208              Date: 18 May 2001 14:24:51 -0700
23209              Message-ID: <lr3da2cpuk.fsf@caliper.ActiveState.com>
23210      Branch: perl
23211            ! pp_ctl.c
23212 ____________________________________________________________________________
23213 [ 10161] By: jhi                                   on 2001/05/20  10:57:00
23214         Log: Subject: [PATCH] Chomp should not always stringify
23215              From: Gisle Aas <gisle@ActiveState.com>
23216              Date: 18 May 2001 07:55:25 -0700
23217              Message-ID: <lrk83eogf6.fsf@caliper.ActiveState.com>
23218      Branch: perl
23219            ! doop.c t/op/chop.t
23220 ____________________________________________________________________________
23221 [ 10160] By: jhi                                   on 2001/05/20  10:49:40
23222         Log: Integrate perlio.
23223      Branch: perl
23224           !> pod/perlfunc.pod
23225 ____________________________________________________________________________
23226 [ 10159] By: nick                                  on 2001/05/20  09:39:46
23227         Log: Document some more of open's features.
23228      Branch: perlio
23229            ! pod/perlfunc.pod
23230 ____________________________________________________________________________
23231 [ 10158] By: gsar                                  on 2001/05/18  18:43:38
23232         Log: back out change#10153 (it has compatibility issues such as the
23233              changed behavior of /[~%@+-]/, and after talking to Jarkko, the
23234              benefit for 5.6.x doesn't seem worth the risk)
23235      Branch: maint-5.6/perl
23236            ! toke.c
23237 ____________________________________________________________________________
23238 [ 10157] By: jhi                                   on 2001/05/18  17:05:40
23239         Log: \$escaping the $vars in !GROK!THIS! section is a good idea.
23240      Branch: perl
23241            ! x2p/s2p.PL
23242 ____________________________________________________________________________
23243 [ 10156] By: jhi                                   on 2001/05/18  12:06:40
23244         Log: Update Changes.
23245      Branch: perl
23246            ! Changes patchlevel.h
23247 ____________________________________________________________________________
23248 [ 10155] By: jhi                                   on 2001/05/18  11:58:57
23249         Log: Integrate change #10144 from maintperl.
23250              
23251              s/CONFIGDOTSH/PERL_CONFIG_SH/ for Win32, too.
23252      Branch: perl
23253           !> win32/config.bc win32/config.gc win32/config.vc
23254           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
23255 ____________________________________________________________________________
23256 [ 10154] By: nick                                  on 2001/05/18  07:23:03
23257         Log: Integrate mainline.
23258      Branch: perlio
23259           +> README.dgux t/lib/i18n-collate.t utils.lst
23260           !> (integrate 49 files)
23261 ____________________________________________________________________________
23262 [ 10153] By: jhi                                   on 2001/05/18  00:41:51
23263         Log: Integrate change #7224 from mainline into maintperl.
23264              
23265              Allow @+ and @- to be doublequoted, from Simon Cozens. 
23266              (Approved by Larry, see Tom's comment in 20000830.005.)
23267      Branch: maint-5.6/perl
23268           !> toke.c
23269 ____________________________________________________________________________
23270 [ 10152] By: jhi                                   on 2001/05/17  23:18:15
23271         Log: Subject: [PATCH bleadperl] small lookbehind fix
23272              From: Hugo <hv@crypt.compulink.co.uk>
23273              Date: Fri, 18 May 2001 00:07:19 +0100
23274              Message-Id: <200105172307.AAA06142@crypt.compulink.co.uk>
23275      Branch: perl
23276            ! regexec.c
23277 ____________________________________________________________________________
23278 [ 10151] By: jhi                                   on 2001/05/17  22:00:06
23279         Log: Detypos.
23280      Branch: perl
23281            ! installman utils.lst
23282 ____________________________________________________________________________
23283 [ 10150] By: jhi                                   on 2001/05/17  20:32:48
23284         Log: Add better debug to glob/basic #8 as suggested by Nick Clark
23285              in 20001222.001.
23286      Branch: perl
23287            ! t/lib/glob-basic.t
23288 ____________________________________________________________________________
23289 [ 10149] By: jhi                                   on 2001/05/17  20:08:58
23290         Log: Subject: [PATCH] Test for bug 20010515.004
23291              From: Benjamin Sugars <bsugars@canoe.ca>
23292              Date: Thu, 17 May 2001 15:48:18 -0400 (EDT)
23293              Message-ID: <Pine.LNX.4.21.0105171544270.9064-100000@marmot.rim.canoe.ca>
23294      Branch: perl
23295            ! t/op/misc.t
23296 ____________________________________________________________________________
23297 [ 10148] By: jhi                                   on 2001/05/17  20:06:23
23298         Log: Integrate #10145 from maintperl.
23299              
23300              fix for ID 20010515.004 (needs test)
23301      Branch: perl
23302           !> pp_hot.c
23303 ____________________________________________________________________________
23304 [ 10147] By: jhi                                   on 2001/05/17  19:10:46
23305         Log: Thinko noticed by Doug MacEachern.
23306      Branch: perl
23307            ! thread.h
23308 ____________________________________________________________________________
23309 [ 10146] By: jhi                                   on 2001/05/17  17:30:37
23310         Log: Subject: Re: [PATCH] HERE mark in regex
23311              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
23312              Date: Thu, 17 May 2001 12:20:33 -0400
23313              Message-ID: <20010517122033.B1547290@linguist.thayer.dartmouth.edu> 
23314      Branch: perl
23315            ! t/op/re_tests
23316 ____________________________________________________________________________
23317 [ 10145] By: gsar                                  on 2001/05/17  16:59:55
23318         Log: fix for ID 20010515.004 (needs test)
23319      Branch: maint-5.6/perl
23320            ! pp_hot.c
23321 ____________________________________________________________________________
23322 [ 10144] By: gsar                                  on 2001/05/17  16:39:02
23323         Log: s/CONFIGDOTSH/PERL_CONFIG_SH/g
23324      Branch: maint-5.6/perl
23325            ! win32/config.bc win32/config.gc win32/config.vc
23326            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
23327 ____________________________________________________________________________
23328 [ 10143] By: jhi                                   on 2001/05/17  14:21:08
23329         Log: Macrofy the getspecific (and use it also in util.c)
23330      Branch: perl
23331            ! thread.h util.c
23332 ____________________________________________________________________________
23333 [ 10142] By: jhi                                   on 2001/05/17  01:43:50
23334         Log: Use the unchecked thread-specific key fetch also in Tru64.
23335      Branch: perl
23336            ! thread.h
23337 ____________________________________________________________________________
23338 [ 10141] By: jhi                                   on 2001/05/17  01:41:07
23339         Log: Subject: [PATCH 5.6.1]Quick thread speedup
23340              From: Dan Sugalski <dan@sidhe.org> 
23341              Date: Wed, 16 May 2001 18:05:19 -0400
23342              Message-Id: <5.1.0.14.0.20010516175826.01afde08@24.8.96.48>
23343      Branch: perl
23344            ! thread.h util.c
23345 ____________________________________________________________________________
23346 [ 10140] By: jhi                                   on 2001/05/16  19:58:29
23347         Log: I think this is quite enough testing for a deprecated feature.
23348      Branch: perl
23349            + t/lib/i18n-collate.t
23350            ! MANIFEST t/lib/1_compile.t
23351 ____________________________________________________________________________
23352 [ 10139] By: jhi                                   on 2001/05/16  18:47:03
23353         Log: More HP-UX lore from Jeff Okamoto.
23354      Branch: perl
23355            ! README.hpux
23356 ____________________________________________________________________________
23357 [ 10138] By: jhi                                   on 2001/05/16  18:21:04
23358         Log: Sort utils.lst for easier maintenance.
23359      Branch: perl
23360            ! utils.lst
23361 ____________________________________________________________________________
23362 [ 10137] By: jhi                                   on 2001/05/16  18:12:01
23363         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
23364              From: Tim Jenness <t.jenness@jach.hawaii.edu>
23365              Date: Wed, 16 May 2001 08:59:59 -1000 (HST)
23366              Message-ID: <Pine.LNX.4.33.0105160858480.2488-100000@lapaki.jach.hawaii.edu>
23367              
23368              Add pod2latex to utils.lst.
23369      Branch: perl
23370            ! MANIFEST utils.lst
23371 ____________________________________________________________________________
23372 [ 10136] By: jhi                                   on 2001/05/16  18:00:00
23373         Log: Subject: Re: [PATCH] HERE mark in regex
23374              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
23375              Date: Wed, 16 May 2001 13:04:43 -0400
23376              Message-ID: <20010516130443.E1516273@linguist.thayer.dartmouth.edu> 
23377      Branch: perl
23378            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
23379            ! t/op/regmesg.t t/pragma/warn/regcomp
23380 ____________________________________________________________________________
23381 [ 10135] By: jhi                                   on 2001/05/16  17:51:50
23382         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
23383              From: Simon Cozens <simon@netthink.co.uk>
23384              Date: Wed, 16 May 2001 18:02:08 +0100
23385              Message-ID: <20010516180208.A6458@netthink.co.uk>
23386      Branch: perl
23387            ! installman utils.lst
23388 ____________________________________________________________________________
23389 [ 10134] By: jhi                                   on 2001/05/16  17:47:26
23390         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
23391              From: "Philip Newton" <pnewton@gmx.de>
23392              Date: Tue, 15 May 2001 15:09:30 +0200
23393              Message-ID: <3B0146AA.2839.17BFDA6@localhost>
23394              
23395              Test case for #10128.
23396      Branch: perl
23397            ! t/pragma/warn/pp_hot
23398 ____________________________________________________________________________
23399 [ 10133] By: jhi                                   on 2001/05/16  15:12:52
23400         Log: Update Changes.
23401      Branch: perl
23402            ! Changes patchlevel.h
23403 ____________________________________________________________________________
23404 [ 10132] By: jhi                                   on 2001/05/16  14:50:55
23405         Log: Deprecate pseudo-hashes.
23406      Branch: perl
23407            ! pod/perl572delta.pod pod/perlref.pod pod/perltodo.pod
23408 ____________________________________________________________________________
23409 [ 10131] By: jhi                                   on 2001/05/16  14:26:01
23410         Log: HP-UX hints update from Merijn.
23411      Branch: perl
23412            ! hints/hpux.sh
23413 ____________________________________________________________________________
23414 [ 10130] By: jhi                                   on 2001/05/16  14:23:01
23415         Log: README.hpux update from Merijn.
23416      Branch: perl
23417            ! README.hpux
23418 ____________________________________________________________________________
23419 [ 10129] By: jhi                                   on 2001/05/16  14:18:56
23420         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
23421              From: Simon Cozens <simon@netthink.co.uk>
23422              Date: Wed, 16 May 2001 15:57:55 +0100
23423              Message-ID: <20010516155755.A4728@netthink.co.uk>
23424      Branch: perl
23425            + utils.lst
23426            ! MANIFEST installman installperl
23427 ____________________________________________________________________________
23428 [ 10128] By: jhi                                   on 2001/05/16  14:15:36
23429         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
23430              From: "Philip Newton" <pnewton@gmx.de>
23431              Date: Tue, 15 May 2001 16:31:05 +0200
23432              Message-ID: <3B0159C9.1905.1C6AEF9@localhost>
23433              
23434              Fix PERL_Y2KWARN test to check before rather than after appending.
23435      Branch: perl
23436            ! pp_hot.c
23437 ____________________________________________________________________________
23438 [ 10127] By: jhi                                   on 2001/05/16  14:08:15
23439         Log: Regen Porting stuff.
23440      Branch: perl
23441            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
23442            ! config_h.SH
23443 ____________________________________________________________________________
23444 [ 10126] By: jhi                                   on 2001/05/16  13:41:50
23445         Log: Metaconfig unit change for #10125.
23446      Branch: metaconfig
23447            ! U/modified/Oldconfig.U
23448 ____________________________________________________________________________
23449 [ 10125] By: jhi                                   on 2001/05/16  13:41:35
23450         Log: Use OSVERS.
23451      Branch: perl
23452            ! Configure config_h.SH perl.c
23453 ____________________________________________________________________________
23454 [ 10124] By: jhi                                   on 2001/05/16  13:41:09
23455         Log: Regen toc.
23456      Branch: perl
23457            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
23458 ____________________________________________________________________________
23459 [ 10123] By: jhi                                   on 2001/05/16  13:25:38
23460         Log: Adding the README.dgux to the MANIFEST would be a good idea.
23461      Branch: perl
23462            ! MANIFEST
23463 ____________________________________________________________________________
23464 [ 10122] By: jhi                                   on 2001/05/16  13:08:33
23465         Log: Move the stack desire definition to thread.h.
23466      Branch: perl
23467            ! ext/Thread/Thread.xs thread.h
23468 ____________________________________________________________________________
23469 [ 10121] By: jhi                                   on 2001/05/16  13:00:12
23470         Log: DG-UX threading patches, including a README.dgux,
23471              from Takis Psarogiannakopoulos.
23472      Branch: perl
23473            + README.dgux
23474            ! config_h.SH ext/Thread/Thread.xs hints/dgux.sh perl.c
23475 ____________________________________________________________________________
23476 [ 10120] By: jhi                                   on 2001/05/16  12:55:33
23477         Log: Subject: [PATCH B::Deparse] More on /x regexes
23478              From: Robin Houston <robin@kitsite.com>
23479              Date: Tue, 15 May 2001 19:09:35 +0100
23480              Message-ID: <20010515190935.A27268@penderel>
23481      Branch: perl
23482            ! ext/B/B/Deparse.pm
23483 ____________________________________________________________________________
23484 [ 10119] By: jhi                                   on 2001/05/16  12:45:29
23485         Log: Document that the core time() may be rounding rather
23486              than truncating, would have saved at least my confusion.
23487      Branch: perl
23488            ! ext/Time/HiRes/HiRes.pm
23489 ____________________________________________________________________________
23490 [ 10118] By: jhi                                   on 2001/05/16  12:37:57
23491         Log: Subject: perl-current/t/time-hires.t
23492              From: John Peacock <jpeacock@rowman.com>
23493              Date: Fri, 11 May 2001 14:09:41 -0400
23494              Message-ID: <3AFC2AE5.5E787E54@rowman.com>
23495      Branch: perl
23496            ! t/lib/time-hires.t
23497 ____________________________________________________________________________
23498 [ 10117] By: jhi                                   on 2001/05/15  13:40:33
23499         Log: Subject: [PATCH dump.c] Op private flags
23500              From: Simon Cozens <simon@netthink.co.uk>
23501              Date: Sun, 13 May 2001 20:20:36 +0100
23502              Message-ID: <20010513202036.A21896@netthink.co.uk>
23503      Branch: perl
23504            ! dump.c
23505 ____________________________________________________________________________
23506 [ 10116] By: jhi                                   on 2001/05/15  13:28:26
23507         Log: Upgrade to Switch 2.03.
23508      Branch: perl
23509            ! lib/Switch.pm
23510 ____________________________________________________________________________
23511 [ 10115] By: jhi                                   on 2001/05/15  13:19:01
23512         Log: Integrate change #10113 from mainline: rename CONFIGDOTSH
23513              to PERL_CONFIG_SH and use it consistently.
23514      Branch: maint-5.6/perl
23515           !> Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
23516           !> configpm configure.com makeaperl.SH makedepend.SH makedir.SH
23517           !> myconfig.SH writemain.SH
23518 ____________________________________________________________________________
23519 [ 10114] By: jhi                                   on 2001/05/15  13:13:21
23520         Log: Metaconfig units changes for #10113.
23521      Branch: metaconfig
23522            ! U/modified/Config_h.U U/modified/Extract.U U/modified/Oldsym.U
23523 ____________________________________________________________________________
23524 [ 10113] By: jhi                                   on 2001/05/15  13:12:40
23525         Log: The problem described in 20010514.031 still wasn't
23526              fully cured, there were remnants of $CONFIG when
23527              $CONFIGDOTSH was expected.  Now renamed to PERL_CONFIG_SH
23528              to avoid future conflicts.
23529      Branch: perl
23530            ! Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
23531            ! configpm configure.com makeaperl.SH makedepend.SH makedir.SH
23532            ! myconfig.SH writemain.SH
23533 ____________________________________________________________________________
23534 [ 10112] By: jhi                                   on 2001/05/15  11:55:44
23535         Log: Half of #10107 got lost.
23536      Branch: perl
23537            ! ext/B/B/Deparse.pm
23538 ____________________________________________________________________________
23539 [ 10111] By: nick                                  on 2001/05/15  08:39:14
23540         Log: Integrate mainline.
23541      Branch: perlio
23542           +> ext/POSIX/hints/uts.pl
23543            - Todo Todo-5.6 t/camel-III/vstring.t
23544           !> (integrate 48 files)
23545 ____________________________________________________________________________
23546 [ 10110] By: jhi                                   on 2001/05/15  02:04:05
23547         Log: Subject: [PATCH TestInit.pm] Give Deparse tester a fair chance
23548              From: Robin Houston <robin@kitsite.com>
23549              Date: Mon, 14 May 2001 22:27:08 +0100
23550              Message-ID: <20010514222708.A22963@penderel>
23551      Branch: perl
23552            ! t/TestInit.pm
23553 ____________________________________________________________________________
23554 [ 10109] By: jhi                                   on 2001/05/15  02:03:12
23555         Log: Subject: [PATCH B::Deparse] Lvaluable method calls
23556              From: Robin Houston <robin@kitsite.com>
23557              Date: Mon, 14 May 2001 22:16:43 +0100
23558              Message-ID: <20010514221643.A22437@penderel>
23559      Branch: perl
23560            ! ext/B/B/Deparse.pm
23561 ____________________________________________________________________________
23562 [ 10108] By: jhi                                   on 2001/05/15  02:02:17
23563         Log: Subject: [PATCH B::Deparse] C<$foo =~ give_me_a_regex>; /x modifier
23564              From: Robin Houston <robin@kitsite.com>
23565              Date: Mon, 14 May 2001 22:03:44 +0100
23566              Message-ID: <20010514220344.A20643@penderel>
23567      Branch: perl
23568            ! ext/B/B/Deparse.pm
23569 ____________________________________________________________________________
23570 [ 10107] By: jhi                                   on 2001/05/15  02:01:24
23571         Log: Subject: [PATCH B::Deparse] "${foo}_bar"
23572              From: Robin Houston <robin@kitsite.com>
23573              Date: Mon, 14 May 2001 22:10:07 +0100
23574              Message-ID: <20010514221007.A21118@penderel>
23575      Branch: perl
23576            ! ext/B/B/Deparse.pm
23577 ____________________________________________________________________________
23578 [ 10106] By: jhi                                   on 2001/05/15  01:41:26
23579         Log: Fix for 20010514.037; substr() didn't invalidate the locale
23580              collation magic.
23581      Branch: perl
23582            ! pp.c
23583 ____________________________________________________________________________
23584 [ 10105] By: jhi                                   on 2001/05/14  18:18:24
23585         Log: Update Changes.
23586      Branch: perl
23587            ! Changes patchlevel.h
23588 ____________________________________________________________________________
23589 [ 10104] By: jhi                                   on 2001/05/14  18:09:07
23590         Log: Retract #10094.
23591      Branch: perl
23592            ! lib/Pod/Text.pm
23593 ____________________________________________________________________________
23594 [ 10103] By: jhi                                   on 2001/05/14  15:20:58
23595         Log: Integrate change #10100 from maintperl.
23596              
23597              PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
23598              bug ID 20010514.027)
23599      Branch: perl
23600           !> mg.c pp_ctl.c
23601 ____________________________________________________________________________
23602 [ 10102] By: jhi                                   on 2001/05/14  15:19:21
23603         Log: Document the deprecatedness of suidperl.
23604      Branch: perl
23605            ! INSTALL pod/perlfaq1.pod
23606 ____________________________________________________________________________
23607 [ 10101] By: jhi                                   on 2001/05/14  14:54:31
23608         Log: Subject: Re: [ID 20010514.022] Makemaker a bit too prefix-happy
23609              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
23610              Date: Mon, 14 May 2001 09:38:59 -0400
23611              Message-ID: <20010514093859.A1479715@linguist.thayer.dartmouth.edu>
23612      Branch: perl
23613            ! lib/ExtUtils/MM_Unix.pm
23614 ____________________________________________________________________________
23615 [ 10100] By: gsar                                  on 2001/05/14  14:43:50
23616         Log: PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
23617              bug ID 20010514.027)
23618              
23619              TODO: this needs a testsuite addition
23620      Branch: maint-5.6/perl
23621            ! mg.c pp_ctl.c
23622 ____________________________________________________________________________
23623 [ 10099] By: jhi                                   on 2001/05/14  13:42:38
23624         Log: More DWIMminess for Class::Struct: calling the array or hash
23625              accessors only with one argument, an array or a hash reference,
23626              sets the underlying array or hash.  This mirrors nicely also
23627              the usage in the constructor.
23628              From Bernd Sokolowsky <ulmo@garozzo.franken.de>, via Damian Conway.
23629      Branch: perl
23630            ! lib/Class/Struct.pm t/lib/class-struct.t
23631 ____________________________________________________________________________
23632 [ 10098] By: jhi                                   on 2001/05/14  13:10:34
23633         Log: Reference cmp'ing should go through the whole stringification
23634              process shebang, as pointed out by Sarathy in #10091.
23635      Branch: perl
23636            ! pp.c
23637 ____________________________________________________________________________
23638 [ 10097] By: jhi                                   on 2001/05/14  12:54:31
23639         Log: Subject: Re: [LONG] Cleaning up Todo/Todo-5.6/perltodo
23640              From: Simon Cozens <simon@netthink.co.uk>
23641              Date: Sat, 12 May 2001 16:36:27 +0100
23642              Message-ID: <20010512163627.A5522@netthink.co.uk>
23643              
23644              with some additions salvaged from Todo and Todo-5.6 before
23645              retiring them.
23646      Branch: perl
23647            - Todo Todo-5.6
23648            ! MANIFEST pod/perltodo.pod
23649 ____________________________________________________________________________
23650 [ 10096] By: jhi                                   on 2001/05/14  12:37:01
23651         Log: Subject: [ID 20010514.025] _SVID3 in <sys/statvfs.h>
23652              From: "Golubev I. N." <gin@mo.msk.ru>
23653              Date: Mon, 07 May 2001 14:33:34 (GMT)
23654              Message-Id: <02453af6b23e63-gin@mo.msk.ru>
23655      Branch: perl
23656            ! perl.h
23657 ____________________________________________________________________________
23658 [ 10095] By: jhi                                   on 2001/05/14  12:34:24
23659         Log: Subject: [ID 20010514.022] Makemaker a bit too prefix-happy
23660              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
23661              Date: Mon, 7 May 2001 09:35:57 -0600 (MDT)
23662              Message-Id: <200105071535.f47FZvf27235@xerxes.courtesan.com>
23663      Branch: perl
23664            ! lib/ExtUtils/MM_Unix.pm
23665 ____________________________________________________________________________
23666 [ 10094] By: jhi                                   on 2001/05/14  12:32:44
23667         Log: (Retracted by #10104.)
23668              
23669              Subject: [PATCH bleadperl Pod::Text] avoid overquoting [Was: rand(0) is rand(1)]
23670              From: barries <barries@slaysys.com>
23671              Date: Sat, 12 May 2001 01:28:10 -0400
23672              Message-ID: <20010512012810.B26358@jester.slaysys.com>
23673      Branch: perl
23674            ! lib/Pod/Text.pm
23675 ____________________________________________________________________________
23676 [ 10093] By: jhi                                   on 2001/05/14  12:30:38
23677         Log: Subject: [PATCH] Incorrect line numbers in AutoSplit
23678              From: Mike Guy <mjtg@cam.ac.uk>
23679              Date: Sat, 12 May 2001 19:24:33 +0100
23680              Message-Id: <E14ye49-0006Fn-00@libra.cus.cam.ac.uk>
23681      Branch: perl
23682            ! lib/AutoSplit.pm
23683 ____________________________________________________________________________
23684 [ 10092] By: jhi                                   on 2001/05/14  12:29:21
23685         Log: Yet another HP-UX hints tweak from Merijn.
23686      Branch: perl
23687            ! hints/hpux.sh
23688 ____________________________________________________________________________
23689 [ 10091] By: gsar                                  on 2001/05/14  04:38:32
23690         Log: $ref1 == $ref2 behaves unpredictably on platforms where NV_PRESERVES_UV
23691              isn't defined (changes#9366,9368,9370 from mainline without the
23692              pp_scmp() change)
23693      Branch: maint-5.6/perl
23694            ! pp.c pp.h pp_hot.c
23695 ____________________________________________________________________________
23696 [ 10090] By: jhi                                   on 2001/05/12  13:39:43
23697         Log: The sorting seems to happen now automatically.
23698      Branch: perl
23699            ! t/lib/glob-basic.t
23700 ____________________________________________________________________________
23701 [ 10089] By: jhi                                   on 2001/05/12  03:38:15
23702         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
23703              From: Benjamin Sugars <bsugars@canoe.ca>
23704              Date: Fri, 11 May 2001 11:36:04 -0400 (EDT)
23705              Message-ID: <Pine.LNX.4.21.0105111131540.1804-100000@marmot.rim.canoe.ca>
23706      Branch: perl
23707            ! pod/perlfunc.pod
23708 ____________________________________________________________________________
23709 [ 10088] By: jhi                                   on 2001/05/12  03:37:00
23710         Log: Subject: Re: undef(&foo) does not work for XS functions
23711              From: Doug MacEachern <dougm@covalent.net>
23712              Date: Fri, 11 May 2001 16:52:29 -0700 (PDT)
23713              Message-ID: <Pine.LNX.4.21.0105111647240.4478-100000@mako.covalent.net>
23714      Branch: perl
23715            ! op.c
23716 ____________________________________________________________________________
23717 [ 10087] By: jhi                                   on 2001/05/12  03:35:58
23718         Log: Subject: [PATCH: perl@10086] fixup t/op/append.t for UTF-EBCDIC
23719              From: Peter Prymmer <pvhp@forte.com>
23720              Date: Fri, 11 May 2001 17:38:43 -0700 (PDT)
23721              Message-ID: <Pine.OSF.4.10.10105111736190.73589-100000@aspara.forte.com>
23722      Branch: perl
23723            ! t/op/append.t
23724 ____________________________________________________________________________
23725 [ 10086] By: jhi                                   on 2001/05/11  14:23:08
23726         Log: Update Changes.
23727      Branch: perl
23728            ! Changes patchlevel.h
23729 ____________________________________________________________________________
23730 [ 10085] By: jhi                                   on 2001/05/11  14:08:20
23731         Log: Remove the 'asciir' re subpragma.  Should instead implement
23732              the 'physical vs logical' range scheme:
23733              
23734              \xAA-\xCC is a native physical range, you want that range of
23735              codepoints in your native encoding.  In EBCDIC the codepoints
23736              in the gaps (between i-j and r-s) should be included.
23737              
23738              \x{AA}-\x{CC} is a physical Unicode range, you want that range of
23739              codepoints in Unicode.
23740              
23741              a-z is a logical range, you want that range of 'logical' codepoints
23742              in your native encoding.  In EBCDIC the codepoints in the gaps
23743              (between i-j and r-s) should not be included.
23744              
23745              Mixed cases (a-\xAA, etc) should either be errors, or maybe
23746              the 'logical' endpoints should be converted to native/Unicode
23747              codepoints, and the range handled as a physical range.
23748              
23749              'Logical endpoints' are to be recognized only in the A-Z, a-z,
23750              and 0-9 ranges.  Probably a warning should be given for mixed
23751              cases like A-z or a-9 (since such expressions are encoding
23752              dependent), with a recommendation to use physical ranges.
23753      Branch: perl
23754            ! ext/re/re.pm perl.h regcomp.c regcomp.h t/op/pat.t
23755            ! t/op/regexp.t
23756 ____________________________________________________________________________
23757 [ 10084] By: jhi                                   on 2001/05/11  13:56:16
23758         Log: Make the test to cleanup the test directory tree
23759              both before and after the testing so that we always
23760              have a clean slate to work with.
23761      Branch: perl
23762            ! t/lib/filefind.t
23763 ____________________________________________________________________________
23764 [ 10083] By: jhi                                   on 2001/05/11  13:46:30
23765         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
23766              From: Jon Eveland <jweveland@yahoo.com>
23767              Date: Fri, 11 May 2001 07:36:28 -0700 (PDT)
23768              Message-ID: <20010511143628.24225.qmail@web10402.mail.yahoo.com>
23769      Branch: perl
23770            ! pod/perlfunc.pod
23771 ____________________________________________________________________________
23772 [ 10082] By: jhi                                   on 2001/05/11  13:45:06
23773         Log: Merge the camel-III/vstring.t with op/ver.t.
23774      Branch: perl
23775            - t/camel-III/vstring.t
23776            ! MANIFEST t/TEST t/harness t/op/ver.t
23777 ____________________________________________________________________________
23778 [ 10081] By: jhi                                   on 2001/05/11  13:15:55
23779         Log: Add test.deparse make target.
23780      Branch: perl
23781            ! Makefile.SH
23782 ____________________________________________________________________________
23783 [ 10080] By: jhi                                   on 2001/05/11  12:52:49
23784         Log: Subject: [PATCH B::Deparse] $foo->bar(0)
23785              From: Robin Houston <robin@kitsite.com>
23786              Date: Fri, 11 May 2001 12:02:22 +0100
23787              Message-ID: <20010511120222.A11529@penderel>
23788      Branch: perl
23789            ! ext/B/B/Deparse.pm t/op/method.t
23790 ____________________________________________________________________________
23791 [ 10079] By: jhi                                   on 2001/05/11  01:59:06
23792         Log: A nicely working combination for UTS from Hal Morris.
23793      Branch: perl
23794            + ext/POSIX/hints/uts.pl
23795            ! MANIFEST hints/uts.sh
23796 ____________________________________________________________________________
23797 [ 10078] By: jhi                                   on 2001/05/11  01:15:04
23798         Log: i_ieeefp=undef for UTS.
23799      Branch: perl
23800            ! hints/uts.sh
23801 ____________________________________________________________________________
23802 [ 10077] By: jhi                                   on 2001/05/10  22:42:35
23803         Log: Subject: RE: rand(0) is rand(1)
23804              From: Larry Shatzer <lshatzer@islanddata.com>
23805              Date: Thu, 10 May 2001 11:09:27 -0700
23806              Message-ID: <95CD90709D74D4118F4600D0B79E8BC9995027@mail.islanddata.com>
23807      Branch: perl
23808            ! pod/perlfunc.pod
23809 ____________________________________________________________________________
23810 [ 10076] By: jhi                                   on 2001/05/10  22:36:50
23811         Log: Subject: [patch] make op_{clear,null} public
23812              From: Doug MacEachern <dougm@covalent.net>
23813              Date: Thu, 10 May 2001 15:54:09 -0700 (PDT)
23814              Message-ID: <Pine.LNX.4.21.0105101546510.2962-100000@mako.covalent.net>
23815      Branch: perl
23816            ! embed.h embed.pl op.c proto.h
23817 ____________________________________________________________________________
23818 [ 10075] By: jhi                                   on 2001/05/10  22:28:36
23819         Log: Subject: [PATCH B.xs] Extend tr/\0-\377/blah/c support
23820              From: Robin Houston <robin@kitsite.com>
23821              Date: Thu, 10 May 2001 18:54:59 +0100
23822              Message-ID: <20010510185459.A5995@penderel>
23823      Branch: perl
23824            ! ext/B/B.xs ext/B/B/Deparse.pm t/op/tr.t
23825 ____________________________________________________________________________
23826 [ 10074] By: jhi                                   on 2001/05/10  22:23:41
23827         Log: Subject: [PATCH B::Deparse] t/op/64bitint.t
23828              From: Robin Houston <robin@kitsite.com>
23829              Date: Thu, 10 May 2001 12:56:39 +0100
23830              Message-ID: <20010510125639.A2119@penderel>
23831      Branch: perl
23832            ! ext/B/B/Deparse.pm
23833 ____________________________________________________________________________
23834 [ 10073] By: jhi                                   on 2001/05/10  14:26:01
23835         Log: Retract #10070, not ready yet.
23836      Branch: perl
23837            ! ext/B/B/Deparse.pm
23838 ____________________________________________________________________________
23839 [ 10072] By: jhi                                   on 2001/05/10  13:40:24
23840         Log: The metaconfig unit change for #10071.
23841      Branch: metaconfig
23842            ! U/modified/mallocsrc.U
23843 ____________________________________________________________________________
23844 [ 10071] By: jhi                                   on 2001/05/10  13:39:57
23845         Log: The #9525+#9526 didn't allow for overriding usemymalloc.
23846      Branch: perl
23847            ! Configure
23848 ____________________________________________________________________________
23849 [ 10070] By: jhi                                   on 2001/05/10  13:18:42
23850         Log: (Retracted by #10073)
23851              
23852              Subject: Re: [PATCH t/TEST] B::Deparse tester 
23853              From: Hugo <hv@crypt.compulink.co.uk>
23854              Date: Thu, 10 May 2001 05:48:09 +0100
23855              Message-Id: <200105100448.FAA13584@crypt.compulink.co.uk>
23856      Branch: perl
23857            ! ext/B/B/Deparse.pm
23858 ____________________________________________________________________________
23859 [ 10069] By: jhi                                   on 2001/05/10  12:24:06
23860         Log: Add a for(func()) test.
23861      Branch: perl
23862            ! t/cmd/for.t
23863 ____________________________________________________________________________
23864 [ 10068] By: jhi                                   on 2001/05/10  12:16:00
23865         Log: Subject: [PATCH B::Deparse] our() lists and foreach loops
23866              From: Robin Houston <robin@kitsite.com>
23867              Date: Thu, 10 May 2001 13:50:08 +0100
23868              Message-ID: <20010510135008.A2454@penderel>
23869      Branch: perl
23870            ! ext/B/B/Deparse.pm
23871 ____________________________________________________________________________
23872 [ 10067] By: jhi                                   on 2001/05/10  01:45:03
23873         Log: A thinko in #10065.
23874      Branch: perl
23875            ! hv.c
23876 ____________________________________________________________________________
23877 [ 10066] By: jhi                                   on 2001/05/10  01:33:12
23878         Log: Subject: [PATCH B::Deparse] Fix tr///ansliteration
23879              From: Robin Houston <robin@kitsite.com>
23880              Date: Thu, 10 May 2001 02:10:34 +0100
23881              Message-ID: <20010510021034.A19421@penderel>
23882      Branch: perl
23883            ! ext/B/B.xs ext/B/B/Deparse.pm
23884 ____________________________________________________________________________
23885 [ 10065] By: jhi                                   on 2001/05/10  01:30:43
23886         Log: Subject: [patch] make hv_fetch{_ent} SvGMAGICAL aware
23887              From: Doug MacEachern <dougm@covalent.net>
23888              Date: Mon, 7 May 2001 09:50:58 -0700 (PDT)
23889              Message-ID: <Pine.LNX.4.21.0105070947060.23808-100000@mako.covalent.net>
23890      Branch: perl
23891            ! hv.c
23892 ____________________________________________________________________________
23893 [ 10064] By: jhi                                   on 2001/05/09  23:13:29
23894         Log: One more workaround for the UTS compiler from Hal Morris.
23895      Branch: perl
23896            ! perl.h
23897 ____________________________________________________________________________
23898 [ 10063] By: jhi                                   on 2001/05/09  23:09:53
23899         Log: Subject: [PATCH B::Debug] Show string for PVOP, and referent for RV
23900              From: Robin Houston <robin@kitsite.com>
23901              Date: Thu, 10 May 2001 01:02:08 +0100
23902              Message-ID: <20010510010208.A18200@penderel>
23903      Branch: perl
23904            ! ext/B/B/Debug.pm
23905 ____________________________________________________________________________
23906 [ 10062] By: jhi                                   on 2001/05/09  23:06:25
23907         Log: Subject: [PATCH] Simplify deb_curcv() a bit
23908              From: Benjamin Sugars <bsugars@canoe.ca>
23909              Date: Wed, 9 May 2001 18:14:34 -0400 (EDT)
23910              Message-ID: <Pine.LNX.4.21.0105091811340.1160-100000@marmot.rim.canoe.ca>
23911      Branch: perl
23912            ! run.c
23913 ____________________________________________________________________________
23914 [ 10061] By: jhi                                   on 2001/05/09  23:05:28
23915         Log: Subject: [PATCH] Additional test case for PerlIO::Scalar
23916              From: Benjamin Sugars <bsugars@canoe.ca>
23917              Date: Wed, 9 May 2001 18:03:45 -0400 (EDT)
23918              Message-ID: <Pine.LNX.4.21.0105091758220.1160-100000@marmot.rim.canoe.ca>
23919      Branch: perl
23920            ! t/lib/io_scalar.t
23921 ____________________________________________________________________________
23922 [ 10060] By: jhi                                   on 2001/05/09  23:04:38
23923         Log: Subject: [PATCH: perl@10022] update md5sum for MD5.xs on IBM-1047
23924              From: Peter Prymmer <pvhp@forte.com>
23925              Date: Wed, 9 May 2001 12:08:02 -0700 (PDT)
23926              Message-ID: <Pine.OSF.4.10.10105091205250.455254-100000@aspara.forte.com>
23927      Branch: perl
23928            ! t/lib/md5-file.t
23929 ____________________________________________________________________________
23930 [ 10059] By: jhi                                   on 2001/05/09  23:03:52
23931         Log: Subject: [PATCH t/TEST] B::Deparse tester
23932              From: Robin Houston <robin@kitsite.com>
23933              Date: Wed, 9 May 2001 19:17:50 +0100
23934              Message-ID: <20010509191750.A16940@penderel>
23935      Branch: perl
23936            ! ext/B/O.pm t/TEST
23937 ____________________________________________________________________________
23938 [ 10058] By: jhi                                   on 2001/05/09  23:02:56
23939         Log: Subject: [PATCH] Pod::Html -- fixes extra gaps in raw text
23940              From: Jeff Pinyan <jeffp@crusoe.net>
23941              Date: Wed, 9 May 2001 14:36:25 -0400 (EDT)
23942              Message-ID: <Pine.GSO.4.21.0105091430420.357-100000@crusoe.crusoe.net>
23943      Branch: perl
23944            ! lib/Pod/Html.pm
23945 ____________________________________________________________________________
23946 [ 10057] By: nick                                  on 2001/05/09  18:37:56
23947         Log: Integrate mainline.
23948      Branch: perlio
23949           !> Changes epoc/epocish.h ext/PerlIO/Scalar/Scalar.xs
23950           !> hints/hpux.sh lib/Pod/Html.pm patchlevel.h perlio.c
23951 ____________________________________________________________________________
23952 [ 10056] By: jhi                                   on 2001/05/09  16:44:44
23953         Log: Update Changes.
23954      Branch: perl
23955            ! Changes patchlevel.h
23956 ____________________________________________________________________________
23957 [ 10055] By: jhi                                   on 2001/05/09  16:26:47
23958         Log: Integrate perlio.
23959      Branch: perl
23960           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
23961 ____________________________________________________________________________
23962 [ 10054] By: jhi                                   on 2001/05/09  16:25:42
23963         Log: Subject: Re: [PATCH] Test offset when reading from a PerlIO::Scalar
23964              From: Benjamin Sugars <bsugars@canoe.ca>
23965              Date: Wed, 9 May 2001 12:42:30 -0400 (EDT)
23966              Message-ID: <Pine.LNX.4.21.0105091230110.1516-100000@marmot.rim.canoe.ca>
23967      Branch: perl
23968            ! perlio.c
23969 ____________________________________________________________________________
23970 [ 10053] By: jhi                                   on 2001/05/09  16:24:37
23971         Log: Subject: [PATCH] Test offset when reading from a PerlIO::Scalar
23972              From: Benjamin Sugars <bsugars@canoe.ca>
23973              Date: Tue, 8 May 2001 17:09:44 -0400 (EDT)
23974              Message-ID: <Pine.LNX.4.21.0105081654140.1212-100000@marmot.rim.canoe.ca>
23975      Branch: perl
23976            ! ext/PerlIO/Scalar/Scalar.xs
23977 ____________________________________________________________________________
23978 [ 10052] By: jhi                                   on 2001/05/09  16:19:04
23979         Log: Subject: [PATCH] Pod::Html doesn't honor =begin ... =end properly
23980              From: Jeff Pinyan <jeffp@crusoe.net>
23981              Date: Wed, 9 May 2001 12:35:24 -0400 (EDT)
23982              Message-ID: <Pine.GSO.4.21.0105091233430.357-100000@crusoe.crusoe.net>
23983      Branch: perl
23984            ! lib/Pod/Html.pm
23985 ____________________________________________________________________________
23986 [ 10051] By: jhi                                   on 2001/05/09  15:30:17
23987         Log: EPOC tweak from Olaf Flebbe.
23988      Branch: perl
23989            ! epoc/epocish.h
23990 ____________________________________________________________________________
23991 [ 10050] By: nick                                  on 2001/05/09  14:37:57
23992         Log: win32, regen_config_h
23993      Branch: perlio
23994            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
23995 ____________________________________________________________________________
23996 [ 10049] By: jhi                                   on 2001/05/09  12:33:39
23997         Log: Integrate perlio.
23998      Branch: perl
23999           !> pp_sys.c
24000 ____________________________________________________________________________
24001 [ 10048] By: nick                                  on 2001/05/09  11:59:50
24002         Log: If wait() or waitpid() ends due to EINTR despatch perl interrupt handler
24003              and re-try. Fixes "perl 5.7.x prefers suicide over killing more than one child."
24004      Branch: perlio
24005            ! pp_sys.c
24006 ____________________________________________________________________________
24007 [ 10047] By: jhi                                   on 2001/05/09  10:50:12
24008         Log: Integrate perlio.
24009      Branch: perl
24010           !> run.c
24011 ____________________________________________________________________________
24012 [ 10046] By: jhi                                   on 2001/05/09  10:49:34
24013         Log: Subject: Re: Less warnings during configure
24014              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
24015              Date: Wed, 09 May 2001 13:12:49 +0200
24016              Message-Id: <20010509125337.995D.H.M.BRAND@hccnet.nl>
24017      Branch: perl
24018            ! hints/hpux.sh
24019 ____________________________________________________________________________
24020 [ 10045] By: nick                                  on 2001/05/09  09:56:59
24021         Log: MULTIPLICITY/DEBUGGING build fix.
24022      Branch: perlio
24023            ! run.c
24024 ____________________________________________________________________________
24025 [ 10044] By: nick                                  on 2001/05/09  09:46:37
24026         Log: Merge of mainline (does not build MULTIPLICITY/DEBUGGING issue).
24027      Branch: perlio
24028           +> hints/atheos.sh pod/perl572delta.pod t/pod/plainer.t
24029            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
24030           !> (integrate 65 files)
24031 ____________________________________________________________________________
24032 [ 10043] By: jhi                                   on 2001/05/08  22:41:49
24033         Log: Subject: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
24034              From: Robin Houston <robin@kitsite.com>
24035              Date: Tue, 8 May 2001 19:38:00 +0100
24036              Message-ID: <20010508193800.A4389@penderel>
24037              
24038              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
24039              From: Robin Houston <robin@kitsite.com>
24040              Date: Tue, 8 May 2001 20:03:57 +0100
24041              Message-ID: <20010508200357.A4614@penderel>
24042              
24043              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
24044              From: Robin Houston <robin@kitsite.com>
24045              Date: Wed, 9 May 2001 00:12:05 +0100
24046              Message-ID: <20010509001205.A18521@puffinry.freeserve.co.uk>
24047      Branch: perl
24048            ! op.c pod/perldiag.pod t/pragma/overload.t t/pragma/warn/op
24049 ____________________________________________________________________________
24050 [ 10042] By: jhi                                   on 2001/05/08  22:09:35
24051         Log: Retract #10031.
24052      Branch: perl
24053            ! pod/perlfunc.pod
24054 ____________________________________________________________________________
24055 [ 10041] By: jhi                                   on 2001/05/08  18:27:34
24056         Log: The metaconfig unit changes for #10040.
24057      Branch: metaconfig/U/perl
24058            ! Checkcc.U d_dlsymun.U dlsrc.U
24059 ____________________________________________________________________________
24060 [ 10040] By: jhi                                   on 2001/05/08  18:24:47
24061         Log: The Configure half of
24062              
24063              Subject: Less warnings during configure
24064              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
24065              Date: Tue, 08 May 2001 08:44:02 +0200
24066              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
24067      Branch: perl
24068            ! Configure
24069 ____________________________________________________________________________
24070 [ 10039] By: jhi                                   on 2001/05/08  16:48:31
24071         Log: Subject: Less warnings during configure
24072              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
24073              Date: Tue, 08 May 2001 08:44:02 +0200
24074              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
24075      Branch: perl
24076            ! hints/hpux.sh
24077 ____________________________________________________________________________
24078 [ 10038] By: jhi                                   on 2001/05/08  16:32:07
24079         Log: Don't forget to whine about \d__\d.
24080      Branch: perl
24081            ! t/pragma/warn/toke toke.c
24082 ____________________________________________________________________________
24083 [ 10037] By: jhi                                   on 2001/05/08  16:07:05
24084         Log: Allow underscores also in the exponent part.
24085      Branch: perl
24086            ! t/pragma/warn/toke toke.c
24087 ____________________________________________________________________________
24088 [ 10036] By: jhi                                   on 2001/05/08  13:33:55
24089         Log: CodeMagicCD doesn't look like an *I*DE.
24090      Branch: perl
24091            ! pod/perlfaq3.pod
24092 ____________________________________________________________________________
24093 [ 10035] By: jhi                                   on 2001/05/08  13:27:48
24094         Log: Add Open Perl IDE, remove Perl Code Magic (the site seems
24095              to be consistently down).
24096      Branch: perl
24097            ! pod/perlfaq3.pod
24098 ____________________________________________________________________________
24099 [ 10034] By: jhi                                   on 2001/05/08  13:21:07
24100         Log: Upgrade to Text::Balanced 1.84.
24101      Branch: perl
24102            ! lib/Text/Balanced.pm t/lib/tb-xbrak.t
24103 ____________________________________________________________________________
24104 [ 10033] By: jhi                                   on 2001/05/08  12:41:53
24105         Log: Subject: Re: [PATCH] Find the last of the missing pad variables 
24106              From: Benjamin Sugars <bsugars@canoe.ca>
24107              Date: Tue, 8 May 2001 09:14:30 -0400 (EDT)
24108              Message-ID: <Pine.LNX.4.21.0105080912370.1930-100000@marmot.rim.canoe.ca>
24109      Branch: perl
24110            ! run.c
24111 ____________________________________________________________________________
24112 [ 10032] By: jhi                                   on 2001/05/08  12:40:28
24113         Log: Subject: [PATCH: perl@10022] cleaner cleanup for t/pod/plainer.t
24114              From: Peter Prymmer <pvhp@forte.com>
24115              Date: Mon, 7 May 2001 18:13:06 -0700 (PDT)
24116              Message-ID: <Pine.OSF.4.10.10105071810100.317708-100000@aspara.forte.com>
24117      Branch: perl
24118            ! t/pod/plainer.t
24119 ____________________________________________________________________________
24120 [ 10031] By: jhi                                   on 2001/05/08  12:35:25
24121         Log: (Retracted by #10042)
24122              
24123              Subject: Re: [ID 20010506.040] Infinite loop in lib/selfstubber.t under Cygwin
24124              From: "Philip Newton" <pnewton@gmx.de>
24125              Date: Tue, 8 May 2001 09:18:10 +0200
24126              Message-ID: <3AF7B9D2.28861.603732@localhost>
24127      Branch: perl
24128            ! pod/perlfunc.pod
24129 ____________________________________________________________________________
24130 [ 10030] By: jhi                                   on 2001/05/08  12:32:23
24131         Log: Subject: [PATCH B::Deparse] Document known bugs
24132              From: Robin Houston <robin@kitsite.com>
24133              Date: Tue, 8 May 2001 01:53:34 +0100
24134              Message-ID: <20010508015334.A32394@penderel>
24135      Branch: perl
24136            ! ext/B/B/Deparse.pm
24137 ____________________________________________________________________________
24138 [ 10029] By: jhi                                   on 2001/05/08  12:28:28
24139         Log: Subject: Re: Perl book, magazine and website updates.
24140              From: "Philip Newton" <pnewton@gmx.de>
24141              Date: Mon, 7 May 2001 17:03:58 +0200
24142              Message-ID: <3AF6D57E.5387.1E29930@localhost>
24143      Branch: perl
24144            ! pod/perlfaq2.pod
24145 ____________________________________________________________________________
24146 [ 10028] By: jhi                                   on 2001/05/07  23:53:30
24147         Log: Subject: [PATCH: perl@10022] YA tweak to avoid open file conflict in io/fflush.t
24148              From: Peter Prymmer <pvhp@forte.com>
24149              Date: Mon, 7 May 2001 17:50:48 -0700 (PDT)
24150              Message-ID: <Pine.OSF.4.10.10105071746570.317708-100000@aspara.forte.com> 
24151      Branch: perl
24152            ! t/io/fflush.t
24153 ____________________________________________________________________________
24154 [ 10027] By: jhi                                   on 2001/05/07  23:22:48
24155         Log: Subject: [PATCH B::Deparse] Give (?{...}) a taste of its own medicine
24156              From: Robin Houston <robin@kitsite.com>
24157              Date: Tue, 8 May 2001 01:14:55 +0100
24158              Message-ID: <20010508011455.A32162@penderel>
24159      Branch: perl
24160            ! ext/B/B/Deparse.pm
24161 ____________________________________________________________________________
24162 [ 10026] By: jhi                                   on 2001/05/07  23:15:05
24163         Log: Typo in #10025.
24164      Branch: perl
24165            ! hints/uts.sh
24166 ____________________________________________________________________________
24167 [ 10025] By: jhi                                   on 2001/05/07  21:15:35
24168         Log: cc, cflags, and optimize tweaks for UTS from Hal Morris.
24169      Branch: perl
24170            ! hints/uts.sh
24171 ____________________________________________________________________________
24172 [ 10024] By: jhi                                   on 2001/05/07  20:58:40
24173         Log: Subject: Re: [ID 20010506.045] question about hash syntax
24174              From: Peter Scott <Peter@PSDT.com>
24175              Date: Sun, 06 May 2001 13:10:40 -0700
24176              Message-Id: <4.3.2.7.2.20010506113015.00b46100@psdt.com>
24177      Branch: perl
24178            ! pod/perl56delta.pod
24179 ____________________________________________________________________________
24180 [ 10023] By: jhi                                   on 2001/05/07  20:41:26
24181         Log: Configure should figure out the list of dynamic extensions
24182              just fine in UTS-- and in fact it does, as reported by Hal Morris.
24183      Branch: perl
24184            ! hints/uts.sh
24185 ____________________________________________________________________________
24186 [ 10022] By: jhi                                   on 2001/05/07  20:24:11
24187         Log: Update Changes.
24188      Branch: perl
24189            ! Changes patchlevel.h
24190 ____________________________________________________________________________
24191 [ 10021] By: jhi                                   on 2001/05/07  20:11:31
24192         Log: Subject: [PATCH regcomp.c] Insecure regexes
24193              From: Robin Houston <robin@kitsite.com>
24194              Date: Mon, 7 May 2001 21:56:12 +0100
24195              Message-ID: <20010507215612.A31114@penderel>
24196      Branch: perl
24197            ! regcomp.c
24198 ____________________________________________________________________________
24199 [ 10020] By: jhi                                   on 2001/05/07  20:02:30
24200         Log: Drop the foobar.perl.com references for now until Simon
24201              gets them sorted out.
24202      Branch: perl
24203            ! pod/perlfaq2.pod
24204 ____________________________________________________________________________
24205 [ 10019] By: jhi                                   on 2001/05/07  19:54:33
24206         Log: Subject: Re: RFC: changing Devel::SelfStubber to relinquish its grasp
24207              From: Prymmer/Kahn <pvhp@best.com>
24208              Date: Mon, 7 May 2001 07:47:21 -0700 (PDT)
24209              Message-ID: <Pine.BSF.4.21.0105070733080.13301-100000@shell8.ba.best.com>
24210      Branch: perl
24211            ! lib/Devel/SelfStubber.pm
24212 ____________________________________________________________________________
24213 [ 10018] By: jhi                                   on 2001/05/07  19:53:10
24214         Log: Subject: Re: [ID 20010506.022] Win32/Makefile problems in 5.7.1 
24215              From: Prymmer/Kahn <pvhp@best.com>
24216              Date: Sun, 6 May 2001 21:34:56 -0700 (PDT)
24217              Message-ID: <Pine.BSF.4.21.0105062131520.17625-100000@shell8.ba.best.com>
24218      Branch: perl
24219            ! win32/Makefile
24220 ____________________________________________________________________________
24221 [ 10017] By: jhi                                   on 2001/05/07  19:35:10
24222         Log: s/WebTechnique's/WebTechniques/
24223      Branch: perl
24224            ! pod/perlfaq2.pod
24225 ____________________________________________________________________________
24226 [ 10016] By: jhi                                   on 2001/05/07  12:26:29
24227         Log: Llama 3 updates from Randal.
24228      Branch: perl
24229            ! pod/perlfaq2.pod
24230 ____________________________________________________________________________
24231 [ 10015] By: jhi                                   on 2001/05/07  01:34:38
24232         Log: Subject: [PATCH] Help -Dt show correct pad variables
24233              From: Benjamin Sugars <ben.sugars@home.com>
24234              Date: Sun, 6 May 2001 12:54:13 -0400 (EDT)
24235              Message-ID: <Pine.LNX.4.21.0105061142040.12858-100000@localhost.localdomain>
24236      Branch: perl
24237            ! embed.h embed.pl proto.h run.c
24238 ____________________________________________________________________________
24239 [ 10014] By: jhi                                   on 2001/05/07  01:23:56
24240         Log: Subject: [PATCH] Document C<our $foo : shared>
24241              From: Benjamin Sugars <ben.sugars@home.com>
24242              Date: Sun, 6 May 2001 19:00:55 -0400 (EDT)
24243              Message-ID: <Pine.LNX.4.21.0105061847090.9500-100000@localhost.localdomain>
24244      Branch: perl
24245            ! pod/perlfunc.pod
24246 ____________________________________________________________________________
24247 [ 10013] By: jhi                                   on 2001/05/07  01:22:22
24248         Log: Subject: [PATCH B::Deparse] undefined folded constants
24249              From: Robin Houston <robin@kitsite.com>
24250              Date: Sun, 6 May 2001 17:19:09 +0100
24251              Message-ID: <20010506171909.A7046@penderel>
24252      Branch: perl
24253            ! ext/B/B/Deparse.pm
24254 ____________________________________________________________________________
24255 [ 10012] By: jhi                                   on 2001/05/07  00:57:38
24256         Log: Subject: [PATCH B::Deparse] use Foo (sub {...});
24257              From: Robin Houston <robin@kitsite.com>
24258              Message-ID: <20010506164654.A6848@penderel>
24259              Date: Sun, 6 May 2001 16:46:54 +0100
24260      Branch: perl
24261            ! ext/B/B/Deparse.pm
24262 ____________________________________________________________________________
24263 [ 10011] By: jhi                                   on 2001/05/07  00:52:18
24264         Log: Subject: [PATCH t/op/my_stash.t] Naughty?
24265              From: Robin Houston <robin@kitsite.com>
24266              Date: Sun, 6 May 2001 14:47:02 +0100
24267              Message-ID: <20010506144702.A6308@penderel>
24268      Branch: perl
24269            ! t/op/my_stash.t
24270 ____________________________________________________________________________
24271 [ 10010] By: jhi                                   on 2001/05/06  15:07:51
24272         Log: Subject: Perl book, magazine and website updates.
24273              From: Simon Cozens <simon@netthink.co.uk>
24274              Date: Sun, 6 May 2001 16:55:36 +0100
24275              Message-ID: <20010506165536.A1795@netthink.co.uk>
24276      Branch: perl
24277            ! pod/perlbook.pod pod/perlfaq2.pod
24278 ____________________________________________________________________________
24279 [ 10009] By: jhi                                   on 2001/05/06  14:11:40
24280         Log: Tweaks on the Tru64 prof options.
24281      Branch: perl
24282            ! pod/perlhack.pod
24283 ____________________________________________________________________________
24284 [ 10008] By: jhi                                   on 2001/05/06  13:51:49
24285         Log: Subject: [PATCH t/pod/testp2pt.pl] Give deparse tester a chance
24286              From: Robin Houston <robin@kitsite.com>
24287              Date: Sun, 6 May 2001 14:40:51 +0100
24288              Message-ID: <20010506144051.A6279@penderel>
24289      Branch: perl
24290            ! t/pod/testp2pt.pl
24291 ____________________________________________________________________________
24292 [ 10007] By: jhi                                   on 2001/05/06  13:49:31
24293         Log: Subject: [PATCH B::Deparse] scoping
24294              From: Robin Houston <robin@kitsite.com>
24295              Date: Sun, 6 May 2001 14:36:56 +0100
24296              Message-ID: <20010506143656.A4006@penderel>
24297      Branch: perl
24298            ! ext/B/B/Deparse.pm ext/B/defsubs_h.PL t/lib/b-deparse.t
24299 ____________________________________________________________________________
24300 [ 10006] By: jhi                                   on 2001/05/06  13:24:12
24301         Log: Document the undefinedness of bitshifting out of range.
24302      Branch: perl
24303            ! pod/perlop.pod
24304 ____________________________________________________________________________
24305 [ 10005] By: jhi                                   on 2001/05/06  13:03:17
24306         Log: Retract #10003 and update the IDE descriptions a bit.
24307      Branch: perl
24308            ! pod/perlfaq3.pod
24309 ____________________________________________________________________________
24310 [ 10004] By: jhi                                   on 2001/05/06  03:02:41
24311         Log: Subject: [PATCH: perl@10001] win32 update (VC,Borland,gcc), nmake update
24312              From: Prymmer/Kahn <pvhp@best.com>
24313              Date: Sat, 5 May 2001 20:30:49 -0700 (PDT)
24314              Message-ID: <Pine.BSF.4.21.0105052017370.3961-100000@shell8.ba.best.com>
24315      Branch: perl
24316            ! win32/Makefile win32/buildext.pl win32/config.bc
24317            ! win32/config.gc win32/config.vc
24318 ____________________________________________________________________________
24319 [ 10003] By: jhi                                   on 2001/05/05  20:24:44
24320         Log: (Retracted by #10005.)
24321      Branch: perl
24322            ! pod/perlfaq3.pod
24323 ____________________________________________________________________________
24324 [ 10002] By: jhi                                   on 2001/05/05  19:23:36
24325         Log: It's "psed", not "sed".
24326      Branch: perl
24327            ! x2p/s2p.PL
24328 ____________________________________________________________________________
24329 [ 10001] By: jhi                                   on 2001/05/05  18:35:38
24330         Log: Update Changes.
24331      Branch: perl
24332            ! Changes patchlevel.h
24333 ____________________________________________________________________________
24334 [ 10000] By: jhi                                   on 2001/05/05  18:32:15
24335         Log: Subject: Re: bleadperl make install fails due to "psed"
24336              From: andreas.koenig@anima.de (Andreas J. Koenig)
24337              Date: 05 May 2001 18:23:28 +0200
24338              Message-ID: <m3u22zg3y7.fsf@ak-71.mind.de>
24339      Branch: perl
24340            ! x2p/Makefile.SH x2p/s2p.PL
24341 ____________________________________________________________________________
24342 [  9999] By: jhi                                   on 2001/05/05  18:28:09
24343         Log: AUTHORS updates.
24344      Branch: perl
24345            ! AUTHORS
24346 ____________________________________________________________________________
24347 [  9998] By: jhi                                   on 2001/05/05  18:16:00
24348         Log: Updates on the pods related to the modules included since 5.6.
24349              
24350              TODO: perltodo really could use major updating.
24351      Branch: perl
24352            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq7.pod
24353            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
24354            ! pod/perlop.pod pod/perlport.pod pod/perlsec.pod
24355            ! pod/perlsyn.pod pod/perltodo.pod
24356 ____________________________________________________________________________
24357 [  9997] By: jhi                                   on 2001/05/05  17:35:17
24358         Log: Hints file for AtheOS ( http://www.atheos.cx/ ),
24359              from Kurt Skauen.
24360      Branch: perl
24361            + hints/atheos.sh
24362            ! MANIFEST
24363 ____________________________________________________________________________
24364 [  9996] By: jhi                                   on 2001/05/05  17:25:00
24365         Log: Add preemptive #undefs for some of the shorter and more prone
24366              to collision regcomp.h #defines.  (Background: the MASK collided
24367              with a system header #define in Rhapsody.)
24368      Branch: perl
24369            ! regcomp.h
24370 ____________________________________________________________________________
24371 [  9995] By: jhi                                   on 2001/05/05  13:24:21
24372         Log: Subject: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
24373              From: Nicholas Clark <nick@ccl4.org>
24374              Date: Sat, 5 May 2001 14:46:39 +0100
24375              Message-ID: <20010505144639.O53513@plum.flirble.org>
24376              
24377              Add a test for the constants (if any) being processed correctly.
24378      Branch: perl
24379            ! utils/h2xs.PL
24380 ____________________________________________________________________________
24381 [  9994] By: jhi                                   on 2001/05/05  02:11:03
24382         Log: Subject: [PATCH & retract: perl@9973] the real fix for t/lib/b-stash.t
24383              From: Peter Prymmer <pvhp@forte.com>
24384              Date: Fri, 4 May 2001 17:44:13 -0700 (PDT)
24385              Message-ID: <Pine.OSF.4.10.10105041734280.67333-100000@aspara.forte.com>
24386      Branch: perl
24387            ! t/lib/b-stash.t
24388 ____________________________________________________________________________
24389 [  9993] By: jhi                                   on 2001/05/05  02:03:49
24390         Log: Subject: [PATCH: perl@9973] fix const poisioning in  PerlIO_openn->fdopen->openn
24391              From: Peter Prymmer <pvhp@forte.com>
24392              Date: Fri, 4 May 2001 17:29:02 -0700 (PDT)
24393              Message-ID: <Pine.OSF.4.10.10105041727420.67333-100000@aspara.forte.com>
24394      Branch: perl
24395            ! perlio.c vms/vmsish.h
24396 ____________________________________________________________________________
24397 [  9992] By: jhi                                   on 2001/05/04  17:21:12
24398         Log: Subject: [PATHC perl@9944] missing library tests: Pod::Plainer
24399              From: Robin Barker <rmb1@cise.npl.co.uk>
24400              Date: Fri, 4 May 2001 18:13:47 +0100 (BST)
24401              Message-Id: <200105041713.SAA14842@tempest.npl.co.uk>
24402      Branch: perl
24403            + t/pod/plainer.t
24404            ! MANIFEST
24405 ____________________________________________________________________________
24406 [  9991] By: jhi                                   on 2001/05/04  16:47:45
24407         Log: Subject: [PATCH perl@9944] -Wformat error from ext/re/re_comp.c
24408              From: Robin Barker <rmb1@cise.npl.co.uk>
24409              Date: Fri, 4 May 2001 18:09:13 +0100 (BST)
24410              Message-Id: <200105041709.SAA14835@tempest.npl.co.uk>
24411      Branch: perl
24412            ! regcomp.c
24413 ____________________________________________________________________________
24414 [  9990] By: jhi                                   on 2001/05/04  14:37:20
24415         Log: Subject: [PATCH: perl@9973] let win32 run t/lib/b-stash.t
24416              From: Prymmer/Kahn <pvhp@best.com>
24417              Date: Fri, 4 May 2001 07:31:01 -0700 (PDT)
24418              Message-ID: <Pine.BSF.4.21.0105040727430.14844-100000@shell8.ba.best.com>
24419      Branch: perl
24420            ! t/lib/b-stash.t
24421 ____________________________________________________________________________
24422 [  9989] By: jhi                                   on 2001/05/04  14:03:58
24423         Log: Introduce perl572delta, update Todo, add the missing
24424              mention about signal safety since 5.7.1 (though this
24425              requires verification and more details.)
24426      Branch: perl
24427            + pod/perl572delta.pod
24428            ! MANIFEST Todo pod/perl571delta.pod
24429 ____________________________________________________________________________
24430 [  9988] By: jhi                                   on 2001/05/04  12:41:51
24431         Log: Subject: [PATCH perl@9944] long =item
24432              From: Robin Barker <rmb1@cise.npl.co.uk>
24433              Date: Fri, 4 May 2001 14:15:20 +0100 (BST)
24434              Message-Id: <200105041315.OAA00436@tempest.npl.co.uk>
24435      Branch: perl
24436            ! ext/Time/HiRes/HiRes.pm
24437 ____________________________________________________________________________
24438 [  9987] By: jhi                                   on 2001/05/04  12:39:19
24439         Log: The #9901 had removed one line essential for EBCDIC.
24440      Branch: perl
24441            ! regcomp.c
24442 ____________________________________________________________________________
24443 [  9986] By: jhi                                   on 2001/05/04  12:30:23
24444         Log: Subject: cygwin/Makefile.SHs INSTALL patch
24445              From: Reini Urban <rurban@sbox.tu-graz.ac.at>
24446              Date: Mon, 08 Jan 2001 04:59:21 +0200
24447              Message-ID: <3A592D09.FD6AD35D@sbox.tu-graz.ac.at> 
24448      Branch: perl
24449            ! cygwin/Makefile.SHs
24450 ____________________________________________________________________________
24451 [  9985] By: jhi                                   on 2001/05/04  03:51:39
24452         Log: Encode/IO doc tweaks.
24453      Branch: perl
24454            ! ext/Encode/Encode.pm
24455 ____________________________________________________________________________
24456 [  9984] By: jhi                                   on 2001/05/04  03:29:34
24457         Log: Remove GDBM_File from the dynamic extensions for UTS,
24458              GDBM is not a standard feature.
24459      Branch: perl
24460            ! hints/uts.sh
24461 ____________________________________________________________________________
24462 [  9983] By: jhi                                   on 2001/05/04  03:22:59
24463         Log: Document the \pX and \p{Yz} (and \p{BidiXYZ}) classes a bit more.
24464      Branch: perl
24465            ! pod/perlretut.pod
24466 ____________________________________________________________________________
24467 [  9982] By: jhi                                   on 2001/05/03  23:21:03
24468         Log: Subject: [PATCH] Let sv_dump understand GvSHARED
24469              From: Benjamin Sugars <bsugars@canoe.ca>
24470              Date: Thu, 3 May 2001 16:51:07 -0400 (EDT)
24471              Message-ID: <Pine.LNX.4.21.0105031645280.805-100000@marmot.rim.canoe.ca>
24472      Branch: perl
24473            ! dump.c
24474 ____________________________________________________________________________
24475 [  9981] By: jhi                                   on 2001/05/03  23:20:05
24476         Log: Subject: [PATCH] Allow clobbering of a PerlIO::Scalar and more tests
24477              From: Benjamin Sugars <bsugars@canoe.ca>
24478              Date: Thu, 3 May 2001 15:28:21 -0400 (EDT)
24479              Message-ID: <Pine.LNX.4.21.0105031508360.805-100000@marmot.rim.canoe.ca>
24480      Branch: perl
24481            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
24482 ____________________________________________________________________________
24483 [  9980] By: jhi                                   on 2001/05/03  23:15:29
24484         Log: Integrate perlio.
24485      Branch: perl
24486           !> ext/Encode/Encode.pm
24487 ____________________________________________________________________________
24488 [  9979] By: jhi                                   on 2001/05/03  16:54:59
24489         Log: Install psed man page.
24490      Branch: perl
24491            ! installman
24492 ____________________________________________________________________________
24493 [  9978] By: jhi                                   on 2001/05/03  16:45:58
24494         Log: Remove unused files; noted by Sarathy.
24495      Branch: perl
24496            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
24497            ! MANIFEST
24498 ____________________________________________________________________________
24499 [  9977] By: jhi                                   on 2001/05/03  16:42:30
24500         Log: Subject: [PATCH bleadperl] INSTALL patch -- space requirements
24501              From: Andy Dougherty <doughera@lafayette.edu>
24502              Date: Thu, 3 May 2001 11:16:10 -0400 (EDT)
24503              Message-ID: <Pine.SOL.4.10.10105031114500.17868-100000@maxwell.phys.lafayette.edu>
24504      Branch: perl
24505            ! INSTALL
24506 ____________________________________________________________________________
24507 [  9976] By: nick                                  on 2001/05/03  16:40:42
24508         Log: Allow $answer = encode($object,$text); like it says in docs.
24509      Branch: perlio
24510            ! ext/Encode/Encode.pm
24511 ____________________________________________________________________________
24512 [  9975] By: nick                                  on 2001/05/03  16:22:30
24513         Log: Fix latin1 etc. alias code - (bit rot?) - the @latin2iso array now seems to need
24514              to be in scope (fair enough), and also a package variable (our) for eval to see it.
24515      Branch: perlio
24516            ! ext/Encode/Encode.pm
24517 ____________________________________________________________________________
24518 [  9974] By: nick                                  on 2001/05/03  15:48:17
24519         Log: Integrate mainline.
24520      Branch: perlio
24521           +> lib/NEXT.pm t/io/fflush.t t/lib/MyFilter.pm
24522           +> t/lib/filter-simple.t t/lib/next.t
24523           !> (integrate 70 files)
24524 ____________________________________________________________________________
24525 [  9973] By: jhi                                   on 2001/05/03  13:09:09
24526         Log: Update Changes.
24527      Branch: perl
24528            ! Changes patchlevel.h
24529 ____________________________________________________________________________
24530 [  9972] By: jhi                                   on 2001/05/03  12:58:33
24531         Log: Subject: [PATCH: perl@9945] fix handling of $Config{variables} in io/fflush.t
24532              From: Prymmer/Kahn <pvhp@best.com>
24533              Date: Wed, 2 May 2001 23:56:13 -0700 (PDT)
24534              Message-ID: <Pine.BSF.4.21.0105022353380.24421-100000@shell8.ba.best.com>
24535      Branch: perl
24536            ! t/io/fflush.t
24537 ____________________________________________________________________________
24538 [  9971] By: jhi                                   on 2001/05/03  12:57:26
24539         Log: Subject: [PATCH: perl@9945] two fixes for win32/FindExt.pm
24540              From: Prymmer/Kahn <pvhp@best.com>
24541              Date: Wed, 2 May 2001 23:42:33 -0700 (PDT)
24542              Message-ID: <Pine.BSF.4.21.0105022337070.24421-100000@shell8.ba.best.com>
24543      Branch: perl
24544            ! win32/FindExt.pm
24545 ____________________________________________________________________________
24546 [  9970] By: jhi                                   on 2001/05/03  02:42:46
24547         Log: Can't croak sans thread context, from Doug MacEachern.
24548      Branch: perl
24549            ! toke.c
24550 ____________________________________________________________________________
24551 [  9969] By: jhi                                   on 2001/05/03  01:23:48
24552         Log: Subject: Random input test and Perl
24553              From: Ilya Zakharevich <ilya@math.berkeley.edu>
24554              Date: Wed, 2 May 2001 14:35:50 -0700 (PDT)
24555              Message-Id: <200105022135.OAA26245@fac-813-1.math.Berkeley.EDU>
24556      Branch: perl
24557            ! toke.c
24558 ____________________________________________________________________________
24559 [  9968] By: jhi                                   on 2001/05/02  22:17:21
24560         Log: Subject: [PATCH: perl@9945] fix some misinformation in perlfunc.pod
24561              From: Peter Prymmer <pvhp@forte.com>
24562              Date: Wed, 2 May 2001 15:58:18 -0700 (PDT)
24563              Message-ID: <Pine.OSF.4.10.10105021554040.342459-100000@aspara.forte.com>
24564      Branch: perl
24565            ! pod/perlfunc.pod pod/perlport.pod
24566 ____________________________________________________________________________
24567 [  9967] By: jhi                                   on 2001/05/02  20:12:45
24568         Log: Workaround for UTS compiler casting bug from Hal Morris.
24569      Branch: perl
24570            ! perl.h
24571 ____________________________________________________________________________
24572 [  9966] By: jhi                                   on 2001/05/02  18:31:37
24573         Log: Subject: Re: [PATCH 5.6.1] Multiplicity and thread fixes for VMS 
24574              From: Dan Sugalski <dan@sidhe.org>
24575              Date: Wed, 02 May 2001 15:23:22 -0400
24576              Message-Id: <5.0.2.1.0.20010502152210.01f65550@24.8.96.48>
24577      Branch: perl
24578            ! perl.c vms/vms.c
24579 ____________________________________________________________________________
24580 [  9965] By: jhi                                   on 2001/05/02  18:21:29
24581         Log: Minor doc tweaks on endianness, closes bug 20010327.004.
24582      Branch: perl
24583            ! pod/perlfunc.pod
24584 ____________________________________________________________________________
24585 [  9964] By: jhi                                   on 2001/05/02  18:15:01
24586         Log: Document large files in INSTALL, document also the %x
24587              limitation if not use64bitint, closes bug 20010326.007.
24588      Branch: perl
24589            ! INSTALL
24590 ____________________________________________________________________________
24591 [  9963] By: jhi                                   on 2001/05/02  17:24:47
24592         Log: perlmodlib tweaks; regen pods.
24593      Branch: perl
24594            ! pod/Makefile.SH pod/perlmodlib.PL pod/perlmodlib.pod
24595            ! pod/perltoc.pod
24596 ____________________________________________________________________________
24597 [  9962] By: jhi                                   on 2001/05/02  17:14:00
24598         Log: Fix for a segfault, from Marc Lehmann.
24599      Branch: perl
24600            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.xs
24601 ____________________________________________________________________________
24602 [  9961] By: jhi                                   on 2001/05/02  15:55:53
24603         Log: Subject: [DOC PATCH bleadperl] minor nits in perlop.pod
24604              From: "Philip Newton" <pnewton@gmx.de>
24605              Date: Wed, 2 May 2001 18:39:03 +0200
24606              Message-ID: <3AF05447.15525.173B588@localhost>
24607      Branch: perl
24608            ! pod/perlop.pod
24609 ____________________________________________________________________________
24610 [  9960] By: jhi                                   on 2001/05/02  15:35:37
24611         Log: Subject: [PATCH 5.6.1] Multiplicity and thread fixes for VMS
24612              From: Dan Sugalski <dan@sidhe.org>
24613              Date: Wed, 02 May 2001 11:37:27 -0400
24614              Message-Id: <5.0.2.1.0.20010502112909.01f24e28@24.8.96.48>
24615      Branch: perl
24616            ! doio.c ext/File/Glob/bsd_glob.c perl.c perl.h pp_sys.c
24617            ! thread.h vms/vms.c vms/vmsish.h
24618 ____________________________________________________________________________
24619 [  9959] By: jhi                                   on 2001/05/02  15:21:08
24620         Log: Subject: Re: [PATCH] Allow appending on a PerlIO::Scalar
24621              From: Benjamin Sugars <bsugars@canoe.ca>
24622              Date: Wed, 2 May 2001 10:53:11 -0400 (EDT)
24623              Message-ID: <Pine.LNX.4.21.0105021041380.1652-100000@marmot.rim.canoe.ca>
24624      Branch: perl
24625            ! ext/PerlIO/Scalar/Scalar.xs
24626 ____________________________________________________________________________
24627 [  9958] By: jhi                                   on 2001/05/02  15:15:53
24628         Log: Bug in #9915, spotted by Mike Guy.
24629      Branch: perl
24630            ! installperl
24631 ____________________________________________________________________________
24632 [  9957] By: jhi                                   on 2001/05/02  13:26:01
24633         Log: Add a test for not griping about references as array
24634              indices if the reference has magic in it (overloaded
24635              methods).
24636      Branch: perl
24637            ! pod/perldiag.pod t/pragma/warn/pp_hot
24638 ____________________________________________________________________________
24639 [  9956] By: jhi                                   on 2001/05/02  13:07:01
24640         Log: Retracted a bit too much in #9952.
24641      Branch: perl
24642            ! t/pragma/sub_lval.t
24643 ____________________________________________________________________________
24644 [  9955] By: jhi                                   on 2001/05/02  13:05:38
24645         Log: Test for #9952.
24646      Branch: perl
24647            ! t/op/tie.t
24648 ____________________________________________________________________________
24649 [  9954] By: jhi                                   on 2001/05/02  11:48:18
24650         Log: Additional note on the encoding example: one cannot
24651              convert string constants in-place.
24652      Branch: perl
24653            ! ext/Encode/Encode.pm
24654 ____________________________________________________________________________
24655 [  9953] By: jhi                                   on 2001/05/02  11:43:51
24656         Log: Note that if you have recent enough Perl you already
24657              have Filter::Util::Call.
24658      Branch: perl
24659            ! lib/Filter/Simple.pm
24660 ____________________________________________________________________________
24661 [  9952] By: jhi                                   on 2001/05/02  11:31:53
24662         Log: Retract changes #8254 and #8255, causes coredump in
24663              'tie FH, "main"', reported by Abigail, culprit found by
24664              Benjamin Sugars.  Mirrors maintperl change #9950.
24665      Branch: perl
24666            ! op.c t/pragma/sub_lval.t
24667 ____________________________________________________________________________
24668 [  9951] By: jhi                                   on 2001/05/02  11:14:29
24669         Log: Forgot from #9942.  (Needed by t/lib/filter-simple.t.)
24670      Branch: perl
24671            + t/lib/MyFilter.pm
24672 ____________________________________________________________________________
24673 [  9950] By: gsar                                  on 2001/05/02  03:17:11
24674         Log: revert integration of changes#8254,8255 in change#8620 (causes
24675              a coredump in C<tie FH, 'foo'>; the idea itself may need better
24676              rationalization)
24677      Branch: maint-5.6/perl
24678            ! op.c t/pragma/sub_lval.t
24679 ____________________________________________________________________________
24680 [  9949] By: gsar                                  on 2001/05/02  02:56:32
24681         Log: integrate changes#9774,9814 from mainline (Unixware fixes)
24682              
24683              Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
24684              
24685              Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
24686      Branch: maint-5.6/perl
24687           !> hints/svr5.sh
24688 ____________________________________________________________________________
24689 [  9948] By: gsar                                  on 2001/05/02  02:49:15
24690         Log: pod/find.t breaks on VMS (from Craig Berry)
24691      Branch: maint-5.6/perl
24692            ! t/pod/find.t
24693 ____________________________________________________________________________
24694 [  9947] By: jhi                                   on 2001/05/02  02:43:09
24695         Log: Add an encoding conversion example.
24696      Branch: perl
24697            ! ext/Encode/Encode.pm
24698 ____________________________________________________________________________
24699 [  9946] By: jhi                                   on 2001/05/02  01:34:22
24700         Log: Another coat of paint but still nowhere finished.
24701              Need to decide on the semantics of strptime(): should
24702              strptime() be a function instead of a method?  To do
24703              the week/monthname-strptiming the i18n/l10n bullet needs
24704              to be bitten with gusto.
24705      Branch: perl
24706            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
24707 ____________________________________________________________________________
24708 [  9945] By: jhi                                   on 2001/05/01  23:40:52
24709         Log: Update Changes.
24710      Branch: perl
24711            ! Changes patchlevel.h
24712 ____________________________________________________________________________
24713 [  9944] By: jhi                                   on 2001/05/01  23:33:37
24714         Log: Add known-to-be-tested modules to the list-to-be-skipped.
24715      Branch: perl
24716            ! t/lib/1_compile.t
24717 ____________________________________________________________________________
24718 [  9943] By: jhi                                   on 2001/05/01  23:24:40
24719         Log: Subject: BorlandC++ fix
24720              From: "Vadim Konovalov" <watman@inbox.ru>
24721              Date: Mon, 30 Apr 2001 20:12:26 -0700
24722              Message-ID: <006e01c0d1ec$8fb1b8d0$406bff87@vad>
24723      Branch: perl
24724            ! win32/makefile.mk
24725 ____________________________________________________________________________
24726 [  9942] By: jhi                                   on 2001/05/01  23:18:02
24727         Log: Update to Filter::Simple 0.60, create a test for it.
24728      Branch: perl
24729            + t/lib/filter-simple.t
24730            ! MANIFEST lib/Filter/Simple.pm
24731 ____________________________________________________________________________
24732 [  9941] By: jhi                                   on 2001/05/01  19:47:24
24733         Log: Subject: Re: bleadperl: s/// failure with \b and /g 
24734              From: Hugo <hv@crypt.compulink.co.uk>
24735              Date: Tue, 01 May 2001 20:12:20 +0100
24736              Message-Id: <200105011912.UAA06826@crypt.compulink.co.uk>
24737      Branch: perl
24738            ! pp_hot.c t/op/re_tests
24739 ____________________________________________________________________________
24740 [  9940] By: jhi                                   on 2001/05/01  19:42:16
24741         Log: Integrate perlio.
24742      Branch: perl
24743           !> lib/base.pm t/lib/fields.t
24744 ____________________________________________________________________________
24745 [  9939] By: jhi                                   on 2001/05/01  19:39:51
24746         Log: Subject: [PATCH] Allow appending on a PerlIO::Scalar
24747              From: Benjamin Sugars <bsugars@canoe.ca>
24748              Date: Tue, 1 May 2001 16:32:03 -0400 (EDT)
24749              Message-ID: <Pine.LNX.4.21.0105011627110.1526-100000@marmot.rim.canoe.ca>
24750      Branch: perl
24751            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
24752 ____________________________________________________________________________
24753 [  9938] By: jhi                                   on 2001/05/01  19:34:09
24754         Log: Add NEXT, a pseudo-class for method redispatching.
24755              <Damian>NEXT.pm probably offers more bang-for-buck
24756              than anything else I've ever written.</Damian>
24757      Branch: perl
24758            + lib/NEXT.pm t/lib/next.t
24759            ! MANIFEST
24760 ____________________________________________________________________________
24761 [  9937] By: jhi                                   on 2001/05/01  19:21:41
24762         Log: Update to Switch 2.02.
24763      Branch: perl
24764            ! lib/Switch.pm t/lib/switch.t
24765 ____________________________________________________________________________
24766 [  9936] By: nick                                  on 2001/05/01  19:09:21
24767         Log: Fix for base.pm clobbering $VERSION
24768      Branch: perlio
24769            ! lib/base.pm
24770 ____________________________________________________________________________
24771 [  9935] By: nick                                  on 2001/05/01  18:54:38
24772         Log: Test for base.pm clobbering $VERSION.
24773      Branch: perlio
24774            ! t/lib/fields.t
24775 ____________________________________________________________________________
24776 [  9934] By: jhi                                   on 2001/05/01  18:39:10
24777         Log: Add information about Scalar::Util::blessed.
24778      Branch: perl
24779            ! pod/perlobj.pod
24780 ____________________________________________________________________________
24781 [  9933] By: jhi                                   on 2001/05/01  18:33:51
24782         Log: Subject: Extra UNIVERSAL documentation
24783              From: Mike Guy <mjtg@cam.ac.uk>
24784              Date: Tue, 01 May 2001 20:12:11 +0100
24785              Message-Id: <E14ufZD-0007kD-00@libra.cus.cam.ac.uk>
24786      Branch: perl
24787            ! pod/perlobj.pod
24788 ____________________________________________________________________________
24789 [  9932] By: jhi                                   on 2001/05/01  18:26:54
24790         Log: Subject: Autoflush in tests as appropriate
24791              From: Mike Guy <mjtg@cam.ac.uk>
24792              Date: Tue, 01 May 2001 20:05:31 +0100
24793              Message-Id: <E14ufSl-0007gS-00@libra.cus.cam.ac.uk>
24794      Branch: perl
24795            ! t/lib/syslfs.t t/op/die_exit.t t/op/lex_assign.t t/op/lfs.t
24796            ! t/op/taint.t
24797 ____________________________________________________________________________
24798 [  9931] By: jhi                                   on 2001/05/01  18:02:29
24799         Log: Subject: [PATCH] Multiple consecutive writes on PerlIO::Scalar
24800              From: Benjamin Sugars <bsugars@canoe.ca>
24801              Date: Tue, 1 May 2001 14:58:24 -0400 (EDT)
24802              Message-ID: <Pine.LNX.4.21.0105011431300.1526-100000@marmot.rim.canoe.ca>
24803      Branch: perl
24804            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
24805 ____________________________________________________________________________
24806 [  9930] By: jhi                                   on 2001/05/01  15:12:26
24807         Log: Subject: Re: Finally got a round tuit
24808              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
24809              Date: Tue, 01 May 2001 14:14:10 +0200
24810              Message-Id: <20010501135740.19E4.H.M.BRAND@hccnet.nl>
24811              
24812              The -DP part, slightly modified.
24813      Branch: perl
24814            ! perl.c
24815 ____________________________________________________________________________
24816 [  9929] By: jhi                                   on 2001/05/01  14:17:15
24817         Log: Subject: Re: Finally got a round tuit
24818              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
24819              Date: Tue, 01 May 2001 16:34:06 +0200
24820              Message-Id: <20010501163255.19F2.H.M.BRAND@hccnet.nl>
24821              
24822              cpp and optimization tweaks for HP-UX.
24823      Branch: perl
24824            ! hints/hpux.sh
24825 ____________________________________________________________________________
24826 [  9928] By: jhi                                   on 2001/05/01  13:24:20
24827         Log: Tune the scan_num() comments to reality.
24828      Branch: perl
24829            ! toke.c
24830 ____________________________________________________________________________
24831 [  9927] By: jhi                                   on 2001/05/01  13:14:01
24832         Log: Subject: [PATCH B::Deparse] optimised sort
24833              From: Robin Houston <robin@kitsite.com>
24834              Date: Tue, 1 May 2001 14:07:12 +0100
24835              Message-ID: <20010501140712.A4266@penderel>
24836      Branch: perl
24837            ! ext/B/B/Deparse.pm
24838 ____________________________________________________________________________
24839 [  9926] By: jhi                                   on 2001/05/01  13:10:53
24840         Log: Subject: [PATCH t/lib/b-deparse.t] 
24841              From: Robin Houston <robin@kitsite.com>
24842              Date: Tue, 1 May 2001 13:37:42 +0100
24843              Message-ID: <20010501133742.A4082@penderel>
24844      Branch: perl
24845            ! t/lib/b-deparse.t
24846 ____________________________________________________________________________
24847 [  9925] By: jhi                                   on 2001/05/01  13:10:13
24848         Log: Subject: [PATCH B::Deparse] for(;;), sort
24849              From: Robin Houston <robin@kitsite.com>
24850              Date: Tue, 1 May 2001 13:35:00 +0100
24851              Message-ID: <20010501133500.A4061@penderel>
24852      Branch: perl
24853            ! ext/B/B/Deparse.pm
24854 ____________________________________________________________________________
24855 [  9924] By: jhi                                   on 2001/05/01  13:09:22
24856         Log: Subject: [PATCH B::Deparse] do, warn, use
24857              From: Robin Houston <robin@kitsite.com>
24858              Date: Tue, 1 May 2001 13:31:03 +0100
24859              Message-ID: <20010501133103.A4041@penderel>
24860      Branch: perl
24861            ! ext/B/B/Deparse.pm
24862 ____________________________________________________________________________
24863 [  9923] By: jhi                                   on 2001/05/01  11:45:36
24864         Log: Subject: [PATCH] Test autoflush on fork (Was: Should I remove something?)
24865              From: Benjamin Sugars <ben.sugars@home.com>
24866              Date: Mon, 30 Apr 2001 22:21:54 -0400 (EDT)
24867              Message-ID: <Pine.LNX.4.21.0104302213190.19002-100000@localhost.localdomain>
24868      Branch: perl
24869            + t/io/fflush.t
24870            ! MANIFEST
24871 ____________________________________________________________________________
24872 [  9922] By: jhi                                   on 2001/05/01  11:35:42
24873         Log: Subject: [PATCH: perl@9917] more VMS tweaks for addn'l selfstubber tests
24874              From: Peter Prymmer <pvhp@forte.com>
24875              Date: Mon, 30 Apr 2001 16:26:30 -0700 (PDT)
24876              Message-ID: <Pine.OSF.4.10.10104301621200.161547-100000@aspara.forte.com>
24877      Branch: perl
24878            ! t/lib/selfstubber.t
24879 ____________________________________________________________________________
24880 [  9921] By: jhi                                   on 2001/04/30  16:34:33
24881         Log: Subject: [PATCH B::Concise] suppress warning
24882              From: Robin Houston <robin@kitsite.com>
24883              Date: Mon, 30 Apr 2001 16:09:49 +0100
24884              Message-ID: <20010430160949.A25086@penderel>
24885      Branch: perl
24886            ! ext/B/B/Concise.pm
24887 ____________________________________________________________________________
24888 [  9920] By: jhi                                   on 2001/04/30  13:56:04
24889         Log: Strip the *markers* from #9919.
24890      Branch: perl
24891            ! pod/perlfaq.pod pod/perlfaq5.pod
24892 ____________________________________________________________________________
24893 [  9919] By: jhi                                   on 2001/04/30  13:54:04
24894         Log: Subject: [PATCH] (perlfaq/bleadperl) append mode and locking
24895              From: Gwyn Judd <b.judd@xtra.co.nz>
24896              Date: Sun, 29 Apr 2001 01:47:49 +1200
24897              Message-ID: <20010429014749.A4418@thislove>
24898      Branch: perl
24899            ! pod/perlfaq.pod pod/perlfaq5.pod
24900 ____________________________________________________________________________
24901 [  9918] By: jhi                                   on 2001/04/30  13:13:54
24902         Log: More_tweakage.
24903      Branch: perl
24904            ! pod/perldata.pod pod/perldiag.pod
24905 ____________________________________________________________________________
24906 [  9917] By: jhi                                   on 2001/04/30  13:01:27
24907         Log: Update Changes.
24908      Branch: perl
24909            ! Changes patchlevel.h
24910 ____________________________________________________________________________
24911 [  9916] By: jhi                                   on 2001/04/30  12:57:03
24912         Log: T_w_e_a_k_a_g_e.
24913      Branch: perl
24914            ! pod/perldata.pod pod/perldiag.pod
24915 ____________________________________________________________________________
24916 [  9915] By: jhi                                   on 2001/04/30  12:39:29
24917         Log: Install s2p also as psed.
24918              
24919              TODO: psed documentation?
24920      Branch: perl
24921            ! installperl
24922 ____________________________________________________________________________
24923 [  9914] By: jhi                                   on 2001/04/30  12:29:21
24924         Log: Subject: Re: [ID 20010303.009] SOCKS5 work around breaks other sockets
24925              From: Jens Hamisch <jens@Strawberry.COM>
24926              Date: Fri, 27 Apr 2001 17:00:36 +0200
24927              Message-ID: <20010427170036.K1372@Strawberry.COM>
24928              
24929              SOCKS5_VERSION_NAME is the right symbol to detect
24930              the presence of SOCKS5.  (HAS_SOCKS5_INIT is telling whether
24931              function called socks5_init() is available, and even that is
24932              not universal, most SOCKS5 installations use SOCKSinit()).
24933      Branch: perl
24934            ! perlio.c
24935 ____________________________________________________________________________
24936 [  9913] By: jhi                                   on 2001/04/30  12:22:15
24937         Log: Allow a zero timeout on IO::Socket accept and connect--
24938              though one really shouldn't do that.  Based on
24939              
24940              Subject: Not possible to set zero second timeout on accept() in IO::Socket and company..
24941              From: "John Holdsworth" <coldwave@bigfoot.com>
24942              Date: Sun, 4 Feb 2001 12:48:18 +0100
24943              Message-ID: <005a01c08ea0$5e6039d0$03ac2ac0@planc>
24944      Branch: perl
24945            ! ext/IO/lib/IO/Socket.pm
24946 ____________________________________________________________________________
24947 [  9912] By: jhi                                   on 2001/04/30  11:27:27
24948         Log: Save the spot of regprev (see #9911) for binary compatibility;
24949              regen API.
24950      Branch: perl
24951            ! embedvar.h perlapi.h thrdvar.h
24952 ____________________________________________________________________________
24953 [  9911] By: jhi                                   on 2001/04/30  11:22:03
24954         Log: Subject: Re: [PATCH bleadperl] [ID 20010426.002] Word boundry regex [...] 
24955              From: Hugo <hv@crypt.compulink.co.uk>
24956              Date: Sun, 29 Apr 2001 17:09:30 +0100
24957              Message-Id: <200104291609.RAA17790@crypt.compulink.co.uk>
24958      Branch: perl
24959            ! regcomp.c regexec.c sv.c t/op/re_tests t/op/subst.t thrdvar.h
24960 ____________________________________________________________________________
24961 [  9910] By: jhi                                   on 2001/04/30  11:15:12
24962         Log: Change PL_numeric_radix to PL_numeric_radix_sv (and leave in
24963              a dummy for PL_numeric_radix); no pressing reason to break
24964              binary compatibility; regen API.
24965      Branch: perl
24966            ! embedvar.h global.sym intrpvar.h objXSUB.h perl.c perl.h
24967            ! perlapi.c perlapi.h pod/perlapi.pod sv.c util.c
24968 ____________________________________________________________________________
24969 [  9909] By: jhi                                   on 2001/04/30  10:56:08
24970         Log: Subject: [DOC PATCH bleadperl] Document generation of random integers
24971              From: Walt Mankowski <waltman@netaxs.com>
24972              Date: Sun, 29 Apr 2001 21:53:48 -0400
24973              Message-ID: <20010429215348.A3971@netaxs.com>
24974      Branch: perl
24975            ! pod/perlfunc.pod
24976 ____________________________________________________________________________
24977 [  9908] By: jhi                                   on 2001/04/30  10:49:40
24978         Log: Reintroduce #9889 to unbuffer the stderr/stdout on stdio configs.
24979      Branch: perl
24980            ! t/lib/selfstubber.t
24981 ____________________________________________________________________________
24982 [  9907] By: nick                                  on 2001/04/30  09:26:50
24983         Log: Integrate mainline.
24984      Branch: perlio
24985           !> pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
24986 ____________________________________________________________________________
24987 [  9906] By: jhi                                   on 2001/04/29  23:24:20
24988         Log: Abigail spotted a thinko in #9905.
24989      Branch: perl
24990            ! pod/perldiag.pod
24991 ____________________________________________________________________________
24992 [  9905] By: jhi                                   on 2001/04/29  15:55:39
24993         Log: Changed the underscore/undebar syntax in numeric constants;
24994              now any grouping will do, as long as the underscores are not
24995              consecutive (so "zero-grouping" is out), and they do not begin
24996              or end the integer or fractional parts.
24997      Branch: perl
24998            ! pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
24999 ____________________________________________________________________________
25000 [  9904] By: nick                                  on 2001/04/29  15:43:22
25001         Log: Integrate mainline.
25002      Branch: perlio
25003           +> (branch 98 files)
25004            - lib/unicode/Block.pl
25005            - lib/unicode/In/AlphabeticPresentationForms.pl
25006            - lib/unicode/In/Arabic.pl
25007            - lib/unicode/In/ArabicPresentationForms-A.pl
25008            - lib/unicode/In/ArabicPresentationForms-B.pl
25009            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
25010            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
25011            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
25012            - lib/unicode/In/BopomofoExtended.pl
25013            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
25014            - lib/unicode/In/CJKCompatibility.pl
25015            - lib/unicode/In/CJKCompatibilityForms.pl
25016            - lib/unicode/In/CJKCompatibilityIdeographs.pl
25017            - lib/unicode/In/CJKRadicalsSupplement.pl
25018            - lib/unicode/In/CJKSymbolsandPunctuation.pl
25019            - lib/unicode/In/CJKUnifiedIdeographs.pl
25020            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
25021            - lib/unicode/In/Cherokee.pl
25022            - lib/unicode/In/CombiningDiacriticalMarks.pl
25023            - lib/unicode/In/CombiningHalfMarks.pl
25024            - lib/unicode/In/CombiningMarksforSymbols.pl
25025            - lib/unicode/In/ControlPictures.pl
25026            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
25027            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
25028            - lib/unicode/In/EnclosedAlphanumerics.pl
25029            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
25030            - lib/unicode/In/Ethiopic.pl
25031            - lib/unicode/In/GeneralPunctuation.pl
25032            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
25033            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
25034            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
25035            - lib/unicode/In/HalfwidthandFullwidthForms.pl
25036            - lib/unicode/In/HangulCompatibilityJamo.pl
25037            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
25038            - lib/unicode/In/Hebrew.pl
25039            - lib/unicode/In/HighPrivateUseSurrogates.pl
25040            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
25041            - lib/unicode/In/IPAExtensions.pl
25042            - lib/unicode/In/IdeographicDescriptionCharacters.pl
25043            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
25044            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
25045            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
25046            - lib/unicode/In/Latin-1Supplement.pl
25047            - lib/unicode/In/LatinExtended-A.pl
25048            - lib/unicode/In/LatinExtended-B.pl
25049            - lib/unicode/In/LatinExtendedAdditional.pl
25050            - lib/unicode/In/LetterlikeSymbols.pl
25051            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
25052            - lib/unicode/In/MathematicalOperators.pl
25053            - lib/unicode/In/MiscellaneousSymbols.pl
25054            - lib/unicode/In/MiscellaneousTechnical.pl
25055            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
25056            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
25057            - lib/unicode/In/OpticalCharacterRecognition.pl
25058            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
25059            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
25060            - lib/unicode/In/SmallFormVariants.pl
25061            - lib/unicode/In/SpacingModifierLetters.pl
25062            - lib/unicode/In/Specials.pl
25063            - lib/unicode/In/SuperscriptsandSubscripts.pl
25064            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
25065            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
25066            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
25067            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
25068            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
25069           !> INSTALL MANIFEST doop.c embed.h embed.pl ext/B/B/Deparse.pm
25070           !> ext/IO/lib/IO/Seekable.pm hints/hpux.sh
25071           !> lib/unicode/mktables.PL lib/utf8_heavy.pl objXSUB.h perl.h
25072           !> pod/perldiag.pod pod/perlunicode.pod proto.h regcomp.c
25073           !> regexec.c t/lib/b-deparse.t t/lib/selfstubber.t t/op/pat.t
25074           !> utf8.c win32/Makefile
25075 ____________________________________________________________________________
25076 [  9903] By: jhi                                   on 2001/04/29  14:30:53
25077         Log: Subject: [PATCH: perl@9885] win32/Makefile (nmake) update
25078              From: Prymmer/Kahn <pvhp@best.com>
25079              Date: Sat, 28 Apr 2001 21:56:51 -0700 (PDT)
25080              Message-ID: <Pine.BSF.4.21.0104282147270.2927-100000@shell8.ba.best.com>
25081      Branch: perl
25082            ! win32/Makefile
25083 ____________________________________________________________________________
25084 [  9902] By: jhi                                   on 2001/04/29  02:52:44
25085         Log: Subject: [PATCH ext/IO/lib/IO/Seekable.pm] Doc fixes.
25086              From: "Abigail" <abigail@foad.org>
25087              Date: Sun, 29 Apr 2001 03:14:25 +0200
25088              Message-ID: <20010429011425.24503.qmail@foad.org>
25089      Branch: perl
25090            ! ext/IO/lib/IO/Seekable.pm
25091 ____________________________________________________________________________
25092 [  9901] By: jhi                                   on 2001/04/29  02:04:46
25093         Log: In character classes one couldn't have 0x80..0xff characters
25094              at the left hand side if there were 0x100.. characters in the
25095              character class.
25096      Branch: perl
25097            ! doop.c embed.h embed.pl objXSUB.h proto.h regcomp.c regexec.c
25098            ! t/op/pat.t utf8.c
25099 ____________________________________________________________________________
25100 [  9900] By: jhi                                   on 2001/04/28  22:55:04
25101         Log: Forgot the latest mktables.PL from #9899.
25102      Branch: perl
25103            ! lib/unicode/mktables.PL
25104 ____________________________________________________________________________
25105 [  9899] By: jhi                                   on 2001/04/28  22:53:28
25106         Log: Explain the \p{} and \P{} error message better and
25107              have prettier prettyprint in In.pl.
25108      Branch: perl
25109            ! lib/unicode/In.pl lib/unicode/mktables.PL lib/utf8_heavy.pl
25110            ! pod/perldiag.pod
25111 ____________________________________________________________________________
25112 [  9898] By: jhi                                   on 2001/04/28  21:03:34
25113         Log: Add one possible explanation for the "Invalid [] range" error.
25114      Branch: perl
25115            ! pod/perldiag.pod
25116 ____________________________________________________________________________
25117 [  9897] By: jhi                                   on 2001/04/28  17:18:26
25118         Log: Add a level of indirection to the implementation of \p{InFoo}
25119              so that we don't have to have long filenames.  (Nothing changes
25120              in the user interface.)   The indirection is defined in
25121              the file lib/unicode/In.pl and it is handled in lib/utf8_heavy.pl.
25122              Also rename some the character classes by removing '-' from
25123              the classnames, and finally renamed Block.pl as Blocks.pl.
25124      Branch: perl
25125            + lib/unicode/Blocks.pl lib/unicode/In.pl lib/unicode/In/0.pl
25126            + lib/unicode/In/1.pl lib/unicode/In/10.pl lib/unicode/In/11.pl
25127            + lib/unicode/In/12.pl lib/unicode/In/13.pl lib/unicode/In/14.pl
25128            + lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
25129            + lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/2.pl
25130            + lib/unicode/In/20.pl lib/unicode/In/21.pl lib/unicode/In/22.pl
25131            + lib/unicode/In/23.pl lib/unicode/In/24.pl lib/unicode/In/25.pl
25132            + lib/unicode/In/26.pl lib/unicode/In/27.pl lib/unicode/In/28.pl
25133            + lib/unicode/In/29.pl lib/unicode/In/3.pl lib/unicode/In/30.pl
25134            + lib/unicode/In/31.pl lib/unicode/In/32.pl lib/unicode/In/33.pl
25135            + lib/unicode/In/34.pl lib/unicode/In/35.pl lib/unicode/In/36.pl
25136            + lib/unicode/In/37.pl lib/unicode/In/38.pl lib/unicode/In/39.pl
25137            + lib/unicode/In/4.pl lib/unicode/In/40.pl lib/unicode/In/41.pl
25138            + lib/unicode/In/42.pl lib/unicode/In/43.pl lib/unicode/In/44.pl
25139            + lib/unicode/In/45.pl lib/unicode/In/46.pl lib/unicode/In/47.pl
25140            + lib/unicode/In/48.pl lib/unicode/In/49.pl lib/unicode/In/5.pl
25141            + lib/unicode/In/50.pl lib/unicode/In/51.pl lib/unicode/In/52.pl
25142            + lib/unicode/In/53.pl lib/unicode/In/54.pl lib/unicode/In/55.pl
25143            + lib/unicode/In/56.pl lib/unicode/In/57.pl lib/unicode/In/58.pl
25144            + lib/unicode/In/59.pl lib/unicode/In/6.pl lib/unicode/In/60.pl
25145            + lib/unicode/In/61.pl lib/unicode/In/62.pl lib/unicode/In/63.pl
25146            + lib/unicode/In/64.pl lib/unicode/In/65.pl lib/unicode/In/66.pl
25147            + lib/unicode/In/67.pl lib/unicode/In/68.pl lib/unicode/In/69.pl
25148            + lib/unicode/In/7.pl lib/unicode/In/70.pl lib/unicode/In/71.pl
25149            + lib/unicode/In/72.pl lib/unicode/In/73.pl lib/unicode/In/74.pl
25150            + lib/unicode/In/75.pl lib/unicode/In/76.pl lib/unicode/In/77.pl
25151            + lib/unicode/In/78.pl lib/unicode/In/79.pl lib/unicode/In/8.pl
25152            + lib/unicode/In/80.pl lib/unicode/In/81.pl lib/unicode/In/82.pl
25153            + lib/unicode/In/83.pl lib/unicode/In/84.pl lib/unicode/In/85.pl
25154            + lib/unicode/In/86.pl lib/unicode/In/87.pl lib/unicode/In/88.pl
25155            + lib/unicode/In/89.pl lib/unicode/In/9.pl lib/unicode/In/90.pl
25156            + lib/unicode/In/91.pl lib/unicode/In/92.pl lib/unicode/In/93.pl
25157            + lib/unicode/In/94.pl lib/unicode/In/95.pl
25158            - lib/unicode/Block.pl
25159            - lib/unicode/In/AlphabeticPresentationForms.pl
25160            - lib/unicode/In/Arabic.pl
25161            - lib/unicode/In/ArabicPresentationForms-A.pl
25162            - lib/unicode/In/ArabicPresentationForms-B.pl
25163            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
25164            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
25165            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
25166            - lib/unicode/In/BopomofoExtended.pl
25167            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
25168            - lib/unicode/In/CJKCompatibility.pl
25169            - lib/unicode/In/CJKCompatibilityForms.pl
25170            - lib/unicode/In/CJKCompatibilityIdeographs.pl
25171            - lib/unicode/In/CJKRadicalsSupplement.pl
25172            - lib/unicode/In/CJKSymbolsandPunctuation.pl
25173            - lib/unicode/In/CJKUnifiedIdeographs.pl
25174            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
25175            - lib/unicode/In/Cherokee.pl
25176            - lib/unicode/In/CombiningDiacriticalMarks.pl
25177            - lib/unicode/In/CombiningHalfMarks.pl
25178            - lib/unicode/In/CombiningMarksforSymbols.pl
25179            - lib/unicode/In/ControlPictures.pl
25180            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
25181            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
25182            - lib/unicode/In/EnclosedAlphanumerics.pl
25183            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
25184            - lib/unicode/In/Ethiopic.pl
25185            - lib/unicode/In/GeneralPunctuation.pl
25186            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
25187            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
25188            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
25189            - lib/unicode/In/HalfwidthandFullwidthForms.pl
25190            - lib/unicode/In/HangulCompatibilityJamo.pl
25191            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
25192            - lib/unicode/In/Hebrew.pl
25193            - lib/unicode/In/HighPrivateUseSurrogates.pl
25194            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
25195            - lib/unicode/In/IPAExtensions.pl
25196            - lib/unicode/In/IdeographicDescriptionCharacters.pl
25197            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
25198            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
25199            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
25200            - lib/unicode/In/Latin-1Supplement.pl
25201            - lib/unicode/In/LatinExtended-A.pl
25202            - lib/unicode/In/LatinExtended-B.pl
25203            - lib/unicode/In/LatinExtendedAdditional.pl
25204            - lib/unicode/In/LetterlikeSymbols.pl
25205            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
25206            - lib/unicode/In/MathematicalOperators.pl
25207            - lib/unicode/In/MiscellaneousSymbols.pl
25208            - lib/unicode/In/MiscellaneousTechnical.pl
25209            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
25210            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
25211            - lib/unicode/In/OpticalCharacterRecognition.pl
25212            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
25213            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
25214            - lib/unicode/In/SmallFormVariants.pl
25215            - lib/unicode/In/SpacingModifierLetters.pl
25216            - lib/unicode/In/Specials.pl
25217            - lib/unicode/In/SuperscriptsandSubscripts.pl
25218            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
25219            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
25220            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
25221            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
25222            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
25223            ! MANIFEST lib/unicode/mktables.PL lib/utf8_heavy.pl
25224            ! pod/perlunicode.pod
25225 ____________________________________________________________________________
25226 [  9896] By: jhi                                   on 2001/04/28  14:33:17
25227         Log: Update the information on shared library path on HP-UX.
25228      Branch: perl
25229            ! INSTALL
25230 ____________________________________________________________________________
25231 [  9895] By: jhi                                   on 2001/04/28  14:32:30
25232         Log: Because #9894 seems to do the trick, this workaround can be removed.
25233      Branch: perl
25234            ! t/lib/selfstubber.t
25235 ____________________________________________________________________________
25236 [  9894] By: jhi                                   on 2001/04/28  14:26:13
25237         Log: For PerlIO flush the children's file handles (on fork/exec/system).
25238      Branch: perl
25239            ! perl.h
25240 ____________________________________________________________________________
25241 [  9893] By: jhi                                   on 2001/04/28  14:23:15
25242         Log: Test tweak for #9891.
25243      Branch: perl
25244            ! t/lib/b-deparse.t
25245 ____________________________________________________________________________
25246 [  9892] By: jhi                                   on 2001/04/28  14:10:13
25247         Log: New HP-UX hints from Merijn.
25248      Branch: perl
25249            ! hints/hpux.sh
25250 ____________________________________________________________________________
25251 [  9891] By: jhi                                   on 2001/04/28  14:07:27
25252         Log: Subject: [PATCH B::Deparse] non-block scopes
25253              From: Robin Houston <robin@kitsite.com>
25254              Date: Fri, 27 Apr 2001 19:15:14 +0100
25255              Message-ID: <20010427191514.A30951@puffinry.freeserve.co.uk>
25256      Branch: perl
25257            ! ext/B/B/Deparse.pm
25258 ____________________________________________________________________________
25259 [  9890] By: nick                                  on 2001/04/27  19:41:25
25260         Log: Integrate mainline
25261      Branch: perlio
25262           +> t/lib/selfstubber.t
25263           !> (integrate 50 files)
25264 ____________________________________________________________________________
25265 [  9889] By: jhi                                   on 2001/04/27  18:23:46
25266         Log: Subject: Re: selfstubber test fail on bleadperl
25267              From: Mike Guy <mjtg@cam.ac.uk>
25268              Date: Fri, 27 Apr 2001 19:31:18 +0100
25269              Message-Id: <E14tD1S-0001tJ-00@libra.cus.cam.ac.uk>
25270      Branch: perl
25271            ! t/lib/selfstubber.t
25272 ____________________________________________________________________________
25273 [  9888] By: jhi                                   on 2001/04/27  16:20:54
25274         Log: Test tweak for #9886.
25275      Branch: perl
25276            ! t/lib/b-deparse.t
25277 ____________________________________________________________________________
25278 [  9887] By: jhi                                   on 2001/04/27  16:16:33
25279         Log: Buffering issue at least in Solaris (even with perlio).
25280      Branch: perl
25281            ! t/lib/selfstubber.t
25282 ____________________________________________________________________________
25283 [  9886] By: jhi                                   on 2001/04/27  14:59:23
25284         Log: Subject: [PATCH B::Deparse] Human-readable pragmas &c
25285              From: Robin Houston <robin@kitsite.com>
25286              Date: Fri, 27 Apr 2001 16:53:20 +0100
25287              Message-ID: <20010427165320.A30479@puffinry.freeserve.co.uk>
25288      Branch: perl
25289            ! ext/B/B/Deparse.pm
25290 ____________________________________________________________________________
25291 [  9885] By: jhi                                   on 2001/04/27  14:23:51
25292         Log: Update Changes.
25293      Branch: perl
25294            ! Changes patchlevel.h
25295 ____________________________________________________________________________
25296 [  9884] By: jhi                                   on 2001/04/27  14:14:12
25297         Log: Subject: [DOC PATCH bleadperl] Document underscores in numeric literals
25298              From: "Philip Newton" <pnewton@gmx.de>
25299              Date: Fri, 27 Apr 2001 16:40:13 +0200
25300              Message-ID: <3AE9A0ED.5248.CEA127@localhost>
25301      Branch: perl
25302            ! pod/perldata.pod
25303 ____________________________________________________________________________
25304 [  9883] By: jhi                                   on 2001/04/27  13:28:19
25305         Log: Add LOG_PERROR; prettify the "removed".
25306      Branch: perl
25307            ! ext/Sys/Syslog/Syslog.xs
25308 ____________________________________________________________________________
25309 [  9882] By: jhi                                   on 2001/04/27  13:13:18
25310         Log: h2xs tweaks: use NV instead of double, "quote" the removed
25311              prefixes for clarity (especially when nothing is removed),
25312              slight pod reformats.
25313      Branch: perl
25314            ! utils/h2xs.PL
25315 ____________________________________________________________________________
25316 [  9881] By: jhi                                   on 2001/04/27  12:58:48
25317         Log: Don't bother creating existing directories.
25318      Branch: perl
25319            ! utils/h2xs.PL
25320 ____________________________________________________________________________
25321 [  9880] By: jhi                                   on 2001/04/27  12:45:39
25322         Log: Subject: MakeMaker 'make test' weirdness -- fix for h2xs provided
25323              From: Mike Schilli <m@perlmeister.com>
25324              Date: Wed, 25 Apr 2001 01:29:21 -0700
25325              Message-id: <3AE68AE1.6A981723@perlmeister.com>
25326      Branch: perl
25327            ! utils/h2xs.PL
25328 ____________________________________________________________________________
25329 [  9879] By: jhi                                   on 2001/04/27  12:40:55
25330         Log: break is not yet Perl.  Added the template license also to README.
25331      Branch: perl
25332            ! utils/h2xs.PL
25333 ____________________________________________________________________________
25334 [  9878] By: jhi                                   on 2001/04/27  03:08:20
25335         Log: Subject: Re: [ID 20010426.003] Not OK: perl v5.7.1 +DEVEL9849 on i686-linux-thread-multi-64int-ld 2.2.13
25336              From: Tim Jenness <t.jenness@jach.hawaii.edu>
25337              Date: Thu, 26 Apr 2001 15:30:17 -1000 (HST)
25338              Message-ID: <Pine.LNX.4.33.0104261529300.13049-100000@lapaki.jach.hawaii.edu>
25339      Branch: perl
25340            ! t/lib/xs-typemap.t
25341 ____________________________________________________________________________
25342 [  9877] By: jhi                                   on 2001/04/26  23:54:40
25343         Log: Subject: [PATCH: utils/h2xs.PL (bleadperl)] Fill in details we're likely to know.
25344              From: "Abigail" <abigail@foad.org>
25345              Date: Fri, 27 Apr 2001 01:44:28 +0200
25346              Message-ID: <20010426234428.19786.qmail@foad.org>
25347      Branch: perl
25348            ! utils/h2xs.PL
25349 ____________________________________________________________________________
25350 [  9876] By: jhi                                   on 2001/04/26  23:52:06
25351         Log: Subject: [PATCH: perl@9865] vms specific tweak to new selfstubber.t
25352              From: Peter Prymmer <pvhp@forte.com>
25353              Date: Thu, 26 Apr 2001 17:41:58 -0700 (PDT)
25354              Message-ID: <Pine.OSF.4.10.10104261738370.338047-100000@aspara.forte.com>
25355      Branch: perl
25356            ! t/lib/selfstubber.t
25357 ____________________________________________________________________________
25358 [  9875] By: jhi                                   on 2001/04/26  23:48:10
25359         Log: Deparse nits.
25360      Branch: perl
25361            ! ext/B/B/Deparse.pm t/lib/b-deparse.t
25362 ____________________________________________________________________________
25363 [  9874] By: jhi                                   on 2001/04/26  22:46:05
25364         Log: Document ANYOF_CLASS.
25365      Branch: perl
25366            ! regcomp.h
25367 ____________________________________________________________________________
25368 [  9873] By: jhi                                   on 2001/04/26  22:35:03
25369         Log: Subject: Re: [PATCH @9846] dumping ANYOF
25370              From: Hugo <hv@crypt.compulink.co.uk>
25371              Date: Thu, 26 Apr 2001 23:33:38 +0100
25372              Message-Id: <200104262233.XAA22352@crypt.compulink.co.uk>
25373      Branch: perl
25374            ! regcomp.c regcomp.h
25375 ____________________________________________________________________________
25376 [  9872] By: jhi                                   on 2001/04/26  22:34:31
25377         Log: Subject: [PATCH] more for Devel::SelfStubber
25378              From: Nicholas Clark <nick@ccl4.org>
25379              Date: Fri, 27 Apr 2001 00:13:52 +0100
25380              Message-ID: <20010427001351.K88186@plum.flirble.org>
25381      Branch: perl
25382            ! lib/Devel/SelfStubber.pm lib/SelfLoader.pm t/lib/selfstubber.t
25383 ____________________________________________________________________________
25384 [  9871] By: jhi                                   on 2001/04/26  21:59:17
25385         Log: Subject: [PATCH B::Deparse] formats must be flush left
25386              From: Robin Houston <robin@kitsite.com>
25387              Date: Thu, 26 Apr 2001 23:54:29 +0100
25388              Message-ID: <20010426235429.A28747@puffinry.freeserve.co.uk>
25389      Branch: perl
25390            ! ext/B/B/Deparse.pm
25391 ____________________________________________________________________________
25392 [  9870] By: jhi                                   on 2001/04/26  21:57:37
25393         Log: If some of the constants are prefixes of others,
25394              the prefixes may never get recognized.  (See 20010426.006.)
25395      Branch: perl
25396            ! utils/h2xs.PL
25397 ____________________________________________________________________________
25398 [  9869] By: jhi                                   on 2001/04/26  21:50:42
25399         Log: Subject: [ID 20010426.006] Sys::Syslog ignores LOG_AUTH constant
25400              From: Chris Bongaarts <cab@tc.umn.edu>
25401              Date: Thu, 26 Apr 2001 17:10:31 -0500
25402              Message-Id: <iss.2042.3ae89cd7.6cfba.1@earth.tc.umn.edu>
25403      Branch: perl
25404            ! ext/Sys/Syslog/Syslog.xs
25405 ____________________________________________________________________________
25406 [  9868] By: jhi                                   on 2001/04/26  21:35:12
25407         Log: Further cuts and more docs from Graham Barr.
25408      Branch: perl
25409            ! ext/List/Util/lib/List/Util.pm
25410            ! ext/List/Util/lib/Scalar/Util.pm
25411 ____________________________________________________________________________
25412 [  9867] By: jhi                                   on 2001/04/26  21:18:57
25413         Log: Subject: [PATCH 5.7.1] DB_File-1.77
25414              From: "Paul Marquess" <Paul.Marquess@Openwave.com>
25415              Date: Thu, 26 Apr 2001 22:37:53 +0100
25416              Message-ID: <000a01c0ce99$269cc3e0$99dcfea9@bfs.phone.com>
25417      Branch: perl
25418            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
25419            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
25420 ____________________________________________________________________________
25421 [  9866] By: jhi                                   on 2001/04/26  21:12:31
25422         Log: Subject: [PATCH B::Deparse] fix easy bugs
25423              From: Robin Houston <robin@kitsite.com>
25424              Date: Thu, 26 Apr 2001 23:03:33 +0100
25425              Message-ID: <20010426230333.A28657@puffinry.freeserve.co.uk>
25426      Branch: perl
25427            ! ext/B/B/Deparse.pm
25428 ____________________________________________________________________________
25429 [  9865] By: jhi                                   on 2001/04/26  20:26:13
25430         Log: Update Changes.
25431      Branch: perl
25432            ! Changes patchlevel.h
25433 ____________________________________________________________________________
25434 [  9864] By: jhi                                   on 2001/04/26  19:27:48
25435         Log: Dethinko from Robin Houston.
25436      Branch: perl
25437            ! ext/B/B/Deparse.pm
25438 ____________________________________________________________________________
25439 [  9863] By: jhi                                   on 2001/04/26  19:10:35
25440         Log: Subject: [PATCH B::Deparse] C<$x = /(.)/> ne C<($x) = /(.)/>
25441              From: Robin Houston <robin@kitsite.com>
25442              Date: Thu, 26 Apr 2001 21:08:32 +0100
25443              Message-ID: <20010426210832.A28419@puffinry.freeserve.co.uk>
25444      Branch: perl
25445            ! ext/B/B/Deparse.pm
25446 ____________________________________________________________________________
25447 [  9862] By: jhi                                   on 2001/04/26  19:04:23
25448         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
25449              From: Robin Houston <robin@kitsite.com>
25450              Date: Thu, 26 Apr 2001 20:52:50 +0100
25451              Message-ID: <20010426205249.A28328@puffinry.freeserve.co.uk>
25452      Branch: perl
25453            ! ext/B/B/Deparse.pm
25454 ____________________________________________________________________________
25455 [  9861] By: jhi                                   on 2001/04/26  18:56:14
25456         Log: Subject: Re: [PATCH] UNIVERSAL shouldn't require Exporter
25457              From: Mike Guy <mjtg@cam.ac.uk>
25458              Date: Thu, 26 Apr 2001 14:22:40 +0100
25459              Message-Id: <E14sljE-0003X9-00@libra.cus.cam.ac.uk>
25460      Branch: perl
25461            ! pod/perlobj.pod
25462 ____________________________________________________________________________
25463 [  9860] By: jhi                                   on 2001/04/26  18:46:42
25464         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
25465              From: Robin Houston <robin@kitsite.com>
25466              Date: Thu, 26 Apr 2001 20:34:29 +0100
25467              Message-ID: <20010426203429.A28261@puffinry.freeserve.co.uk>
25468              
25469              Hashes do not interpolate.
25470      Branch: perl
25471            ! ext/B/B/Deparse.pm
25472 ____________________________________________________________________________
25473 [  9859] By: jhi                                   on 2001/04/26  18:43:51
25474         Log: Subject: The Time::Piece conspiracy unmasked!!!
25475              From: Mike Guy <mjtg@cam.ac.uk>
25476              Date: Thu, 26 Apr 2001 19:02:50 +0100
25477              Message-Id: <E14sq6M-0002g9-00@libra.cus.cam.ac.uk>
25478              
25479              Subject: [PATCH] that's enough UNIVERSAL stuff for one day ...
25480              From: Mike Guy <mjtg@cam.ac.uk>
25481              Date: Thu, 26 Apr 2001 19:08:21 +0100
25482              Message-Id: <E14sqBh-0002mI-00@libra.cus.cam.ac.uk>
25483              
25484              Subject: Re: [PATCH] that's enough UNIVERSAL stuff for one day ...
25485              From: Graham Barr <gbarr@pobox.com>
25486              Date: Thu, 26 Apr 2001 19:12:03 +0100
25487              Message-ID: <20010426191203.A70835@pobox.com>
25488              
25489              Eradicate UNIVERSAL (Mike) and remove the fallback Perl code (Graham)
25490      Branch: perl
25491            ! ext/List/Util/lib/List/Util.pm
25492            ! ext/List/Util/lib/Scalar/Util.pm ext/Time/Piece/Piece.pm gv.c
25493 ____________________________________________________________________________
25494 [  9858] By: jhi                                   on 2001/04/26  18:17:42
25495         Log: Subject: [PATCH t/comp/proto.t] disable correct warning
25496              From: Robin Houston <robin@kitsite.com>
25497              Date: Thu, 26 Apr 2001 16:09:35 +0100
25498              Message-ID: <20010426160934.A27140@puffinry.freeserve.co.uk>
25499      Branch: perl
25500            ! t/comp/proto.t
25501 ____________________________________________________________________________
25502 [  9857] By: jhi                                   on 2001/04/26  18:04:59
25503         Log: Subject: Re: [PATCH perldiag.pod] Re: [PATCH] Re: Useless use of constants other than 0,1 in void context?
25504              From: barries <barries@slaysys.com>
25505              Date: Thu, 26 Apr 2001 12:01:10 -0400
25506              Message-ID: <20010426120110.E29698@jester.slaysys.com>
25507      Branch: perl
25508            ! pod/perldiag.pod
25509 ____________________________________________________________________________
25510 [  9856] By: jhi                                   on 2001/04/26  18:03:33
25511         Log: Subject: [PATCH B::Deparse] fix string uninterpretation
25512              Date: Thu, 26 Apr 2001 17:13:41 +0100
25513              From: Robin Houston <robin@kitsite.com>
25514              Message-ID: <20010426171341.A27299@puffinry.freeserve.co.uk>
25515              
25516              Subject: Re: [PATCH B::Deparse] fix string uninterpretation
25517              From: Robin Houston <robin@kitsite.com>
25518              Date: Thu, 26 Apr 2001 18:44:29 +0100
25519              Message-ID: <20010426184429.A27734@puffinry.freeserve.co.uk>
25520      Branch: perl
25521            ! ext/B/B/Deparse.pm
25522 ____________________________________________________________________________
25523 [  9855] By: jhi                                   on 2001/04/26  17:56:04
25524         Log: Subject: [PATCH B::Deparse] filetests, open(my $x,...), warnings, formats &c
25525              From: Robin Houston <robin@kitsite.com>
25526              Date: Thu, 26 Apr 2001 17:04:08 +0100
25527              Message-ID: <20010426170408.A27257@puffinry.freeserve.co.uk>
25528      Branch: perl
25529            ! ext/B/B/Deparse.pm
25530 ____________________________________________________________________________
25531 [  9854] By: jhi                                   on 2001/04/26  17:47:26
25532         Log: Subject: Re: Short test case for undef %stash:: crash
25533              From: Benjamin Sugars <bsugars@canoe.ca> 
25534              Date: Mon, 23 Apr 2001 16:59:33 -0400 (EDT) 
25535              Message-ID: <Pine.LNX.4.21.0104231623520.790-100000@marmot.rim.canoe.ca>
25536              Changed and moved the perldiag entry.
25537      Branch: perl
25538            ! gv.c pod/perldiag.pod
25539 ____________________________________________________________________________
25540 [  9853] By: jhi                                   on 2001/04/26  14:35:16
25541         Log: Beginnings of strptime().  Do not touch the wet paint.
25542      Branch: perl
25543            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
25544 ____________________________________________________________________________
25545 [  9852] By: jhi                                   on 2001/04/26  13:17:21
25546         Log: Retract #9851, core dumps from pod2man.
25547      Branch: perl
25548            ! regcomp.c
25549 ____________________________________________________________________________
25550 [  9851] By: jhi                                   on 2001/04/26  11:54:41
25551         Log: (Retracted by #9852.)
25552              
25553              Subject: [PATCH @9846] dumping ANYOF
25554              From: Hugo <hv@crypt.compulink.co.uk>
25555              Date: Thu, 26 Apr 2001 05:32:38 +0100
25556              Message-Id: <200104260432.FAA12669@crypt.compulink.co.uk>
25557      Branch: perl
25558            ! regcomp.c
25559 ____________________________________________________________________________
25560 [  9850] By: jhi                                   on 2001/04/26  02:34:44
25561         Log: If ccflags was empty the _previous_ $* containing all the
25562              environment variables and Configure variables was used,
25563              which lead, among other bad things, into $ccflags being your
25564              uname -a output, which lead into test compile with cc failing,
25565              which lead into gcc being selected, which didn't work that well
25566              since gcc (ancient 2.8.1 in that particular box) wasn't too happy
25567              with large files, et cetera.
25568      Branch: perl
25569            ! hints/hpux.sh
25570 ____________________________________________________________________________
25571 [  9849] By: jhi                                   on 2001/04/26  01:44:57
25572         Log: Make selfstubber test more portable.
25573      Branch: perl
25574            ! t/lib/selfstubber.t
25575 ____________________________________________________________________________
25576 [  9848] By: jhi                                   on 2001/04/26  00:50:26
25577         Log: Subject: Re: [PATCH: perl@9841] fix a typo for Cwd.xs
25578              From: Benjamin Sugars <ben.sugars@home.com>
25579              Date: Wed, 25 Apr 2001 21:47:37 -0400 (EDT)
25580              Message-ID: <Pine.LNX.4.21.0104252145280.30055-100000@localhost.localdomain>
25581      Branch: perl
25582            ! ext/Cwd/Cwd.xs
25583 ____________________________________________________________________________
25584 [  9847] By: jhi                                   on 2001/04/26  00:46:58
25585         Log: Subject: [PATCH: perl@9841] VMS updates
25586              From: Peter Prymmer <pvhp@forte.com>
25587              Date: Wed, 25 Apr 2001 18:43:27 -0700 (PDT)
25588              Message-ID: <Pine.OSF.4.10.10104251842130.257877-100000@aspara.forte.com>
25589      Branch: perl
25590            ! README.vms configure.com vms/descrip_mms.template
25591            ! vms/ext/filespec.t
25592 ____________________________________________________________________________
25593 [  9846] By: jhi                                   on 2001/04/26  00:11:56
25594         Log: re 'debug' was broken by #9084.
25595      Branch: perl
25596            ! ext/re/re.xs
25597 ____________________________________________________________________________
25598 [  9845] By: jhi                                   on 2001/04/25  22:33:17
25599         Log: Subject: [PATCH] test for Devel::SelfStubber
25600              From: Nicholas Clark <nick@ccl4.org>
25601              Date: Thu, 26 Apr 2001 00:00:54 +0100
25602              Message-ID: <20010426000054.D89026@plum.flirble.org>
25603      Branch: perl
25604            + t/lib/selfstubber.t
25605            ! MANIFEST lib/Devel/SelfStubber.pm t/lib/1_compile.t
25606 ____________________________________________________________________________
25607 [  9844] By: jhi                                   on 2001/04/25  22:29:32
25608         Log: Subject: Re: [PATCH 5.7.1] B::Concise and extra variables
25609              From: Paul Johnson <paul@pjcj.net>
25610              Date: Thu, 26 Apr 2001 00:46:08 +0200
25611              Message-ID: <20010426004608.H2338@pjcj.net>
25612      Branch: perl
25613            ! ext/B/B/Concise.pm
25614 ____________________________________________________________________________
25615 [  9843] By: jhi                                   on 2001/04/25  22:28:28
25616         Log: Subject: [PATCH: perl@9841] fix a typo for Cwd.xs
25617              From: Peter Prymmer <pvhp@forte.com>
25618              Date: Wed, 25 Apr 2001 16:18:44 -0700 (PDT)
25619              Message-ID: <Pine.OSF.4.10.10104251614200.257877-100000@aspara.forte.com>
25620      Branch: perl
25621            ! ext/Cwd/Cwd.xs
25622 ____________________________________________________________________________
25623 [  9842] By: jhi                                   on 2001/04/25  20:58:12
25624         Log: Subject: Re: [ID 20010422.002] 5.7.1 Breaks "use Module(version)"
25625              From: John Peacock <jpeacock@rowman.com>
25626              Date: Wed, 25 Apr 2001 17:30:26 -0400
25627              Message-ID: <3AE741F2.B3217464@rowman.com>
25628      Branch: perl
25629            ! lib/Math/BigInt.pm t/lib/bigintpm.t
25630 ____________________________________________________________________________
25631 [  9841] By: jhi                                   on 2001/04/25  20:07:05
25632         Log: Update Changes.
25633      Branch: perl
25634            ! Changes patchlevel.h
25635 ____________________________________________________________________________
25636 [  9840] By: jhi                                   on 2001/04/25  19:56:51
25637         Log: Yet another HP-UX hints version from Merijn.
25638      Branch: perl
25639            ! hints/hpux.sh
25640 ____________________________________________________________________________
25641 [  9839] By: jhi                                   on 2001/04/25  19:53:04
25642         Log: abs_path() didn't terminate the filename correctly,
25643              in DIRNAMLENless systems like HP-UX this would fail.
25644      Branch: perl
25645            ! ext/Cwd/Cwd.xs
25646 ____________________________________________________________________________
25647 [  9838] By: jhi                                   on 2001/04/25  16:37:26
25648         Log: Subject: [PATCH] Re: Useless use of constants other than 0,1 in void context?
25649              From: Mike Guy <mjtg@cam.ac.uk>
25650              Date: Wed, 25 Apr 2001 18:31:47 +0100
25651              Message-Id: <E14sT8l-0004IE-00@libra.cus.cam.ac.uk>
25652      Branch: perl
25653            ! op.c
25654 ____________________________________________________________________________
25655 [  9837] By: jhi                                   on 2001/04/25  16:21:53
25656         Log: Subject: Re: patch to perl5db.pl (formatting of h h screen)
25657              From: Jon Eveland <jweveland@yahoo.com>
25658              Date: Wed, 25 Apr 2001 09:42:46 -0700 (PDT)
25659              Message-ID: <20010425164246.21611.qmail@web10405.mail.yahoo.com>
25660      Branch: perl
25661            ! lib/perl5db.pl
25662 ____________________________________________________________________________
25663 [  9836] By: jhi                                   on 2001/04/25  14:17:50
25664         Log: Subject: [PATCH bleadperl] Porting/patching.pod: update version number format
25665              From: "Philip Newton" <pnewton@gmx.de>
25666              Date: Wed, 25 Apr 2001 17:05:58 +0200
25667              Message-ID: <3AE703F6.3234.1833C45@localhost>
25668      Branch: perl
25669            ! Porting/patching.pod
25670 ____________________________________________________________________________
25671 [  9835] By: jhi                                   on 2001/04/25  13:58:07
25672         Log: It would seem that both ar and full_ar need to be overridden
25673              for HP-UX to avoid the GNU ar.
25674      Branch: perl
25675            ! hints/hpux.sh
25676 ____________________________________________________________________________
25677 [  9834] By: jhi                                   on 2001/04/25  13:50:40
25678         Log: Subject: Re: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
25679              From: "Philip Newton" <pnewton@gmx.de>
25680              Date: Wed, 25 Apr 2001 16:09:23 +0200
25681              Message-ID: <3AE6F6B3.30503.14F6DEB@localhost>
25682              
25683              Detypo.
25684      Branch: perl
25685            ! t/op/misc.t
25686 ____________________________________________________________________________
25687 [  9833] By: jhi                                   on 2001/04/25  12:36:11
25688         Log: In HP-UX set ar to /usr/bin/ar but only iff none set.
25689      Branch: perl
25690            ! hints/hpux.sh
25691 ____________________________________________________________________________
25692 [  9832] By: jhi                                   on 2001/04/25  12:33:36
25693         Log: New version of HP-UX hints from Merijn.
25694      Branch: perl
25695            ! hints/hpux.sh
25696 ____________________________________________________________________________
25697 [  9831] By: jhi                                   on 2001/04/25  03:39:45
25698         Log: Reintroduce the avoidance of mixing HP-UX cc and GNU ar.
25699      Branch: perl
25700            ! hints/hpux.sh
25701 ____________________________________________________________________________
25702 [  9830] By: jhi                                   on 2001/04/25  02:53:25
25703         Log: The tzname[] bit is not needed by util.c -- and causes
25704              heartburn in VMS (and it missing was probably the cause of
25705              the Mac OS X trouble).  Ouch.
25706      Branch: perl
25707            ! ext/POSIX/POSIX.xs util.c
25708 ____________________________________________________________________________
25709 [  9829] By: jhi                                   on 2001/04/25  00:10:06
25710         Log: Metaconfig unit change for #9828.
25711      Branch: metaconfig
25712            ! U/compline/ccflags.U
25713 ____________________________________________________________________________
25714 [  9828] By: jhi                                   on 2001/04/25  00:04:18
25715         Log: Allow setting cppflags hints.  This may affect Darwin (Mac OS X)
25716              (which is actually the reason for the change, we need to pass
25717              cppflags='-traditional-cpp' so that Errno builds right), Dynix/ptx,
25718              EP/IX, OS/2, and TitanOS, based on the hints files.
25719      Branch: perl
25720            ! Configure config_h.SH
25721 ____________________________________________________________________________
25722 [  9827] By: jhi                                   on 2001/04/24  23:49:20
25723         Log: makedepend.SH patch for AmigaOS from Jan-Erik Karlsson;
25724              the $cat must have an absolute path.
25725      Branch: perl
25726            ! makedepend.SH
25727 ____________________________________________________________________________
25728 [  9826] By: jhi                                   on 2001/04/24  23:40:53
25729         Log: 5.7.1-updated README.amiga from Jan-Erik Karlsson.
25730      Branch: perl
25731            ! README.amiga
25732 ____________________________________________________________________________
25733 [  9825] By: jhi                                   on 2001/04/24  23:35:35
25734         Log: Subject: [ID 20010424.002] [PATCH bleadperl] find2perl: prototypes and doexec
25735              From: "Philip Newton" <pnewton@gmx.de>
25736              Date: Tue, 24 Apr 2001 18:52:49 +0200
25737              Message-Id: <3AE5CB81.12234.1FC246F@localhost>
25738      Branch: perl
25739            ! x2p/find2perl.PL
25740 ____________________________________________________________________________
25741 [  9824] By: jhi                                   on 2001/04/24  23:33:07
25742         Log: New HP-UX hints from Jeff and Merijn, should work with IA-64.
25743              Some gcc specifics dropped out due to extensive rewriting;
25744              will be put back later as needed.
25745      Branch: perl
25746            ! hints/hpux.sh
25747 ____________________________________________________________________________
25748 [  9823] By: jhi                                   on 2001/04/24  23:27:57
25749         Log: Mac OS X patch for missing tzname definition from Paul Schinder.
25750      Branch: perl
25751            ! ext/POSIX/POSIX.xs
25752 ____________________________________________________________________________
25753 [  9822] By: jhi                                   on 2001/04/24  23:25:21
25754         Log: Subject: Re: [ID 20010421.032] Not OK: perl v5.7.1 +DEVEL9717 on sun4-solaris-64int-ld-stdio 2.8 (UNINSTALLED)
25755              From: Tim Jenness <t.jenness@jach.hawaii.edu>
25756              Date: Tue, 24 Apr 2001 11:29:28 -1000 (HST)
25757              Message-ID: <Pine.LNX.4.30.0104241123020.5085-100000@lapaki.jach.hawaii.edu>
25758      Branch: perl
25759            ! ext/XS/Typemap/Typemap.xs
25760 ____________________________________________________________________________
25761 [  9821] By: jhi                                   on 2001/04/24  23:24:10
25762         Log: Subject: [PATCH: pod/perlport.pod] Updated email addresses.
25763              From: "Abigail" <abigail@foad.org>
25764              Date: Tue, 24 Apr 2001 23:12:03 +0200
25765              Message-ID: <20010424211203.7901.qmail@foad.org>
25766      Branch: perl
25767            ! pod/perlport.pod
25768 ____________________________________________________________________________
25769 [  9820] By: jhi                                   on 2001/04/24  23:23:15
25770         Log: Subject: [PATCH pod/perlfaq4.pod] Time::Piece additions
25771              From: Matt Sergeant <matt@sergeant.org>
25772              Date: Tue, 24 Apr 2001 16:48:17 +0100 (BST)
25773              Message-ID: <Pine.LNX.4.30.0104241645030.32279-100000@ted.sergeant.org>
25774      Branch: perl
25775            ! pod/perlfaq4.pod
25776 ____________________________________________________________________________
25777 [  9819] By: nick                                  on 2001/04/24  18:49:43
25778         Log: Integrate mainline.
25779      Branch: perlio
25780           +> t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
25781           !> (integrate 37 files)
25782 ____________________________________________________________________________
25783 [  9818] By: jhi                                   on 2001/04/24  14:35:23
25784         Log: Update Changes.
25785      Branch: perl
25786            ! Changes patchlevel.h
25787 ____________________________________________________________________________
25788 [  9817] By: jhi                                   on 2001/04/24  14:09:17
25789         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries 
25790              From: "Philip Newton" <pnewton@gmx.de>
25791              Date: Tue, 24 Apr 2001 12:58:12 +0200
25792              Message-ID: <3AE57864.8304.B77A0A@localhost> 
25793              
25794              plus add CPAN to the list of modules that have their own tests.
25795      Branch: perl
25796            ! t/lib/1_compile.t
25797 ____________________________________________________________________________
25798 [  9816] By: jhi                                   on 2001/04/24  14:07:03
25799         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries
25800              From: Michael G Schwern <schwern@pobox.com>
25801              Date: Sat, 21 Apr 2001 22:35:00 +0100
25802              Message-ID: <20010421223500.N2946@blackrider.blackstar.co.uk>
25803      Branch: perl
25804            ! t/lib/1_compile.t
25805 ____________________________________________________________________________
25806 [  9815] By: jhi                                   on 2001/04/24  13:54:32
25807         Log: Subject: Re: [ID 20010423.006] Test failed in perl@9794
25808              From: Robin Houston <robin@kitsite.com>
25809              Date: Tue, 24 Apr 2001 15:51:18 +0100
25810              Message-ID: <20010424155118.A22913@puffinry.freeserve.co.uk>
25811      Branch: perl
25812            ! ext/B/B/Deparse.pm
25813 ____________________________________________________________________________
25814 [  9814] By: jhi                                   on 2001/04/24  13:17:34
25815         Log: Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
25816              From: Bill Glicker <billg@burrelles.com>
25817              Date: Tue, 24 Apr 2001 09:22:40 -0400 (EDT)
25818              Message-ID: <Pine.SCO.4.30.0104240918160.13514-100000@laura.burrelles.com>
25819      Branch: perl
25820            ! hints/svr5.sh
25821 ____________________________________________________________________________
25822 [  9813] By: jhi                                   on 2001/04/24  12:54:23
25823         Log: Prevent path disclosure (probing for existence of filenames)
25824              using suidperl; bug id 20010322.218.
25825      Branch: perl
25826            ! perl.c pod/perldiag.pod
25827 ____________________________________________________________________________
25828 [  9812] By: jhi                                   on 2001/04/24  12:08:36
25829         Log: Retract #9811.
25830      Branch: perl
25831            ! ext/POSIX/POSIX.xs
25832 ____________________________________________________________________________
25833 [  9811] By: jhi                                   on 2001/04/24  11:57:35
25834         Log: (Retracted by #9812.)
25835      Branch: perl
25836            ! ext/POSIX/POSIX.xs
25837 ____________________________________________________________________________
25838 [  9810] By: jhi                                   on 2001/04/24  03:32:35
25839         Log: Fix for 20010219.013, "perlio perl -we tell goes SEGV".
25840      Branch: perl
25841            ! util.c
25842 ____________________________________________________________________________
25843 [  9809] By: jhi                                   on 2001/04/24  03:16:13
25844         Log: The Math::BigFloat::import() was broken.
25845              (Fixes bug id 20010422.002.)
25846      Branch: perl
25847            ! lib/Math/BigFloat.pm
25848 ____________________________________________________________________________
25849 [  9808] By: jhi                                   on 2001/04/24  01:11:40
25850         Log: Additional dependencies; should help for parallel makes
25851              not to fail on missing lib/lib.pm or lib/re.pm.
25852      Branch: perl
25853            ! Makefile.SH
25854 ____________________________________________________________________________
25855 [  9807] By: jhi                                   on 2001/04/24  00:57:01
25856         Log: Update the test failure disclaimer.
25857      Branch: perl
25858            ! t/pragma/warn/pp_hot
25859 ____________________________________________________________________________
25860 [  9806] By: jhi                                   on 2001/04/24  00:54:04
25861         Log: Add make target "install-all" which is alias for "install"
25862              to cater for case-preserving filesystems like HFS+.
25863      Branch: perl
25864            ! INSTALL Makefile.SH
25865 ____________________________________________________________________________
25866 [  9805] By: jhi                                   on 2001/04/24  00:47:28
25867         Log: Subject: Re: 5.6.1 darwin Configure fails to extract Makefile
25868              From: Peter Prymmer <pvhp@forte.com>
25869              Date: Wed, 11 Apr 2001 10:43:52 -0700 (PDT)
25870              Message-ID: <Pine.OSF.4.10.10104111038480.113314-100000@aspara.forte.com>
25871              
25872              (Ken William's message forwarded from macosx@perl.org)
25873      Branch: perl
25874            ! hints/darwin.sh
25875 ____________________________________________________________________________
25876 [  9804] By: jhi                                   on 2001/04/23  23:57:35
25877         Log: Cut-and-pasto.
25878      Branch: perl
25879            ! perlio.c
25880 ____________________________________________________________________________
25881 [  9803] By: jhi                                   on 2001/04/23  23:52:25
25882         Log: More PerlIO robustness.
25883      Branch: perl
25884            ! perlio.c
25885 ____________________________________________________________________________
25886 [  9802] By: jhi                                   on 2001/04/23  23:43:35
25887         Log: Make the "STD* opened only for ..." errors more consistent.
25888      Branch: perl
25889            ! doio.c
25890 ____________________________________________________________________________
25891 [  9801] By: jhi                                   on 2001/04/23  23:34:26
25892         Log: Test case for #9800.
25893      Branch: perl
25894            ! t/op/misc.t
25895 ____________________________________________________________________________
25896 [  9800] By: jhi                                   on 2001/04/23  23:14:43
25897         Log: Avoid coredump on 'close STDERR; die' by making
25898              the PerlIO calls more robust.  Also use SETERRNO()
25899              instead of errno = to be more VMS-ready.
25900      Branch: perl
25901            ! perlio.c
25902 ____________________________________________________________________________
25903 [  9799] By: jhi                                   on 2001/04/23  21:41:10
25904         Log: Subject: test for ID 20010423.002
25905              From: Robin Houston <robin@kitsite.com>
25906              Date: Mon, 23 Apr 2001 16:52:21 +0100
25907              Message-ID: <20010423165221.A20739@puffinry.freeserve.co.uk>
25908      Branch: perl
25909            ! t/op/avhv.t
25910 ____________________________________________________________________________
25911 [  9798] By: jhi                                   on 2001/04/23  21:40:07
25912         Log: Subject: patch to installperl (change warn to print STDERR in sub yn)
25913              From: David Dyck <dcd@tc.fluke.com>
25914              Date: Mon, 23 Apr 2001 10:19:46 -0700 (PDT)
25915              Message-ID: <Pine.LNX.4.33.0104231018270.10985-100000@dd.tc.fluke.com>
25916      Branch: perl
25917            ! installperl
25918 ____________________________________________________________________________
25919 [  9797] By: jhi                                   on 2001/04/23  21:37:56
25920         Log: Subject: [PATCH] Implement Cwd::abs_path in XS
25921              From: Benjamin Sugars <bsugars@canoe.ca>
25922              Date: Mon, 23 Apr 2001 11:59:48 -0400 (EDT)
25923              Message-ID: <Pine.LNX.4.21.0104231151340.3238-100000@marmot.rim.canoe.ca>
25924      Branch: perl
25925            ! ext/Cwd/Cwd.xs lib/Cwd.pm
25926 ____________________________________________________________________________
25927 [  9796] By: jhi                                   on 2001/04/23  21:29:24
25928         Log: Synchronize h2xs and pod2man some more on the documentation
25929              templates they propose.
25930      Branch: perl
25931            ! pod/pod2man.PL utils/h2xs.PL
25932 ____________________________________________________________________________
25933 [  9795] By: jhi                                   on 2001/04/23  17:30:40
25934         Log: Add one more naughty test for base64; make encoding logic cleaner.
25935      Branch: perl
25936            ! t/lib/mimeb64.t
25937 ____________________________________________________________________________
25938 [  9794] By: jhi                                   on 2001/04/23  13:51:32
25939         Log: Update Changes.
25940      Branch: perl
25941            ! Changes patchlevel.h
25942 ____________________________________________________________________________
25943 [  9793] By: jhi                                   on 2001/04/23  13:44:18
25944         Log: Duplicate lines.
25945      Branch: perl
25946            ! MANIFEST
25947 ____________________________________________________________________________
25948 [  9792] By: jhi                                   on 2001/04/23  13:39:13
25949         Log: Subject: Re: PATCH 5.7.1
25950              From: Mark-Jason Dominus <mjd@plover.com>
25951              Date: Mon, 23 Apr 2001 10:30:21 -0400
25952              Message-ID: <20010423143021.17335.qmail@plover.com>
25953      Branch: perl
25954            ! perl.h sv.c
25955 ____________________________________________________________________________
25956 [  9791] By: jhi                                   on 2001/04/23  13:32:40
25957         Log: Add the CPAN.pm 1.59_54 tests.
25958      Branch: perl
25959            + t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
25960            ! MANIFEST
25961 ____________________________________________________________________________
25962 [  9790] By: jhi                                   on 2001/04/23  13:21:55
25963         Log: Subject: Deparse nit
25964              From: Robin Houston <robin@kitsite.com>
25965              Date: Mon, 23 Apr 2001 12:38:20 +0100
25966              Message-ID: <20010423123820.A19945@puffinry.freeserve.co.uk>
25967      Branch: perl
25968            ! ext/B/B/Deparse.pm
25969 ____________________________________________________________________________
25970 [  9789] By: jhi                                   on 2001/04/23  13:19:07
25971         Log: Subject: [PATCH] bug 20010423.002
25972              From: Robin Houston <robin@kitsite.com>
25973              Date: Mon, 23 Apr 2001 13:12:30 +0100
25974              Message-ID: <20010423131230.A20074@puffinry.freeserve.co.uk>
25975      Branch: perl
25976            ! pp.c
25977 ____________________________________________________________________________
25978 [  9788] By: jhi                                   on 2001/04/23  13:02:49
25979         Log: Subject: PATCH [5.7.1] hv.c unused #define
25980              From: Mark-Jason Dominus <mjd@plover.com>
25981              Date: Sun, 22 Apr 2001 14:17:49 -0400
25982              Message-ID: <20010422181749.26976.qmail@plover.com>
25983      Branch: perl
25984            ! hv.c
25985 ____________________________________________________________________________
25986 [  9787] By: jhi                                   on 2001/04/23  13:02:02
25987         Log: Subject: PATCH 5.7.1
25988              From: Mark-Jason Dominus <mjd@plover.com>
25989              Date: Sun, 22 Apr 2001 15:12:57 -0400
25990              Message-ID: <20010422191258.6539.qmail@plover.com>
25991              
25992              plus Sarathy's STMT_START + STMT_END suggestion.
25993      Branch: perl
25994            ! perl.h
25995 ____________________________________________________________________________
25996 [  9786] By: jhi                                   on 2001/04/23  12:53:25
25997         Log: Fix for
25998              
25999              Subject: [ID 20010423.001] perlapi documentation inconsistency (SvGROW)
26000              From: dLux <dlux@spam.sch.bme.hu>
26001              Date: Mon, 23 Apr 2001 01:25:26 +0200
26002              Message-Id: <E14rTEM-0000CB-00@dl.sch.bme.hu>
26003              
26004              (SvGROW really does return a char *.)
26005      Branch: perl
26006            ! pod/perlapi.pod sv.h
26007 ____________________________________________________________________________
26008 [  9785] By: jhi                                   on 2001/04/23  04:34:04
26009         Log: Time::Piece work continues.  $t->day removed since
26010              I think it's too confusing.  Now has normal and
26011              abbreviated length weekday names and month names,
26012              the names change with _names(), not _list().
26013              Now has strftime() in Perl, _strftime() is
26014              the libc version (to which strftime() falls back
26015              if it doesn't know the format.  To do: the reverse
26016              of strftime, strptime(), and the localisation of both.
26017      Branch: perl
26018            ! ext/Time/Piece/Piece.pm ext/Time/Piece/Piece.xs
26019            ! t/lib/time-piece.t
26020 ____________________________________________________________________________
26021 [  9784] By: jhi                                   on 2001/04/23  02:41:46
26022         Log: Subject: Re: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using ' 
26023              From: andreas.koenig@anima.de (Andreas J. Koenig)
26024              Date: 23 Apr 2001 05:20:55 +0200
26025              Message-ID: <m3ofto5mjs.fsf@ak-71.mind.de>
26026      Branch: perl
26027            ! t/pragma/overload.t
26028 ____________________________________________________________________________
26029 [  9783] By: jhi                                   on 2001/04/22  23:32:42
26030         Log: Subject: [PATCH B::Deparse] Distinguish package variables, if necessary
26031              From: Robin Houston <robin@kitsite.com>
26032              Date: Mon, 23 Apr 2001 00:38:18 +0100
26033              Message-ID: <20010423003818.A19109@puffinry.freeserve.co.uk>
26034      Branch: perl
26035            ! ext/B/B/Deparse.pm
26036 ____________________________________________________________________________
26037 [  9782] By: jhi                                   on 2001/04/22  20:55:43
26038         Log: Subject: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using '
26039              From: Simon Cozens <simon@netthink.co.uk>
26040              Date: Sun, 22 Apr 2001 18:47:25 +0100
26041              Message-ID: <20010422184725.A14411@netthink.co.uk>
26042      Branch: perl
26043            ! sv.c t/pragma/overload.t
26044 ____________________________________________________________________________
26045 [  9781] By: jhi                                   on 2001/04/22  20:52:13
26046         Log: Subject: [PATCH] Support BEGIN blocks in B::Deparse (& more)
26047              From: Robin Houston <robin@kitsite.com>
26048              Date: Sun, 22 Apr 2001 22:14:50 +0100
26049              Message-ID: <20010422221450.A18921@puffinry.freeserve.co.uk>
26050      Branch: perl
26051            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
26052 ____________________________________________________________________________
26053 [  9780] By: nick                                  on 2001/04/22  20:40:31
26054         Log: Integrate mainline.
26055      Branch: perlio
26056           +> t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
26057           +> t/lib/b-stash.t
26058           !> (integrate 38 files)
26059 ____________________________________________________________________________
26060 [  9779] By: jhi                                   on 2001/04/22  15:16:03
26061         Log: Subject: IO::Socket::INET patch
26062              From: andrew deryabin <djsf@technarchy.ru>
26063              Date: Sat, 21 Apr 2001 17:46:52 +0400
26064              Message-ID: <20010421174652.B1426@technarchy>
26065      Branch: perl
26066            ! ext/IO/lib/IO/Socket/INET.pm
26067 ____________________________________________________________________________
26068 [  9778] By: jhi                                   on 2001/04/22  15:14:33
26069         Log: Subject: Re: ANYOF_SIZE is wrong in 5.7.1 
26070              From: Mark-Jason Dominus <mjd@plover.com>
26071              Date: Sat, 21 Apr 2001 21:27:49 -0400
26072              Message-ID: <20010422012749.27024.qmail@plover.com>
26073      Branch: perl
26074            ! regcomp.c
26075 ____________________________________________________________________________
26076 [  9777] By: jhi                                   on 2001/04/22  15:10:51
26077         Log: Subject: Re: Regex debugger patch 
26078              From: Mark-Jason Dominus <mjd@plover.com>
26079              Date: Sat, 21 Apr 2001 21:48:51 -0400
26080              Message-ID: <20010422014851.27165.qmail@plover.com>
26081      Branch: perl
26082            ! pod/perldebguts.pod
26083 ____________________________________________________________________________
26084 [  9776] By: jhi                                   on 2001/04/22  15:09:48
26085         Log: Subject: Re: Regex debugger patch
26086              From: Mark-Jason Dominus <mjd@plover.com>
26087              Date: Sat, 21 Apr 2001 14:24:39 -0400
26088              Message-ID: <20010421182439.16508.qmail@plover.com>
26089              
26090              Regex debugger backend.
26091      Branch: perl
26092            ! regcomp.c regexp.h
26093 ____________________________________________________________________________
26094 [  9775] By: jhi                                   on 2001/04/21  16:45:40
26095         Log: Subject: [PATCH] Typo in utf8.h
26096              From: Jesús Quiroga <jquiroga@pobox.com>
26097              Date: Sat, 21 Apr 2001 19:25:33 +0200
26098              Message-Id: <5.0.2.1.1.20010421192107.01ce5a50@ix.netcorps.com>
26099      Branch: perl
26100            ! utf8.h
26101 ____________________________________________________________________________
26102 [  9774] By: jhi                                   on 2001/04/21  16:43:52
26103         Log: Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
26104              From: Joe Orton <jorton@redhat.com>
26105              Date: Tue, 17 Apr 2001 15:50:43 +0100
26106              Message-Id: <20010417155043.D19132@eu.c2.net>
26107      Branch: perl
26108            ! hints/svr5.sh
26109 ____________________________________________________________________________
26110 [  9773] By: jhi                                   on 2001/04/21  15:30:15
26111         Log: Subject: Patch utils/h2xs.PL
26112              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
26113              Date: Sat, 21 Apr 2001 10:32:16 -0500
26114              Message-ID: <20010421103216.C14521@chaos.wustl.edu>
26115              
26116              Add MAILING list and LICENSE templates.
26117      Branch: perl
26118            ! utils/h2xs.PL
26119 ____________________________________________________________________________
26120 [  9772] By: jhi                                   on 2001/04/21  15:28:36
26121         Log: Subject: perlfaq2.patch for 5.7.1
26122              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
26123              Message-ID: <20010420164219.J3194@chaos.wustl.edu>
26124              Date: Fri, 20 Apr 2001 16:42:19 -0500
26125              
26126              rm an extra tab, a blurb about the xx.cpan to clarify
26127              which countries actually have that and dejanews is history
26128              as well as most of that nonsensical entry.
26129      Branch: perl
26130            ! pod/perlfaq2.pod
26131 ____________________________________________________________________________
26132 [  9771] By: jhi                                   on 2001/04/21  15:27:17
26133         Log: Subject: perlfaq1.patch for 5.7.1
26134              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
26135              Date: Fri, 20 Apr 2001 16:57:36 -0500
26136              Message-ID: <20010420165736.K3194@chaos.wustl.edu>
26137              
26138              Evil URLs must die. Especially when they are broken.
26139      Branch: perl
26140            ! pod/perlfaq1.pod
26141 ____________________________________________________________________________
26142 [  9770] By: jhi                                   on 2001/04/21  15:23:38
26143         Log: Subject: [PATCH ext/B/B.pm and tests] B::walksymtable improperly documented?
26144              From: Michael G Schwern <schwern@pobox.com>
26145              Date: Sat, 21 Apr 2001 16:11:12 +0100
26146              Message-ID: <20010421161112.L19736@blackrider.blackstar.co.uk>
26147      Branch: perl
26148            + t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
26149            + t/lib/b-stash.t
26150            ! MANIFEST ext/B/B.pm t/lib/b.t
26151 ____________________________________________________________________________
26152 [  9769] By: jhi                                   on 2001/04/21  15:03:32
26153         Log: Subject: [PATCH utils/h2ph.PL] Confused by "#if &__GNUC_PREREQ (2,97)"
26154              From: Michael G Schwern <schwern@pobox.com>
26155              Date: Sat, 21 Apr 2001 09:48:00 +0100
26156              Message-ID: <20010421094759.B19736@blackrider.blackstar.co.uk>
26157      Branch: perl
26158            ! utils/h2ph.PL
26159 ____________________________________________________________________________
26160 [  9768] By: jhi                                   on 2001/04/21  14:33:49
26161         Log: PerlIO and Encode doc cleanup and tweaks.
26162      Branch: perl
26163            ! ext/Encode/Encode.pm ext/PerlIO/Scalar/Scalar.pm
26164            ! ext/PerlIO/Via/Via.pm lib/PerlIO.pm
26165 ____________________________________________________________________________
26166 [  9767] By: jhi                                   on 2001/04/21  12:40:16
26167         Log: Integrate perlio.
26168      Branch: perl
26169           !> doio.c
26170 ____________________________________________________________________________
26171 [  9766] By: nick                                  on 2001/04/20  18:28:35
26172         Log: Avoid core dump on
26173              open(STDOUT,">",\$foo);
26174      Branch: perlio
26175            ! doio.c
26176 ____________________________________________________________________________
26177 [  9765] By: jhi                                   on 2001/04/20  13:23:43
26178         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
26179              From: Robin Houston <robin@kitsite.com>
26180              Date: Fri, 20 Apr 2001 14:29:22 +0100
26181              Message-ID: <20010420142921.A14960@puffinry.freeserve.co.uk>
26182      Branch: perl
26183            ! ext/B/B.pm ext/B/B/Deparse.pm
26184 ____________________________________________________________________________
26185 [  9764] By: jhi                                   on 2001/04/20  13:19:33
26186         Log: Subject: [PATCH: perl@9742] avoid t/u-*.t test on platforms where List/Util was not built
26187              From: Peter Prymmer <pvhp@forte.com>
26188              Date: Thu, 19 Apr 2001 17:40:14 -0700 (PDT)
26189              Message-ID: <Pine.OSF.4.10.10104191737200.348917-100000@aspara.forte.com>
26190      Branch: perl
26191            ! t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
26192            ! t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
26193            ! t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
26194            ! t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
26195 ____________________________________________________________________________
26196 [  9763] By: jhi                                   on 2001/04/20  12:36:39
26197         Log: Subject: Re: A new PerlIO coredump
26198              From: Nick Ing-Simmons <nik@tiuk.ti.com>
26199              Date: Fri, 20 Apr 2001 14:29:41 +0100 (BST)
26200              Message-Id: <200104201329.OAA16021@mikado.tiuk.ti.com>
26201      Branch: perl
26202            ! doio.c
26203 ____________________________________________________________________________
26204 [  9762] By: jhi                                   on 2001/04/19  23:02:30
26205         Log: Update Changes.
26206      Branch: perl
26207            ! Changes patchlevel.h
26208 ____________________________________________________________________________
26209 [  9761] By: jhi                                   on 2001/04/19  22:59:19
26210         Log: More cleanup cleanup.
26211      Branch: perl
26212            ! Makefile.SH win32/Makefile win32/makefile.mk
26213 ____________________________________________________________________________
26214 [  9760] By: jhi                                   on 2001/04/19  22:50:31
26215         Log: lib/Time is non-empty, let's not rmdir it.
26216      Branch: perl
26217            ! Makefile.SH
26218 ____________________________________________________________________________
26219 [  9759] By: jhi                                   on 2001/04/19  22:36:51
26220         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
26221              From: Robin Houston <robin@kitsite.com>
26222              Date: Fri, 20 Apr 2001 00:18:53 +0100
26223              Message-ID: <20010420001853.A13350@puffinry.freeserve.co.uk>
26224      Branch: perl
26225            ! ext/B/B/Deparse.pm
26226 ____________________________________________________________________________
26227 [  9758] By: jhi                                   on 2001/04/19  22:36:00
26228         Log: Subject: [PATCH: perl@9742] void close_dir portability fix for Cwd.xs
26229              From: Peter Prymmer <pvhp@forte.com>
26230              Date: Thu, 19 Apr 2001 12:02:40 -0700 (PDT)
26231              Message-ID: <Pine.OSF.4.10.10104191158490.348917-100000@aspara.forte.com>
26232      Branch: perl
26233            ! ext/Cwd/Cwd.xs
26234 ____________________________________________________________________________
26235 [  9757] By: nick                                  on 2001/04/19  18:53:54
26236         Log: Blind (untested) integrate of mainline.
26237      Branch: perlio
26238           +> ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
26239           +> ext/Time/Piece/Piece.xs ext/Time/Piece/README
26240           +> ext/Time/Piece/Seconds.pm t/lib/time-piece.t
26241           !> (integrate 53 files)
26242 ____________________________________________________________________________
26243 [  9756] By: jhi                                   on 2001/04/19  16:59:23
26244         Log: Document and test Time::Piece.
26245      Branch: perl
26246            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.pm
26247            ! ext/Time/Piece/Piece.xs t/lib/time-piece.t
26248 ____________________________________________________________________________
26249 [  9755] By: jhi                                   on 2001/04/19  12:13:29
26250         Log: A better fix for the \x{12345678} trouble from NI-S.
26251      Branch: perl
26252            ! utf8.c
26253 ____________________________________________________________________________
26254 [  9754] By: jhi                                   on 2001/04/19  11:56:07
26255         Log: Subject: PATCH: Propagate low byte of hints in cop.op_private
26256              From: Robin Houston <robin@kitsite.com>
26257              Date: Wed, 18 Apr 2001 17:58:33 +0100
26258              Message-ID: <20010418175833.B8976@puffinry.freeserve.co.uk>
26259      Branch: perl
26260            ! ext/B/B/Deparse.pm op.c
26261 ____________________________________________________________________________
26262 [  9753] By: jhi                                   on 2001/04/19  04:21:52
26263         Log: Subject: [PATCH] h2ph test suite bugfix and refactoring
26264              From: "Kurt D. Starsinic" <kstar@wolfetech.com>
26265              Date: Thu, 19 Apr 2001 01:11:41 -0400
26266              Message-ID: <20010419011141.A5798@cpan.org>
26267      Branch: perl
26268            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
26269 ____________________________________________________________________________
26270 [  9752] By: jhi                                   on 2001/04/19  02:41:10
26271         Log: The new time utils need to be thread-aware, too.
26272      Branch: perl
26273            ! util.c
26274 ____________________________________________________________________________
26275 [  9751] By: jhi                                   on 2001/04/19  02:26:47
26276         Log: Compilation nit noticed by AIX compiler.
26277      Branch: perl
26278            ! perlio.c
26279 ____________________________________________________________________________
26280 [  9750] By: jhi                                   on 2001/04/19  02:20:06
26281         Log: The new time utils need to be public.
26282      Branch: perl
26283            ! embed.pl
26284 ____________________________________________________________________________
26285 [  9749] By: jhi                                   on 2001/04/19  01:42:39
26286         Log: Regen toc.
26287      Branch: perl
26288            ! pod/perltoc.pod
26289 ____________________________________________________________________________
26290 [  9748] By: jhi                                   on 2001/04/19  01:41:10
26291         Log: Add Time::Piece, a slight rewrite of Time::Object,
26292              from Matt Sergeant.
26293      Branch: perl
26294            + ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
26295            + ext/Time/Piece/Piece.xs ext/Time/Piece/README
26296            + ext/Time/Piece/Seconds.pm t/lib/time-piece.t
26297            ! MANIFEST configure.com djgpp/config.over epoc/config.sh
26298            ! hints/uts.sh hints/uwin.sh hints/vmesa.sh win32/Makefile
26299            ! win32/makefile.mk
26300 ____________________________________________________________________________
26301 [  9747] By: jhi                                   on 2001/04/19  00:55:35
26302         Log: The new metaconfig unit from strftime.
26303      Branch: metaconfig/U/perl
26304            + d_strftime.U
26305 ____________________________________________________________________________
26306 [  9746] By: jhi                                   on 2001/04/19  00:54:54
26307         Log: Move the strftime() wrapper from POSIX.xs to util.c
26308              as my_strftime(), requires HAS_STRFTIME.
26309      Branch: perl
26310            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
26311            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
26312            ! ext/POSIX/POSIX.xs proto.h uconfig.h uconfig.sh util.c
26313            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
26314            ! vos/config.ga.h win32/config.bc win32/config.gc
26315            ! win32/config.vc
26316 ____________________________________________________________________________
26317 [  9745] By: jhi                                   on 2001/04/18  23:11:03
26318         Log: Move the init_tm() and mini_mktime() up from POSIX.xs to util.c
26319              in preparation of Time::Piece.
26320      Branch: perl
26321            ! embed.h embed.pl ext/POSIX/POSIX.xs proto.h util.c
26322 ____________________________________________________________________________
26323 [  9744] By: jhi                                   on 2001/04/18  22:33:12
26324         Log: Subject: [PATCH: perl@9718] fix new exporter test to work OK on VMS
26325              From: Peter Prymmer <pvhp@forte.com>
26326              Date: Wed, 18 Apr 2001 15:38:28 -0700 (PDT)
26327              Message-ID: <Pine.OSF.4.10.10104181536440.272477-100000@aspara.forte.com>
26328      Branch: perl
26329            ! t/lib/exporter.t
26330 ____________________________________________________________________________
26331 [  9743] By: jhi                                   on 2001/04/18  22:32:23
26332         Log: Subject: Fwd: pod2html leaves cache files lying around?
26333              From: Rajesh Vaidheeswarran <rv@gnu.org>
26334              Date: Tue, 17 Apr 2001 09:35:00 -0400 (EDT)
26335              Message-Id: <E14pVdE-0004P0-00@fencepost.gnu.org>
26336      Branch: perl
26337            ! lib/Pod/Html.pm
26338 ____________________________________________________________________________
26339 [  9742] By: jhi                                   on 2001/04/18  20:31:49
26340         Log: Update Changes.
26341      Branch: perl
26342            ! Changes patchlevel.h
26343 ____________________________________________________________________________
26344 [  9741] By: jhi                                   on 2001/04/18  20:23:02
26345         Log: Declare hints only if needed.
26346      Branch: perl
26347            ! ext/B/B/Deparse.pm
26348 ____________________________________________________________________________
26349 [  9740] By: jhi                                   on 2001/04/18  19:06:05
26350         Log: Workaround for the "\x{12345678}" plus s/(.)/$1/g plus ord/length
26351              bug noticed by Robin Houston; basically the code of detecting
26352              value wraparound was acting differently under different compilers
26353              and platforms.  The workaround is to remove the overflow check
26354              for now, a real fix would be to do the overflow (portably) right.
26355      Branch: perl
26356            ! t/op/pat.t utf8.c
26357 ____________________________________________________________________________
26358 [  9739] By: jhi                                   on 2001/04/18  19:01:23
26359         Log: Subject: [PATCH B::Deparse] some pragma support
26360              From: Robin Houston <robin@kitsite.com>
26361              Date: Wed, 18 Apr 2001 19:32:12 +0100
26362              Message-ID: <20010418193212.A9184@puffinry.freeserve.co.uk>
26363      Branch: perl
26364            ! ext/B/B/Deparse.pm
26365 ____________________________________________________________________________
26366 [  9738] By: jhi                                   on 2001/04/18  15:16:37
26367         Log: Subject: [PATCH] Test case for C<undef %File::Glob::>
26368              From: Benjamin Sugars <bsugars@canoe.ca>
26369              Date: Wed, 18 Apr 2001 10:53:44 -0400 (EDT)
26370              Message-ID: <Pine.LNX.4.21.0104181047010.2368-100000@marmot.rim.canoe.ca>
26371      Branch: perl
26372            ! t/op/glob.t
26373 ____________________________________________________________________________
26374 [  9737] By: jhi                                   on 2001/04/18  13:24:50
26375         Log: Subject: [PATCH] XS::Typemap - T_OPAQUE
26376              From: Tim Jenness <t.jenness@jach.hawaii.edu>
26377              Date: Tue, 17 Apr 2001 22:49:25 -1000 (HST)
26378              Message-ID: <Pine.LNX.4.30.0104172247440.28672-100000@lapaki.jach.hawaii.edu>
26379      Branch: perl
26380            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
26381            ! ext/XS/Typemap/typemap lib/ExtUtils/typemap t/lib/xs-typemap.t
26382 ____________________________________________________________________________
26383 [  9736] By: jhi                                   on 2001/04/18  04:15:14
26384         Log: The #9735 also changes the subtest 12.
26385      Branch: perl
26386            ! t/lib/b.t
26387 ____________________________________________________________________________
26388 [  9735] By: jhi                                   on 2001/04/18  03:55:17
26389         Log: Subject: Deparse.pm of split(" ") decodes as /\s+/ (with PATCH)
26390              From: David Dyck <dcd@tc.fluke.com>
26391              Date: Tue, 17 Apr 2001 17:12:58 -0700 (PDT)
26392              Message-ID: <Pine.LNX.4.33.0104171508210.23062-100000@dd.tc.fluke.com>
26393      Branch: perl
26394            ! ext/B/B/Deparse.pm
26395 ____________________________________________________________________________
26396 [  9734] By: jhi                                   on 2001/04/18  03:54:11
26397         Log: Subject: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
26398              From: Gisle Aas <gisle@ActiveState.com>
26399              Date: 17 Apr 2001 19:06:45 -0700
26400              Message-ID: <lrae5f9d1m.fsf@caliper.ActiveState.com>
26401      Branch: perl
26402            ! pp_hot.c t/op/misc.t
26403 ____________________________________________________________________________
26404 [  9733] By: jhi                                   on 2001/04/17  22:25:22
26405         Log: Subject: [PATCH: ext/Cwd/Cwd.xs & ext/PerlIO/Scalar/Scalar.xs] Missing prototype behaviour
26406              From: "Abigail" <abigail@foad.org>
26407              Date: Wed, 18 Apr 2001 01:17:46 +0200
26408              Message-ID: <20010417231746.21657.qmail@foad.org>
26409      Branch: perl
26410            ! ext/Cwd/Cwd.xs ext/PerlIO/Scalar/Scalar.xs
26411 ____________________________________________________________________________
26412 [  9732] By: jhi                                   on 2001/04/17  20:47:56
26413         Log: Subject: Re: Deparse - parenthesise args to undeclared subs
26414              From: Robin Houston <robin@kitsite.com>
26415              Date: Tue, 17 Apr 2001 22:37:42 +0100
26416              Message-ID: <20010417223742.A6681@puffinry.freeserve.co.uk>
26417      Branch: perl
26418            ! ext/B/B/Deparse.pm
26419 ____________________________________________________________________________
26420 [  9731] By: nick                                  on 2001/04/17  20:46:35
26421         Log: Re-sync for t/lib/b.t fix
26422      Branch: perlio
26423           !> ext/B/B/Deparse.pm t/lib/b.t t/lib/cwd.t
26424 ____________________________________________________________________________
26425 [  9730] By: jhi                                   on 2001/04/17  20:45:29
26426         Log: Subject: [PATCH B::Deparse] utf8 literal strings (and possibly a unicode/regex bug)
26427              From: Robin Houston <robin@kitsite.com>
26428              Date: Tue, 17 Apr 2001 22:29:36 +0100
26429              Message-ID: <20010417222936.A6644@puffinry.freeserve.co.uk>
26430      Branch: perl
26431            ! ext/B/B.xs ext/B/B/Deparse.pm
26432 ____________________________________________________________________________
26433 [  9729] By: jhi                                   on 2001/04/17  20:43:11
26434         Log: Subject: Deparse - parenthesise args to undeclared subs
26435              From: Robin Houston <robin@kitsite.com>
26436              Date: Tue, 17 Apr 2001 21:31:05 +0100
26437              Message-ID: <20010417213104.A6586@puffinry.freeserve.co.uk>
26438      Branch: perl
26439            ! ext/B/B/Deparse.pm
26440 ____________________________________________________________________________
26441 [  9728] By: jhi                                   on 2001/04/17  18:57:30
26442         Log: Subject: Re: [PATCH] Fix cwd.t when libpth contains symlinks
26443              From: Benjamin Sugars <ben.sugars@home.com>
26444              Date: Tue, 17 Apr 2001 15:27:28 -0400 (EDT)
26445              Message-ID: <Pine.LNX.4.21.0104171516090.22410-100000@localhost.localdomain>
26446      Branch: perl
26447            ! t/lib/cwd.t
26448 ____________________________________________________________________________
26449 [  9727] By: jhi                                   on 2001/04/17  18:20:20
26450         Log: Subject: [PATCH B::Deparse] ambient pragmas
26451              From: Robin Houston <robin@kitsite.com>
26452              Date: Tue, 17 Apr 2001 20:01:59 +0100
26453              Message-ID: <20010417200159.A4882@puffinry.freeserve.co.uk>
26454      Branch: perl
26455            ! ext/B/B/Deparse.pm t/lib/b.t
26456 ____________________________________________________________________________
26457 [  9726] By: nick                                  on 2001/04/17  16:33:51
26458         Log: Integrate mainline (t/lib/b.t fails test 2...)
26459      Branch: perlio
26460           +> ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
26461           +> ext/List/Util/README ext/List/Util/Util.xs
26462           +> ext/List/Util/lib/List/Util.pm
26463           +> ext/List/Util/lib/Scalar/Util.pm t/lib/exporter.t
26464           +> t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
26465           +> t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
26466           +> t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
26467           +> t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
26468           !> (integrate 31 files)
26469 ____________________________________________________________________________
26470 [  9725] By: jhi                                   on 2001/04/17  12:14:24
26471         Log: Subject: multiple B::* changes
26472              From: Robin Houston <robin@kitsite.com>
26473              Date: Thu, 12 Apr 2001 20:12:27 +0100
26474              Message-ID: <20010412201226.A30940@puffinry.freeserve.co.uk>
26475      Branch: perl
26476            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
26477 ____________________________________________________________________________
26478 [  9724] By: jhi                                   on 2001/04/17  11:59:05
26479         Log: Thread-awareness from Doug MacEachern.
26480      Branch: perl
26481            ! ext/List/Util/Util.xs
26482 ____________________________________________________________________________
26483 [  9723] By: jhi                                   on 2001/04/17  11:57:41
26484         Log: Make the test more portable.
26485      Branch: perl
26486            ! t/lib/cwd.t
26487 ____________________________________________________________________________
26488 [  9722] By: jhi                                   on 2001/04/17  11:53:50
26489         Log: Subject: [PATCH] Fix cwd.t when libpth contains symlinks
26490              From: Benjamin Sugars <ben.sugars@home.com>
26491              Date: Mon, 16 Apr 2001 22:43:29 -0400 (EDT)
26492              Message-ID: <Pine.LNX.4.21.0104162234030.17949-100000@localhost.localdomain>
26493      Branch: perl
26494            ! t/lib/cwd.t
26495 ____________________________________________________________________________
26496 [  9721] By: jhi                                   on 2001/04/17  11:52:17
26497         Log: Subject: [PATCH] Fix core dump from undef %File::Glob::
26498              From: Benjamin Sugars <bsugars@canoe.ca>
26499              Date: Mon, 16 Apr 2001 13:23:59 -0400 (EDT)
26500              Message-ID: <Pine.LNX.4.21.0104161313160.1676-100000@marmot.rim.canoe.ca>
26501      Branch: perl
26502            ! op.c
26503 ____________________________________________________________________________
26504 [  9720] By: jhi                                   on 2001/04/17  11:35:42
26505         Log: Subject: [MacPerl-Porters] [PATCH] bsd_glob.c, gv.c fixes for Mac OS
26506              From: Chris Nandor <pudge@pobox.com>
26507              Date: Tue, 17 Apr 2001 00:30:49 -0400
26508              Message-Id: <p05100207b701768712de@[10.0.1.177]>
26509      Branch: perl
26510            ! ext/File/Glob/bsd_glob.c gv.c
26511 ____________________________________________________________________________
26512 [  9719] By: jhi                                   on 2001/04/17  11:32:13
26513         Log: Subject: [PATCH] Tweten->West
26514              From: Casey West <casey@geeknest.com>
26515              Date: Mon, 16 Apr 2001 12:11:22 -0400
26516              Message-ID: <20010416121122.B14554@stupid.geeknest.com>
26517      Branch: perl
26518            ! AUTHORS lib/Class/Struct.pm lib/Shell.pm lib/constant.pm
26519            ! pod/perltie.pod
26520 ____________________________________________________________________________
26521 [  9718] By: jhi                                   on 2001/04/16  03:22:52
26522         Log: Update Changes.
26523      Branch: perl
26524            ! Changes patchlevel.h
26525 ____________________________________________________________________________
26526 [  9717] By: jhi                                   on 2001/04/16  03:06:28
26527         Log: Regen toc.
26528      Branch: perl
26529            ! pod/perltoc.pod
26530 ____________________________________________________________________________
26531 [  9716] By: jhi                                   on 2001/04/16  02:58:42
26532         Log: Subject: [PATCH: perl@9699] updates to apidoc in utf8.c
26533              From: Prymmer/Kahn <pvhp@best.com>
26534              Date: Sun, 15 Apr 2001 20:47:45 -0700 (PDT)
26535              Message-ID: <Pine.BSF.4.21.0104152037470.8946-100000@shell8.ba.best.com>
26536      Branch: perl
26537            ! utf8.c
26538 ____________________________________________________________________________
26539 [  9715] By: jhi                                   on 2001/04/15  23:40:35
26540         Log: Subject: Re: Net::Ping patch, adds stream protocol
26541              From: bronson@rinspin.com (Scott Bronson)
26542              Date: Tue, 10 Apr 2001 23:58:33 -0700
26543              Message-ID: <20010410235833.N29719@rinspin.com>
26544      Branch: perl
26545            ! lib/Net/Ping.pm
26546 ____________________________________________________________________________
26547 [  9714] By: jhi                                   on 2001/04/15  23:31:46
26548         Log: Printing out the ok messages helps successful testing.
26549      Branch: perl
26550            ! t/lib/time-hires.t
26551 ____________________________________________________________________________
26552 [  9713] By: jhi                                   on 2001/04/15  21:43:24
26553         Log: Update Douglas Wegscheid's email.
26554      Branch: perl
26555            ! AUTHORS
26556 ____________________________________________________________________________
26557 [  9712] By: jhi                                   on 2001/04/15  21:40:41
26558         Log: Subject: [PATCH t/lib/exporter.t lib/Exporter/Heavy.pm] Testing Exporter
26559              From: Michael G Schwern <schwern@pobox.com>
26560              Date: Sat, 14 Apr 2001 22:40:50 +0100
26561              Message-ID: <20010414224050.A1872@blackrider.blackstar.co.uk>
26562      Branch: perl
26563            + t/lib/exporter.t
26564            ! MANIFEST lib/Exporter/Heavy.pm
26565 ____________________________________________________________________________
26566 [  9711] By: jhi                                   on 2001/04/15  21:39:21
26567         Log: Subject: [PATCH t/op/loopctl.t] Exit via last, part 1
26568              From: Michael G Schwern <schwern@pobox.com>
26569              Date: Sat, 14 Apr 2001 22:13:59 +0100
26570              Message-ID: <20010414221359.A413@blackrider.blackstar.co.uk>
26571      Branch: perl
26572            ! t/op/loopctl.t
26573 ____________________________________________________________________________
26574 [  9710] By: jhi                                   on 2001/04/15  21:30:19
26575         Log: Subject: [PATCH t/pragma/warnings.t] Doesn't skip RCS files
26576              From: Michael G Schwern <schwern@pobox.com>
26577              Date: Sat, 14 Apr 2001 22:05:32 +0100
26578              Message-ID: <20010414220531.A30178@blackrider.blackstar.co.uk>
26579      Branch: perl
26580            ! t/pragma/warnings.t
26581 ____________________________________________________________________________
26582 [  9709] By: jhi                                   on 2001/04/15  19:34:09
26583         Log: Integrate changes #9706,9707 from maintperl into mainline.
26584              
26585              change#7210 broke .packlist generation
26586              
26587              ExtUtils::Installed doesn't quote regex metacharacters in paths
26588              before using them in match; also make it work for dosish platforms
26589      Branch: perl
26590           !> lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
26591 ____________________________________________________________________________
26592 [  9708] By: jhi                                   on 2001/04/15  19:31:01
26593         Log: Test also the scalar aspect of getitimer().
26594      Branch: perl
26595            ! t/lib/time-hires.t
26596 ____________________________________________________________________________
26597 [  9707] By: gsar                                  on 2001/04/15  17:24:20
26598         Log: ExtUtils::Installed doesn't quote regex metacharacters in paths
26599              before using them in match; also make it work for dosish platforms
26600      Branch: maint-5.6/perl
26601            ! lib/ExtUtils/Installed.pm
26602 ____________________________________________________________________________
26603 [  9706] By: gsar                                  on 2001/04/15  17:21:59
26604         Log: change#7210 broke .packlist generation (listed only filename
26605              rather than fully qualified path name)
26606      Branch: maint-5.6/perl
26607            ! lib/ExtUtils/Install.pm
26608 ____________________________________________________________________________
26609 [  9705] By: jhi                                   on 2001/04/15  12:36:33
26610         Log: Add interval timer (setitimer, getitimer) support to Time::HiRes.
26611      Branch: perl
26612            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.xs
26613            ! t/lib/time-hires.t
26614 ____________________________________________________________________________
26615 [  9704] By: jhi                                   on 2001/04/15  10:49:08
26616         Log: Subject: [PATCH: perl@9622]update perlebcdic.pod with UTF tbl; tweak utf8.pm
26617              From: Prymmer/Kahn <pvhp@best.com>
26618              Date: Sat, 14 Apr 2001 21:36:24 -0700 (PDT)
26619              Message-ID: <Pine.BSF.4.21.0104142127580.27582-100000@shell8.ba.best.com>
26620      Branch: perl
26621            ! lib/utf8.pm pod/perlebcdic.pod
26622 ____________________________________________________________________________
26623 [  9703] By: jhi                                   on 2001/04/15  02:26:26
26624         Log: I keep forgetting to sort MANIFEST.
26625      Branch: perl
26626            ! MANIFEST
26627 ____________________________________________________________________________
26628 [  9702] By: jhi                                   on 2001/04/15  02:07:47
26629         Log: Add Scalar-List-Utils 1.02, from Graham Barr.
26630              Now we have blessed, reftype, tainted, first, reduce, ...
26631      Branch: perl
26632            + ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
26633            + ext/List/Util/README ext/List/Util/Util.xs
26634            + ext/List/Util/lib/List/Util.pm
26635            + ext/List/Util/lib/Scalar/Util.pm t/lib/u-blessed.t
26636            + t/lib/u-dualvar.t t/lib/u-first.t t/lib/u-max.t
26637            + t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
26638            + t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
26639            + t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
26640            ! MANIFEST
26641 ____________________________________________________________________________
26642 [  9701] By: jhi                                   on 2001/04/14  15:05:25
26643         Log: Subject: RE: dprofpp.pl updates 
26644              From: Carl Eklof <CEklof@endeca.com>
26645              Date: Thu, 12 Apr 2001 18:45:46 -0400
26646              Message-ID: <D99914D9109BD411823800508BD957180E1269@exch01.ops.endeca.com>
26647      Branch: perl
26648            ! utils/dprofpp.PL
26649 ____________________________________________________________________________
26650 [  9700] By: jhi                                   on 2001/04/14  14:44:55
26651         Log: Do not just blindly add CR.
26652      Branch: perl
26653            ! Porting/makerel
26654 ____________________________________________________________________________
26655 [  9699] By: jhi                                   on 2001/04/13  13:17:01
26656         Log: Update Changes.
26657      Branch: perl
26658            ! Changes patchlevel.h
26659 ____________________________________________________________________________
26660 [  9698] By: jhi                                   on 2001/04/13  12:44:48
26661         Log: Integrate perlio.
26662      Branch: perl
26663           !> ext/PerlIO/Scalar/Scalar.xs
26664 ____________________________________________________________________________
26665 [  9697] By: jhi                                   on 2001/04/13  12:29:15
26666         Log: Add more debug output to the test.
26667      Branch: perl
26668            ! t/lib/cwd.t
26669 ____________________________________________________________________________
26670 [  9696] By: nick                                  on 2001/04/13  10:14:29
26671         Log: Fix core dump on binmode($fh,'Scalar')
26672      Branch: perlio
26673            ! ext/PerlIO/Scalar/Scalar.xs
26674 ____________________________________________________________________________
26675 [  9695] By: nick                                  on 2001/04/13  09:05:42
26676         Log: Integrate mainline
26677      Branch: perlio
26678           +> ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
26679           +> ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
26680           +> t/lib/time-hires.t
26681           !> AUTHORS MANIFEST Makefile.SH Todo-5.6 configure.com
26682           !> ext/Digest/MD5/MD5.xs ext/File/Glob/Glob.pm
26683           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
26684           !> ext/File/Glob/bsd_glob.h ext/MIME/Base64/Base64.xs
26685           !> hints/uts.sh hints/vmesa.sh lib/Devel/SelfStubber.pm opcode.pl
26686           !> pod/perlfaq5.pod pp.c regexec.c t/comp/proto.t
26687           !> t/lib/md5-file.t t/op/pat.t win32/Makefile win32/makefile.mk
26688 ____________________________________________________________________________
26689 [  9694] By: jhi                                   on 2001/04/12  22:23:35
26690         Log: Integrate change #9693 from maintperl into mainline.
26691              
26692              $VERSION and Version() on the same line provokes a warning from
26693              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
26694      Branch: perl
26695           !> lib/Devel/SelfStubber.pm
26696 ____________________________________________________________________________
26697 [  9693] By: gsar                                  on 2001/04/12  21:55:56
26698         Log: $VERSION and Version() on the same line provokes a warning from
26699              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
26700      Branch: maint-5.6/perl
26701            ! lib/Devel/SelfStubber.pm
26702 ____________________________________________________________________________
26703 [  9692] By: jhi                                   on 2001/04/12  13:54:00
26704         Log: This is at least 5.005.
26705      Branch: perl
26706            ! ext/Time/HiRes/HiRes.xs
26707 ____________________________________________________________________________
26708 [  9691] By: jhi                                   on 2001/04/12  13:37:20
26709         Log: Non-UNIX platforms extensions update.  (Well, UTS is UNIX.)
26710      Branch: perl
26711            ! Makefile.SH configure.com hints/uts.sh hints/vmesa.sh
26712            ! win32/Makefile win32/makefile.mk
26713 ____________________________________________________________________________
26714 [  9690] By: jhi                                   on 2001/04/12  01:34:46
26715         Log: Integrate Time::Hires 1.20 from Douglas E. Wegscheid.
26716      Branch: perl
26717            + ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
26718            + ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
26719            + t/lib/time-hires.t
26720            ! MANIFEST
26721 ____________________________________________________________________________
26722 [  9689] By: jhi                                   on 2001/04/12  00:28:39
26723         Log: Subject: [PATCH] Digest::MD5 on UTF8 strings
26724              From: Gisle Aas <gisle@ActiveState.com>
26725              Date: 11 Apr 2001 16:36:11 -0700
26726              Message-ID: <lrlmp7102c.fsf@caliper.ActiveState.com>
26727      Branch: perl
26728            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
26729 ____________________________________________________________________________
26730 [  9688] By: jhi                                   on 2001/04/12  00:27:39
26731         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
26732              From: Gisle Aas <gisle@ActiveState.com>
26733              Date: 11 Apr 2001 11:13:24 -0700
26734              Message-ID: <lrbsq371a3.fsf@caliper.ActiveState.com>
26735      Branch: perl
26736            ! ext/MIME/Base64/Base64.xs
26737 ____________________________________________________________________________
26738 [  9687] By: jhi                                   on 2001/04/11  19:51:47
26739         Log: Slight update on the Todo list.  (Should integrate to Todo?) 
26740      Branch: perl
26741            ! Todo-5.6
26742 ____________________________________________________________________________
26743 [  9686] By: jhi                                   on 2001/04/11  16:54:25
26744         Log: Subject: [PATCH opcode.pl] Documentation of table format
26745              From: Simon Cozens <simon@netthink.co.uk>
26746              Date: Wed, 11 Apr 2001 12:59:31 +0100
26747              Message-ID: <20010411125931.A25681@netthink.co.uk>
26748      Branch: perl
26749            ! opcode.pl
26750 ____________________________________________________________________________
26751 [  9685] By: jhi                                   on 2001/04/11  16:53:15
26752         Log: Subject: [PATCH] prototype("CORE::recv")
26753              From: Simon Cozens <simon@netthink.co.uk>
26754              Date: Wed, 11 Apr 2001 13:24:35 +0100
26755              Message-ID: <20010411132435.A26169@netthink.co.uk>
26756      Branch: perl
26757            ! pp.c t/comp/proto.t
26758 ____________________________________________________________________________
26759 [  9684] By: jhi                                   on 2001/04/11  16:47:13
26760         Log: FAQ (and AUTHORS) update from Dan Carson: the information
26761              was several years obsolete, Term::Readkey has been updated
26762              to have the functionality.
26763      Branch: perl
26764            ! AUTHORS pod/perlfaq5.pod
26765 ____________________________________________________________________________
26766 [  9683] By: jhi                                   on 2001/04/11  12:15:46
26767         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
26768              From: Calle Dybedahl <calle@lysator.liu.se>
26769              Date: 10 Apr 2001 16:44:16 +0200
26770              Message-ID: <86d7akbyrj.fsf@tezcatlipoca.algonet.se>
26771      Branch: perl
26772            ! ext/MIME/Base64/Base64.xs
26773 ____________________________________________________________________________
26774 [  9682] By: jhi                                   on 2001/04/11  12:12:26
26775         Log: A more minimal fix for 20010410.006 from Hugo.
26776      Branch: perl
26777            ! regexec.c
26778 ____________________________________________________________________________
26779 [  9681] By: jhi                                   on 2001/04/11  11:34:23
26780         Log: Integrate changes #9678,9679 from maintline into mainperl.
26781              
26782              addendum to change#9676
26783              
26784              up $File::Glob::VERSION; add a note pointing out the version of
26785              the OpenBSD glob bsd_glob.c resembles
26786      Branch: perl
26787           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
26788           !> ext/File/Glob/bsd_glob.h
26789 ____________________________________________________________________________
26790 [  9680] By: jhi                                   on 2001/04/11  11:30:38
26791         Log: Bad test numbering in integrate in #9677.
26792              Fixes ID 20010411.001.
26793      Branch: perl
26794            ! t/op/pat.t
26795 ____________________________________________________________________________
26796 [  9679] By: gsar                                  on 2001/04/11  03:38:40
26797         Log: up $File::Glob::VERSION; add a note pointing out the version of
26798              the OpenBSD glob bsd_glob.c resembles
26799      Branch: maint-5.6/perl
26800            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
26801            ! ext/File/Glob/bsd_glob.h
26802 ____________________________________________________________________________
26803 [  9678] By: gsar                                  on 2001/04/11  03:09:48
26804         Log: addendum to change#9676: some missing changes from OpenBSD glob.c
26805              revision 1.8.10.1 found here:
26806              
26807              http://www.openbsd.org/cgi-bin/cvsweb/src/lib/libc/gen/glob.c
26808      Branch: maint-5.6/perl
26809            ! ext/File/Glob/bsd_glob.c
26810 ____________________________________________________________________________
26811 [  9677] By: jhi                                   on 2001/04/11  02:54:39
26812         Log: Integrate changes #9675,9676 from maintperl into mainline.
26813              
26814              fix for bug 20010410.006, undo change#7115
26815              
26816              port the OpenBSD glob() security patch
26817      Branch: perl
26818           !> ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
26819           !> ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h regexec.c
26820           !> t/op/pat.t
26821 ____________________________________________________________________________
26822 [  9676] By: gsar                                  on 2001/04/11  02:19:02
26823         Log: port the glob() security patch found at:
26824              
26825              ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/025_glob.patch
26826              
26827              CERT advisory for the issue is here:
26828              
26829              http://www.cert.org/advisories/CA-2001-07.html
26830              
26831              Note that the security scare is only relevant for those who are
26832              foolish enough to build suidperl (which is now officially discouraged)
26833      Branch: maint-5.6/perl
26834            ! ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
26835            ! ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h
26836 ____________________________________________________________________________
26837 [  9675] By: gsar                                  on 2001/04/10  23:52:11
26838         Log: fix for bug 20010410.006
26839              
26840              undo change#7115 (came into maint-5.6 as change#8156)
26841              
26842              add tests to keep it from coming back
26843      Branch: maint-5.6/perl
26844            ! regexec.c t/op/pat.t
26845 ____________________________________________________________________________
26846 [  9674] By: nick                                  on 2001/04/10  20:39:31
26847         Log: Integrate mainline
26848      Branch: perlio
26849           +> Porting/testall.atom
26850           !> MANIFEST t/lib/lc-all.t t/lib/lc-constants.t
26851           !> t/lib/lc-country.t t/lib/lc-currency.t t/lib/lc-language.t
26852           !> t/lib/lc-uk.t t/pod/find.t
26853 ____________________________________________________________________________
26854 [  9673] By: nick                                  on 2001/04/10  18:46:14
26855         Log: Integrate against change 9670 aka perl-5.7.1
26856      Branch: perlio
26857           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
26858           !> (integrate 53 files)
26859 ____________________________________________________________________________
26860 [  9672] By: jhi                                   on 2001/04/10  13:45:01
26861         Log: Add a script for doing cumulative profile of the test suite.
26862              (Requires ATOM, that is, Tru64.)
26863      Branch: perl
26864            + Porting/testall.atom
26865            ! MANIFEST
26866 ____________________________________________________________________________
26867 [  9671] By: jhi                                   on 2001/04/10  12:38:53
26868         Log: Missing std block.
26869      Branch: perl
26870            ! t/lib/lc-all.t t/lib/lc-constants.t t/lib/lc-country.t
26871            ! t/lib/lc-currency.t t/lib/lc-language.t t/lib/lc-uk.t
26872            ! t/pod/find.t
26873 ____________________________________________________________________________
26874 [  9670] By: jhi                                   on 2001/04/10  01:25:58
26875         Log: This is 5.7.1.
26876      Branch: perl
26877            ! patchlevel.h
26878 ____________________________________________________________________________
26879 [  9669] By: jhi                                   on 2001/04/10  01:09:14
26880         Log: Update Changes.
26881      Branch: perl
26882            ! Changes patchlevel.h
26883 ____________________________________________________________________________
26884 [  9668] By: jhi                                   on 2001/04/10  01:00:38
26885         Log: Regen toc.
26886      Branch: perl
26887            ! pod/perltoc.pod
26888 ____________________________________________________________________________
26889 [  9667] By: jhi                                   on 2001/04/10  00:52:16
26890         Log: Update perlhist.
26891      Branch: perl
26892            ! pod/perlhist.pod
26893 ____________________________________________________________________________
26894 [  9666] By: jhi                                   on 2001/04/09  23:38:59
26895         Log: Slight wording tweaks from Damian to #9658.
26896      Branch: perl
26897            ! pod/perlobj.pod
26898 ____________________________________________________________________________
26899 [  9665] By: jhi                                   on 2001/04/09  19:56:06
26900         Log: Subject: [PATCH perlutil.pod] Nit
26901              From: Simon Cozens <simon@netthink.co.uk>
26902              Date: Mon, 9 Apr 2001 20:29:44 +0100
26903              Message-ID: <20010409202944.A14796@the.earth.li>
26904      Branch: perl
26905            ! pod/perlutil.pod
26906 ____________________________________________________________________________
26907 [  9664] By: jhi                                   on 2001/04/09  19:54:42
26908         Log: Subject: Re: perl571delta.pod@9631
26909              From: Mike Guy <mjtg@cam.ac.uk>
26910              Date: Mon, 09 Apr 2001 18:09:14 +0100
26911              Message-Id: <E14mfAA-0006vi-00@libra.cus.cam.ac.uk>
26912      Branch: perl
26913            ! pod/perl571delta.pod
26914 ____________________________________________________________________________
26915 [  9663] By: jhi                                   on 2001/04/09  13:43:35
26916         Log: Update Changes.
26917      Branch: perl
26918            ! Changes patchlevel.h
26919 ____________________________________________________________________________
26920 [  9662] By: jhi                                   on 2001/04/09  13:24:46
26921         Log: tweak tweak.
26922      Branch: perl
26923            ! AUTHORS pod/perl571delta.pod
26924 ____________________________________________________________________________
26925 [  9661] By: jhi                                   on 2001/04/09  13:15:13
26926         Log: Thinko in manual patch applying.
26927      Branch: perl
26928            ! sv.c
26929 ____________________________________________________________________________
26930 [  9660] By: jhi                                   on 2001/04/09  13:07:53
26931         Log: Subject: Re: [PATCH perl@9424] isn't numeric warning 
26932              From: Robin Barker <rmb1@cise.npl.co.uk> 
26933              Date: Mon, 9 Apr 2001 14:58:04 +0100 (BST)
26934              Message-Id: <200104091358.OAA24811@tempest.npl.co.uk>
26935              
26936              (This corrects the case where the "isn't numeric" string contains \0s
26937              and is longer than the temporary buffer, and contains \0 at the point
26938              the string would be truncated by "...".) 
26939      Branch: perl
26940            ! sv.c
26941 ____________________________________________________________________________
26942 [  9659] By: jhi                                   on 2001/04/09  12:57:41
26943         Log: Upgrade to CGI.pm 2.753, from Lincoln Stein.
26944      Branch: perl
26945            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-esc.t
26946            ! t/lib/cgi-function.t t/lib/cgi-html.t
26947 ____________________________________________________________________________
26948 [  9658] By: jhi                                   on 2001/04/09  12:48:47
26949         Log: Subject: [PATCH] Partial rewrite of perlobj.pod
26950              From: Ilmari Karonen <iltzu@sci.fi>
26951              Date: Sun, 8 Apr 2001 23:14:29 +0300 (EET DST)
26952              Message-ID: <Pine.SOL.3.96.1010408224105.425E-100000@simpukka>
26953              
26954              Rearrange and rewrite the Method Invocation section
26955              to explain the concepts in nicer order.
26956      Branch: perl
26957            ! pod/perlobj.pod
26958 ____________________________________________________________________________
26959 [  9657] By: jhi                                   on 2001/04/09  12:35:58
26960         Log: Upgrade to podlators 1.09, from Russ Allbery.
26961      Branch: perl
26962            ! lib/Pod/Man.pm lib/Pod/Text.pm
26963 ____________________________________________________________________________
26964 [  9656] By: jhi                                   on 2001/04/09  12:31:53
26965         Log: perl571delta.
26966      Branch: perl
26967            ! Todo-5.6 pod/perl571delta.pod pod/perlunicode.pod
26968 ____________________________________________________________________________
26969 [  9655] By: jhi                                   on 2001/04/09  12:20:09
26970         Log: Subject: [PATCH: perl@9622] documentation tweaks for UTF-EBCDIC support
26971              From: Prymmer/Kahn <pvhp@best.com>
26972              Date: Mon, 9 Apr 2001 00:08:58 -0700 (PDT)
26973              Message-ID: <Pine.BSF.4.21.0104090006190.21071-100000@shell8.ba.best.com>
26974      Branch: perl
26975            ! lib/utf8.pm pod/perlunicode.pod
26976 ____________________________________________________________________________
26977 [  9654] By: gsar                                  on 2001/04/09  03:38:33
26978         Log: here lies 5.6.1
26979      Branch: maint-5.6/perl
26980            ! Changes
26981 ____________________________________________________________________________
26982 [  9653] By: jhi                                   on 2001/04/09  03:25:24
26983         Log: Update perlhist.
26984      Branch: perl
26985            ! pod/perlhist.pod
26986 ____________________________________________________________________________
26987 [  9652] By: jhi                                   on 2001/04/09  03:18:49
26988         Log: perl571delta tweaking continues.
26989      Branch: perl
26990            ! pod/perl571delta.pod
26991 ____________________________________________________________________________
26992 [  9651] By: gsar                                  on 2001/04/09  03:11:19
26993         Log: update Changes, patchlevel.h &c.
26994      Branch: maint-5.6/perl
26995            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
26996            ! pod/perltoc.pod
26997 ____________________________________________________________________________
26998 [  9650] By: jhi                                   on 2001/04/09  02:40:24
26999         Log: Integrate the perlfork half of #9513 from maintperl into mainline
27000              (the perlunicode half is obsolete)
27001      Branch: perl
27002            ! pod/perlfork.pod
27003 ____________________________________________________________________________
27004 [  9649] By: gsar                                  on 2001/04/09  02:35:43
27005         Log: tweak perldelta as suggested by Jarkko
27006      Branch: maint-5.6/perl
27007            ! pod/perldelta.pod
27008 ____________________________________________________________________________
27009 [  9648] By: jhi                                   on 2001/04/09  02:13:04
27010         Log: Integrate change #9646 from maintperl into mainline.
27011              
27012              add note about ithreads and Thread.pm
27013      Branch: perl
27014           !> ext/Thread/Thread.pm ext/Thread/Thread.xs
27015 ____________________________________________________________________________
27016 [  9647] By: jhi                                   on 2001/04/09  02:10:18
27017         Log: Bad assumption that shortsize == 2.
27018      Branch: perl
27019            ! t/lib/xs-typemap.t
27020 ____________________________________________________________________________
27021 [  9646] By: gsar                                  on 2001/04/09  00:48:04
27022         Log: add note about ithreads and Thread.pm (too many people are
27023              confused by the fact that Thread.pm is built and installed
27024              under non-5005threads but doesn't work)
27025      Branch: maint-5.6/perl
27026            ! ext/Thread/Thread.pm ext/Thread/Thread.xs
27027 ____________________________________________________________________________
27028 [  9645] By: gsar                                  on 2001/04/09  00:19:03
27029         Log: update perldelta.pod for changes in 5.6.1
27030      Branch: maint-5.6/perl
27031            ! Changes pod/perldelta.pod
27032 ____________________________________________________________________________
27033 [  9644] By: jhi                                   on 2001/04/08  20:37:00
27034         Log: Integrate change #9639 from maintperl into mainline:
27035              on windows, many of the README.* pods were being copied to
27036              the wrong location
27037      Branch: perl
27038           !> win32/Makefile win32/makefile.mk
27039 ____________________________________________________________________________
27040 [  9643] By: jhi                                   on 2001/04/08  20:07:11
27041         Log: Integrate change #9624 from maintperl into mainline:
27042              the pod tests were not okay.  (t/pod/find.t changes ignored)
27043      Branch: perl
27044           !> lib/Pod/Find.pm t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
27045           !> t/pod/include.t t/pod/included.t t/pod/lref.t
27046           !> t/pod/multiline_items.t t/pod/nested_items.t
27047           !> t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
27048           !> t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
27049 ____________________________________________________________________________
27050 [  9642] By: jhi                                   on 2001/04/08  19:57:17
27051         Log: Integrate change #9638 from maintperl into mainline:
27052              update to latest JPL from the anoncvs repository
27053      Branch: perl
27054           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
27055           !> MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
27056           !> jpl/PerlInterpreter/PerlInterpreter.h jpl/README
27057 ____________________________________________________________________________
27058 [  9641] By: jhi                                   on 2001/04/08  19:53:30
27059         Log: perl571delta updates.
27060      Branch: perl
27061            ! lib/Filter/Simple.pm pod/perl571delta.pod
27062 ____________________________________________________________________________
27063 [  9640] By: gsar                                  on 2001/04/08  19:20:46
27064         Log: integrate change#9634 from mainline
27065              
27066              Fix the perlmodlib generation (didn't understand separate .pod
27067              files; didn't understand -- as the name-thing separator).
27068              Update the CPAN mirrors list.
27069      Branch: maint-5.6/perl
27070            ! pod/perlmodlib.pod
27071           !> pod/perlmodlib.PL
27072 ____________________________________________________________________________
27073 [  9639] By: gsar                                  on 2001/04/08  18:57:31
27074         Log: on windows, many of the README.* pods were being copied to the wrong
27075              location
27076      Branch: maint-5.6/perl
27077            ! win32/Makefile win32/makefile.mk
27078 ____________________________________________________________________________
27079 [  9638] By: gsar                                  on 2001/04/08  18:38:25
27080         Log: update to latest JPL from the anoncvs repository
27081      Branch: maint-5.6/perl
27082            + jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
27083            ! MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
27084            ! jpl/PerlInterpreter/PerlInterpreter.h jpl/README
27085 ____________________________________________________________________________
27086 [  9637] By: jhi                                   on 2001/04/08  17:53:53
27087         Log: Britishify spellings; s/\b(front|back) (end)\b/\1\2/g;
27088      Branch: perl
27089            ! pod/perl571delta.pod
27090 ____________________________________________________________________________
27091 [  9636] By: jhi                                   on 2001/04/08  17:18:32
27092         Log: Regen toc.
27093      Branch: perl
27094            ! pod/perltoc.pod
27095 ____________________________________________________________________________
27096 [  9635] By: jhi                                   on 2001/04/08  17:16:33
27097         Log: Subject: [PATCH perl@9622] fix IO.xs compile failure on VMS
27098              From: "Craig A. Berry" <craigberry@mac.com>
27099              Date: Sun, 08 Apr 2001 12:30:16 -0500
27100              Message-Id: <5.0.2.1.0.20010408120154.02675eb8@exchi01>
27101      Branch: perl
27102            ! ext/IO/IO.xs lib/ExtUtils/xsubpp
27103 ____________________________________________________________________________
27104 [  9634] By: jhi                                   on 2001/04/08  17:09:19
27105         Log: Fix the perlmodlib generation (didn't understand separate .pod
27106              files; didn't understand -- as the name-thing separator).
27107              
27108              Update the CPAN mirrors list.
27109      Branch: perl
27110            ! pod/perlmodlib.PL pod/perlmodlib.pod
27111 ____________________________________________________________________________
27112 [  9633] By: jhi                                   on 2001/04/08  16:49:17
27113         Log: Sort MANIFEST.
27114      Branch: perl
27115            ! MANIFEST
27116 ____________________________________________________________________________
27117 [  9632] By: gsar                                  on 2001/04/08  16:36:06
27118         Log: add $Tie::RefHash::VERSION
27119      Branch: maint-5.6/perl
27120            ! lib/Tie/RefHash.pm
27121 ____________________________________________________________________________
27122 [  9631] By: jhi                                   on 2001/04/08  16:10:15
27123         Log: perl571delta updates based on p5p feedback; still needs
27124              lots of examples.
27125      Branch: perl
27126            ! pod/perl571delta.pod
27127 ____________________________________________________________________________
27128 [  9630] By: jhi                                   on 2001/04/08  15:59:13
27129         Log: Update the list of supported platforms to talk about 5.7.1
27130              (and 5.6.1)
27131      Branch: perl
27132            ! pod/perlport.pod
27133 ____________________________________________________________________________
27134 [  9629] By: jhi                                   on 2001/04/08  15:55:41
27135         Log: Integrate changes #8677,8680,8681,8725,8732,8776,8782,9290
27136              from maintperl into mainline: perlport updates.
27137      Branch: perl
27138            ! pod/perlport.pod
27139 ____________________________________________________________________________
27140 [  9628] By: jhi                                   on 2001/04/08  15:53:17
27141         Log: perlsolaris.pod copied to wrong directory.
27142      Branch: perl
27143            ! win32/makefile.mk
27144 ____________________________________________________________________________
27145 [  9627] By: jhi                                   on 2001/04/08  14:48:18
27146         Log: Subject: Typos in perl571delta.pod
27147              From: "Stephen P. Potter" <spp@spotter.yi.org>
27148              Date: Sat, 07 Apr 2001 20:37:05 -0400
27149              Message-Id: <20010408003710.2A8FC729DD@belgarath.spotter.yi.org>
27150      Branch: perl
27151            ! pod/perl571delta.pod
27152 ____________________________________________________________________________
27153 [  9626] By: jhi                                   on 2001/04/08  14:39:04
27154         Log: Smoke out dTHR, spotted by by Stephen P. Potter.
27155      Branch: perl
27156            ! gv.c
27157 ____________________________________________________________________________
27158 [  9625] By: nick                                  on 2001/04/08  10:14:23
27159         Log: Integrate mainline
27160      Branch: perlio
27161           +> pod/perl570delta.pod pod/perl571delta.pod
27162           !> (integrate 27 files)
27163 ____________________________________________________________________________
27164 [  9624] By: gsar                                  on 2001/04/08  06:08:17
27165         Log: test in t/pod/* were busted
27166              
27167              these tests are still not enabled in t/{harness,TEST}
27168      Branch: maint-5.6/perl
27169            ! lib/Pod/Find.pm t/pod/emptycmd.t t/pod/find.t t/pod/for.t
27170            ! t/pod/headings.t t/pod/include.t t/pod/included.t t/pod/lref.t
27171            ! t/pod/multiline_items.t t/pod/nested_items.t
27172            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
27173            ! t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
27174 ____________________________________________________________________________
27175 [  9623] By: gsar                                  on 2001/04/08  03:37:01
27176         Log: integrate change#9470 from mainline
27177              
27178              Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
27179      Branch: maint-5.6/perl
27180           !> ext/Socket/Socket.xs
27181 ____________________________________________________________________________
27182 [  9622] By: jhi                                   on 2001/04/07  22:40:47
27183         Log: Update Changes.
27184      Branch: perl
27185            ! Changes patchlevel.h
27186 ____________________________________________________________________________
27187 [  9621] By: jhi                                   on 2001/04/07  22:34:16
27188         Log: Update AUTHORS.
27189      Branch: perl
27190            ! AUTHORS
27191 ____________________________________________________________________________
27192 [  9620] By: jhi                                   on 2001/04/07  22:12:47
27193         Log: Forgot to bump the number of tests in #9164.
27194      Branch: perl
27195            ! t/op/array.t
27196 ____________________________________________________________________________
27197 [  9619] By: jhi                                   on 2001/04/07  22:09:50
27198         Log: Bump patchlevel to 5.7.1.
27199      Branch: perl
27200            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
27201            ! config_h.SH patchlevel.h
27202 ____________________________________________________________________________
27203 [  9618] By: jhi                                   on 2001/04/07  22:02:41
27204         Log: Populate perl571delta.
27205      Branch: perl
27206            ! pod/perl571delta.pod
27207 ____________________________________________________________________________
27208 [  9617] By: jhi                                   on 2001/04/07  22:01:23
27209         Log: Change 5.7.0 to 5.7.1 in some of the places I would be guaranteed
27210              to forget it later; do not change patchlevel.h yet or regenerate
27211              Configure yet.
27212      Branch: perl
27213            ! epoc/config.sh win32/Makefile win32/config_H.bc
27214            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
27215 ____________________________________________________________________________
27216 [  9616] By: jhi                                   on 2001/04/07  17:46:33
27217         Log: Add PerlIO and Encode information to perl571delta, fron NI-S.
27218      Branch: perl
27219            ! pod/perl571delta.pod
27220 ____________________________________________________________________________
27221 [  9615] By: jhi                                   on 2001/04/07  17:33:21
27222         Log: Change the toc configuration.
27223      Branch: perl
27224            ! pod/buildtoc.PL pod/perl.pod
27225 ____________________________________________________________________________
27226 [  9614] By: jhi                                   on 2001/04/07  17:29:47
27227         Log: Subject: PATCH: $[
27228              From: Robin Houston <robin@kitsite.com>
27229              Date: Fri, 6 Apr 2001 18:10:14 +0100
27230              Message-ID: <20010406181014.A18803@puffinry.freeserve.co.uk>
27231      Branch: perl
27232            ! op.c t/op/array.t
27233 ____________________________________________________________________________
27234 [  9613] By: jhi                                   on 2001/04/07  17:28:26
27235         Log: Subject: [PATCH perl@9424] isn't numeric warning
27236              From: Robin Barker <rmb1@cise.npl.co.uk>
27237              Date: Fri, 6 Apr 2001 18:08:52 +0100 (BST)
27238              Message-Id: <200104061708.SAA06783@tempest.npl.co.uk>
27239      Branch: perl
27240            ! sv.c t/pragma/warn/sv
27241 ____________________________________________________________________________
27242 [  9612] By: jhi                                   on 2001/04/07  17:26:45
27243         Log: Subject: [PATCH bleadperl] Re: [PATCH dump.c] hash quality
27244              From: Mike Guy <mjtg@cam.ac.uk>
27245              Date: Fri, 06 Apr 2001 12:47:06 +0100
27246              Message-Id: <E14lUhm-0000rx-00@libra.cus.cam.ac.uk>
27247      Branch: perl
27248            ! dump.c t/lib/peek.t
27249 ____________________________________________________________________________
27250 [  9611] By: jhi                                   on 2001/04/07  17:21:35
27251         Log: Create perl571delta and seed it off with the perldelta changes
27252              since 5.7.0; remove those changes from perldelta and rename it
27253              as perl570delta; recreate perldelta but leave it almost empty.
27254      Branch: perl
27255            + pod/perl570delta.pod pod/perl571delta.pod
27256            ! MANIFEST pod/perldelta.pod
27257 ____________________________________________________________________________
27258 [  9610] By: jhi                                   on 2001/04/07  16:56:32
27259         Log: Denit.
27260      Branch: perl
27261            ! pod/perldelta.pod
27262 ____________________________________________________________________________
27263 [  9609] By: jhi                                   on 2001/04/07  16:38:32
27264         Log: Retract #9523: needs more thought.
27265      Branch: perl
27266            ! Makefile.SH
27267 ____________________________________________________________________________
27268 [  9608] By: jhi                                   on 2001/04/07  14:59:20
27269         Log: atmark() code cleanaup.
27270      Branch: perl
27271            ! ext/IO/IO.xs
27272 ____________________________________________________________________________
27273 [  9607] By: jhi                                   on 2001/04/07  14:48:14
27274         Log: Integrate change #9605 from maintperl into mainline.
27275              
27276              can't optimize away scope entry if tr/// is present
27277      Branch: perl
27278           !> op.c t/op/tr.t
27279 ____________________________________________________________________________
27280 [  9606] By: jhi                                   on 2001/04/07  14:43:59
27281         Log: Integrate perlio.
27282      Branch: perl
27283           +> win32/FindExt.pm
27284           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c t/lib/md5-file.t
27285           !> win32/buildext.pl win32/config_sh.PL win32/makefile.mk
27286 ____________________________________________________________________________
27287 [  9605] By: gsar                                  on 2001/04/07  11:52:40
27288         Log: can't optimize away scope entry if tr/// is present
27289      Branch: maint-5.6/perl
27290            ! op.c t/op/tr.t
27291 ____________________________________________________________________________
27292 [  9604] By: nick                                  on 2001/04/07  11:39:45
27293         Log: Split out extension finding code from buildext.pl into FindExt.pm
27294              Use it to get Config.pm's idea of available extensions in line
27295              with what is built.
27296      Branch: perlio
27297            + win32/FindExt.pm
27298            ! MANIFEST win32/buildext.pl win32/config_sh.PL
27299            ! win32/makefile.mk
27300 ____________________________________________________________________________
27301 [  9603] By: nick                                  on 2001/04/07  09:11:38
27302         Log: Cleanup correction for failed :Via() layer, also set an error code.
27303      Branch: perlio
27304            ! ext/PerlIO/Via/Via.xs
27305 ____________________________________________________________________________
27306 [  9602] By: nick                                  on 2001/04/07  08:38:04
27307         Log: Digests in lib/md5-file.t are for text files _without_ CRLF i.e. UNIX
27308              style. So don't use binmode() on the handles so that Win32 etc. see
27309              same sequence and produce same digests.
27310      Branch: perlio
27311            ! t/lib/md5-file.t
27312 ____________________________________________________________________________
27313 [  9601] By: nick                                  on 2001/04/07  08:36:26
27314         Log: Allow PerlIOBase_pushed to ignore prefix on mode (e.g. sysopen's "#r")
27315              Else it complains and so crlf layer (say) does not get pushed.
27316      Branch: perlio
27317            ! perlio.c
27318 ____________________________________________________________________________
27319 [  9600] By: jhi                                   on 2001/04/06  23:00:09
27320         Log: Integrate change #9599 from perlio into mainline.
27321      Branch: perl
27322           !> ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
27323           !> win32/config_H.vc
27324 ____________________________________________________________________________
27325 [  9599] By: nick                                  on 2001/04/06  21:42:43
27326         Log: Quote $VERSION in Encode.pm.
27327              regen_config_h as requested.
27328      Branch: perlio
27329            ! ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
27330            ! win32/config_H.vc
27331 ____________________________________________________________________________
27332 [  9598] By: nick                                  on 2001/04/06  20:34:59
27333         Log: Integrate mainline
27334      Branch: perlio
27335           +> README.macos
27336           !> (integrate 39 files)
27337 ____________________________________________________________________________
27338 [  9597] By: gsar                                  on 2001/04/06  18:06:35
27339         Log: integrate change#9464 from mainline (addendum to change#8313)
27340              
27341              Subject: [PATCH @9452] Better peep()ing for foreach() loops
27342      Branch: maint-5.6/perl
27343           !> op.c
27344 ____________________________________________________________________________
27345 [  9596] By: jhi                                   on 2001/04/06  17:26:03
27346         Log: The d_casti32=undef is good for you even when not use64bitall.
27347      Branch: perl
27348            ! hints/hpux.sh
27349 ____________________________________________________________________________
27350 [  9595] By: gsar                                  on 2001/04/06  14:57:17
27351         Log: add a low-impact fix to accomodate darwin-ism
27352      Branch: maint-5.6/perl
27353            ! ext/Errno/Errno_pm.PL
27354 ____________________________________________________________________________
27355 [  9594] By: jhi                                   on 2001/04/06  14:55:14
27356         Log: Integrate changes #9528,9593 from mainline into maintperl;
27357              tweaking the editor/IDE/shell list.
27358      Branch: maint-5.6/perl
27359           !> pod/perlfaq3.pod
27360 ____________________________________________________________________________
27361 [  9593] By: jhi                                   on 2001/04/06  14:51:39
27362         Log: Make the editor/IDE/shell list a little bit airier.
27363      Branch: perl
27364            ! pod/perlfaq3.pod
27365 ____________________________________________________________________________
27366 [  9592] By: gsar                                  on 2001/04/06  14:45:18
27367         Log: integrate change#9477 from mainline (base.pm doc tweak)
27368              
27369              missing doc entry for fmod()
27370      Branch: maint-5.6/perl
27371            ! lib/Math/BigFloat.pm
27372           !> lib/base.pm
27373 ____________________________________________________________________________
27374 [  9591] By: jhi                                   on 2001/04/06  13:55:48
27375         Log: Regen toc.
27376      Branch: perl
27377            ! pod/perltoc.pod
27378 ____________________________________________________________________________
27379 [  9590] By: jhi                                   on 2001/04/06  13:54:52
27380         Log: Math::BigFloat patches from John Peacock.  The equivalent
27381              of #9586 from maintperl but reworked by John to work with
27382              the bleadperl.
27383      Branch: perl
27384            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
27385 ____________________________________________________________________________
27386 [  9589] By: jhi                                   on 2001/04/06  13:42:23
27387         Log: Define the U32_ALIGNMENT_REQUIRED only if it's not already defined.
27388      Branch: perl
27389            ! ext/Digest/MD5/Makefile.PL
27390 ____________________________________________________________________________
27391 [  9588] By: jhi                                   on 2001/04/06  13:31:45
27392         Log: Integrate changes #9584,9587 from maintperl into mainline.
27393              
27394              keep eval"" CVs alive until the end of the statement in which
27395              they're called
27396              
27397              add README.macos (from Chris Nandor)
27398              
27399              tyop in change#9555
27400      Branch: perl
27401           +> README.macos
27402           !> MANIFEST embed.h embed.pl global.sym objXSUB.h perlapi.c
27403           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod pod/perlguts.pod
27404           !> pp_ctl.c proto.h scope.c scope.h sv.c win32/Makefile
27405           !> win32/makefile.mk
27406 ____________________________________________________________________________
27407 [  9587] By: gsar                                  on 2001/04/06  07:31:30
27408         Log: add README.macos (from Chris Nandor)
27409              
27410              tyop in change#9555
27411      Branch: maint-5.6/perl
27412            + README.macos
27413            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod
27414            ! win32/Makefile win32/makefile.mk
27415 ____________________________________________________________________________
27416 [  9586] By: gsar                                  on 2001/04/06  07:08:54
27417         Log: fixes for Math::BigFloat bugs; add fmod() (from John Peacock)
27418      Branch: maint-5.6/perl
27419            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
27420 ____________________________________________________________________________
27421 [  9585] By: gsar                                  on 2001/04/06  06:58:44
27422         Log: integrate changes#9555,9556,9563..9567,9570..9575,9577..9578
27423              from mainline
27424              
27425              Subject: [PATCH] Base64 update to perlfaq9.pod
27426              
27427              Subject: [PATCH AUTHORS] Housekeeping
27428              
27429              Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
27430              Mac OS X (Darwin) has extra pwent fields.
27431              
27432              Subject: [PATCH B::*] print control-character vars readably
27433              Needs EBCDICification.
27434              
27435              Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
27436              
27437              Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
27438              
27439              Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
27440              
27441              Subject: [PATCH B::Deparse] binmode is no longer an UNOP
27442              
27443              Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
27444              
27445              Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
27446              
27447              Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
27448              
27449              Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
27450              
27451              FreeBSD hints tweak from Anton Berezin.
27452              
27453              Subject: [PATCH foolperl & bleadperl] README.vms update
27454              
27455              Subject: Re: [PATCH foolperl & bleadperl] README.vms update
27456      Branch: maint-5.6/perl
27457           !> AUTHORS README.vms ext/B/B.pm ext/B/B/Concise.pm
27458           !> ext/B/B/Debug.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
27459           !> hints/freebsd.sh pod/perlfaq9.pod pp.c t/op/oct.t t/op/pwent.t
27460 ____________________________________________________________________________
27461 [  9584] By: gsar                                  on 2001/04/06  04:09:00
27462         Log: keep eval"" CVs alive until the end of the statement in which
27463              they're called; this avoids a coredump ensuing from search for
27464              lexicals in code such as:
27465              
27466              sub bug {
27467              my $s = @_;
27468              eval q[sub { eval 'sub { &$s }' }];
27469              }
27470              bug("x")->()->();
27471              
27472              this code still doesn't work as intended (as it has remained
27473              since time immemorial), but it doesn't provoke a coredump anymore
27474      Branch: maint-5.6/perl
27475            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
27476            ! pod/perlguts.pod pp_ctl.c proto.h scope.c scope.h sv.c
27477 ____________________________________________________________________________
27478 [  9583] By: jhi                                   on 2001/04/05  23:52:51
27479         Log: Update Changes.
27480      Branch: perl
27481            ! Changes patchlevel.h
27482 ____________________________________________________________________________
27483 [  9582] By: jhi                                   on 2001/04/05  23:11:23
27484         Log: Slight doc tweak.
27485      Branch: perl
27486            ! pod/perlunicode.pod
27487 ____________________________________________________________________________
27488 [  9581] By: jhi                                   on 2001/04/05  23:04:11
27489         Log: Integrate perlio.
27490      Branch: perl
27491           !> pod/perlunicode.pod
27492 ____________________________________________________________________________
27493 [  9580] By: jhi                                   on 2001/04/05  23:03:29
27494         Log: Test for #9579.
27495      Branch: perl
27496            ! t/op/do.t
27497 ____________________________________________________________________________
27498 [  9579] By: jhi                                   on 2001/04/05  22:54:17
27499         Log: Subject: [PATCH] Propagate calling context for do '...'
27500              From: Gisle Aas <gisle@ActiveState.com>
27501              Date: 04 Apr 2001 20:17:29 -0700
27502              Message-ID: <lrg0fo827q.fsf@caliper.ActiveState.com>
27503      Branch: perl
27504            ! pod/perlfunc.pod pp_ctl.c
27505 ____________________________________________________________________________
27506 [  9578] By: jhi                                   on 2001/04/05  22:52:51
27507         Log: Subject: Re: [PATCH foolperl & bleadperl] README.vms update
27508              From: Peter Prymmer <pvhp@forte.com>
27509              Date: Thu, 5 Apr 2001 12:00:04 -0700 (PDT)
27510              Message-ID: <Pine.OSF.4.10.10104051156340.518291-100000@aspara.forte.com>
27511      Branch: perl
27512            ! README.vms
27513 ____________________________________________________________________________
27514 [  9577] By: jhi                                   on 2001/04/05  22:48:22
27515         Log: Subject: [PATCH foolperl & bleadperl] README.vms update
27516              From: "Craig A. Berry" <craigberry@mac.com>
27517              Date: Thu, 5 Apr 2001 13:43:28 -0500
27518              Message-Id: <p04330101b6f269936918@[172.16.52.1]>
27519      Branch: perl
27520            ! README.vms
27521 ____________________________________________________________________________
27522 [  9576] By: jhi                                   on 2001/04/05  22:31:38
27523         Log: Subject: [PATCH lib/base.pm t/lib/base.t] Fix subtle $VERSION mistakes with base.pm
27524              From: Michael G Schwern <schwern@pobox.com>
27525              Date: Thu, 5 Apr 2001 21:53:21 +0100
27526              Message-ID: <20010405215321.A4828@blackrider.blackstar.co.uk>
27527      Branch: perl
27528            ! lib/base.pm t/lib/fields.t
27529 ____________________________________________________________________________
27530 [  9575] By: jhi                                   on 2001/04/05  22:26:10
27531         Log: FreeBSD hints tweak from Anton Berezin.
27532      Branch: perl
27533            ! hints/freebsd.sh
27534 ____________________________________________________________________________
27535 [  9574] By: jhi                                   on 2001/04/05  22:24:03
27536         Log: Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
27537              From: David Dyck <dcd@tc.fluke.com>
27538              Date: Thu, 5 Apr 2001 09:40:58 -0700 (PDT)
27539              Message-ID: <Pine.LNX.4.30.0104050838330.30478-100000@dd.tc.fluke.com>
27540      Branch: perl
27541            ! t/op/oct.t
27542 ____________________________________________________________________________
27543 [  9573] By: jhi                                   on 2001/04/05  22:23:06
27544         Log: Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
27545              Date: Wed, 4 Apr 2001 13:27:15 -0700 (PDT)
27546              From: David Dyck <dcd@tc.fluke.com>
27547              Message-ID: <Pine.LNX.4.30.0104041325310.25358-100000@dd.tc.fluke.com>
27548      Branch: perl
27549            ! pp.c
27550 ____________________________________________________________________________
27551 [  9572] By: jhi                                   on 2001/04/05  22:14:47
27552         Log: Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
27553              From: Robin Houston <robin@kitsite.com>
27554              Date: Thu, 5 Apr 2001 20:56:48 +0100
27555              Message-ID: <20010405205648.A16814@puffinry.freeserve.co.uk>
27556      Branch: perl
27557            ! ext/B/B/Deparse.pm
27558 ____________________________________________________________________________
27559 [  9571] By: jhi                                   on 2001/04/05  22:12:53
27560         Log: Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
27561              From: Robin Houston <robin@kitsite.com>
27562              Date: Thu, 5 Apr 2001 19:55:51 +0100
27563              Message-ID: <20010405195551.A16686@puffinry.freeserve.co.uk>
27564      Branch: perl
27565            ! ext/B/B/Deparse.pm
27566 ____________________________________________________________________________
27567 [  9570] By: jhi                                   on 2001/04/05  22:11:06
27568         Log: Subject: [PATCH B::Deparse] binmode is no longer an UNOP
27569              From: Robin Houston <robin@kitsite.com>
27570              Date: Thu, 5 Apr 2001 20:16:29 +0100
27571              Message-ID: <20010405201629.A16763@puffinry.freeserve.co.uk>
27572      Branch: perl
27573            ! ext/B/B/Deparse.pm
27574 ____________________________________________________________________________
27575 [  9569] By: nick                                  on 2001/04/05  21:32:26
27576         Log: Change sense from "incomplete" to "implemented but needs more work" in perlunicode.pod
27577      Branch: perlio
27578            ! pod/perlunicode.pod
27579 ____________________________________________________________________________
27580 [  9568] By: nick                                  on 2001/04/05  19:38:09
27581         Log: Integrate mainline
27582      Branch: perlio
27583           +> lib/Class/ISA.pm t/lib/class-isa.t t/lib/md5-align.t
27584           !> (integrate 35 files)
27585 ____________________________________________________________________________
27586 [  9567] By: jhi                                   on 2001/04/05  18:31:45
27587         Log: Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
27588              From: Robin Houston <robin@kitsite.com>
27589              Date: Thu, 5 Apr 2001 18:03:23 +0100
27590              Message-ID: <20010405180323.A16388@puffinry.freeserve.co.uk>
27591      Branch: perl
27592            ! ext/B/B/Deparse.pm
27593 ____________________________________________________________________________
27594 [  9566] By: jhi                                   on 2001/04/05  18:29:35
27595         Log: Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
27596              From: Robin Houston <robin@kitsite.com>
27597              Date: Thu, 5 Apr 2001 16:45:18 +0100
27598              Message-ID: <20010405164517.B16037@puffinry.freeserve.co.uk>
27599      Branch: perl
27600            ! ext/B/B.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
27601 ____________________________________________________________________________
27602 [  9565] By: jhi                                   on 2001/04/05  18:24:23
27603         Log: Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
27604              From: Robin Houston <robin@kitsite.com>
27605              Date: Thu, 5 Apr 2001 14:50:09 +0100
27606              Message-ID: <20010405145009.A15916@puffinry.freeserve.co.uk>
27607      Branch: perl
27608            ! ext/B/B/Deparse.pm
27609 ____________________________________________________________________________
27610 [  9564] By: jhi                                   on 2001/04/05  18:23:03
27611         Log: Subject: [PATCH B::*] print control-character vars readably
27612              From: Robin Houston <robin@kitsite.com>
27613              Date: Thu, 5 Apr 2001 14:27:38 +0100
27614              Message-ID: <20010405142738.A15855@puffinry.freeserve.co.uk>
27615              
27616              Needs EBCDICification.
27617      Branch: perl
27618            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Debug.pm
27619            ! ext/B/B/Terse.pm
27620 ____________________________________________________________________________
27621 [  9563] By: jhi                                   on 2001/04/05  18:20:32
27622         Log: Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
27623              Date: Thu, 5 Apr 2001 13:21:42 -0400
27624              From: Paul Schinder <schinder@pobox.com>
27625              Message-Id: <p05100900b6f25159e767@[10.0.1.52]>
27626              
27627              Mac OS X (Darwin) has extra pwent fields.
27628      Branch: perl
27629            ! t/op/pwent.t
27630 ____________________________________________________________________________
27631 [  9562] By: jhi                                   on 2001/04/05  17:57:51
27632         Log: Regen toc.
27633      Branch: perl
27634            ! pod/perltoc.pod
27635 ____________________________________________________________________________
27636 [  9561] By: jhi                                   on 2001/04/05  17:47:33
27637         Log: Metaconfig units changes for #9560, plus regen Glossary.patch.
27638      Branch: metaconfig
27639            ! U/Glossary.patch
27640      Branch: metaconfig/U/perl
27641            + d_u32align.U
27642            ! d_cmsghdr_s.U d_msghdr_s.U
27643 ____________________________________________________________________________
27644 [  9560] By: jhi                                   on 2001/04/05  17:47:01
27645         Log: Introduce d_u32align / U32_REQUIRES_ALIGNMENT, needed for
27646              ext/Digest/MD5/Makefile.PL and t/lib/md5-align.t.
27647              Introduce probes for struct msghdr, struct cmsghdr,
27648              sendmsg, recvmsg, readv, writev, setitimer, getitimer,
27649              ualarm, usleep, for possible later extension work.
27650      Branch: perl
27651            + t/lib/md5-align.t
27652            ! Configure MANIFEST Porting/Glossary Porting/config.sh
27653            ! Porting/config_H config_h.SH configure.com epoc/config.sh
27654            ! ext/Digest/MD5/Makefile.PL perl.h uconfig.h uconfig.sh
27655            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
27656            ! vos/config.ga.h win32/config.bc win32/config.gc
27657            ! win32/config.vc
27658 ____________________________________________________________________________
27659 [  9559] By: jhi                                   on 2001/04/05  13:03:04
27660         Log: Be traditional in your cpp (for the Errno extension).
27661      Branch: perl
27662            ! hints/darwin.sh
27663 ____________________________________________________________________________
27664 [  9558] By: jhi                                   on 2001/04/05  13:00:05
27665         Log: Add $Config{cppflags} to the gcc incantation.
27666      Branch: perl
27667            ! ext/Errno/Errno_pm.PL
27668 ____________________________________________________________________________
27669 [  9557] By: jhi                                   on 2001/04/05  04:22:39
27670         Log: Introduce Sean Burke's Class::ISA 0.32.
27671      Branch: perl
27672            + lib/Class/ISA.pm t/lib/class-isa.t
27673            ! MANIFEST
27674 ____________________________________________________________________________
27675 [  9556] By: jhi                                   on 2001/04/05  04:09:50
27676         Log: Subject: [PATCH AUTHORS] Housekeeping
27677              From: Paul Johnson <paul@pjcj.net> 
27678              Date: Wed, 4 Apr 2001 22:45:47 +0200
27679              Message-ID: <20010404224547.D9548@pjcj.net>
27680      Branch: perl
27681            ! AUTHORS
27682 ____________________________________________________________________________
27683 [  9555] By: jhi                                   on 2001/04/05  04:06:33
27684         Log: Subject: [PATCH] Base64 update to perlfaq9.pod
27685              From: Gisle Aas <gisle@ActiveState.com>
27686              Date: 04 Apr 2001 14:23:04 -0700
27687              Message-ID: <lrlmpg9x6v.fsf@caliper.ActiveState.com>
27688      Branch: perl
27689            ! pod/perlfaq9.pod
27690 ____________________________________________________________________________
27691 [  9554] By: jhi                                   on 2001/04/05  04:05:49
27692         Log: Downgrade also the "Wide character" diagnostic.
27693      Branch: perl
27694            ! pod/perldiag.pod
27695 ____________________________________________________________________________
27696 [  9553] By: jhi                                   on 2001/04/05  04:00:33
27697         Log: Integrate changes #9544,9547,9549(perlio),9550,9551 from
27698              maintperl into mainline.
27699              
27700              "double" should be "NV"; standard typemap is missing entry
27701              for NV
27702              
27703              s/djSP/dSP/
27704              
27705              Downgrade "Wide character in print" to a warning.
27706              
27707              B::Deparse fix for ${^FOO} and documentation for PVX() method
27708              (from Robin Houston)
27709              
27710              tr/// doesn't null-terminate the result in some situations
27711              (from Gisle Aas)
27712      Branch: perl
27713           !> doio.c doop.c ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
27714           !> ext/B/B/Deparse.pm ext/Thread/Thread.xs lib/ExtUtils/typemap
27715           !> t/io/utf8.t t/op/tr.t
27716 ____________________________________________________________________________
27717 [  9552] By: jhi                                   on 2001/04/05  03:52:50
27718         Log: Retract changes #9542 and #9538 (from maintperl, integrated
27719              at #9540), shouldn't be needed because of the perlio changes.
27720      Branch: perl
27721            ! util.c
27722 ____________________________________________________________________________
27723 [  9551] By: gsar                                  on 2001/04/05  00:18:34
27724         Log: tr/// doesn't null-terminate the result in some situations
27725              (from Gisle Aas)
27726      Branch: maint-5.6/perl
27727            ! doop.c t/op/tr.t
27728 ____________________________________________________________________________
27729 [  9550] By: gsar                                  on 2001/04/04  20:04:17
27730         Log: B::Deparse fix for ${^FOO} and documentation for PVX() method
27731              (from Robin Houston)
27732      Branch: maint-5.6/perl
27733            ! ext/B/B.pm ext/B/B/Deparse.pm
27734 ____________________________________________________________________________
27735 [  9549] By: nick                                  on 2001/04/04  18:56:15
27736         Log: Downgrade "Wide character in print" to a warning.
27737      Branch: perlio
27738            ! doio.c t/io/utf8.t
27739 ____________________________________________________________________________
27740 [  9548] By: gsar                                  on 2001/04/04  18:51:49
27741         Log: integrate changes#9460,9462,9482,9521,9522
27742              
27743              Subject: PATCH: B::Debug should show LOOP-specific fields
27744              
27745              Subject: B::Deparse precedence bug. (Patch included.)
27746              
27747              Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
27748              
27749              Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
27750              
27751              Subject: [PATCH B::Concise] padname values may have bogus SvCUR
27752      Branch: maint-5.6/perl
27753           !> ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Debug.pm
27754           !> ext/B/B/Deparse.pm ext/B/B/Showlex.pm
27755 ____________________________________________________________________________
27756 [  9547] By: gsar                                  on 2001/04/04  18:49:16
27757         Log: s/djSP/dSP/
27758      Branch: maint-5.6/perl
27759            ! ext/Thread/Thread.xs
27760 ____________________________________________________________________________
27761 [  9546] By: nick                                  on 2001/04/04  18:44:00
27762         Log: Integrate mainline.
27763      Branch: perlio
27764           !> Makefile.SH embed.pl ext/File/Glob/Glob.pm jpl/JNI/JNI.pm op.c
27765           !> os2/OS2/Process/Process.pm perl.c pod/perlapi.pod util.c
27766 ____________________________________________________________________________
27767 [  9545] By: gsar                                  on 2001/04/04  18:38:52
27768         Log: integrate change#8837 from mainline
27769              
27770              Subject: [patch] -Wall cleanup round 2
27771      Branch: maint-5.6/perl
27772           !> ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
27773           !> ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
27774           !> ext/File/Glob/Glob.xs ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs
27775           !> ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
27776           !> ext/SDBM_File/SDBM_File.xs
27777 ____________________________________________________________________________
27778 [  9544] By: gsar                                  on 2001/04/04  17:49:57
27779         Log: "double" should be "NV"; standard typemap is missing entry
27780              for NV
27781      Branch: maint-5.6/perl
27782            ! ext/B/B.xs ext/B/B/C.pm lib/ExtUtils/typemap
27783 ____________________________________________________________________________
27784 [  9543] By: jhi                                   on 2001/04/04  14:13:18
27785         Log: Thou shalt not (just) match for English error messages.
27786      Branch: perl
27787            ! ext/File/Glob/Glob.pm jpl/JNI/JNI.pm
27788            ! os2/OS2/Process/Process.pm
27789 ____________________________________________________________________________
27790 [  9542] By: jhi                                   on 2001/04/04  13:20:39
27791         Log: Make the stdio tricks of fflush_all() to exist only if
27792              stdio is being used.
27793      Branch: perl
27794            ! util.c
27795 ____________________________________________________________________________
27796 [  9541] By: jhi                                   on 2001/04/04  04:20:24
27797         Log: Subject: Re: [PATCH] Lighten up glob
27798              From: Benjamin Sugars <bsugars@canoe.ca>
27799              Date: Tue, 3 Apr 2001 17:03:48 -0400 (EDT)
27800              Message-ID: <Pine.LNX.4.21.0104031700340.2143-100000@marmot.rim.canoe.ca>
27801      Branch: perl
27802            ! embed.pl ext/File/Glob/Glob.pm op.c perl.c pod/perlapi.pod
27803            ! util.c
27804 ____________________________________________________________________________
27805 [  9540] By: jhi                                   on 2001/04/04  04:03:57
27806         Log: Integrate changes #9538,9539 from maintperl into mainline.
27807              
27808              fflush() is a macro on SunOS 4.1.x, so provide a wrapper
27809              for use with _fwalk() (fix for change#7705)
27810              
27811              another tweak needed for SunOS 4.1.x build (from Mike Guy)
27812              (cp -f is not portable)
27813      Branch: perl
27814           !> Makefile.SH util.c
27815 ____________________________________________________________________________
27816 [  9539] By: gsar                                  on 2001/04/04  03:01:14
27817         Log: another tweak needed for SunOS 4.1.x build (from Mike Guy)
27818      Branch: maint-5.6/perl
27819            ! Makefile.SH
27820 ____________________________________________________________________________
27821 [  9538] By: gsar                                  on 2001/04/04  01:00:38
27822         Log: fflush() is a macro on SunOS 4.1.x, so provide a wrapper
27823              for use with _fwalk() (fix for change#7705)
27824      Branch: maint-5.6/perl
27825            ! util.c
27826 ____________________________________________________________________________
27827 [  9537] By: nick                                  on 2001/04/03  19:24:55
27828         Log: Integrate mainline
27829      Branch: perlio
27830           +> ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL lib/unicode/NamesList.txt
27831           +> lib/unicode/PropList.html
27832            - lib/unicode/Names.txt lib/unicode/README.Ethiopic
27833           !> (integrate 69 files)
27834 ____________________________________________________________________________
27835 [  9536] By: jhi                                   on 2001/04/03  18:02:31
27836         Log: Integrate change #9533 from maintperl into mainline.
27837              
27838              better fix for change#9517 to accomodate UNC paths like
27839              \\server\share\foo, and paths with trailing backslash
27840              like c:\this\
27841      Branch: perl
27842           !> utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
27843 ____________________________________________________________________________
27844 [  9535] By: jhi                                   on 2001/04/03  17:58:07
27845         Log: Change the push/unshift warning to be of class syntax, not misc.
27846      Branch: perl
27847            ! op.c pod/perldiag.pod t/pragma/warn/op
27848 ____________________________________________________________________________
27849 [  9534] By: jhi                                   on 2001/04/03  15:03:46
27850         Log: Change the push/unshift warning (#9532) to talk about "no values"
27851              instead of "no arguments".
27852      Branch: perl
27853            ! op.c pod/perldiag.pod t/pragma/warn/op
27854 ____________________________________________________________________________
27855 [  9533] By: gsar                                  on 2001/04/03  14:30:07
27856         Log: better fix for change#9517 to accomodate UNC paths like
27857              \\server\share\foo, and paths with trailing backslash
27858              like c:\this\
27859      Branch: maint-5.6/perl
27860            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
27861 ____________________________________________________________________________
27862 [  9532] By: jhi                                   on 2001/04/03  13:11:46
27863         Log: Subject: Re: [ID 20010331.003] new misc warning for push(@x), unshift(@x)
27864              From: Robin Houston <robin@kitsite.com>
27865              Date: Mon, 2 Apr 2001 15:03:29 +0100
27866              Message-ID: <20010402150329.A6636@puffinry.freeserve.co.uk>
27867      Branch: perl
27868            ! op.c pod/perldiag.pod t/lib/db-recno.t t/pragma/warn/op
27869 ____________________________________________________________________________
27870 [  9531] By: jhi                                   on 2001/04/03  13:06:34
27871         Log: Integrate change #9530 from maintperl into mainline.
27872              
27873              accomodate VMS "mailbox overflow" quirk in testsuite (from
27874              Craig Berry)
27875      Branch: perl
27876           !> t/lib/socket.t
27877 ____________________________________________________________________________
27878 [  9530] By: gsar                                  on 2001/04/03  04:56:41
27879         Log: accomodate VMS "mailbox overflow" quirk in testsuite (from
27880              Craig Berry)
27881      Branch: maint-5.6/perl
27882            ! t/lib/socket.t
27883 ____________________________________________________________________________
27884 [  9529] By: jhi                                   on 2001/04/03  02:34:34
27885         Log: Update Changes.
27886      Branch: perl
27887            ! Changes patchlevel.h
27888 ____________________________________________________________________________
27889 [  9528] By: jhi                                   on 2001/04/03  01:27:57
27890         Log: Subject: [PATCH: 9508] perlfaq3: extend the silly long list even further
27891              Date: Mon, 2 Apr 2001 18:24:53 -0700 (PDT)
27892              To: perl5-porters@perl.org
27893              Message-ID: <Pine.OSF.4.10.10104021823330.279908-100000@aspara.forte.com>
27894      Branch: perl
27895            ! pod/perlfaq3.pod
27896 ____________________________________________________________________________
27897 [  9527] By: jhi                                   on 2001/04/03  01:22:09
27898         Log: Subject: [PATCH: 9508] build && test XS::Typemap on VMS, glob-basic insensitivity training
27899              From: Peter Prymmer <pvhp@forte.com>
27900              Date: Mon, 2 Apr 2001 17:40:27 -0700 (PDT)
27901              Message-ID: <Pine.OSF.4.10.10104021727250.278825-100000@aspara.forte.com>      
27902      Branch: perl
27903            ! configure.com t/lib/glob-basic.t t/lib/xs-typemap.t
27904 ____________________________________________________________________________
27905 [  9526] By: jhi                                   on 2001/04/03  01:18:25
27906         Log: The metaconfig unit changes for #9525.
27907      Branch: metaconfig
27908            ! U/a_dvisory/quadtype.U U/modified/mallocsrc.U
27909      Branch: metaconfig/U/perl
27910            ! use64bits.U
27911 ____________________________________________________________________________
27912 [  9525] By: jhi                                   on 2001/04/03  01:17:30
27913         Log: Configure sanity checks:
27914              * if use64bitall is attempted but pointers are only 32-bit,
27915              'downgrade' to use64bitint
27916              * if use64bitint is attempted but there's no quad type,
27917              forget about use64bitint (well, the default for it is 'n',
27918              the user can still override this)
27919              * if pointers are 64 bits, do not try to use Perl's malloc
27920      Branch: perl
27921            ! Configure
27922 ____________________________________________________________________________
27923 [  9524] By: gsar                                  on 2001/04/03  01:09:12
27924         Log: EPOC fix for lib/io_udp.t failure (from Olaf Flebbe)
27925      Branch: maint-5.6/perl
27926            ! pp_sys.c
27927 ____________________________________________________________________________
27928 [  9523] By: jhi                                   on 2001/04/03  00:02:31
27929         Log: (Retracted by #9609)
27930              
27931              Make it harder for parallel makes to enter 'test' before
27932              Dynaloader and File::Glob are happy.  (In principle 'make_ext'
27933              should be unhappy enough, but sometimes parallel makes seem
27934              to sneak past both in Tru64 and AIX.)
27935      Branch: perl
27936            ! Makefile.SH
27937 ____________________________________________________________________________
27938 [  9522] By: jhi                                   on 2001/04/02  22:35:31
27939         Log: Subject: [PATCH B::Concise] padname values may have bogus SvCUR
27940              Date: Mon, 2 Apr 2001 22:54:10 +0100
27941              From: Robin Houston <robin@kitsite.com>
27942              Message-ID: <20010402225410.A8273@puffinry.freeserve.co.uk>
27943      Branch: perl
27944            ! ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Showlex.pm
27945 ____________________________________________________________________________
27946 [  9521] By: jhi                                   on 2001/04/02  22:32:23
27947         Log: Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
27948              From: Robin Houston <robin@kitsite.com>
27949              Date: Mon, 2 Apr 2001 20:24:03 +0100
27950              Message-ID: <20010402202402.A8005@puffinry.freeserve.co.uk>
27951      Branch: perl
27952            ! ext/B/B/Concise.pm
27953 ____________________________________________________________________________
27954 [  9520] By: jhi                                   on 2001/04/02  22:30:43
27955         Log: Subject: [PATCH] REALLY pedantic hv.h nit
27956              From: Simon Cozens <simon@netthink.co.uk>
27957              Date: Mon, 2 Apr 2001 15:43:06 +0100
27958              Message-ID: <20010402154306.A21711@netthink.co.uk>
27959      Branch: perl
27960            ! hv.h
27961 ____________________________________________________________________________
27962 [  9519] By: jhi                                   on 2001/04/02  22:28:04
27963         Log: Based on
27964              
27965              Subject: [foolperl] EPOC fix
27966              From: Olaf Flebbe <O.Flebbe@science-computing.de>
27967              Date: Mon, 2 Apr 2001 23:36:51 +0200 (CEST)
27968              Message-ID: <Pine.LNX.4.02.10104022335380.5547-100000@milkyway.science-computing.de>
27969      Branch: perl
27970            ! pp_sys.c
27971 ____________________________________________________________________________
27972 [  9518] By: jhi                                   on 2001/04/02  22:22:34
27973         Log: Integrate changes #9511,9514,9517 from maintperl into mainline.
27974              
27975              README.win32 tweaks; add a note about alternative location for
27976              getting a gcc-2.95.2 that will build perl properly on windows
27977              
27978              add some notes about gutsy threading matters
27979              
27980              many of the utilities interpolate literal paths within doublequotes
27981              (fails on dosish platforms where path contains backslashes)
27982      Branch: perl
27983           !> README.win32 pod/perlguts.pod utils/perldoc.PL
27984           !> x2p/find2perl.PL x2p/s2p.PL
27985 ____________________________________________________________________________
27986 [  9517] By: gsar                                  on 2001/04/02  19:52:21
27987         Log: many of the utilities interpolate literal paths within doublequotes
27988              (fails on dosish platforms where path contains backslashes)
27989      Branch: maint-5.6/perl
27990            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
27991 ____________________________________________________________________________
27992 [  9516] By: gsar                                  on 2001/04/02  05:49:37
27993         Log: a foolish release
27994      Branch: maint-5.6/perl
27995            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
27996            ! pod/perltoc.pod
27997 ____________________________________________________________________________
27998 [  9515] By: gsar                                  on 2001/04/02  05:04:29
27999         Log: add missing changelog summaries
28000      Branch: maint-5.6/perl
28001            ! Changes
28002 ____________________________________________________________________________
28003 [  9514] By: gsar                                  on 2001/04/02  04:07:13
28004         Log: add some notes about gutsy threading matters
28005      Branch: maint-5.6/perl
28006            ! pod/perlguts.pod
28007 ____________________________________________________________________________
28008 [  9513] By: gsar                                  on 2001/04/02  03:25:21
28009         Log: add more prominent caveat notices about experimental features
28010      Branch: maint-5.6/perl
28011            ! pod/perlfork.pod pod/perlunicode.pod
28012 ____________________________________________________________________________
28013 [  9512] By: gsar                                  on 2001/04/02  02:54:33
28014         Log: integrate changes#9479,9509 from mainline
28015              
28016              [PATCH] File::Glob stuff for Mac OS
28017              
28018              [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
28019      Branch: maint-5.6/perl
28020           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
28021           !> t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
28022           !> t/lib/glob-taint.t
28023 ____________________________________________________________________________
28024 [  9511] By: gsar                                  on 2001/04/02  02:38:24
28025         Log: README.win32 tweaks; add a note about alternative location for
28026              getting a gcc-2.95.2 that will build perl properly on windows
28027      Branch: maint-5.6/perl
28028            ! README.win32
28029 ____________________________________________________________________________
28030 [  9510] By: jhi                                   on 2001/04/01  20:45:10
28031         Log: An ambiguosity warning.
28032      Branch: perl
28033            ! t/lib/trig.t
28034 ____________________________________________________________________________
28035 [  9509] By: jhi                                   on 2001/04/01  19:53:47
28036         Log: Subject: [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
28037              From: Jonathan Stowe <gellyfish@gellyfish.com>
28038              Date: Sun, 1 Apr 2001 10:04:55 +0100 (BST)
28039              Message-ID: <Pine.LNX.4.30.0104010958250.7703-100000@orpheus.gellyfish.com>
28040      Branch: perl
28041            ! ext/File/Glob/bsd_glob.c
28042 ____________________________________________________________________________
28043 [  9508] By: jhi                                   on 2001/04/01  19:35:03
28044         Log: Update Changes.
28045      Branch: perl
28046            ! Changes patchlevel.h
28047 ____________________________________________________________________________
28048 [  9507] By: jhi                                   on 2001/04/01  19:24:01
28049         Log: Integrate changes #9378,9458,9469,9475,9489,9490,9505,9506
28050              from mainline to maintperl: pod tweaks.
28051      Branch: maint-5.6/perl
28052           !> pod/perldebug.pod pod/perldiag.pod pod/perlfaq1.pod
28053           !> pod/perlguts.pod pod/perlhack.pod pod/perlop.pod
28054           !> pod/perlvar.pod
28055 ____________________________________________________________________________
28056 [  9506] By: jhi                                   on 2001/04/01  19:11:53
28057         Log: Commit Sarathy to April release of 5.6.1 :-)
28058      Branch: perl
28059            ! pod/perlfaq1.pod
28060 ____________________________________________________________________________
28061 [  9505] By: jhi                                   on 2001/04/01  19:03:15
28062         Log: Subject: PATCH 5.6.0 (perldebug.pod)
28063              From: Mark-Jason Dominus <mjd@plover.com>
28064              Date: Sun, 01 Apr 2001 14:25:11 -0400
28065              Message-ID: <20010401182511.9247.qmail@plover.com>
28066      Branch: perl
28067            ! pod/perldebug.pod
28068 ____________________________________________________________________________
28069 [  9504] By: jhi                                   on 2001/04/01  18:43:09
28070         Log: Add great_circle_direction().
28071      Branch: perl
28072            ! lib/Math/Trig.pm t/lib/trig.t
28073 ____________________________________________________________________________
28074 [  9503] By: jhi                                   on 2001/04/01  17:29:12
28075         Log: Unicode ReadMe update for Unicode 3.1.
28076      Branch: perl
28077            ! lib/unicode/ReadMe.txt
28078 ____________________________________________________________________________
28079 [  9502] By: jhi                                   on 2001/04/01  17:18:40
28080         Log: Integrate change #9501 from maintperl into mainline.
28081              
28082              fix the perlembed notes on multiple interpreters
28083              
28084              fix ExtUtils::Embed to work passably on Windows
28085      Branch: perl
28086           !> lib/ExtUtils/Embed.pm pod/perlembed.pod
28087 ____________________________________________________________________________
28088 [  9501] By: gsar                                  on 2001/04/01  07:21:57
28089         Log: fix the perlembed notes on multiple interpreters
28090              
28091              fix ExtUtils::Embed to work passably on Windows
28092      Branch: maint-5.6/perl
28093            ! lib/ExtUtils/Embed.pm pod/perlembed.pod
28094 ____________________________________________________________________________
28095 [  9500] By: jhi                                   on 2001/04/01  05:58:23
28096         Log: Test for #9499.
28097      Branch: perl
28098            ! t/op/tr.t
28099 ____________________________________________________________________________
28100 [  9499] By: jhi                                   on 2001/04/01  05:55:46
28101         Log: tr/// UTF-8 tweaking from Inaba Hiroto.
28102      Branch: perl
28103            ! embed.h embed.pl op.c proto.h
28104 ____________________________________________________________________________
28105 [  9498] By: jhi                                   on 2001/04/01  05:44:34
28106         Log: Protect the workaround hunk more.
28107      Branch: perl
28108            ! toke.c
28109 ____________________________________________________________________________
28110 [  9497] By: jhi                                   on 2001/04/01  00:24:25
28111         Log: Integrate changes #9493,9494,9495,9496 from maintperl
28112              into mainline.
28113              
28114              fix a broken workaround for Borland compiler in change#4739
28115              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
28116              
28117              nits spotted by Borland compiler
28118              
28119              avoid redefinition warnings under Borland 5.02
28120              
28121              various nits identified by the Borland 5.5 compiler; remove suppression
28122              of a few warnings
28123      Branch: perl
28124           !> ext/File/Glob/bsd_glob.c sv.c toke.c utf8.h win32/makefile.mk
28125           !> win32/win32.h
28126 ____________________________________________________________________________
28127 [  9496] By: gsar                                  on 2001/03/31  23:22:28
28128         Log: various nits identified by the Borland 5.5 compiler; remove suppression
28129              of a few warnings
28130      Branch: maint-5.6/perl
28131            ! ext/File/Glob/bsd_glob.c sv.c win32/win32.h
28132 ____________________________________________________________________________
28133 [  9495] By: gsar                                  on 2001/03/31  21:03:08
28134         Log: avoid redefinition warnings under Borland 5.02
28135      Branch: maint-5.6/perl
28136            ! win32/makefile.mk
28137 ____________________________________________________________________________
28138 [  9494] By: gsar                                  on 2001/03/31  20:18:59
28139         Log: nits spotted by Borland compiler
28140      Branch: maint-5.6/perl
28141            ! utf8.h win32/win32.h
28142 ____________________________________________________________________________
28143 [  9493] By: gsar                                  on 2001/03/31  20:18:05
28144         Log: fix a broken workaround for Borland compiler in change#4739
28145              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
28146      Branch: maint-5.6/perl
28147            ! toke.c
28148 ____________________________________________________________________________
28149 [  9492] By: jhi                                   on 2001/03/31  18:36:24
28150         Log: Integrate change #9491 from maintperl into mainline.
28151              
28152              Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
28153              directory is relative (need to fetch the full path name *before*
28154              the chdir!)
28155      Branch: perl
28156           !> lib/Cwd.pm
28157 ____________________________________________________________________________
28158 [  9491] By: gsar                                  on 2001/03/31  17:01:56
28159         Log: Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
28160              directory is relative (need to fetch the full path name *before*
28161              the chdir!)
28162              
28163              this is a followup patch for change#6749
28164      Branch: maint-5.6/perl
28165            ! lib/Cwd.pm
28166 ____________________________________________________________________________
28167 [  9490] By: jhi                                   on 2001/03/31  15:50:18
28168         Log: Subject: Re: [PATCH] av.h cosmetics
28169              From: Simon Cozens <simon@netthink.co.uk>
28170              Date: Sat, 31 Mar 2001 13:09:59 +0100
28171              Message-ID: <20010331130959.A22000@netthink.co.uk>
28172              
28173              Document AvALLOC.
28174      Branch: perl
28175            ! pod/perlguts.pod
28176 ____________________________________________________________________________
28177 [  9489] By: jhi                                   on 2001/03/31  15:48:44
28178         Log: Subject: [PATCH] Re: Math::Big* v1.21
28179              From: Tels <perl_dummy@bloodgate.com>
28180              Date: Sat, 31 Mar 2001 13:21:05 +0200 (CEST)
28181              Message-Id: <200103311125.GAA377738@www08.hway.net>
28182      Branch: perl
28183            ! pod/perlop.pod
28184 ____________________________________________________________________________
28185 [  9488] By: jhi                                   on 2001/03/31  03:39:51
28186         Log: Debug output tweak.
28187      Branch: perl
28188            ! t/lib/cwd.t
28189 ____________________________________________________________________________
28190 [  9487] By: jhi                                   on 2001/03/31  03:33:02
28191         Log: OverVMSification.
28192      Branch: perl
28193            ! t/lib/cwd.t
28194 ____________________________________________________________________________
28195 [  9486] By: jhi                                   on 2001/03/31  03:01:40
28196         Log: Missed MANIFESTations in #9483.
28197      Branch: perl
28198            ! MANIFEST
28199 ____________________________________________________________________________
28200 [  9485] By: jhi                                   on 2001/03/31  02:58:17
28201         Log: Subject: Not OK: perl v5.7.0 +DEVEL9472 on VMS_AXP V7.1 (UNINSTALLED)
28202              From: Peter Prymmer <pvhp@forte.com>
28203              Date: Fri, 30 Mar 2001 18:06:36 -0800 (PST)
28204              Message-ID: <Pine.OSF.4.10.10103301805450.63762-100000@aspara.forte.com>
28205      Branch: perl
28206            ! regexec.c t/lib/cwd.t
28207 ____________________________________________________________________________
28208 [  9484] By: jhi                                   on 2001/03/31  01:04:41
28209         Log: Obsolete file (see #3938)
28210      Branch: perl
28211            - lib/unicode/README.Ethiopic
28212            ! MANIFEST
28213 ____________________________________________________________________________
28214 [  9483] By: jhi                                   on 2001/03/31  00:52:42
28215         Log: Update to Unicode 3.1.
28216              (Rename Names.txt to NamesList.txt.)
28217      Branch: perl
28218            + lib/unicode/NamesList.txt lib/unicode/PropList.html
28219            - lib/unicode/Names.txt
28220            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
28221            ! lib/unicode/Is/LbrkBA.pl lib/unicode/Is/LbrkBB.pl
28222            ! lib/unicode/Is/LbrkID.pl lib/unicode/Is/LbrkSG.pl
28223            ! lib/unicode/LineBrk.txt lib/unicode/NamesList.html
28224            ! lib/unicode/UCD.html lib/unicode/Unicode.html
28225            ! lib/unicode/rename lib/unicode/version
28226 ____________________________________________________________________________
28227 [  9482] By: jhi                                   on 2001/03/30  23:33:44
28228         Log: Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
28229              From: Robin Houston <robin@kitsite.com>
28230              Date: Fri, 30 Mar 2001 20:07:22 +0100
28231              Message-ID: <20010330200722.A2010@puffinry.freeserve.co.uk>
28232      Branch: perl
28233            ! ext/B/B/Deparse.pm
28234 ____________________________________________________________________________
28235 [  9481] By: jhi                                   on 2001/03/30  23:20:25
28236         Log: Subject: Re: [PATCH] CwdXS, Take 2
28237              From: Benjamin Sugars <bsugars@canoe.ca>
28238              Date: Fri, 30 Mar 2001 14:08:51 -0500 (EST)
28239              Message-ID: <Pine.LNX.4.21.0103301357490.1927-100000@marmot.rim.canoe.ca>
28240      Branch: perl
28241            + ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL
28242            ! MANIFEST lib/Cwd.pm t/lib/cwd.t
28243 ____________________________________________________________________________
28244 [  9480] By: jhi                                   on 2001/03/30  22:52:38
28245         Log: Subject: [ID 20010330.006] incorrect WARNING from installperl "You've never run 'make test' or some tests failed!"
28246              From: David Dyck <dcd@tc.fluke.com>
28247              Date: Fri, 30 Mar 2001 14:44:13 -0800
28248              Message-Id: <200103302244.OAA12204@dd.tc.fluke.com>
28249              
28250              The t/rantests flags file creation was accidentally
28251              removed by #9217.
28252      Branch: perl
28253            ! Makefile.SH
28254 ____________________________________________________________________________
28255 [  9479] By: jhi                                   on 2001/03/30  22:45:45
28256         Log: Subject: [PATCH] File::Glob stuff for Mac OS
28257              From: Chris Nandor <pudge@pobox.com>
28258              Date: Fri, 30 Mar 2001 16:51:00 -0500
28259              Message-Id: <p05010400b6eaab36051c@[10.0.1.177]>
28260      Branch: perl
28261            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
28262            ! t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
28263            ! t/lib/glob-taint.t
28264 ____________________________________________________________________________
28265 [  9478] By: jhi                                   on 2001/03/30  22:43:12
28266         Log: Subject: fix for win32/buildext.pl
28267              From: "Vadim Konovalov" <watman@inbox.ru>
28268              Date: Sat, 31 Mar 2001 00:50:36 +0400
28269              Message-ID: <005b01c0b95c$ac277250$7542983e@vad>
28270      Branch: perl
28271            ! win32/buildext.pl
28272 ____________________________________________________________________________
28273 [  9477] By: jhi                                   on 2001/03/30  22:41:16
28274         Log: Subject: small base.pm doc patch
28275              From: Leon Brocard <acme@astray.com>
28276              Date: Fri, 30 Mar 2001 21:49:57 +0100
28277              Message-ID: <20010330214957.B8733@ns0.astray.com>
28278      Branch: perl
28279            ! lib/base.pm
28280 ____________________________________________________________________________
28281 [  9476] By: jhi                                   on 2001/03/30  18:16:57
28282         Log: Subject: [PATCH] av.h cosmetics
28283              From: Simon Cozens <simon@netthink.co.uk>
28284              Date: Fri, 30 Mar 2001 18:12:28 +0100
28285              Message-ID: <20010330181228.A9319@netthink.co.uk>
28286      Branch: perl
28287            ! av.h
28288 ____________________________________________________________________________
28289 [  9475] By: jhi                                   on 2001/03/30  18:15:50
28290         Log: Subject: [DOC PATCH bleadperl] Two nits in perlhack.pod
28291              From: "Philip Newton" <pnewton@gmx.de>
28292              Date: Fri, 30 Mar 2001 19:06:57 +0200
28293              Message-ID: <3AC4D951.14815.1AC7068@localhost>
28294      Branch: perl
28295            ! pod/perlhack.pod
28296 ____________________________________________________________________________
28297 [  9474] By: jhi                                   on 2001/03/30  18:14:02
28298         Log: Subject: [PATCH] glob-basic.t (Was: [ID 20010328.016])
28299              From: Benjamin Sugars <bsugars@canoe.ca>
28300              Date: Fri, 30 Mar 2001 11:04:35 -0500 (EST)
28301              Message-ID: <Pine.LNX.4.21.0103301045130.1927-100000@marmot.rim.canoe.ca>
28302      Branch: perl
28303            ! t/lib/glob-basic.t
28304 ____________________________________________________________________________
28305 [  9473] By: jhi                                   on 2001/03/30  16:09:24
28306         Log: Update Changes.
28307      Branch: perl
28308            ! Changes patchlevel.h
28309 ____________________________________________________________________________
28310 [  9472] By: jhi                                   on 2001/03/30  15:16:08
28311         Log: Integrate perlio.
28312      Branch: perl
28313           !> t/lib/cwd.t t/lib/glob-basic.t
28314 ____________________________________________________________________________
28315 [  9471] By: nick                                  on 2001/03/30  14:47:10
28316         Log: Should be (^O eq 'MSWin32') not 'Win32'
28317              Fail #12 seems real - chdir is in wrong dir.
28318      Branch: perlio
28319            ! t/lib/cwd.t
28320 ____________________________________________________________________________
28321 [  9470] By: jhi                                   on 2001/03/30  14:41:11
28322         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
28323              From: Radu Greab <radu@netsoft.ro>
28324              Date: Fri, 30 Mar 2001 15:09:06 +0300 (EEST)
28325              Message-ID: <15044.30562.566390.559726@ix.netsoft.ro>
28326              
28327              Replace #9352.
28328      Branch: perl
28329            ! ext/Socket/Socket.xs pp_sys.c
28330 ____________________________________________________________________________
28331 [  9469] By: jhi                                   on 2001/03/30  14:37:51
28332         Log: Subject: PATCH pod/perldiag.pod
28333              From: Robin Houston <robin@kitsite.com>
28334              Date: Fri, 30 Mar 2001 14:10:36 +0100
28335              Message-ID: <20010330141036.A1105@puffinry.freeserve.co.uk>
28336      Branch: perl
28337            ! pod/perldiag.pod t/lib/glob-basic.t
28338 ____________________________________________________________________________
28339 [  9468] By: jhi                                   on 2001/03/30  14:36:36
28340         Log: Subject: Better diagnostic in io/fs.t
28341              From: andreas.koenig@anima.de (Andreas J. Koenig)
28342              Date: 30 Mar 2001 10:11:43 +0200
28343              Message-ID: <m3hf0boev4.fsf@ak-71.mind.de>
28344      Branch: perl
28345            ! t/io/fs.t
28346 ____________________________________________________________________________
28347 [  9467] By: nick                                  on 2001/03/30  14:25:43
28348         Log: Skip order test of glob if case-ignoring system cannot 
28349              create a.test and A.test
28350      Branch: perlio
28351            ! t/lib/glob-basic.t
28352 ____________________________________________________________________________
28353 [  9466] By: nick                                  on 2001/03/30  13:03:12
28354         Log: Integrate mainline.
28355      Branch: perlio
28356            - ext/re/hints/aix.pl
28357           !> MANIFEST ext/B/B/Debug.pm ext/B/B/Deparse.pm
28358           !> lib/ExtUtils/MM_VMS.pm op.c pod/perlop.pod t/comp/require.t
28359           !> t/io/utf8.t t/lib/b.t t/lib/digest.t t/lib/glob-basic.t
28360           !> t/lib/io_multihomed.t t/lib/io_sock.t t/lib/md5-file.t
28361 ____________________________________________________________________________
28362 [  9465] By: jhi                                   on 2001/03/30  03:53:37
28363         Log: Add timeouts to the tests.  (In AIX 4.3.1.0 + vac 5.0.0.0
28364              the tests sometimes hang, sometimes not.)
28365      Branch: perl
28366            ! t/lib/io_multihomed.t t/lib/io_sock.t
28367 ____________________________________________________________________________
28368 [  9464] By: jhi                                   on 2001/03/30  02:56:04
28369         Log: Subject: [PATCH @9452] Better peep()ing for foreach() loops
28370              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
28371              Date: Thu, 29 Mar 2001 18:50:45 -0800 (PST)
28372              Message-ID: <15043.62129.253487.470281@soda.csua.berkeley.edu>
28373      Branch: perl
28374            ! op.c
28375 ____________________________________________________________________________
28376 [  9463] By: jhi                                   on 2001/03/30  02:34:48
28377         Log: Test for #9462.
28378      Branch: perl
28379            ! t/lib/b.t
28380 ____________________________________________________________________________
28381 [  9462] By: jhi                                   on 2001/03/30  02:29:37
28382         Log: Subject: B::Deparse precedence bug. (Patch included.)
28383              From: Jeremy Madea <jmadea@inktomi.com>
28384              Date: Thu, 29 Mar 2001 12:05:02 -0800
28385              Message-ID: <20010329120502.A24881@dr.inktomi.com>
28386      Branch: perl
28387            ! ext/B/B/Deparse.pm
28388 ____________________________________________________________________________
28389 [  9461] By: jhi                                   on 2001/03/30  02:18:41
28390         Log: Subject: [PATCH: 9452] more tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
28391              From: Peter Prymmer <pvhp@forte.com>
28392              Date: Thu, 29 Mar 2001 18:01:18 -0800 (PST)
28393              Message-ID: <Pine.OSF.4.10.10103291731150.1326-100000@aspara.forte.com>
28394      Branch: perl
28395            ! t/comp/require.t t/io/utf8.t t/lib/digest.t t/lib/glob-basic.t
28396            ! t/lib/md5-file.t
28397 ____________________________________________________________________________
28398 [  9460] By: jhi                                   on 2001/03/30  02:17:07
28399         Log: Subject: PATCH: B::Debug should show LOOP-specific fields
28400              From: Robin Houston <robin@kitsite.com>
28401              Date: Thu, 29 Mar 2001 20:47:56 +0100
28402              Message-ID: <20010329204756.A32042@puffinry.freeserve.co.uk>
28403      Branch: perl
28404            ! ext/B/B/Debug.pm
28405 ____________________________________________________________________________
28406 [  9459] By: jhi                                   on 2001/03/30  02:16:05
28407         Log: Subject: [PATCH perl@9424] further MM_VMS.pm tweak
28408              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
28409              Date: Wed, 28 Mar 2001 18:02:20 -0600
28410              Message-Id: <5.0.2.1.0.20010328172535.017d5600@exchi01>
28411      Branch: perl
28412            ! lib/ExtUtils/MM_VMS.pm
28413 ____________________________________________________________________________
28414 [  9458] By: jhi                                   on 2001/03/30  02:07:58
28415         Log: Subject: [ID 20010328.013] Misspelling in perlop(1p) manual page
28416              From: "Joshua E. Rodd" <jrodd@pbs.org>
28417              Date: Wed, 28 Mar 2001 17:29:12 -0500
28418              Message-Id: <E14iORE-0000ZV-00@shaggy.pbs.org>
28419      Branch: perl
28420            ! pod/perlop.pod
28421 ____________________________________________________________________________
28422 [  9457] By: jhi                                   on 2001/03/30  02:04:33
28423         Log: Subject: ext/re/aix.pl can go
28424              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
28425              Date: Thu, 29 Mar 2001 12:03:28 +0200
28426              Message-Id: <20010329120132.7C3B.H.M.BRAND@hccnet.nl>
28427      Branch: perl
28428            - ext/re/hints/aix.pl
28429            ! MANIFEST
28430 ____________________________________________________________________________
28431 [  9456] By: jhi                                   on 2001/03/30  02:03:32
28432         Log: Integrate perlio.
28433      Branch: perl
28434           !> ext/Encode/Encode.xs installperl
28435 ____________________________________________________________________________
28436 [  9455] By: nick                                  on 2001/03/29  21:11:46
28437         Log: DLL name has changed so installperl needs to know
28438              (Why isn't it working it out or passed it?)
28439      Branch: perlio
28440            ! installperl
28441 ____________________________________________________________________________
28442 [  9454] By: nick                                  on 2001/03/29  20:56:12
28443         Log: Change Encode's check arguments to 'bool' so SvTRUE gets used
28444              and we don't get undef warnings.
28445      Branch: perlio
28446            ! ext/Encode/Encode.xs
28447 ____________________________________________________________________________
28448 [  9453] By: nick                                  on 2001/03/29  17:58:48
28449         Log: Integrate mainline
28450      Branch: perlio
28451           !> Changes patchlevel.h
28452 ____________________________________________________________________________
28453 [  9452] By: jhi                                   on 2001/03/29  16:44:55
28454         Log: Update Changes.
28455      Branch: perl
28456            ! Changes patchlevel.h
28457 ____________________________________________________________________________
28458 [  9451] By: nick                                  on 2001/03/29  16:31:38
28459         Log: Integrate mainline
28460      Branch: perlio
28461           !> Changes Makefile.SH dump.c ext/Data/Dumper/Dumper.xs
28462           !> ext/Encode/Encode.xs ext/Storable/Storable.xs
28463           !> lib/ExtUtils/typemap patchlevel.h pod/perlhack.pod
28464           !> pod/perliol.pod t/lib/charnames.t t/lib/cwd.t t/op/bop.t
28465           !> t/op/vec.t t/op/ver.t toke.c utils/h2xs.PL
28466 ____________________________________________________________________________
28467 [  9450] By: jhi                                   on 2001/03/29  16:29:17
28468         Log: Integrate perlio.
28469      Branch: perl
28470           !> win32/buildext.pl
28471 ____________________________________________________________________________
28472 [  9449] By: jhi                                   on 2001/03/29  15:50:01
28473         Log: Update Changes.
28474      Branch: perl
28475            ! Changes patchlevel.h
28476 ____________________________________________________________________________
28477 [  9448] By: nick                                  on 2001/03/29  15:47:15
28478         Log: Make sure buildext.pl finds Errno.pm
28479      Branch: perlio
28480            ! win32/buildext.pl
28481 ____________________________________________________________________________
28482 [  9447] By: jhi                                   on 2001/03/29  15:39:34
28483         Log: Integrate perlio.
28484      Branch: perl
28485           !> win32/makefile.mk
28486 ____________________________________________________________________________
28487 [  9446] By: nick                                  on 2001/03/29  15:30:03
28488         Log: Integrate win32/makefile.mk with mainline.
28489      Branch: perlio
28490           !> win32/makefile.mk
28491 ____________________________________________________________________________
28492 [  9445] By: nick                                  on 2001/03/29  15:27:32
28493         Log: Fix breakage ... 
28494      Branch: perlio
28495            ! win32/makefile.mk
28496 ____________________________________________________________________________
28497 [  9444] By: jhi                                   on 2001/03/29  15:03:08
28498         Log: Subject: RE: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
28499              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
28500              Date: Thu, 29 Mar 2001 10:32:59 +0400
28501              Message-ID: <402099F49BEED211999700805FC7359FA8442D@ru0028exch01.spb.lucent.com>
28502      Branch: perl
28503            ! win32/makefile.mk
28504 ____________________________________________________________________________
28505 [  9443] By: jhi                                   on 2001/03/29  15:02:12
28506         Log: Integrate perlio.
28507      Branch: perl
28508           +> win32/buildext.pl
28509           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c perlio.h sv.c
28510           !> t/io/utf8.t t/lib/io_scalar.t win32/makefile.mk
28511 ____________________________________________________________________________
28512 [  9442] By: nick                                  on 2001/03/29  14:59:11
28513         Log: Work in progress - determine win32 extensions to build via script.
28514      Branch: perlio
28515            + win32/buildext.pl
28516            ! MANIFEST win32/makefile.mk
28517 ____________________________________________________________________________
28518 [  9441] By: jhi                                   on 2001/03/29  14:51:47
28519         Log: Reintroduce the use of external pwd.
28520      Branch: perl
28521            ! t/lib/cwd.t
28522 ____________________________________________________________________________
28523 [  9440] By: jhi                                   on 2001/03/29  14:42:58
28524         Log: use warnings instead of -w.
28525      Branch: perl
28526            ! utils/h2xs.PL
28527 ____________________________________________________________________________
28528 [  9439] By: jhi                                   on 2001/03/29  14:41:52
28529         Log: Subject: [PATCH h2xs.PL perl@9423] h2xs -w nits
28530              From: Jonathan Stowe <gellyfish@gellyfish.com>
28531              Date: Thu, 29 Mar 2001 09:34:12 +0100 (BST)
28532              Message-ID: <Pine.LNX.4.30.0103290929130.19409-100000@orpheus.gellyfish.com>
28533      Branch: perl
28534            ! utils/h2xs.PL
28535 ____________________________________________________________________________
28536 [  9438] By: jhi                                   on 2001/03/29  14:39:38
28537         Log: Subject: [PATCH perl@9424] minor pod nits
28538              From: Robin Barker <rmb1@cise.npl.co.uk>
28539              Date: Thu, 29 Mar 2001 14:43:05 +0100 (BST)
28540              Message-Id: <200103291343.OAA10827@tempest.npl.co.uk>
28541      Branch: perl
28542            ! pod/perlhack.pod pod/perliol.pod
28543 ____________________________________________________________________________
28544 [  9437] By: jhi                                   on 2001/03/29  14:29:16
28545         Log: Subject: [PATCH perl@9424] typemap cast warning
28546              From: Robin Barker <rmb1@cise.npl.co.uk>
28547              Date: Thu, 29 Mar 2001 13:58:47 +0100 (BST)
28548              Message-Id: <200103291258.NAA09360@tempest.npl.co.uk>
28549      Branch: perl
28550            ! lib/ExtUtils/typemap
28551 ____________________________________________________________________________
28552 [  9436] By: jhi                                   on 2001/03/29  14:26:03
28553         Log: Subject: [PATCH perl@9424] printf warning
28554              From: Robin Barker <rmb1@cise.npl.co.uk>
28555              Date: Thu, 29 Mar 2001 13:29:21 +0100 (BST)
28556              Message-Id: <200103291229.NAA03968@tempest.npl.co.uk>
28557      Branch: perl
28558            ! dump.c ext/Data/Dumper/Dumper.xs ext/Encode/Encode.xs
28559            ! ext/Storable/Storable.xs toke.c
28560 ____________________________________________________________________________
28561 [  9435] By: nick                                  on 2001/03/29  14:23:31
28562         Log: Win32 has name conflict with ERROR
28563      Branch: perlio
28564            ! ext/PerlIO/Via/Via.xs
28565 ____________________________________________________________________________
28566 [  9434] By: jhi                                   on 2001/03/29  14:17:48
28567         Log: Subject: [PATCH: 9424] some tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
28568              From: Peter Prymmer <pvhp@forte.com>
28569              Date: Wed, 28 Mar 2001 19:09:57 -0800 (PST)
28570              Message-ID: <Pine.OSF.4.10.10103281858520.314137-100000@aspara.forte.com>
28571      Branch: perl
28572            ! t/lib/charnames.t t/op/bop.t t/op/vec.t t/op/ver.t
28573 ____________________________________________________________________________
28574 [  9433] By: jhi                                   on 2001/03/29  13:52:44
28575         Log: test-prep target was missing.
28576      Branch: perl
28577            ! Makefile.SH
28578 ____________________________________________________________________________
28579 [  9432] By: nick                                  on 2001/03/29  12:40:03
28580         Log: Make as-shipped compiler default to MSVC6 
28581      Branch: perlio
28582            ! win32/makefile.mk
28583 ____________________________________________________________________________
28584 [  9431] By: nick                                  on 2001/03/29  12:12:16
28585         Log: Allow someone to write PerlIO::Array, PerlIO::Code, ...
28586              akin to PerlIO::Scalar.
28587      Branch: perlio
28588            ! perlio.c perlio.h
28589 ____________________________________________________________________________
28590 [  9430] By: nick                                  on 2001/03/29  10:56:35
28591         Log: Integrate mainline.
28592      Branch: perlio
28593           !> lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
28594           !> lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
28595           !> lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
28596           !> win32/makefile.mk win32/win32sck.c
28597 ____________________________________________________________________________
28598 [  9429] By: nick                                  on 2001/03/29  09:03:43
28599         Log: Noticed that two tests were skipped as perlio:: package
28600              isn't there any more. Changed the skip condition.
28601              Avoid core-dump if sv_utf8_upgrade() called on something
28602              that does not become SvPOK after SvPV() (e.g. a ref).
28603      Branch: perlio
28604            ! sv.c t/io/utf8.t t/lib/io_scalar.t
28605 ____________________________________________________________________________
28606 [  9428] By: jhi                                   on 2001/03/29  01:31:47
28607         Log: Subject: [PATCH] Enable warnings in File::* (was: B::Terse and warnings)
28608              From: Benjamin Sugars <bsugars@canoe.ca> 
28609              Date: Tue, 27 Mar 2001 16:27:38 -0500 (EST)
28610              Message-ID: <Pine.LNX.4.21.0103271612250.2007-100000@marmot.rim.canoe.ca>
28611      Branch: perl
28612            ! lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
28613            ! lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
28614            ! lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
28615 ____________________________________________________________________________
28616 [  9427] By: jhi                                   on 2001/03/29  00:49:30
28617         Log: Subject: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
28618              From: "Vadim Konovalov" <watman@inbox.ru>
28619              Date: Thu, 29 Mar 2001 01:50:12 +0400
28620              Message-ID: <001c01c0b7d1$463dd880$5742983e@vad>
28621      Branch: perl
28622            ! win32/makefile.mk win32/win32sck.c
28623 ____________________________________________________________________________
28624 [  9426] By: gsar                                  on 2001/03/29  00:28:04
28625         Log: dmake can only handle == and != in comparisons; support building
28626              with Borland's VCL libraries (from Vadim Konovalov)
28627      Branch: maint-5.6/perl
28628            ! win32/makefile.mk
28629 ____________________________________________________________________________
28630 [  9425] By: nick                                  on 2001/03/28  19:29:56
28631         Log: Integrate (@snapshot)
28632      Branch: perlio
28633           !> Changes Makefile.SH patchlevel.h t/lib/cwd.t
28634 ____________________________________________________________________________
28635 [  9424] By: jhi                                   on 2001/03/28  19:03:16
28636         Log: Update Changes.
28637      Branch: perl
28638            ! Changes patchlevel.h
28639 ____________________________________________________________________________
28640 [  9423] By: jhi                                   on 2001/03/28  18:52:09
28641         Log: Rmdir lib/XS on cleanup.
28642      Branch: perl
28643            ! Makefile.SH
28644 ____________________________________________________________________________
28645 [  9422] By: jhi                                   on 2001/03/28  18:49:34
28646         Log: Integrate perlio.
28647      Branch: perl
28648           !> t/op/utf8decode.t
28649 ____________________________________________________________________________
28650 [  9421] By: nick                                  on 2001/03/28  18:46:44
28651         Log: Loose duplicate chunk.
28652      Branch: perlio
28653            ! t/op/utf8decode.t
28654 ____________________________________________________________________________
28655 [  9420] By: nick                                  on 2001/03/28  18:44:11
28656         Log: Integrate mainline.
28657      Branch: perlio
28658           !> ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm makedef.pl vms/vms.c
28659           !> vms/vmsish.h
28660 ____________________________________________________________________________
28661 [  9419] By: jhi                                   on 2001/03/28  18:42:05
28662         Log: Can't trust external pwds
28663              (either shell builtins or external programs)
28664      Branch: perl
28665            ! t/lib/cwd.t
28666 ____________________________________________________________________________
28667 [  9418] By: jhi                                   on 2001/03/28  18:34:05
28668         Log: Integrate perlio.
28669      Branch: perl
28670            - lib/perlio.pm
28671           !> MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
28672           !> t/op/utf8decode.t
28673 ____________________________________________________________________________
28674 [  9417] By: nick                                  on 2001/03/28  18:24:02
28675         Log: PerlIO.pm / perlio.pm conflict.
28676              Update some pods.
28677              Make t/op/utf8decode.t a text file.
28678      Branch: perlio
28679            - lib/perlio.pm
28680            ! MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
28681            ! t/op/utf8decode.t
28682 ____________________________________________________________________________
28683 [  9416] By: jhi                                   on 2001/03/28  18:06:07
28684         Log: Integrate change #9409 from mainline to maintperl.
28685              
28686              Yet another tweak on AIX dynaloading.
28687      Branch: maint-5.6/perl
28688           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
28689 ____________________________________________________________________________
28690 [  9415] By: gsar                                  on 2001/03/28  17:13:01
28691         Log: integrate changes#9377,9385,9401 from mainline
28692              
28693              Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
28694              
28695              If directory entries compare equal case-insensitively,
28696              retry case-sensitively.
28697              
28698              Subject: [PATCH] B::Terse and warnings
28699      Branch: maint-5.6/perl
28700           !> ext/B/B.pm ext/B/B/Terse.pm ext/File/Glob/bsd_glob.c gv.c
28701           !> t/pragma/warn/perl
28702 ____________________________________________________________________________
28703 [  9414] By: jhi                                   on 2001/03/28  17:11:12
28704         Log: Subject: [PATCH perl@9359] VMS fix-ups and status
28705              From: "Craig A. Berry" <craigberry@mac.com>
28706              Date: Wed, 28 Mar 2001 10:55:20 -0600
28707              Message-Id: <5.0.2.1.0.20010327164600.031563e8@exchi01>
28708      Branch: perl
28709            ! ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm vms/vms.c vms/vmsish.h
28710 ____________________________________________________________________________
28711 [  9413] By: jhi                                   on 2001/03/28  17:03:12
28712         Log: Dup hunk.
28713      Branch: perl
28714            ! t/op/utf8decode.t
28715 ____________________________________________________________________________
28716 [  9412] By: jhi                                   on 2001/03/28  17:02:36
28717         Log: Forced integrate from perlio.
28718      Branch: perl
28719           !> t/op/utf8decode.t
28720 ____________________________________________________________________________
28721 [  9411] By: nick                                  on 2001/03/28  16:50:03
28722         Log: Integrate mainline.
28723      Branch: perlio
28724           +> t/lib/cwd.t
28725           !> MANIFEST ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
28726           !> ext/IO/lib/IO/Socket.pm ext/XS/Typemap/Typemap.pm
28727           !> ext/XS/Typemap/Typemap.xs ext/XS/Typemap/typemap gv.c
28728           !> makedef.pl pp.c t/lib/xs-typemap.t t/op/utf8decode.t
28729           !> t/pragma/warn/perl
28730 ____________________________________________________________________________
28731 [  9410] By: jhi                                   on 2001/03/28  16:44:23
28732         Log: Subject: Re: [PATCH] 9403 cannot be tested
28733              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
28734              Date: Wed, 28 Mar 2001 18:33:56 +0200
28735              Message-Id: <20010328182418.7C17.H.M.BRAND@hccnet.nl>
28736      Branch: perl
28737            ! makedef.pl
28738 ____________________________________________________________________________
28739 [  9409] By: jhi                                   on 2001/03/28  16:12:45
28740         Log: Yet another tweak on AIX dynaloading.
28741      Branch: perl
28742            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
28743 ____________________________________________________________________________
28744 [  9408] By: jhi                                   on 2001/03/28  15:52:55
28745         Log: Subject: [PATCH] 9403 cannot be tested
28746              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
28747              Date: Wed, 28 Mar 2001 17:23:00 +0200
28748              Message-Id: <20010328171835.7C14.H.M.BRAND@hccnet.nl>
28749              
28750              A missing symbol.
28751      Branch: perl
28752            ! makedef.pl
28753 ____________________________________________________________________________
28754 [  9407] By: jhi                                   on 2001/03/28  15:47:43
28755         Log: Integrate perlio. (with tweaks on t/op/utf8decode.t)
28756      Branch: perl
28757            ! t/op/utf8decode.t
28758           !> ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
28759           !> t/op/each.t t/op/pat.t t/op/regexp.t utf8.c
28760 ____________________________________________________________________________
28761 [  9406] By: jhi                                   on 2001/03/28  15:37:08
28762         Log: Subject: [PATCH] cwd.t (was: Cwd has no tests?)
28763              From: Benjamin Sugars <bsugars@canoe.ca> 
28764              Date: Tue, 27 Mar 2001 17:37:05 -0500 (EST)
28765              Message-ID: <Pine.LNX.4.21.0103271719540.2007-100000@marmot.rim.canoe.ca>
28766      Branch: perl
28767            + t/lib/cwd.t
28768            ! MANIFEST
28769 ____________________________________________________________________________
28770 [  9405] By: jhi                                   on 2001/03/28  15:13:18
28771         Log: pp_ne() needs a CORRECT boolean.
28772      Branch: perl
28773            ! pp.c
28774 ____________________________________________________________________________
28775 [  9404] By: jhi                                   on 2001/03/28  15:09:23
28776         Log: pp_ne() needs a boolean, not an integer.
28777      Branch: perl
28778            ! pp.c
28779 ____________________________________________________________________________
28780 [  9403] By: jhi                                   on 2001/03/28  14:47:43
28781         Log: (Retracted by #9404.)
28782      Branch: perl
28783            ! pp.c
28784 ____________________________________________________________________________
28785 [  9402] By: jhi                                   on 2001/03/28  14:43:59
28786         Log: Subject: Re: [PATCH] Typemap testing
28787              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
28788              Date: Tue, 27 Mar 2001 16:34:03 -1000 (HST)
28789              Message-ID: <Pine.LNX.4.30.0103271633030.21198-100000@lapaki.jach.hawaii.edu>
28790      Branch: perl
28791            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
28792            ! ext/XS/Typemap/typemap t/lib/xs-typemap.t
28793 ____________________________________________________________________________
28794 [  9401] By: jhi                                   on 2001/03/28  14:42:14
28795         Log: Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
28796              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
28797              Date: Sun, 25 Mar 2001 21:59:15 +0100
28798              Message-ID: <000701c0b56e$73944220$07bdfea9@bfs.phone.com>
28799              
28800              A variable will be checked for the "use once" warnings if:
28801              
28802              1. It is in the scope of a use warnings 'once'
28803              2. It isn't in the scope of the warnings pragma at all AND $^W is set.
28804              
28805              Otherwise it won't be checked at all.
28806              
28807              Part 1 is what is in perl >= 5.6.0, Part 2 is what I'm fixing.
28808              
28809              The enclosed patch partially fixes this issue. What I didn't
28810              get to work was the case where the "used once" warning is enabled
28811              in any file other than the main file.
28812      Branch: perl
28813            ! gv.c t/pragma/warn/perl
28814 ____________________________________________________________________________
28815 [  9400] By: nick                                  on 2001/03/28  14:38:24
28816         Log: More EBCDIC tweaks:
28817              - one more swash issue &~(0xA0-1) did not do the right thing,
28818              for UTF-EBCDIC where &~(0x80-1) does for UTF-8.
28819              - add "use re 'asciirange'" to make [!-~] etc. work
28820              use it in MIME::QuotedPrint and t/op/regexp.t and t/op/pat.t
28821              - Choose a key for t/op/each.t test which gets encoded.
28822              - Skip utf8decode if this is UTF-EBCDIC.
28823      Branch: perlio
28824            ! ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
28825            ! t/op/each.t t/op/pat.t t/op/regexp.t t/op/utf8decode.t utf8.c
28826 ____________________________________________________________________________
28827 [  9399] By: jhi                                   on 2001/03/28  14:21:00
28828         Log: Extend the SvROK() testing also to pp_ne(), pointed out by
28829              Andreas Schwab.
28830      Branch: perl
28831            ! pp.c
28832 ____________________________________________________________________________
28833 [  9398] By: jhi                                   on 2001/03/28  00:55:56
28834         Log: Subject: [ID 20010327.007] New warning from IO::Socket for sockatmark
28835              From: David Dyck <dcd@tc.fluke.com>
28836              Date: Tue, 27 Mar 2001 15:16:24 -0800
28837              Message-Id: <200103272316.PAA21921@dd.tc.fluke.com>
28838      Branch: perl
28839            ! ext/IO/lib/IO/Socket.pm
28840 ____________________________________________________________________________
28841 [  9397] By: jhi                                   on 2001/03/27  21:52:49
28842         Log: Integrate perlio.
28843      Branch: perl
28844           +> ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
28845           +> ext/PerlIO/Via/Via.xs
28846           !> MANIFEST ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
28847 ____________________________________________________________________________
28848 [  9396] By: nick                                  on 2001/03/27  21:45:13
28849         Log: Integrate mainline.
28850      Branch: perlio
28851           !> embed.h embed.pl ext/XS/Typemap/Typemap.xs gv.c
28852           !> pod/perlapi.pod proto.h sv.c sv.h t/op/magic.t utils/h2xs.PL
28853 ____________________________________________________________________________
28854 [  9395] By: nick                                  on 2001/03/27  21:18:58
28855         Log: Outline docs for PerlIO and PerlIO::Scalar
28856      Branch: perlio
28857            ! ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
28858 ____________________________________________________________________________
28859 [  9394] By: nick                                  on 2001/03/27  20:50:13
28860         Log: PerlIO::Via layer (alpha-ish).
28861      Branch: perlio
28862            + ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
28863            + ext/PerlIO/Via/Via.xs
28864            ! MANIFEST
28865 ____________________________________________________________________________
28866 [  9393] By: jhi                                   on 2001/03/27  20:49:55
28867         Log: Retract #9329 now that 9390 should take care of the matter.
28868      Branch: perl
28869            ! utils/h2xs.PL
28870 ____________________________________________________________________________
28871 [  9390] By: jhi                                   on 2001/03/27  20:47:50
28872         Log: Subject: Autoloading Errno.pm when %! is encountered
28873              From: Robin Houston <robin@kitsite.com>
28874              Date: Tue, 27 Mar 2001 20:57:11 +0100
28875              Message-ID: <20010327205710.A24053@puffinry.freeserve.co.uk>
28876      Branch: perl
28877            ! embed.h embed.pl gv.c proto.h t/op/magic.t
28878 ____________________________________________________________________________
28879 [  9389] By: jhi                                   on 2001/03/27  20:24:31
28880         Log: Integrate perlio.
28881      Branch: perl
28882           !> doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
28883           !> ext/MIME/Base64/QuotedPrint.pm t/lib/encode.t t/lib/mimeb64.t
28884           !> utf8.c
28885 ____________________________________________________________________________
28886 [  9388] By: jhi                                   on 2001/03/27  20:21:38
28887         Log: Better have a three-element array if one is going to assign
28888              to the third element of that array. (from Tim Jenness)
28889      Branch: perl
28890            ! ext/XS/Typemap/Typemap.xs
28891 ____________________________________________________________________________
28892 [  9387] By: nick                                  on 2001/03/27  20:15:43
28893         Log: Integrate mainline.
28894      Branch: perlio
28895           +> ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
28896           +> ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
28897           +> ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
28898           +> t/lib/xs-typemap.t
28899           !> (integrate 34 files)
28900 ____________________________________________________________________________
28901 [  9386] By: jhi                                   on 2001/03/27  20:04:18
28902         Log: Subject: Re: perl@9359 breaks HTML::Parser
28903              From: Gisle Aas <gisle@ActiveState.com>
28904              Date: 27 Mar 2001 11:30:24 -0800
28905              Message-ID: <lrr8zjxb5b.fsf@caliper.ActiveState.com>
28906              
28907              Clarify the UTF-8 issues of the API docs.
28908              (Slightly reworded and expanded.)
28909      Branch: perl
28910            ! pod/perlapi.pod sv.c sv.h
28911 ____________________________________________________________________________
28912 [  9385] By: jhi                                   on 2001/03/27  19:44:25
28913         Log: If directory entries compare equal case-insensitively,
28914              retry case-sensitively.
28915      Branch: perl
28916            ! ext/File/Glob/bsd_glob.c
28917 ____________________________________________________________________________
28918 [  9384] By: nick                                  on 2001/03/27  19:38:50
28919         Log: Various EBCDIC fixes:
28920              - major revelation that swash code is encoding aware,
28921              (or thought it was) - now it is ;-)
28922              - With that out of the way fix a slab of tr/// cases.
28923              - Fix Encode 'Unicode' to be true Unicode so tests pass.
28924              - As anticipated Base64.xs needed tweaks.
28925              - Until tr/// works right avoid old_encode64 in MIME tests.
28926      Branch: perlio
28927            ! doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
28928            ! t/lib/encode.t t/lib/mimeb64.t utf8.c
28929 ____________________________________________________________________________
28930 [  9383] By: jhi                                   on 2001/03/27  18:34:41
28931         Log: Add the std test suite BEGIN block.
28932      Branch: perl
28933            ! t/lib/xs-typemap.t
28934 ____________________________________________________________________________
28935 [  9382] By: jhi                                   on 2001/03/27  15:16:07
28936         Log: Add debugging output to the test.
28937      Branch: perl
28938            ! t/lib/glob-basic.t
28939 ____________________________________________________________________________
28940 [  9381] By: jhi                                   on 2001/03/27  15:08:10
28941         Log: Add Tim Jenness' XS::Typemap for exercizing the standard typemap.
28942      Branch: perl
28943            + ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
28944            + ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
28945            + ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
28946            + t/lib/xs-typemap.t
28947            ! MANIFEST
28948 ____________________________________________________________________________
28949 [  9380] By: jhi                                   on 2001/03/27  14:48:34
28950         Log: Subject: [PATCH] Typemap testing
28951              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
28952              Date: Sun, 25 Mar 2001 16:46:12 -1000 (HST)
28953              Message-ID: <Pine.LNX.4.30.0103251629350.16988-101000@lapaki.jach.hawaii.edu>
28954              
28955              (The first part of the patch.)
28956      Branch: perl
28957            ! lib/ExtUtils/typemap lib/ExtUtils/xsubpp
28958 ____________________________________________________________________________
28959 [  9379] By: jhi                                   on 2001/03/27  14:44:56
28960         Log: Subject: Re: [PATCH] t/lib/glob-basic.t  
28961              From: Benjamin Sugars <bsugars@canoe.ca> 
28962              Date: Mon, 26 Mar 2001 14:11:47 -0500 (EST)
28963              Message-ID: <Pine.LNX.4.21.0103261406170.2729-100000@marmot.rim.canoe.ca>
28964      Branch: perl
28965            ! t/lib/glob-basic.t
28966 ____________________________________________________________________________
28967 [  9378] By: jhi                                   on 2001/03/27  14:42:30
28968         Log: Subject: [PATCH] perlvar nit
28969              From: Simon Cozens <simon@netthink.co.uk>
28970              Date: Tue, 27 Mar 2001 01:12:01 +0100
28971              Message-ID: <20010327011201.A19179@netthink.co.uk>
28972      Branch: perl
28973            ! pod/perlvar.pod
28974 ____________________________________________________________________________
28975 [  9377] By: jhi                                   on 2001/03/27  14:36:26
28976         Log: Subject: [PATCH] B::Terse and warnings
28977              From: Benjamin Sugars <ben.sugars@home.com>
28978              Date: Mon, 26 Mar 2001 23:40:33 -0500 (EST)
28979              Message-ID: <Pine.LNX.4.21.0103262320170.20040-100000@localhost.localdomain>
28980      Branch: perl
28981            ! ext/B/B.pm ext/B/B/Terse.pm
28982 ____________________________________________________________________________
28983 [  9376] By: jhi                                   on 2001/03/27  14:31:31
28984         Log: Document sockatmark() some.
28985      Branch: perl
28986            ! pod/perldiag.pod pod/perlfunc.pod pod/perlport.pod
28987            ! pod/perltoc.pod
28988 ____________________________________________________________________________
28989 [  9375] By: jhi                                   on 2001/03/27  14:00:24
28990         Log: sv_catpvf(sv, "%c", 128) should not UTF-8-ify the sv,
28991              noted by Gisle and fixed by NI-S.
28992      Branch: perl
28993            ! sv.c
28994 ____________________________________________________________________________
28995 [  9374] By: jhi                                   on 2001/03/27  05:50:01
28996         Log: Regen toc.
28997      Branch: perl
28998            ! pod/perltoc.pod
28999 ____________________________________________________________________________
29000 [  9373] By: jhi                                   on 2001/03/27  05:43:51
29001         Log: Pixie documenting.
29002      Branch: perl
29003            ! Makefile.SH pod/perlhack.pod
29004 ____________________________________________________________________________
29005 [  9372] By: jhi                                   on 2001/03/27  05:29:34
29006         Log: Metaconfig unit changes for #9371.
29007      Branch: metaconfig
29008            ! U/modified/myhostname.U
29009      Branch: metaconfig/U/perl
29010            + d_sockatmark.U
29011            ! gccvers.U
29012 ____________________________________________________________________________
29013 [  9371] By: jhi                                   on 2001/03/27  05:29:07
29014         Log: Add sockatmark() probing.
29015      Branch: perl
29016            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
29017            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
29018            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
29019            ! vos/config.ga.h win32/config.bc win32/config.gc
29020            ! win32/config.vc
29021 ____________________________________________________________________________
29022 [  9370] By: jhi                                   on 2001/03/26  22:01:18
29023         Log: pp_ncmp() and pp_scmp() should return numeric values, not booleans.
29024              Really need to benchmark this.
29025      Branch: perl
29026            ! pp.c
29027 ____________________________________________________________________________
29028 [  9369] By: nick                                  on 2001/03/26  21:59:30
29029         Log: Integrate mainline.
29030      Branch: perlio
29031            ! ext/MIME/Base64/QuotedPrint.pm
29032           !> Changes Makefile.SH ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
29033           !> patchlevel.h pod/perlhack.pod pp_sys.c
29034 ____________________________________________________________________________
29035 [  9368] By: jhi                                   on 2001/03/26  21:47:03
29036         Log: Treat pp_ncmp() and pp_scmp() as in #9366 (ROK).
29037              
29038              TODO1: perlbench.
29039              TODO2: le, lt, ge, gt?  Yech.
29040      Branch: perl
29041            ! pp.c
29042 ____________________________________________________________________________
29043 [  9367] By: jhi                                   on 2001/03/26  21:34:57
29044         Log: Too much cut-and-paste in #9363.
29045      Branch: perl
29046            ! pp_sys.c
29047 ____________________________________________________________________________
29048 [  9366] By: jhi                                   on 2001/03/26  21:20:53
29049         Log: Subject: $ref1 == $ref2 without NV_PRESERVES_UV
29050              From: Andreas Schwab <schwab@suse.de>
29051              Date: 26 Mar 2001 17:29:04 +0200
29052              Message-ID: <jeitkw5z27.fsf@hawking.suse.de>
29053              
29054              (The patch for 5.6.0 or so, this is a guess for bleadperl)
29055      Branch: perl
29056            ! pp_hot.c
29057 ____________________________________________________________________________
29058 [  9365] By: jhi                                   on 2001/03/26  21:07:54
29059         Log: Integrate perlio.
29060      Branch: perl
29061           !> perlio.c
29062 ____________________________________________________________________________
29063 [  9364] By: nick                                  on 2001/03/26  20:30:48
29064         Log: REFCNT botch in layer name cache hash.
29065      Branch: perlio
29066            ! perlio.c
29067 ____________________________________________________________________________
29068 [  9363] By: jhi                                   on 2001/03/26  18:44:32
29069         Log: Subject: [PATCH] socket() leaks file descriptors
29070              From: Benjamin Sugars <bsugars@canoe.ca>
29071              Date: Mon, 26 Mar 2001 13:29:54 -0500 (EST)
29072              Message-ID: <Pine.LNX.4.21.0103261315510.2729-100000@marmot.rim.canoe.ca>
29073              
29074              Also sockpair() fixed similarly.
29075      Branch: perl
29076            ! pp_sys.c
29077 ____________________________________________________________________________
29078 [  9362] By: jhi                                   on 2001/03/26  18:37:52
29079         Log: Integrate perlio.
29080      Branch: perl
29081           !> README.os390 miniperlmain.c perlio.c perliol.h t/op/pat.t
29082 ____________________________________________________________________________
29083 [  9361] By: nick                                  on 2001/03/26  17:32:06
29084         Log: Implement flush of linebuffered streams on read of a tty.
29085      Branch: perlio
29086            ! perlio.c perliol.h
29087 ____________________________________________________________________________
29088 [  9360] By: nick                                  on 2001/03/26  17:12:32
29089         Log: Memory tweaks and notes for OEMVS.
29090      Branch: perlio
29091            ! README.os390 miniperlmain.c t/op/pat.t
29092 ____________________________________________________________________________
29093 [  9359] By: jhi                                   on 2001/03/26  02:12:54
29094         Log: Update Changes.
29095      Branch: perl
29096            ! Changes patchlevel.h
29097 ____________________________________________________________________________
29098 [  9358] By: jhi                                   on 2001/03/26  02:05:32
29099         Log: Document the most common pixie options.
29100      Branch: perl
29101            ! pod/perlhack.pod
29102 ____________________________________________________________________________
29103 [  9357] By: jhi                                   on 2001/03/26  01:25:28
29104         Log: For perl.pixie check *before* compiling that optimize is -g,
29105              as for perl.third.
29106      Branch: perl
29107            ! Makefile.SH
29108 ____________________________________________________________________________
29109 [  9356] By: jhi                                   on 2001/03/26  01:13:41
29110         Log: rmdir lib/Digest, lib/MIME, and lib/PerlIO.
29111      Branch: perl
29112            ! Makefile.SH
29113 ____________________________________________________________________________
29114 [  9355] By: jhi                                   on 2001/03/26  01:11:19
29115         Log: Remove t/perl.third.
29116      Branch: perl
29117            ! Makefile.SH
29118 ____________________________________________________________________________
29119 [  9354] By: jhi                                   on 2001/03/26  00:23:38
29120         Log: Implement IO::Socket::atmark(), inspired by Lincoln Stein's
29121              IO::Sockatmark().
29122      Branch: perl
29123            ! ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
29124 ____________________________________________________________________________
29125 [  9353] By: jhi                                   on 2001/03/25  22:25:04
29126         Log: Integrate perlio.
29127      Branch: perl
29128           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
29129           !> ext/PerlIO/Scalar/Scalar.xs perl.c perlio.c perlio.h perliol.h
29130           !> pp_hot.c win32/makefile.mk
29131 ____________________________________________________________________________
29132 [  9352] By: jhi                                   on 2001/03/25  22:21:41
29133         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ...
29134              From: Radu Greab <radu@netsoft.ro>
29135              Date: Fri, 23 Mar 2001 21:14:59 +0200 (EET)
29136              Message-ID: <15035.41139.646781.478457@ix.netsoft.ro>
29137      Branch: perl
29138            ! pp_sys.c
29139 ____________________________________________________________________________
29140 [  9351] By: nick                                  on 2001/03/25  22:15:02
29141         Log: Fix readline in list mode to tell rest of world that it has
29142              things on the stack. Otherwise if perl code gets invoked
29143              underneath it it scribbles over results-so-far.
29144              (Why TIEHANDLE has not tripped on this is a mystery.)
29145      Branch: perlio
29146            ! pp_hot.c
29147 ____________________________________________________________________________
29148 [  9350] By: nick                                  on 2001/03/25  22:10:13
29149         Log: win32/makefile.mk typos
29150      Branch: perlio
29151            ! win32/makefile.mk
29152 ____________________________________________________________________________
29153 [  9349] By: nick                                  on 2001/03/25  21:31:14
29154         Log: Integrate now-non-binary file.
29155      Branch: perlio
29156           !> t/lib/mimeqp.t
29157 ____________________________________________________________________________
29158 [  9348] By: nick                                  on 2001/03/25  21:27:24
29159         Log: Make it text
29160      Branch: perlio
29161            ! t/lib/mimeqp.t
29162 ____________________________________________________________________________
29163 [  9347] By: nick                                  on 2001/03/25  21:25:37
29164         Log: Integrate mainline.
29165      Branch: perlio
29166           !> ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
29167           !> lib/Term/ReadLine.pm t/lib/md5-file.t
29168 ____________________________________________________________________________
29169 [  9346] By: nick                                  on 2001/03/25  20:58:15
29170         Log: Add destruct time hook to PerlIO (for work-in-process implementing
29171              layers in perl code. In such cases layers need to be popped before
29172              we loose the ability to run perl code.)
29173              Also back-out "PerlIO::object" hook - it isn't going to work like that...
29174      Branch: perlio
29175            ! perl.c perlio.c perlio.h perliol.h
29176 ____________________________________________________________________________
29177 [  9345] By: nick                                  on 2001/03/25  20:49:11
29178         Log: Avoid at leasy one of undefined warnings in Encode.
29179      Branch: perlio
29180            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
29181 ____________________________________________________________________________
29182 [  9344] By: jhi                                   on 2001/03/25  20:37:43
29183         Log: A workaround for using Term::ReadLine in emacs minibuffer
29184              from Wybo Dekker <wybo@servalys.nl> and Johan Vromans;
29185              additional tweaks from Ilya Zakharevich.
29186      Branch: perl
29187            ! lib/Term/ReadLine.pm
29188 ____________________________________________________________________________
29189 [  9343] By: nick                                  on 2001/03/25  20:21:14
29190         Log: Missing return value.
29191      Branch: perlio
29192            ! ext/PerlIO/Scalar/Scalar.xs
29193 ____________________________________________________________________________
29194 [  9342] By: jhi                                   on 2001/03/25  16:21:00
29195         Log: Roll back the version numbers of Digest::MD5 and MIME::Base64
29196              to equal the CPAN versions since no code changes have been made.
29197      Branch: perl
29198            ! ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
29199            ! t/lib/md5-file.t
29200 ____________________________________________________________________________
29201 [  9341] By: jhi                                   on 2001/03/25  16:01:48
29202         Log: Escape 8-bit characters.
29203      Branch: perl
29204            ! t/lib/mimeqp.t
29205 ____________________________________________________________________________
29206 [  9340] By: gsar                                  on 2001/03/25  15:50:53
29207         Log: readd mimeqp.t as xtext (used to be binary because of the literal 8-bit
29208              chars)
29209      Branch: perl
29210            + t/lib/mimeqp.t
29211 ____________________________________________________________________________
29212 [  9339] By: gsar                                  on 2001/03/25  15:48:50
29213         Log: delete mimeqp.t for later with text mode set
29214      Branch: perl
29215            - t/lib/mimeqp.t
29216 ____________________________________________________________________________
29217 [  9338] By: nick                                  on 2001/03/25  09:01:57
29218         Log: Integrate mainline.
29219      Branch: perlio
29220           +> ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
29221           +> ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
29222           +> ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
29223           +> t/lib/mimeb64u.t t/lib/mimeqp.t
29224           !> MANIFEST configure.com djgpp/config.over epoc/config.sh
29225           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh t/lib/md5-file.t
29226           !> utils/h2xs.PL win32/Makefile win32/makefile.mk
29227 ____________________________________________________________________________
29228 [  9337] By: jhi                                   on 2001/03/25  04:23:24
29229         Log: Add MIME::Base64 here and there.  Again, a lot of
29230              optimism is in the air.
29231      Branch: perl
29232            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
29233            ! hints/uwin.sh hints/vmesa.sh win32/Makefile win32/makefile.mk
29234 ____________________________________________________________________________
29235 [  9336] By: jhi                                   on 2001/03/25  04:12:43
29236         Log: Add PerlIO::Scalar to win32/Makefile. (I'm doing
29237              this by ear as I do not do Win32 programming.)
29238      Branch: perl
29239            ! win32/Makefile win32/makefile.mk
29240 ____________________________________________________________________________
29241 [  9335] By: jhi                                   on 2001/03/25  04:03:50
29242         Log: Put back the MD5-Base64 tests now that we have MIME::Base64.
29243      Branch: perl
29244            ! t/lib/md5-file.t
29245 ____________________________________________________________________________
29246 [  9334] By: jhi                                   on 2001/03/25  03:58:53
29247         Log: Add MIME::Base 2.12 from Gisle Aas, version number bumped to 2.13.
29248      Branch: perl
29249            + ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
29250            + ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
29251            + ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
29252            + t/lib/mimeb64u.t t/lib/mimeqp.t
29253            ! MANIFEST
29254 ____________________________________________________________________________
29255 [  9333] By: jhi                                   on 2001/03/24  20:14:37
29256         Log: Integrate perlio.
29257      Branch: perl
29258           !> doio.c pod/perlfunc.pod pod/perliol.pod win32/makefile.mk
29259 ____________________________________________________________________________
29260 [  9332] By: nick                                  on 2001/03/24  19:40:34
29261         Log: Fix un-init variable leading to spurious "Out of Memory!"
29262      Branch: perlio
29263            ! doio.c
29264 ____________________________________________________________________________
29265 [  9331] By: nick                                  on 2001/03/24  19:09:59
29266         Log: Tweak docs for C<open> (boy does that need wholesale revision...)
29267              and update layers internals doc.
29268      Branch: perlio
29269            ! pod/perlfunc.pod pod/perliol.pod
29270 ____________________________________________________________________________
29271 [  9330] By: jhi                                   on 2001/03/24  18:42:11
29272         Log: The length might be uninitialized garbage if the *svp is the undef.
29273      Branch: perl
29274            ! doio.c
29275 ____________________________________________________________________________
29276 [  9329] By: jhi                                   on 2001/03/24  18:26:57
29277         Log: (Retracted by #9393)
29278
29279              Subject: [PATCH h2xs] $!{EINVAL} requires "use Errno"
29280              From: Simon Cozens <simon@netthink.co.uk>
29281              Date: Sat, 24 Mar 2001 17:13:17 +0000
29282              Message-ID: <20010324171317.A13406@netthink.co.uk>
29283      Branch: perl
29284            ! utils/h2xs.PL
29285 ____________________________________________________________________________
29286 [  9328] By: nick                                  on 2001/03/24  17:22:02
29287         Log: Integrate mainline.
29288      Branch: perlio
29289           !> lib/unicode/Names.txt lib/unicode/ReadMe.txt
29290           !> lib/unicode/version
29291 ____________________________________________________________________________
29292 [  9327] By: nick                                  on 2001/03/24  17:16:02
29293         Log: Integrate mainline.
29294      Branch: perlio
29295           +> ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
29296           +> ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
29297           +> ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
29298           +> lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
29299           +> t/lib/md5-file.t
29300           !> MANIFEST Makefile.SH configure.com djgpp/config.over
29301           !> epoc/config.sh ext/DynaLoader/hints/aix.pl hints/aix.sh
29302           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh lib/Net/Ping.pm op.c
29303           !> pp.c t/lib/b.t t/op/re_tests t/op/repeat.t win32/Makefile
29304           !> win32/makefile.mk
29305 ____________________________________________________________________________
29306 [  9326] By: jhi                                   on 2001/03/24  17:00:42
29307         Log: Upgrade to Unicode 3.1 beta 2001-03-23.
29308      Branch: perl
29309            ! lib/unicode/Names.txt lib/unicode/ReadMe.txt
29310            ! lib/unicode/version
29311 ____________________________________________________________________________
29312 [  9325] By: jhi                                   on 2001/03/24  16:22:33
29313         Log: Subject: Re: B::Deparse bug (5.6.0)
29314              From: Robin Houston <robin@kitsite.com>
29315              Date: Sat, 24 Mar 2001 14:33:09 +0000
29316              Message-ID: <20010324143309.B17734@puffinry.freeserve.co.uk>
29317      Branch: perl
29318            ! op.c pp.c t/lib/b.t t/op/repeat.t
29319 ____________________________________________________________________________
29320 [  9324] By: jhi                                   on 2001/03/24  16:21:56
29321         Log: Boldly add extensions to be built to VMS, EPOC, UTS,
29322              U/WIN, and VM/ESA (and fixups for DJGPP).  Some of
29323              these additions may be too optimistic.
29324      Branch: perl
29325            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
29326            ! hints/uwin.sh hints/vmesa.sh
29327 ____________________________________________________________________________
29328 [  9323] By: jhi                                   on 2001/03/24  16:06:01
29329         Log: Integrate perlio.
29330      Branch: perl
29331           +> ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
29332           +> ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
29333            ! Makefile.SH
29334           !> MANIFEST doio.c embed.h ext/Encode/Encode.xs
29335           !> ext/POSIX/POSIX.xs global.sym iperlsys.h makedef.pl objXSUB.h
29336           !> perlapi.c perlio.c perliol.h proto.h t/io/open.t t/io/utf8.t
29337           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
29338           !> win32/makefile.mk win32/perlhost.h win32/win32.c
29339           !> win32/win32iop.h
29340 ____________________________________________________________________________
29341 [  9322] By: nick                                  on 2001/03/24  14:39:12
29342         Log: Routine Win32 regen_config_h - no real changes.
29343      Branch: perlio
29344            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
29345 ____________________________________________________________________________
29346 [  9321] By: nick                                  on 2001/03/24  14:31:49
29347         Log: PerlIO fixups for Win32:
29348              - provide win33_popenlist() - non-functional as yet.
29349              - avoid need for aTHX in PerlIO_debug calls - even if not 
29350              enabled args are still evaluated so Win32 has trouble during fork().
29351              - Add PerlIO/Scalar to list of extensions in win32/makefile.mk
29352              - Fixup makedef.pl for latest set of symbols.
29353      Branch: perlio
29354            ! iperlsys.h makedef.pl perlio.c win32/makefile.mk
29355            ! win32/perlhost.h win32/win32.c win32/win32iop.h
29356 ____________________________________________________________________________
29357 [  9320] By: nick                                  on 2001/03/24  14:26:58
29358         Log: POSIX::getcwd XS code to call Cwd::cwd when HAS_GETCWD not defined
29359              was gibberish - broke it on WIn32 at least.
29360      Branch: perlio
29361            ! ext/POSIX/POSIX.xs
29362 ____________________________________________________________________________
29363 [  9319] By: nick                                  on 2001/03/24  11:29:41
29364         Log: Generated files.
29365      Branch: perlio
29366            ! embed.h global.sym objXSUB.h perlapi.c proto.h
29367 ____________________________________________________________________________
29368 [  9318] By: nick                                  on 2001/03/24  10:29:37
29369         Log: Implement:
29370              1.  open($fh,"+<",undef);  # add test to t/io/open.t
29371              2.  open($fh,"+<",\$var);  # New test t/lib/io_scalar.t
29372      Branch: perlio
29373            + ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
29374            + ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
29375            ! MANIFEST doio.c ext/Encode/Encode.xs perlio.c perliol.h
29376            ! t/io/open.t t/io/utf8.t
29377 ____________________________________________________________________________
29378 [  9317] By: jhi                                   on 2001/03/23  23:41:25
29379         Log: AIX does seems to have optimization problems with its C compilers.
29380      Branch: perl
29381            ! hints/aix.sh
29382 ____________________________________________________________________________
29383 [  9316] By: jhi                                   on 2001/03/23  23:40:46
29384         Log: Integrate perlio.
29385      Branch: perl
29386           +> lib/PerlIO.pm
29387           !> MANIFEST doio.c ext/Encode/Encode.xs perlio.c perlio.h
29388           !> perliol.h
29389 ____________________________________________________________________________
29390 [  9315] By: jhi                                   on 2001/03/23  22:16:30
29391         Log: Fix the EBCDIC MD5.pm checksum, from Pter Prymmer.
29392      Branch: perl
29393            ! t/lib/md5-file.t
29394 ____________________________________________________________________________
29395 [  9314] By: nick                                  on 2001/03/23  20:49:02
29396         Log: Perlio internals re-organized.
29397              - open process creates AV of layer/arg pairs
29398              (appends layers from open() or open.pm to default list).
29399              - push arg is now an SV.
29400              - layer ->Open get passed the AV
29401              - open is no longer mandatory method.
29402              - topmost layer that has ->Open method does the open
29403              - any layers above are pushed once that returns.
29404              - vtable re-ordered so dummy layers need only provide push/pop methods.
29405      Branch: perlio
29406            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
29407 ____________________________________________________________________________
29408 [  9313] By: nick                                  on 2001/03/23  16:27:41
29409         Log: Check in a stable (working) version before next round of tweaks.
29410              Changes include:
29411              - Move default layers code out of doio.c and into perlio.c
29412              - Single routine for parsing layer specification strings.
29413              - Skeleton support for demand loading of layers
29414              - Core-dump avoidance if PERLIO environment specifies loadable layer
29415              (does not _work_ as need IO to load and need load to do IO ...)
29416      Branch: perlio
29417            + lib/PerlIO.pm
29418            ! MANIFEST doio.c perlio.c
29419 ____________________________________________________________________________
29420 [  9312] By: gsar                                  on 2001/03/23  16:25:25
29421         Log: add execute bit to files with shebang lines in the repository;
29422              avoid clobbering execute bit in Porting/makerel 
29423      Branch: maint-5.6/perl
29424            ! (edit 144 files)
29425 ____________________________________________________________________________
29426 [  9311] By: jhi                                   on 2001/03/23  14:25:35
29427         Log: Forgot the unneeded hints/dec_osf.pl into MANIFEST in #9308.
29428      Branch: perl
29429            ! MANIFEST
29430 ____________________________________________________________________________
29431 [  9310] By: jhi                                   on 2001/03/23  13:45:04
29432         Log: Subject: [PATCH] Net::Ping
29433              From: Colin McMillen <mcmi0037@tc.umn.edu>
29434              Date: Thu, 22 Mar 2001 19:30:31 -0600
29435              Message-ID: <20010322193031.A18814@strago.jenovaproject.org>
29436      Branch: perl
29437            ! lib/Net/Ping.pm
29438 ____________________________________________________________________________
29439 [  9309] By: jhi                                   on 2001/03/23  13:39:13
29440         Log: EBCDIC patches for Digest::MD5 tests from Peter Prymmer.
29441      Branch: perl
29442            ! t/lib/md5-aaa.t t/lib/md5-file.t
29443 ____________________________________________________________________________
29444 [  9308] By: jhi                                   on 2001/03/23  13:20:34
29445         Log: Integrate Digest-1.00 and Digest-MD5-2.13, from Gisle Aas.
29446              - bump the version to 2.14
29447              - drop the base64 tests since they require MIME::Base64
29448              - drop the rfc1321.txt
29449              - drop the hints/dec_osf.pl since it's only needed for
29450              pre-5.005_03 Perls
29451              Todo:
29452              - the U32 alignment testing is now removed; it needs to
29453              be reintroduced as as a Config variable (meaning also
29454              as a Configure test)
29455              - get the new EBCDIC md5sum for MD5.pm
29456              - test in Win32 to see how badly I botched the makefiles
29457      Branch: perl
29458            + ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
29459            + ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
29460            + ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
29461            + lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
29462            + t/lib/md5-file.t
29463            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
29464            ! win32/Makefile win32/makefile.mk
29465 ____________________________________________________________________________
29466 [  9307] By: jhi                                   on 2001/03/23  12:56:14
29467         Log: Integrate change #9306 from maintperl into mainline,
29468              AIX dynaloader for AIXes without <load.h>.
29469      Branch: perl
29470           !> ext/DynaLoader/hints/aix.pl
29471 ____________________________________________________________________________
29472 [  9306] By: jhi                                   on 2001/03/23  12:51:36
29473         Log: There are AIXes without /usr/include/load.h,
29474              patch from H.Merijn Brand.
29475      Branch: maint-5.6/perl
29476            ! ext/DynaLoader/hints/aix.pl
29477 ____________________________________________________________________________
29478 [  9305] By: nick                                  on 2001/03/23  11:00:42
29479         Log: Add pTHX_ to -Duseperlio API where it does not conflict with legacy stuff.
29480      Branch: perlio
29481            ! ext/Encode/Encode.xs perlio.c perlio.h
29482 ____________________________________________________________________________
29483 [  9304] By: nick                                  on 2001/03/23  10:20:46
29484         Log: Render -Duseperlio functional again.
29485              - this is "quick fix" which calls PerlIO_apply_layers after opening,
29486              which is what old scheme did. New scheme needs to change that
29487              to make open(...,\$scalar) etc. work but this will do for now.
29488      Branch: perlio
29489            ! perlio.c
29490 ____________________________________________________________________________
29491 [  9303] By: nick                                  on 2001/03/23  09:53:20
29492         Log: Avoid "reopen" semantics for time being. Fix bug in dup logic.
29493              -Uuseperlio now works again.
29494              -Duseperlio is still poorly. Don't merge yet...
29495      Branch: perlio
29496            ! doio.c perlio.h
29497 ____________________________________________________________________________
29498 [  9302] By: nick                                  on 2001/03/22  22:26:51
29499         Log: Snapshot of new PerlIO open scheme. Still buggy - mainly in open($fh,">&STDOUT!")
29500              type code.
29501              - Invent PerlIO_openn() - which has "lots" of args a bit like do_openn() which
29502              is its main caller. In particular now has access to "extra" args, and
29503              can tell when an open handle is "reopened" (or duped?).
29504              - In -Duseperlio PerlIO_open() et. al. are now wrappers on PerlIO_openn().
29505              - In -Uuseperlio (untested as yet) PerlIO_openn() is a wrapper on
29506              PerlIO_open() et. al. (i.e. other way round).
29507              - Collapse "vtable" entries for layers - was fdopen/open/reopen now just open
29508              with args close to PerlIO_openn().
29509      Branch: perlio
29510            ! doio.c ext/Encode/Encode.xs perlio.c perlio.h perliol.h
29511 ____________________________________________________________________________
29512 [  9301] By: jhi                                   on 2001/03/22  20:58:04
29513         Log: Integrate perlio.
29514      Branch: perl
29515           !> doio.c embed.pl iperlsys.h perl.c perlio.c pp_hot.c pp_sys.c
29516           !> t/io/open.t util.c
29517 ____________________________________________________________________________
29518 [  9300] By: nick                                  on 2001/03/22  17:36:32
29519         Log: Don't include $@ in not ok message.
29520      Branch: perlio
29521            ! t/io/open.t
29522 ____________________________________________________________________________
29523 [  9299] By: gsar                                  on 2001/03/22  16:53:45
29524         Log: back out changes#7532,7521 for now (appears to have problems
29525              on IRIX)
29526      Branch: maint-5.6/perl
29527            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
29528            ! ext/POSIX/typemap pod/perlvar.pod
29529 ____________________________________________________________________________
29530 [  9298] By: nick                                  on 2001/03/22  14:35:46
29531         Log: Give a meaning to '&' in n-arg open case:
29532              open($fh,"<&",$scalar);
29533              $scalar can be:
29534              - an integer which does "fdopen"
29535              open($fh,"<&",2); # like open($fh,"<&2")
29536              - something that will yield a file handle via sv_2io()
29537              useful for dup'ing anonymous handles.
29538              e.g.:
29539              open(my $fh,"<&",\*STDIN);
29540              open(my $dup,"<&",$fh);
29541      Branch: perlio
29542            ! doio.c t/io/open.t
29543 ____________________________________________________________________________
29544 [  9297] By: nick                                  on 2001/03/22  13:34:35
29545         Log: Implement open($fh,"-|",prog,args...) for HAS_FORK cases.
29546      Branch: perlio
29547            ! util.c
29548 ____________________________________________________________________________
29549 [  9296] By: nick                                  on 2001/03/22  12:51:20
29550         Log: Re-instate warnings for 'eof STDOUT' etc. by marking STD* as appropriate IoTYPE.
29551      Branch: perlio
29552            ! perl.c
29553 ____________________________________________________________________________
29554 [  9295] By: nick                                  on 2001/03/22  11:59:44
29555         Log: If stdin, stdout or stderr get opened in unexpected read/write state
29556              then warn at time of open not at time of use.
29557      Branch: perlio
29558            ! doio.c pp_hot.c pp_sys.c
29559 ____________________________________________________________________________
29560 [  9294] By: nick                                  on 2001/03/22  10:54:35
29561         Log: Die on n-arg open(...,"",xxx,yyy,...)
29562              - redirect pipe cases to PerlProc_popen_list() (which just croaks for now)
29563              - die on read/write cases so we can decide what it means later.
29564      Branch: perlio
29565            ! doio.c embed.pl iperlsys.h util.c
29566 ____________________________________________________________________________
29567 [  9293] By: nick                                  on 2001/03/22  09:02:45
29568         Log: perlio tweaks (reported by Nick Clark)
29569              Line buffer ttys, PerlIOBuf_tell() on unseekable off-by one,
29570              error check in Pendinf_read().
29571      Branch: perlio
29572            ! perlio.c
29573 ____________________________________________________________________________
29574 [  9292] By: gsar                                  on 2001/03/22  07:12:00
29575         Log: integrate changes#8306,8532 from mainline (missing USE_PURE_BISON
29576              fixes)
29577      Branch: maint-5.6/perl
29578           !> embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h toke.c
29579 ____________________________________________________________________________
29580 [  9291] By: jhi                                   on 2001/03/22  06:06:44
29581         Log: Regex tests from Chicheng Zhang.  (Already fixed.)
29582      Branch: perl
29583            ! t/op/re_tests
29584 ____________________________________________________________________________
29585 [  9290] By: jhi                                   on 2001/03/22  05:57:01
29586         Log: Move MacOS Classic higher in the list of supported platforms.
29587      Branch: maint-5.6/perl
29588            ! pod/perlport.pod
29589 ____________________________________________________________________________
29590 [  9289] By: gsar                                  on 2001/03/22  05:35:04
29591         Log: revert part of change#6438 for compatibility (av_reify()
29592              appears to be needed to implement av_splice()ish things
29593              in XS)
29594      Branch: maint-5.6/perl
29595            ! embed.pl global.sym objXSUB.h perlapi.c
29596 ____________________________________________________________________________
29597 [  9288] By: gsar                                  on 2001/03/22  03:09:19
29598         Log: update copyright year
29599      Branch: maint-5.6/perl
29600            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
29601            ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h mg.c mg.h
29602            ! op.c op.h perl.c perl.h perlio.c perly.y pp.c pp.h pp_ctl.c
29603            ! pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c sv.c sv.h
29604            ! toke.c utf8.c utf8.h util.c util.h x2p/EXTERN.h x2p/INTERN.h
29605            ! x2p/a2p.c x2p/a2p.h x2p/a2p.y x2p/a2py.c x2p/hash.c x2p/hash.h
29606            ! x2p/proto.h x2p/str.c x2p/str.h x2p/util.c x2p/util.h
29607            ! x2p/walk.c
29608 ____________________________________________________________________________
29609 [  9287] By: jhi                                   on 2001/03/21  20:30:54
29610         Log: Integrate perlio.
29611      Branch: perl
29612           !> ext/Data/Dumper/Dumper.xs
29613 ____________________________________________________________________________
29614 [  9286] By: gsar                                  on 2001/03/21  19:49:54
29615         Log: makefile.mk tweak
29616      Branch: maint-5.6/perl
29617            ! win32/Makefile win32/makefile.mk
29618 ____________________________________________________________________________
29619 [  9285] By: nick                                  on 2001/03/21  19:07:13
29620         Log: Multiplicity fix for Dumper.
29621      Branch: perlio
29622            ! ext/Data/Dumper/Dumper.xs
29623 ____________________________________________________________________________
29624 [  9284] By: nick                                  on 2001/03/21  19:01:07
29625         Log: Integrate mainline - (does not build xTHX issue in Dumper).
29626      Branch: perlio
29627           !> (integrate 27 files)
29628 ____________________________________________________________________________
29629 [  9283] By: jhi                                   on 2001/03/21  17:17:35
29630         Log: Integrate change #9282 from mainline into maintperl,
29631              4-arg UTF-8 substr().
29632      Branch: maint-5.6/perl
29633           !> pp.c
29634 ____________________________________________________________________________
29635 [  9282] By: jhi                                   on 2001/03/21  17:15:43
29636         Log: The #9270 would have leaked a scalar if pp_substr()
29637              returned early.
29638      Branch: perl
29639            ! pp.c
29640 ____________________________________________________________________________
29641 [  9281] By: gsar                                  on 2001/03/21  17:03:14
29642         Log: makefile.mk defaults to GCC, not BORLAND (as mentioned in README.win32)
29643      Branch: maint-5.6/perl
29644            ! win32/makefile.mk
29645 ____________________________________________________________________________
29646 [  9280] By: gsar                                  on 2001/03/21  17:01:20
29647         Log: some tweaks to change#9278 (fork() emulation should be enabled
29648              by setting BUILD_FLAVOR instead of changing the defaults)
29649      Branch: maint-5.6/perl
29650            ! win32/makefile.mk
29651 ____________________________________________________________________________
29652 [  9279] By: gsar                                  on 2001/03/21  16:47:19
29653         Log: integrate change#9271 from mainline; a tweak to Glob.pm docs
29654      Branch: maint-5.6/perl
29655            ! ext/File/Glob/Glob.pm
29656           !> lib/Cwd.pm
29657 ____________________________________________________________________________
29658 [  9278] By: jhi                                   on 2001/03/21  14:35:10
29659         Log: Subject: [PATCH: 5.6.1-trial3] Borland C++ for Win32 fixes
29660              From: "Vadim Konovalov" <watman@inbox.ru>
29661              Date: Wed, 21 Mar 2001 01:53:51 +0300
29662              Message-ID: <004101c0b190$a749ea20$f7c030d4@vad>
29663      Branch: maint-5.6/perl
29664            ! win32/makefile.mk win32/win32sck.c
29665 ____________________________________________________________________________
29666 [  9277] By: jhi                                   on 2001/03/21  13:58:28
29667         Log: Integrate change #9270 from mainline to maintperl:
29668              continued 4-arg UTF-8 substr() fixing.
29669      Branch: maint-5.6/perl
29670           !> pp.c t/op/substr.t
29671 ____________________________________________________________________________
29672 [  9276] By: jhi                                   on 2001/03/21  13:33:00
29673         Log: More pixie cleaning.
29674      Branch: perl
29675            ! Makefile.SH
29676 ____________________________________________________________________________
29677 [  9275] By: jhi                                   on 2001/03/21  03:54:17
29678         Log: Update Changes.
29679      Branch: perl
29680            ! Changes patchlevel.h
29681 ____________________________________________________________________________
29682 [  9274] By: jhi                                   on 2001/03/21  03:48:24
29683         Log: First stab at making Data::Dumper to grok Unicode.
29684              
29685              TODO: tests, EBCDICify.
29686      Branch: perl
29687            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
29688 ____________________________________________________________________________
29689 [  9273] By: jhi                                   on 2001/03/21  02:23:00
29690         Log: Fix for
29691              
29692              Subject: Memory leak in unquoted print   
29693              From: Benjamin Sugars <bsugars@canoe.ca> 
29694              Date: Tue, 20 Mar 2001 10:02:56 -0500 (EST)
29695              Message-ID: <Pine.LNX.4.21.0103200958180.1538-100000@marmot.rim.canoe.ca>
29696      Branch: perl
29697            ! perlio.c
29698 ____________________________________________________________________________
29699 [  9272] By: jhi                                   on 2001/03/21  01:33:17
29700         Log: Subject: Re: [PATCH] POSIX::getcwd()
29701              From: Benjamin Sugars <bsugars@canoe.ca> 
29702              Date: Mon, 19 Mar 2001 15:07:03 -0500 (EST)
29703              Message-ID: <Pine.LNX.4.21.0103191454500.1820-100000@marmot.rim.canoe.ca>      
29704      Branch: perl
29705            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
29706 ____________________________________________________________________________
29707 [  9271] By: jhi                                   on 2001/03/21  01:22:52
29708         Log: Subject: [PATCH] Cwd.pm docs
29709              From: Benjamin Sugars <bsugars@canoe.ca>
29710              Date: Tue, 20 Mar 2001 15:33:32 -0500 (EST)
29711              Message-ID: <Pine.LNX.4.21.0103201516550.7893-100000@marmot.rim.canoe.ca>
29712      Branch: perl
29713            ! lib/Cwd.pm
29714 ____________________________________________________________________________
29715 [  9270] By: jhi                                   on 2001/03/21  01:16:29
29716         Log: Continue 4-arg substr() UTF-8 fixage.
29717      Branch: perl
29718            ! pp.c t/op/substr.t
29719 ____________________________________________________________________________
29720 [  9269] By: jhi                                   on 2001/03/21  00:46:14
29721         Log: Integrate changes #9262,9264,9265,9266 from maintperl to mainline.
29722              
29723              revert the leak fix in change#9142 (problem needs a more experimental
29724              fix unsuitable for 5.6.1)
29725              
29726              do alphabetical sorting by default (for csh compatibility)
29727              
29728              cut-n-paste goof in change#9264
29729              
29730              VMS piping fixes (from Charles Lane)
29731      Branch: perl
29732           !> ext/File/Glob/Changes ext/File/Glob/Glob.pm
29733           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
29734           !> ext/File/Glob/bsd_glob.h scope.c vms/vms.c vms/vmspipe.com
29735 ____________________________________________________________________________
29736 [  9268] By: jhi                                   on 2001/03/21  00:37:04
29737         Log: Integrate perlio.
29738      Branch: perl
29739           !> embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
29740           !> utf8.c utf8.h utfebcdic.h
29741 ____________________________________________________________________________
29742 [  9267] By: nick                                  on 2001/03/20  20:04:39
29743         Log: More EBCDIC stuff:
29744              - Loose the extra level of function on ASCII.
29745              - spotted a chr(0) issue in sv.c
29746              - re-work of UTF-X tr/// ranges to work in Unicode
29747              space. Still issues with the "0xff is illegal UTF-8" hack.
29748              - Yet another ad. hoc. utf8 'upgrade' in op.c recoded
29749              (why do it once when you can do it all over the place :-(
29750              - Enable HINTS_UTF8 on EBCDIC - then ignore it in toke.c,
29751              need utf8.pm for swashes.
29752              - Simplified and commented scan_const() in toke.c
29753              Still something wrong regexp and tr (swashes?).
29754      Branch: perlio
29755            ! embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
29756            ! utf8.c utf8.h utfebcdic.h
29757 ____________________________________________________________________________
29758 [  9266] By: gsar                                  on 2001/03/20  19:16:43
29759         Log: VMS piping fixes (from Charles Lane)
29760      Branch: maint-5.6/perl
29761            ! vms/vms.c vms/vmspipe.com
29762 ____________________________________________________________________________
29763 [  9265] By: gsar                                  on 2001/03/20  17:53:52
29764         Log: cut-n-paste goof in change#9264
29765      Branch: maint-5.6/perl
29766            ! ext/File/Glob/Glob.xs
29767 ____________________________________________________________________________
29768 [  9264] By: gsar                                  on 2001/03/20  17:43:47
29769         Log: do alphabetical sorting by default (for csh compatibility);
29770              bsd_glob() does ASCII sort by default as usual, unless
29771              GLOB_ALPHASORT was specified
29772      Branch: maint-5.6/perl
29773            ! ext/File/Glob/Changes ext/File/Glob/Glob.pm
29774            ! ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
29775            ! ext/File/Glob/bsd_glob.h
29776 ____________________________________________________________________________
29777 [  9263] By: gsar                                  on 2001/03/20  16:40:08
29778         Log: integrate change#9255 from mainline (unicode fix)
29779              
29780              substr($bytestr, i, n, $charstr)
29781      Branch: maint-5.6/perl
29782           !> Todo-5.6 pp.c t/op/substr.t
29783 ____________________________________________________________________________
29784 [  9262] By: gsar                                  on 2001/03/20  15:57:41
29785         Log: revert the leak fix in change#9142 (problem needs a more experimental
29786              fix unsuitable for 5.6.1)
29787      Branch: maint-5.6/perl
29788            ! scope.c
29789 ____________________________________________________________________________
29790 [  9261] By: jhi                                   on 2001/03/20  14:26:25
29791         Log: Integrate changes #9259,9260 from maintperl into mainline.
29792              
29793              Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
29794              
29795              Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
29796      Branch: perl
29797           !> ext/POSIX/POSIX.xs lib/File/Path.pm run.c
29798 ____________________________________________________________________________
29799 [  9260] By: jhi                                   on 2001/03/20  14:05:46
29800         Log: Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
29801              From: Robin Barker <rmb1@cise.npl.co.uk>
29802              Date: Tue, 20 Mar 2001 10:12:04 GMT
29803              Message-Id: <200103201012.KAA04738@tempest.npl.co.uk>
29804      Branch: maint-5.6/perl
29805            ! run.c
29806 ____________________________________________________________________________
29807 [  9259] By: jhi                                   on 2001/03/20  14:04:39
29808         Log: Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
29809              From: Chris Nandor <pudge@pobox.com>
29810              Date: Tue, 20 Mar 2001 00:40:56 -0500
29811              Message-Id: <p05010401b6dc9d57a62d@[10.0.1.107]>
29812      Branch: maint-5.6/perl
29813            ! ext/POSIX/POSIX.xs lib/File/Path.pm
29814 ____________________________________________________________________________
29815 [  9258] By: jhi                                   on 2001/03/20  05:09:34
29816         Log: Update Changes.
29817      Branch: perl
29818            ! Changes patchlevel.h
29819 ____________________________________________________________________________
29820 [  9257] By: jhi                                   on 2001/03/20  05:04:25
29821         Log: tr/// UTF-8 tests for Inaba Hiroto's latest patches.
29822      Branch: perl
29823            ! t/op/tr.t
29824 ____________________________________________________________________________
29825 [  9256] By: jhi                                   on 2001/03/20  04:43:12
29826         Log: Subject: [PATCH: 5.6.1-trial3] test fixes and installation cleanliness for OS/390
29827              From: Peter Prymmer <pvhp@forte.com>
29828              Date: Mon, 19 Mar 2001 16:43:13 -0800 (PST)
29829              Message-ID: <Pine.OSF.4.10.10103191627310.162127-100000@aspara.forte.com>
29830      Branch: maint-5.6/perl
29831            ! installperl t/comp/proto.t t/comp/require.t t/op/regmesg.t
29832 ____________________________________________________________________________
29833 [  9255] By: jhi                                   on 2001/03/19  23:17:17
29834         Log: substr($bytestr, i, n, $charstr)
29835
29836              TODO: we are still broken if $bytestr needs UTF-8 upgrading.
29837      Branch: perl
29838            ! Todo-5.6 pp.c t/op/substr.t
29839 ____________________________________________________________________________
29840 [  9254] By: jhi                                   on 2001/03/19  22:25:09
29841         Log: Rearrange the make test target prerequisites so that
29842              in a parallel make 'all' is finished before 'test'.
29843      Branch: perl
29844            ! Makefile.SH
29845 ____________________________________________________________________________
29846 [  9253] By: jhi                                   on 2001/03/19  21:48:07
29847         Log: Subject: PATCH: cosmetic tweak in pp_ctl.c
29848              From: Robin Houston <robin@kitsite.com>
29849              Date: Mon, 19 Mar 2001 15:48:41 +0000
29850              Message-ID: <20010319154841.A28174@puffinry.freeserve.co.uk>
29851      Branch: perl
29852            ! pp_ctl.c
29853 ____________________________________________________________________________
29854 [  9252] By: jhi                                   on 2001/03/19  21:42:27
29855         Log: Integrate perlio.
29856      Branch: perl
29857           !> doop.c perly.c perly.y sv.c t/camel-III/vstring.t t/op/each.t
29858           !> t/op/length.t t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h
29859           !> utfebcdic.h vms/perly_c.vms
29860 ____________________________________________________________________________
29861 [  9251] By: jhi                                   on 2001/03/19  21:31:28
29862         Log: Integrate changes #9244,9247,9250 from maintperl into mainline.
29863              
29864              Dynaloading in 64-bit AIX with vac.
29865      Branch: perl
29866           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
29867           !> hints/aix.sh
29868 ____________________________________________________________________________
29869 [  9250] By: jhi                                   on 2001/03/19  21:18:00
29870         Log: A more robust solution for the 64bitall AIX dynaloading
29871              problem, from Jens-Uwe Mager.
29872      Branch: maint-5.6/perl
29873            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
29874 ____________________________________________________________________________
29875 [  9249] By: nick                                  on 2001/03/19  20:59:37
29876         Log: Integrate mainline.
29877      Branch: perlio
29878           !> (integrate 42 files)
29879 ____________________________________________________________________________
29880 [  9248] By: nick                                  on 2001/03/19  20:22:07
29881         Log: Tweak to perly.y to allow -DDEBUGGING to compile on OS390.
29882              (Building on OS390 uses native YACC and YYDEBUG has other
29883              side effects.)
29884      Branch: perlio
29885            ! perly.c perly.y vms/perly_c.vms
29886 ____________________________________________________________________________
29887 [  9247] By: jhi                                   on 2001/03/19  19:59:53
29888         Log: 64-bit AIX dynaloading problem (see #9244) idea
29889              from Jens-Uwe Mager.
29890      Branch: maint-5.6/perl
29891            ! ext/DynaLoader/dl_aix.xs
29892 ____________________________________________________________________________
29893 [  9246] By: nick                                  on 2001/03/19  19:27:57
29894         Log: More EBCDIC fixes.
29895      Branch: perlio
29896            ! doop.c sv.c t/camel-III/vstring.t t/op/each.t t/op/length.t
29897            ! t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h utfebcdic.h
29898 ____________________________________________________________________________
29899 [  9245] By: jhi                                   on 2001/03/19  19:05:19
29900         Log: Integrate change #9243 from mainline into maintperl.
29901              
29902              Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
29903      Branch: maint-5.6/perl
29904           !> README.vmesa
29905 ____________________________________________________________________________
29906 [  9244] By: jhi                                   on 2001/03/19  19:03:15
29907         Log: Get 64bitall AIX building, but still does not test okay:
29908              dynaloading anything fails, for example for op/defins:
29909              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
29910              (update: fixed by #9247,9250)
29911      Branch: maint-5.6/perl
29912            ! hints/aix.sh
29913 ____________________________________________________________________________
29914 [  9243] By: jhi                                   on 2001/03/19  19:00:16
29915         Log: Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
29916              From: Robin Barker <rmb1@cise.npl.co.uk>
29917              Date: Mon, 19 Mar 2001 18:01:57 GMT
29918              Message-Id: <200103191801.SAA01072@tempest.npl.co.uk>
29919      Branch: perl
29920            ! README.vmesa
29921 ____________________________________________________________________________
29922 [  9242] By: jhi                                   on 2001/03/19  18:58:43
29923         Log: UTF-8 tr/// battle continues, ammunition from Inaba Hiroto.
29924              
29925              TODO: tests.
29926      Branch: perl
29927            ! doop.c op.c
29928 ____________________________________________________________________________
29929 [  9241] By: gsar                                  on 2001/03/19  17:34:46
29930         Log: VMSify tests (from Charles Lane)
29931      Branch: maint-5.6/perl
29932            ! t/lib/filehand.t t/lib/texttabs.t
29933 ____________________________________________________________________________
29934 [  9240] By: jhi                                   on 2001/03/19  14:24:26
29935         Log: Integrate change #9233 from maintperl into mainline.
29936              
29937              some refcounts were incorrect in perl_clone()
29938      Branch: perl
29939           !> sv.c
29940 ____________________________________________________________________________
29941 [  9239] By: gsar                                  on 2001/03/19  09:23:17
29942         Log: this is 5.6.1-trial3
29943      Branch: maint-5.6/perl
29944            ! Changes
29945 ____________________________________________________________________________
29946 [  9238] By: gsar                                  on 2001/03/19  08:47:04
29947         Log: some new symbols are only available under ithreads
29948      Branch: maint-5.6/perl
29949            ! makedef.pl
29950 ____________________________________________________________________________
29951 [  9237] By: gsar                                  on 2001/03/19  08:42:28
29952         Log: update patchlevel.h, Changes, &c.
29953      Branch: maint-5.6/perl
29954            ! Changes patchlevel.h pod/perlhist.pod
29955           !> AUTHORS
29956 ____________________________________________________________________________
29957 [  9236] By: gsar                                  on 2001/03/19  08:17:49
29958         Log: integrate changes#8068,8717 from mainline
29959              
29960              [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
29961              
29962              [PATCH CPAN 1.59_51] warning message (not!)
29963      Branch: maint-5.6/perl
29964           !> ext/GDBM_File/GDBM_File.pm ext/GDBM_File/typemap
29965           !> ext/NDBM_File/NDBM_File.pm ext/NDBM_File/typemap
29966           !> ext/ODBM_File/ODBM_File.pm ext/ODBM_File/typemap
29967           !> ext/SDBM_File/SDBM_File.pm ext/SDBM_File/typemap lib/CPAN.pm
29968           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
29969 ____________________________________________________________________________
29970 [  9235] By: gsar                                  on 2001/03/19  08:07:09
29971         Log: integrate changes#8617,8713,8715,8716,8721,8953,8963 from mainline
29972              
29973              [PATCH] Add missing CV flags to dump.c
29974              
29975              Re: [patch] Re: PL_ptr_table
29976              
29977              Fixup non-ithread build after 8713
29978              
29979              Generated files form 8713 etc.
29980              
29981              Correct the correction :-(
29982              
29983              Documenting coderef @INC (Re: CPAN "make this script work" feature)
29984              
29985              Subject: Re: sync sync sync: have I missed any patches?
29986              Replace djSP with dSP.
29987      Branch: maint-5.6/perl
29988           !> cop.h doio.c doop.c dump.c embed.h embed.pl ext/B/B/C.pm
29989           !> ext/B/B/CC.pm global.sym objXSUB.h perl.c perlapi.c
29990           !> pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h
29991           !> sv.c sv.h win32/perlhost.h
29992 ____________________________________________________________________________
29993 [  9234] By: gsar                                  on 2001/03/19  07:22:05
29994         Log: revert the change#9090 integrate for now (change looks somewhat
29995              incomplete in that [ha]v_exists() need something similar; lacks
29996              tests; &c.)
29997      Branch: maint-5.6/perl
29998            ! hv.c
29999 ____________________________________________________________________________
30000 [  9233] By: gsar                                  on 2001/03/19  07:10:01
30001         Log: some refcounts were incorrect in perl_clone(); avoid hang in global
30002              destruction when there are unreferenced scalars (SvREFCNT==0)
30003      Branch: maint-5.6/perl
30004            ! sv.c
30005 ____________________________________________________________________________
30006 [  9232] By: jhi                                   on 2001/03/19  05:11:02
30007         Log: Regen api and toc.
30008      Branch: maint-5.6/perl
30009            ! pod/perlapi.pod pod/perltoc.pod
30010 ____________________________________________________________________________
30011 [  9231] By: jhi                                   on 2001/03/19  04:06:03
30012         Log: Integrate changes in #9070,9072,9101 from mainline into maintperl,
30013              add a lost line in pp.c:pp_chop(), update to new op/chop.
30014              
30015              Clarify the description differentiating for and while; inspired by
30016              
30017              Subject: [ID 20010306.004] || != named unary operator
30018              
30019              The $Is_MacOS needs to be declared.
30020      Branch: maint-5.6/perl
30021            ! pp.c t/op/chop.t
30022           !> lib/ExtUtils/Manifest.pm pod/perlop.pod pod/perlsyn.pod
30023 ____________________________________________________________________________
30024 [  9230] By: jhi                                   on 2001/03/19  03:48:16
30025         Log: Integrate changes #7971(perlio),8982,9061,9062,9068,9069,
30026              9079,9083,9089,9090,9091 from mainline to maintperl.
30027              
30028              Quieten some noise in Win32 builds
30029              
30030              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker..."
30031              
30032              The perlretut was still talking about the old \p and \P
30033              definitions.
30034              
30035              More tweakage on the Unicode character class descriptions.
30036              
30037              Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
30038              
30039              Subject: 'no *POSIX' Patch speeding up make on BS2000 
30040              
30041              Subject: [PATCH] perldata.pod here-doc docs
30042              
30043              Add /sbin and /usr/sbin to the list of directories scanned
30044              for setuid programs.  Takes care of bug id 20010309.003.
30045              
30046              Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists()
30047              
30048              In op/stat #35 better to scan all the potential directories
30049              for setuids, not just the first one.
30050      Branch: maint-5.6/perl
30051            ! Makefile.SH
30052           !> doio.c hv.c lib/unicode/mktables.PL makedepend.SH perl.h
30053           !> pod/perldata.pod pod/perlretut.pod pp.c t/op/chop.t
30054           !> t/op/stat.t toke.c win32/win32.h
30055 ____________________________________________________________________________
30056 [  9229] By: jhi                                   on 2001/03/19  02:31:50
30057         Log: Subject: [MacPerl-Porters] [PATCH] Portability fixes for Mac OS / maint-5.6
30058              From: Chris Nandor <pudge@pobox.com>
30059              Date: Sat, 10 Mar 2001 14:22:19 -0500
30060              Message-Id: <p0501042db6cf0a8d0b63@[10.0.1.177]>
30061      Branch: maint-5.6/perl
30062            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
30063            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm perlsfio.h
30064            ! t/lib/b.t t/lib/errno.t
30065 ____________________________________________________________________________
30066 [  9228] By: jhi                                   on 2001/03/19  02:29:59
30067         Log: Integrate changes #9113,9122 from mainline into maintperl.
30068              
30069              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?)
30070      Branch: maint-5.6/perl
30071           !> Configure README.os390 hints/os390.sh
30072 ____________________________________________________________________________
30073 [  9227] By: jhi                                   on 2001/03/19  02:22:35
30074         Log: Integrate #9115,9121,9128,9163,9171,9174,9175 from mainline
30075              into maintperl.
30076              
30077              Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
30078              
30079              Forgot to check-in the larger part of #9120, duh.
30080              
30081              Subject: Another patch for integer.pm POD 
30082              
30083              h2ph strictness and cleanliness from Kurt Starsinic.
30084              
30085              Borland filename case problem.
30086              
30087              h2ph strictness and cleanliness from Kurt Starsinic.
30088              
30089              Subject: [PATCH] the uncontroversial doc patches
30090      Branch: maint-5.6/perl
30091           +> win32/sncfnmcs.pl
30092           !> MANIFEST README.os2 README.win32 ext/GDBM_File/GDBM_File.pm
30093           !> ext/GDBM_File/GDBM_File.xs lib/integer.pm
30094           !> pod/perl5005delta.pod pod/perldebtut.pod pod/perlfunc.pod
30095           !> pod/perlhack.pod pod/perllexwarn.pod pod/perllocale.pod
30096           !> pod/perllol.pod pod/perlmod.pod pod/perlmodlib.pod
30097           !> pod/perlport.pod pod/perlrun.pod pod/perltoc.pod
30098           !> pod/perlxs.pod pod/perlxstut.pod utils/h2ph.PL
30099 ____________________________________________________________________________
30100 [  9226] By: jhi                                   on 2001/03/19  02:10:21
30101         Log: Integrate changes #9207,9214 from mainline into maintperl.
30102              
30103              podchecker relaxations: =over has an *optional* number after it,
30104              and whitespace in L<> is okay.
30105      Branch: maint-5.6/perl
30106           !> lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
30107           !> t/pod/poderrs.xr
30108 ____________________________________________________________________________
30109 [  9225] By: jhi                                   on 2001/03/19  02:07:38
30110         Log: Integrate change #9219 from maintperl into mainline.
30111              
30112              remove duplicated tests
30113      Branch: perl
30114           !> t/op/re_tests
30115 ____________________________________________________________________________
30116 [  9224] By: jhi                                   on 2001/03/19  02:06:11
30117         Log: Integrate change #9223 from mainline to maintperl.
30118              
30119              Document -Dmksymlinks.
30120      Branch: maint-5.6/perl
30121           !> INSTALL
30122 ____________________________________________________________________________
30123 [  9223] By: jhi                                   on 2001/03/19  02:01:25
30124         Log: Document -Dmksymlinks.
30125      Branch: perl
30126            ! INSTALL
30127 ____________________________________________________________________________
30128 [  9222] By: jhi                                   on 2001/03/19  01:15:35
30129         Log: The -Dmksymlinks wasn't working for maintperl.
30130      Branch: maint-5.6/perl
30131            ! Configure
30132 ____________________________________________________________________________
30133 [  9221] By: jhi                                   on 2001/03/19  00:49:43
30134         Log: Cleanup pixie residue.
30135      Branch: perl
30136            ! Makefile.SH
30137 ____________________________________________________________________________
30138 [  9220] By: jhi                                   on 2001/03/19  00:44:47
30139         Log: Document the use of pixie/prof; create make targets for it.
30140              
30141              TODO: make t/TEST pixie-aware.
30142      Branch: perl
30143            ! Makefile.SH pod/perlhack.pod
30144 ____________________________________________________________________________
30145 [  9219] By: gsar                                  on 2001/03/19  00:16:55
30146         Log: remove duplicated tests
30147      Branch: maint-5.6/perl
30148            ! t/op/re_tests
30149 ____________________________________________________________________________
30150 [  9218] By: jhi                                   on 2001/03/18  23:59:31
30151         Log: Document Third Degree some more, and also PERL_DESTRUCT_LEVEL.
30152      Branch: perl
30153            ! pod/perlhack.pod pod/perlobj.pod pod/perlrun.pod
30154 ____________________________________________________________________________
30155 [  9217] By: jhi                                   on 2001/03/18  23:25:20
30156         Log: Rewrite the tests section of Makefile to be less redundant
30157              and to allow for more flexible test targets, many recursive
30158              make calls introduced.
30159      Branch: perl
30160            ! Makefile.SH
30161 ____________________________________________________________________________
30162 [  9216] By: jhi                                   on 2001/03/18  22:30:04
30163         Log: Document the use of Third Degree (sparsely).
30164      Branch: perl
30165            ! pod/perlhack.pod t/TEST
30166 ____________________________________________________________________________
30167 [  9215] By: jhi                                   on 2001/03/18  22:10:30
30168         Log: Make targets for testing with Third Degree.
30169      Branch: perl
30170            ! Makefile.SH
30171 ____________________________________________________________________________
30172 [  9214] By: jhi                                   on 2001/03/18  21:08:53
30173         Log: The podchecker relaxations need to mirrored also at the tests.
30174      Branch: perl
30175            ! t/pod/poderrs.xr
30176 ____________________________________________________________________________
30177 [  9213] By: jhi                                   on 2001/03/18  20:56:21
30178         Log: Update Changes.
30179      Branch: perl
30180            ! Changes patchlevel.h
30181 ____________________________________________________________________________
30182 [  9212] By: jhi                                   on 2001/03/18  20:36:59
30183         Log: Looking for config.sh in parent directories isn't
30184              very useful for the toplevel Makefile.
30185      Branch: perl
30186            ! Makefile.SH
30187 ____________________________________________________________________________
30188 [  9211] By: jhi                                   on 2001/03/18  20:33:37
30189         Log: On "make clean" take care of Third Degree droppings.
30190      Branch: perl
30191            ! Makefile.SH
30192 ____________________________________________________________________________
30193 [  9210] By: jhi                                   on 2001/03/18  20:21:34
30194         Log: Add a hook for running the tests under the Third Degree
30195              debugging tool (set $ENV{PERL_3LOG} to non-zero)
30196              
30197              TODO: Document the use of Third Degree.
30198      Branch: perl
30199            ! t/TEST
30200 ____________________________________________________________________________
30201 [  9209] By: jhi                                   on 2001/03/18  20:19:07
30202         Log: Regen toc and api pods.
30203      Branch: perl
30204            ! pod/perlapi.pod pod/perltoc.pod
30205 ____________________________________________________________________________
30206 [  9208] By: jhi                                   on 2001/03/18  20:12:12
30207         Log: Integrate changes #8128,9132 from mainline into maintperl,
30208              Tie::SubstrHash fixes.
30209      Branch: maint-5.6/perl
30210           !> lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
30211 ____________________________________________________________________________
30212 [  9207] By: jhi                                   on 2001/03/18  20:07:43
30213         Log: podchecker relaxations from Michael Stevens.
30214      Branch: perl
30215            ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
30216 ____________________________________________________________________________
30217 [  9206] By: jhi                                   on 2001/03/18  20:04:24
30218         Log: Retract the changes made at #9176 to Neil's and Ilya's module pods.
30219      Branch: perl
30220            ! lib/Locale/Constants.pm lib/Locale/Country.pm
30221            ! lib/Locale/Currency.pm lib/Locale/Language.pm lib/overload.pm
30222            ! os2/OS2/ExtAttr/ExtAttr.pm os2/OS2/Process/Process.pm
30223 ____________________________________________________________________________
30224 [  9205] By: jhi                                   on 2001/03/18  19:54:45
30225         Log: Integrate changes #9161,9162 from maintperl to mainline.
30226              
30227              clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
30228              results
30229      Branch: perl
30230           !> t/op/magic.t
30231 ____________________________________________________________________________
30232 [  9204] By: jhi                                   on 2001/03/18  19:37:46
30233         Log: Make perl.third checks more understandable to the builder.
30234      Branch: perl
30235            ! Makefile.SH
30236 ____________________________________________________________________________
30237 [  9203] By: jhi                                   on 2001/03/18  19:20:54
30238         Log: Re-integrate #9138 from maintperl to mainline,
30239              the squelching of the unneeded "Scalars leaked" messages.
30240      Branch: perl
30241           !> t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
30242           !> t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
30243           !> t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
30244 ____________________________________________________________________________
30245 [  9202] By: jhi                                   on 2001/03/18  18:48:36
30246         Log: More robust and more paranoid perl.third target.
30247      Branch: perl
30248            ! Makefile.SH
30249 ____________________________________________________________________________
30250 [  9201] By: jhi                                   on 2001/03/18  18:39:21
30251         Log: Integrate change #9197 from maintperl to mainline.
30252              
30253              more thorough cleaning of arenas.
30254      Branch: perl
30255           !> embed.pl perl.c proto.h sv.c t/op/sort.t
30256 ____________________________________________________________________________
30257 [  9200] By: jhi                                   on 2001/03/18  18:25:17
30258         Log: Integrate perlio.
30259      Branch: perl
30260           !> doop.c ext/Encode/Encode.pm ext/Encode/Encode.xs
30261           !> ext/Encode/compile lib/utf8.pm pp_ctl.c sv.c t/lib/b.t
30262           !> t/lib/encode.t toke.c universal.c utf8.c
30263 ____________________________________________________________________________
30264 [  9199] By: nick                                  on 2001/03/18  15:23:51
30265         Log: Prefer !UTF8_IS_INVARIANT() over UTF8_IS_CONTINUED() when that
30266              is the sense of the test being done. Avoid some magical 127 and 128 values
30267              by using macros.
30268      Branch: perlio
30269            ! doop.c pp_ctl.c sv.c toke.c
30270 ____________________________________________________________________________
30271 [  9198] By: nick                                  on 2001/03/18  14:18:12
30272         Log: UTF-X encoding invariance for Encode:
30273              - move Encode::utf8_encode to utf8::encode (likewise decode,upgrade,downgrade,valid)
30274              - move the XS code for those to universal.c (so in miniperl)
30275              - add utf8::unicode_to_native and its inverse to allow EBCDIC to work in true unicode.
30276              - change ext/Encode/compile to use above.
30277              - Fix t/lib/encode.t for above
30278              - Teach t/lib/b.t to expect -uutf8
30279              - In utf8.c look for SWASHNEW rather than just utf8:: package to see if
30280              utf8.pm is needed.
30281      Branch: perlio
30282            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
30283            ! lib/utf8.pm t/lib/b.t t/lib/encode.t universal.c utf8.c
30284 ____________________________________________________________________________
30285 [  9197] By: gsar                                  on 2001/03/18  12:15:57
30286         Log: more thorough cleaning of arenas--keep going until no more
30287              SvREFCNT_dec()s occur (this fixes the problem that causes the
30288              pesky "Scalars leaked" warnings)
30289      Branch: maint-5.6/perl
30290            ! embed.pl perl.c proto.h sv.c t/op/sort.t
30291 ____________________________________________________________________________
30292 [  9196] By: nick                                  on 2001/03/18  10:57:29
30293         Log: Fix pragma/utf8.t # 15
30294              - if toke.c is processing a SvUTF8 string then single quoted '...' etc.
30295              are SvUTF8 as well.
30296      Branch: perlio
30297            ! toke.c
30298 ____________________________________________________________________________
30299 [  9195] By: nick                                  on 2001/03/18  09:27:06
30300         Log: Integrate mainline
30301      Branch: perlio
30302           !> MANIFEST Makefile.SH doop.c mg.c op.c op.h t/op/misc.t
30303           !> t/op/pat.t
30304 ____________________________________________________________________________
30305 [  9194] By: jhi                                   on 2001/03/18  05:29:59
30306         Log: Sarathy's clear_pmop patch with Radu Greab's fix,
30307              Hiroto's, Nick Clark's, and Vadim Konovalov's tests.
30308      Branch: perl
30309            ! op.c op.h t/op/misc.t t/op/pat.t
30310 ____________________________________________________________________________
30311 [  9193] By: jhi                                   on 2001/03/18  05:15:06
30312         Log: NI-S' cunning idea of how to de-UTF8 the "\C-broken" submatches.
30313      Branch: perl
30314            ! mg.c t/op/pat.t
30315 ____________________________________________________________________________
30316 [  9192] By: jhi                                   on 2001/03/18  04:22:43
30317         Log: tr/// UTF-8 patches from Inaba Hiroto.
30318      Branch: perl
30319            ! doop.c op.c
30320 ____________________________________________________________________________
30321 [  9191] By: jhi                                   on 2001/03/18  04:21:17
30322         Log: Integrate perlio.
30323      Branch: perl
30324           !> utf8.c utfebcdic.h
30325 ____________________________________________________________________________
30326 [  9190] By: nick                                  on 2001/03/17  20:32:01
30327         Log: Correct #if EBCDIC side typos.
30328              Builds and passes many tests on OS390.
30329      Branch: perlio
30330            ! utf8.c utfebcdic.h
30331 ____________________________________________________________________________
30332 [  9189] By: jhi                                   on 2001/03/17  18:55:49
30333         Log: Add prerequisites for the perl.third target.
30334      Branch: perl
30335            ! Makefile.SH
30336 ____________________________________________________________________________
30337 [  9188] By: jhi                                   on 2001/03/17  18:46:00
30338         Log: Integrate perlio.
30339      Branch: perl
30340           +> utfebcdic.h
30341           !> MANIFEST doop.c perl.h pp.c utf8.c utf8.h
30342 ____________________________________________________________________________
30343 [  9187] By: jhi                                   on 2001/03/17  18:38:47
30344         Log: Add a make rule for perl.third (the Third Degree memory debugging
30345              tool of Tru64 / Digital UNIX / DEC OSF/1, see man third or man atom)
30346      Branch: perl
30347            ! Makefile.SH
30348 ____________________________________________________________________________
30349 [  9186] By: nick                                  on 2001/03/17  18:34:48
30350         Log: MANIFEST addition :-(
30351      Branch: perlio
30352            ! MANIFEST
30353 ____________________________________________________________________________
30354 [  9185] By: nick                                  on 2001/03/17  18:29:50
30355         Log: Infrastructure to use UTF-EBCDIC rather than UTF-8 as the internal
30356              encoding on EBCDIC platforms. This has property that U+0000..U+009F i.e.
30357              a superset of ASCII are invariant under the encoding. This is EBCDIC
30358              friendly as an encoded string can be looked at as being EBCDIC by lexer
30359              sprintf("%d",...) etc. in same manner that a UTF-8 string be considered
30360              ASCII on ASCII machines.
30361              
30362              - re-arrange utf8.h to get ASCII specific vs Unicode generic bits
30363              seperate.
30364              - Add some more macros to comprehend different shift amounts and
30365              possible swizzle in UTF-EBCDIC vs UTF-8. Change utf8.c to use them.
30366              - add utfebcdic.h which provides UTF-EBCDIC versions of the macros,
30367              and conditionaly #include it.
30368              
30369              EBCDIC build as yet untested.  ASCII still fails the one test.
30370      Branch: perlio
30371            + utfebcdic.h
30372            ! utf8.c utf8.h
30373 ____________________________________________________________________________
30374 [  9184] By: nick                                  on 2001/03/17  17:44:16
30375         Log: Minor naming change UTF8_IS_ASCII => UTF8_IS_INVARIANT
30376      Branch: perlio
30377            ! doop.c perl.h pp.c utf8.h
30378 ____________________________________________________________________________
30379 [  9183] By: jhi                                   on 2001/03/17  15:55:42
30380         Log: Integrate perlio.
30381      Branch: perl
30382            ! MANIFEST
30383           !> perl.h sv.c t/op/pat.t toke.c utf8.c utf8.h
30384 ____________________________________________________________________________
30385 [  9182] By: nick                                  on 2001/03/17  09:16:06
30386         Log: Allow test to pass even when \C leaves SvUTF8 set by adding 'use bytes'
30387      Branch: perlio
30388            ! t/op/pat.t
30389 ____________________________________________________________________________
30390 [  9181] By: nick                                  on 2001/03/17  09:15:11
30391         Log: Integrate mainline.
30392      Branch: perlio
30393           +> lib/Locale/Constants.pm lib/Locale/Country.pm
30394           +> lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
30395           +> t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
30396           +> t/lib/lc-language.t t/lib/lc-uk.t win32/sncfnmcs.pl
30397           !> (integrate 83 files)
30398 ____________________________________________________________________________
30399 [  9180] By: nick                                  on 2001/03/16  17:23:21
30400         Log: EBCDIC Fixes.
30401      Branch: perlio
30402            ! perl.h sv.c toke.c utf8.c utf8.h
30403 ____________________________________________________________________________
30404 [  9179] By: jhi                                   on 2001/03/16  14:10:12
30405         Log: Re-apply #9024 as the Storable 1.0.11 (#9069) overwrote
30406              a change needed to work around an AIX compiler bug.
30407      Branch: perl
30408            ! ext/Storable/Storable.xs
30409 ____________________________________________________________________________
30410 [  9178] By: jhi                                   on 2001/03/16  03:19:59
30411         Log: With Damian's approval synchronize damian's modules'
30412              licensing with Perl's standard module licensing.
30413      Branch: perl
30414            ! lib/Filter/Simple.pm lib/Switch.pm lib/Text/Balanced.pod
30415 ____________________________________________________________________________
30416 [  9177] By: jhi                                   on 2001/03/16  03:15:34
30417         Log: Make the Filter::Util:Call files have their own copies
30418              of the Perl standard module licensing, from Paul Marquess.
30419      Branch: perl
30420            ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
30421 ____________________________________________________________________________
30422 [  9176] By: jhi                                   on 2001/03/16  02:56:04
30423         Log: Subject: [PATCH] more pod patches
30424              From: Michael Stevens <michael@etla.org>
30425              Date: Thu, 15 Mar 2001 21:25:18 +0000
30426              Message-ID: <20010315212518.A18870@firedrake.org>
30427      Branch: perl
30428            ! configpm ext/B/B/Bytecode.pm ext/DB_File/DB_File.pm
30429            ! ext/Data/Dumper/Dumper.pm ext/Devel/Peek/Peek.pm
30430            ! ext/Filter/Util/Call/Call.pm ext/IO/lib/IO/Handle.pm
30431            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm
30432            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
30433            ! ext/IPC/SysV/SysV.pm ext/NDBM_File/NDBM_File.pm
30434            ! ext/ODBM_File/ODBM_File.pm ext/Socket/Socket.pm
30435            ! ext/Storable/Storable.pm ext/Sys/Syslog/Syslog.pm
30436            ! ext/Thread/Thread.pm ext/Thread/Thread/Queue.pm
30437            ! ext/attrs/attrs.pm jpl/JNI/JNI.pm lib/CPAN.pm
30438            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Embed.pm
30439            ! lib/ExtUtils/Installed.pm lib/ExtUtils/MM_Cygwin.pm
30440            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_VMS.pm
30441            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/Manifest.pm
30442            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/Packlist.pm
30443            ! lib/File/Basename.pm lib/File/Spec/VMS.pm
30444            ! lib/File/Spec/Win32.pm lib/FileHandle.pm lib/Filter/Simple.pm
30445            ! lib/Getopt/Long.pm lib/Locale/Constants.pm
30446            ! lib/Locale/Country.pm lib/Locale/Language.pm
30447            ! lib/Term/ANSIColor.pm lib/Test.pm lib/Test/Harness.pm
30448            ! lib/Text/Wrap.pm lib/Tie/Array.pm lib/Tie/Handle.pm
30449            ! lib/Tie/Hash.pm lib/Tie/Scalar.pm lib/User/pwent.pm
30450            ! lib/autouse.pm lib/overload.pm os2/OS2/ExtAttr/ExtAttr.pm
30451            ! os2/OS2/Process/Process.pm
30452 ____________________________________________________________________________
30453 [  9175] By: jhi                                   on 2001/03/16  02:53:32
30454         Log: Subject: [PATCH] the uncontroversial doc patches
30455              From: Michael Stevens <michael@etla.org>
30456              Date: Thu, 15 Mar 2001 20:01:12 +0000
30457              Message-ID: <20010315200112.A7636@firedrake.org>
30458      Branch: perl
30459            ! pod/perl5005delta.pod pod/perldebtut.pod pod/perldelta.pod
30460            ! pod/perlfunc.pod pod/perlhack.pod pod/perllexwarn.pod
30461            ! pod/perllocale.pod pod/perllol.pod pod/perlmod.pod
30462            ! pod/perlmodlib.pod pod/perlport.pod pod/perlrun.pod
30463            ! pod/perltoc.pod pod/perlxs.pod pod/perlxstut.pod
30464 ____________________________________________________________________________
30465 [  9174] By: jhi                                   on 2001/03/16  02:50:49
30466         Log: Subject: [PATCH 5.6.1] ext/GDBM_File GDBM_NOLOCK constant
30467              From: Paul Lindner <lindner@inuus.com>
30468              Date: Fri, 16 Mar 2001 11:28:03 -0800
30469              Message-ID: <20010316112803.A7577@inuus.com>
30470      Branch: perl
30471            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
30472 ____________________________________________________________________________
30473 [  9173] By: nick                                  on 2001/03/15  20:21:03
30474         Log: 1st day's EBCDIC fixes:
30475              - toke.c's parsing of strings needed attention
30476              needed to conditionally e2a if string was already UTF-8
30477              - e2a/a2e tables where wrong way round.
30478              - new macros in utf8.h
30479      Branch: perlio
30480            ! perl.h toke.c utf8.h
30481 ____________________________________________________________________________
30482 [  9172] By: jhi                                   on 2001/03/15  15:17:17
30483         Log: Update Changes.
30484      Branch: perl
30485            ! Changes patchlevel.h
30486 ____________________________________________________________________________
30487 [  9171] By: jhi                                   on 2001/03/15  15:09:32
30488         Log: Subject: Re: Another Borland C++ problem.
30489              From: "Vadim Konovalov" <watman@inbox.ru>
30490              Date: Sat, 10 Mar 2001 19:26:07 +0300
30491              Message-ID: <001601c0a97f$143fcc40$da7b55c2@vad>
30492              
30493              Borland filename case problem.
30494      Branch: perl
30495            + win32/sncfnmcs.pl
30496            ! MANIFEST README.win32
30497 ____________________________________________________________________________
30498 [  9170] By: jhi                                   on 2001/03/15  14:54:23
30499         Log: Add Locale::Codes 1.06, from Neil Bowers.
30500      Branch: perl
30501            + lib/Locale/Constants.pm lib/Locale/Country.pm
30502            + lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
30503            + t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
30504            + t/lib/lc-language.t t/lib/lc-uk.t
30505            ! MANIFEST
30506 ____________________________________________________________________________
30507 [  9169] By: jhi                                   on 2001/03/15  14:19:01
30508         Log: Upgrade to Storable 1.0.11, from Raphael Manfredi.
30509      Branch: perl
30510            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
30511            ! ext/Storable/Storable.xs
30512 ____________________________________________________________________________
30513 [  9168] By: jhi                                   on 2001/03/15  14:13:22
30514         Log: Integrate changes #9120,9167 from mainline to maintperl.
30515              
30516              Subject: [PATCH 5.6.1] OS/2 docs
30517              
30518              Subject: [PATCH 5.6.1] perldoc
30519      Branch: maint-5.6/perl
30520           !> os2/Changes utils/perldoc.PL
30521 ____________________________________________________________________________
30522 [  9167] By: jhi                                   on 2001/03/15  14:07:42
30523         Log: Subject: [PATCH 5.6.1] perldoc
30524              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
30525              Date: Wed, 14 Mar 2001 23:46:52 -0500
30526              Message-ID: <20010314234652.A7972@math.ohio-state.edu>
30527      Branch: perl
30528            ! utils/perldoc.PL
30529 ____________________________________________________________________________
30530 [  9166] By: jhi                                   on 2001/03/15  13:53:15
30531         Log: sigaction test condition tweakage.
30532      Branch: perl
30533            ! t/lib/sigaction.t
30534 ____________________________________________________________________________
30535 [  9165] By: alanbur                               on 2001/03/15  03:49:17
30536         Log: Resynchronised with parent
30537      Branch: maint-5.6/pureperl
30538           +> os2/os2add.sym t/op/anonsub.t
30539           !> (integrate 72 files)
30540 ____________________________________________________________________________
30541 [  9164] By: jhi                                   on 2001/03/15  01:05:01
30542         Log: Avoid stomping off the beginning of an array in tr///.
30543      Branch: perl
30544            ! op.c
30545 ____________________________________________________________________________
30546 [  9163] By: jhi                                   on 2001/03/15  00:58:57
30547         Log: h2ph strictness and cleanliness from Kurt Starsinic.
30548      Branch: perl
30549            ! utils/h2ph.PL
30550 ____________________________________________________________________________
30551 [  9162] By: gsar                                  on 2001/03/15  00:56:53
30552         Log: avoid warnings
30553      Branch: maint-5.6/perl
30554            ! t/op/magic.t
30555 ____________________________________________________________________________
30556 [  9161] By: gsar                                  on 2001/03/15  00:52:09
30557         Log: clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
30558              results
30559      Branch: maint-5.6/perl
30560            ! t/op/magic.t
30561 ____________________________________________________________________________
30562 [  9160] By: jhi                                   on 2001/03/14  22:02:10
30563         Log: Do not use the Perl malloc in IRIX, suggested by
30564              Helmus Jarausch.
30565      Branch: perl
30566            ! hints/irix_6.sh
30567 ____________________________________________________________________________
30568 [  9159] By: nick                                  on 2001/03/14  21:45:59
30569         Log: Integrate mainline
30570      Branch: perlio
30571           +> t/op/loopctl.t
30572           !> (integrate 41 files)
30573 ____________________________________________________________________________
30574 [  9158] By: jhi                                   on 2001/03/14  21:10:09
30575         Log: The Day of the Retractions continues: the #9138
30576              (integrated in #9144) doesn't work well in mainline.
30577      Branch: perl
30578            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
30579            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
30580            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
30581 ____________________________________________________________________________
30582 [  9157] By: jhi                                   on 2001/03/14  20:58:12
30583         Log: The #9145 CANNOT be enabled: the clear_pmop code still
30584              dumps core all over in Tru64.
30585      Branch: perl
30586            ! op.c op.h t/op/pat.t
30587 ____________________________________________________________________________
30588 [  9156] By: jhi                                   on 2001/03/14  20:48:06
30589         Log: Integrate change #9154 from maintperl to mainline.
30590              
30591              PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
30592              (caused Storable 1.0.10 to break on windows)
30593      Branch: perl
30594           !> embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
30595           !> perlapi.c proto.h
30596 ____________________________________________________________________________
30597 [  9155] By: jhi                                   on 2001/03/14  20:23:53
30598         Log: Retract #9136: breaks threading (and binary compatibility).
30599      Branch: perl
30600            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
30601 ____________________________________________________________________________
30602 [  9154] By: gsar                                  on 2001/03/14  17:48:18
30603         Log: PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
30604              (caused Storable 1.0.10 to break on windows)
30605      Branch: maint-5.6/perl
30606            ! embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
30607            ! perlapi.c proto.h
30608 ____________________________________________________________________________
30609 [  9153] By: jhi                                   on 2001/03/14  13:35:21
30610         Log: Tweaked a tweak from H.Merijn Brand on the sigaction test.
30611      Branch: perl
30612            ! t/lib/sigaction.t
30613 ____________________________________________________________________________
30614 [  9152] By: gsar                                  on 2001/03/14  07:29:40
30615         Log: back out changes#9012,9010,9009 and parts of change#9016
30616              (causes ABRs under purify, and some prerequisites don't
30617              seem to be there in 5.6.x)
30618      Branch: maint-5.6/perl
30619            ! doop.c op.c t/op/tr.t toke.c
30620 ____________________________________________________________________________
30621 [  9151] By: gsar                                  on 2001/03/14  07:01:29
30622         Log: reenable change#9145 (the test was busted due to a missing
30623              C<print "ok 27\n">)
30624      Branch: perl
30625            ! op.c op.h t/op/pat.t
30626 ____________________________________________________________________________
30627 [  9150] By: jhi                                   on 2001/03/14  06:38:36
30628         Log: Retract #9145.
30629      Branch: perl
30630            ! op.c op.h t/op/pat.t
30631 ____________________________________________________________________________
30632 [  9149] By: jhi                                   on 2001/03/14  06:14:56
30633         Log: Retract #9143.
30634      Branch: perl
30635            ! op.c
30636 ____________________________________________________________________________
30637 [  9148] By: gsar                                  on 2001/03/14  06:13:02
30638         Log: Uninitialized Memory Read in regexec.c
30639      Branch: perl
30640            ! regexec.c
30641 ____________________________________________________________________________
30642 [  9147] By: jhi                                   on 2001/03/14  04:59:54
30643         Log: Subject: PATCH: make goto work in nested eval ""
30644              From: Robin Houston <robin@kitsite.com>
30645              Date: Wed, 14 Mar 2001 04:16:10 +0000
30646              Message-ID: <20010314041610.A16307@puffinry.freeserve.co.uk>
30647      Branch: perl
30648            ! pp_ctl.c t/op/goto.t
30649 ____________________________________________________________________________
30650 [  9146] By: jhi                                   on 2001/03/14  04:42:54
30651         Log: Preserve the #ifdef PERL_CORE in perly.h.
30652      Branch: perl
30653            ! perly.fixer
30654 ____________________________________________________________________________
30655 [  9145] By: jhi                                   on 2001/03/14  03:57:41
30656         Log: (Retracted by #9150.)
30657      Branch: perl
30658            ! op.c op.h t/op/pat.t
30659 ____________________________________________________________________________
30660 [  9144] By: jhi                                   on 2001/03/14  03:50:38
30661         Log: Integrate changes #9137,9138,9142 from maintperl into mainline.
30662              
30663              fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
30664              
30665              remove squelch controls for "Scalars leaked" messages in most places
30666              (these are now cured)
30667              
30668              fix another memory leak reported by purify (tie callbacks that
30669              croak can leak when wiping out magic)
30670      Branch: perl
30671           !> regcomp.c scope.c t/comp/proto.t t/op/lex_assign.t
30672           !> t/op/local.t t/op/pat.t t/op/regexp.t t/pragma/strict-vars
30673           !> t/pragma/warn/op t/pragma/warn/regcomp t/pragma/warn/toke
30674           !> t/pragma/warnings.t
30675 ____________________________________________________________________________
30676 [  9143] By: jhi                                   on 2001/03/14  03:37:53
30677         Log: (Retracted by #9149.)
30678      Branch: perl
30679            ! op.c
30680 ____________________________________________________________________________
30681 [  9142] By: gsar                                  on 2001/03/14  03:20:48
30682         Log: fix another memory leak reported by purify (tie callbacks that
30683              croak can leak when wiping out magic)
30684      Branch: maint-5.6/perl
30685            ! scope.c
30686 ____________________________________________________________________________
30687 [  9141] By: jhi                                   on 2001/03/14  02:55:00
30688         Log: Subject: PATCH for [ID 20010305.003]
30689              From: Robin Houston <robin@kitsite.com>
30690              Date: Wed, 14 Mar 2001 02:45:51 +0000
30691              Message-ID: <20010314024551.A16207@puffinry.freeserve.co.uk>
30692      Branch: perl
30693            ! pp_ctl.c t/op/eval.t
30694 ____________________________________________________________________________
30695 [  9140] By: jhi                                   on 2001/03/14  02:41:54
30696         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
30697              Date: Wed, 14 Mar 2001 01:52:51 +0000
30698              From: Robin Houston <robin@kitsite.com>
30699              Message-ID: <20010314015251.B16112@puffinry.freeserve.co.uk>
30700              
30701              Fix for 2000313.004.
30702      Branch: perl
30703            ! pp_ctl.c t/op/goto.t
30704 ____________________________________________________________________________
30705 [  9139] By: jhi                                   on 2001/03/14  02:40:50
30706         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
30707              From: Robin Houston <robin@kitsite.com>
30708              Date: Wed, 14 Mar 2001 00:43:45 +0000
30709              Message-ID: <20010314004345.A15892@puffinry.freeserve.co.uk>
30710      Branch: perl
30711            + t/op/loopctl.t
30712            ! AUTHORS MANIFEST perly.c perly.y perly_c.diff t/op/goto.t
30713            ! vms/perly_c.vms
30714 ____________________________________________________________________________
30715 [  9138] By: gsar                                  on 2001/03/14  01:18:00
30716         Log: remove squelch controls for "Scalars leaked" messages in most places
30717              (these are now cured)
30718      Branch: maint-5.6/perl
30719            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
30720            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
30721            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
30722 ____________________________________________________________________________
30723 [  9137] By: gsar                                  on 2001/03/14  00:57:04
30724         Log: fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
30725      Branch: maint-5.6/perl
30726            ! regcomp.c
30727 ____________________________________________________________________________
30728 [  9136] By: jhi                                   on 2001/03/13  23:12:24
30729         Log: (Retracted by #9155)
30730              
30731              Subject: Re: [gsar@ActiveState.com: v5.6.1 trial2 is available]
30732              From: Jens-Uwe Mager <jum@helios.de>
30733              Date: Wed, 21 Feb 2001 21:32:04 +0100
30734              Message-ID: <20010221213203.A18340@ans.helios.de>
30735      Branch: perl
30736            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
30737 ____________________________________________________________________________
30738 [  9135] By: jhi                                   on 2001/03/13  22:50:05
30739         Log: Integrate perlio.
30740      Branch: perl
30741           !> pp.c
30742 ____________________________________________________________________________
30743 [  9134] By: jhi                                   on 2001/03/13  22:49:05
30744         Log: Integrate change #9131 from maintperl into mainline.
30745              
30746              make the error text look more consistent in hints/hpux.sh
30747      Branch: perl
30748           !> hints/hpux.sh
30749 ____________________________________________________________________________
30750 [  9133] By: gsar                                  on 2001/03/13  22:46:20
30751         Log: integrate change#9067 from mainline
30752              
30753              Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
30754      Branch: maint-5.6/perl
30755           !> lib/ExtUtils/MM_Unix.pm
30756 ____________________________________________________________________________
30757 [  9132] By: jhi                                   on 2001/03/13  22:41:21
30758         Log: Subject:  Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
30759              From: "John P. Linderman" <jpl@research.att.com>
30760              Date: Tue, 13 Mar 2001 12:36:32 -0500 (EST)
30761              Message-Id: <200103131736.MAA35615@raptor.research.att.com>
30762              
30763              A more correct prime finder.
30764      Branch: perl
30765            ! lib/Tie/SubstrHash.pm
30766 ____________________________________________________________________________
30767 [  9131] By: gsar                                  on 2001/03/13  22:30:42
30768         Log: make the error text look more consistent in hints/hpux.sh
30769      Branch: maint-5.6/perl
30770            ! hints/hpux.sh
30771 ____________________________________________________________________________
30772 [  9130] By: jhi                                   on 2001/03/13  22:23:44
30773         Log: Subject: Re: 9122 and sigaction/switch on HP-UX 11.00
30774              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
30775              Date: Tue, 13 Mar 2001 18:41:26 +0100
30776              Message-Id: <20010313184043.BFFC.H.M.BRAND@hccnet.nl>
30777              
30778              If the test is run non-interactively the default handler
30779              is different.
30780      Branch: perl
30781            ! t/lib/sigaction.t
30782 ____________________________________________________________________________
30783 [  9129] By: jhi                                   on 2001/03/13  22:20:21
30784         Log: Subject:  [PATCH perl@9125] t/lib/1_compile.t  VMS mod
30785              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
30786              Message-Id: <010313164414.d1225@DUPHY4.Physics.Drexel.Edu>
30787              Date:     Tue, 13 Mar 2001 16:44:32 EST
30788      Branch: perl
30789            ! t/lib/1_compile.t
30790 ____________________________________________________________________________
30791 [  9128] By: jhi                                   on 2001/03/13  22:18:34
30792         Log: Subject: Another patch for integer.pm POD 
30793              From: "John L. Allen" <allen@grumman.com>
30794              Date: Tue, 13 Mar 2001 16:14:02 -0500 (EST)
30795              Message-ID: <Pine.SOL.3.91.1010313160755.1630A-100000@gateway.grumman.com>
30796      Branch: perl
30797            ! lib/integer.pm
30798 ____________________________________________________________________________
30799 [  9127] By: nick                                  on 2001/03/13  21:26:30
30800         Log: Integrate mainline.
30801      Branch: perlio
30802           +> lib/Switch.pm lib/Text/Balanced.pm lib/Text/Balanced.pod
30803           +> t/lib/switch.t t/lib/tb-genxt.t t/lib/tb-xbrak.t
30804           +> t/lib/tb-xcode.t t/lib/tb-xdeli.t t/lib/tb-xmult.t
30805           +> t/lib/tb-xquot.t t/lib/tb-xtagg.t t/lib/tb-xvari.t
30806           !> Changes Configure MANIFEST README.os2 README.os390
30807           !> ext/re/Makefile.PL hints/aix.sh hints/os390.sh lib/integer.pm
30808           !> os2/Changes patchlevel.h win32/perlhost.h
30809 ____________________________________________________________________________
30810 [  9126] By: nick                                  on 2001/03/13  20:39:51
30811         Log: #ifdef'ed out code to make packed side of pack/unpack
30812              octets. (i.e. pack('U') => encode_utf8).
30813      Branch: perlio
30814            ! pp.c
30815 ____________________________________________________________________________
30816 [  9125] By: jhi                                   on 2001/03/13  15:07:16
30817         Log: Update Changes.
30818      Branch: perl
30819            ! Changes patchlevel.h
30820 ____________________________________________________________________________
30821 [  9124] By: jhi                                   on 2001/03/13  14:22:45
30822         Log: Workaround for the buggy ("internal compiler error")
30823              AIX C compiler 5.0.1.0: skip the optimization for regcomp.c
30824              (and ext/re/re_comp.c).  The MakeMaker dark magic courtesy
30825              of Andreas König.
30826      Branch: perl
30827            ! ext/re/Makefile.PL hints/aix.sh
30828 ____________________________________________________________________________
30829 [  9123] By: jhi                                   on 2001/03/13  03:24:34
30830         Log: Typo in #9114.
30831      Branch: metaconfig
30832            ! U/modified/myhostname.U
30833 ____________________________________________________________________________
30834 [  9122] By: jhi                                   on 2001/03/13  03:24:06
30835         Log: Typo in #9113.
30836      Branch: perl
30837            ! Configure
30838 ____________________________________________________________________________
30839 [  9121] By: jhi                                   on 2001/03/13  01:53:05
30840         Log: Forgot to check-in the larger part of #9120, duh.
30841      Branch: perl
30842            ! README.os2
30843 ____________________________________________________________________________
30844 [  9120] By: jhi                                   on 2001/03/13  01:51:31
30845         Log: Subject: [PATCH 5.6.1] OS/2 docs
30846              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
30847              Date: Mon, 12 Mar 2001 03:27:32 -0500
30848              Message-ID: <20010312032732.A19283@math.ohio-state.edu>
30849      Branch: perl
30850            ! os2/Changes
30851 ____________________________________________________________________________
30852 [  9119] By: jhi                                   on 2001/03/13  01:49:41
30853         Log: Integrate change #9116 from maintperl into mainline.
30854              
30855              Win32::GetCwd() returns C: instead of C:\ in the root directory
30856              under ithreads
30857      Branch: perl
30858           !> win32/perlhost.h
30859 ____________________________________________________________________________
30860 [  9118] By: jhi                                   on 2001/03/13  01:13:39
30861         Log: Add Switch 2.01, resort MANIFEST (forgot that in #9117)
30862      Branch: perl
30863            + lib/Switch.pm t/lib/switch.t
30864            ! MANIFEST
30865 ____________________________________________________________________________
30866 [  9117] By: jhi                                   on 2001/03/13  01:03:17
30867         Log: Add Text::Balanced 1.83.
30868      Branch: perl
30869            + lib/Text/Balanced.pm lib/Text/Balanced.pod t/lib/tb-genxt.t
30870            + t/lib/tb-xbrak.t t/lib/tb-xcode.t t/lib/tb-xdeli.t
30871            + t/lib/tb-xmult.t t/lib/tb-xquot.t t/lib/tb-xtagg.t
30872            + t/lib/tb-xvari.t
30873            ! MANIFEST
30874 ____________________________________________________________________________
30875 [  9116] By: gsar                                  on 2001/03/13  00:55:53
30876         Log: Win32::GetCwd() returns C: instead of C:\ in the root directory
30877              under ithreads
30878      Branch: maint-5.6/perl
30879            ! win32/perlhost.h
30880 ____________________________________________________________________________
30881 [  9115] By: jhi                                   on 2001/03/13  00:54:09
30882         Log: Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
30883              From: "John L. Allen" <allen@grumman.com>
30884              Date: Tue, 6 Mar 2001 10:50:51 -0500 (EST)
30885              Message-ID: <Pine.SOL.3.91.1010306103113.9094A-100000@gateway.grumman.com>
30886              
30887              use integer document clarification.
30888      Branch: perl
30889            ! lib/integer.pm
30890 ____________________________________________________________________________
30891 [  9114] By: jhi                                   on 2001/03/13  00:38:54
30892         Log: Metaconfig unit change for #9113.
30893      Branch: metaconfig
30894            ! U/modified/myhostname.U
30895 ____________________________________________________________________________
30896 [  9113] By: jhi                                   on 2001/03/13  00:38:35
30897         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?)
30898              From: Peter Prymmer <pvhp@forte.com>
30899              Date: Mon, 12 Mar 2001 16:25:56 -0800 (PST)
30900              Message-ID: <Pine.OSF.4.10.10103121619020.180841-100000@aspara.forte.com>
30901      Branch: perl
30902            ! Configure README.os390 hints/os390.sh
30903 ____________________________________________________________________________
30904 [  9112] By: jhi                                   on 2001/03/13  00:29:00
30905         Log: Integrate perlio.
30906      Branch: perl
30907           !> sv.c utf8.h
30908 ____________________________________________________________________________
30909 [  9111] By: nick                                  on 2001/03/12  21:16:33
30910         Log: Integrate mainline.
30911      Branch: perlio
30912           +> t/op/anonsub.t
30913           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
30914           !> proto.h sv.c
30915 ____________________________________________________________________________
30916 [  9110] By: nick                                  on 2001/03/12  21:00:13
30917         Log: #ifdef'ed out code for 'USE_BYTES_DOWNGRADES' case.
30918      Branch: perlio
30919            ! sv.c utf8.h
30920 ____________________________________________________________________________
30921 [  9109] By: jhi                                   on 2001/03/12  16:04:47
30922         Log: Integrate change #9108 from maintperl to mainline.
30923              
30924              fix memory leak in C<sub X { sub {} }> arising from a refcount
30925              loop between the outer sub and the inner prototype anonsub
30926              
30927              this also enables closures returned by subroutines that
30928              subsequently get redefined to work without generating coredumps :)
30929              
30930              completely removed the free_closures() hack--it shouldn't be
30931              needed anymore
30932      Branch: perl
30933           +> t/op/anonsub.t
30934           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
30935           !> proto.h sv.c
30936 ____________________________________________________________________________
30937 [  9108] By: gsar                                  on 2001/03/12  10:21:31
30938         Log: fix memory leak in C<sub X { sub {} }> arising from a refcount
30939              loop between the outer sub and the inner prototype anonsub
30940              
30941              this also enables closures returned by subroutines that
30942              subsequently get redefined to work without generating coredumps :)
30943              
30944              completely removed the free_closures() hack--it shouldn't be
30945              needed anymore
30946      Branch: maint-5.6/perl
30947            + t/op/anonsub.t
30948            ! MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
30949            ! proto.h sv.c
30950 ____________________________________________________________________________
30951 [  9107] By: jhi                                   on 2001/03/12  05:15:31
30952         Log: Integrate perlio.
30953      Branch: perl
30954           !> ext/Encode/Encode.xs makedef.pl regcomp.c sv.c toke.c utf8.c
30955 ____________________________________________________________________________
30956 [  9106] By: nick                                  on 2001/03/11  20:10:12
30957         Log: regcomp.c is working in native space, not Unicode space (if different)
30958              as it is doing compare against 'W' in \W etc.
30959      Branch: perlio
30960            ! regcomp.c
30961 ____________________________________________________________________________
30962 [  9105] By: nick                                  on 2001/03/11  19:39:34
30963         Log: Audit #ifdef EBCDIC and #ifndef ASCIIish, replace latter with former.
30964              Use ASCII_TO_NATIVE and NATIVE_TO_ASCII to avoid some #ifs.
30965      Branch: perlio
30966            ! regcomp.c toke.c utf8.c
30967 ____________________________________________________________________________
30968 [  9104] By: nick                                  on 2001/03/11  18:15:44
30969         Log: Put utf8_downgrade in CRIPPLED_CC versions of SvPVbyte* before I forget.
30970      Branch: perlio
30971            ! sv.c
30972 ____________________________________________________________________________
30973 [  9103] By: nick                                  on 2001/03/11  18:03:28
30974         Log: Integrate mainline (for regexp stuff).
30975      Branch: perlio
30976           !> ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
30977           !> ext/Encode/Encode.xs ext/Errno/Errno_pm.PL
30978           !> lib/ExtUtils/Manifest.pm regcomp.c regexec.c t/lib/b.t
30979           !> t/lib/errno.t t/op/pat.t
30980 ____________________________________________________________________________
30981 [  9102] By: nick                                  on 2001/03/11  17:44:20
30982         Log: USE_SFIO issues as observed by Chris Nandor <pudge@pobox.com>
30983              - exclude layer syms in makedef.pl for sfio
30984              - also inhibit Encode from trying to build ":encode()" layer.
30985      Branch: perlio
30986            ! ext/Encode/Encode.xs makedef.pl
30987 ____________________________________________________________________________
30988 [  9101] By: jhi                                   on 2001/03/10  22:38:13
30989         Log: The $Is_MacOS needs to be declared.
30990      Branch: perl
30991            ! lib/ExtUtils/Manifest.pm
30992 ____________________________________________________________________________
30993 [  9100] By: jhi                                   on 2001/03/10  22:14:29
30994         Log: Use #if defined(USE_PERLIO) && !defined(USE_SFIO) instead of just
30995              #ifdef USE_PERLIO in Encode.xs so that the perlio symbols don't
30996              pollute the symbolspace if using sfio.
30997      Branch: perl
30998            ! ext/Encode/Encode.xs
30999 ____________________________________________________________________________
31000 [  9099] By: jhi                                   on 2001/03/10  21:58:48
31001         Log: Subject: [PATCH] Portability fixes for Mac OS / bleadperl
31002              Date: Sat, 10 Mar 2001 14:23:55 -0500
31003              From: Chris Nandor <pudge@pobox.com>
31004              Message-Id: <p05010401b6d02f70211f@[10.0.1.177]>
31005      Branch: perl
31006            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
31007            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm t/lib/b.t
31008            ! t/lib/errno.t
31009 ____________________________________________________________________________
31010 [  9098] By: jhi                                   on 2001/03/10  21:38:30
31011         Log: Fix for ID 20010306.008, UTF-8 and \w without 'use utf8' coredump.
31012      Branch: perl
31013            ! regcomp.c regexec.c t/op/pat.t
31014 ____________________________________________________________________________
31015 [  9097] By: jhi                                   on 2001/03/10  14:38:07
31016         Log: Integrate perlio.
31017      Branch: perl
31018           !> doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
31019           !> handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
31020           !> regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
31021 ____________________________________________________________________________
31022 [  9096] By: nick                                  on 2001/03/10  11:55:43
31023         Log: EBCDIC sanity - phase I
31024              - rename utf8/uv functions to indicate what sort of uv they provide (uvuni/uvchr)
31025              - use utf8n_xxxx (c.f. pvn) for forms which take length.
31026              - back out vN.N and $^V exceptions to e2a/a2e
31027              - make "locale" isxxx macros be uvchr (may be redundant?)
31028              
31029              Not clear yet that toUPPER_uni et. al. return being handled correctly.
31030              The tr// and rexexp stuff still needs an audit, assumption is they are working
31031              in Unicode space.
31032              
31033              Need to provide v5.6 names for XS modules (decide is uni or chr ?).
31034      Branch: perlio
31035            ! doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
31036            ! handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
31037            ! regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
31038 ____________________________________________________________________________
31039 [  9095] By: jhi                                   on 2001/03/09  22:10:01
31040         Log: Integrate perlio.
31041      Branch: perl
31042           !> dump.c
31043 ____________________________________________________________________________
31044 [  9094] By: nick                                  on 2001/03/09  17:36:38
31045         Log: Builds an passes all tests after integrate and this tweak.
31046      Branch: perlio
31047            ! dump.c
31048 ____________________________________________________________________________
31049 [  9093] By: nick                                  on 2001/03/09  17:16:03
31050         Log: Integrate mainline (does not build - sv_catpvf issue in dump.c)
31051      Branch: perlio
31052           +> lib/unicode/Scripts.txt t/lib/sigaction.t
31053           !> (integrate 79 files)
31054 ____________________________________________________________________________
31055 [  9092] By: jhi                                   on 2001/03/09  15:28:26
31056         Log: Update Changes.
31057      Branch: perl
31058            ! Changes patchlevel.h
31059 ____________________________________________________________________________
31060 [  9091] By: jhi                                   on 2001/03/09  15:25:05
31061         Log: In op/stat #35 better to scan all the potential directories
31062              for setuids, not just the first one.
31063      Branch: perl
31064            ! t/op/stat.t
31065 ____________________________________________________________________________
31066 [  9090] By: jhi                                   on 2001/03/09  15:01:27
31067         Log: Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists() 
31068              From: rspier@pobox.com (Robert Spier)
31069              Date: Fri, 9 Mar 2001 03:30:20 -0500
31070              Message-ID: <15016.38044.381174.160189@rls.cx>
31071              
31072              EXISTS() returning undef mistakenly triggered a FETCH().
31073      Branch: perl
31074            ! hv.c
31075 ____________________________________________________________________________
31076 [  9089] By: jhi                                   on 2001/03/09  14:59:02
31077         Log: Add /sbin and /usr/sbin to the list of directories scanned
31078              for setuid programs.  Takes care of bug id 20010309.003.
31079      Branch: perl
31080            ! t/op/stat.t
31081 ____________________________________________________________________________
31082 [  9088] By: jhi                                   on 2001/03/09  14:48:32
31083         Log: Regen perlapi, perltoc.
31084      Branch: perl
31085            ! ext/Encode/Encode/Tcl.pm pod/perlapi.pod pod/perltoc.pod
31086 ____________________________________________________________________________
31087 [  9087] By: jhi                                   on 2001/03/09  14:38:56
31088         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
31089              From: David Mitchell <davem@fdgroup.co.uk>
31090              Date: Fri, 9 Mar 2001 13:49:31 +0000 (GMT)
31091              Message-Id: <200103091349.NAA16617@tiree.fdgroup.co.uk>
31092      Branch: perl
31093            ! dump.c perl.c perl.h pod/perlrun.pod
31094 ____________________________________________________________________________
31095 [  9086] By: jhi                                   on 2001/03/09  01:47:16
31096         Log: A modified version of
31097              
31098              Subject: [ID 20010307.005] POSIX::sigaction has various problems
31099              From: anders@broadcom.com
31100              Date: Wed, 7 Mar 2001 14:35:24 -0800 (PST) 
31101              Message-Id: <200103072235.OAA25368@dt-sj1-130.sj.broadcom.com>
31102              
31103              Currently the sigaction.t test #6 fails (and is fudged to look
31104              like an "ok") in Linux (at least in Debian 2.2 Linux 2.4.2 x86).
31105              This may well be a genuine bug in Linux sigaction() (since at
31106              least Tru64, Solaris, and HP-UX disagree with Linux).
31107              Anyone with POSIX / SUSv2 tome handy?  The problem is that
31108              the flags of the oldaction don't match with the flags in
31109              the previously installed disposition.
31110      Branch: perl
31111            + t/lib/sigaction.t
31112            ! MANIFEST ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
31113 ____________________________________________________________________________
31114 [  9085] By: jhi                                   on 2001/03/09  01:30:13
31115         Log: Subject: Re: mission impossible for the day
31116              From: Alex Gough <alex@rcon.org>
31117              Date: Thu, 08 Mar 2001 17:18:19 +0000
31118              Message-ID: <3AA7BEDB.8070409@rcon.org>
31119              
31120              If references (are overloaded) and can be directly stringified,
31121              show that instead of "stringified".
31122              
31123              (The problem, infinite mutual recursion caused by overloaded bool
31124              in Switch.pm, tracked by David Mitchell)
31125      Branch: perl
31126            ! lib/Carp/Heavy.pm
31127 ____________________________________________________________________________
31128 [  9084] By: jhi                                   on 2001/03/09  01:20:39
31129         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
31130              Date: Thu, 8 Mar 2001 12:06:57 +0000 (GMT)
31131              From: David Mitchell <davem@fdgroup.co.uk>
31132              Message-Id: <200103081206.MAA06281@tiree.fdgroup.co.uk>
31133      Branch: perl
31134            ! ext/re/re.xs malloc.c mg.c perl.c perl.h perly.c perly.y
31135            ! pp_ctl.c regexec.c sv.c vms/perly_c.vms
31136 ____________________________________________________________________________
31137 [  9083] By: jhi                                   on 2001/03/09  01:16:51
31138         Log: Subject: [PATCH] perldata.pod here-doc docs
31139              From: Jeff Pinyan <jeffp@crusoe.net>
31140              Date: Thu, 8 Mar 2001 13:18:55 -0500 (EST)
31141              Message-ID: <Pine.GSO.4.21.0103081317530.20957-100000@crusoe.crusoe.net>
31142      Branch: perl
31143            ! pod/perldata.pod
31144 ____________________________________________________________________________
31145 [  9082] By: jhi                                   on 2001/03/09  01:01:27
31146         Log: Subject: Re: Unicode/EBCDIC
31147              From: Peter Prymmer <pvhp@forte.com>
31148              Date: Thu, 8 Mar 2001 16:23:25 -0800 (PST)
31149              Message-ID: <Pine.OSF.4.10.10103081617390.377472-100000@aspara.forte.com>
31150      Branch: perl
31151            ! perl.c perl.h sv.c toke.c utf8.c utf8.h
31152 ____________________________________________________________________________
31153 [  9081] By: jhi                                   on 2001/03/08  13:41:30
31154         Log: Subject: Ooops, wrong 'no *POSIX' Patch
31155              From: Dorner Thomas <Thomas.Dorner@start.de>
31156              Date: Thu, 8 Mar 2001 08:43:28 +0100
31157              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88D3@Ex02.inhouse.start.de>
31158      Branch: perl
31159            ! hints/posix-bc.sh
31160 ____________________________________________________________________________
31161 [  9080] By: jhi                                   on 2001/03/08  13:11:42
31162         Log: It's Scripts.txt, not Script.txt.
31163      Branch: perl
31164            ! MANIFEST
31165 ____________________________________________________________________________
31166 [  9079] By: jhi                                   on 2001/03/08  12:59:05
31167         Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 
31168              From: Dorner Thomas <Thomas.Dorner@start.de>
31169              Date: Wed, 7 Mar 2001 14:13:31 +0100
31170              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
31171      Branch: perl
31172            ! makedepend.SH
31173 ____________________________________________________________________________
31174 [  9078] By: jhi                                   on 2001/03/08  12:57:43
31175         Log: Retract #9069, wrong patch.
31176      Branch: perl
31177            ! Makefile.SH
31178 ____________________________________________________________________________
31179 [  9077] By: jhi                                   on 2001/03/08  01:06:13
31180         Log: Upgrade to Unicode 3.1 beta 2001-03-01.
31181      Branch: perl
31182            + lib/unicode/Scripts.txt
31183            ! MANIFEST lib/unicode/Category.pl lib/unicode/Decomposition.pl
31184            ! lib/unicode/EAWidth.txt lib/unicode/Is/Alnum.pl
31185            ! lib/unicode/Is/Alpha.pl lib/unicode/Is/L.pl
31186            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
31187            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
31188            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
31189            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
31190            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
31191            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
31192            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
31193            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
31194            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
31195            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
31196            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
31197            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
31198            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
31199            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkZW.pl
31200            ! lib/unicode/Is/Ll.pl lib/unicode/Is/Lower.pl
31201            ! lib/unicode/Is/S.pl lib/unicode/Is/Sm.pl
31202            ! lib/unicode/Is/Word.pl lib/unicode/Names.txt
31203            ! lib/unicode/PropList.txt lib/unicode/ReadMe.txt
31204            ! lib/unicode/Unicode.txt lib/unicode/mktables.PL
31205            ! lib/unicode/version
31206 ____________________________________________________________________________
31207 [  9076] By: jhi                                   on 2001/03/07  22:59:39
31208         Log: Integrate change #7784 from mainline into maintperl.
31209              
31210              Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
31211      Branch: maint-5.6/perl
31212           !> pp_ctl.c t/op/pat.t
31213 ____________________________________________________________________________
31214 [  9075] By: jhi                                   on 2001/03/07  22:05:11
31215         Log: More UTF-8 test tweaks.
31216      Branch: perl
31217            ! t/op/pat.t t/op/split.t t/pragma/utf8.t
31218 ____________________________________________________________________________
31219 [  9074] By: nick                                  on 2001/03/07  21:39:29
31220         Log: Integrate mainline.
31221      Branch: perlio
31222           !> Changes Makefile.SH lib/ExtUtils/MM_Unix.pm
31223           !> lib/unicode/mktables.PL patchlevel.h perl.c pod/perlop.pod
31224           !> pod/perlretut.pod pod/perlsyn.pod pp.c pp_sys.c
31225           !> t/camel-III/vstring.t t/lib/charnames.t t/op/chop.t
31226           !> t/op/pack.t t/op/pat.t t/op/split.t t/pragma/utf8.t
31227 ____________________________________________________________________________
31228 [  9073] By: jhi                                   on 2001/03/07  16:37:09
31229         Log: Update Changes.
31230      Branch: perl
31231            ! Changes patchlevel.h
31232 ____________________________________________________________________________
31233 [  9072] By: jhi                                   on 2001/03/07  16:32:30
31234         Log: Subject: [ID 20010306.004] || != named unary operator
31235              From: abela@geneanet.org
31236              Date: Tue,  6 Mar 2001 15:57:57 +0100 (CET)
31237              Message-Id: <20010306145757.0CB03D183@little-roots.geneanet.org>
31238      Branch: perl
31239            ! pod/perlop.pod
31240 ____________________________________________________________________________
31241 [  9071] By: jhi                                   on 2001/03/07  15:14:11
31242         Log: Subject: downgrading to bytes for common functions
31243              From: andrew@pimlott.ne.mediaone.net (Andrew Pimlott)
31244              Date: Wed, 7 Mar 2001 02:36:55 -0500
31245              Message-ID: <20010307023655.J24024@pimlott.ne.mediaone.net>
31246      Branch: perl
31247            ! pp_sys.c
31248 ____________________________________________________________________________
31249 [  9070] By: jhi                                   on 2001/03/07  15:04:58
31250         Log: Clarify the description differentiating for and while; inspired by
31251              
31252              Subject: [ID 20010306.002] for/while difference in for definition
31253              From: abela@geneanet.org
31254              Date: Tue,  6 Mar 2001 09:40:36 +0100 (CET)
31255              Message-Id: <20010306084036.7BFD0D17F@little-roots.geneanet.org>
31256      Branch: perl
31257            ! pod/perlsyn.pod
31258 ____________________________________________________________________________
31259 [  9069] By: jhi                                   on 2001/03/07  14:55:30
31260         Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 
31261              From: Dorner Thomas <Thomas.Dorner@start.de>
31262              Date: Wed, 7 Mar 2001 14:13:31 +0100
31263              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
31264      Branch: perl
31265            ! Makefile.SH
31266 ____________________________________________________________________________
31267 [  9068] By: jhi                                   on 2001/03/07  14:51:17
31268         Log: Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
31269              From: Radu Greab <radu@netsoft.ro>
31270              Date: Tue, 6 Mar 2001 23:04:44 +0200 (EET)
31271              Message-ID: <15013.20716.201459.540421@ix.netsoft.ro>
31272      Branch: perl
31273            ! pp.c t/op/chop.t
31274 ____________________________________________________________________________
31275 [  9067] By: jhi                                   on 2001/03/07  14:48:57
31276         Log: Subject: Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
31277              From: Simon Cozens <simon@netthink.co.uk>
31278              Date: Wed, 7 Mar 2001 13:59:28 +0000
31279              Message-ID: <20010307135928.A21620@pembro26.pmb.ox.ac.uk>
31280              
31281              In order to allow MakeMaker to build correct Makefiles,
31282              you need to change the order of the arguments in MM_Unix.pm
31283              as well. (Unless you have C89_CCMODE set, but we're trying
31284              to be POSIXly correct)
31285              
31286              Thanks to Merijn Broeren for tracking this down.
31287      Branch: perl
31288            ! lib/ExtUtils/MM_Unix.pm
31289 ____________________________________________________________________________
31290 [  9066] By: jhi                                   on 2001/03/07  14:30:02
31291         Log: Floating point too messy.
31292      Branch: perl
31293            ! t/camel-III/vstring.t
31294 ____________________________________________________________________________
31295 [  9065] By: jhi                                   on 2001/03/07  14:17:44
31296         Log: Integrate change #9064 from maintperl into mainline.
31297              
31298              fix memory leak in pack("Bb",...)
31299      Branch: perl
31300           !> perl.c
31301 ____________________________________________________________________________
31302 [  9064] By: gsar                                  on 2001/03/07  06:29:24
31303         Log: fix memory leak in pack("Bb",...)
31304      Branch: maint-5.6/perl
31305            ! perl.c
31306 ____________________________________________________________________________
31307 [  9063] By: jhi                                   on 2001/03/07  00:55:04
31308         Log: Major utf8 test reorganisation and rewrite.
31309              Hopefully no tests were lost in the shuffle.
31310              (The beginning of pragma/utf8 was lost intentionally,
31311              the tests were rather bogus and incomplete.)
31312      Branch: perl
31313            ! t/lib/charnames.t t/op/pack.t t/op/pat.t t/op/split.t
31314            ! t/pragma/utf8.t
31315 ____________________________________________________________________________
31316 [  9062] By: jhi                                   on 2001/03/07  00:41:16
31317         Log: More tweakage on the Unicode character class descriptions.
31318      Branch: perl
31319            ! lib/unicode/mktables.PL pod/perlretut.pod
31320 ____________________________________________________________________________
31321 [  9061] By: jhi                                   on 2001/03/06  23:12:38
31322         Log: The perlretut was still talking about the old \p and \P
31323              definitions.
31324      Branch: perl
31325            ! pod/perlretut.pod
31326 ____________________________________________________________________________
31327 [  9060] By: nick                                  on 2001/03/06  20:52:37
31328         Log: Integrate mainline (make test works again now).
31329      Branch: perlio
31330           !> op.c op.h regcomp.c t/camel-III/vstring.t t/op/pat.t
31331 ____________________________________________________________________________
31332 [  9059] By: jhi                                   on 2001/03/06  15:36:14
31333         Log: 0.999... does equal 1.0, doesn't it?
31334      Branch: perl
31335            ! t/camel-III/vstring.t
31336 ____________________________________________________________________________
31337 [  9058] By: jhi                                   on 2001/03/06  15:34:00
31338         Log: Make /x{abcd}/ to work without use utf8.
31339      Branch: perl
31340            ! regcomp.c
31341 ____________________________________________________________________________
31342 [  9057] By: jhi                                   on 2001/03/06  03:02:36
31343         Log: Easier to outcomment all the three reset() tests for now.
31344      Branch: perl
31345            ! t/op/pat.t
31346 ____________________________________________________________________________
31347 [  9056] By: jhi                                   on 2001/03/06  02:30:02
31348         Log: Comment out the deadly reset; until the 20010301.005
31349              is finally fixed.
31350      Branch: perl
31351            ! t/op/pat.t
31352 ____________________________________________________________________________
31353 [  9055] By: jhi                                   on 2001/03/06  02:21:26
31354         Log: Integrate the change #9054 from mainline:
31355              retract the PMOP cleanup patch pending further investigation.
31356      Branch: maint-5.6/perl
31357           !> op.c op.h
31358 ____________________________________________________________________________
31359 [  9054] By: jhi                                   on 2001/03/06  02:19:57
31360         Log: Retract the PMOP cleanup patch: I'm seeing strange core dumps
31361              with oddly familiar stack traces.
31362      Branch: perl
31363            ! op.c op.h
31364 ____________________________________________________________________________
31365 [  9053] By: jhi                                   on 2001/03/05  23:20:28
31366         Log: Integrate perlio.
31367      Branch: perl
31368           +> ext/Encode/Encode/koi8-r.ucm
31369           !> MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
31370           !> makedef.pl
31371 ____________________________________________________________________________
31372 [  9052] By: nick                                  on 2001/03/05  23:08:17
31373         Log: skipping USE_PERLIO symbols correction.
31374      Branch: perlio
31375            ! makedef.pl
31376 ____________________________________________________________________________
31377 [  9051] By: nick                                  on 2001/03/05  22:35:07
31378         Log: More Encode alias tidying.
31379      Branch: perlio
31380            + ext/Encode/Encode/koi8-r.ucm
31381            ! MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
31382 ____________________________________________________________________________
31383 [  9050] By: jhi                                   on 2001/03/05  21:44:29
31384         Log: Integrate changes #9033 and #9044 from mainline into maintperl,
31385              Sarathy's fix for ID 20010301.005.
31386      Branch: maint-5.6/perl
31387           !> op.c op.h
31388 ____________________________________________________________________________
31389 [  9049] By: nick                                  on 2001/03/05  19:54:04
31390         Log: Integrate Jarkko's Encode.pm tweak.
31391      Branch: perlio
31392           !> ext/Encode/Encode.pm
31393 ____________________________________________________________________________
31394 [  9048] By: nick                                  on 2001/03/05  19:47:57
31395         Log: Integrate mainline (mostly - holding of on Encode.pm for a bit.)
31396      Branch: perlio
31397           +> os2/os2add.sym
31398           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm makedef.pl op.c
31399           !> op.h os2/Changes os2/Makefile.SHs os2/OS2/REXX/Makefile.PL
31400           !> os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
31401           !> os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/os2.sym os2/os2ish.h
31402           !> pod/perlapi.pod t/op/pat.t t/op/tr.t
31403 ____________________________________________________________________________
31404 [  9047] By: jhi                                   on 2001/03/05  19:25:26
31405         Log: Regen perlapi.
31406      Branch: perl
31407            ! pod/perlapi.pod
31408 ____________________________________________________________________________
31409 [  9046] By: jhi                                   on 2001/03/05  19:12:14
31410         Log: Integrate perlio.
31411      Branch: perl
31412           +> t/camel-III/vstring.t
31413           !> MANIFEST pp.h pp_sys.c t/TEST t/harness
31414 ____________________________________________________________________________
31415 [  9045] By: jhi                                   on 2001/03/05  19:10:36
31416         Log: The mapping of ISO Latin X to ISO 8859-Y is tricky.
31417      Branch: perl
31418            ! ext/Encode/Encode.pm
31419 ____________________________________________________________________________
31420 [  9044] By: jhi                                   on 2001/03/05  18:49:12
31421         Log: Forgot the other half of the PMOP patch (#9033).
31422      Branch: perl
31423            ! op.h
31424 ____________________________________________________________________________
31425 [  9043] By: nick                                  on 2001/03/05  18:14:47
31426         Log: Update MANIFEST for new test.
31427      Branch: perlio
31428            ! MANIFEST
31429 ____________________________________________________________________________
31430 [  9042] By: nick                                  on 2001/03/05  18:12:41
31431         Log: Some tests for Camel 3rd edition features.
31432              Make gethostbyaddr() test in above work.
31433      Branch: perlio
31434            + t/camel-III/vstring.t
31435            ! pp.h pp_sys.c t/TEST t/harness
31436 ____________________________________________________________________________
31437 [  9041] By: jhi                                   on 2001/03/05  17:41:48
31438         Log: Add more ISO 8859 encoding aliases.
31439      Branch: perl
31440            ! ext/Encode/Encode.pm
31441 ____________________________________________________________________________
31442 [  9040] By: jhi                                   on 2001/03/05  17:30:43
31443         Log: Integrate perlio.
31444      Branch: perl
31445           !> MANIFEST sv.c
31446 ____________________________________________________________________________
31447 [  9039] By: nick                                  on 2001/03/05  17:11:36
31448         Log: Missed added file.
31449      Branch: perlio
31450            ! MANIFEST
31451 ____________________________________________________________________________
31452 [  9038] By: jhi                                   on 2001/03/05  15:58:01
31453         Log: Add tr tests for EBCDIC, from Karsten Sperling.
31454      Branch: perl
31455            ! t/op/tr.t
31456 ____________________________________________________________________________
31457 [  9037] By: nick                                  on 2001/03/05  15:56:35
31458         Log: Long-standing "defined but not used" SvPVbyte*() are about to get used
31459              for auto-downgrade hooks in gethostbyaddr() etc. (as per Camel-III).
31460              
31461              Make SvPVbyte*() symetric with respect to SvPVutf8*() in that:
31462              - it does a sv_utf8_downgrade (c.f. SvPVutf8's sv_utf8_upgrade())
31463              - uses SvPV() rather than sv_2pv() in case it isn't a string.
31464      Branch: perlio
31465            ! sv.c
31466 ____________________________________________________________________________
31467 [  9036] By: jhi                                   on 2001/03/05  15:49:15
31468         Log: Add matching tests currently failing in EBCDIC,
31469              suggested by Karsten Sperling.
31470      Branch: perl
31471            ! t/op/pat.t
31472 ____________________________________________________________________________
31473 [  9035] By: jhi                                   on 2001/03/05  15:36:55
31474         Log: The #9034 needs a MANIFESTation.
31475      Branch: perl
31476            ! MANIFEST
31477 ____________________________________________________________________________
31478 [  9034] By: jhi                                   on 2001/03/05  15:35:14
31479         Log: Integrate perlio.
31480      Branch: perl
31481           +> ext/Encode/Encode/Tcl.pm
31482           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
31483           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
31484           !> ext/Encode/Encode/iso8859-1.ucm
31485           !> ext/Encode/Encode/iso8859-10.ucm
31486           !> ext/Encode/Encode/iso8859-13.ucm
31487           !> ext/Encode/Encode/iso8859-14.ucm
31488           !> ext/Encode/Encode/iso8859-15.ucm
31489           !> ext/Encode/Encode/iso8859-16.ucm
31490           !> ext/Encode/Encode/iso8859-2.ucm
31491           !> ext/Encode/Encode/iso8859-3.ucm
31492           !> ext/Encode/Encode/iso8859-4.ucm
31493           !> ext/Encode/Encode/iso8859-5.ucm
31494           !> ext/Encode/Encode/iso8859-6.ucm
31495           !> ext/Encode/Encode/iso8859-7.ucm
31496           !> ext/Encode/Encode/iso8859-8.ucm
31497           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
31498           !> t/lib/encode.t
31499 ____________________________________________________________________________
31500 [  9033] By: jhi                                   on 2001/03/05  15:33:18
31501         Log: Subject: Re: [ID 20010301.005] corrupt memory (since @8531, in 5.6.1-T2)
31502              From: Gurusamy Sarathy <gsar@ActiveState.com>
31503              Date: Sun, 04 Mar 2001 22:33:15 -0800
31504              Message-Id: <200103050633.f256XFo06998@smtp3.ActiveState.com>
31505              
31506              PMOPs need to remember their own stash so that they can
31507              gracefully remove themselves from their linked list.
31508      Branch: perl
31509            ! op.c
31510 ____________________________________________________________________________
31511 [  9032] By: nick                                  on 2001/03/05  14:51:50
31512         Log: Encode implementation "completion"
31513              Implement and document define_encoding()
31514              Implement and document encoding aliases including define_alias()
31515              Make Encode::XS use define_encoding() rather than back-door.
31516              Move run-time *.enc to separate Encode::Tcl module.
31517              Make 'compile' honour <codeset_name>
31518              Change canonical names of to iso-8859-* and US-ascii.
31519      Branch: perlio
31520            + ext/Encode/Encode/Tcl.pm
31521            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
31522            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
31523            ! ext/Encode/Encode/iso8859-1.ucm
31524            ! ext/Encode/Encode/iso8859-10.ucm
31525            ! ext/Encode/Encode/iso8859-13.ucm
31526            ! ext/Encode/Encode/iso8859-14.ucm
31527            ! ext/Encode/Encode/iso8859-15.ucm
31528            ! ext/Encode/Encode/iso8859-16.ucm
31529            ! ext/Encode/Encode/iso8859-2.ucm
31530            ! ext/Encode/Encode/iso8859-3.ucm
31531            ! ext/Encode/Encode/iso8859-4.ucm
31532            ! ext/Encode/Encode/iso8859-5.ucm
31533            ! ext/Encode/Encode/iso8859-6.ucm
31534            ! ext/Encode/Encode/iso8859-7.ucm
31535            ! ext/Encode/Encode/iso8859-8.ucm
31536            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
31537            ! t/lib/encode.t
31538 ____________________________________________________________________________
31539 [  9031] By: jhi                                   on 2001/03/05  13:51:17
31540         Log: Integrate change #9030 from maintperl into mainline.
31541              
31542              Subject: [PATCH 5.6.1] OS/2 cleanup
31543      Branch: perl
31544           +> os2/os2add.sym
31545           !> MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
31546           !> makedef.pl os2/Changes os2/Makefile.SHs
31547           !> os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
31548           !> os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
31549           !> os2/os2.sym os2/os2ish.h
31550 ____________________________________________________________________________
31551 [  9030] By: jhi                                   on 2001/03/05  13:46:49
31552         Log: Subject: [PATCH 5.6.1] OS/2 cleanup
31553              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31554              Date: Mon, 5 Mar 2001 02:29:44 -0500
31555              Message-ID: <20010305022944.A10117@math.ohio-state.edu>
31556      Branch: maint-5.6/perl
31557            + os2/os2add.sym
31558            ! MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
31559            ! makedef.pl os2/Changes os2/Makefile.SHs
31560            ! os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
31561            ! os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
31562            ! os2/os2.sym os2/os2ish.h
31563 ____________________________________________________________________________
31564 [  9029] By: jhi                                   on 2001/03/05  13:40:35
31565         Log: Integrate change #9028 from maintperl into mainline.
31566              
31567              various nits in MM_Unix.pm found by disabling SelfLoader
31568      Branch: perl
31569           !> lib/ExtUtils/MM_Unix.pm
31570 ____________________________________________________________________________
31571 [  9028] By: gsar                                  on 2001/03/05  09:58:38
31572         Log: various nits in MM_Unix.pm found by disabling SelfLoader
31573      Branch: maint-5.6/perl
31574            ! lib/ExtUtils/MM_Unix.pm
31575 ____________________________________________________________________________
31576 [  9027] By: nick                                  on 2001/03/05  08:35:22
31577         Log: Integrate mainline
31578      Branch: perlio
31579           !> (integrate 28 files)
31580 ____________________________________________________________________________
31581 [  9026] By: jhi                                   on 2001/03/05  02:14:59
31582         Log: Integrate change #9025 from mainline to maintperl,
31583              retract \N{U+HHHH}.
31584      Branch: maint-5.6/perl
31585           !> lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
31586           !> t/lib/charnames.t toke.c
31587 ____________________________________________________________________________
31588 [  9025] By: jhi                                   on 2001/03/05  02:13:09
31589         Log: Retracting \N{U+HHHH}.
31590      Branch: perl
31591            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
31592            ! t/lib/charnames.t toke.c
31593 ____________________________________________________________________________
31594 [  9024] By: jhi                                   on 2001/03/04  20:51:07
31595         Log: Subject: Re: Smoking patch 8898 for perl v5.7.0 on aix 4.3.0.0
31596              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
31597              Date: Fri, 02 Mar 2001 18:25:26 +0100
31598              Message-Id: <20010302182416.1BF4.H.M.BRAND@hccnet.nl>
31599              
31600              Casting problem.
31601      Branch: perl
31602            ! ext/Storable/Storable.xs
31603 ____________________________________________________________________________
31604 [  9023] By: jhi                                   on 2001/03/04  19:46:45
31605         Log: Subject: [ID 20010303.009] SOCKS5 work around breaks other sockets
31606              From: nick@talking.bollo.cx
31607              Date: Sat, 03 Mar 2001 21:41:33 +0000
31608              Message-Id: <E14ZJmP-0000mE-00@Bagpuss.unfortu.net>
31609              
31610              Revert the workaround.
31611      Branch: perl
31612            ! perlio.c
31613 ____________________________________________________________________________
31614 [  9022] By: jhi                                   on 2001/03/04  19:36:28
31615         Log: Update Changes.
31616      Branch: perl
31617            ! Changes patchlevel.h
31618 ____________________________________________________________________________
31619 [  9021] By: jhi                                   on 2001/03/04  18:41:00
31620         Log: makedef.pl updates suggested by Chris Nandor; double-checking
31621              the changes in AIX, OS/2 Win32 would be nice.
31622      Branch: perl
31623            ! makedef.pl
31624 ____________________________________________________________________________
31625 [  9020] By: jhi                                   on 2001/03/04  18:23:58
31626         Log: Integrate change #9012 from maintperl into mainline,
31627              quench a compiler warning.
31628      Branch: perl
31629           !> toke.c
31630 ____________________________________________________________________________
31631 [  9019] By: jhi                                   on 2001/03/04  18:18:43
31632         Log: Integrate changes #9017 and 9018 from mainline into maintperl.
31633              
31634              \N{U+HHHH} fix.
31635              
31636              pattern in G_ARRAY context
31637      Branch: maint-5.6/perl
31638           !> pp_hot.c t/op/pat.t toke.c
31639 ____________________________________________________________________________
31640 [  9018] By: jhi                                   on 2001/03/04  18:07:48
31641         Log: Subject: [PATCH pp_hot.c regexp.t] pattern in G_ARRAY context
31642              From: Jeff Pinyan <jeffp@crusoe.net>
31643              Date: Sat, 3 Mar 2001 17:14:07 -0500 (EST)
31644              Message-ID: <Pine.GSO.4.21.0103031712070.1035-100000@crusoe.crusoe.net>
31645      Branch: perl
31646            ! pp_hot.c t/op/pat.t
31647 ____________________________________________________________________________
31648 [  9017] By: jhi                                   on 2001/03/04  18:06:21
31649         Log: I thought I tested the #9014.
31650      Branch: perl
31651            ! toke.c
31652 ____________________________________________________________________________
31653 [  9016] By: jhi                                   on 2001/03/04  17:41:22
31654         Log: Integrate changes #9013,9014,9015 from mainline into maintperl.
31655              
31656              Tweak the get*ent() OS/2 prototypes.
31657              
31658              Add the \N{U+HHHH} syntax.
31659              
31660              More tr/// UTF-8 fixes from Inaba Hiroto.
31661      Branch: maint-5.6/perl
31662           !> doop.c lib/charnames.pm os2/os2.c pod/perldiag.pod
31663           !> pod/perlretut.pod t/lib/charnames.t t/op/tr.t toke.c
31664 ____________________________________________________________________________
31665 [  9015] By: jhi                                   on 2001/03/04  17:36:04
31666         Log: More tr/// UTF-8 fixes from Inaba Hiroto.
31667      Branch: perl
31668            ! doop.c t/op/tr.t
31669 ____________________________________________________________________________
31670 [  9014] By: jhi                                   on 2001/03/04  17:24:49
31671         Log: Add the \N{U+HHHH} syntax.
31672      Branch: perl
31673            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
31674            ! t/lib/charnames.t toke.c
31675 ____________________________________________________________________________
31676 [  9013] By: jhi                                   on 2001/03/04  17:20:45
31677         Log: Tweak the get*ent() OS/2 prototypes.
31678      Branch: perl
31679            ! os2/os2.c
31680 ____________________________________________________________________________
31681 [  9012] By: gsar                                  on 2001/03/04  06:26:14
31682         Log: avoid warning (nit in change#9009)
31683      Branch: maint-5.6/perl
31684            ! toke.c
31685 ____________________________________________________________________________
31686 [  9011] By: gsar                                  on 2001/03/04  06:15:24
31687         Log: lib/charnames.t fails in 5.6.x because of older Unicode
31688              data
31689              
31690              TODO: need to revisit this after updating lib/unicode/...
31691      Branch: maint-5.6/perl
31692            ! t/lib/charnames.t
31693 ____________________________________________________________________________
31694 [  9010] By: gsar                                  on 2001/03/04  06:08:36
31695         Log: change#9009 breaks build (no "didrange" variable in 5.6.x)
31696      Branch: maint-5.6/perl
31697            ! toke.c
31698 ____________________________________________________________________________
31699 [  9009] By: jhi                                   on 2001/03/03  19:27:20
31700         Log: Integrate change #9008 from mainline to maintperl,
31701              UTF-8 tr/// fixes from Inaba Hiroto.
31702      Branch: maint-5.6/perl
31703           !> doop.c op.c t/op/tr.t toke.c
31704 ____________________________________________________________________________
31705 [  9008] By: jhi                                   on 2001/03/03  19:19:42
31706         Log: UTF8 tr/// fixes from Inaba Hiroto.
31707      Branch: perl
31708            ! doop.c op.c t/op/tr.t toke.c
31709 ____________________________________________________________________________
31710 [  9007] By: jhi                                   on 2001/03/03  19:00:30
31711         Log: Integrate change #9006 from maintperl to mainline,
31712              more robust quest for the infinite.
31713      Branch: perl
31714           !> lib/Math/Complex.pm
31715 ____________________________________________________________________________
31716 [  9006] By: jhi                                   on 2001/03/03  18:58:06
31717         Log: Subject: [PATCH 5.6.1] More robust Math::Complex
31718              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31719              Date: Sat, 3 Mar 2001 12:51:50 -0500
31720              Message-ID: <20010303125150.A2147@math.ohio-state.edu>
31721              
31722              Be more robust in our quest for the infinite.
31723      Branch: maint-5.6/perl
31724            ! lib/Math/Complex.pm
31725 ____________________________________________________________________________
31726 [  9005] By: jhi                                   on 2001/03/03  17:55:50
31727         Log: The #8982 modified for perl 5.6.x, from Radu Greab.
31728      Branch: maint-5.6/perl
31729            ! doio.c
31730 ____________________________________________________________________________
31731 [  9004] By: jhi                                   on 2001/03/03  17:40:14
31732         Log: Rewrite REPORT() and REPORT2() (used for -DT) slightly
31733              so that picky compilers like IRIX won't get huffy about
31734              "statements without effect" (like 1;).
31735      Branch: perl
31736            ! toke.c
31737 ____________________________________________________________________________
31738 [  9003] By: jhi                                   on 2001/03/03  17:15:52
31739         Log: Integrate change #9002 from mainline to maintperl.
31740              
31741              Subject: [perl-5.6.x, perl-current] accept for EPOC
31742      Branch: maint-5.6/perl
31743           !> pp_sys.c
31744 ____________________________________________________________________________
31745 [  9002] By: jhi                                   on 2001/03/03  17:14:30
31746         Log: Subject: [perl-5.6.x, perl-current] accept for EPOC
31747              From: Olaf Flebbe <O.Flebbe@science-computing.de>
31748              Date: Sat, 3 Mar 2001 16:36:04 +0100 (CET)
31749              Message-ID: <Pine.LNX.4.02.10103031635190.4825-100000@milkyway.science-computing.de>
31750      Branch: perl
31751            ! pp_sys.c
31752 ____________________________________________________________________________
31753 [  9001] By: jhi                                   on 2001/03/03  17:13:13
31754         Log: Subject: [PATCH perl@8989] t/pod/find.t on VMS
31755              From: "Craig A. Berry" <craigberry@mac.com>
31756              Date: Fri, 02 Mar 2001 17:44:40 -0600
31757              Message-Id: <5.0.2.1.0.20010302172145.038d3c10@mail.mac.com>
31758      Branch: perl
31759            ! t/pod/find.t
31760 ____________________________________________________________________________
31761 [  9000] By: jhi                                   on 2001/03/03  17:11:55
31762         Log: Integrate changes #8997,8999 from maintperl.
31763              
31764              Subject: [PATCH 5.6.1] compiling on OS/2
31765              (Better error message from hints/os2.sh)
31766              
31767              Subject: [PATCH 5.6.1] syslog.t
31768      Branch: perl
31769           !> hints/os2.sh t/lib/syslog.t
31770 ____________________________________________________________________________
31771 [  8999] By: jhi                                   on 2001/03/03  17:09:28
31772         Log: Subject: [PATCH 5.6.1] syslog.t
31773              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31774              Date: Sat, 3 Mar 2001 02:11:17 -0500
31775              Message-ID: <20010303021116.A11897@math.ohio-state.edu>
31776      Branch: maint-5.6/perl
31777            ! t/lib/syslog.t
31778 ____________________________________________________________________________
31779 [  8998] By: jhi                                   on 2001/03/03  17:07:50
31780         Log: Subject: Re: [PATCH 5.7.0] compiling on OS/2: 5.6.1 too
31781              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31782              Date: Sat, 3 Mar 2001 01:53:52 -0500
31783              Message-ID: <20010303015352.A11741@math.ohio-state.edu>
31784      Branch: maint-5.6/perl
31785            ! opcode.pl os2/os2.c
31786 ____________________________________________________________________________
31787 [  8997] By: jhi                                   on 2001/03/03  17:03:30
31788         Log: Subject: [PATCH 5.6.1] compiling on OS/2
31789              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31790              Date: Sat, 3 Mar 2001 01:59:59 -0500
31791              Message-ID: <20010303015959.B11741@math.ohio-state.edu>
31792      Branch: maint-5.6/perl
31793            ! hints/os2.sh
31794 ____________________________________________________________________________
31795 [  8996] By: jhi                                   on 2001/03/03  00:55:58
31796         Log: Regen files for mainline.
31797      Branch: perl
31798            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
31799            ! config_h.SH pod/perlapi.pod pod/perltoc.pod
31800 ____________________________________________________________________________
31801 [  8995] By: jhi                                   on 2001/03/03  00:35:22
31802         Log: Integrate changes #8099,8218,8220,8221,8227,8304,8317,
31803              8318,8320,8337,8503,8877,8890,8903,8971 from mainline
31804              to maintperl.
31805              
31806              Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
31807              
31808              Add Configure option -Dmksymlinks which will create a symlink
31809              forest if the current/build differs from the source directory.
31810              (8218,8220,8221,8317,8318,8971)
31811              
31812              Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
31813              (Document APPLLIB_EXP in INSTALL.)
31814              
31815              If running byacc write-enable also perly.h.
31816              
31817              DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
31818              
31819              Subject: [PATCH 5.7.1/Configure] failure to set src='.'
31820              
31821              Sanity check for conflicting thread flavours.
31822              
31823              Fix the sys/fcntl.h problem reported by Peter Prymmer.
31824              
31825              Add few CPUs/architectures to the Cppsym scan,
31826              add -perlio to archname if so selected (modified 8890)
31827              
31828              Be more helpful for devel builders, suggested by John L. Allen.
31829              (admittedly pointless change for maintperl, but the usedevel
31830              code is there already)
31831      Branch: maint-5.6/perl
31832           !> Configure INSTALL Makefile.SH Porting/Glossary
31833           !> Porting/config.sh Porting/config_H config_h.SH embed.pl
31834           !> epoc/config.sh ext/NDBM_File/NDBM_File.xs
31835           !> ext/ODBM_File/ODBM_File.xs t/io/fs.t warnings.pl
31836           !> win32/config.bc win32/config.gc win32/config.vc
31837 ____________________________________________________________________________
31838 [  8994] By: jhi                                   on 2001/03/02  23:31:41
31839         Log: Use also $ccflags, not just $ldflags, when testing for gccness.
31840      Branch: metaconfig/U/perl
31841            ! gccvers.U
31842 ____________________________________________________________________________
31843 [  8993] By: jhi                                   on 2001/03/02  23:22:12
31844         Log: Regenerate various files for maint.
31845      Branch: maint-5.6/perl
31846            ! Porting/Glossary Porting/config.sh Porting/config_H objXSUB.h
31847            ! perlapi.c pod/perlapi.pod pod/perltoc.pod proto.h
31848 ____________________________________________________________________________
31849 [  8992] By: alanbur                               on 2001/03/02  22:48:34
31850         Log: Resync wuth parent
31851      Branch: maint-5.6/pureperl
31852           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
31853           !> (integrate 60 files)
31854 ____________________________________________________________________________
31855 [  8991] By: jhi                                   on 2001/03/02  21:00:08
31856         Log: Retract the #8742 part of #8986, backward compat.
31857      Branch: maint-5.6/perl
31858            ! embed.pl
31859 ____________________________________________________________________________
31860 [  8990] By: jhi                                   on 2001/03/02  20:40:07
31861         Log: Retract the #8919 part of #8987, not applicable to the 5.6 branch.
31862      Branch: maint-5.6/perl
31863            ! hv.c
31864 ____________________________________________________________________________
31865 [  8989] By: jhi                                   on 2001/03/02  19:59:56
31866         Log: Update Changes.
31867      Branch: perl
31868            ! Changes patchlevel.h
31869 ____________________________________________________________________________
31870 [  8988] By: jhi                                   on 2001/03/02  19:57:08
31871         Log: Integrate perlio.
31872      Branch: perl
31873           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
31874           !> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
31875           !> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
31876           !> ext/Encode/Encode/iso8859-10.ucm
31877           !> ext/Encode/Encode/iso8859-13.ucm
31878           !> ext/Encode/Encode/iso8859-14.ucm
31879           !> ext/Encode/Encode/iso8859-15.ucm
31880           !> ext/Encode/Encode/iso8859-16.ucm
31881           !> ext/Encode/Encode/iso8859-2.ucm
31882           !> ext/Encode/Encode/iso8859-3.ucm
31883           !> ext/Encode/Encode/iso8859-4.ucm
31884           !> ext/Encode/Encode/iso8859-5.ucm
31885           !> ext/Encode/Encode/iso8859-6.ucm
31886           !> ext/Encode/Encode/iso8859-7.ucm
31887           !> ext/Encode/Encode/iso8859-8.ucm
31888           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
31889           !> ext/Encode/Encode/symbol.ucm ext/Encode/compile
31890 ____________________________________________________________________________
31891 [  8987] By: jhi                                   on 2001/03/02  19:43:40
31892         Log: Integrate changes #8784,8839,8843,8847,8849,8859,8866,
31893              8873,8874,8876,8879,8901,8902,8908,8913,8918,8919,8946,8947,8948,
31894              8950,8952,8955 from mainline to maintperl.
31895              
31896              Subject: [PATCH: perl@8773] small fixups to perlclib.pod
31897              
31898              Put to rest the 20010205.001, the email address checking (not) regex.
31899              
31900              fork() not everywhere, cleanup temp files.
31901              
31902              The #8843 wasn't quite right: %Config needs to imported.
31903              
31904              Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
31905              (#8849: the glob-basic hunk needed massaging as it depended
31906              on Schwern's large-scale (unintegrated) patches)
31907              
31908              Skip the Perl_sys_intern_clear and Perl_sys_intern_init.
31909              
31910              Upgrade to CGI.pm 2.752, from Lincoln Stein.
31911              (Note: there were some conflicts due to EBCDIC and EPOC
31912              patches, in general I preferred the repository code.)
31913              (When 2.753 comes out, we need to synchronize.)
31914              
31915              Subject: [PATCH] fix for charnames above FFFF
31916              
31917              Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
31918              
31919              If no sfio, no -lsfio.
31920              
31921              Run run/*.t also in minitest.
31922              
31923              Subject:  [PATCH perl 5.7.0] malloc message address offset
31924              
31925              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
31926              
31927              Subject: fix for parameter -Dm (for perl@8867)
31928              
31929              Subject: [PATCH: perl@8892] was Re: hashing order difference?
31930              (make the test more portable)
31931              
31932              Subject: Re: [PATCH] fix for charnames above FFFF
31933              
31934              Subject: Re: I'm losing the war...
31935              (hv_store() not working correctly in ENV_IS_CASELESS case.)
31936              
31937              Subject: Modified README.bs2000 
31938              
31939              Subject: [PATCH: perl@8935] -Dt padsv($var)
31940              
31941              Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
31942              
31943              Subject: PATCH: extra tests to check on negative float to unsigned cast
31944              
31945              Subject: [PATCH] XPUSH[insp] was Re: progress
31946              
31947              Subject: Re: Compile with perlcc..
31948      Branch: maint-5.6/perl
31949           !> (integrate 36 files)
31950 ____________________________________________________________________________
31951 [  8986] By: jhi                                   on 2001/03/02  18:51:25
31952         Log: Integrate changes #8689,8697,8724,8726,8731,8742,8754,8755,
31953              8763,8767,8770,8772,8795,8796,8813,8822,8823 from mainline
31954              to maintperl.
31955              
31956              Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
31957              
31958              Subject: [DOC PATCH] overload.pm nits
31959              
31960              Add header for LIB$ prototypes (C. Berry)
31961              
31962              Convert fwrite()s to sockets to write()s, since some socket stacks
31963              don't take kindly to stdio.
31964              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
31965              (for often optional LNMs)
31966              Correct a few typos
31967              (C. Bailey)
31968              
31969              Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
31970              
31971              De-cut-and-pasto.
31972              
31973              Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
31974              
31975              Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
31976              
31977              Upgrade to CPAN 1.59_54, from Andreas König.
31978              
31979              Bogus shebang.
31980              
31981              Subject: [PATCH] Document makepatch in Porting/patching
31982              
31983              UTF-8 documentation.
31984              
31985              Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
31986              
31987              Sort the MANIFEST.
31988              
31989              Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
31990              
31991              Subject: [PATCH @8807] toke.c cleanup: scan_str()
31992              
31993              Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
31994              
31995              Add run/*.t to testables.
31996              
31997              TODO: integrate #8784.
31998      Branch: maint-5.6/perl
31999           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
32000           !> (integrate 28 files)
32001 ____________________________________________________________________________
32002 [  8985] By: nick                                  on 2001/03/02  18:15:45
32003         Log: Integrate mainline
32004      Branch: perlio
32005           !> doio.c lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod
32006           !> vms/vms.c
32007 ____________________________________________________________________________
32008 [  8984] By: jhi                                   on 2001/03/02  16:00:17
32009         Log: Integrate changes #8978,8979,8980,8981,8983 from mainline.
32010              
32011              perlfaq1 reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY
32012              5.004_05, and mention the suidperl August 2000 security problem.
32013              (#8978,#8981)
32014              
32015              Subject: [ID 20010301.004] Technically speaking in perldata
32016              
32017              Subject: [PATCH] File::Copy for bleadperl, maintperl
32018              
32019              Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
32020              
32021              (The #8982, fix for 20010221.005 and 20010221.008,
32022              would be nice too but it didn't integrate cleanly.)
32023      Branch: maint-5.6/perl
32024           !> lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod vms/vms.c
32025 ____________________________________________________________________________
32026 [  8983] By: jhi                                   on 2001/03/02  15:51:16
32027         Log: Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
32028              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
32029              Date:     Thu, 1 Mar 2001 15:54:09 EST
32030              Message-Id: <010301155258.b8cc1@DUPHY4.Physics.Drexel.Edu>
32031      Branch: perl
32032            ! vms/vms.c
32033 ____________________________________________________________________________
32034 [  8982] By: jhi                                   on 2001/03/02  15:43:31
32035         Log: Subject: Re: sync sync sync: have I missed any patches?
32036              From: Radu Greab <radu@netsoft.ro> 
32037              Date: Thu, 1 Mar 2001 21:47:22 +0200 (EET)
32038              Message-ID: <15006.42826.747914.669893@ix.netsoft.ro>
32039              
32040              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker
32041              was checking argv[0] regardless of whether a different pathname
32042              will actually be executed."  Test case not supplied because 
32043              drafting that, ironically enough, revealed another bug
32044              (or a feature).
32045      Branch: perl
32046            ! doio.c
32047 ____________________________________________________________________________
32048 [  8981] By: jhi                                   on 2001/03/02  15:28:03
32049         Log: Misdate in #8978.
32050      Branch: perl
32051            ! pod/perlfaq1.pod
32052 ____________________________________________________________________________
32053 [  8980] By: jhi                                   on 2001/03/02  15:24:20
32054         Log: Subject: [PATCH] File::Copy for bleadperl, maintperl
32055              From: Chris Nandor <pudge@pobox.com>
32056              Date: Wed, 28 Feb 2001 22:10:15 -0500
32057              Message-Id: <p05010400b6c36d959ae8@[10.0.1.177]>
32058      Branch: perl
32059            ! lib/File/Copy.pm
32060 ____________________________________________________________________________
32061 [  8979] By: jhi                                   on 2001/03/02  15:17:16
32062         Log: Subject: [ID 20010301.004] Technically speaking in perldata
32063              From: abela@geneanet.org
32064              Date: Thu,  1 Mar 2001 17:59:27 +0100 (CET)
32065              Message-Id: <20010301165927.262C2D17D@little-roots.geneanet.org>
32066      Branch: perl
32067            ! pod/perldata.pod
32068 ____________________________________________________________________________
32069 [  8978] By: jhi                                   on 2001/03/02  15:15:27
32070         Log: Subject: [ID 20010301.003] ref to 5.004
32071              From: abela@geneanet.org
32072              Date: Thu,  1 Mar 2001 14:48:40 +0100 (CET)
32073              Message-Id: <20010301134840.C0CD1D171@little-roots.geneanet.org>
32074              
32075              Reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY 5.004_05,
32076              and mention the suidperl August 2000 security problem.
32077      Branch: perl
32078            ! pod/perlfaq1.pod
32079 ____________________________________________________________________________
32080 [  8977] By: alanbur                               on 2001/03/02  14:17:45
32081         Log: Resynchronised with parent
32082      Branch: maint-5.6/pureperl
32083           !> AUTHORS README.epoc configure.com epoc/createpkg.pl
32084           !> lib/File/Temp.pm perl.c pp_sys.c t/lib/ftmp-mktemp.t
32085           !> t/lib/ftmp-posix.t t/op/append.t t/op/sprintf.t toke.c util.c
32086           !> vms/descrip_mms.template win32/win32.c win32/win32.h
32087           !> win32/win32iop.h
32088 ____________________________________________________________________________
32089 [  8976] By: nick                                  on 2001/03/01  23:25:30
32090         Log: Integrate mainline.
32091      Branch: perlio
32092            - t/op/qu.t
32093           !> (integrate 55 files)
32094 ____________________________________________________________________________
32095 [  8975] By: jhi                                   on 2001/03/01  16:51:34
32096         Log: Integrate change #8974 from maintperl, fix for bugid 20010226.008.
32097      Branch: perl
32098           !> toke.c
32099 ____________________________________________________________________________
32100 [  8974] By: gsar                                  on 2001/03/01  16:28:21
32101         Log: fix for bugid 20010226.008
32102              
32103              the problem was that some of the pointers (PL_last_lop and
32104              PL_last_uni specifically) into the lex buffers weren't correctly
32105              being invalidated when the buffer changed; this would leave the
32106              pointers pointing at an arbitrary location in the buffer if
32107              the buffer didn't need to be reallocated, or point into freed
32108              memory if the buffer had to be realloced
32109              
32110              TODO item for bugdb maintainers: check other seemingly random
32111              parser-related bugs--they might be cured by this
32112      Branch: maint-5.6/perl
32113            ! toke.c
32114 ____________________________________________________________________________
32115 [  8973] By: jhi                                   on 2001/03/01  02:23:25
32116         Log: Retract #8970 because of a completely mysterious core dump:
32117              adding the tests 241..244 causes op/pat dump core at test #25.
32118              The test needs a lot of whittling down before the bug can be solved.
32119      Branch: perl
32120            ! t/op/pat.t
32121 ____________________________________________________________________________
32122 [  8972] By: jhi                                   on 2001/03/01  01:58:38
32123         Log: Regen perlapi.
32124      Branch: perl
32125            ! pod/perlapi.pod
32126 ____________________________________________________________________________
32127 [  8971] By: jhi                                   on 2001/03/01  01:34:09
32128         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))
32129              From: Nicholas Clark <nick@ccl4.org>
32130              Date: Wed, 28 Feb 2001 23:28:49 +0000
32131              Message-ID: <20010228232849.A55187@plum.flirble.org>
32132              
32133              Allow a completely write protected source code tree
32134              when using the Configure -Dmksymlinks.
32135      Branch: perl
32136            ! embed.pl warnings.pl
32137 ____________________________________________________________________________
32138 [  8970] By: jhi                                   on 2001/03/01  01:32:04
32139         Log: Add back the EBCDIC character range tests (for matching).
32140      Branch: perl
32141            ! t/op/pat.t
32142 ____________________________________________________________________________
32143 [  8969] By: nick                                  on 2001/02/28  18:18:01
32144         Log: Add charname comments to .ucm files writen by 'compile',
32145              also order charmaps in those files by source encoding.
32146              regenerate distrubuted .ucm files
32147      Branch: perlio
32148            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
32149            ! ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
32150            ! ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
32151            ! ext/Encode/Encode/iso8859-10.ucm
32152            ! ext/Encode/Encode/iso8859-13.ucm
32153            ! ext/Encode/Encode/iso8859-14.ucm
32154            ! ext/Encode/Encode/iso8859-15.ucm
32155            ! ext/Encode/Encode/iso8859-16.ucm
32156            ! ext/Encode/Encode/iso8859-2.ucm
32157            ! ext/Encode/Encode/iso8859-3.ucm
32158            ! ext/Encode/Encode/iso8859-4.ucm
32159            ! ext/Encode/Encode/iso8859-5.ucm
32160            ! ext/Encode/Encode/iso8859-6.ucm
32161            ! ext/Encode/Encode/iso8859-7.ucm
32162            ! ext/Encode/Encode/iso8859-8.ucm
32163            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
32164            ! ext/Encode/Encode/symbol.ucm ext/Encode/compile
32165 ____________________________________________________________________________
32166 [  8968] By: jhi                                   on 2001/02/28  16:26:37
32167         Log: Expand usemorebits early if d_casti32 needs to be undefined.
32168      Branch: perl
32169            ! hints/hpux.sh hints/irix_6.sh
32170 ____________________________________________________________________________
32171 [  8967] By: jhi                                   on 2001/02/28  16:22:26
32172         Log: Undo qu.  Retract #8814, rewrite op/each part of #8615,
32173              retract toke.c/qu parts of #8583, retract #8485, retract
32174              or rewrite qu parts of #8439 of toke.c, keywords.h, keywords.pl,
32175              op/length.t, and MANIFEST, and delete t/op/qu.t.
32176      Branch: perl
32177            - t/op/qu.t
32178            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
32179            ! pod/perlretut.pod pod/perlunicode.pod t/op/each.t
32180            ! t/op/length.t toke.c
32181 ____________________________________________________________________________
32182 [  8966] By: jhi                                   on 2001/02/28  15:00:27
32183         Log: Retract #8865 and #8869, un?pack C now again agree with Camel 3
32184              by not changing from pre-Unicode days into being Unicode-aware.
32185              Sniff.
32186      Branch: perl
32187            ! pp.c t/op/pack.t t/op/qu.t
32188 ____________________________________________________________________________
32189 [  8965] By: jhi                                   on 2001/02/28  14:37:55
32190         Log: Subject: Re: Errors in core PODs
32191              From: Michael Stevens <michael@etla.org> 
32192              Date: Fri, 23 Feb 2001 15:47:56 +0000
32193              Message-ID: <20010223154756.A7723@firedrake.org> 
32194      Branch: perl
32195            ! ext/Encode/Encode.pm lib/Exporter/Heavy.pm
32196            ! lib/File/Spec/Epoc.pm lib/Test/Harness.pm lib/utf8.pm
32197            ! makedef.pl vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
32198            ! x2p/a2p.pod
32199 ____________________________________________________________________________
32200 [  8964] By: jhi                                   on 2001/02/28  14:35:35
32201         Log: Do not force d_casti32 to undef if we are on a 64-bit environment.
32202              (The #8961 was too bold.)
32203      Branch: perl
32204            ! hints/hpux.sh hints/irix_6.sh
32205 ____________________________________________________________________________
32206 [  8963] By: jhi                                   on 2001/02/28  14:33:39
32207         Log: Subject: Re: sync sync sync: have I missed any patches?
32208              From: Tim Jenness <t.jenness@jach.hawaii.edu>
32209              In-Reply-To: <20010227140737.Y10633@chaos.wustl.edu>
32210              Date: Tue, 27 Feb 2001 13:24:58 -1000 (HST)
32211              Message-ID: <Pine.LNX.4.30.0102271322070.8623-100000@lapaki.jach.hawaii.edu>
32212              
32213              Replace djSP with dSP.
32214      Branch: perl
32215            ! cop.h doio.c doop.c ext/B/B/C.pm ext/B/B/CC.pm
32216            ! pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c sv.c
32217            ! win32/perlhost.h
32218 ____________________________________________________________________________
32219 [  8962] By: jhi                                   on 2001/02/27  23:21:14
32220         Log: Upgrade to Filter::Simple 0.50 (just few doc tweaks).
32221      Branch: perl
32222            ! lib/Filter/Simple.pm
32223 ____________________________________________________________________________
32224 [  8961] By: jhi                                   on 2001/02/27  22:55:26
32225         Log: The casting mystery in HP-UX and IRIX needs at least a workaround
32226              and this would be it.
32227      Branch: perl
32228            ! hints/hpux.sh hints/irix_6.sh
32229 ____________________________________________________________________________
32230 [  8960] By: jhi                                   on 2001/02/27  22:51:33
32231         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
32232              From: "Craig A. Berry" <craigberry@mac.com>
32233              Date: Tue, 27 Feb 2001 16:11:44 -0600
32234              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
32235      Branch: maint-5.6/perl
32236            ! configure.com vms/descrip_mms.template
32237 ____________________________________________________________________________
32238 [  8959] By: jhi                                   on 2001/02/27  22:47:23
32239         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
32240              From: "Craig A. Berry" <craigberry@mac.com>
32241              Date: Tue, 27 Feb 2001 16:11:44 -0600
32242              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
32243      Branch: perl
32244            ! configure.com vms/descrip_mms.template
32245 ____________________________________________________________________________
32246 [  8958] By: jhi                                   on 2001/02/27  15:16:42
32247         Log: Update Changes.
32248      Branch: perl
32249            ! Changes patchlevel.h
32250 ____________________________________________________________________________
32251 [  8957] By: jhi                                   on 2001/02/27  06:15:07
32252         Log: Subject: [5.6.x] EPOC additions
32253              From: Olaf Flebbe <O.Flebbe@science-computing.de>
32254              Date: Mon, 26 Feb 2001 23:33:46 +0100 (CET)
32255              Message-ID: <Pine.LNX.4.02.10102262333040.3736-100000@milkyway.science-computing.de>
32256      Branch: maint-5.6/perl
32257            ! AUTHORS README.epoc epoc/createpkg.pl pp_sys.c
32258 ____________________________________________________________________________
32259 [  8956] By: jhi                                   on 2001/02/27  06:12:11
32260         Log: Subject: [perl-current] EPOC 
32261              From: Olaf Flebbe <O.Flebbe@science-computing.de>
32262              Date: Mon, 26 Feb 2001 23:34:36 +0100 (CET)
32263              Message-ID: <Pine.LNX.4.02.10102262333490.3781-100000@milkyway.science-computing.de>
32264      Branch: perl
32265            ! AUTHORS README.epoc epoc/createpkg.pl epoc/epoc.c
32266            ! epoc/epocish.c epoc/epocish.h pp_sys.c
32267 ____________________________________________________________________________
32268 [  8955] By: jhi                                   on 2001/02/27  05:59:50
32269         Log: Subject: Re: Compile with perlcc..
32270              From: Edward Peschko <edwardp@excitehome.net>
32271              Date: Mon, 26 Feb 2001 18:51:58 -0800
32272              Message-ID: <20010226185158.A9871@excitehome.net>
32273              
32274              plus add a simple usage message if no arguments given.
32275      Branch: perl
32276            ! lib/Test/Harness.pm pod/Makefile.SH t/TEST t/harness
32277            ! utils/Makefile utils/perlcc.PL win32/pod.mak
32278 ____________________________________________________________________________
32279 [  8954] By: nick                                  on 2001/02/26  21:02:59
32280         Log: Integrate mainline
32281      Branch: perlio
32282           !> README.bs2000 ext/Encode/compile lib/Test.pm op.c perlio.c
32283           !> pod/perlguts.pod pod/perlop.pod pp_ctl.c run.c t/op/bop.t
32284           !> t/op/sprintf.t
32285 ____________________________________________________________________________
32286 [  8953] By: jhi                                   on 2001/02/26  14:43:54
32287         Log: Subject: Documenting coderef @INC (Re: CPAN "make this script work" feature)
32288              From: Nicholas Clark <nick@ccl4.org>
32289              Date: Mon, 26 Feb 2001 00:42:07 +0000
32290              Message-ID: <20010226004207.F23333@plum.flirble.org>
32291      Branch: perl
32292            ! pp_ctl.c
32293 ____________________________________________________________________________
32294 [  8952] By: jhi                                   on 2001/02/26  14:42:13
32295         Log: Subject: [PATCH] XPUSH[insp] was Re: progress
32296              From: Simon Cozens <simon@netthink.co.uk>
32297              Date: Mon, 26 Feb 2001 12:23:48 +0000
32298              Message-ID: <20010226122348.A25536@pembro26.pmb.ox.ac.uk>
32299      Branch: perl
32300            ! pod/perlguts.pod
32301 ____________________________________________________________________________
32302 [  8951] By: jhi                                   on 2001/02/26  14:39:15
32303         Log: Subject: [PATCH] perlio - unknown layer
32304              From: Nicholas Clark <nick@ccl4.org>
32305              Date: Mon, 26 Feb 2001 00:27:19 +0000
32306              Message-ID: <20010226002719.E23333@plum.flirble.org>
32307      Branch: perl
32308            ! perlio.c
32309 ____________________________________________________________________________
32310 [  8950] By: jhi                                   on 2001/02/26  14:38:04
32311         Log: Subject: PATCH: extra tests to check on negative float to unsigned cast
32312              From: Jeff Okamoto <okamoto@xfiles.corp.hp.com>
32313              Message-Id: <200102232128.NAA28938@xfiles.corp.hp.com>
32314              Date: Fri, 23 Feb 2001 13:28:33 -0800 (PST)
32315      Branch: perl
32316            ! t/op/bop.t
32317 ____________________________________________________________________________
32318 [  8949] By: jhi                                   on 2001/02/26  14:37:07
32319         Log: Subject: Re: [PATCH: perl 5.005_03] Record I/O fix for Test.pm in older perl
32320              From: Peter Prymmer <pvhp@forte.com>
32321              Date: Fri, 23 Feb 2001 10:51:37 -0800 (PST)
32322              Message-ID: <Pine.OSF.4.10.10102231042010.79050-100000@aspara.forte.com>
32323      Branch: perl
32324            ! lib/Test.pm
32325 ____________________________________________________________________________
32326 [  8948] By: jhi                                   on 2001/02/26  14:35:53
32327         Log: Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
32328              From: Radu Greab <radu@netsoft.ro>
32329              Date: Fri, 23 Feb 2001 18:50:48 +0200 (EET)
32330              Message-ID: <14998.38120.623015.916165@ix.netsoft.ro>
32331      Branch: perl
32332            ! pod/perlop.pod
32333 ____________________________________________________________________________
32334 [  8947] By: jhi                                   on 2001/02/26  14:34:46
32335         Log: Subject: [PATCH: perl@8935] -Dt padsv($var)
32336              From: David Mitchell <davem@fdgroup.co.uk>
32337              Date: Mon, 26 Feb 2001 11:01:24 +0000 (GMT)
32338              Message-Id: <200102261101.LAA12915@tiree.fdgroup.co.uk>
32339      Branch: perl
32340            ! run.c
32341 ____________________________________________________________________________
32342 [  8946] By: jhi                                   on 2001/02/26  14:32:37
32343         Log: Subject: Modified README.bs2000 
32344              From: Dorner Thomas <Thomas.Dorner@start.de>
32345              Date: Mon, 26 Feb 2001 09:22:17 +0100
32346              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A889D@Ex02.inhouse.start.de>
32347      Branch: perl
32348            ! README.bs2000
32349 ____________________________________________________________________________
32350 [  8945] By: jhi                                   on 2001/02/26  14:19:53
32351         Log: Integrate the t/op/sprintf.t parts of #7909 and #8944 from mainline
32352              to maintperl, listing the known failures on the tests 129 and 130.
32353      Branch: maint-5.6/perl
32354           !> t/op/sprintf.t
32355 ____________________________________________________________________________
32356 [  8944] By: jhi                                   on 2001/02/26  14:14:15
32357         Log: Add more known sprintf failures.
32358      Branch: perl
32359            ! t/op/sprintf.t
32360 ____________________________________________________________________________
32361 [  8943] By: jhi                                   on 2001/02/26  13:56:22
32362         Log: perlglob.exe needs to be found in Win32, patch from
32363              Vadim Konovalov.  Nick I-S comments: "Perhaps a lingering glob()
32364              which needs external glob at mini-perl time."
32365      Branch: perl
32366            ! ext/Encode/compile
32367 ____________________________________________________________________________
32368 [  8942] By: jhi                                   on 2001/02/26  13:52:19
32369         Log: A missing dTHX from Vadim Konovalov.
32370      Branch: perl
32371            ! perlio.c
32372 ____________________________________________________________________________
32373 [  8941] By: jhi                                   on 2001/02/26  13:37:05
32374         Log: Miscommunication at #8914: #8902 was okay, #8881 was to be retracted.
32375      Branch: perl
32376            ! op.c
32377 ____________________________________________________________________________
32378 [  8940] By: jhi                                   on 2001/02/26  13:35:40
32379         Log: Integrate perlio.
32380      Branch: perl
32381           !> ext/Encode/Encode.pm
32382 ____________________________________________________________________________
32383 [  8939] By: nick                                  on 2001/02/25  23:47:09
32384         Log: Integrate mainline.
32385      Branch: perlio
32386           !> Changes lib/Pod/Find.pm patchlevel.h perl.h regcomp.c
32387           !> t/op/pat.t t/op/tr.t t/pod/find.t toke.c utf8.c
32388 ____________________________________________________________________________
32389 [  8938] By: nick                                  on 2001/02/25  19:36:28
32390         Log: Encode implementations docs.
32391      Branch: perlio
32392            ! ext/Encode/Encode.pm
32393 ____________________________________________________________________________
32394 [  8937] By: jhi                                   on 2001/02/25  19:26:16
32395         Log: Script wasn't aligned with reality.
32396      Branch: perl
32397            ! t/pod/find.t
32398 ____________________________________________________________________________
32399 [  8936] By: jhi                                   on 2001/02/25  18:54:55
32400         Log: Update Changes.
32401      Branch: perl
32402            ! Changes patchlevel.h
32403 ____________________________________________________________________________
32404 [  8935] By: jhi                                   on 2001/02/25  18:46:36
32405         Log: Retract #8929,8930,8932,8933 for now.
32406      Branch: perl
32407            ! perl.h regcomp.c t/op/pat.t t/op/tr.t toke.c
32408 ____________________________________________________________________________
32409 [  8934] By: jhi                                   on 2001/02/25  17:34:35
32410         Log: Integrate perlio.
32411      Branch: perl
32412           !> embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
32413           !> lib/ExtUtils/typemap perl.h perlapi.c proto.h sv.c
32414           !> t/lib/encode.t
32415 ____________________________________________________________________________
32416 [  8933] By: jhi                                   on 2001/02/25  17:33:12
32417         Log: (Retracted by #8395.)
32418              
32419              Slight tweaks in scan_const(), not fixes yet, it seems like
32420              lots of work remains to be done...
32421      Branch: perl
32422            ! toke.c
32423 ____________________________________________________________________________
32424 [  8932] By: jhi                                   on 2001/02/25  17:27:11
32425         Log: (Retracted by #8395.)
32426              
32427              Missing from #8930.
32428      Branch: perl
32429            ! perl.h
32430 ____________________________________________________________________________
32431 [  8931] By: jhi                                   on 2001/02/25  17:26:19
32432         Log: A comment tweak.
32433      Branch: perl
32434            ! utf8.c
32435 ____________________________________________________________________________
32436 [  8930] By: jhi                                   on 2001/02/25  17:25:47
32437         Log: (Retracted by #8395.)
32438              
32439              Attempt to fix the EBCDIC character range problwm with //.
32440      Branch: perl
32441            ! regcomp.c
32442 ____________________________________________________________________________
32443 [  8929] By: jhi                                   on 2001/02/25  17:23:45
32444         Log: (Retracted by #8395.)
32445              
32446              Expand the EBCDIC character range tests, and add few nasty
32447              tr tests from Karsten Sperling.
32448      Branch: perl
32449            ! t/op/pat.t t/op/tr.t
32450 ____________________________________________________________________________
32451 [  8928] By: jhi                                   on 2001/02/25  17:18:49
32452         Log: Missing check-in.
32453      Branch: perl
32454            ! lib/Pod/Find.pm
32455 ____________________________________________________________________________
32456 [  8927] By: nick                                  on 2001/02/25  11:30:22
32457         Log: Change method names in Encode implementation classes to something
32458              less confusing (preparing to "go public").
32459      Branch: perlio
32460            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
32461 ____________________________________________________________________________
32462 [  8926] By: nick                                  on 2001/02/25  10:53:24
32463         Log: GCC __atribute__ / printf fix
32464      Branch: perlio
32465            ! perl.h
32466 ____________________________________________________________________________
32467 [  8925] By: nick                                  on 2001/02/25  10:52:25
32468         Log: Checked in the wrong one ...
32469      Branch: perlio
32470            ! ext/Encode/Encode.pm
32471 ____________________________________________________________________________
32472 [  8924] By: nick                                  on 2001/02/24  18:46:51
32473         Log: Integrate mainline - to see what Jarkko has in ...
32474      Branch: perlio
32475           +> t/pod/testpods/lib/Pod/Stuff.pm
32476           !> MANIFEST t/TEST t/lib/glob-basic.t t/op/pat.t t/pod/find.t
32477 ____________________________________________________________________________
32478 [  8923] By: nick                                  on 2001/02/24  17:05:23
32479         Log: Encode API documentation nd tidy up.
32480              Minor additions to test.
32481              Tweaks sv_utf8_upgrade() to force SvPV, and always SvUTF8_on and return length.
32482              Adds STRLEN to standard typemap.
32483      Branch: perlio
32484            ! embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
32485            ! lib/ExtUtils/typemap perlapi.c proto.h sv.c t/lib/encode.t
32486 ____________________________________________________________________________
32487 [  8922] By: jhi                                   on 2001/02/24  16:38:12
32488         Log: Add a test for the "character range should match in EBCDIC
32489              if specified using explicit numerics" bug found by Karsten
32490              Sperling.
32491      Branch: perl
32492            ! t/op/pat.t
32493 ____________________________________________________________________________
32494 [  8921] By: jhi                                   on 2001/02/24  16:30:16
32495         Log: Subject: [PATCH t/pod/find.t t/TEST] fixing t/pod/find.t, running t/pod
32496              From: schwern@pobox.com
32497              Date: Fri, 23 Feb 2001 03:21:37 -0500
32498              Message-ID: <20010223032137.A26022@magnonel.guild.net>
32499              
32500              plus Charles Lane's fixes, plus tweaks.
32501      Branch: perl
32502            + t/pod/testpods/lib/Pod/Stuff.pm
32503            ! MANIFEST t/TEST t/lib/glob-basic.t t/pod/find.t
32504 ____________________________________________________________________________
32505 [  8920] By: nick                                  on 2001/02/24  10:30:11
32506         Log: Integrate mainline
32507      Branch: perlio
32508           !> (integrate 33 files)
32509 ____________________________________________________________________________
32510 [  8919] By: jhi                                   on 2001/02/24  00:23:35
32511         Log: Subject: Re: I'm losing the war...
32512              From: "Vadim Konovalov" <watman@inbox.ru>
32513              Date: Sat, 24 Feb 2001 00:10:14 +0300
32514              Message-ID: <007501c09dde$a9b84420$2f7b55c2@vad>
32515              
32516              hv_store() not working correctly in ENV_IS_CASELESS case.
32517      Branch: perl
32518            ! hv.c
32519 ____________________________________________________________________________
32520 [  8918] By: jhi                                   on 2001/02/24  00:20:09
32521         Log: Subject: Re: [PATCH] fix for charnames above FFFF
32522              From: andreas.koenig@anima.de (Andreas J. Koenig)
32523              Date: 23 Feb 2001 02:39:03 +0100
32524              Message-ID: <m3u25mxjns.fsf@ak-71.mind.de>
32525              
32526              A further efficiency tweak.
32527      Branch: perl
32528            ! lib/charnames.pm
32529 ____________________________________________________________________________
32530 [  8917] By: jhi                                   on 2001/02/23  20:27:51
32531         Log: Integrate change #8916 from mainline,
32532              do away with USE_WIN32_RTL_ENV.
32533      Branch: maint-5.6/perl
32534           !> perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
32535 ____________________________________________________________________________
32536 [  8916] By: jhi                                   on 2001/02/23  20:02:25
32537         Log: Abolish USE_WIN32_RTL_ENV.
32538      Branch: perl
32539            ! perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
32540 ____________________________________________________________________________
32541 [  8915] By: jhi                                   on 2001/02/23  19:36:00
32542         Log: Retract #8893, zero-initializing may be costly, maybe reintroduce
32543              later protected by some #define.
32544      Branch: perl
32545            ! gv.c
32546 ____________________________________________________________________________
32547 [  8914] By: jhi                                   on 2001/02/23  19:31:38
32548         Log: Retract #8902 for now, requested by Charles Lane, the correct
32549              fix will be something else.
32550      Branch: perl
32551            ! op.c
32552 ____________________________________________________________________________
32553 [  8913] By: jhi                                   on 2001/02/23  19:11:36
32554         Log: Subject: [PATCH: perl@8892] was Re: hashing order difference?
32555              From: Peter Prymmer <pvhp@forte.com>
32556              Date: Fri, 23 Feb 2001 10:54:09 -0800 (PST)
32557              Message-ID: <Pine.OSF.4.10.10102231036100.79050-100000@aspara.forte.com>
32558      Branch: perl
32559            ! t/op/lex_assign.t
32560 ____________________________________________________________________________
32561 [  8912] By: jhi                                   on 2001/02/23  18:38:20
32562         Log: Subject: [patch] perlio + useithreads
32563              From: Doug MacEachern <dougm@covalent.net>
32564              Date: Fri, 23 Feb 2001 00:05:37 -0800 (PST)
32565              Message-ID: <Pine.LNX.4.21.0102222356460.14249-100000@mako.covalent.net>
32566              
32567              Gets things running but not complete.
32568      Branch: perl
32569            ! intrpvar.h objXSUB.h perlapi.c perlio.h proto.h sv.c
32570 ____________________________________________________________________________
32571 [  8911] By: jhi                                   on 2001/02/23  04:20:02
32572         Log: Integrate changes #8896,8897,8898,8906,8907,8908 from mainline.
32573              
32574              Duplicated environment freeing, File::Temp 0.12,
32575              op/append portability (EBCDIC) tweak.
32576      Branch: maint-5.6/perl
32577           !> lib/File/Temp.pm perl.c t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
32578           !> t/op/append.t
32579 ____________________________________________________________________________
32580 [  8910] By: jhi                                   on 2001/02/23  02:07:33
32581         Log: Integrate change #8909 from mainline, a better Borland
32582              putenv() workaround.
32583      Branch: maint-5.6/perl
32584           !> perl.c
32585 ____________________________________________________________________________
32586 [  8909] By: jhi                                   on 2001/02/23  02:05:46
32587         Log: A better workaround for Borland putenv() brokenness from Sarathy.
32588      Branch: perl
32589            ! perl.c
32590 ____________________________________________________________________________
32591 [  8908] By: jhi                                   on 2001/02/23  02:04:14
32592         Log: Subject: fix for parameter -Dm (for perl@8867)
32593              From: "Vadim Konovalov" <watman@inbox.ru>
32594              Date: Thu, 22 Feb 2001 17:30:12 +0300
32595              Message-ID: <001801c09cdc$2faba490$2a7b55c2@vad>
32596      Branch: perl
32597            ! perl.h
32598 ____________________________________________________________________________
32599 [  8907] By: jhi                                   on 2001/02/23  01:58:20
32600         Log: Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
32601              From: Peter Prymmer <pvhp@forte.com>
32602              Date: Thu, 22 Feb 2001 13:23:59 -0800 (PST)
32603              Message-ID: <Pine.OSF.4.10.10102221319460.47500-100000@aspara.forte.com>
32604      Branch: perl
32605            ! t/op/append.t
32606 ____________________________________________________________________________
32607 [  8906] By: jhi                                   on 2001/02/23  01:48:34
32608         Log: Upgrade to File::Temp 0.12, from Tim Jenness.
32609      Branch: perl
32610            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
32611 ____________________________________________________________________________
32612 [  8905] By: jhi                                   on 2001/02/23  01:43:30
32613         Log: Subject: [PATCH: perl@8892] fix a patcho in t/lib/st-06compat.t
32614              From: Peter Prymmer <pvhp@forte.com>
32615              Date: Thu, 22 Feb 2001 12:54:31 -0800 (PST)
32616              Message-ID: <Pine.OSF.4.10.10102221249170.47500-100000@aspara.forte.com>
32617      Branch: perl
32618            ! t/lib/st-06compat.t
32619 ____________________________________________________________________________
32620 [  8904] By: jhi                                   on 2001/02/23  01:42:39
32621         Log: Metaconfig unit change for #8903.
32622      Branch: metaconfig/U/perl
32623            ! Devel.U
32624 ____________________________________________________________________________
32625 [  8903] By: jhi                                   on 2001/02/23  01:42:12
32626         Log: Be more helpful for devel builders, suggested by John L. Allen.
32627      Branch: perl
32628            ! Configure
32629 ____________________________________________________________________________
32630 [  8902] By: jhi                                   on 2001/02/23  01:37:41
32631         Log: (Retracted by #8914)
32632              (Wrongly, reinstated by #8941)             
32633
32634              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
32635              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
32636              Date:     Thu, 22 Feb 2001 09:43:57 EST
32637              Message-Id: <010222094237.9d22e@DUPHY4.Physics.Drexel.Edu>
32638      Branch: perl
32639            ! op.c
32640 ____________________________________________________________________________
32641 [  8901] By: jhi                                   on 2001/02/23  01:20:32
32642         Log: Subject:  [PATCH perl 5.7.0] malloc message address offset
32643              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
32644              Date:     Thu, 22 Feb 2001 08:01:35 EST
32645              Message-Id: <010222075625.9d22e@DUPHY4.Physics.Drexel.Edu>
32646      Branch: perl
32647            ! malloc.c
32648 ____________________________________________________________________________
32649 [  8900] By: jhi                                   on 2001/02/23  01:18:02
32650         Log: Integrate changes #8898,8899 from mainline, environ handling.
32651      Branch: maint-5.6/perl
32652           !> perl.c
32653 ____________________________________________________________________________
32654 [  8899] By: jhi                                   on 2001/02/23  01:16:25
32655         Log: Rewrite putenv() using my_setenv().  (In general the vendors'
32656              putenv() is not to be relied on, they are either broken or leaky
32657              or both.)
32658      Branch: perl
32659            ! perl.c
32660 ____________________________________________________________________________
32661 [  8898] By: jhi                                   on 2001/02/22  23:36:59
32662         Log: Fix #8803 as #8897 fixed #8896: with environ safesysmalloc()
32663              and safesysfree() must be used.
32664      Branch: perl
32665            ! perl.c
32666 ____________________________________________________________________________
32667 [  8897] By: jhi                                   on 2001/02/22  23:25:45
32668         Log: With environ one must use safesysmalloc()/safesysfree().
32669      Branch: perl
32670            ! perl.c
32671 ____________________________________________________________________________
32672 [  8896] By: jhi                                   on 2001/02/22  22:13:18
32673         Log: If we have a duplicated environment free it
32674              if PERL_DESTRUCT_LEVEL.
32675      Branch: perl
32676            ! perl.c
32677 ____________________________________________________________________________
32678 [  8895] By: alanbur                               on 2001/02/22  19:31:57
32679         Log: Synchronised with parent
32680      Branch: maint-5.6/pureperl
32681           !> embed.h embed.pl ext/POSIX/POSIX.xs lib/File/Temp.pm op.c
32682 ____________________________________________________________________________
32683 [  8894] By: gsar                                  on 2001/02/22  19:06:18
32684         Log: integrate changes#6162,6163 from mainline (missing leak fixes!)
32685              
32686              fix memory leak in method call optimization (change#3768);
32687              made C<eval "$x->foo()"> leak
32688              
32689              fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
32690      Branch: maint-5.6/perl
32691           !> op.c
32692 ____________________________________________________________________________
32693 [  8893] By: jhi                                   on 2001/02/22  18:35:27
32694         Log: (Retracted by #8915.)
32695              
32696              Third Degree finding:
32697              reading uninitialized local variable smallbuf + 8 bytes of Perl_gv_fetchfile
32698      Branch: perl
32699            ! gv.c
32700 ____________________________________________________________________________
32701 [  8892] By: jhi                                   on 2001/02/22  14:28:32
32702         Log: Update Changes.
32703      Branch: perl
32704            ! Changes patchlevel.h
32705 ____________________________________________________________________________
32706 [  8891] By: jhi                                   on 2001/02/22  13:22:45
32707         Log: Metaconfig unit changes for #8890.
32708      Branch: metaconfig
32709            ! U/modified/Cppsym.U U/threads/archname.U
32710 ____________________________________________________________________________
32711 [  8890] By: jhi                                   on 2001/02/22  13:22:12
32712         Log: Add -stdio to the archname if no perlio selected,
32713              no -perlio added since that is now the default.
32714              
32715              Add few CPUs/architectures to the Cppsym scan.
32716      Branch: perl
32717            ! Configure config_h.SH
32718 ____________________________________________________________________________
32719 [  8889] By: jhi                                   on 2001/02/22  13:05:59
32720         Log: Metaconfig unit change for #8888.
32721      Branch: metaconfig/U/perl
32722            ! useperlio.U
32723 ____________________________________________________________________________
32724 [  8888] By: jhi                                   on 2001/02/22  13:05:28
32725         Log: *drum roll*  Make perlio the default.
32726      Branch: perl
32727            ! Configure config_h.SH
32728 ____________________________________________________________________________
32729 [  8887] By: jhi                                   on 2001/02/22  12:50:52
32730         Log: Integrate change #8665 from maintperl to mainline,
32731              IA64-induced POSIX::SigSet masking with IVs instead of NVs.
32732      Branch: perl
32733           !> ext/POSIX/POSIX.xs
32734 ____________________________________________________________________________
32735 [  8886] By: jhi                                   on 2001/02/22  12:49:24
32736         Log: Integrate changes #8883,8884 from mainline to maintperl.
32737              
32738              Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
32739              Subject: Re: File::Temp::_gettemp warning
32740      Branch: maint-5.6/perl
32741           !> embed.h embed.pl lib/File/Temp.pm
32742 ____________________________________________________________________________
32743 [  8885] By: jhi                                   on 2001/02/22  12:43:59
32744         Log: Based on
32745              
32746              Subject: [ID 20010222.001] POSIX.xs IV vs NV bug
32747              From: schwab@suse.de
32748              Date: Thu, 22 Feb 2001 13:08:09 +0100
32749              Message-Id: <200102221208.f1MC89H09364@sykes.suse.de>
32750              
32751              but the fix done slightly differently because the other
32752              half was already done in #8664.
32753      Branch: maint-5.6/perl
32754            ! ext/POSIX/POSIX.xs
32755 ____________________________________________________________________________
32756 [  8884] By: jhi                                   on 2001/02/22  12:37:15
32757         Log: Subject: Re: File::Temp::_gettemp warning
32758              From: Tim Jenness <t.jenness@jach.hawaii.edu>
32759              Date: Wed, 21 Feb 2001 22:15:32 -1000 (HST)
32760              Message-ID: <Pine.LNX.4.30.0102212211190.18964-100000@lapaki.jach.hawaii.edu>
32761              
32762              This patch to File::Temp does two things:
32763              
32764              1. Fixes the problem with CGI::Carp when determining
32765              the Fcntl constants
32766              
32767              2. Removes most of the carps and consolidates them so that all the
32768              reasons are included in a single die that is caught by the test. This
32769              means that the correct skipping behaviour is displayed by the test.
32770      Branch: perl
32771            ! lib/File/Temp.pm
32772 ____________________________________________________________________________
32773 [  8883] By: jhi                                   on 2001/02/22  12:29:19
32774         Log: Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
32775              From: Peter Prymmer <pvhp@forte.com>
32776              Date: Wed, 21 Feb 2001 16:30:06 -0800 (PST)
32777              Message-ID: <Pine.OSF.4.10.10102211624490.12601-100000@aspara.forte.com>
32778      Branch: perl
32779            ! embed.h embed.pl
32780 ____________________________________________________________________________
32781 [  8882] By: jhi                                   on 2001/02/21  19:41:33
32782         Log: Integrate change #8881 from mainlin to maintperl.
32783              
32784              Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
32785      Branch: maint-5.6/perl
32786           !> op.c
32787 ____________________________________________________________________________
32788 [  8881] By: jhi                                   on 2001/02/21  19:38:57
32789         Log: Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
32790              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
32791              Date:     Wed, 21 Feb 2001 13:08:03 EST
32792              Message-Id: <010221130721.7a2ab@DUPHY4.Physics.Drexel.Edu>
32793      Branch: perl
32794            ! op.c
32795 ____________________________________________________________________________
32796 [  8880] By: jhi                                   on 2001/02/21  19:34:34
32797         Log: Retract #8875, cannot let go of the old semantics of unpack U
32798              without rethinking utf8decode.t.
32799      Branch: perl
32800            ! pp.c t/op/pack.t
32801 ____________________________________________________________________________
32802 [  8879] By: jhi                                   on 2001/02/21  19:08:02
32803         Log: Run run/*.t also in minitest.
32804      Branch: perl
32805            ! Makefile.SH
32806 ____________________________________________________________________________
32807 [  8878] By: nick                                  on 2001/02/21  18:55:37
32808         Log: Integrate mainline
32809      Branch: perlio
32810           !> (integrate 76 files)
32811 ____________________________________________________________________________
32812 [  8877] By: jhi                                   on 2001/02/21  15:09:33
32813         Log: Fix the sys/fcntl.h problem reported by Peter Prymmer.
32814      Branch: metaconfig
32815            ! U/compline/nblock_io.U
32816      Branch: perl
32817            ! Configure config_h.SH
32818 ____________________________________________________________________________
32819 [  8876] By: jhi                                   on 2001/02/21  14:54:45
32820         Log: If no sfio, no -lsfio.
32821      Branch: metaconfig/U/perl
32822            ! d_sfio.U
32823      Branch: perl
32824            ! Configure config_h.SH
32825 ____________________________________________________________________________
32826 [  8875] By: jhi                                   on 2001/02/21  14:54:00
32827         Log: Make unpack C and unpack C truly equivalent.
32828      Branch: perl
32829            ! pp.c t/op/pack.t
32830 ____________________________________________________________________________
32831 [  8874] By: jhi                                   on 2001/02/21  14:26:02
32832         Log: Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
32833              From: Peter Prymmer <pvhp@forte.com>
32834              Date: Tue, 20 Feb 2001 14:51:55 -0800 (PST)
32835              Message-ID: <Pine.OSF.4.10.10102201447380.501692-100000@aspara.forte.com>
32836      Branch: perl
32837            ! pod/perlport.pod
32838 ____________________________________________________________________________
32839 [  8873] By: jhi                                   on 2001/02/21  14:24:31
32840         Log: Subject: [PATCH] fix for charnames above FFFF
32841              From: andreas.koenig@anima.de (Andreas J. Koenig)
32842              Date: 21 Feb 2001 07:05:45 +0100
32843              Message-ID: <m366i44ll2.fsf@ak-71.mind.de>
32844      Branch: perl
32845            ! lib/charnames.pm t/lib/charnames.t
32846 ____________________________________________________________________________
32847 [  8872] By: jhi                                   on 2001/02/21  14:15:25
32848         Log: Integrate change #8868 from pureperl to mainline.
32849              
32850              Fixed reference count loop caused by sv_magic.
32851      Branch: perl
32852           !> sv.c
32853 ____________________________________________________________________________
32854 [  8871] By: jhi                                   on 2001/02/21  14:07:29
32855         Log: Integrate change #8868 from pureperl to maintperl.
32856              
32857              Fixed reference count loop caused by sv_magic.
32858      Branch: maint-5.6/perl
32859           !> sv.c
32860 ____________________________________________________________________________
32861 [  8870] By: jhi                                   on 2001/02/21  14:04:41
32862         Log: Put back the #8840, it was innocent.
32863      Branch: perl
32864            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
32865            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
32866 ____________________________________________________________________________
32867 [  8869] By: jhi                                   on 2001/02/21  14:00:03
32868         Log: unpack("C", ...) was left slightly unfinished by #8865.
32869      Branch: perl
32870            ! pp.c t/op/pack.t
32871 ____________________________________________________________________________
32872 [  8868] By: alanbur                               on 2001/02/21  01:33:45
32873         Log: Fixed reference count loop caused by sv_magic.  sv_magic is called
32874              from gv_fetchpv to create single-character magic variables (e.g. $!),
32875              and it is passed a sv and the gv that contains the sv as the mg_obj
32876              value.  When sv_magic stores the mg_obj pointer it increments the gv
32877              refcount, thus causing a sv-gv pair that can't be freed.  There is
32878              already a check for sv == obj which is used to prevent such reference
32879              loops.  This change extends the check to cover the case described above.
32880      Branch: maint-5.6/pureperl
32881            ! sv.c
32882 ____________________________________________________________________________
32883 [  8867] By: jhi                                   on 2001/02/21  00:52:39
32884         Log: Update Changes.
32885      Branch: perl
32886            ! Changes patchlevel.h
32887 ____________________________________________________________________________
32888 [  8866] By: jhi                                   on 2001/02/21  00:34:20
32889         Log: Upgrade to CGI.pm 2.752, from Lincoln Stein.
32890              (Note: there were some conflicts due to EBCDIC and EPOC
32891              patches, in general I preferred the repository code.)
32892              (When 2.753 comes out, we need to synchronize.)
32893      Branch: perl
32894            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
32895            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
32896            ! t/lib/cgi-html.t
32897 ____________________________________________________________________________
32898 [  8865] By: jhi                                   on 2001/02/21  00:24:22
32899         Log: Make pack("C", 0x100) to create Unicode, unless under the
32900              evil influence of 'use bytes'.  Similarly, unpack("C", ...)
32901              will understand Unicode, unless you under know what.
32902      Branch: perl
32903            ! pp.c t/op/pack.t t/op/qu.t
32904 ____________________________________________________________________________
32905 [  8864] By: alanbur                               on 2001/02/20  22:35:34
32906         Log: Resynchronised with parent
32907      Branch: maint-5.6/pureperl
32908           !> README.win32 ext/GDBM_File/GDBM_File.pm
32909           !> ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
32910           !> ext/SDBM_File/SDBM_File.pm handy.h lib/Test.pm makedef.pl mg.c
32911           !> pod/perlop.pod t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
32912           !> t/lib/sdbm.t util.c
32913 ____________________________________________________________________________
32914 [  8863] By: jhi                                   on 2001/02/20  20:55:11
32915         Log: Integrate change #8860,8861 from mainline into maintperl.
32916              
32917              "pseudo-literal j"
32918              
32919              Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
32920      Branch: maint-5.6/perl
32921           !> lib/Test.pm pod/perlop.pod
32922 ____________________________________________________________________________
32923 [  8862] By: jhi                                   on 2001/02/20  20:30:07
32924         Log: Don't do casting between pointers pointing to differently sized
32925              integers.
32926      Branch: perl
32927            ! hv.c sv.c
32928 ____________________________________________________________________________
32929 [  8861] By: jhi                                   on 2001/02/20  19:53:44
32930         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
32931              From: Peter Prymmer <pvhp@forte.com>
32932              Message-ID: <Pine.OSF.4.10.10102141617350.197219-100000@aspara.forte.com>
32933              Date: Wed, 14 Feb 2001 16:28:16 -0800 (PST)
32934      Branch: perl
32935            ! lib/Test.pm
32936 ____________________________________________________________________________
32937 [  8860] By: jhi                                   on 2001/02/20  19:48:02
32938         Log: "pseudo-literal j", a documentation glitch reported to Debian.
32939              The text recovered from Perl 5.005_03, and pseudo-literal replaced
32940              by "backtick string".
32941      Branch: perl
32942            ! pod/perlop.pod
32943 ____________________________________________________________________________
32944 [  8859] By: jhi                                   on 2001/02/20  19:15:46
32945         Log: Skip the Perl_sys_intern_clear and Perl_sys_intern_init,
32946              from Chris Nandor.
32947      Branch: perl
32948            ! makedef.pl
32949 ____________________________________________________________________________
32950 [  8858] By: jhi                                   on 2001/02/20  17:36:53
32951         Log: Integrate pureperl changes #8844,8845,8850 to mainline
32952              (via maintperl #8855).
32953              
32954              Fixed %^H scoping bug
32955              
32956              Removed GV <-> CV refcount loop
32957              
32958              Removed %ENV refcount loop
32959      Branch: perl
32960           !> gv.c op.c perl.c pp.c scope.c
32961 ____________________________________________________________________________
32962 [  8857] By: jhi                                   on 2001/02/20  17:34:32
32963         Log: Integrate changes #8853,8854 from maintperl to mainline.
32964              
32965              EBDIC fixes, README.win32 Borland update.
32966      Branch: perl
32967           !> README.win32 handy.h util.c
32968 ____________________________________________________________________________
32969 [  8856] By: jhi                                   on 2001/02/20  17:33:16
32970         Log: Integrate change #8848 from mainline to maintperl: ?DBM_File cleanup.
32971      Branch: maint-5.6/perl
32972           !> ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
32973           !> ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
32974           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
32975 ____________________________________________________________________________
32976 [  8855] By: jhi                                   on 2001/02/20  17:32:13
32977         Log: Integrate pureperl changes #8844,8845,8850 to maintperl.
32978              
32979              Fixed %^H scoping bug
32980              
32981              Removed GV <-> CV refcount loop
32982              
32983              Removed %ENV refcount loop
32984      Branch: maint-5.6/perl
32985           !> gv.c op.c perl.c pp.c scope.c
32986 ____________________________________________________________________________
32987 [  8854] By: jhi                                   on 2001/02/20  17:25:06
32988         Log: Subject: Addition to readme.win32 for Borland C++ compilers
32989              Date: Tue, 20 Feb 2001 02:15:25 +0300
32990              From: "Vadim Konovalov" <watman@inbox.ru>
32991              Message-ID: <011c01c09aca$93bbbec0$367b55c2@vad>
32992              
32993              Document Borland compiler misbehaviour.
32994      Branch: maint-5.6/perl
32995            ! README.win32
32996 ____________________________________________________________________________
32997 [  8853] By: jhi                                   on 2001/02/20  17:22:25
32998         Log: The assimilation of ebcdic.c didn't quite work at the first try,
32999              patches from Thomas Dorner.
33000      Branch: maint-5.6/perl
33001            ! handy.h util.c
33002 ____________________________________________________________________________
33003 [  8852] By: jhi                                   on 2001/02/20  17:20:15
33004         Log: Subject: [PATCH] More Mac OS patches for maint-5.6
33005              From: Chris Nandor <pudge@pobox.com>
33006              Date: Tue, 20 Feb 2001 08:32:45 -0500
33007              Message-Id: <p05010403b6b81ee8dca0@[10.0.1.177]>
33008      Branch: maint-5.6/perl
33009            ! makedef.pl mg.c
33010 ____________________________________________________________________________
33011 [  8851] By: jhi                                   on 2001/02/20  17:15:52
33012         Log: Filter::Util::Call update to 1.05, from Paul Marquess.
33013      Branch: perl
33014            ! ext/Filter/Util/Call/Call.pm t/lib/filter-util.pl
33015            ! t/lib/filter-util.t
33016 ____________________________________________________________________________
33017 [  8850] By: alanbur                               on 2001/02/20  17:12:40
33018         Log: Removed %ENV refcount loop.  Elements of %ENV are magical,
33019              and the magic pointer points back to the GV that contains the
33020              %ENV hash.  This creates a refcount loop that prevents members
33021              of %ENV from being freed correctly.  This change removes the
33022              refcount loop - the magic pointer was never used anyway, the
33023              only use of the magic was to check the type ('E') so that the
33024              appropriate environment manipulation code is called when %ENV
33025              is modified.
33026      Branch: maint-5.6/pureperl
33027            ! perl.c
33028 ____________________________________________________________________________
33029 [  8849] By: jhi                                   on 2001/02/20  17:12:20
33030         Log: Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
33031              From: "Craig A. Berry" <craigberry@mac.com>
33032              Date: Mon, 19 Feb 2001 23:36:12 -0600
33033              Message-Id: <5.0.2.1.0.20010219230450.02762648@exchi01>
33034              
33035              Case-forgiving systems match TestInit.pm with TES*.
33036      Branch: perl
33037            ! t/lib/glob-basic.t
33038 ____________________________________________________________________________
33039 [  8848] By: jhi                                   on 2001/02/20  17:10:02
33040         Log: strict-w-proof the ?DBM_File, from Paul Marquess.
33041      Branch: perl
33042            ! ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
33043            ! ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
33044            ! t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
33045 ____________________________________________________________________________
33046 [  8847] By: jhi                                   on 2001/02/20  15:34:41
33047         Log: The #8843 wasn't quite right: %Config needs to imported.
33048      Branch: perl
33049            ! t/run/runenv.t
33050 ____________________________________________________________________________
33051 [  8846] By: jhi                                   on 2001/02/20  15:31:50
33052         Log: Retract the #8838 and #8840 for now because of
33053              the DB_File tie problem.
33054      Branch: perl
33055            ! embed.h embed.pl global.sym lib/ExtUtils/xsubpp objXSUB.h
33056            ! perlapi.c pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod
33057            ! proto.h sv.c
33058 ____________________________________________________________________________
33059 [  8845] By: alanbur                               on 2001/02/20  14:25:41
33060         Log: Removed GV <-> CV refcount loop
33061              CvGV(mycv) points to the parent GV of the CV, and was previously
33062              refcounted.  The pointer remains, but the refcounting has been removed
33063              as it causes a refcount loop between the CV and GV that means the CV
33064              can't ever be deleted.
33065      Branch: maint-5.6/pureperl
33066            ! gv.c op.c pp.c
33067 ____________________________________________________________________________
33068 [  8844] By: alanbur                               on 2001/02/20  14:23:13
33069         Log: Fixed %^H scoping bug
33070      Branch: maint-5.6/pureperl
33071            ! scope.c
33072 ____________________________________________________________________________
33073 [  8843] By: jhi                                   on 2001/02/19  13:38:08
33074         Log: fork() not everywhere, cleanup temp files.
33075      Branch: perl
33076            ! t/run/runenv.t
33077 ____________________________________________________________________________
33078 [  8842] By: alanbur                               on 2001/02/19  12:42:07
33079         Log: Resynchronised with parent
33080      Branch: maint-5.6/pureperl
33081           !> pod/perlfaq4.pod sv.c utf8.c
33082 ____________________________________________________________________________
33083 [  8841] By: jhi                                   on 2001/02/19  03:35:51
33084         Log: Update Changes.
33085      Branch: perl
33086            ! Changes patchlevel.h
33087 ____________________________________________________________________________
33088 [  8840] By: jhi                                   on 2001/02/19  00:23:41
33089         Log: Subject: [patch] add sv_setref_uv
33090              From: Doug MacEachern <dougm@covalent.net>
33091              Date: Sun, 18 Feb 2001 14:49:33 -0800 (PST)
33092              Message-ID: <Pine.LNX.4.21.0102181448290.10021-100000@mako.covalent.net>
33093      Branch: perl
33094            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
33095            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
33096 ____________________________________________________________________________
33097 [  8839] By: jhi                                   on 2001/02/19  00:01:38
33098         Log: Put to rest the 20010205.001, the email address checking (not) regex.
33099      Branch: perl
33100            ! pod/perlfaq9.pod
33101 ____________________________________________________________________________
33102 [  8838] By: jhi                                   on 2001/02/18  22:17:54
33103         Log: Subject: [patch] xsubpp: make sv_setref_* targetable
33104              From: Doug MacEachern <dougm@covalent.net>
33105              Date: Sun, 18 Feb 2001 12:58:23 -0800 (PST)
33106              Message-ID: <Pine.LNX.4.21.0102181256310.10021-100000@mako.covalent.net>
33107      Branch: perl
33108            ! lib/ExtUtils/xsubpp
33109 ____________________________________________________________________________
33110 [  8837] By: jhi                                   on 2001/02/18  22:16:50
33111         Log: Subject: [patch] -Wall cleanup round 2
33112              From: Doug MacEachern <dougm@covalent.net>
33113              Date: Sun, 18 Feb 2001 13:08:04 -0800 (PST)
33114              Message-ID: <Pine.LNX.4.21.0102181304520.10021-100000@mako.covalent.net>
33115      Branch: perl
33116            ! ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
33117            ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
33118            ! ext/File/Glob/Glob.xs ext/Filter/Util/Call/Call.xs
33119            ! ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs ext/IPC/SysV/SysV.xs
33120            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
33121            ! ext/SDBM_File/SDBM_File.xs
33122 ____________________________________________________________________________
33123 [  8836] By: jhi                                   on 2001/02/18  22:11:20
33124         Log: Misapplied regex optimizations when \C is present.
33125              Fixes 20001230.002.
33126              
33127              What still remains broken is that the submatches that
33128              have \C in them get their UTF8 flag on because their
33129              parent SV has it on.  This will result in malformed
33130              UTF8 if a \C happened to match a non-ASCII byte.
33131      Branch: perl
33132            ! regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
33133            ! t/pragma/utf8.t
33134 ____________________________________________________________________________
33135 [  8835] By: jhi                                   on 2001/02/18  20:12:02
33136         Log: Fix for "[ID 20010213.005] utf8 + localized hash elems + 64 bits?"
33137              
33138              The hash key got wrongly UTF8fied.
33139      Branch: perl
33140            ! pod/perlapi.pod toke.c utf8.c
33141 ____________________________________________________________________________
33142 [  8834] By: jhi                                   on 2001/02/18  19:44:25
33143         Log: Tweak on #8234 (Subject: Re: [PATCH] Warn on use of reference as array elem):
33144              don't warn on magical or overloaded things.
33145      Branch: perl
33146            ! pp_hot.c
33147 ____________________________________________________________________________
33148 [  8833] By: nick                                  on 2001/02/18  19:31:22
33149         Log: Integrate mainline
33150      Branch: perlio
33151           +> t/TestInit.pm t/run/runenv.t
33152            - t/UTEST
33153           !> MANIFEST Makefile.SH ext/Storable/ChangeLog
33154           !> ext/Storable/Storable.pm ext/Storable/Storable.xs
33155           !> lib/Test/Harness.pm perl.c pod/perlfaq4.pod sv.c t/TEST
33156           !> t/lib/charnames.t t/lib/glob-basic.t t/lib/st-06compat.t
33157           !> t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
33158           !> t/op/chop.t t/op/eval.t t/op/regexp_noamp.t t/op/subst_wamp.t
33159           !> utf8.c
33160 ____________________________________________________________________________
33161 [  8832] By: jhi                                   on 2001/02/18  19:21:18
33162         Log: Integrate perlio.
33163      Branch: perl
33164           !> perlio.c pod/perldiag.pod
33165 ____________________________________________________________________________
33166 [  8831] By: jhi                                   on 2001/02/18  19:14:20
33167         Log: Integrate change #8827 from mainline.
33168              
33169              UTF8 tweaks.
33170      Branch: maint-5.6/perl
33171           !> sv.c utf8.c
33172 ____________________________________________________________________________
33173 [  8830] By: nick                                  on 2001/02/18  19:10:34
33174         Log: Apply the spirit of patch from Nick Clark:
33175              Subject: [PATCH] Re: extensions that provide layers
33176              From: Nicholas Clark <nick@ccl4.org>
33177              Date: Mon, 12 Feb 2001 16:43:51 +0000
33178              Message-Id: <20010212164350.Q3652@plum.flirble.org>
33179      Branch: perlio
33180            ! perlio.c pod/perldiag.pod
33181 ____________________________________________________________________________
33182 [  8829] By: jhi                                   on 2001/02/18  19:03:25
33183         Log: Subject: [PATCH t/TEST t/TestSetup.pm] Adding in TestSetup.pm to replace BEGIN  preamble on tests.
33184              From: schwern@pobox.com 
33185              Date: Sun, 18 Feb 2001 13:44:35 -0500
33186              Message-ID: <20010218134435.A17544@magnonel.guild.net>
33187              
33188              Applied, but as t/TestInit.pm.
33189      Branch: perl
33190            + t/TestInit.pm
33191            ! MANIFEST t/TEST t/op/eval.t t/op/regexp_noamp.t
33192            ! t/op/subst_wamp.t
33193 ____________________________________________________________________________
33194 [  8828] By: jhi                                   on 2001/02/18  18:43:52
33195         Log: Integrate perlio.
33196      Branch: perl
33197           !> perlio.c
33198 ____________________________________________________________________________
33199 [  8827] By: jhi                                   on 2001/02/18  18:41:33
33200         Log: UTF-8 tweaks.
33201      Branch: perl
33202            ! sv.c utf8.c
33203 ____________________________________________________________________________
33204 [  8826] By: nick                                  on 2001/02/18  17:40:59
33205         Log: Fix [ID 20010217.002]
33206              open FOO, "<:raw:perlio", ...
33207              :raw now inserts default base layer below itself.
33208              Also
33209              open FOO, "<:unix", ...
33210              works as well - but leaves buffer layer on stack under the unix layer.
33211      Branch: perlio
33212            ! perlio.c
33213 ____________________________________________________________________________
33214 [  8825] By: jhi                                   on 2001/02/18  17:15:39
33215         Log: Integrate perlio.
33216      Branch: perl
33217           !> perlio.c perliol.h
33218 ____________________________________________________________________________
33219 [  8824] By: jhi                                   on 2001/02/18  17:10:53
33220         Log: Subject: [PATCH t/TEST lib/Test/Harness.pm] Adding todo tests
33221              From: schwern@pobox.com
33222              Date: Sun, 18 Feb 2001 01:48:50 -0500
33223              Message-ID: <20010218014850.C19957@magnonel.guild.net>
33224      Branch: perl
33225            ! lib/Test/Harness.pm t/TEST t/op/chop.t
33226 ____________________________________________________________________________
33227 [  8823] By: jhi                                   on 2001/02/18  17:01:06
33228         Log: Add run/*.t to testables.
33229      Branch: perl
33230            ! t/TEST
33231 ____________________________________________________________________________
33232 [  8822] By: jhi                                   on 2001/02/18  16:58:58
33233         Log: Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
33234              From: schwern@pobox.com
33235              Date: Sun, 18 Feb 2001 01:11:35 -0500
33236              Message-ID: <20010218011135.A19957@magnonel.guild.net>
33237              
33238              Revive mjd's and Simon's PERL5OPT fix.
33239      Branch: perl
33240            + t/run/runenv.t
33241            ! MANIFEST perl.c
33242 ____________________________________________________________________________
33243 [  8821] By: jhi                                   on 2001/02/18  16:53:46
33244         Log: Subject: Re: Why t/TEST and not Test::Harness?
33245              From: schwern@pobox.com
33246              Date: Sat, 17 Feb 2001 22:44:44 -0500
33247              Message-ID: <20010217224444.A6679@magnonel.guild.net>
33248              
33249              Replace UTEST with TEST -utf8.
33250      Branch: perl
33251            - t/UTEST
33252            ! MANIFEST Makefile.SH t/TEST t/lib/charnames.t
33253            ! t/lib/glob-basic.t
33254 ____________________________________________________________________________
33255 [  8820] By: nick                                  on 2001/02/18  13:06:16
33256         Log: Clean up a few core dumps when layers are used in unexpected ways.
33257              (Still not "right"...)
33258      Branch: perlio
33259            ! perlio.c perliol.h
33260 ____________________________________________________________________________
33261 [  8819] By: jhi                                   on 2001/02/18  02:25:55
33262         Log: Integrate change #8818 from maintperl, a FAQ nit.
33263      Branch: perl
33264           !> pod/perlfaq4.pod
33265 ____________________________________________________________________________
33266 [  8818] By: jhi                                   on 2001/02/18  02:24:50
33267         Log: FAQ nit from Chris Fedde.
33268      Branch: maint-5.6/perl
33269            ! pod/perlfaq4.pod
33270 ____________________________________________________________________________
33271 [  8817] By: nick                                  on 2001/02/17  18:20:14
33272         Log: Integrate mainline
33273      Branch: perlio
33274           +> lib/unicode/UCD.html lib/unicode/Unicode.html
33275           +> lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
33276           +> pod/perlclib.pod
33277            - ebcdic.c lib/unicode/UCD301.html lib/unicode/UCDFF301.html
33278            - lib/unicode/Unicode.301
33279           !> (integrate 324 files)
33280 ____________________________________________________________________________
33281 [  8816] By: jhi                                   on 2001/02/17  16:56:58
33282         Log: Upgrade to Storable 1.0.10, from Raphael Manfredi.
33283      Branch: perl
33284            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
33285            ! ext/Storable/Storable.xs t/lib/st-06compat.t
33286            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
33287 ____________________________________________________________________________
33288 [  8815] By: jhi                                   on 2001/02/17  16:40:07
33289         Log: Subject: [patch] -Wall
33290              From: Doug MacEachern <dougm@covalent.net>
33291              Date: Fri, 16 Feb 2001 15:25:36 -0800 (PST)
33292              Message-ID: <Pine.LNX.4.21.0102161519500.30352-100000@mako.covalent.net>
33293      Branch: perl
33294            ! doio.c doop.c embed.h embed.pl gv.c objXSUB.h op.c perl.c
33295            ! perlapi.c pp_ctl.c pp_hot.c pp_sys.c proto.h sv.c toke.c
33296 ____________________________________________________________________________
33297 [  8814] By: jhi                                   on 2001/02/16  19:27:18
33298         Log: Document qu better.
33299      Branch: perl
33300            ! pod/perlop.pod
33301 ____________________________________________________________________________
33302 [  8813] By: jhi                                   on 2001/02/15  13:54:37
33303         Log: Subject: [PATCH @8807] toke.c cleanup: scan_str()
33304              From: Hugo <hv@crypt.compulink.co.uk>
33305              Date: Thu, 15 Feb 2001 13:39:49 +0000
33306              Message-Id: <200102151339.NAA32248@crypt.compulink.co.uk>
33307      Branch: perl
33308            ! toke.c
33309 ____________________________________________________________________________
33310 [  8812] By: alanbur                               on 2001/02/15  13:52:16
33311         Log: Resynchronised with parent
33312      Branch: maint-5.6/pureperl
33313            - ebcdic.c
33314           !> (integrate 36 files)
33315 ____________________________________________________________________________
33316 [  8811] By: jhi                                   on 2001/02/15  13:51:16
33317         Log: Integrate changes #8659,8702,8808,8809,8810 from maintperl.
33318              
33319              Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
33320              From: Jan Dubois <JanD@ActiveState.com>
33321              Date: Wed, 31 Jan 2001 21:17:03 -0800
33322              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
33323              
33324              tweak change#8659 to keep it simple
33325              
33326              Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
33327              From: Russ Allbery <rra@stanford.edu>
33328              Date: 14 Feb 2001 10:15:41 -0800
33329              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
33330              
33331              (8809 empty)
33332
33333              Upgrade to podlators 1.08, from Russ Allbery.
33334      Branch: perl
33335           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/Test/Harness.pm
33336           !> utils/perldoc.PL
33337 ____________________________________________________________________________
33338 [  8810] By: jhi                                   on 2001/02/15  13:35:08
33339         Log: Upgrade to podlators 1.08, from Russ Allbery.
33340      Branch: maint-5.6/perl
33341            ! lib/Pod/Man.pm lib/Pod/Text.pm
33342 ____________________________________________________________________________
33343 [  8809] By: jhi                                   on 2001/02/15  13:26:38
33344         Log: (accidentally empty check-in)
33345      Branch: maint-5.6/perl
33346            ! lib/Test/Harness.pm
33347 ____________________________________________________________________________
33348 [  8808] By: jhi                                   on 2001/02/15  13:23:47
33349         Log: Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
33350              From: Russ Allbery <rra@stanford.edu>
33351              Date: 14 Feb 2001 10:15:41 -0800
33352              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
33353              
33354              perldoc was hardcoding $Config{installscript}, which breaks
33355              when install* isn't where Perl ends up (such as with AFS).
33356              
33357              Use $Config{scriptdir} instead.
33358      Branch: maint-5.6/perl
33359            ! utils/perldoc.PL
33360 ____________________________________________________________________________
33361 [  8807] By: jhi                                   on 2001/02/14  14:37:27
33362         Log: Update Changes.
33363      Branch: perl
33364            ! Changes patchlevel.h
33365 ____________________________________________________________________________
33366 [  8806] By: jhi                                   on 2001/02/14  14:25:31
33367         Log: Integrate changes #8803,8804,8805 from mainline.
33368              
33369              Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
33370              
33371              Don't skip too much of the locale error message if no environ array,
33372              from Chris Nandor.
33373              
33374              More MacOS Classic fixes from Chris Nandor.
33375      Branch: maint-5.6/perl
33376           !> doop.c lib/Cwd.pm perl.c perl.h util.c
33377 ____________________________________________________________________________
33378 [  8805] By: jhi                                   on 2001/02/14  03:29:01
33379         Log: More MacOS Classic fixes from Chris Nandor.
33380      Branch: perl
33381            ! doop.c lib/Cwd.pm
33382 ____________________________________________________________________________
33383 [  8804] By: jhi                                   on 2001/02/14  03:18:35
33384         Log: Don't skip too much of the locale error message if no environ array,
33385              from Chris Nandor.
33386      Branch: perl
33387            ! util.c
33388 ____________________________________________________________________________
33389 [  8803] By: jhi                                   on 2001/02/14  03:14:14
33390         Log: Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
33391      Branch: perl
33392            ! perl.c perl.h
33393 ____________________________________________________________________________
33394 [  8802] By: jhi                                   on 2001/02/13  18:31:33
33395         Log: AUTHORS update.
33396      Branch: perl
33397            ! AUTHORS
33398 ____________________________________________________________________________
33399 [  8801] By: jhi                                   on 2001/02/13  17:55:19
33400         Log: Integrate change #8792 from mainline.
33401              
33402              Subject: buncha MacPerl patches for bleadperl
33403              From: Chris Nandor <pudge@pobox.com>
33404              Date: Tue, 13 Feb 2001 00:02:43 -0500
33405              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
33406      Branch: maint-5.6/perl
33407           !> lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
33408           !> lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
33409           !> t/lib/basename.t toke.c util.h
33410 ____________________________________________________________________________
33411 [  8800] By: jhi                                   on 2001/02/13  17:46:43
33412         Log: When doing that Fpos_t used in PerlIO_getpos proto needs
33413              to be forced to Off_t.
33414              
33415              Subject: [ID 20010201.009] 5.6.1-TRIAL2 sfio build fails
33416              From: nick@ccl4.org
33417              Date: Thu, 1 Feb 2001 12:01:04 +0000
33418              Message-Id: <20010201120103.E11401@plum.flirble.org>
33419      Branch: maint-5.6/perl
33420            ! iperlsys.h perlio.c
33421 ____________________________________________________________________________
33422 [  8799] By: jhi                                   on 2001/02/13  16:52:51
33423         Log: Duplex duplex hunk hunk.
33424      Branch: maint-5.6/perl
33425            ! Makefile.SH
33426 ____________________________________________________________________________
33427 [  8797] By: jhi                                   on 2001/02/13  14:52:04
33428         Log: Subject: [PATCH perl@8773] integral ok lines for VMS
33429              From: "Craig A. Berry" <craigberry@mac.com>
33430              Date: Mon, 12 Feb 2001 11:05:25 -0600
33431              Message-Id: <p04330104b6ac5dfe6d45@[172.16.52.1]>
33432      Branch: perl
33433            ! t/lib/filehand.t t/lib/test-harness.t t/lib/texttabs.t
33434 ____________________________________________________________________________
33435 [  8796] By: jhi                                   on 2001/02/13  14:36:47
33436         Log: Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
33437              From: simon.cozens@pembroke.oxford.ac.uk 
33438              Date: Sat, 10 Feb 2001 17:57:02 +0000
33439              Message-Id: <E14ReGc-0005Pk-00@pembro26.pmb.ox.ac.uk>
33440              
33441              Now it does include.
33442      Branch: perl
33443            ! pod/perldiag.pod
33444 ____________________________________________________________________________
33445 [  8795] By: jhi                                   on 2001/02/13  14:30:11
33446         Log: Sort the MANIFEST.
33447      Branch: perl
33448            ! MANIFEST
33449 ____________________________________________________________________________
33450 [  8794] By: jhi                                   on 2001/02/13  14:26:51
33451         Log: Integrate change #8793 from mainline, FAQ updates.
33452      Branch: maint-5.6/perl
33453           !> pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
33454 ____________________________________________________________________________
33455 [  8793] By: jhi                                   on 2001/02/13  14:25:13
33456         Log: FAQ updates from Chris Fedde <chris@fedde.littleton.co.us>.
33457      Branch: perl
33458            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
33459 ____________________________________________________________________________
33460 [  8792] By: jhi                                   on 2001/02/13  14:22:50
33461         Log: Subject: buncha MacPerl patches for bleadperl
33462              From: Chris Nandor <pudge@pobox.com>
33463              Date: Tue, 13 Feb 2001 00:02:43 -0500
33464              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
33465      Branch: perl
33466            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
33467            ! lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
33468            ! t/lib/basename.t toke.c util.h
33469 ____________________________________________________________________________
33470 [  8791] By: jhi                                   on 2001/02/13  14:10:39
33471         Log: Integrate change #8790 from mainline.
33472              
33473              environ array wrongly assumed in Perl_init_i18nl10n(),
33474      Branch: maint-5.6/perl
33475           !> util.c
33476 ____________________________________________________________________________
33477 [  8790] By: jhi                                   on 2001/02/13  14:06:15
33478         Log: environ array wrongly assumed in Perl_init_i18nl10n(),
33479              noticed by Chris Nandor in MacOS Classic.
33480      Branch: perl
33481            ! util.c
33482 ____________________________________________________________________________
33483 [  8789] By: jhi                                   on 2001/02/13  13:58:07
33484         Log: Integrate changes #8373,8487,8544,8783 from mainline.
33485              
33486              Synchronize the EBCDIC platforms (os390,posix-bc,vmesa):
33487              hints files, the dynaloading, assimilate ebcdic into util.c.
33488      Branch: maint-5.6/perl
33489            - ebcdic.c
33490            ! MANIFEST hints/posix-bc.sh
33491           !> Makefile.SH embed.h embed.pl ext/DynaLoader/dl_dllload.xs
33492           !> handy.h hints/os390.sh hints/vmesa.sh installperl objXSUB.h
33493           !> perlapi.c proto.h util.c
33494 ____________________________________________________________________________
33495 [  8788] By: alanbur                               on 2001/02/13  10:33:13
33496         Log: Integrated changes from maint-5.6
33497      Branch: maint-5.6/pureperl
33498           !> Makefile.SH README.vos hints/openbsd.sh pod/perlport.pod
33499           !> regcomp.c t/op/re_tests vos/Changes vos/build.cm
33500           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
33501           !> vos/config.ga.h vos/configure_perl.cm
33502 ____________________________________________________________________________
33503 [  8787] By: jhi                                   on 2001/02/13  05:56:36
33504         Log: Integrate change #8786 from maintperl, posix-bc byacc handling.
33505      Branch: perl
33506           !> Makefile.SH
33507 ____________________________________________________________________________
33508 [  8786] By: jhi                                   on 2001/02/13  05:54:34
33509         Log: Subject: perl@8671 on posix-bc aka BS2000 Posix (small Patch included!)
33510              From: Dorner Thomas <Thomas.Dorner@start.de>
33511              Date: Mon, 12 Feb 2001 15:06:26 +0100
33512              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A8853@Ex02.inhouse.start.de>
33513      Branch: maint-5.6/perl
33514            ! Makefile.SH
33515 ____________________________________________________________________________
33516 [  8785] By: jhi                                   on 2001/02/13  05:29:04
33517         Log: Integrate change #8781 from maintperl, OpenBSD hints update.
33518      Branch: perl
33519           !> hints/openbsd.sh
33520 ____________________________________________________________________________
33521 [  8784] By: jhi                                   on 2001/02/13  02:25:24
33522         Log: Subject: [PATCH: perl@8773] small fixups to perlclib.pod
33523              From: Peter Prymmer <pvhp@forte.com>
33524              Date: Mon, 12 Feb 2001 18:23:09 -0800 (PST)
33525              Message-ID: <Pine.OSF.4.10.10102121821090.126445-100000@aspara.forte.com>
33526      Branch: perl
33527            ! pod/perlclib.pod
33528 ____________________________________________________________________________
33529 [  8783] By: jhi                                   on 2001/02/13  02:22:36
33530         Log: Merge ebcdic.c (only one function, ebcdic_control()) into util.c.
33531      Branch: perl
33532            - ebcdic.c
33533            ! MANIFEST embed.h embed.pl handy.h hints/os390.sh
33534            ! hints/posix-bc.sh hints/vmesa.sh objXSUB.h perlapi.c proto.h
33535            ! util.c
33536 ____________________________________________________________________________
33537 [  8782] By: jhi                                   on 2001/02/13  02:00:07
33538         Log: Add OpenBSD to the list of 5.6.1-okay platforms.
33539      Branch: maint-5.6/perl
33540            ! pod/perlport.pod
33541 ____________________________________________________________________________
33542 [  8781] By: jhi                                   on 2001/02/13  01:58:44
33543         Log: OpenBSD hints update for 5.6.1-TRIAL2 from Todd C. Miller.
33544      Branch: maint-5.6/perl
33545            ! hints/openbsd.sh
33546 ____________________________________________________________________________
33547 [  8780] By: jhi                                   on 2001/02/13  01:57:33
33548         Log: Synchronize the regexp tests between maintperl and mainline.
33549      Branch: maint-5.6/perl
33550           !> t/op/re_tests
33551 ____________________________________________________________________________
33552 [  8779] By: jhi                                   on 2001/02/13  01:49:35
33553         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
33554              From: Hugo <hv@crypt.compulink.co.uk>
33555              Date: Tue, 13 Feb 2001 00:11:11 +0000
33556              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
33557      Branch: perl
33558            ! regcomp.c t/op/re_tests
33559 ____________________________________________________________________________
33560 [  8778] By: jhi                                   on 2001/02/13  00:23:10
33561         Log: Comments do not nest.
33562      Branch: perl
33563            ! perl.h
33564 ____________________________________________________________________________
33565 [  8777] By: jhi                                   on 2001/02/13  00:17:54
33566         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
33567              From: Hugo <hv@crypt.compulink.co.uk>
33568              Date: Tue, 13 Feb 2001 00:11:11 +0000
33569              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
33570      Branch: maint-5.6/perl
33571            ! regcomp.c t/op/re_tests
33572 ____________________________________________________________________________
33573 [  8776] By: jhi                                   on 2001/02/12  23:25:52
33574         Log: Add VOS to the list of 5.6.1 known-to-be-working platforms.
33575      Branch: maint-5.6/perl
33576            ! pod/perlport.pod
33577 ____________________________________________________________________________
33578 [  8775] By: jhi                                   on 2001/02/12  23:04:28
33579         Log: VOS updates for 5.6-TRIAL2 from Paul Green.
33580      Branch: maint-5.6/perl
33581            ! README.vos vos/Changes vos/build.cm vos/config.alpha.def
33582            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
33583            ! vos/configure_perl.cm
33584 ____________________________________________________________________________
33585 [  8774] By: jhi                                   on 2001/02/12  22:59:11
33586         Log: Subject: Re: [patch] context for 'U' magic functions
33587              From: Doug MacEachern <dougm@covalent.net>
33588              Date: Mon, 12 Feb 2001 09:22:45 -0800 (PST)
33589              Message-ID: <Pine.LNX.4.21.0102120919040.26437-100000@mako.covalent.net>
33590              
33591              plus the suggestion by Nick Ing-Simmons to name the macro
33592              as PERL_MG_UFUNC to avoid namespace pollution, plus add
33593              the advice by Doug for XS writers to perl.h
33594      Branch: perl
33595            ! mg.c perl.h
33596 ____________________________________________________________________________
33597 [  8773] By: jhi                                   on 2001/02/11  20:14:12
33598         Log: Update Changes.
33599      Branch: perl
33600            ! Changes patchlevel.h
33601 ____________________________________________________________________________
33602 [  8772] By: jhi                                   on 2001/02/11  18:47:52
33603         Log: Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
33604              From: Simon Cozens <simon@cozens.net>
33605              Date: Wed, 31 Jan 2001 16:31:43 +0000
33606              Message-ID: <20010131163143.A1427@pembro26.pmb.ox.ac.uk>
33607      Branch: perl
33608            + pod/perlclib.pod
33609            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlguts.pod
33610            ! pod/perltoc.pod
33611 ____________________________________________________________________________
33612 [  8771] By: jhi                                   on 2001/02/11  18:36:48
33613         Log: Upgrade to Unicode 3.1 beta 2001-02-11.
33614              
33615              Blocks-4d3.beta.txt
33616              CaseFolding-3d4.beta.txt
33617              CompositionExclusions-3d6.beta.txt
33618              EastAsianWidth-4d4.beta.txt
33619              LineBreak-6d3.beta.txt
33620              NamesList-3.1.0d1.beta.txt
33621              PropList-3.1.0d4.beta.txt
33622              SpecialCasing-4d1.beta.txt
33623              UnicodeData-3.1.0d6.beta.txt
33624      Branch: perl
33625            + lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
33626           +> lib/unicode/UCD.html lib/unicode/Unicode.html
33627            - lib/unicode/UCD301.html lib/unicode/UCDFF301.html
33628            - lib/unicode/Unicode.301
33629            ! (edit 257 files)
33630 ____________________________________________________________________________
33631 [  8770] By: jhi                                   on 2001/02/11  17:26:22
33632         Log: UTF-8 documentation.
33633      Branch: perl
33634            ! utf8.h
33635 ____________________________________________________________________________
33636 [  8769] By: jhi                                   on 2001/02/11  17:12:49
33637         Log: Retract #8762.
33638      Branch: perl
33639            ! regexec.c
33640 ____________________________________________________________________________
33641 [  8768] By: jhi                                   on 2001/02/11  16:54:45
33642         Log: Subject: [PATCH] Test::Harness
33643              From: andreas.koenig@anima.de (Andreas J. Koenig)
33644              Date: 11 Feb 2001 14:37:00 +0100
33645              Message-ID: <m3g0hll4sj.fsf@ak-71.mind.de>
33646      Branch: perl
33647            ! lib/Test/Harness.pm
33648 ____________________________________________________________________________
33649 [  8767] By: jhi                                   on 2001/02/11  16:53:52
33650         Log: Subject: [PATCH] Document makepatch in Porting/patching
33651              From: andreas.koenig@anima.de (Andreas J. Koenig)
33652              Date: 11 Feb 2001 16:46:28 +0100
33653              Message-ID: <m3bss9kysr.fsf@ak-71.mind.de>
33654      Branch: perl
33655            ! Porting/patching.pod
33656 ____________________________________________________________________________
33657 [  8766] By: jhi                                   on 2001/02/11  06:30:23
33658         Log: Subject: Re: [patch] GvSHARED
33659              Date: Sat, 10 Feb 2001 14:04:40 -0800 (PST)
33660              From: Doug MacEachern <dougm@covalent.net>
33661              Message-ID: <Pine.LNX.4.21.0102101356000.15298-100000@mako.covalent.net>
33662              
33663              Subject: Re: [patch] GvSHARED
33664              From: Doug MacEachern <dougm@covalent.net>
33665              Date: Sat, 10 Feb 2001 15:00:54 -0800 (PST)
33666              Message-ID: <Pine.LNX.4.21.0102101453220.15298-100000@mako.covalent.net>
33667              
33668              Subject: [patch] attributes.pm support for `shared'
33669              From: Doug MacEachern <dougm@covalent.net>
33670              Date: Sat, 10 Feb 2001 20:08:48 -0800 (PST)
33671              Message-ID: <Pine.LNX.4.21.0102102004190.15298-100000@mako.covalent.net>
33672              
33673              our() attributes were ignored, our :shared pieces missing,
33674              allow attributes.pm to turn on shared.
33675      Branch: perl
33676            ! op.c t/op/attrs.t toke.c xsutils.c
33677 ____________________________________________________________________________
33678 [  8765] By: alanbur                               on 2001/02/10  23:11:19
33679         Log: Resync with parent (hopefully sucessfully this time)
33680      Branch: maint-5.6/pureperl
33681           !> MANIFEST README.bs2000 README.hpux README.vmesa installhtml
33682           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
33683           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
33684           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
33685           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
33686           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
33687           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
33688 ____________________________________________________________________________
33689 [  8764] By: jhi                                   on 2001/02/10  22:54:38
33690         Log: Make TEST and UTEST more verbose in case something goes
33691              wrong in running/compiling a script, suggested by Doug
33692              MacEachern.
33693      Branch: perl
33694            ! t/TEST t/UTEST
33695 ____________________________________________________________________________
33696 [  8763] By: jhi                                   on 2001/02/10  22:11:34
33697         Log: Bogus shebang.
33698      Branch: perl
33699            ! t/lib/texttabs.t
33700 ____________________________________________________________________________
33701 [  8762] By: jhi                                   on 2001/02/10  21:56:02
33702         Log: (Retracted by #8769)
33703      Branch: perl
33704            ! regexec.c
33705 ____________________________________________________________________________
33706 [  8761] By: jhi                                   on 2001/02/10  21:26:15
33707         Log: Subject: Re: [patch] GvSHARED 
33708              From: Doug MacEachern <dougm@covalent.net>
33709              Date: Sat, 10 Feb 2001 13:11:14 -0800 (PST)
33710              Message-ID: <Pine.LNX.4.21.0102101253070.15298-100000@mako.covalent.net>
33711              
33712              our @EXPORT : shared = (...);
33713      Branch: perl
33714            ! toke.c
33715 ____________________________________________________________________________
33716 [  8760] By: jhi                                   on 2001/02/10  21:25:07
33717         Log: Subject: [patch] GvSHARED
33718              From: Doug MacEachern <dougm@covalent.net>
33719              Date: Sat, 10 Feb 2001 10:57:12 -0800 (PST)
33720              Message-ID: <Pine.LNX.4.21.0102101047320.15298-100000@mako.covalent.net>
33721      Branch: perl
33722            ! embed.h embed.pl gv.c gv.h op.c pp_sys.c proto.h sv.c
33723 ____________________________________________________________________________
33724 [  8759] By: alanbur                               on 2001/02/10  21:24:27
33725         Log: Backed out mismerge.
33726      Branch: maint-5.6/pureperl
33727            ! MANIFEST README.hpux README.vmesa gv.c installhtml
33728            ! lib/Math/Complex.pm lib/Pod/Find.pm perl.c pod/buildtoc.PL
33729            ! pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
33730            ! pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
33731            ! pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
33732            ! pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
33733            ! pod/perltootc.pod sv.c win32/Makefile win32/makefile.mk
33734 ____________________________________________________________________________
33735 [  8758] By: jhi                                   on 2001/02/10  18:01:17
33736         Log: Integrate changes #8701,8704,8756 from pureperl to maintperl.
33737              
33738              Fixed UMRs and leak in Perl_pmtrans()
33739              
33740              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
33741              associated UTFied tr/// code.  Also fixed scoping leak of
33742              PL_reg_start_tmp.
33743              
33744              newATTRSUB leaks when an attempt to redefine the active sort sub is
33745              made.
33746      Branch: maint-5.6/perl
33747           !> op.c regcomp.c
33748 ____________________________________________________________________________
33749 [  8757] By: alanbur                               on 2001/02/10  17:56:46
33750         Log: Resynchronised with parent
33751      Branch: maint-5.6/pureperl
33752           +> README.bs2000
33753            - README.posix-bc
33754            ! gv.c perl.c sv.c
33755           !> MANIFEST README.hpux README.vmesa installhtml
33756           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
33757           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
33758           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
33759           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
33760           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
33761           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
33762 ____________________________________________________________________________
33763 [  8756] By: alanbur                               on 2001/02/10  17:51:15
33764         Log: newATTRSUB leaks when an attempt to redefine the active sort sub is
33765              made.
33766      Branch: maint-5.6/pureperl
33767            ! op.c
33768 ____________________________________________________________________________
33769 [  8755] By: jhi                                   on 2001/02/09  22:41:35
33770         Log: Upgrade to CPAN 1.59_54, from Andreas König.
33771      Branch: perl
33772            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
33773 ____________________________________________________________________________
33774 [  8754] By: jhi                                   on 2001/02/09  22:29:20
33775         Log: Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
33776              
33777              Didn't upgrade the fill.t since it has a dependency to File::Slurp
33778              purely for debugging purposes, the actual test hasn't changed.
33779      Branch: perl
33780            ! lib/Text/Tabs.pm lib/Text/Wrap.pm t/lib/texttabs.t
33781            ! t/lib/textwrap.t
33782 ____________________________________________________________________________
33783 [  8753] By: jhi                                   on 2001/02/09  20:17:50
33784         Log: Integrate change #8682 from maintperl.
33785              
33786              IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
33787              to work correctly.
33788      Branch: perl
33789           !> hints/irix_6.sh
33790 ____________________________________________________________________________
33791 [  8752] By: jhi                                   on 2001/02/09  20:00:46
33792         Log: Update Changes.
33793      Branch: perl
33794            ! Changes patchlevel.h
33795 ____________________________________________________________________________
33796 [  8751] By: nick                                  on 2001/02/09  19:48:37
33797         Log: Integrate mainline
33798      Branch: perlio
33799           +> README.bs2000 t/lib/cgi-esc.t
33800            - README.posix-bc
33801           !> (integrate 53 files)
33802 ____________________________________________________________________________
33803 [  8750] By: nick                                  on 2001/02/09  19:25:16
33804         Log: Subject: RE: Biannual Competition to Improve Hashing Function
33805              From: Fisher Mark <fisherm@tce.com>
33806              Date: Thu, 8 Feb 2001 10:44:00 -0500
33807              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52F@indyexch28.indy.tce.
33808              Date: Thu, 8 Feb 2001 15:02:47 -0500
33809              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52B@indyexch28.indy.tce.
33810      Branch: perl
33811            ! hv.h pod/perldelta.pod t/lib/dumper.t t/pragma/warn/perl
33812 ____________________________________________________________________________
33813 [  8749] By: jhi                                   on 2001/02/09  19:02:35
33814         Log: Forgotten fragment.
33815      Branch: perl
33816            ! pod/perlapi.pod
33817 ____________________________________________________________________________
33818 [  8748] By: jhi                                   on 2001/02/09  18:31:34
33819         Log: Integrate changes #8673,8674,8676 from maintperl into mainline,
33820              plus manual tweakage.
33821              
33822              Sync the perlfaq2 between mainline and maintperl.
33823      Branch: maint-5.6/perl
33824            ! pod/perlfaq2.pod
33825      Branch: perl
33826           !> pod/perlfaq2.pod
33827 ____________________________________________________________________________
33828 [  8747] By: jhi                                   on 2001/02/09  18:12:04
33829         Log: Subject: versiononly and installperl
33830              From: abigail@foad.org
33831              Date: Wed, 7 Feb 2001 22:43:12 +0100
33832              Message-ID: <20010207214312.7045.qmail@foad.org>    
33833              
33834              Add +v flag to force a normal install of the perl binary
33835              and the utilities.
33836              
33837              Subject: [PATCH] installperl
33838              From: Nicholas Clark <nick@ccl4.org>
33839              Date: Fri, 9 Feb 2001 16:28:57 +0000
33840              Message-ID: <20010209162857.B10931@plum.flirble.org>
33841              
33842              Add -A flag which also hardlinks the binary with
33843              the full architecture name.
33844      Branch: perl
33845            ! installperl
33846 ____________________________________________________________________________
33847 [  8746] By: jhi                                   on 2001/02/09  18:03:43
33848         Log: Integrate changes #8699,8708,8709,8744,8745 from mainline.
33849              
33850              Subject: perlfaq2, re: perlmongers
33851              
33852              Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
33853              
33854              Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
33855              
33856              Subject: [ID 20010205.001] typo in perlfaq9
33857              
33858              Subject: [ID 20010208.002] unordered explanation in perlcall
33859      Branch: maint-5.6/perl
33860           !> pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
33861           !> pod/perlfaq2.pod pod/perlfaq9.pod pod/perlmodlib.PL
33862           !> pod/perlobj.pod pod/perltoot.pod pod/perltootc.pod
33863 ____________________________________________________________________________
33864 [  8745] By: jhi                                   on 2001/02/09  17:59:09
33865         Log: Subject: [ID 20010208.002] unordered explanation in perlcall
33866              From: abela@geneanet.org
33867              Date: Thu,  8 Feb 2001 16:11:46 +0100 (CET)
33868              Message-Id: <20010208151146.0937BC97E@little-roots.geneanet.org>
33869      Branch: perl
33870            ! pod/perlcall.pod
33871 ____________________________________________________________________________
33872 [  8744] By: jhi                                   on 2001/02/09  17:48:16
33873         Log: Subject: [ID 20010205.001] typo in perlfaq9
33874              From: eserte@vran.herceg.de
33875              Date: Sun, 4 Feb 2001 23:44:09 +0100 (CET)
33876              Message-Id: <200102042244.XAA21926@vran.herceg.de>
33877      Branch: perl
33878            ! pod/perlfaq9.pod
33879 ____________________________________________________________________________
33880 [  8743] By: jhi                                   on 2001/02/09  17:25:12
33881         Log: Integrate change #8695 from maintperl.
33882              
33883              thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
33884      Branch: perl
33885           !> thread.h
33886 ____________________________________________________________________________
33887 [  8742] By: jhi                                   on 2001/02/09  17:21:22
33888         Log: Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
33889              From: Andy Dougherty <doughera@lafayette.edu>
33890              Date: Mon, 5 Feb 2001 10:19:29 -0500 (EST)
33891              Message-ID: <Pine.SOL.4.10.10102051013380.11242-100000@maxwell.phys.lafayette.edu>
33892      Branch: perl
33893            ! embed.pl
33894 ____________________________________________________________________________
33895 [  8741] By: jhi                                   on 2001/02/09  17:05:19
33896         Log: Integrate changes #8738,8739,8740 from maintperl.
33897              
33898              Html files will be installed in a more logical and easier to
33899              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
33900              
33901              Html files will be generated with a header to make them look
33902              a little less bare.
33903              
33904              Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
33905      Branch: perl
33906           !> installhtml pod/perlfaq3.pod win32/Makefile win32/makefile.mk
33907 ____________________________________________________________________________
33908 [  8740] By: jhi                                   on 2001/02/09  17:03:46
33909         Log: Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
33910              From: "Brendan O'Dea" <bod@compusol.com.au>
33911              Date: Sun, 4 Feb 2001 11:17:56 +1100
33912              Message-ID: <20010204111756.A16301@compusol.com.au>
33913      Branch: maint-5.6/perl
33914            ! pod/perlfaq3.pod
33915 ____________________________________________________________________________
33916 [  8739] By: jhi                                   on 2001/02/09  17:01:59
33917         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] installhtml change to build prettier html files
33918              From: "Indy Singh" <indy@nusphere.com>
33919              Date: Fri, 2 Feb 2001 15:09:59 -0500
33920              Message-ID: <02b601c08d54$23fd3560$d24b7018@cr637287a>
33921              
33922              Html files will be generated with a header to make them look
33923              a little less bare.
33924      Branch: maint-5.6/perl
33925            ! installhtml
33926 ____________________________________________________________________________
33927 [  8738] By: jhi                                   on 2001/02/09  16:58:48
33928         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] Win32 Makefile change to move html directory
33929              From: "Indy Singh" <indy@nusphere.com>
33930              Date: Fri, 2 Feb 2001 15:08:23 -0500
33931              Message-ID: <02b501c08d53$ec354550$d24b7018@cr637287a>
33932              
33933              Html files will be installed in a more logical and easier to
33934              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
33935      Branch: maint-5.6/perl
33936            ! win32/Makefile win32/makefile.mk
33937 ____________________________________________________________________________
33938 [  8737] By: jhi                                   on 2001/02/09  16:46:54
33939         Log: Integrate changes #8687,8736 from maintperl.
33940              
33941              HP-UX thread patches from Merijn H. Brand.
33942              
33943              Latin nit from Philip Newton.
33944      Branch: perl
33945           !> README.hpux hints/hpux.sh
33946 ____________________________________________________________________________
33947 [  8736] By: jhi                                   on 2001/02/09  16:42:31
33948         Log: Latin nit from Philip Newton.
33949      Branch: maint-5.6/perl
33950            ! README.hpux
33951 ____________________________________________________________________________
33952 [  8735] By: jhi                                   on 2001/02/09  16:24:03
33953         Log: Integrate changes #8704,8710 from pureperl.
33954              
33955              Fixed UMRs and leak in Perl_pmtrans()
33956              
33957              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
33958              associated UTFied tr/// code.  Also fixed scoping leak of
33959              PL_reg_start_tmp.
33960      Branch: perl
33961           !> op.c regcomp.c
33962 ____________________________________________________________________________
33963 [  8734] By: jhi                                   on 2001/02/09  15:40:21
33964         Log: Integrate change #8733 from maintperl.
33965              
33966              Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
33967      Branch: perl
33968           !> pod/perlre.pod
33969 ____________________________________________________________________________
33970 [  8733] By: jhi                                   on 2001/02/09  15:35:47
33971         Log: Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
33972              From: Prymmer/Kahn <pvhp@best.com>
33973              Date: Thu, 8 Feb 2001 21:21:22 -0800 (PST)
33974              Message-ID: <Pine.BSF.4.21.0102082048360.1499-100000@shell8.ba.best.com>
33975      Branch: maint-5.6/perl
33976            ! pod/perlre.pod
33977 ____________________________________________________________________________
33978 [  8732] By: jhi                                   on 2001/02/09  15:26:17
33979         Log: Rename README.posix-bc to README.bs2000 (to avoid the
33980              confusion of a "perlposix-bc.pod"), add a few missing
33981              arch pods, regen toc.
33982      Branch: maint-5.6/perl
33983           +> README.bs2000
33984            - README.posix-bc
33985            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
33986            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
33987 ____________________________________________________________________________
33988 [  8731] By: jhi                                   on 2001/02/09  15:23:39
33989         Log: De-cut-and-pasto.
33990      Branch: perl
33991            ! pod/perl.pod
33992 ____________________________________________________________________________
33993 [  8730] By: jhi                                   on 2001/02/09  15:11:13
33994         Log: Rename README.posix-bc to README.bs2000 to avoid confusion
33995              when people think that perlposix-bc.pod tells anything about
33996              Perl and POSIX.  Regen toc.
33997      Branch: perl
33998           +> README.bs2000
33999            - README.posix-bc
34000            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
34001            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
34002 ____________________________________________________________________________
34003 [  8729] By: jhi                                   on 2001/02/09  14:52:28
34004         Log: The README.vmesa part of #8712 from maintperl.
34005      Branch: perl
34006            ! README.vmesa
34007 ____________________________________________________________________________
34008 [  8728] By: jhi                                   on 2001/02/09  14:46:06
34009         Log: Subject: [PATCH: 5.6.1 trial 2 && perl@8671] podify README.vmesa
34010              From: Peter Prymmer <pvhp@forte.com>
34011              Date: Thu, 8 Feb 2001 13:00:30 -0800 (PST)
34012              Message-ID: <Pine.OSF.4.10.10102081246030.445810-100000@aspara.forte.com>
34013      Branch: maint-5.6/perl
34014            ! README.vmesa win32/Makefile win32/makefile.mk
34015 ____________________________________________________________________________
34016 [  8727] By: jhi                                   on 2001/02/09  14:33:25
34017         Log: Integrate change #8712 from mainline.
34018              
34019              [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplification for Pod::Find
34020      Branch: maint-5.6/perl
34021           !> lib/Pod/Find.pm
34022 ____________________________________________________________________________
34023 [  8726] By: jhi                                   on 2001/02/09  14:30:28
34024         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
34025              From: Peter Prymmer <pvhp@forte.com>
34026              Date: Mon, 5 Feb 2001 16:26:36 -0800 (PST)
34027              Message-ID: <Pine.OSF.4.10.10102051615260.280619-100000@aspara.forte.com>
34028      Branch: perl
34029            + t/lib/cgi-esc.t
34030            ! MANIFEST lib/CGI/Util.pm
34031 ____________________________________________________________________________
34032 [  8725] By: jhi                                   on 2001/02/09  04:56:47
34033         Log: Add NonStopUX to the list of 5.6.1-proven platforms.
34034      Branch: maint-5.6/perl
34035            ! pod/perlport.pod
34036 ____________________________________________________________________________
34037 [  8724] By: jhi                                   on 2001/02/09  04:40:59
34038         Log: Integrate changes 7819,7820 from vmsperl into mainline.
34039              
34040              Add header for LIB$ prototypes (C. Berry)
34041              
34042              Convert fwrite()s to sockets to write()s, since some socket stacks
34043              don't take kindly to stdio.
34044              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
34045              (for often optional LNMs)
34046              Correct a few typos
34047              (C. Bailey)
34048      Branch: perl
34049           !> ext/Devel/DProf/DProf.xs vms/vms.c vms/vmsish.h
34050 ____________________________________________________________________________
34051 [  8723] By: jhi                                   on 2001/02/09  03:29:29
34052         Log: Integrate change #8722 from mainline.
34053              
34054              The Im() function wasn't returning zero for non-Math::Complex
34055              arguments.  The bug reported by John Gamble.
34056      Branch: maint-5.6/perl
34057           !> lib/Math/Complex.pm
34058 ____________________________________________________________________________
34059 [  8722] By: jhi                                   on 2001/02/09  03:28:33
34060         Log: The Im() function wasn't returning zero for non-Math::Complex
34061              arguments.  The bug reported by John Gamble.
34062      Branch: perl
34063            ! lib/Math/Complex.pm
34064 ____________________________________________________________________________
34065 [  8721] By: nick                                  on 2001/02/08  22:11:35
34066         Log: Correct the correction :-(
34067      Branch: perl
34068            ! perl.c
34069 ____________________________________________________________________________
34070 [  8720] By: bailey                                on 2001/02/08  20:59:22
34071         Log: Convert frwite()s to sockets to write()s, since some socket stacks
34072              don't take kindly to stdio.
34073              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
34074              (for often optional LNMs)
34075              Correct a few typos
34076              (C. Bailey)
34077      Branch: vmsperl
34078            ! vms/vms.c vms/vmsish.h
34079 ____________________________________________________________________________
34080 [  8719] By: bailey                                on 2001/02/08  20:51:02
34081         Log: Add header for LIB$ prototypes (C. Berry)
34082      Branch: vmsperl
34083            ! ext/Devel/DProf/DProf.xs
34084 ____________________________________________________________________________
34085 [  8718] By: bailey                                on 2001/02/08  20:49:00
34086         Log: SYN SYN
34087      Branch: vmsperl
34088           +> pod/perliol.pod t/lib/sample-tests/bailout
34089           +> t/lib/sample-tests/combined t/lib/sample-tests/descriptive
34090           +> t/lib/sample-tests/duplicates t/lib/sample-tests/header_at_end
34091           +> t/lib/sample-tests/no_nums t/lib/sample-tests/simple
34092           +> t/lib/sample-tests/simple_fail t/lib/sample-tests/skip
34093           +> t/lib/sample-tests/skip_all t/lib/sample-tests/todo
34094           +> t/lib/sample-tests/with_comments t/lib/test-harness.t
34095            - lib/unicode/Is/DCinital.pl
34096           !> (integrate 101 files)
34097 ____________________________________________________________________________
34098 [  8717] By: nick                                  on 2001/02/08  19:38:48
34099         Log: Subject: [PATCH CPAN 1.59_51] warning message (not!)
34100              From: Robin Barker <rmb1@cise.npl.co.uk>
34101              Date: Thu, 8 Feb 2001 14:38:07 GMT
34102              Message-Id: <200102081438.OAA20498@tempest.npl.co.uk>
34103      Branch: perl
34104            ! lib/CPAN.pm
34105 ____________________________________________________________________________
34106 [  8716] By: nick                                  on 2001/02/08  19:29:07
34107         Log: Generated files form 8713 etc.
34108      Branch: perl
34109            ! embed.h global.sym objXSUB.h perlapi.c proto.h
34110 ____________________________________________________________________________
34111 [  8715] By: nick                                  on 2001/02/08  19:26:08
34112         Log: Fixup non-ithread build after 8713
34113      Branch: perl
34114            ! perl.c
34115 ____________________________________________________________________________
34116 [  8714] By: nick                                  on 2001/02/08  19:17:45
34117         Log: Subject: [ID 20010206.010] S_ functions not declared STATIC
34118              From: nick@ccl4.org
34119              Date: Wed, 7 Feb 2001 00:27:47 +0000
34120              Message-Id: <20010207002747.B63724@plum.flirble.org>
34121      Branch: perl
34122            ! sv.c toke.c
34123 ____________________________________________________________________________
34124 [  8713] By: nick                                  on 2001/02/08  19:15:58
34125         Log: Subject: Re: [patch] Re: PL_ptr_table
34126              From: Doug Maceachern <dougm@covalent.net>
34127              Date: Wed, 7 Feb 2001 19:18:52 -0800 (PST)
34128              Message-Id: <Pine.LNX.4.21.0102071916270.29229-100000@mako.covalent.net>
34129      Branch: perl
34130            ! embed.pl perl.c sv.c sv.h
34131 ____________________________________________________________________________
34132 [  8712] By: nick                                  on 2001/02/08  19:12:47
34133         Log: Subject: [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplificationfor Pod::Find
34134              From: Peter Prymmer <pvhp@forte.com>
34135              Date: Wed, 7 Feb 2001 17:07:39 -0800 (PST)
34136              Message-Id: <Pine.OSF.4.10.10102071704150.411763-100000@aspara.forte.com
34137      Branch: perl
34138            ! lib/Pod/Find.pm
34139 ____________________________________________________________________________
34140 [  8711] By: nick                                  on 2001/02/07  21:06:11
34141         Log: Manually appliued version for dev branch of Alan/Sarathy 5.6 patch.
34142              Subject: Re: Incorrect scoping of PL_reg_start_tmp causes leak
34143              From: Alan Burlison <Alan.Burlison@uk.sun.com>
34144              Date: Tue, 06 Feb 2001 23:37:01 +0000
34145              Message-Id: <3A808A9D.20F7A035@uk.sun.com>
34146      Branch: perl
34147            ! regcomp.c
34148 ____________________________________________________________________________
34149 [  8710] By: alanbur                               on 2001/02/07  00:22:04
34150         Log: Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
34151              associated UTFied tr/// code.  Also fixed scoping leak of
34152              PL_reg_start_tmp.
34153      Branch: maint-5.6/pureperl
34154            ! op.c regcomp.c
34155 ____________________________________________________________________________
34156 [  8709] By: nick                                  on 2001/02/06  21:16:49
34157         Log: Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
34158              From: Michael G Schwern <schwern@pobox.com>
34159              Date: Sun, 4 Feb 2001 19:47:14 -0500
34160              Message-Id: <20010204194714.A4698@blackrider.aocn.com>
34161      Branch: perl
34162            ! pod/perlapi.pod pod/perlmodlib.PL
34163 ____________________________________________________________________________
34164 [  8708] By: nick                                  on 2001/02/06  20:41:20
34165         Log: Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
34166              From: Michael G Schwern <schwern@pobox.com>
34167              Date: Sun, 4 Feb 2001 21:17:49 -0500
34168              Message-Id: <20010204211748.A13415@blackrider.aocn.com>
34169      Branch: perl
34170            ! pod/perlboot.pod pod/perlobj.pod pod/perltoot.pod
34171            ! pod/perltootc.pod
34172 ____________________________________________________________________________
34173 [  8707] By: nick                                  on 2001/02/06  20:29:11
34174         Log: Subject: [PATCH lib/ExtUtils/MANIFEST.SKIP] Skipping CVS conflict backup files
34175              From: Michael G Schwern <schwern@pobox.com>
34176              Date: Tue, 6 Feb 2001 05:54:30 -0500
34177              Message-Id: <20010206055430.A951@blackrider.aocn.com>
34178      Branch: perl
34179            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/Manifest.pm
34180 ____________________________________________________________________________
34181 [  8706] By: nick                                  on 2001/02/06  20:21:40
34182         Log: Subject: RE: some win32 fixes
34183              Date: Tue, 6 Feb 2001 09:23:20 +0300
34184              From: Vadim Konovalov <vkonovalov@lucent.com>
34185              Message-ID: <402099F49BEED211999700805FC7359F9CAF49@ru0028exch01.spb.lucent.com>
34186      Branch: perl
34187            ! toke.c win32/Makefile win32/config.bc win32/config.gc
34188            ! win32/config.vc win32/config_H.bc win32/makefile.mk
34189 ____________________________________________________________________________
34190 [  8705] By: alanbur                               on 2001/02/06  15:00:03
34191         Log: Synchronised with parent
34192      Branch: maint-5.6/pureperl
34193            ! regexec.c
34194           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
34195           !> utils/perldoc.PL win32/Makefile win32/makefile.mk
34196 ____________________________________________________________________________
34197 [  8704] By: alanbur                               on 2001/02/06  14:55:24
34198         Log: Fixed UMRs and leak in Perl_pmtrans()
34199      Branch: maint-5.6/pureperl
34200            ! op.c
34201 ____________________________________________________________________________
34202 [  8703] By: gsar                                  on 2001/02/06  02:29:37
34203         Log: $(MAKE) distclean doesn't clean up properly on windows
34204      Branch: maint-5.6/perl
34205            ! win32/Makefile win32/makefile.mk
34206 ____________________________________________________________________________
34207 [  8702] By: gsar                                  on 2001/02/06  01:00:46
34208         Log: tweak change#8659 to keep it simple
34209      Branch: maint-5.6/perl
34210            ! utils/perldoc.PL
34211 ____________________________________________________________________________
34212 [  8701] By: gsar                                  on 2001/02/05  22:45:41
34213         Log: change#8693 was missing testsuite changes
34214      Branch: maint-5.6/perl
34215           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
34216 ____________________________________________________________________________
34217 [  8700] By: nick                                  on 2001/02/05  20:32:52
34218         Log: Integrate mainline
34219      Branch: perlio
34220           +> t/lib/sample-tests/bailout t/lib/sample-tests/combined
34221           +> t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
34222           +> t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
34223           +> t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
34224           +> t/lib/sample-tests/skip t/lib/sample-tests/skip_all
34225           +> t/lib/sample-tests/todo t/lib/sample-tests/with_comments
34226           +> t/lib/test-harness.t
34227           !> Configure MANIFEST lib/Test/Harness.pm lib/overload.pm
34228           !> perlio.c pod/perldiag.pod pod/perlfaq2.pod pod/perlfaq8.pod
34229           !> pod/perlfunc.pod pod/perlop.pod pod/perlport.pod
34230           !> pod/perlutil.pod t/TEST utils/h2xs.PL
34231 ____________________________________________________________________________
34232 [  8699] By: nick                                  on 2001/02/05  19:41:07
34233         Log: Subject: perlfaq2, re: perlmongers
34234              From: David H. Adler <dha@panix.com>
34235              Date: Sun, 4 Feb 2001 23:48:23 -0500
34236              Message-Id: <20010204234823.A13429@panix.com>
34237      Branch: perl
34238            ! pod/perlfaq2.pod
34239 ____________________________________________________________________________
34240 [  8698] By: nick                                  on 2001/02/05  19:39:31
34241         Log: Missed file f#rom the testharness mess.
34242      Branch: perl
34243            + t/lib/test-harness.t
34244 ____________________________________________________________________________
34245 [  8697] By: nick                                  on 2001/02/05  19:37:21
34246         Log: Subject: [DOC PATCH] overload.pm nits
34247              From: John Tobey <jtobey@john-edwin-tobey.org>
34248              Date: Sun, 4 Feb 2001 20:40:47 -0500 (EST)
34249              Message-Id: <m14Pae7-000FOoC@feynman.localnet>
34250      Branch: perl
34251            ! lib/overload.pm
34252 ____________________________________________________________________________
34253 [  8696] By: alanbur                               on 2001/02/05  11:56:00
34254         Log: Sync with parent
34255      Branch: maint-5.6/pureperl
34256           !> thread.h
34257 ____________________________________________________________________________
34258 [  8695] By: gsar                                  on 2001/02/05  03:27:34
34259         Log: thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
34260      Branch: maint-5.6/perl
34261            ! thread.h
34262 ____________________________________________________________________________
34263 [  8694] By: alanbur                               on 2001/02/05  00:07:47
34264         Log: Initial branch creation from //depot/maint-5.6/perl
34265      Branch: maint-5.6/pureperl
34266           +> (branch 1719 files)
34267 ____________________________________________________________________________
34268 [  8693] By: gsar                                  on 2001/02/04  22:38:49
34269         Log: integrate changes#7801,8068,8094,8108,8196 from mainline (DB_File
34270              changes)
34271      Branch: maint-5.6/perl
34272           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
34273           !> ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
34274           !> ext/DB_File/version.c
34275 ____________________________________________________________________________
34276 [  8692] By: nick                                  on 2001/02/04  18:15:57
34277         Log: The missed t/TEST part of the grand testharness upgrade.
34278      Branch: perl
34279            ! t/TEST
34280 ____________________________________________________________________________
34281 [  8691] By: nick                                  on 2001/02/04  18:05:17
34282         Log: New improved test harness
34283              Subject: Re: [PATCH Test::Harness] Third time's a charm?
34284              From: Michael G Schwern <schwern@pobox.com>
34285              Date: Sun, 4 Feb 2001 08:01:20 -0500
34286              Message-Id: <20010204080120.G10493@blackrider.aocn.com>
34287      Branch: perl
34288            + t/lib/sample-tests/bailout t/lib/sample-tests/combined
34289            + t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
34290            + t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
34291            + t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
34292            + t/lib/sample-tests/skip t/lib/sample-tests/skip_all
34293            + t/lib/sample-tests/todo t/lib/sample-tests/with_comments
34294            ! MANIFEST lib/Test/Harness.pm
34295 ____________________________________________________________________________
34296 [  8690] By: nick                                  on 2001/02/04  17:57:51
34297         Log: Subject: [PATCH h2xs.PL perl@8670] Small usage change and author gueesing
34298              From: Jonathan Stowe <gellyfish@gellyfish.com>
34299              Date: Sun, 4 Feb 2001 10:46:01 +0000 (GMT)
34300              Message-Id: <Pine.LNX.4.32.0102041037510.1555-100000@orpheus.gellyfish.com>
34301      Branch: perl
34302            ! utils/h2xs.PL
34303 ____________________________________________________________________________
34304 [  8689] By: nick                                  on 2001/02/04  17:55:24
34305         Log: Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
34306              From: Michael G Schwern <schwern@pobox.com>
34307              Date: Sat, 3 Feb 2001 22:46:38 -0500
34308              Message-Id: <20010203224638.E10493@blackrider.aocn.com>
34309      Branch: perl
34310            ! pod/perldiag.pod pod/perlfaq8.pod pod/perlfunc.pod
34311            ! pod/perlop.pod pod/perlport.pod pod/perlutil.pod
34312 ____________________________________________________________________________
34313 [  8688] By: nick                                  on 2001/02/04  17:43:55
34314         Log: Subject: [ID 20010203.006] perlio.c is mis-reporting argument
34315              length byfailing to spot lack of closing )
34316              From: nick@talking.bollo.cx
34317              Date: Sat, 03 Feb 2001 23:53:16 +0000
34318              Message-Id: <E14PCUW-0001Qo-00@Bagpuss.unfortu.net>
34319      Branch: perl
34320            ! perlio.c pod/perldiag.pod
34321 ____________________________________________________________________________
34322 [  8687] By: jhi                                   on 2001/02/03  17:11:42
34323         Log: HP-UX thread patches from Merijn H. Brand.
34324      Branch: maint-5.6/perl
34325            ! README.hpux hints/hpux.sh
34326 ____________________________________________________________________________
34327 [  8686] By: jhi                                   on 2001/02/03  16:40:12
34328         Log: Metaconfig changes for #8685.
34329      Branch: metaconfig
34330            ! U/installdirs/instubperl.U
34331      Branch: metaconfig/U/perl
34332            ! Devel.U versiononly.U
34333 ____________________________________________________________________________
34334 [  8685] By: jhi                                   on 2001/02/03  16:39:49
34335         Log: For -Dusedevel builds turn off installusrbinperl and turn on
34336              versiononly, a combined idea of Richard Soderberg and Merijn
34337              H. Brand.  You can still override both of these from the command
34338              line if you need to, -Dinstallusrbinperl and -Uversiononly.
34339      Branch: perl
34340            ! Configure
34341 ____________________________________________________________________________
34342 [  8684] By: jhi                                   on 2001/02/03  16:16:34
34343         Log: Metaconfig unit fix for #8683.
34344      Branch: metaconfig
34345            ! U/compline/nblock_io.U
34346 ____________________________________________________________________________
34347 [  8683] By: jhi                                   on 2001/02/03  16:16:12
34348         Log: Configure fix for the DYNIX/ptx F_SETFL problem,
34349              reported by Peter Prymmer for 5.6-TRIAL1.
34350      Branch: perl
34351            ! Configure
34352 ____________________________________________________________________________
34353 [  8682] By: jhi                                   on 2001/02/03  05:52:11
34354         Log: IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
34355              to work correctly.
34356      Branch: maint-5.6/perl
34357            ! hints/irix_6.sh
34358 ____________________________________________________________________________
34359 [  8681] By: jhi                                   on 2001/02/03  05:47:33
34360         Log: perlport tweaks from Peter Prymmer and Chris Nandor.
34361      Branch: maint-5.6/perl
34362            ! pod/perlport.pod
34363 ____________________________________________________________________________
34364 [  8680] By: jhi                                   on 2001/02/02  21:39:49
34365         Log: perlport update from Peter Prymmer.
34366      Branch: maint-5.6/perl
34367            ! pod/perlport.pod
34368 ____________________________________________________________________________
34369 [  8679] By: nick                                  on 2001/02/02  20:50:48
34370         Log: Integrate mainline
34371      Branch: perlio
34372           !> Changes Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
34373           !> lib/Getopt/Long.pm patchlevel.h pod/perlfunc.pod
34374           !> pod/perlmodlib.PL pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
34375 ____________________________________________________________________________
34376 [  8678] By: gsar                                  on 2001/02/02  16:02:12
34377         Log: note about bincompat, slightly modified (from Lupe Christoph)
34378      Branch: maint-5.6/perl
34379            ! README.solaris
34380 ____________________________________________________________________________
34381 [  8677] By: jhi                                   on 2001/02/02  15:46:20
34382         Log: Supported platforms updates.
34383      Branch: maint-5.6/perl
34384            ! pod/perlport.pod
34385 ____________________________________________________________________________
34386 [  8676] By: jhi                                   on 2001/02/02  03:41:26
34387         Log: A couple more perlfaq2 tweaks.
34388      Branch: maint-5.6/perl
34389            ! pod/perlfaq2.pod
34390 ____________________________________________________________________________
34391 [  8675] By: jhi                                   on 2001/02/02  03:17:44
34392         Log: Misedit in #8661.
34393      Branch: maint-5.6/perl
34394            ! Configure
34395 ____________________________________________________________________________
34396 [  8674] By: jhi                                   on 2001/02/02  03:14:38
34397         Log: Damien again.
34398      Branch: maint-5.6/perl
34399            ! pod/perlfaq2.pod
34400 ____________________________________________________________________________
34401 [  8673] By: jhi                                   on 2001/02/02  03:12:40
34402         Log: perlfaq update from Elaine Ashton.
34403      Branch: maint-5.6/perl
34404            ! pod/perlfaq2.pod
34405 ____________________________________________________________________________
34406 [  8672] By: jhi                                   on 2001/02/02  03:07:08
34407         Log: UTF-8 s/// patch from Inaba Hiroto.
34408      Branch: maint-5.6/perl
34409            ! pp_ctl.c pp_hot.c
34410 ____________________________________________________________________________
34411 [  8671] By: jhi                                   on 2001/02/01  22:34:31
34412         Log: Update Changes.
34413      Branch: perl
34414            ! Changes patchlevel.h
34415 ____________________________________________________________________________
34416 [  8670] By: jhi                                   on 2001/02/01  22:15:29
34417         Log: Integrate changes #8641,8644,8649,8654,8662,8663,8664,8665,8667,8669
34418              from maintperl.
34419              
34420              Upgrade to Getopt::Long 2.25, from Johan Vromans.
34421              
34422              more files need to be writable in the source distribution
34423              
34424              perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
34425              
34426              Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
34427              
34428              Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
34429              
34430              Allow the float to be fuzzier.
34431              
34432              need to use INT2PTR instead of a straight cast or ia64 fails
34433              
34434              Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
34435              
34436              add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
34437      Branch: perl
34438           !> Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
34439           !> lib/Getopt/Long.pm pod/perlfunc.pod pod/perlmodlib.PL
34440           !> pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
34441 ____________________________________________________________________________
34442 [  8669] By: jhi                                   on 2001/02/01  21:57:02
34443         Log: Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
34444              From: Robin Barker <rmb1@cise.npl.co.uk>
34445              Date: Thu, 1 Feb 2001 16:59:05 GMT
34446              Message-Id: <200102011659.QAA01274@tempest.npl.co.uk>
34447      Branch: maint-5.6/perl
34448            ! pod/perlmodlib.PL
34449 ____________________________________________________________________________
34450 [  8668] By: nick                                  on 2001/02/01  19:41:40
34451         Log: Integrate mainline
34452      Branch: perlio
34453           !> dump.c ext/Errno/Errno_pm.PL intrpvar.h mg.c perl.c perl.h
34454           !> pod/perlapi.pod pp.c pp.h pp_hot.c sv.c t/op/arith.t
34455           !> t/op/each.t utf8.c utf8.h util.c vms/test.com
34456 ____________________________________________________________________________
34457 [  8667] By: gsar                                  on 2001/02/01  16:59:11
34458         Log: add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
34459      Branch: maint-5.6/perl
34460            ! embed.pl embedvar.h
34461 ____________________________________________________________________________
34462 [  8666] By: gsar                                  on 2001/02/01  16:34:51
34463         Log: add missing entries to win32/config.?c
34464      Branch: maint-5.6/perl
34465            ! win32/config.bc win32/config.gc win32/config.vc
34466            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
34467 ____________________________________________________________________________
34468 [  8665] By: jhi                                   on 2001/02/01  14:58:51
34469         Log: Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
34470              From: "Stephen P. Potter" <spp@spotter.yi.org>
34471              Date: Thu, 01 Feb 2001 10:45:46 -0500
34472              Message-Id: <200102011545.KAA31479@spotter.yi.org>
34473      Branch: maint-5.6/perl
34474            ! pod/perlfunc.pod
34475 ____________________________________________________________________________
34476 [  8664] By: gsar                                  on 2001/02/01  14:52:37
34477         Log: need to use INT2PTR instead of a straight cast or ia64 fails
34478              posix.t (from Brendan O'Dea <bod@compusol.com.au>)
34479      Branch: maint-5.6/perl
34480            ! ext/POSIX/POSIX.xs
34481 ____________________________________________________________________________
34482 [  8663] By: jhi                                   on 2001/02/01  14:09:13
34483         Log: Allow the float to be fuzzier.
34484      Branch: maint-5.6/perl
34485            ! t/lib/peek.t
34486 ____________________________________________________________________________
34487 [  8662] By: jhi                                   on 2001/02/01  13:59:00
34488         Log: Subject: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
34489              From: Robin Barker <rmb1@cise.npl.co.uk>
34490              Date: Thu, 1 Feb 2001 13:05:39 GMT
34491              Message-Id: <200102011305.NAA26160@tempest.npl.co.uk>
34492      Branch: maint-5.6/perl
34493            ! pod/perlmodlib.pod
34494 ____________________________________________________________________________
34495 [  8661] By: jhi                                   on 2001/02/01  13:57:38
34496         Log: Subject: [PATCH] Re: v5.6.1 trial2 is available
34497              Date: Thu, 01 Feb 2001 14:15:41 +0100
34498              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
34499              Message-Id: <20010201141104.303F.H.M.BRAND@hccnet.nl>
34500              
34501              Have the $ccflags in the gcc version test (strange, this change
34502              is claimed to be have been integrated already)
34503      Branch: maint-5.6/perl
34504            ! Configure
34505 ____________________________________________________________________________
34506 [  8660] By: jhi                                   on 2001/02/01  13:44:10
34507         Log: Integrate changes #7950,7964,7962 from mainline.
34508              
34509              Find the stdchar signedness using cpp, should fix some of
34510              the Solaris compiler warnings reported by Alan Burlison.
34511      Branch: maint-5.6/perl
34512           !> Configure config_h.SH
34513 ____________________________________________________________________________
34514 [  8659] By: jhi                                   on 2001/02/01  05:35:32
34515         Log: Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
34516              From: Jan Dubois <JanD@ActiveState.com>
34517              Date: Wed, 31 Jan 2001 21:17:03 -0800
34518              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
34519      Branch: maint-5.6/perl
34520            ! utils/perldoc.PL
34521 ____________________________________________________________________________
34522 [  8658] By: jhi                                   on 2001/02/01  04:33:17
34523         Log: Integrate the README.os390 and README.posix-bc parts of mainline
34524              changes #8373,8486, 8544,8556.  (The hints/os390.sh,Makefile.SH,
34525              installperl parts were taken care of by #8657.)
34526      Branch: maint-5.6/perl
34527           !> README.os390 README.posix-bc
34528 ____________________________________________________________________________
34529 [  8657] By: jhi                                   on 2001/02/01  04:29:21
34530         Log: Subject: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
34531              From: Peter Prymmer <pvhp@forte.com>
34532              Date: Wed, 31 Jan 2001 18:18:11 -0800 (PST)
34533              Message-ID: <Pine.OSF.4.10.10101311815560.336633-100000@aspara.forte.com>
34534      Branch: maint-5.6/perl
34535            + ext/DynaLoader/dl_dllload.xs
34536            ! MANIFEST Makefile.SH hints/os390.sh installperl
34537 ____________________________________________________________________________
34538 [  8656] By: jhi                                   on 2001/02/01  04:25:45
34539         Log: Subject: [PATCH: 5.6.1 trial2]Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os390 05.00 (UNINSTALLED)
34540              From: Peter Prymmer <pvhp@forte.com>
34541              Date: Wed, 31 Jan 2001 15:26:57 -0800 (PST)
34542              Message-ID: <Pine.OSF.4.10.10101311523101.336633-100000@aspara.forte.com>
34543      Branch: maint-5.6/perl
34544            ! lib/Math/BigInt.pm lib/bigint.pl t/lib/b.t t/pragma/sub_lval.t
34545 ____________________________________________________________________________
34546 [  8655] By: jhi                                   on 2001/02/01  04:14:47
34547         Log: Subject: [ID 20010131.066] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os2 2.40 (UNINSTALLED)
34548              From: troc@netrus.net
34549              Date: Wed, 31 Jan 2001 22:31:26 -0500
34550              Message-Id: <200102010331.WAA117.85@rocco.homenet>
34551      Branch: maint-5.6/perl
34552            ! os2/os2.c
34553 ____________________________________________________________________________
34554 [  8654] By: jhi                                   on 2001/02/01  04:12:52
34555         Log: Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
34556              as reported by Alan Burlison.
34557      Branch: maint-5.6/perl
34558            ! pp.h
34559 ____________________________________________________________________________
34560 [  8653] By: jhi                                   on 2001/02/01  04:05:12
34561         Log: Subject: [ID 20010131.042] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on VMS_AXP V7.2-1
34562              From: dsugalski@northernlight.com
34563              Date: Wed, 31 Jan 2001 18:54:11 -0500
34564              Message-Id: <01013118541126@monsoon.stratus.northernlight.com>
34565      Branch: maint-5.6/perl
34566            ! configure.com
34567 ____________________________________________________________________________
34568 [  8652] By: jhi                                   on 2001/02/01  04:03:11
34569         Log: Misplaced #endif.
34570              
34571              Subject: [perl-5-6-1-trial2] patches for EPOC
34572              From: Olaf Flebbe <O.Flebbe@science-computing.de>
34573              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
34574              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
34575      Branch: maint-5.6/perl
34576            ! epoc/epocish.c
34577 ____________________________________________________________________________
34578 [  8651] By: jhi                                   on 2001/02/01  04:00:25
34579         Log: Integrate changes #8647,8648,8650 from mainline.
34580              
34581              Macrofy a magic UTF-8 test.
34582              
34583              Protect PL_numeric_radix_sv with USE_NUMERIC_LOCALE.
34584              
34585              Watch out for cross compiling for EPOC (usually done on linux).
34586      Branch: maint-5.6/perl
34587           !> ext/Errno/Errno_pm.PL sv.c utf8.c utf8.h
34588 ____________________________________________________________________________
34589 [  8650] By: jhi                                   on 2001/02/01  03:56:20
34590         Log: Watch out for cross compiling for EPOC (usually done on linux)
34591              
34592              Subject: [perl-5-6-1-trial2] patches for EPOC
34593              From: Olaf Flebbe <O.Flebbe@science-computing.de>
34594              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
34595              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
34596      Branch: perl
34597            ! ext/Errno/Errno_pm.PL
34598 ____________________________________________________________________________
34599 [  8649] By: gsar                                  on 2001/02/01  00:46:00
34600         Log: perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
34601      Branch: maint-5.6/perl
34602            ! sv.c
34603 ____________________________________________________________________________
34604 [  8648] By: jhi                                   on 2001/01/31  23:35:36
34605         Log: All the uses of PL_numeric_radix must be protected by
34606              USE_LOCALE_NUMERIC, noticed by Olaf Flebbe in
34607              
34608              Subject: [perl-5-6-1-trial2] patches for EPOC
34609              From: Olaf Flebbe <O.Flebbe@science-computing.de>
34610              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
34611              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
34612      Branch: perl
34613            ! sv.c
34614 ____________________________________________________________________________
34615 [  8647] By: jhi                                   on 2001/01/31  22:56:16
34616         Log: Macrofy a magic UTF-8 test.
34617      Branch: perl
34618            ! utf8.c utf8.h
34619 ____________________________________________________________________________
34620 [  8646] By: gsar                                  on 2001/01/31  15:55:12
34621         Log: update Changes
34622      Branch: maint-5.6/perl
34623            ! Changes
34624 ____________________________________________________________________________
34625 [  8645] By: gsar                                  on 2001/01/31  15:10:14
34626         Log: Configure tweak suggested by Peter Prymmer
34627      Branch: maint-5.6/perl
34628            ! Configure
34629 ____________________________________________________________________________
34630 [  8644] By: gsar                                  on 2001/01/31  15:06:32
34631         Log: more files need to be writable in the source distribution
34632      Branch: maint-5.6/perl
34633            ! Porting/makerel
34634 ____________________________________________________________________________
34635 [  8643] By: jhi                                   on 2001/01/31  14:59:46
34636         Log: Integrate changes #8258,8278,8279 from mainline.
34637              
34638              Make the large file tests more robust/talkative.
34639      Branch: maint-5.6/perl
34640           !> t/lib/syslfs.t t/op/lfs.t
34641 ____________________________________________________________________________
34642 [  8642] By: gsar                                  on 2001/01/31  14:53:48
34643         Log: integrate changes#8311,8334 from mainline
34644              
34645              Add a new MakeMaker variable PM_FILTER that defines a Unix
34646              filter to be run on each .pm during the pm_to_blib() phase,
34647              a fixed version of
34648              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
34649              
34650              Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
34651              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
34652              accurate reading of the "atime".  
34653      Branch: maint-5.6/perl
34654           !> lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
34655           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
34656           !> lib/ExtUtils/MakeMaker.pm t/io/fs.t
34657 ____________________________________________________________________________
34658 [  8641] By: jhi                                   on 2001/01/31  14:46:37
34659         Log: Upgrade to Getopt::Long 2.25, from Johan Vromans.
34660      Branch: maint-5.6/perl
34661            ! lib/Getopt/Long.pm
34662 ____________________________________________________________________________
34663 [  8640] By: gsar                                  on 2001/01/31  14:40:24
34664         Log: make regen_all
34665      Branch: maint-5.6/perl
34666            ! patchlevel.h pod/perlmodlib.pod pod/perltoc.pod
34667 ____________________________________________________________________________
34668 [  8639] By: gsar                                  on 2001/01/31  14:37:25
34669         Log: refresh windows config files
34670      Branch: maint-5.6/perl
34671            ! win32/Makefile win32/config_H.bc win32/config_H.gc
34672            ! win32/config_H.vc win32/makefile.mk
34673 ____________________________________________________________________________
34674 [  8638] By: gsar                                  on 2001/01/31  14:28:10
34675         Log: makefile tweaks for windows: introduce a bulk-switch to enable
34676              same options as ActivePerl; sync changes with makefile.mk
34677      Branch: maint-5.6/perl
34678            ! win32/Makefile win32/makefile.mk
34679 ____________________________________________________________________________
34680 [  8637] By: jhi                                   on 2001/01/31  04:41:30
34681         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20010105.023] numeric problems in IRIX
34682              From: Nicholas Clark <nick@ccl4.org>
34683              Date: Tue, 30 Jan 2001 19:51:05 +0000
34684              Message-ID: <20010130195105.R76607@plum.flirble.org> 
34685              
34686              op/inc cure.
34687      Branch: perl
34688            ! pp.c pp.h pp_hot.c t/op/arith.t
34689 ____________________________________________________________________________
34690 [  8636] By: jhi                                   on 2001/01/31  02:38:32
34691         Log: Integrate changes #7884,8122,8155,8197,8213[just to /nolog part,
34692              no perlio],8257,8380,8479,8515 from mainline.
34693              
34694              Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
34695              
34696              Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
34697              Subject: [PATCH perl@8133] fix-up for VMS extensions
34698              
34699              In VMS embedded perls couldn't access the statically built Socket.
34700              
34701              Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com (8213)
34702              
34703              Further VMS piping fixes from Charles Lane.
34704              
34705              Subject:  [PATCH] make t/op/misc.t work on VMS
34706              
34707              Add tracing for debugging extensions builds in VMS.
34708              
34709              Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
34710      Branch: maint-5.6/perl
34711           !> configure.com doio.c t/op/misc.t vms/descrip_mms.template
34712           !> vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
34713           !> vms/test.com vms/vms.c vms/vmsish.h vms/vmspipe.com
34714 ____________________________________________________________________________
34715 [  8635] By: jhi                                   on 2001/01/31  01:46:41
34716         Log: Integrate change #7732 from mainline.
34717              
34718              Sparc 64-bit pack() fix from Jens Hamisch.
34719      Branch: maint-5.6/perl
34720           !> pp.c
34721 ____________________________________________________________________________
34722 [  8634] By: jhi                                   on 2001/01/31  01:41:16
34723         Log: One spot missing from #8626.
34724      Branch: maint-5.6/perl
34725            ! sv.c
34726 ____________________________________________________________________________
34727 [  8633] By: jhi                                   on 2001/01/31  00:49:17
34728         Log: Integrate change #7495 from mainline.
34729              
34730              Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
34731      Branch: maint-5.6/perl
34732           !> MANIFEST ext/re/Makefile.PL
34733 ____________________________________________________________________________
34734 [  8632] By: jhi                                   on 2001/01/30  23:38:49
34735         Log: Integrate change #8396 from mainline.
34736              
34737              Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for
34738              better multicast support (resend)
34739      Branch: maint-5.6/perl
34740           !> ext/Socket/Socket.pm
34741 ____________________________________________________________________________
34742 [  8631] By: jhi                                   on 2001/01/30  23:28:03
34743         Log: Integrate changes #7514,7813,8113,8144,8397,8398,8490 from mainline.
34744              
34745              More AIX lore. (7514, ext/re/hints/aix.pl)
34746              
34747              Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
34748              
34749              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)
34750              
34751              Subject: [ID 20001214.002] Net::Ping patch
34752              
34753              Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
34754              
34755              Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
34756              
34757              Add ReuseAddr as a (preferred) alias for Reuse as we now
34758              also have ReusePort.
34759              
34760              Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
34761      Branch: maint-5.6/perl
34762           +> ext/re/hints/aix.pl
34763           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
34764           !> ext/IO/lib/IO/Socket/INET.pm lib/Net/Ping.pm
34765 ____________________________________________________________________________
34766 [  8630] By: jhi                                   on 2001/01/30  23:03:59
34767         Log: Integrate changes #8215,8587 from mainline: missing pod nits.
34768              
34769              read() documentation tweak for 20001121.004.
34770              
34771              Subject: [ID 20010128.003] [PATCH] perlre.pod buglet
34772      Branch: maint-5.6/perl
34773           !> pod/perlfunc.pod pod/perlre.pod
34774 ____________________________________________________________________________
34775 [  8629] By: jhi                                   on 2001/01/30  22:41:57
34776         Log: Integrate change #8098 from mainline.
34777              
34778              fastgetcwd is defined using a glob alias on a $^O dependent basis
34779              and there was no default assignment or perl subroutine.
34780      Branch: maint-5.6/perl
34781           !> lib/Cwd.pm
34782 ____________________________________________________________________________
34783 [  8628] By: jhi                                   on 2001/01/30  21:58:52
34784         Log: Integrate change #7866 from mainline.
34785              
34786              File::Temp 0.11.
34787      Branch: maint-5.6/perl
34788           !> lib/File/Temp.pm t/lib/ftmp-tempfile.t
34789 ____________________________________________________________________________
34790 [  8627] By: jhi                                   on 2001/01/30  21:39:44
34791         Log: Integrate changes #8075,8086,8228 from mainline.  
34792              
34793              Darwin is not Windows. (8075,8086)
34794              
34795              Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
34796      Branch: maint-5.6/perl
34797           !> lib/CGI.pm lib/Pod/Select.pm lib/Text/ParseWords.pm
34798           !> pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
34799           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq4.pod
34800           !> pod/perllocale.pod pod/perlmodlib.pod pod/perlretut.pod
34801 ____________________________________________________________________________
34802 [  8626] By: jhi                                   on 2001/01/30  21:22:11
34803         Log: Integrate with tweakery the change #8625 from mainline,
34804              the multibyte decimal separator fix ("fa_IR locale failure").
34805      Branch: maint-5.6/perl
34806            ! embedvar.h perlapi.h
34807           !> intrpvar.h perl.c perl.h sv.c util.c
34808 ____________________________________________________________________________
34809 [  8625] By: jhi                                   on 2001/01/30  20:26:33
34810         Log: Fix for the fa_IR locale failure.  The reason for the failure
34811              was that Perl was assuming the decimal separator aka the radix
34812              separator is one character.  The Farsi-Iranian locale crushed
34813              that bad assumption since there the separator is 'Momayyez',
34814              glyphwise looking somewhat like a slash, and in Unicode UTF-8
34815              encoded in two bytes, 0xd9 0xab.
34816      Branch: perl
34817            ! intrpvar.h perl.c perl.h sv.c util.c
34818 ____________________________________________________________________________
34819 [  8624] By: gsar                                  on 2001/01/30  20:17:03
34820         Log: regen_headers
34821      Branch: maint-5.6/perl
34822            ! Makefile.SH pod/perlintern.pod
34823 ____________________________________________________________________________
34824 [  8623] By: gsar                                  on 2001/01/30  19:42:34
34825         Log: backout change#7431 and its dependents (causes spurious rebuilds
34826              of autogenerated files)
34827              
34828              fix benign b.t failure
34829      Branch: maint-5.6/perl
34830            ! Makefile.SH t/lib/b.t
34831 ____________________________________________________________________________
34832 [  8622] By: jhi                                   on 2001/01/30  19:41:41
34833         Log: Microperl sync.
34834      Branch: perl
34835            ! mg.c perl.h
34836 ____________________________________________________________________________
34837 [  8621] By: gsar                                  on 2001/01/30  19:24:47
34838         Log: integrate changes#8259,8442,8444,8445,8448,8449,8451,8455
34839              from mainline
34840              
34841              Subject: podlators 1.06 released
34842              
34843              Subject: [PATCH @8436] Eliminate op_children
34844              
34845              (Replaced by #8448)  Traces of op_children (cleanup of #8442)
34846              
34847              (Replaced by #8448)  More op_children traces (cleanup of #8442).
34848              
34849              Subject: [PATCH #3 @8436] Re: Eliminate op_children
34850              Replace #8444 and #8445.
34851              
34852              Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
34853              at the setting of the ofs_sv in new_struct_thread() as the
34854              thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
34855              uninitialized fields are, uh, initialized with),
34856              SvREFCNT_inc()ing that invited a core dump.
34857              
34858              podlators 1.07, from Russ Allbery.
34859              
34860              Subject: [PATCH] regcomp.c old feature removal
34861              From: mjd@plover.com
34862              Date: 16 Jan 2001 14:43:18 -0000 
34863              Message-ID: <20010116144318.7140.qmail@plover.com> 
34864      Branch: maint-5.6/perl
34865           +> lib/Pod/Text/Overstrike.pm
34866           !> MANIFEST bytecode.pl ext/B/B.xs ext/B/B/Asmdata.pm
34867           !> ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Concise.pm
34868           !> ext/B/B/Debug.pm ext/ByteLoader/byterun.c
34869           !> ext/ByteLoader/byterun.h lib/Pod/Man.pm lib/Pod/Text/Color.pm
34870           !> lib/Pod/Text/Termcap.pm op.c op.h pod/pod2text.PL regcomp.c
34871           !> util.c
34872 ____________________________________________________________________________
34873 [  8620] By: gsar                                  on 2001/01/30  18:48:32
34874         Log: integrate changes#8243,8254,8255,8313,8314,8363,8383,8390,8416,
34875              8417,8418,8419,8424,8427,8430,8441,8563 from mainline (TODO: b.t
34876              now fails one test)
34877              
34878              Subject: [PATCH] lvalue AUTOLOAD. No, really.
34879              
34880              Subject: [PATCH] Interesting syntax idea
34881              Make opens + bareword assigns do typeglob assigns.
34882              
34883              Tests for #8254.
34884              
34885              Subject: [PATCH @8269] Continue blocks and B::Deparse
34886              Make the peephole optimizer to bypass more null ops and
34887              and rewrite the deparse handling of continue blocks.
34888              
34889              Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
34890              Doc tweak on #8313.
34891              
34892              Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
34893              
34894              Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
34895              
34896              Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
34897              
34898              Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
34899              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
34900              according to the platform.
34901              
34902              Subject: [PATCH @8404] Consolidated lvalue sub changes
34903              
34904              Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
34905              
34906              Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
34907              
34908              Subject: B::Concise -- an improved replacement for B::Terse 
34909              
34910              The B::Terse drop-in replacement wasn't quite drop-in.
34911              
34912              The LVRET macro needed an aTHX.
34913              
34914              Use the /^Perl_/-less form of is_lvalue_sub().
34915              
34916              Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
34917      Branch: maint-5.6/perl
34918           +> ext/B/B/Concise.pm
34919           !> (integrate 27 files)
34920 ____________________________________________________________________________
34921 [  8619] By: nick                                  on 2001/01/30  18:40:28
34922         Log: Integrate mainline
34923      Branch: perlio
34924           !> (integrate 40 files)
34925 ____________________________________________________________________________
34926 [  8618] By: jhi                                   on 2001/01/30  18:37:18
34927         Log: Subject: [PATCH perl@8585] protect VMS test harness from chdir switcheroo
34928              Date: Mon, 29 Jan 2001 22:51:29 -0600
34929              From: "Craig A. Berry" <craigberry@mac.com>
34930              Message-Id: <p04330101b69bef0ebab4@[172.16.52.1]>
34931      Branch: perl
34932            ! vms/test.com
34933 ____________________________________________________________________________
34934 [  8617] By: jhi                                   on 2001/01/30  18:34:53
34935         Log: Subject: [PATCH] Add missing CV flags to dump.c
34936              From: Tim Jenness <t.jenness@jach.hawaii.edu>
34937              Date: Mon, 29 Jan 2001 21:48:55 -1000 (HST)
34938              Message-ID: <Pine.LNX.4.30.0101292144280.14179-100000@lapaki.jach.hawaii.edu>
34939      Branch: perl
34940            ! dump.c
34941 ____________________________________________________________________________
34942 [  8616] By: jhi                                   on 2001/01/30  18:20:58
34943         Log: Integrate partly the change #8615 from mainline, the t/op/each.t
34944              part isn't applicable to maintperl.
34945              
34946              UTF-8 nit from Inaba Hiroto.
34947      Branch: maint-5.6/perl
34948           !> pod/perlapi.pod utf8.c
34949 ____________________________________________________________________________
34950 [  8615] By: jhi                                   on 2001/01/30  18:18:51
34951         Log: UTF-8 nit from Inaba Hiroto.
34952      Branch: perl
34953            ! pod/perlapi.pod t/op/each.t utf8.c
34954 ____________________________________________________________________________
34955 [  8614] By: jhi                                   on 2001/01/30  18:13:38
34956         Log: Integrate changes #8608,8609,8610,8611,8612,8613 from maintperl.
34957              
34958              perl's internal variables are not for public consumption,
34959              move their docs from perlapi.pod to perlintern.pod
34960              
34961              support for -Dusethreads build under HP-UX 10.20 and DCE threads
34962              library (11.0 and later have pthreads but 10.x don't)
34963              
34964              avoid uninitialized value warnings
34965              
34966              canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
34967              gets weird results)
34968              
34969              perldoc nit on windows
34970              
34971              make it possible to run the tests outside the source tree
34972              (there's still a dependency on ../lib being the library
34973              location)
34974      Branch: perl
34975           !> hints/hpux.sh intrpvar.h perlapi.c pod/perlapi.pod
34976           !> pod/perlintern.pod t/base/term.t t/io/tell.t t/lib/dprof/V.pm
34977           !> t/op/flip.t thrdvar.h thread.h utils/perldoc.PL
34978           !> win32/bin/search.pl win32/vdir.h
34979 ____________________________________________________________________________
34980 [  8613] By: gsar                                  on 2001/01/30  16:39:59
34981         Log: make it possible to run the tests outside the source tree
34982              (there's still a dependency on ../lib being the library
34983              location)
34984      Branch: maint-5.6/perl
34985            ! t/base/term.t t/io/tell.t t/lib/dprof/V.pm t/op/flip.t
34986 ____________________________________________________________________________
34987 [  8612] By: gsar                                  on 2001/01/30  16:31:12
34988         Log: perldoc nit on windows
34989      Branch: maint-5.6/perl
34990            ! utils/perldoc.PL
34991 ____________________________________________________________________________
34992 [  8611] By: gsar                                  on 2001/01/30  16:22:54
34993         Log: canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
34994              gets weird results)
34995      Branch: maint-5.6/perl
34996            ! win32/vdir.h
34997 ____________________________________________________________________________
34998 [  8610] By: gsar                                  on 2001/01/30  16:12:45
34999         Log: avoid uninitialized value warnings
35000      Branch: maint-5.6/perl
35001            ! win32/bin/search.pl
35002 ____________________________________________________________________________
35003 [  8609] By: gsar                                  on 2001/01/30  16:08:01
35004         Log: support for -Dusethreads build under HP-UX 10.20 and DCE threads
35005              library (11.0 and later have pthreads but 10.x don't)
35006      Branch: maint-5.6/perl
35007            ! hints/hpux.sh thread.h
35008 ____________________________________________________________________________
35009 [  8608] By: gsar                                  on 2001/01/30  15:48:55
35010         Log: perl's internal variables are not for public consumption,
35011              move their docs from perlapi.pod to perlintern.pod
35012      Branch: maint-5.6/perl
35013            ! intrpvar.h perlapi.c pod/perlapi.pod pod/perlintern.pod
35014            ! thrdvar.h
35015 ____________________________________________________________________________
35016 [  8607] By: gsar                                  on 2001/01/30  15:44:27
35017         Log: mistakenly branched perl56delta.pod, revert
35018      Branch: maint-5.6/perl
35019            - pod/perl56delta.pod
35020           !> pod/perldelta.pod
35021 ____________________________________________________________________________
35022 [  8606] By: gsar                                  on 2001/01/30  14:20:24
35023         Log: integrate changes#7984,7987,8010 from mainline (gets rid of
35024              dTHR which has been a noop for a while now, except for the
35025              compatibility definition in thread.h)
35026      Branch: maint-5.6/perl
35027           !> (integrate 45 files)
35028 ____________________________________________________________________________
35029 [  8605] By: jhi                                   on 2001/01/30  05:43:58
35030         Log: Mark the UTF-8 APIs as experimental.
35031      Branch: maint-5.6/perl
35032            ! embed.pl pod/perlapi.pod
35033 ____________________________________________________________________________
35034 [  8604] By: jhi                                   on 2001/01/30  05:38:40
35035         Log: Nits from earlier integrates.
35036      Branch: maint-5.6/perl
35037            ! lib/Carp/Heavy.pm
35038           !> sv.c
35039 ____________________________________________________________________________
35040 [  8603] By: jhi                                   on 2001/01/30  05:27:26
35041         Log: Regenerate Porting files.
35042      Branch: maint-5.6/perl
35043            ! Porting/Glossary Porting/config.sh Porting/config_H
35044 ____________________________________________________________________________
35045 [  8602] By: jhi                                   on 2001/01/30  05:14:59
35046         Log: Integrate changes #7891,8034,8078,8110,8111,8112,8277,8291,
35047              8310,8339,8447,8492,8493,8505,8525: documentation changes.
35048              
35049              Subject: Re: perlfaq style changes
35050              
35051              Subject: DOC PATCH 5.6.0: -s return value incompletely documented
35052              
35053              Subject: [PATCH] docs on NaN
35054              
35055              Subject: [patch] perlfaq7
35056              
35057              Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
35058              
35059              Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
35060              
35061              Subject: [PATCH] open() example in perlfunc.pod
35062              
35063              Podify README.mpeix (a new version from the web)
35064              
35065              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
35066              
35067              Subject: [PATCH] format and rewording in perlfaq.pod
35068              
35069              Subject: [PATCH] API Variable documentation   
35070              
35071              Memory management calls documentation.
35072              
35073              Subject: [PATCH: perl@8482] README.vms URL updates
35074              
35075              Subject: Minor typos in perlfaq2.pod
35076              
35077              Subject: [PATCH] pod/perlvar.pod
35078      Branch: maint-5.6/perl
35079           +> pod/perl56delta.pod
35080            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
35081           !> README.amiga README.epoc README.mpeix README.vms
35082           !> ext/POSIX/POSIX.pod lib/CPAN.pm lib/Carp/Heavy.pm
35083           !> lib/Win32.pod pod/perlapi.pod pod/perlfaq.pod pod/perlfaq1.pod
35084           !> pod/perlfaq2.pod pod/perlfaq6.pod pod/perlfaq7.pod
35085           !> pod/perlfunc.pod pod/perlop.pod pod/perlrequick.pod
35086           !> pod/perlvar.pod thrdvar.h
35087 ____________________________________________________________________________
35088 [  8601] By: jhi                                   on 2001/01/30  04:38:35
35089         Log: Integrate changes #8036,8096,8253 from mainline:
35090              hints changes.
35091              
35092              Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
35093              Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
35094              
35095              Output the (apparent) version of gcc in Tru64.
35096      Branch: maint-5.6/perl
35097           +> ext/POSIX/hints/svr4.pl
35098           !> MANIFEST ext/POSIX/Makefile.PL hints/dec_osf.sh hints/hpux.sh
35099           !> hints/svr4.sh t/lib/bigfltpm.t
35100 ____________________________________________________________________________
35101 [  8600] By: jhi                                   on 2001/01/30  04:04:01
35102         Log: Integrate changes #7863,7868,7875,7876,7888,8384,8480 from mainline:
35103              locale fixes.
35104              
35105              sprintf() does not taint since print() does not. (7863,7875,7876,7888)
35106              
35107              Debian allows /usr/bin/locale to exist without any locales. (7868)
35108              
35109              Allow the locale test needing POSIX and the taint test
35110              needing IPC::SysV to run under 'minitest' (basically,
35111              bail out if loading the extension fails). (8384)
35112              
35113              Cleanup the locale.t output  (8480)
35114      Branch: maint-5.6/perl
35115           !> pod/perllocale.pod sv.c t/op/misc.t t/op/taint.t
35116           !> t/pragma/locale.t
35117 ____________________________________________________________________________
35118 [  8599] By: jhi                                   on 2001/01/30  03:51:04
35119         Log: Missing generated files from #8598.
35120      Branch: maint-5.6/perl
35121            ! embed.h global.sym objXSUB.h perlapi.c proto.h
35122 ____________________________________________________________________________
35123 [  8598] By: jhi                                   on 2001/01/30  03:41:54
35124         Log: Integrate change #8555 from mainline, manually integrate parts
35125              of changes 8452 and 8583.
35126              
35127              Subject: [PATCH] utf8.c documentation (8452)
35128              
35129              No point in checking the length if the pointer is bogus. (8555)
35130              
35131              Introduce bytes_from_utf8() and implement sv_eq() using it,
35132              tr/// did not handle UTF-8 ranges, \ before a raw UTF-8 character
35133              produced "Malformed UTF-8 character" warning, "\x{100}\N{CENT SIGN}"
35134              was malformed. (8583)
35135      Branch: maint-5.6/perl
35136            ! embed.pl t/lib/charnames.t t/op/tr.t toke.c
35137           !> pod/perlapi.pod sv.c utf8.c
35138 ____________________________________________________________________________
35139 [  8597] By: gsar                                  on 2001/01/30  02:37:26
35140         Log: get PERL_OBJECT build going again on windows
35141      Branch: maint-5.6/perl
35142            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
35143            ! pod/perlapi.pod proto.h sv.c
35144 ____________________________________________________________________________
35145 [  8596] By: jhi                                   on 2001/01/30  02:16:17
35146         Log: Signedness nit.
35147      Branch: perl
35148            ! sv.c
35149 ____________________________________________________________________________
35150 [  8595] By: jhi                                   on 2001/01/30  02:11:07
35151         Log: EBCDIC patch for Storable, from Peter Prymmer.
35152      Branch: perl
35153            ! t/lib/st-06compat.t
35154 ____________________________________________________________________________
35155 [  8594] By: jhi                                   on 2001/01/30  01:04:48
35156         Log: Subject: [PATCH: perl@8585] yet another tweak to lib/b.t for EBCDIC
35157              From: Peter Prymmer <pvhp@forte.com>
35158              Date: Mon, 29 Jan 2001 16:51:38 -0800 (PST)
35159              Message-ID: <Pine.OSF.4.10.10101291646320.230748-100000@aspara.forte.com>
35160      Branch: perl
35161            ! t/lib/b.t
35162 ____________________________________________________________________________
35163 [  8593] By: jhi                                   on 2001/01/30  00:56:47
35164         Log: Subject: [PATCH: perl@8585] pod problems in io
35165              From: Peter Prymmer <pvhp@forte.com>
35166              Date: Mon, 29 Jan 2001 16:46:25 -0800 (PST)
35167              Message-ID: <Pine.OSF.4.10.10101291636420.230748-100000@aspara.forte.com>
35168      Branch: perl
35169            ! pod/perlapio.pod pod/perliol.pod
35170 ____________________________________________________________________________
35171 [  8592] By: jhi                                   on 2001/01/30  00:48:20
35172         Log: Integrate perlio.
35173      Branch: perl
35174           !> pod/perlapio.pod pod/perliol.pod
35175 ____________________________________________________________________________
35176 [  8591] By: nick                                  on 2001/01/29  22:02:28
35177         Log: GNU 'merge' Simon's copy of perliol.pod with version
35178              patched by Craig's patch.
35179      Branch: perlio
35180            ! pod/perliol.pod
35181 ____________________________________________________________________________
35182 [  8590] By: nick                                  on 2001/01/29  21:55:10
35183         Log: PerlIO doc tweaks from Craig A. Berry <craig.berry@psinetcs.com>
35184      Branch: perlio
35185            ! pod/perlapio.pod pod/perliol.pod
35186 ____________________________________________________________________________
35187 [  8589] By: jhi                                   on 2001/01/29  15:35:33
35188         Log: Integrate change #8586 from maint-5.6/perl.
35189              
35190              make the BOM detection code not call tell() until it has to
35191              (meant to fix esoteric compatibility issues where PL_rsfp
35192              is overridden)
35193      Branch: perl
35194           !> toke.c
35195 ____________________________________________________________________________
35196 [  8588] By: jhi                                   on 2001/01/29  15:29:11
35197         Log: Subject: MAking Solaris malloc() the default
35198              From: Lupe Christoph <lupe@lupe-christoph.de>
35199              Date: Mon, 29 Jan 2001 12:59:36 +0100
35200              Message-ID: <20010129125936.Z4830@alanya.lupe-christoph.de>
35201              
35202              The README.solaris part slightly tweaked.
35203      Branch: perl
35204            ! README.solaris hints/solaris_2.sh
35205 ____________________________________________________________________________
35206 [  8587] By: jhi                                   on 2001/01/29  15:17:34
35207         Log: Subject: [ID 20010128.003] [PATCH] perlre.pod \b buglet
35208              From: root@ak-75.mind.de
35209              Date: Sun, 28 Jan 2001 20:32:29 +0100
35210              Message-Id: <200101281932.UAA15768@ak-75.mind.de>
35211      Branch: perl
35212            ! pod/perlre.pod
35213 ____________________________________________________________________________
35214 [  8586] By: gsar                                  on 2001/01/29  13:43:44
35215         Log: make the BOM detection code not call tell() until it has to
35216              (meant to fix esoteric compatibility issues where PL_rsfp
35217              is overridden)
35218      Branch: maint-5.6/perl
35219            ! toke.c
35220 ____________________________________________________________________________
35221 [  8585] By: jhi                                   on 2001/01/28  20:05:45
35222         Log: Update Changes.
35223      Branch: perl
35224            ! Changes patchlevel.h
35225 ____________________________________________________________________________
35226 [  8584] By: jhi                                   on 2001/01/28  19:30:02
35227         Log: Integrate perlio.
35228      Branch: perl
35229           +> pod/perliol.pod
35230           !> MANIFEST pod/perlapio.pod
35231 ____________________________________________________________________________
35232 [  8583] By: jhi                                   on 2001/01/28  19:28:40
35233         Log: Patch from Inaba Hiroto:
35234              - canonical UTF-8 hash keys: if a key string for a hash is
35235              UTF8-on, try downgrade the string and use it if
35236              unicode::distinct is not in effect.
35237              For the task, I added a function bytes_from_utf8() to utf8.c.
35238              It might resemble utf8_to_bytes() but it is not convenient
35239              to the task.
35240              Made a test for it and added to t/op/each.t
35241              - Changed do_print in doio.c to apply sv_utf8_(downgrade|upgrade) to
35242              the mortal copy of the argument SV.
35243              And changed t/io/utf8.t test 18 which expects print() to
35244              upgrade its argument.
35245              - re-implement sv_eq with bytes_from_utf8()
35246              - some bug fixes
35247              - tr/// does not handle UTF8 range (\x{}-\x{})
35248              - \ before raw UTF8 character produced
35249              "Malformed UTF-8 character" warning.
35250              - "\x{100}\N{CENT SIGN}" is Malformed.
35251              Added tests for these 3.
35252              - and one silly bug (by me) with qu operator.
35253      Branch: perl
35254            ! doio.c embed.h embed.pl global.sym hv.c objXSUB.h perlapi.c
35255            ! pod/perlapi.pod proto.h sv.c t/io/utf8.t t/lib/charnames.t
35256            ! t/op/each.t t/op/tr.t t/pragma/utf8.t toke.c utf8.c
35257 ____________________________________________________________________________
35258 [  8582] By: nick                                  on 2001/01/28  19:25:04
35259         Log: Add pod/perliol.pod to MANIFEST :-(
35260      Branch: perlio
35261            ! MANIFEST
35262 ____________________________________________________________________________
35263 [  8581] By: nick                                  on 2001/01/28  19:22:40
35264         Log: PerlIO documentation. Proofing and sub-editing requested.
35265      Branch: perlio
35266            + pod/perliol.pod
35267            ! pod/perlapio.pod
35268 ____________________________________________________________________________
35269 [  8580] By: jhi                                   on 2001/01/28  05:16:25
35270         Log: Revert the change to sv_2pv() done by #8054: Someone who
35271              did SvNV_set() on a scalar that also happened to be POK,
35272              followed by sv_2pv() won't get the right coercion anymore.
35273              [Sarathy]
35274      Branch: maint-5.6/perl
35275            ! sv.c
35276 ____________________________________________________________________________
35277 [  8579] By: jhi                                   on 2001/01/28  05:15:04
35278         Log: Remove the #8084 effect: do not allow -Q to be interpreted
35279              as -&Q(), this is too much wiggle room.
35280      Branch: maint-5.6/perl
35281            ! toke.c
35282 ____________________________________________________________________________
35283 [  8578] By: jhi                                   on 2001/01/28  05:12:45
35284         Log: Needed bits of #8439 (should have been in #8576),
35285              mainly for lval substr().
35286      Branch: maint-5.6/perl
35287            ! mg.c pp.c pp_hot.c
35288 ____________________________________________________________________________
35289 [  8577] By: jhi                                   on 2001/01/28  05:02:46
35290         Log: A missing check-in.
35291      Branch: maint-5.6/perl
35292            ! utf8.c
35293 ____________________________________________________________________________
35294 [  8576] By: jhi                                   on 2001/01/28  04:26:18
35295         Log: Integrate changes #8425,8436,8439,8517 from mainline.
35296              The 8439 was not truly integrated because it had too many
35297              dependencies on the development branch and because it introduced
35298              concepts too bold for a maintenance branch (such as the qu operator).
35299              
35300              Subject: [PATCH perl@8342] -Wformat
35301              
35302              Tighten some of the UTF-8 tests a bit.
35303              
35304              More UTF-8 patches from Inaba Hiroto. (8439, but only partly)
35305              - The substr lval was still not okay.
35306              - Now pp_stringify and sv_setsv copies source's UTF8 flag
35307              even if IN_BYTE.  pp_stringify is called from fold_constants
35308              at optimization phase and "\x{100}" was made SvUTF8_off under
35309              use bytes (the bytes pragma is for "byte semantics" and not
35310              for "do not produce UTF8 data")
35311      Branch: maint-5.6/perl
35312            ! t/lib/charnames.t t/op/substr.t toke.c
35313           !> sv.c t/pragma/utf8.t
35314 ____________________________________________________________________________
35315 [  8575] By: jhi                                   on 2001/01/28  04:01:51
35316         Log: Integrate changes #8378,8379,8385,8386,8405 from mainline.
35317              
35318              Subject: One more patch for UTF8  (UTF-8 fixes for 'x' and tr////)
35319              
35320              Subject: [ID 20001230.003] UTF-8 tr still hurts
35321              
35322              Test cases for #8385 (from Simon's "torture.pl")
35323              
35324              Start fixing UTF-8 lval substr() (8405)
35325      Branch: maint-5.6/perl
35326           !> doop.c embed.h embed.pl mg.c op.c pod/perlapi.pod pp.c proto.h
35327           !> regcomp.c regexec.c t/op/substr.t t/op/tr.t toke.c utf8.c
35328 ____________________________________________________________________________
35329 [  8574] By: jhi                                   on 2001/01/28  03:09:06
35330         Log: Integrate changes #8328,8329,8330,8331,8332,8341,8343,8377
35331              from mainline.
35332              
35333              UTF-8 cleanup.
35334              
35335              Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
35336              
35337              "\x{FF}\xFF" was broken.
35338              
35339              Tests for #8329 and #8330.
35340              
35341              Add a note about EBCDIC versus UTF-8 to a potential problem spot.
35342              
35343              IRIX compiler noticed that the bof initialization might be
35344              bypassed by control flow.
35345              
35346              Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
35347      Branch: maint-5.6/perl
35348           !> doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
35349           !> regexec.c sv.c t/op/bop.t toke.c utf8.c
35350 ____________________________________________________________________________
35351 [  8573] By: jhi                                   on 2001/01/28  02:06:12
35352         Log: Retract #8552.
35353      Branch: perl
35354            ! lib/Text/Wrap.pm t/lib/textwrap.t
35355 ____________________________________________________________________________
35356 [  8572] By: jhi                                   on 2001/01/28  02:04:49
35357         Log: Integrate changes #8267,8272[perlio],8274,8298,8300,8303,
35358              8305,8323,8324 from mainline.  The 8267,8272, and 8298 were
35359              not really integrated but instead salvaged by hand
35360              (they had too many dependencies on the development release
35361              to be cleanly integratable).
35362              
35363              Subject: more UTF8 test suites and an UTF8 patch
35364              
35365              Tweak for MULTIPLICITY/USE_PERLIO
35366              
35367              Signedness nit.
35368              
35369              Turn SvUTF8 off if not required in pp_chr and pp_stringify.
35370              
35371              Use the UTF8_XXX macros in is_utf8_char().
35372              
35373              Rewrite pp_concat() in terms of sv_catsv().  The . operator
35374              should now be UTF-8-proof.
35375              
35376              Subject: [PATCH perl@8269] scanning two hex-constants
35377              fails on EBCDIC environment (script length.t)
35378              
35379              Add some Unicode chop() tests.
35380      Branch: maint-5.6/perl
35381            ! doop.c mg.c pp.c pp_hot.c toke.c utf8.c
35382           !> sv.c t/op/chop.t utf8.h
35383 ____________________________________________________________________________
35384 [  8571] By: jhi                                   on 2001/01/28  00:35:59
35385         Log: Integrate changes #8090,8093[perlio,only the sv.c tweak],
35386              8245,8247,8248,8249,8250,8251,8260,8263,8264,8265 from mainline.
35387              
35388              Subject: [PATCH] Re: Breadperl & Tk (sv_utf8_upgrade fixes)
35389              
35390              The maxiters upper limit sanity check (guarding against
35391              non-progress) assumed bytes instead of characters in s///
35392              and split().
35393              
35394              Signedness nit.
35395              
35396              sv_catsv() rewrite (8248,8249,8251,8260,8263,8264,8265)
35397              join() should now be UTF-8-proof.
35398              
35399              More split // UTF-8 tests. (8250)
35400      Branch: maint-5.6/perl
35401           !> doop.c hv.c pp.c pp_hot.c sv.c t/op/join.t utf8.c utf8.h
35402           !> util.c
35403 ____________________________________________________________________________
35404 [  8570] By: jhi                                   on 2001/01/27  22:15:46
35405         Log: Integrate changes #7941,7943,7944,7958,7967,7995,7996,7998,
35406              8004,8005,8023,8024,8028,8030,8031,8033,8039,8042,8052[perlio],
35407              8053[perlio],8054[perlio,+sv.c(-PerlIO_isutf8),+require.t],
35408              8084,8204,8244,8333 from mainline.
35409              
35410              For -Q where Q might be a one-letter sub name one does no more
35411              get a warning about an unknown filetest (7941,7943,7944,8084).
35412              
35413              Subject: Re: [ID 20001130.011] expression parsing bug ?
35414              
35415              Make uv_to_utf8() to zero-terminate its output buffer.
35416              
35417              Split off t/op/length.t (7995)
35418              
35419              Split off t/op/utf8decode.t (7996)
35420              
35421              Remove an unnecessary 'use utf8' from the utf8.t (7998)
35422              
35423              Split off t/op/concat.t (8004)
35424              
35425              Split off t/op/ver.t (8005)
35426              
35427              Document utf8_length(), utf8_distance(), and utf8_hop().
35428              
35429              Document utf8_to_uv() better.
35430              
35431              Introduce macros for UTF8 decoding (8028,8033).
35432              
35433              Add test for reverse() (8030,8031).
35434              
35435              Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful (8039,8333)
35436              
35437              Do not return the Unicode replacement character    on UTF-8
35438              decoding failure.
35439              
35440              Typo/thinko in S_scan_const() - seeing high bit sets has_utf8
35441              not this_utf8 i.e. the output string has one, but don't mess
35442              with source assumption. (8052,8053)
35443              
35444              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious
35445              writing of BOM to a non-utf8 stream.  Fix SvPVutf8() - sv_2pv()
35446              was not expecting to be called with something that was already
35447              SvPOK() - (we just fossiked with SvUTF8 bit). Fix that and also
35448              just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
35449              (8054)
35450              
35451              Recode the naughty binary bytes in utf8decode.t using the \xHH.
35452              
35453              Make some panic messages a bit more logical.
35454      Branch: maint-5.6/perl
35455           +> t/op/concat.t t/op/length.t t/op/reverse.t t/op/utf8decode.t
35456           !> MANIFEST doop.c embed.pl lib/ExtUtils/Liblist.pm op.c
35457           !> pod/perlapi.pod pod/perldiag.pod pp.c pp_hot.c regcomp.c
35458           !> regexec.c sv.c t/comp/require.t t/op/misc.t t/op/ver.t
35459           !> t/pragma/utf8.t t/pragma/warn/toke t/pragma/warn/utf8 toke.c
35460           !> utf8.c utf8.h
35461 ____________________________________________________________________________
35462 [  8569] By: jhi                                   on 2001/01/27  19:16:43
35463         Log: Integrate changes #7750 from perlio and #8566 from mainline.
35464      Branch: maint-5.6/perl
35465           !> regexec.c sv.c
35466 ____________________________________________________________________________
35467 [  8568] By: jhi                                   on 2001/01/27  18:06:51
35468         Log: Integrate changes #7355[-doio.c],7691,7744,7753[perlio],
35469              7783,7790[perlio],7869,7871,7872,7911,7916,7932,
35470              7935[-perlio.c],7936,7959,7965 from mainline.
35471              
35472              Change the "big byte" error message to "Wide character".
35473              (7355, the croak-if-wide-chars-in-print part ignored)
35474              
35475              Use UINT64_C().
35476              
35477              Introduce Perl_utf8_length().
35478              
35479              diff -se shows these as different (7753, forgotten check-ins)
35480              
35481              Subject: [PATCH] doop.c - UTF8 tr///
35482              
35483              If we use (aTHX_ ...) then put Perl_ on the front.
35484              
35485              Make utf8_length() and utf8_distance() to be less forgiving
35486              about bad UTF-8.
35487              
35488              Test line numbers are different with utf8.
35489              
35490              No need to scan till infinity, 13 is enough. (7872,7911)
35491              
35492              Subject: [PATCH] Tokeniser debugging
35493              
35494              Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
35495              
35496              Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits (only toke.c)
35497              
35498              Be more careful in Perl_sv_utf8_downgrade().
35499              
35500              Use DO_UTF8().
35501              
35502              Raw zero bytes in text files confuse at least GNU patch 2.1.
35503      Branch: maint-5.6/perl
35504           !> doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
35505           !> perl.c perl.h perlapi.c pod/perlapi.pod pod/perldiag.pod
35506           !> pod/perlrun.pod proto.h scope.h sv.c t/op/re_tests
35507           !> t/pragma/utf8.t toke.c utf8.c utf8.h
35508 ____________________________________________________________________________
35509 [  8567] By: nick                                  on 2001/01/27  11:10:38
35510         Log: Integrate mainline
35511      Branch: perlio
35512           !> Changes README.os390 embed.h embed.pl op.c patchlevel.h pp.c
35513           !> proto.h regexec.c sv.c t/lib/1_compile.t t/lib/b.t
35514           !> t/lib/st-06compat.t t/pragma/overload.t t/pragma/sub_lval.t
35515           !> toke.c
35516 ____________________________________________________________________________
35517 [  8566] By: jhi                                   on 2001/01/27  06:22:48
35518         Log: More documentation for the regexp context stack.
35519      Branch: perl
35520            ! regexec.c
35521 ____________________________________________________________________________
35522 [  8565] By: jhi                                   on 2001/01/27  05:21:57
35523         Log: Update Changes.
35524      Branch: perl
35525            ! Changes patchlevel.h
35526 ____________________________________________________________________________
35527 [  8564] By: jhi                                   on 2001/01/27  04:44:04
35528         Log: Threadedness patch for #8562 from Doug MacEachern.
35529      Branch: perl
35530            ! toke.c
35531 ____________________________________________________________________________
35532 [  8563] By: jhi                                   on 2001/01/27  04:26:24
35533         Log: Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
35534              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
35535              Date: Thu, 25 Jan 2001 01:17:21 -0800 (PST)
35536              Message-ID: <14959.59703.507462.978833@soda.csua.berkeley.edu>
35537      Branch: perl
35538            ! op.c
35539 ____________________________________________________________________________
35540 [  8562] By: jhi                                   on 2001/01/27  04:20:30
35541         Log: Subject: Re: Announce : Tokener reporting patch
35542              From: Simon Cozens <simon@cozens.net>
35543              Date: Mon, 22 Jan 2001 02:17:22 +0000
35544              Message-ID: <20010122021722.A9334@pembro26.pmb.ox.ac.uk>
35545      Branch: perl
35546            ! embed.h embed.pl proto.h toke.c
35547 ____________________________________________________________________________
35548 [  8561] By: jhi                                   on 2001/01/27  04:17:24
35549         Log: Forgot from #8545.  Oops.
35550      Branch: perl
35551            ! pp.c t/pragma/overload.t
35552 ____________________________________________________________________________
35553 [  8560] By: jhi                                   on 2001/01/27  03:01:47
35554         Log: A better module compilation test, use MANIFEST as suggested
35555              by Spider.
35556      Branch: perl
35557            ! t/lib/1_compile.t
35558 ____________________________________________________________________________
35559 [  8559] By: jhi                                   on 2001/01/27  02:50:48
35560         Log: Subject: [PATCH: perl@8531] EBCDIC cleanup for B test
35561              From: Peter Prymmer <pvhp@forte.com>
35562              Date: Fri, 26 Jan 2001 16:38:08 -0800 (PST)
35563              Message-ID: <Pine.OSF.4.10.10101261635400.14820-100000@aspara.forte.com>
35564      Branch: perl
35565            ! t/lib/b.t
35566 ____________________________________________________________________________
35567 [  8558] By: jhi                                   on 2001/01/27  02:27:05
35568         Log: Subject: [PATCH: perl@8531] EBCDIC branch for pragma/sub-lval.t
35569              From: Peter Prymmer <pvhp@forte.com>
35570              Date: Fri, 26 Jan 2001 16:05:11 -0800 (PST)
35571              Message-ID: <Pine.OSF.4.10.10101261603460.14820-100000@aspara.forte.com>
35572      Branch: perl
35573            ! t/pragma/sub_lval.t
35574 ____________________________________________________________________________
35575 [  8557] By: jhi                                   on 2001/01/27  02:26:03
35576         Log: Subject: [PATCH: perl@8531] a peek at uuencoded EBCDIC (st-06compat.t)
35577              From: Peter Prymmer <pvhp@forte.com>
35578              Date: Fri, 26 Jan 2001 14:47:46 -0800 (PST)
35579              Message-ID: <Pine.OSF.4.10.10101261443561.14820-100000@aspara.forte.com>
35580      Branch: perl
35581            ! t/lib/st-06compat.t
35582 ____________________________________________________________________________
35583 [  8556] By: jhi                                   on 2001/01/27  02:24:33
35584         Log: Subject: [PATCH: perl@8531] minor update to README.os390
35585              From: Peter Prymmer <pvhp@forte.com>
35586              Date: Fri, 26 Jan 2001 14:33:27 -0800 (PST)
35587              Message-ID: <Pine.OSF.4.10.10101261425560.14820-100000@aspara.forte.com>
35588      Branch: perl
35589            ! README.os390
35590 ____________________________________________________________________________
35591 [  8555] By: jhi                                   on 2001/01/27  00:35:47
35592         Log: No point in checking the length before we know whether the pointer
35593              is bogus or not, fixes Abigail's odbm failures in Linux.
35594      Branch: perl
35595            ! sv.c
35596 ____________________________________________________________________________
35597 [  8554] By: nick                                  on 2001/01/26  19:01:31
35598         Log: Integrate mainline
35599      Branch: perlio
35600           !> lib/Text/Wrap.pm t/lib/textwrap.t
35601 ____________________________________________________________________________
35602 [  8553] By: jhi                                   on 2001/01/26  15:19:39
35603         Log: Integrate change #7792 from perlio (multiplicity fix),
35604              fix the AV leak in regex DEBUGGING (tiny part of the
35605              polymorphic regexp patch #8143).
35606      Branch: maint-5.6/perl
35607            ! regcomp.c
35608           !> scope.h
35609 ____________________________________________________________________________
35610 [  8552] By: jhi                                   on 2001/01/26  15:03:23
35611         Log: Subject: [PATCH Text::Wrap 2000.06292219] Spurious leading whitespace
35612              From: Michael G Schwern <schwern@pobox.com>
35613              Date: Fri, 26 Jan 2001 09:28:31 -0500
35614              Message-ID: <20010126092831.A15328@blackrider.aocn.com>
35615      Branch: perl
35616            ! lib/Text/Wrap.pm t/lib/textwrap.t
35617 ____________________________________________________________________________
35618 [  8551] By: jhi                                   on 2001/01/26  02:33:19
35619         Log: Integrate changes #7760,7815,7870,7873,7874,7877,7878,7879,7881,
35620              7937,7938,7939,7940,7968,7969,8403,8414,8510 from mainline.
35621              
35622              Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
35623              
35624              Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
35625              
35626              Message nit.
35627              
35628              BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
35629              
35630              Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
35631              
35632              (the cleanup of unused submatches in regtry() and regcppop())
35633              
35634              Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
35635              stored and restored, and thusly was trounced by the utf8 swash
35636              routines.
35637              
35638              use utf8 not required to use \x{}.
35639              
35640              Removed two more tests that make no sense in UTF-8 since the test
35641              data is not in UTF-8.
35642              
35643              Get the three different space character classes right under utf8.
35644              
35645              Implement ANYOFUTF8 regprop() dumping.
35646              
35647              Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
35648              
35649              Document the regex context pushing/popping a bit better.
35650      Branch: maint-5.6/perl
35651           +> lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
35652           !> MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
35653           !> regexec.c scope.h t/op/pat.t t/op/re_tests t/op/regexp.t
35654           !> t/op/regmesg.t utf8.c
35655 ____________________________________________________________________________
35656 [  8550] By: nick                                  on 2001/01/25  19:42:30
35657         Log: Integrate mainline
35658      Branch: perlio
35659           !> Makefile.SH README.os390 gv.c hints/os390.sh installperl
35660           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm perl.h
35661           !> pod/perlguts.pod t/lib/bigfloat.t t/lib/bigfltpm.t
35662           !> t/lib/bigint.t t/lib/bigintpm.t
35663 ____________________________________________________________________________
35664 [  8549] By: jhi                                   on 2001/01/25  15:22:28
35665         Log: Undo 6475: { use utf8; chr(128..255) } is better off producing bytes.
35666      Branch: maint-5.6/perl
35667            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
35668 ____________________________________________________________________________
35669 [  8548] By: jhi                                   on 2001/01/25  15:02:55
35670         Log: Integrate changes #7997,8063,8492,8547 from mainline.
35671              
35672              Subject: Re: STRLEN - what?
35673              
35674              Subject: [PATCH] perlguts.pod
35675              
35676              Memory management calls documentation.
35677              
35678              Layout using tabulator is not a good idea in a pod.
35679      Branch: maint-5.6/perl
35680           !> pod/perlguts.pod
35681 ____________________________________________________________________________
35682 [  8547] By: jhi                                   on 2001/01/25  14:49:05
35683         Log: Layout using tabulator is not a good idea in a pod.
35684      Branch: perl
35685            ! pod/perlguts.pod
35686 ____________________________________________________________________________
35687 [  8546] By: jhi                                   on 2001/01/25  14:31:12
35688         Log: Integrate changes #8188,8189,8208,8209,8210,8212,8374,8388
35689              from mainline.
35690              
35691              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
35692              
35693              Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
35694              
35695              More Win32 editor/IDE/shell hints.
35696              
35697              More Win32 Perling.
35698              
35699              Yet another editor edit.
35700              
35701              Edit edit edit.
35702              
35703              IDE/editor section tweaking.
35704              
35705              Few more IDE/editor nits from p5p.
35706      Branch: maint-5.6/perl
35707           !> pod/perlfaq3.pod
35708 ____________________________________________________________________________
35709 [  8545] By: jhi                                   on 2001/01/25  04:16:32
35710         Log: Subject: [PATCH 5.7.0] overload int()
35711              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
35712              Date: Wed, 24 Jan 2001 19:06:57 -0500
35713              Message-ID: <20010124190657.A8512@math.ohio-state.edu>
35714      Branch: perl
35715            ! gv.c lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm
35716            ! perl.h t/lib/bigfloat.t t/lib/bigfltpm.t t/lib/bigint.t
35717            ! t/lib/bigintpm.t
35718 ____________________________________________________________________________
35719 [  8544] By: jhi                                   on 2001/01/25  04:15:11
35720         Log: Subject: [PATCH: perl@8506]completion and docs for dynamic loading on OS/390
35721              From: Peter Prymmer <pvhp@forte.com>
35722              Date: Wed, 24 Jan 2001 17:17:14 -0800 (PST)
35723              Message-ID: <Pine.OSF.4.10.10101241706120.411912-100000@aspara.forte.com>
35724      Branch: perl
35725            ! Makefile.SH README.os390 hints/os390.sh installperl
35726 ____________________________________________________________________________
35727 [  8543] By: jhi                                   on 2001/01/25  03:52:08
35728         Log: Integrate change #8462,8469 from mainline.
35729              
35730              In VMS Perl subversion (perl -V) is undef.
35731      Branch: maint-5.6/perl
35732           !> configure.com
35733 ____________________________________________________________________________
35734 [  8542] By: jhi                                   on 2001/01/25  03:44:55
35735         Log: Integrate changes #7835,7850,8315,8316 from mainline.
35736              
35737              Solaris hints.
35738      Branch: maint-5.6/perl
35739           !> hints/solaris_2.sh
35740 ____________________________________________________________________________
35741 [  8541] By: jhi                                   on 2001/01/25  03:39:28
35742         Log: Integrate #8336 from mainline.
35743      Branch: maint-5.6/perl
35744           !> hv.c
35745 ____________________________________________________________________________
35746 [  8540] By: jhi                                   on 2001/01/25  03:23:50
35747         Log: Retract #8539.
35748      Branch: maint-5.6/perl
35749            ! pod/perlfaq3.pod
35750 ____________________________________________________________________________
35751 [  8539] By: jhi                                   on 2001/01/25  03:21:55
35752         Log: (Retracted by #5940.)
35753      Branch: maint-5.6/perl
35754            ! pod/perlfaq3.pod
35755 ____________________________________________________________________________
35756 [  8538] By: jhi                                   on 2001/01/25  03:14:07
35757         Log: Subject: [re-patch: 5.6.1-TRIAL1] was Re: [PATCH 5.6.1-TRIAL1]VMS buildpatches
35758              From: Peter Prymmer <pvhp@forte.com>
35759              Date: Mon, 18 Dec 2000 13:10:35 -0800 (PST)
35760              Message-ID: <Pine.OSF.4.10.10012181249310.410192-100000@aspara.forte.com>
35761              
35762              The VMS bits.
35763      Branch: maint-5.6/perl
35764            ! configure.com vms/descrip_mms.template
35765 ____________________________________________________________________________
35766 [  8537] By: jhi                                   on 2001/01/25  03:06:09
35767         Log: Integrate #7710,7824,7973 from mainline.
35768      Branch: maint-5.6/perl
35769           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
35770           !> config_h.SH configure.com epoc/config.sh hints/aix.sh malloc.c
35771           !> regcomp.c sv.c vos/config.alpha.def vos/config.alpha.h
35772           !> vos/config.ga.def vos/config.ga.h win32/config.bc
35773           !> win32/config.gc win32/config.vc
35774 ____________________________________________________________________________
35775 [  8536] By: jhi                                   on 2001/01/24  13:50:20
35776         Log: Revert the edits made by me so far to the 5.6 branch since
35777              the TRIAL1 since I did edits when I should have been using
35778              integrates.  Bad programmer.   (Will integrate them properly later.)
35779              Undoes #8347, #8349, #8350, #8351, #8353, #8355, #8376, #8463, #8470.
35780              The #8353 will not be reapplied at least for now since
35781              the UTF-8 hash keys need more thinking.
35782              (The patches #8347, #8354, #8454, #8473 were okay since they
35783              were original edits made specifically for the 5.6.1-TRIAL1.)
35784      Branch: maint-5.6/perl
35785            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
35786            ! config_h.SH configure.com embed.pl epoc/config.sh hints/aix.sh
35787            ! hints/solaris_2.sh hv.c hv.h malloc.c perlapi.c
35788            ! pod/perlapi.pod pod/perlfaq3.pod proto.h regcomp.c sv.c
35789            ! t/op/each.t vms/descrip_mms.template vos/config.alpha.def
35790            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
35791            ! win32/config.bc win32/config.gc win32/config.vc
35792 ____________________________________________________________________________
35793 [  8535] By: bailey                                on 2001/01/24  06:37:02
35794         Log: SYN SYN
35795      Branch: vmsperl
35796           +> (branch 26 files)
35797           !> (integrate 130 files)
35798 ____________________________________________________________________________
35799 [  8534] By: nick                                  on 2001/01/23  19:30:57
35800         Log: Integrate mainline.
35801      Branch: perlio
35802           !> Changes Configure Porting/Glossary Porting/config.sh
35803           !> Porting/config_H embed.h embed.pl ext/Encode/compile
35804           !> ext/Opcode/Opcode.xs ext/Opcode/Safe.pm installperl objXSUB.h
35805           !> patchlevel.h perlapi.c perly.y pod/perlfunc.pod
35806           !> pod/perlvar.pod proto.h t/lib/1_compile.t
35807 ____________________________________________________________________________
35808 [  8533] By: jhi                                   on 2001/01/23  16:15:46
35809         Log: Forgotten from #8501.
35810      Branch: perl
35811            ! Porting/Glossary Porting/config.sh Porting/config_H
35812 ____________________________________________________________________________
35813 [  8532] By: jhi                                   on 2001/01/23  16:13:27
35814         Log: Subject: RE: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison) 
35815              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
35816              Date: Mon, 22 Jan 2001 17:51:58 +0100
35817              Message-ID: <5930DC161690D21196670090271575470397E915@madt009a.siemens.es>
35818      Branch: perl
35819            ! embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h
35820 ____________________________________________________________________________
35821 [  8531] By: jhi                                   on 2001/01/23  15:46:01
35822         Log: Update Changes.
35823      Branch: perl
35824            ! Changes patchlevel.h
35825 ____________________________________________________________________________
35826 [  8530] By: jhi                                   on 2001/01/23  15:38:39
35827         Log: De-cut-and-pasto.
35828      Branch: perl
35829            ! t/lib/1_compile.t
35830 ____________________________________________________________________________
35831 [  8529] By: jhi                                   on 2001/01/23  15:11:04
35832         Log: Document the mkdir trailing slashes case.
35833      Branch: perl
35834            ! pod/perlfunc.pod
35835 ____________________________________________________________________________
35836 [  8528] By: jhi                                   on 2001/01/23  15:08:28
35837         Log: lib/lib.pm is arch dependent, and lib/lib_pm.PL shouldn't
35838              get installed:
35839              
35840              Subject: lib/lib.pm
35841              From: <abigail@foad.org>
35842              Date: Mon, 28 Aug 2000 20:35:08 -0400
35843              Message-ID: <20000829003508.21281.qmail@foad.org>
35844      Branch: perl
35845            ! installperl
35846 ____________________________________________________________________________
35847 [  8527] By: jhi                                   on 2001/01/23  14:44:04
35848         Log: Metaconfig unit change for #8526.
35849      Branch: metaconfig
35850            ! U/threads/archname.U
35851 ____________________________________________________________________________
35852 [  8526] By: jhi                                   on 2001/01/23  14:43:19
35853         Log: Attach -perlio to the archname if so selected.
35854      Branch: perl
35855            ! Configure
35856 ____________________________________________________________________________
35857 [  8525] By: jhi                                   on 2001/01/23  14:24:01
35858         Log: Subject: [PATCH] pod/perlvar.pod
35859              From: abigail@foad.org
35860              Date: Tue, 23 Jan 2001 01:41:10 +0100
35861              Message-ID: <20010123004110.22259.qmail@foad.org>
35862      Branch: perl
35863            ! pod/perlvar.pod
35864 ____________________________________________________________________________
35865 [  8524] By: jhi                                   on 2001/01/23  14:22:32
35866         Log: A bug introduced in #8217 (the undefined variable in the
35867              lib/safe1_t #3) fixed, by Charles Lane:
35868              
35869              The earlier patch made it so that stuff running in Safe
35870              compartments could do a "caller" and see "main".  That
35871              little change in name is done right before the code in
35872              the compartment is run, and apparantly the parser
35873              was picking up the stash name before it got changed.
35874              
35875              (why it was threaded vs. unthreaded Perl that was sensitive to this
35876              I still don't know...and it probably doesn't matter).
35877              
35878              I tryed removing the stash name-change and saw that threaded Perl
35879              did indeed pass the lib/safe1.t tests.
35880              
35881              So here's a patch; a routine (_safe_pkg_prep) is added to Opcode to
35882              do the name change (and to connect _ in the compartment to the global
35883              _) which is removed from _safe_call_sv.   Then Safe.pm is modified
35884              to call _safe_pkg_prep when creating a new compartment.
35885              
35886              Passes all tests with threaded perl on linux; passes all tests
35887              with unthreaded perl on VMS.
35888              
35889              At some point I'll probably want to revisit Safe and Opcode to
35890              provide more sensible handling of global variables...and to get
35891              formats working in Safe compartments, which they don't do currently.
35892      Branch: perl
35893            ! ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
35894 ____________________________________________________________________________
35895 [  8523] By: jhi                                   on 2001/01/23  14:11:58
35896         Log: Also the lib/Thread.pm itself needs to be ignored if
35897              the Thread extension hasn't been built.
35898      Branch: perl
35899            ! t/lib/1_compile.t
35900 ____________________________________________________________________________
35901 [  8522] By: jhi                                   on 2001/01/23  13:51:28
35902         Log: print() instead of warn() so that stderr doesn't get
35903              unncessarily polluted.
35904      Branch: perl
35905            ! ext/Encode/compile
35906 ____________________________________________________________________________
35907 [  8521] By: jhi                                   on 2001/01/23  13:49:48
35908         Log: Integrate perlio.
35909      Branch: perl
35910           !> ext/Encode/Encode.xs ext/Encode/Makefile.PL ext/Encode/compile
35911           !> ext/Encode/encode.h
35912 ____________________________________________________________________________
35913 [  8520] By: nick                                  on 2001/01/22  21:44:00
35914         Log: More messing with Encode:
35915              Extra fields in header to allow multiple names and to record
35916              other things "compile" knows.
35917              Re-organise compile to factor out common output routines.
35918      Branch: perlio
35919            ! ext/Encode/Encode.xs ext/Encode/compile ext/Encode/encode.h
35920 ____________________________________________________________________________
35921 [  8519] By: nick                                  on 2001/01/22  20:33:50
35922         Log: Change file-of-files command line from -F to -f to avoid case issues on VMS.
35923      Branch: perlio
35924            ! ext/Encode/Makefile.PL ext/Encode/compile
35925 ____________________________________________________________________________
35926 [  8518] By: nick                                  on 2001/01/22  20:28:13
35927         Log: Integrate mainline
35928      Branch: perlio
35929           !> MANIFEST configure.com epoc/config.sh pp_sys.c regexec.c sv.c
35930           !> vos/config.alpha.def vos/config.alpha.h
35931 ____________________________________________________________________________
35932 [  8517] By: jhi                                   on 2001/01/22  15:37:17
35933         Log: Add sv_force_normal() to sv_utf8_downgrade() as suggested
35934              by Inaba Hiroto.
35935      Branch: perl
35936            ! sv.c
35937 ____________________________________________________________________________
35938 [  8516] By: jhi                                   on 2001/01/22  14:55:15
35939         Log: More SIG_SIZE fixes.
35940      Branch: perl
35941            ! epoc/config.sh vos/config.alpha.def vos/config.alpha.h
35942 ____________________________________________________________________________
35943 [  8515] By: jhi                                   on 2001/01/22  14:50:27
35944         Log: Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
35945              From: "Craig A. Berry" <craigberry@mac.com>
35946              Date: Mon, 22 Jan 2001 00:42:24 -0600
35947              Message-Id: <p04330103b6917f35375b@[172.16.52.1]>
35948      Branch: perl
35949            ! configure.com
35950 ____________________________________________________________________________
35951 [  8514] By: jhi                                   on 2001/01/22  14:31:17
35952         Log: Subject: [PATCH perl@8506] VMS catches up with change #8501
35953              From: "Craig A. Berry" <craigberry@mac.com>
35954              Date: Sun, 21 Jan 2001 23:03:25 -0600
35955              Message-Id: <p04330101b691596f577f@[172.16.52.1]>
35956      Branch: perl
35957            ! configure.com
35958 ____________________________________________________________________________
35959 [  8513] By: jhi                                   on 2001/01/22  14:14:00
35960         Log: Add the .ucm encoding tables to the MANIFEST.
35961      Branch: perl
35962            ! MANIFEST
35963 ____________________________________________________________________________
35964 [  8512] By: jhi                                   on 2001/01/22  13:43:33
35965         Log: Integrate perlio.
35966      Branch: perl
35967           +> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
35968           +> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
35969           +> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
35970           +> ext/Encode/Encode/iso8859-10.ucm
35971           +> ext/Encode/Encode/iso8859-13.ucm
35972           +> ext/Encode/Encode/iso8859-14.ucm
35973           +> ext/Encode/Encode/iso8859-15.ucm
35974           +> ext/Encode/Encode/iso8859-16.ucm
35975           +> ext/Encode/Encode/iso8859-2.ucm
35976           +> ext/Encode/Encode/iso8859-3.ucm
35977           +> ext/Encode/Encode/iso8859-4.ucm
35978           +> ext/Encode/Encode/iso8859-5.ucm
35979           +> ext/Encode/Encode/iso8859-6.ucm
35980           +> ext/Encode/Encode/iso8859-7.ucm
35981           +> ext/Encode/Encode/iso8859-8.ucm
35982           +> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
35983           +> ext/Encode/Encode/symbol.ucm
35984           !> ext/Encode/Makefile.PL ext/Encode/compile lib/open.pm perlio.c
35985           !> perliol.h
35986 ____________________________________________________________________________
35987 [  8511] By: nick                                  on 2001/01/21  23:44:47
35988         Log: Make "real" layers of ":utf8" and ":raw".
35989              So now PERLIO=utf8 perl ...
35990              does what Andreas wanted.
35991              Fix arg passing in open.pm (still have a Carp issue).
35992      Branch: perlio
35993            ! lib/open.pm perlio.c perliol.h
35994 ____________________________________________________________________________
35995 [  8510] By: jhi                                   on 2001/01/21  22:56:53
35996         Log: Document the regex context pushing/popping a bit better.
35997      Branch: perl
35998            ! regexec.c
35999 ____________________________________________________________________________
36000 [  8509] By: jhi                                   on 2001/01/21  22:55:44
36001         Log: Tweak the mkdir trailing slash code some more.
36002              
36003              TO DO: the same handling should probably be done for
36004              all the other filesystem functions that can have directories
36005              as their arguments.
36006      Branch: perl
36007            ! pp_sys.c
36008 ____________________________________________________________________________
36009 [  8508] By: nick                                  on 2001/01/21  21:37:43
36010         Log: Switch "compiled in" encodings to .ucm format.
36011              (Leave others as .enc till we can run-time load .ucm,
36012              or find some other way to load them.)
36013      Branch: perlio
36014            + ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
36015            + ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
36016            + ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
36017            + ext/Encode/Encode/iso8859-10.ucm
36018            + ext/Encode/Encode/iso8859-13.ucm
36019            + ext/Encode/Encode/iso8859-14.ucm
36020            + ext/Encode/Encode/iso8859-15.ucm
36021            + ext/Encode/Encode/iso8859-16.ucm
36022            + ext/Encode/Encode/iso8859-2.ucm
36023            + ext/Encode/Encode/iso8859-3.ucm
36024            + ext/Encode/Encode/iso8859-4.ucm
36025            + ext/Encode/Encode/iso8859-5.ucm
36026            + ext/Encode/Encode/iso8859-6.ucm
36027            + ext/Encode/Encode/iso8859-7.ucm
36028            + ext/Encode/Encode/iso8859-8.ucm
36029            + ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
36030            + ext/Encode/Encode/symbol.ucm
36031            ! ext/Encode/Makefile.PL ext/Encode/compile
36032 ____________________________________________________________________________
36033 [  8507] By: nick                                  on 2001/01/21  21:02:03
36034         Log: Integrate (partial) mainline.
36035      Branch: perlio
36036           !> Changes Configure config_h.SH patchlevel.h pod/perlfaq2.pod
36037           !> sv.c uconfig.h uconfig.sh vos/config.alpha.h vos/config.ga.h
36038           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
36039 ____________________________________________________________________________
36040 [  8506] By: jhi                                   on 2001/01/21  20:09:30
36041         Log: Update Changes.
36042      Branch: perl
36043            ! Changes patchlevel.h
36044 ____________________________________________________________________________
36045 [  8505] By: jhi                                   on 2001/01/21  19:39:59
36046         Log: Subject: Minor typos in perlfaq2.pod
36047              From: "Stephen P. Potter" <spp@spotter.yi.org>
36048              Message-Id: <200101192101.QAA11911@spotter.yi.org>
36049              Date: Fri, 19 Jan 2001 16:01:13 -0500
36050              
36051              with a nit from Philip Netwon.
36052      Branch: perl
36053            ! pod/perlfaq2.pod
36054 ____________________________________________________________________________
36055 [  8504] By: jhi                                   on 2001/01/21  19:33:05
36056         Log: Metaconfig change for #8503.
36057      Branch: metaconfig
36058            ! U/threads/usethreads.U
36059 ____________________________________________________________________________
36060 [  8503] By: jhi                                   on 2001/01/21  19:32:21
36061         Log: Sanity check for conflicting thread flavours.
36062      Branch: perl
36063            ! Configure config_h.SH
36064 ____________________________________________________________________________
36065 [  8502] By: jhi                                   on 2001/01/21  19:23:00
36066         Log: Metaconfig change for #8501.
36067      Branch: metaconfig
36068            ! U/modified/sig_name.U
36069 ____________________________________________________________________________
36070 [  8501] By: jhi                                   on 2001/01/21  19:22:26
36071         Log: The SIG_SIZE is the number of the elements *excluding*
36072              the terminating NULL.
36073      Branch: perl
36074            ! Configure config_h.SH uconfig.h uconfig.sh vos/config.alpha.h
36075            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
36076            ! win32/config_H.vc
36077 ____________________________________________________________________________
36078 [  8500] By: jhi                                   on 2001/01/21  18:31:31
36079         Log: Integrate perlio.
36080      Branch: perl
36081           !> doio.c embed.h embed.pl ext/Encode/Encode.xs
36082           !> ext/Encode/Makefile.PL ext/Encode/compile global.sym objXSUB.h
36083           !> opcode.h opcode.pl opnames.h perlapi.c pp.sym pp_proto.h
36084           !> pp_sys.c proto.h sv.c
36085 ____________________________________________________________________________
36086 [  8499] By: jhi                                   on 2001/01/21  17:43:57
36087         Log: Subject: Re: 8482 busted for $^V sprintf()s on OS/390 
36088              From: Hugo <hv@crypt.compulink.co.uk>
36089              Date: Sun, 21 Jan 2001 13:34:05 +0000
36090              Message-Id: <200101211334.NAA18121@crypt.compulink.co.uk>
36091              
36092              In sprintf UTF8ize only if necessary.
36093      Branch: perl
36094            ! sv.c
36095 ____________________________________________________________________________
36096 [  8498] By: nick                                  on 2001/01/21  16:25:32
36097         Log: Encode cleanup.
36098              Add command line control over "compile" so that Makefile.PL
36099              needs can be combined with other uses.
36100              Use command line options in Makefile.PL.
36101              Fix multi-byte parsing in .ucm files.
36102      Branch: perlio
36103            ! ext/Encode/Makefile.PL ext/Encode/compile
36104 ____________________________________________________________________________
36105 [  8497] By: nick                                  on 2001/01/21  12:56:27
36106         Log: Warn and set errno when open(...,":encoding(xxxxx)",...) cannot find xxxxx.
36107      Branch: perlio
36108            ! ext/Encode/Encode.xs
36109 ____________________________________________________________________________
36110 [  8496] By: nick                                  on 2001/01/21  12:18:45
36111         Log: Fixup after integrate:
36112              missed the .sym files that are changed by regen_headers
36113              sv.c and proto.h disagreed about pTHX_ ness of EXPECT_NUMBER.
36114      Branch: perlio
36115            ! global.sym pp.sym sv.c
36116 ____________________________________________________________________________
36117 [  8495] By: nick                                  on 2001/01/21  11:51:07
36118         Log: Integrate mainline.
36119      Branch: perlio
36120           +> ext/DynaLoader/dl_dllload.xs t/op/qu.t
36121           !> MANIFEST Makefile.SH README.os390 README.posix-bc README.vms
36122           !> embed.h embed.pl ext/DynaLoader/dl_aix.xs
36123           !> ext/DynaLoader/dl_dlopen.xs hints/os390.sh pod/perlfunc.pod
36124           !> pod/perlguts.pod pod/perlop.pod pod/perlre.pod
36125           !> pod/perlretut.pod pod/perlunicode.pod proto.h sv.c
36126           !> win32/Makefile win32/makefile.mk
36127 ____________________________________________________________________________
36128 [  8494] By: jhi                                   on 2001/01/20  23:12:11
36129         Log: Forgot the expect_number() prototype.
36130      Branch: perl
36131            ! embed.h embed.pl proto.h
36132 ____________________________________________________________________________
36133 [  8493] By: jhi                                   on 2001/01/20  22:56:39
36134         Log: Subject: [PATCH: perl@8482] README.vms URL updates
36135              From: Peter Prymmer <pvhp@forte.com>
36136              Date: Fri, 19 Jan 2001 18:59:02 -0800 (PST)
36137              Message-ID: <Pine.OSF.4.10.10101191856510.61572-100000@aspara.forte.com>
36138              
36139              Plus Craig A. Berry's suggestion to use compaq.com instead
36140              of digital.com.
36141      Branch: perl
36142            ! README.vms
36143 ____________________________________________________________________________
36144 [  8492] By: jhi                                   on 2001/01/20  22:50:05
36145         Log: Memory management calls documentation.
36146      Branch: perl
36147            ! pod/perlguts.pod
36148 ____________________________________________________________________________
36149 [  8491] By: jhi                                   on 2001/01/20  22:38:33
36150         Log: Signedness nit plus few memcpy/Copy nits.
36151      Branch: perl
36152            ! sv.c
36153 ____________________________________________________________________________
36154 [  8490] By: jhi                                   on 2001/01/20  22:25:53
36155         Log: Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
36156              From: Peter Prymmer <pvhp@forte.com>
36157              Date: Fri, 19 Jan 2001 18:43:14 -0800 (PST)
36158              Message-ID: <Pine.OSF.4.10.10101191841080.61505-100000@aspara.forte.com>
36159      Branch: perl
36160            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
36161 ____________________________________________________________________________
36162 [  8489] By: jhi                                   on 2001/01/20  22:24:41
36163         Log: Subject: [PATCH: perl@8482] win32 Makefile(s) handle podified READMEs
36164              From: Peter Prymmer <pvhp@forte.com>
36165              Date: Fri, 19 Jan 2001 18:33:43 -0800 (PST)
36166              Message-ID: <Pine.OSF.4.10.10101191828050.61158-100000@aspara.forte.com>
36167      Branch: perl
36168            ! win32/Makefile win32/makefile.mk
36169 ____________________________________________________________________________
36170 [  8488] By: jhi                                   on 2001/01/20  22:22:27
36171         Log: Subject: [PATCH: perl@8482] remove redundant dependencies that are unneeded
36172              From: Peter Prymmer <pvhp@forte.com>
36173              Date: Fri, 19 Jan 2001 18:25:38 -0800 (PST)
36174              Message-ID: <Pine.OSF.4.10.10101191816550.61158-100000@aspara.forte.com>
36175      Branch: perl
36176            ! Makefile.SH
36177 ____________________________________________________________________________
36178 [  8487] By: jhi                                   on 2001/01/20  22:21:18
36179         Log: Subject: [PATCH: perl@8482] partial support for dynaloading on OS/390
36180              From: Peter Prymmer <pvhp@forte.com>
36181              Date: Fri, 19 Jan 2001 18:12:05 -0800 (PST)
36182              Message-ID: <Pine.OSF.4.10.10101191646420.61158-100000@aspara.forte.com>
36183      Branch: perl
36184            + ext/DynaLoader/dl_dllload.xs
36185            ! MANIFEST Makefile.SH hints/os390.sh
36186 ____________________________________________________________________________
36187 [  8486] By: jhi                                   on 2001/01/20  22:17:53
36188         Log: Subject: [PATCH: perl@8482] floating point mangling warnings for README.os390 and README.posix-bc
36189              From: Peter Prymmer <pvhp@forte.com>
36190              Date: Fri, 19 Jan 2001 13:48:15 -0800 (PST)
36191              Message-ID: <Pine.OSF.4.10.10101191347140.59299-100000@aspara.forte.com>
36192      Branch: perl
36193            ! README.os390 README.posix-bc
36194 ____________________________________________________________________________
36195 [  8485] By: jhi                                   on 2001/01/20  20:15:30
36196         Log: Document and test the new qu operator.
36197      Branch: perl
36198            + t/op/qu.t
36199            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
36200            ! pod/perlretut.pod pod/perlunicode.pod
36201 ____________________________________________________________________________
36202 [  8484] By: nick                                  on 2001/01/20  19:42:30
36203         Log: Infrastructure to allow:
36204              open($fh,"|-",@array);
36205              to be implemented
36206              i.e. mark pp_open as needing a stack mark, and make pp_open
36207              process its args in that style (and pass them _all_ to tied handles OPEN).
36208              Invent do_openn() which takes SV ** at allow it to see multiple args.
36209              Note this does not _do_ anything yet.
36210      Branch: perlio
36211            ! doio.c embed.h embed.pl objXSUB.h opcode.h opcode.pl opnames.h
36212            ! perlapi.c pp_proto.h pp_sys.c proto.h
36213 ____________________________________________________________________________
36214 [  8483] By: nick                                  on 2001/01/20  17:23:14
36215         Log: Integrate mainline.
36216      Branch: perlio
36217           !> Changes configure.com patchlevel.h sv.c t/lib/1_compile.t
36218           !> t/op/sprintf.t t/op/ver.t t/pragma/locale.t
36219 ____________________________________________________________________________
36220 [  8482] By: jhi                                   on 2001/01/19  15:37:49
36221         Log: Update Changes.
36222      Branch: perl
36223            ! Changes patchlevel.h
36224 ____________________________________________________________________________
36225 [  8481] By: jhi                                   on 2001/01/19  14:41:24
36226         Log: Subject: Re: new feature: s?printf parameter reordering 
36227              From: Hugo <hv@crypt.compulink.co.uk>
36228              Date: Thu, 11 Jan 2001 17:09:03 +0000
36229              Message-Id: <200101111709.RAA23756@crypt.compulink.co.uk>
36230              
36231              - support reordering for all parameters: %, *v, *, .*
36232              - lay down that the reordering specification must immediately
36233              follow that parameter: %3$, *v3$, *3$, .*3$
36234              - fix vectorisation of a zero-length string
36235              - factor out the code choosing the argument to format
36236              
36237              Possibly unwanted side-effects:
36238              - the special format specifiers ' +-0' must now precede any
36239              vectorisation specifier. Tests in op/sprintf and op/ver
36240              have been changed to reflect this.
36241              - sprintf.t test #214 changed its expectations because in many
36242              cases, the next parameter has already been consumed when an
36243              invalid type letter is detected.
36244              
36245              Probably wanted side-effects:
36246              - attempts to format a non-existent parameter will warn as if C<undef>
36247              - attempt to write to non-existent parameter with '%n' will complain
36248              of "attempt to modify read-only value" instead of being silent
36249      Branch: perl
36250            ! sv.c t/op/sprintf.t t/op/ver.t
36251 ____________________________________________________________________________
36252 [  8480] By: jhi                                   on 2001/01/19  14:08:37
36253         Log: Subject: PATCH pragma/locale.t
36254              From: andreas.koenig@anima.de (Andreas J. Koenig)
36255              Date: 18 Jan 2001 09:45:37 +0100
36256              Message-ID: <m3lms98czy.fsf@ak-71.mind.de>
36257      Branch: perl
36258            ! t/pragma/locale.t
36259 ____________________________________________________________________________
36260 [  8479] By: jhi                                   on 2001/01/19  13:19:58
36261         Log: Add tracing for debugging extensions builds in VMS, from Charles Lane.
36262      Branch: perl
36263            ! configure.com
36264 ____________________________________________________________________________
36265 [  8478] By: jhi                                   on 2001/01/19  02:12:35
36266         Log: Automate 1_compile.t.
36267      Branch: perl
36268            ! t/lib/1_compile.t
36269 ____________________________________________________________________________
36270 [  8477] By: jhi                                   on 2001/01/19  01:49:56
36271         Log: Integrate perlio.
36272      Branch: perl
36273           !> sv.c win32/config.bc win32/config.gc win32/config.vc
36274           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
36275 ____________________________________________________________________________
36276 [  8476] By: nick                                  on 2001/01/18  21:51:52
36277         Log: Integrate mainline
36278      Branch: perlio
36279           +> t/lib/1_compile.t t/lib/compmod.pl
36280           !> MANIFEST configure.com lib/unicode/distinct.pm
36281 ____________________________________________________________________________
36282 [  8475] By: nick                                  on 2001/01/18  21:48:02
36283         Log: Win32 "safe signals" co-existance fix.
36284              Fix SIG_SIZE value.
36285              Clear PL_sig_pending when cloning (fork).
36286      Branch: perlio
36287            ! sv.c win32/config.bc win32/config.gc win32/config.vc
36288            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
36289 ____________________________________________________________________________
36290 [  8474] By: jhi                                   on 2001/01/18  14:40:57
36291         Log: It's Pod::Text::Overstrike, not Pod::Overstrike.
36292      Branch: perl
36293            ! t/lib/1_compile.t
36294 ____________________________________________________________________________
36295 [  8473] By: gsar                                  on 2001/01/18  11:42:31
36296         Log: unsubmitted trial1 change
36297      Branch: maint-5.6/perl
36298            ! Changes
36299 ____________________________________________________________________________
36300 [  8472] By: jhi                                   on 2001/01/18  04:30:24
36301         Log: The first bug found by 1_compile.t.
36302      Branch: perl
36303            ! lib/unicode/distinct.pm
36304 ____________________________________________________________________________
36305 [  8471] By: jhi                                   on 2001/01/18  04:29:42
36306         Log: Add Schwern's 1_compile test.  The compile_module script renamed
36307              to be a bit shorter for the 8.3 people.
36308      Branch: perl
36309            + t/lib/1_compile.t t/lib/compmod.pl
36310            ! MANIFEST
36311 ____________________________________________________________________________
36312 [  8470] By: jhi                                   on 2001/01/18  04:16:00
36313         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)
36314              From: Peter Prymmer <pvhp@forte.com>
36315              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
36316              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
36317              Replace #8463.
36318      Branch: maint-5.6/perl
36319            ! configure.com
36320 ____________________________________________________________________________
36321 [  8469] By: jhi                                   on 2001/01/18  04:13:02
36322         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)
36323              From: Peter Prymmer <pvhp@forte.com>
36324              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
36325              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
36326              Replace #8462.
36327      Branch: perl
36328            ! configure.com
36329 ____________________________________________________________________________
36330 [  8468] By: jhi                                   on 2001/01/18  03:42:08
36331         Log: Integrate perlio.
36332      Branch: perl
36333           !> gv.c mg.c perlio.c util.c
36334 ____________________________________________________________________________
36335 [  8467] By: nick                                  on 2001/01/17  22:41:10
36336         Log: "Safe" signals - trial implementation.
36337              gv.c tweaked to zero PL_sig_pend array
36338              perlio.c tweaked to PERL_ASYNC_CHECK() on EINTR
36339              util.c tweaked to not set SA_RESTART to give perlio.c a chance.
36340              Odd thing is that it "works" with PERLIO=stdio as well (linux).
36341      Branch: perlio
36342            ! gv.c mg.c perlio.c util.c
36343 ____________________________________________________________________________
36344 [  8466] By: nick                                  on 2001/01/17  20:40:20
36345         Log: Integrate mainline.
36346      Branch: perlio
36347           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
36348           !> config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
36349           !> pp.c pp_sys.c sv.c t/op/int.t uconfig.h uconfig.sh
36350           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
36351           !> vos/config.ga.h win32/config.bc win32/config.gc
36352           !> win32/config.vc
36353 ____________________________________________________________________________
36354 [  8465] By: jhi                                   on 2001/01/17  18:37:13
36355         Log: Subject: [PATCH] Re: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
36356              From: Nicholas Clark <nick@ccl4.org>
36357              Date: Wed, 17 Jan 2001 17:31:33 +0000
36358              Message-ID: <20010117173133.I2633@plum.flirble.org>
36359      Branch: perl
36360            ! t/op/int.t
36361 ____________________________________________________________________________
36362 [  8464] By: jhi                                   on 2001/01/17  14:43:17
36363         Log: Subject: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
36364              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
36365              Date: Wed, 17 Jan 2001 15:16:43 +0100
36366              Message-ID: <5930DC161690D2119667009027157547038C8A85@madt009a.siemens.es> 
36367              
36368              pp_int() was dropping an NV to the floor,
36369              int(279964589018079/59) either returned not an integer
36370              4745162525730.15, or one got "Attempt to free unreferenced scalar."
36371      Branch: perl
36372            ! pp.c
36373 ____________________________________________________________________________
36374 [  8463] By: jhi                                   on 2001/01/17  06:12:42
36375         Log: (Replaced by #8470)
36376              
36377              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)
36378              From: "Craig A. Berry" <craigberry@mac.com>
36379              Date: Tue, 16 Jan 2001 23:38:46 -0600
36380              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
36381      Branch: maint-5.6/perl
36382            ! configure.com
36383 ____________________________________________________________________________
36384 [  8462] By: jhi                                   on 2001/01/17  06:11:31
36385         Log: (Replaced by #8469)
36386              
36387              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)
36388              From: "Craig A. Berry" <craigberry@mac.com>
36389              Date: Tue, 16 Jan 2001 23:38:46 -0600
36390              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
36391      Branch: perl
36392            ! configure.com
36393 ____________________________________________________________________________
36394 [  8461] By: jhi                                   on 2001/01/17  05:56:12
36395         Log: Allow for one trailing slash in the directory of mkdir().
36396      Branch: perl
36397            ! pp_sys.c
36398 ____________________________________________________________________________
36399 [  8460] By: jhi                                   on 2001/01/17  03:26:01
36400         Log: Metaconfig unit changes for #8459.
36401      Branch: metaconfig
36402            ! U/modified/Loc.U U/modified/sig_name.U
36403 ____________________________________________________________________________
36404 [  8459] By: jhi                                   on 2001/01/17  03:24:48
36405         Log: Define SIG_SIZE, the number of elements in the sig_name and
36406              sig_num arrays, including the final NULL entry.
36407      Branch: perl
36408            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
36409            ! config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
36410            ! sv.c uconfig.h uconfig.sh vos/config.alpha.def
36411            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
36412            ! win32/config.bc win32/config.gc win32/config.vc
36413 ____________________________________________________________________________
36414 [  8458] By: jhi                                   on 2001/01/17  01:41:33
36415         Log: Integrate perlio.
36416      Branch: perl
36417           !> embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
36418           !> perlapi.h proto.h sv.c
36419 ____________________________________________________________________________
36420 [  8457] By: nick                                  on 2001/01/16  22:07:26
36421         Log: Provide infrastructure for PERL_ASYNC_CHECK() style safe signals.
36422              Provides all the "cost" but no benefit yet - it is to allow cost
36423              to be measured, and implementation experiments (just in mg.c?).
36424      Branch: perlio
36425            ! embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
36426            ! perlapi.h proto.h sv.c
36427 ____________________________________________________________________________
36428 [  8456] By: nick                                  on 2001/01/16  21:07:07
36429         Log: Integrate mainline.
36430      Branch: perlio
36431           !> (integrate 51 files)
36432 ____________________________________________________________________________
36433 [  8455] By: jhi                                   on 2001/01/16  18:13:43
36434         Log: Subject: [PATCH] regcomp.c old feature removal
36435              From: mjd@plover.com
36436              Date: 16 Jan 2001 14:43:18 -0000 
36437              Message-ID: <20010116144318.7140.qmail@plover.com> 
36438      Branch: perl
36439            ! regcomp.c
36440 ____________________________________________________________________________
36441 [  8454] By: jhi                                   on 2001/01/16  16:12:39
36442         Log: Subject: [PATCH: perl-5.6.1-TRIAL1] Win32 Makefile fixes - v2
36443              From: "Indy Singh" <indy@nusphere.com>
36444              Date: Wed, 10 Jan 2001 20:17:49 -0500
36445              Message-ID: <003001c07b6c$524630b0$00957018@roadhog>
36446      Branch: maint-5.6/perl
36447            ! win32/Makefile
36448 ____________________________________________________________________________
36449 [  8453] By: jhi                                   on 2001/01/16  16:09:33
36450         Log: Update Changes.
36451      Branch: perl
36452            ! Changes patchlevel.h
36453 ____________________________________________________________________________
36454 [  8452] By: jhi                                   on 2001/01/16  15:42:04
36455         Log: Subject: Re: API Cleanup
36456              To: perl5-porters@perl.org
36457              Date: Tue, 16 Jan 2001 13:42:30 +0000
36458              Message-ID: <20010116134230.A13420@pembro26.pmb.ox.ac.uk>
36459              
36460              Subject: [PATCH] utf8.c documentation
36461              From: Simon Cozens <simon@cozens.net>
36462              Date: Tue, 16 Jan 2001 13:52:48 +0000
36463              Message-ID: <20010116135248.A13496@pembro26.pmb.ox.ac.uk>
36464              
36465              Subject: Re: API Cleanup
36466              From: Simon Cozens <simon@cozens.net>
36467              Date: Tue, 16 Jan 2001 14:58:55 +0000
36468              Message-ID: <20010116145855.A13794@pembro26.pmb.ox.ac.uk>
36469              
36470              UTF-8 doc patches.
36471      Branch: perl
36472            ! embed.pl pod/perlapi.pod utf8.c
36473 ____________________________________________________________________________
36474 [  8451] By: jhi                                   on 2001/01/16  14:41:39
36475         Log: podlators 1.07, from Russ Allbery.
36476      Branch: perl
36477            ! lib/Pod/Man.pm
36478 ____________________________________________________________________________
36479 [  8450] By: jhi                                   on 2001/01/16  14:24:19
36480         Log: Subject: [PATCH: perl@8429] Win32 Makefile fixes
36481              From: "Indy Singh" <indy@nusphere.com>
36482              Date: Mon, 15 Jan 2001 20:59:40 -0500
36483              Message-ID: <07be01c07f5f$fdadf270$d24b7018@cr637287a>
36484      Branch: perl
36485            ! win32/Makefile
36486 ____________________________________________________________________________
36487 [  8449] By: jhi                                   on 2001/01/16  03:42:55
36488         Log: Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
36489              at the setting of the ofs_sv in new_struct_thread() as the
36490              thr->Tofs_sv (PL_ofs_sv) was still 0xabab...., SvREFCNT_inc()ing
36491              that invited a core dump.
36492      Branch: perl
36493            ! util.c
36494 ____________________________________________________________________________
36495 [  8448] By: jhi                                   on 2001/01/16  01:49:07
36496         Log: Subject: [PATCH #3 @8436] Re: Eliminate op_children
36497              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
36498              Date: Mon, 15 Jan 2001 17:14:37 -0800 (PST)
36499              Message-ID: <14947.40656.841280.551785@soda.csua.berkeley.edu>
36500              
36501              Replace #8444 and #8445.
36502      Branch: perl
36503            ! ext/B/B.xs ext/B/B/Debug.pm
36504 ____________________________________________________________________________
36505 [  8447] By: jhi                                   on 2001/01/15  21:05:35
36506         Log: Subject: [PATCH] API Variable documentation   
36507              From: Simon Cozens <simon@cozens.net>
36508              Date: Mon, 15 Jan 2001 19:35:54 +0000
36509              Message-ID: <20010115193554.A9919@pembro26.pmb.ox.ac.uk> 
36510      Branch: perl
36511            ! pod/perlapi.pod thrdvar.h
36512 ____________________________________________________________________________
36513 [  8446] By: jhi                                   on 2001/01/15  20:49:20
36514         Log: Signedness nit.
36515      Branch: perl
36516            ! pp_ctl.c
36517 ____________________________________________________________________________
36518 [  8445] By: jhi                                   on 2001/01/15  20:28:48
36519         Log: (Replaced by #8448)  More op_children traces (cleanup of #8442).
36520      Branch: perl
36521            ! ext/B/B/Debug.pm
36522 ____________________________________________________________________________
36523 [  8444] By: jhi                                   on 2001/01/15  13:09:10
36524         Log: (Replaced by #8448)  Traces of op_children (cleanup of #8442)
36525      Branch: perl
36526            ! ext/B/B.xs
36527 ____________________________________________________________________________
36528 [  8443] By: jhi                                   on 2001/01/15  13:06:26
36529         Log: Missing from #8439.
36530      Branch: perl
36531            ! keywords.h mg.c
36532 ____________________________________________________________________________
36533 [  8442] By: jhi                                   on 2001/01/15  13:02:38
36534         Log: Subject: [PATCH @8436] Eliminate op_children
36535              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
36536              Date: Sun, 14 Jan 2001 03:00:13 -0800 (PST)
36537              Message-ID: <14945.32919.44271.685122@soda.csua.berkeley.edu>
36538              
36539              Subject: [PATCH @8436] Re: Eliminate op_children
36540              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
36541              Date: Sun, 14 Jan 2001 03:23:56 -0800 (PST)
36542              Message-ID: <14945.35680.571387.810763@soda.csua.berkeley.edu>
36543      Branch: perl
36544            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
36545            ! ext/B/B/C.pm ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
36546            ! op.c op.h
36547 ____________________________________________________________________________
36548 [  8441] By: jhi                                   on 2001/01/15  12:57:08
36549         Log: Use the /^Perl_/-less form of is_lvalue_sub().
36550      Branch: perl
36551            ! pp.h
36552 ____________________________________________________________________________
36553 [  8440] By: jhi                                   on 2001/01/15  05:13:09
36554         Log: Revert #8437 and #8438, the Linux large files story is more complex.
36555      Branch: metaconfig/U/perl
36556            ! d_fpos64_t.U d_off64_t.U
36557      Branch: perl
36558            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
36559            ! config_h.SH configure.com epoc/config.sh perl.h
36560            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
36561            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
36562            ! win32/config.bc win32/config.gc win32/config.vc
36563 ____________________________________________________________________________
36564 [  8439] By: jhi                                   on 2001/01/15  05:02:24
36565         Log: More UTF-8 patches from Inaba Hiroto.
36566              - The substr lval was still not okay.
36567              - Now pp_stringify and sv_setsv copies source's UTF8 flag
36568              even if IN_BYTE.  pp_stringify is called from fold_constants
36569              at optimization phase and "\x{100}" was made SvUTF8_off under
36570              use bytes (the bytes pragma is for "byte semantics" and not
36571              for "do not produce UTF8 data")
36572              - New `qu' operator to generate UTF8 string explicitly.
36573              Though I agree with the policy "0x00-0xff always produce bytes",
36574              sometimes want to such a string to be coded in UTF8.
36575              I can use pack"U0a*" but it requires more typing and has
36576              runtime overhead.
36577              - Fix pp_regcomp bug uncovered by "0x00-0xff always produce bytes"
36578              change, the bug apears if a pm has PMdf_UTF8 flag but interpolated
36579              string is not UTF8_on and has char 0x80-0xff.
36580              
36581              TODO: document and test qu.
36582      Branch: perl
36583            ! keywords.h keywords.pl mg.c pp.c pp_ctl.c pp_hot.c sv.c
36584            ! t/lib/charnames.t t/op/length.t t/op/substr.t t/pragma/utf8.t
36585            ! toke.c
36586 ____________________________________________________________________________
36587 [  8438] By: jhi                                   on 2001/01/14  05:10:23
36588         Log: Metaconfig unit changes for #8437.
36589      Branch: metaconfig/U/perl
36590            ! d_fpos64_t.U d_off64_t.U
36591 ____________________________________________________________________________
36592 [  8437] By: jhi                                   on 2001/01/14  04:55:34
36593         Log: Add <features.h> probing, seems to be needed for (some?)
36594              Linux largefileness.
36595      Branch: perl
36596            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
36597            ! config_h.SH configure.com epoc/config.sh perl.h
36598            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
36599            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
36600            ! win32/config.bc win32/config.gc win32/config.vc
36601 ____________________________________________________________________________
36602 [  8436] By: jhi                                   on 2001/01/13  17:47:21
36603         Log: Tighten some of the tests a bit.
36604      Branch: perl
36605            ! t/pragma/utf8.t
36606 ____________________________________________________________________________
36607 [  8435] By: jhi                                   on 2001/01/13  17:31:54
36608         Log: Integrate perlio.
36609      Branch: perl
36610           !> ext/Encode/Makefile.PL ext/Encode/compile win32/config_H.bc
36611           !> win32/config_H.gc win32/config_H.vc
36612 ____________________________________________________________________________
36613 [  8434] By: nick                                  on 2001/01/13  11:36:53
36614         Log: Run dmake regen_config_h for Win32
36615      Branch: perlio
36616            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
36617 ____________________________________________________________________________
36618 [  8433] By: nick                                  on 2001/01/13  11:31:55
36619         Log: VMS friendly patch to Encode compile process
36620      Branch: perlio
36621            ! ext/Encode/Makefile.PL ext/Encode/compile
36622 ____________________________________________________________________________
36623 [  8432] By: nick                                  on 2001/01/13  11:06:44
36624         Log: Integrate mainline
36625      Branch: perlio
36626           +> ext/B/B/Concise.pm
36627           !> (integrate 52 files)
36628 ____________________________________________________________________________
36629 [  8431] By: jhi                                   on 2001/01/13  05:55:55
36630         Log: Subject: [PATCH @8429] Re: B::Concise -- an improved replacement for B::Terse
36631              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
36632              Date: Fri, 12 Jan 2001 21:45:17 -0800 (PST)
36633              Message-ID: <14943.59712.993695.180189@soda.csua.berkeley.edu>
36634      Branch: perl
36635            ! ext/B/B/Concise.pm
36636 ____________________________________________________________________________
36637 [  8430] By: jhi                                   on 2001/01/13  04:24:18
36638         Log: The LVRET macro needed an aTHX.
36639      Branch: perl
36640            ! pp.h
36641 ____________________________________________________________________________
36642 [  8429] By: jhi                                   on 2001/01/13  02:12:42
36643         Log: Update Changes.
36644      Branch: perl
36645            ! Changes patchlevel.h
36646 ____________________________________________________________________________
36647 [  8428] By: jhi                                   on 2001/01/13  02:08:50
36648         Log: Subject: Re: [PATCH: perl@8342]  lib/bigfloat.t FAILED at test 351
36649              From: Peter Prymmer <pvhp@forte.com>
36650              Date: Fri, 12 Jan 2001 16:27:36 -0800 (PST)
36651              Message-ID: <Pine.OSF.4.10.10101121623130.478096-100000@aspara.forte.com>
36652              
36653              Add a BEGIN guard for sloppy floating point division.
36654      Branch: perl
36655            ! lib/Math/BigInt.pm lib/bigint.pl
36656 ____________________________________________________________________________
36657 [  8427] By: jhi                                   on 2001/01/13  01:47:16
36658         Log: The B::Terse drop-in replacement wasn't quite drop-in.
36659      Branch: perl
36660            ! ext/B/B/Terse.pm
36661 ____________________________________________________________________________
36662 [  8426] By: jhi                                   on 2001/01/12  21:20:43
36663         Log: Use UVXf.
36664      Branch: perl
36665            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
36666            ! config_h.SH configure.com epoc/config.sh sv.c uconfig.h
36667            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
36668            ! vos/config.ga.def vos/config.ga.h win32/config.bc
36669            ! win32/config.gc win32/config.vc
36670 ____________________________________________________________________________
36671 [  8425] By: jhi                                   on 2001/01/12  20:20:14
36672         Log: Subject: [PATCH perl@8342] -Wformat
36673              From: Robin Barker <rmb1@cise.npl.co.uk>
36674              Date: Fri, 12 Jan 2001 20:03:14 GMT
36675              Message-Id: <200101122003.UAA29599@tempest.npl.co.uk>
36676      Branch: perl
36677            ! ext/Encode/Encode.xs mg.c sv.c toke.c
36678 ____________________________________________________________________________
36679 [  8424] By: jhi                                   on 2001/01/12  20:01:48
36680         Log: Subject: B::Concise -- an improved replacement for B::Terse 
36681              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
36682              Date: Sat,  6 Jan 2001 20:18:05 -0800 (PST)
36683              Message-ID: <14935.43597.962940.803717@soda.csua.berkeley.edu>
36684      Branch: perl
36685            + ext/B/B/Concise.pm
36686            ! MANIFEST ext/B/B/Terse.pm
36687 ____________________________________________________________________________
36688 [  8423] By: jhi                                   on 2001/01/12  19:24:02
36689         Log: The new metaconfig unit from the #8421.
36690      Branch: metaconfig/U/perl
36691            + d_sigprocmask.U
36692 ____________________________________________________________________________
36693 [  8422] By: jhi                                   on 2001/01/12  19:23:43
36694         Log: Forgot the microperl config from the #8421.
36695      Branch: perl
36696            ! uconfig.h uconfig.sh
36697 ____________________________________________________________________________
36698 [  8421] By: jhi                                   on 2001/01/12  19:05:27
36699         Log: Add sigprocmask() probe, regen Configure, regen toc.
36700      Branch: perl
36701            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
36702            ! config_h.SH configure.com epoc/config.sh mg.c pod/perltoc.pod
36703            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
36704            ! vos/config.ga.h win32/config.bc win32/config.gc
36705            ! win32/config.vc
36706 ____________________________________________________________________________
36707 [  8420] By: jhi                                   on 2001/01/12  18:34:31
36708         Log: Add sockatmark() to the todo list.
36709      Branch: perl
36710            ! Todo-5.6
36711 ____________________________________________________________________________
36712 [  8419] By: jhi                                   on 2001/01/12  18:09:46
36713         Log: Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
36714      Branch: perl
36715            ! op.c
36716 ____________________________________________________________________________
36717 [  8418] By: jhi                                   on 2001/01/12  18:05:30
36718         Log: Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
36719              From: Radu Greab <radu@netsoft.ro>
36720              Message-ID: <14943.15321.515713.119805@ix.netsoft.ro>
36721              Date: Fri, 12 Jan 2001 19:16:09 +0200 (EET)
36722      Branch: perl
36723            ! op.c t/pragma/sub_lval.t
36724 ____________________________________________________________________________
36725 [  8417] By: jhi                                   on 2001/01/12  16:09:09
36726         Log: Subject: [PATCH @8404] Consolidated lvalue sub changes
36727              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> 
36728              Date: Wed, 10 Jan 2001 21:36:51 -0800 (PST)
36729              Message-ID: <14941.16925.736415.785818@soda.csua.berkeley.edu>
36730      Branch: perl
36731            ! doop.c embed.h embed.pl op.c op.h opcode.h opcode.pl
36732            ! pod/perldiag.pod pod/perlintern.pod pod/perlsub.pod pp.c pp.h
36733            ! pp.sym pp_ctl.c pp_hot.c pp_proto.h proto.h t/lib/b.t
36734            ! t/pragma/sub_lval.t toke.c
36735 ____________________________________________________________________________
36736 [  8416] By: jhi                                   on 2001/01/12  15:42:06
36737         Log: Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
36738              From: "Richard Soderberg" <rs@crystalflame.net>
36739              Date: Fri, 12 Jan 2001 04:49:35 -0800
36740              Message-ID: <NAEKLNAAHLMBPMPNBMLEAELDCKAA.rs@crystalflame.net>
36741              
36742              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
36743              according to the platform.
36744      Branch: perl
36745            ! op.c
36746 ____________________________________________________________________________
36747 [  8415] By: jhi                                   on 2001/01/12  15:33:41
36748         Log: One more UTF-8 fix from Inaba Hiroto.
36749      Branch: perl
36750            ! pp.c regexec.c t/pragma/utf8.t
36751 ____________________________________________________________________________
36752 [  8414] By: jhi                                   on 2001/01/12  15:30:18
36753         Log: Mea culpa: I botched up Hugo's "Tw" bug fix when applying it.
36754      Branch: perl
36755            ! regexec.c
36756 ____________________________________________________________________________
36757 [  8413] By: jhi                                   on 2001/01/12  15:22:10
36758         Log: Subject: [Patch perl@8375] pragma/subs.t ......FAILED tests 1-2 using Bison's parser
36759              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
36760              Date: Thu, 11 Jan 2001 12:53:36 +0100
36761              Message-ID: <5930DC161690D2119667009027157547038123E1@madt009a.siemens.es>
36762      Branch: perl
36763            ! toke.c
36764 ____________________________________________________________________________
36765 [  8412] By: jhi                                   on 2001/01/12  15:20:25
36766         Log: Subject: [PATCH: perl@8342] updates to posix-bc hints file
36767              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
36768              Date: Fri, 12 Jan 2001 14:37:55 +0100
36769              Message-ID: <5930DC161690D21196670090271575470384E3FC@madt009a.siemens.es>
36770      Branch: perl
36771            ! hints/posix-bc.sh
36772 ____________________________________________________________________________
36773 [  8411] By: jhi                                   on 2001/01/12  15:14:14
36774         Log: Subject: [PATCH: perl@8342]  op/regmesg FAILED at test 33 on EBCDIC machines
36775              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
36776              Date: Fri, 12 Jan 2001 10:42:21 +0100
36777              Message-ID: <5930DC161690D211966700902715754703812F33@madt009a.siemens.es>
36778      Branch: perl
36779            ! t/op/regmesg.t
36780 ____________________________________________________________________________
36781 [  8410] By: jhi                                   on 2001/01/12  05:48:55
36782         Log: Subject: Re: [ID 20010101.004] Not OK: perl v5.7.0 +DEVEL8268 on i586-linux-64int-ld 2.2.17-21mdk (UNINSTALLED)
36783              From: Nicholas Clark <nick@ccl4.org> 
36784              Date: Sun, 7 Jan 2001 19:47:14 +0000
36785              Message-ID: <20010107194714.B1048@plum.flirble.org>
36786      Branch: perl
36787            ! t/op/numconvert.t
36788 ____________________________________________________________________________
36789 [  8409] By: jhi                                   on 2001/01/12  05:41:28
36790         Log: Integrate perlio.
36791      Branch: perl
36792           !> mg.c scope.h
36793 ____________________________________________________________________________
36794 [  8408] By: nick                                  on 2001/01/11  22:43:28
36795         Log: Remove variables that were used in experiments.
36796      Branch: perlio
36797            ! mg.c
36798 ____________________________________________________________________________
36799 [  8407] By: nick                                  on 2001/01/11  20:57:44
36800         Log: Catch die in %SIG handler and unblock the signal before re-dying.
36801              This make Linux work _without_ sigsetjmp().
36802              Turn off sigsetjmp() to see what else it does.
36803              May need Configure probe for sigprocmask() if anything has sigaction()
36804              but not sigprocmask().
36805      Branch: perlio
36806            ! mg.c scope.h
36807 ____________________________________________________________________________
36808 [  8406] By: nick                                  on 2001/01/11  19:32:07
36809         Log: Integrate mainline
36810      Branch: perlio
36811           !> Changes ext/IO/lib/IO/Socket/INET.pm ext/Socket/Socket.pm mg.c
36812           !> patchlevel.h perl.h regexec.c t/op/re_tests t/op/split.t
36813           !> t/op/substr.t
36814 ____________________________________________________________________________
36815 [  8405] By: jhi                                   on 2001/01/11  17:11:01
36816         Log: Fix UTF-8 lval substr().
36817      Branch: perl
36818            ! mg.c t/op/substr.t
36819 ____________________________________________________________________________
36820 [  8404] By: jhi                                   on 2001/01/11  05:13:58
36821         Log: Update Changes.
36822      Branch: perl
36823            ! Changes patchlevel.h
36824 ____________________________________________________________________________
36825 [  8403] By: jhi                                   on 2001/01/11  04:38:24
36826         Log: Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
36827              From: Hugo <hv@crypt.compulink.co.uk>
36828              Date: Mon, 30 Oct 2000 01:33:26 +0000
36829              Message-Id: <200010300133.BAA10390@crypt.compulink.co.uk>
36830      Branch: perl
36831            ! regexec.c t/op/re_tests
36832 ____________________________________________________________________________
36833 [  8402] By: jhi                                   on 2001/01/11  04:26:12
36834         Log: Integrate perlio.
36835      Branch: perl
36836           !> scope.h util.c
36837 ____________________________________________________________________________
36838 [  8401] By: nick                                  on 2001/01/10  22:52:55
36839         Log: Allow control of 2nd arg to segsetjmp() via -DSCOPE_SAVES_SIGNAL_MASK.
36840              (So Alan and Ilya can try setting via hints.)
36841              Verified Linux "works" with it true and fails to re-enable SIGINT if false.
36842              Restoring sigmask in Perl_sighandler() if handler dies is not equivalent;
36843              doing the save everywhere seems to restart read() correctly, but just
36844              doing it once "round" the handler does not.
36845      Branch: perlio
36846            ! scope.h
36847 ____________________________________________________________________________
36848 [  8400] By: jhi                                   on 2001/01/10  21:57:54
36849         Log: Not defining PERL_PRESERVE_IVUV fixes only the op/inc problem
36850              of IRIX, HP-UX is unaffected.
36851      Branch: perl
36852            ! perl.h
36853 ____________________________________________________________________________
36854 [  8399] By: nick                                  on 2001/01/10  21:29:19
36855         Log: Safe fix for Simon's pclose() doing SvIVX of undef -> core bug.
36856      Branch: perlio
36857            ! util.c
36858 ____________________________________________________________________________
36859 [  8398] By: jhi                                   on 2001/01/10  20:55:31
36860         Log: Add ReuseAddr as a (preferred) alias for Reuse as we now
36861              also have ReusePort.
36862      Branch: perl
36863            ! ext/IO/lib/IO/Socket/INET.pm
36864 ____________________________________________________________________________
36865 [  8397] By: jhi                                   on 2001/01/10  20:50:57
36866         Log: Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
36867              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
36868              Date: Wed, 10 Jan 2001 01:38:13 -0800
36869              Message-ID: <20010110013813.B41744@yahoo-inc.com>
36870      Branch: perl
36871            ! ext/IO/lib/IO/Socket/INET.pm
36872 ____________________________________________________________________________
36873 [  8396] By: jhi                                   on 2001/01/10  20:49:30
36874         Log: Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for better multicast support (resend)
36875              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
36876              Date: Wed, 10 Jan 2001 01:37:32 -0800
36877              Message-ID: <20010110013732.A41744@yahoo-inc.com>
36878      Branch: perl
36879            ! ext/Socket/Socket.pm
36880 ____________________________________________________________________________
36881 [  8395] By: jhi                                   on 2001/01/10  20:41:37
36882         Log: Test for bug id 20010105.016 (fixed by #8378).
36883      Branch: perl
36884            ! t/op/split.t
36885 ____________________________________________________________________________
36886 [  8394] By: jhi                                   on 2001/01/10  20:26:32
36887         Log: Integrate perlio.
36888      Branch: perl
36889            ! util.c
36890 ____________________________________________________________________________
36891 [  8393] By: nick                                  on 2001/01/10  19:34:30
36892         Log: Back out Simon's pid hackery for now.
36893      Branch: perlio
36894            ! util.c
36895 ____________________________________________________________________________
36896 [  8392] By: nick                                  on 2001/01/10  19:23:13
36897         Log: Integrate mainline. (Builds but does not work - something broke pipes...)
36898      Branch: perlio
36899           !> (integrate 29 files)
36900 ____________________________________________________________________________
36901 [  8391] By: jhi                                   on 2001/01/10  18:43:15
36902         Log: Subject: [PATCH] Fix my_pclose segfault
36903              From: Simon Cozens <simon@cozens.net>
36904              Date: Wed, 10 Jan 2001 18:39:35 +0000
36905              Message-ID: <20010110183934.A25640@pembro26.pmb.ox.ac.uk>
36906      Branch: perl
36907            ! util.c
36908 ____________________________________________________________________________
36909 [  8390] By: jhi                                   on 2001/01/10  18:42:08
36910         Log: Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
36911              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
36912              Date:     Wed, 10 Jan 2001 13:23:02 EST
36913              Message-Id: <010110132245.8129a@DUPHY4.Physics.Drexel.Edu>
36914      Branch: perl
36915            ! ext/Opcode/Opcode.xs
36916 ____________________________________________________________________________
36917 [  8389] By: jhi                                   on 2001/01/10  15:16:07
36918         Log: Turn off the integer preservation for now.
36919      Branch: perl
36920            ! perl.h
36921 ____________________________________________________________________________
36922 [  8388] By: jhi                                   on 2001/01/10  15:01:25
36923         Log: Few more IDE/editor nits from p5p.
36924      Branch: perl
36925            ! pod/perlfaq3.pod
36926 ____________________________________________________________________________
36927 [  8387] By: jhi                                   on 2001/01/10  06:53:16
36928         Log: Subject: Re: [ID 20010109.003] Patch 8138 broke a test in libwww
36929              To: "Andreas J. Koenig" <andreas.koenig@anima.de>
36930              Date: Tue, 9 Jan 2001 23:16:02 +0000
36931              Message-ID: <20010109231602.A81101@plum.flirble.org>
36932      Branch: perl
36933            ! sv.c
36934 ____________________________________________________________________________
36935 [  8386] By: jhi                                   on 2001/01/10  03:17:54
36936         Log: Test cases for #8385 (from Simon's "torture.pl")
36937      Branch: perl
36938            ! t/op/tr.t
36939 ____________________________________________________________________________
36940 [  8385] By: jhi                                   on 2001/01/10  03:17:11
36941         Log: Subject: Re: more UTF8 test suites and an UTF8 patch
36942              From: Inaba Hiroto <inaba@sdd.tokyo-sc.toshiba.co.jp>
36943              Date: Wed, 10 Jan 2001 11:39:39 +0900
36944              Message-Id: <10101100239.AA10002@tux0017.sdd.tokyo-sc.toshiba.co.jp>
36945              
36946              Some more UTF-8 tr cases fixed.
36947      Branch: perl
36948            ! doop.c
36949 ____________________________________________________________________________
36950 [  8384] By: jhi                                   on 2001/01/09  22:45:40
36951         Log: Allow the locale test needing POSIX and the taint test
36952              needing IPC::SysV to run under 'minitest' (basically,
36953              bail out if loading the extension fails)
36954      Branch: perl
36955            ! t/op/misc.t t/op/taint.t
36956 ____________________________________________________________________________
36957 [  8383] By: jhi                                   on 2001/01/09  21:36:04
36958         Log: Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
36959              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
36960              Date: Tue,  9 Jan 2001 13:33:22 -0800 (PST)
36961              Message-ID: <14939.33475.474459.147429@soda.csua.berkeley.edu>
36962      Branch: perl
36963            ! t/io/openpid.t
36964 ____________________________________________________________________________
36965 [  8382] By: jhi                                   on 2001/01/09  21:06:08
36966         Log: save_delete(), err, SAVEDELETE() fixes from Charles Lane.
36967              Should finish up the bug id 20001205.022.
36968      Branch: perl
36969            ! pp.c pp_hot.c scope.c
36970 ____________________________________________________________________________
36971 [  8381] By: jhi                                   on 2001/01/09  18:27:43
36972         Log: Subject: Re: [PATCH: perl@8342] comp/proto..........FAILED tests 112-123
36973              From: Andy Dougherty <doughera@lafayette.edu>
36974              Date: Tue, 9 Jan 2001 12:11:16 -0500 (EST)
36975              Message-ID: <Pine.SOL.4.10.10101091144440.13124-100000@maxwell.phys.lafayette.edu>
36976              
36977              More robust yacc/bison error detection.
36978      Branch: perl
36979            ! t/comp/proto.t
36980 ____________________________________________________________________________
36981 [  8380] By: jhi                                   on 2001/01/09  15:21:38
36982         Log: Subject:  [PATCH] make t/op/misc.t work on VMS
36983              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
36984              Date:     Tue, 9 Jan 2001 07:53:55 EST
36985              Message-Id: <010109075323.91c8f@DUPHY4.Physics.Drexel.Edu> 
36986      Branch: perl
36987            ! t/op/misc.t vms/test.com
36988 ____________________________________________________________________________
36989 [  8379] By: jhi                                   on 2001/01/09  15:20:38
36990         Log: Subject: [ID 20001230.003] UTF-8 tr still hurts
36991              From: jhi@cc.hut.fi
36992              Date: Sat, 30 Dec 2000 22:57:32 +0200 (EET)
36993              Message-Id: <200012302057.WAA31168@alpha.hut.fi>
36994              
36995              The #8378 fixed this.
36996      Branch: perl
36997            ! t/op/tr.t
36998 ____________________________________________________________________________
36999 [  8378] By: jhi                                   on 2001/01/09  15:05:32
37000         Log: Subject: One more patch for UTF8 
37001              From: Inaba Hiroto <inaba@st.rim.or.jp>
37002              Date: Tue, 09 Jan 2001 01:04:32 +0900
37003              Message-ID: <3A59E510.52BAB5B9@st.rim.or.jp>
37004              
37005              UTF-8 fixes for 'x' and tr///.
37006      Branch: perl
37007            ! doop.c embed.h embed.pl op.c pod/perlapi.pod pp.c proto.h
37008            ! regcomp.c regexec.c toke.c utf8.c
37009 ____________________________________________________________________________
37010 [  8377] By: jhi                                   on 2001/01/09  14:32:17
37011         Log: Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
37012      Branch: perl
37013            ! t/op/length.t
37014 ____________________________________________________________________________
37015 [  8376] By: jhi                                   on 2001/01/09  04:32:32
37016         Log: integrate changes #7775, #8316, #8316 from mainline
37017      Branch: maint-5.6/perl
37018            ! hints/solaris_2.sh
37019 ____________________________________________________________________________
37020 [  8375] By: jhi                                   on 2001/01/09  04:26:43
37021         Log: Update Changes.
37022      Branch: perl
37023            ! Changes patchlevel.h
37024 ____________________________________________________________________________
37025 [  8374] By: jhi                                   on 2001/01/09  04:14:32
37026         Log: IDE/editor section tweaking.
37027      Branch: perl
37028            ! pod/perlfaq3.pod
37029 ____________________________________________________________________________
37030 [  8373] By: jhi                                   on 2001/01/09  02:38:26
37031         Log: Subject: [PATCH: perl@8342] updates to OS/390 hints file
37032              From: Peter Prymmer <pvhp@forte.com>
37033              Date: Mon, 8 Jan 2001 18:06:51 -0800 (PST)
37034              Message-ID: <Pine.OSF.4.10.10101081805530.239173-100000@aspara.forte.com>
37035              
37036              In preparation os OS/390 dynamic loading.
37037      Branch: perl
37038            ! README.os390 hints/os390.sh
37039 ____________________________________________________________________________
37040 [  8372] By: jhi                                   on 2001/01/09  00:24:30
37041         Log: Integrate with perlio.
37042      Branch: perl
37043           !> embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
37044 ____________________________________________________________________________
37045 [  8371] By: nick                                  on 2001/01/08  23:54:33
37046         Log: Fix "scalars leaked" bugs caused by overload magic
37047              (Highlighted by Ilya's DESTROY optimization.)
37048      Branch: perlio
37049            ! embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
37050 ____________________________________________________________________________
37051 [  8370] By: nick                                  on 2001/01/08  20:19:41
37052         Log: Integrate mainline
37053      Branch: perlio
37054           !> README.epoc dump.c ext/GDBM_File/GDBM_File.xs gv.c
37055           !> lib/Getopt/Long.pm mg.c op.c scope.c sv.c t/io/pipe.t
37056           !> t/op/64bitint.t
37057 ____________________________________________________________________________
37058 [  8369] By: jhi                                   on 2001/01/08  17:30:52
37059         Log: save_delete() Safefree() doesn't (anymore?) work with shared
37060              strings, one test failure in op/misc and almost all of lib/b.
37061              (Outcomments #8369.)
37062      Branch: perl
37063            ! scope.c
37064 ____________________________________________________________________________
37065 [  8368] By: jhi                                   on 2001/01/08  14:47:10
37066         Log: (Outcommented by #8369.)
37067              
37068              Subject: Re: Perl BugID 20001205.022 ---- save_delete
37069              From: Simon Cozens <simon@cozens.net>
37070              Date: Sat, 6 Jan 2001 11:48:40 +0000
37071              Message-ID: <20010106114840.A13227@deep-dark-truthful-mirror.perlhacker.org>
37072              
37073              The save_delete() does need the Safefree.
37074      Branch: perl
37075            ! scope.c
37076 ____________________________________________________________________________
37077 [  8367] By: bailey                                on 2001/01/08  08:53:52
37078         Log: Once again syncing after too long an absence
37079      Branch: vmsperl
37080           +> (branch 55 files)
37081            - MAINTAIN fix_pl vos/config.def vos/config.h
37082            - vos/config_h.SH_orig
37083           !> (integrate 498 files)
37084 ____________________________________________________________________________
37085 [  8366] By: jhi                                   on 2001/01/08  02:42:59
37086         Log: Subject: [ID 20010107.012] [PATCH] 18446744073709551616e0 was treated as UV=18446744073709551615
37087              From: nick@ccl4.org
37088              Date: Sun, 7 Jan 2001 21:07:18 +0000
37089              Message-Id: <20010107210717.D1048@plum.flirble.org>
37090      Branch: perl
37091            ! sv.c t/op/64bitint.t
37092 ____________________________________________________________________________
37093 [  8365] By: jhi                                   on 2001/01/08  02:35:16
37094         Log: Subject: [PATCH] environ nit
37095              From: Simon Cozens <simon@cozens.net>
37096              Date: Sun, 7 Jan 2001 17:57:07 +0000
37097              Message-ID: <20010107175707.A2013@pembro26.pmb.ox.ac.uk>
37098              
37099              Use environ only if we have it.
37100      Branch: perl
37101            ! mg.c
37102 ____________________________________________________________________________
37103 [  8364] By: jhi                                   on 2001/01/08  02:24:51
37104         Log: Replace #6721, GDBM, system malloc, and LEAKTEST.
37105      Branch: perl
37106            ! ext/GDBM_File/GDBM_File.xs
37107 ____________________________________________________________________________
37108 [  8363] By: jhi                                   on 2001/01/08  02:19:24
37109         Log: Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
37110              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
37111              Date: Sat,  6 Jan 2001 15:25:02 -0800 (PST)
37112              Message-ID: <14935.41722.239364.55174@soda.csua.berkeley.edu>
37113      Branch: perl
37114            ! dump.c op.c
37115 ____________________________________________________________________________
37116 [  8362] By: jhi                                   on 2001/01/08  02:17:43
37117         Log: Subject: [patch] xsub AUTOLOAD fix/optimization
37118              From: Doug MacEachern <dougm@covalent.net>
37119              Date: Sat, 6 Jan 2001 09:30:05 -0800 (PST)
37120              Message-ID: <Pine.LNX.4.10.10101060924280.24460-100000@mojo.covalent.net>
37121              
37122              Allow AUTOLOAD to be an xsub and allow such xsubs
37123              to avoid use of $AUTOLOAD.
37124      Branch: perl
37125            ! gv.c
37126 ____________________________________________________________________________
37127 [  8361] By: jhi                                   on 2001/01/08  02:16:07
37128         Log: Subject: Re: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
37129              From: Radu Greab <radu@netsoft.ro>
37130              Date: Sun, 7 Jan 2001 03:16:55 +0200 (EET)
37131              Message-ID: <14935.50055.838449.408835@ix.netsoft.ro>
37132              
37133              No need for the potentially unportable $SIG{CHLD}.
37134      Branch: perl
37135            ! t/io/pipe.t
37136 ____________________________________________________________________________
37137 [  8360] By: jhi                                   on 2001/01/08  01:58:23
37138         Log: Update to Getopt::Long 2.24_02, from Johan Vromans.
37139      Branch: perl
37140            ! lib/Getopt/Long.pm
37141 ____________________________________________________________________________
37142 [  8359] By: jhi                                   on 2001/01/08  01:55:44
37143         Log: Integrate perlio.
37144      Branch: perl
37145           !> ext/Encode/Encode.xs lib/ExtUtils/typemap perl.c perlio.c
37146           !> perlio.h pp.c pp_hot.c pp_sys.c sv.c t/lib/tie-refhash.t
37147           !> utf8.c win32/Makefile
37148 ____________________________________________________________________________
37149 [  8358] By: jhi                                   on 2001/01/07  21:16:50
37150         Log: Update the EPOC cross SDK URL.
37151      Branch: perl
37152            ! README.epoc
37153 ____________________________________________________________________________
37154 [  8357] By: jhi                                   on 2001/01/07  21:16:09
37155         Log: Update the EPOC cross SDK URL.
37156      Branch: maint-5.6/perl
37157            ! README.epoc
37158 ____________________________________________________________________________
37159 [  8356] By: nick                                  on 2001/01/06  21:47:52
37160         Log: FILE * in XS code for PerlIO world:
37161              - make PERLIO_NOT_STDIO 0 (co-existance) default for non PERL_CORE case.
37162              - Add FILE * T_STDIO typemap.
37163              - Finish PerlIO_findFILE() and PerlIO_extprtFILE()
37164      Branch: perlio
37165            ! lib/ExtUtils/typemap perlio.c perlio.h
37166 ____________________________________________________________________________
37167 [  8355] By: jhi                                   on 2001/01/06  20:27:15
37168         Log: integrate change #8336 from mainline
37169              
37170              Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1
37171      Branch: maint-5.6/perl
37172            ! hv.c
37173 ____________________________________________________________________________
37174 [  8354] By: jhi                                   on 2001/01/06  20:24:29
37175         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
37176              From: Robin Barker <rmb1@cise.npl.co.uk>
37177              Date: Fri, 22 Dec 2000 12:17:38 GMT
37178              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
37179              
37180              The patch reformats some long =item lines so they give
37181              correct output via pod2man | nroff -man
37182              
37183              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
37184              From: Robin Barker <rmb1@cise.npl.co.uk>
37185              Date: Tue, 2 Jan 2001 15:35:03 GMT
37186              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
37187              
37188              Here is a _further_ patch which corrects a few more errors:
37189              * an empty C<=item> in CPAN.pm
37190              * patching the wrong file (pod/perlamiga.pod not README.amiga)
37191              * leaving empty C<=item>s which formatted incorrectly
37192              * over long C<=item>s revealed by latest patch to Pod::Man
37193      Branch: maint-5.6/perl
37194            ! README.amiga lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
37195            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
37196            ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlapi.pod
37197            ! pod/perldelta.pod pod/perldiag.pod pod/perlembed.pod
37198            ! pod/perlfaq4.pod pod/perllocale.pod pod/perlmodlib.pod
37199            ! pod/perlrequick.pod pod/perlretut.pod pod/perlsub.pod
37200 ____________________________________________________________________________
37201 [  8353] By: jhi                                   on 2001/01/06  20:21:10
37202         Log: integrate changes #7980, 7990, 8056, 8057 from mainline
37203              
37204              UTF-8 hash keys.
37205      Branch: maint-5.6/perl
37206            ! embed.h embed.pl hv.c hv.h perlapi.c proto.h t/op/each.t
37207 ____________________________________________________________________________
37208 [  8352] By: jhi                                   on 2001/01/06  20:18:44
37209         Log: Forgotten from #8438.
37210      Branch: maint-5.6/perl
37211            ! epoc/epocish.h
37212 ____________________________________________________________________________
37213 [  8351] By: jhi                                   on 2001/01/06  20:18:12
37214         Log: Forgotten from #8347.
37215      Branch: maint-5.6/perl
37216            ! config_h.SH
37217 ____________________________________________________________________________
37218 [  8350] By: jhi                                   on 2001/01/06  20:00:19
37219         Log: Thinko in #8347.
37220      Branch: maint-5.6/perl
37221            ! regcomp.c
37222 ____________________________________________________________________________
37223 [  8349] By: jhi                                   on 2001/01/06  18:05:30
37224         Log: Copy the FAQ3 IDE section from the development branch,
37225              changes originally by Peter Prymmer.
37226      Branch: maint-5.6/perl
37227            ! pod/perlfaq3.pod
37228 ____________________________________________________________________________
37229 [  8348] By: jhi                                   on 2001/01/06  18:03:02
37230         Log: EPOC updates for TRIAL1.
37231              
37232              Subject: [5.6.1 trial1] EPOC update
37233              From: Olaf Flebbe <O.Flebbe@science-computing.de>
37234              Date: Sun, 31 Dec 2000 16:04:52 +0100 (CET)
37235              Message-ID: <Pine.LNX.4.02.10012311603040.14097-100000@milkyway.science-computing.de> 
37236              
37237              Subject: epoc patch2 for perl-5.6.1-trial1
37238              From: Olaf Flebbe <O.Flebbe@science-computing.de>
37239              Date: Sat, 6 Jan 2001 13:55:53 +0100 (CET)
37240              Message-ID: <Pine.LNX.4.02.10101061355220.26469-100000@milkyway.science-computing.de> 
37241      Branch: maint-5.6/perl
37242            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
37243            ! epoc/epocish.c
37244 ____________________________________________________________________________
37245 [  8347] By: jhi                                   on 2001/01/06  17:29:10
37246         Log: integrate changes #7710,7824,7973 from mainline,
37247              plus VMS nits from Peter Prymmer and Dan Sugalski.
37248              
37249              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
37250              library (getprotobyname and getprotobynumber are outversioned by
37251              the same calls in libc, at least for xlc version 3.
37252              
37253              Add HAS_SBRK_PROTO.
37254              
37255              Fixes for signedness warnings noticed by VMSperlers.
37256      Branch: maint-5.6/perl
37257            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
37258            ! configure.com epoc/config.sh hints/aix.sh malloc.c regcomp.c
37259            ! sv.c vms/descrip_mms.template vos/config.alpha.def
37260            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
37261            ! win32/config.bc win32/config.gc win32/config.vc
37262 ____________________________________________________________________________
37263 [  8346] By: nick                                  on 2001/01/06  14:36:01
37264         Log: Fixup accumulated integrate muddles (perlio == devperl again)
37265      Branch: perlio
37266            ! ext/Encode/Encode.xs perl.c pp_sys.c t/lib/tie-refhash.t
37267 ____________________________________________________________________________
37268 [  8345] By: nick                                  on 2001/01/06  14:24:58
37269         Log: Integrate mainline
37270      Branch: perlio
37271           !> (integrate 55 files)
37272 ____________________________________________________________________________
37273 [  8344] By: jhi                                   on 2001/01/06  02:24:02
37274         Log: Subject: [patch] PerlIO_cleanup() prototype
37275              From: Doug MacEachern <dougm@covalent.net>
37276              Date: Fri, 5 Jan 2001 18:15:31 -0800 (PST)
37277              Message-ID: <Pine.LNX.4.10.10101051813220.340-100000@mojo.covalent.net>
37278      Branch: perl
37279            ! perlio.h
37280 ____________________________________________________________________________
37281 [  8343] By: jhi                                   on 2001/01/06  01:04:09
37282         Log: IRIX compiler noticed that the bof initialization might be
37283              bypassed by control flow.
37284      Branch: perl
37285            ! toke.c
37286 ____________________________________________________________________________
37287 [  8342] By: jhi                                   on 2001/01/06  00:10:48
37288         Log: Update Changes.
37289      Branch: perl
37290            ! Changes patchlevel.h
37291 ____________________________________________________________________________
37292 [  8341] By: jhi                                   on 2001/01/05  23:52:33
37293         Log: Add a note about EBCDIC versus UTF-8 to a potential problem spot.
37294      Branch: perl
37295            ! toke.c
37296 ____________________________________________________________________________
37297 [  8340] By: jhi                                   on 2001/01/05  22:44:08
37298         Log: Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
37299              From: Radu Greab <radu@netsoft.ro>
37300              Date: Fri, 5 Jan 2001 21:04:33 +0200 (EET)
37301              Message-ID: <14934.6849.742435.23178@ix.netsoft.ro>
37302      Branch: perl
37303            ! t/io/pipe.t util.c
37304 ____________________________________________________________________________
37305 [  8339] By: jhi                                   on 2001/01/05  22:35:17
37306         Log: Subject: [PATCH] format and rewording in perlfaq.pod
37307              From: Robin Barker <rmb1@cise.npl.co.uk>
37308              Date: Fri, 5 Jan 2001 18:51:20 GMT
37309              Message-Id: <200101051851.SAA03310@tempest.npl.co.uk>
37310      Branch: perl
37311            ! pod/perlfaq.pod
37312 ____________________________________________________________________________
37313 [  8338] By: jhi                                   on 2001/01/05  22:31:17
37314         Log: Subject: [patch: perl@8327] have perlbug's Save to File respect -F flag
37315              From: Peter Prymmer <pvhp@forte.com>
37316              Date: Fri, 5 Jan 2001 14:02:13 -0800 (PST)
37317              Message-ID: <Pine.OSF.4.10.10101051357400.28294-100000@aspara.forte.com>
37318      Branch: perl
37319            ! utils/perlbug.PL
37320 ____________________________________________________________________________
37321 [  8337] By: jhi                                   on 2001/01/05  18:15:11
37322         Log: Subject: [PATCH 5.7.1/Configure] failure to set src='.'
37323              From: Robin Barker <rmb1@cise.npl.co.uk>
37324              Date: Tue, 2 Jan 2001 15:24:07 GMT
37325              Message-Id: <200101021524.PAA15145@tempest.npl.co.uk>
37326              
37327              If you call configure as C<./Configure> or C<sh ./Configure>,
37328              $src is set to the absolute path name, not '.'.
37329              
37330              This, in turn, means -Dmksymlink tries to do its stuff because
37331              it does not think it is in the src directory.
37332              
37333              (plus a metaconfig nitfix)
37334      Branch: metaconfig
37335            ! U/compline/ccflags.U U/modified/src.U
37336      Branch: perl
37337            ! Configure config_h.SH
37338 ____________________________________________________________________________
37339 [  8336] By: jhi                                   on 2001/01/05  17:48:32
37340         Log: Subject: Re: [Fwd: Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1]
37341              From: Alan Burlison <Alan.Burlison@uk.sun.com>
37342              Message-ID: <3A5606C4.473D2226@uk.sun.com>
37343              Date: Fri, 05 Jan 2001 17:39:16 +0000
37344      Branch: perl
37345            ! hv.c
37346 ____________________________________________________________________________
37347 [  8335] By: jhi                                   on 2001/01/05  16:05:44
37348         Log: Upgrade to Getopt::Long 2.24_01, from Johan Vromans.
37349      Branch: perl
37350            ! lib/Getopt/Long.pm
37351 ____________________________________________________________________________
37352 [  8334] By: jhi                                   on 2001/01/05  16:00:51
37353         Log: Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
37354              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
37355              Date: Fri, 05 Jan 2001 13:46:51 +0100
37356              Message-ID: <13693.978698811@nice.ram.loc>
37357              
37358              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
37359              accurate reading of the "atime".  
37360      Branch: perl
37361            ! t/io/fs.t
37362 ____________________________________________________________________________
37363 [  8333] By: jhi                                   on 2001/01/05  15:57:37
37364         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful 
37365              From: Simon Cozens <simon@cozens.net>
37366              Date: Fri, 8 Dec 2000 13:33:31 +0000
37367              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org> 
37368              
37369              A lost patch fragment.
37370      Branch: perl
37371            ! doop.c
37372 ____________________________________________________________________________
37373 [  8332] By: jhi                                   on 2001/01/05  15:40:42
37374         Log: Do away with strncpy() and a fixed length buffer.
37375      Branch: perl
37376            ! utf8.c
37377 ____________________________________________________________________________
37378 [  8331] By: jhi                                   on 2001/01/05  15:03:07
37379         Log: Tests for #8329 and #8330.
37380      Branch: perl
37381            ! t/op/bop.t
37382 ____________________________________________________________________________
37383 [  8330] By: jhi                                   on 2001/01/05  15:02:38
37384         Log: "\x{FF}\xFF" was broken, the \xFF was appended in its
37385              raw 8-bit form to the UTF-8 string.
37386      Branch: perl
37387            ! toke.c
37388 ____________________________________________________________________________
37389 [  8329] By: jhi                                   on 2001/01/05  14:55:13
37390         Log: Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
37391              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
37392              Date: Fri, 5 Jan 2001 12:28:52 +0100
37393              Message-ID: <5930DC161690D211966700902715754703738F96@madt009a.siemens.es>
37394              
37395              UTF-8 parsing fix that seems to be needed for EBCDIC, in ASCII
37396              no effect.  (changed the strncpy() to Copy())
37397      Branch: perl
37398            ! toke.c
37399 ____________________________________________________________________________
37400 [  8328] By: jhi                                   on 2001/01/05  06:44:27
37401         Log: UTF-8 cleanup.
37402      Branch: perl
37403            ! doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
37404            ! regexec.c sv.c toke.c
37405 ____________________________________________________________________________
37406 [  8327] By: jhi                                   on 2001/01/05  01:11:29
37407         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')
37408              From: Radu Greab <radu@netsoft.ro>
37409              Message-ID: <14933.5458.672637.641215@ix.netsoft.ro>
37410              Date: Fri, 5 Jan 2001 02:29:06 +0200 (EET)
37411              
37412              Cleans up Harness to not use FileHandle, which uses IO.
37413      Branch: perl
37414            ! lib/Test/Harness.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
37415 ____________________________________________________________________________
37416 [  8326] By: jhi                                   on 2001/01/05  00:56:37
37417         Log: Update Changes.
37418      Branch: perl
37419            ! Changes patchlevel.h
37420 ____________________________________________________________________________
37421 [  8325] By: jhi                                   on 2001/01/05  00:53:18
37422         Log: Subject: Re: [patch bug 20010103.019] Re: perl@8269: failure to build on NT 4.0.1381 with MSVC (fwd)
37423              From: Peter Prymmer <pvhp@forte.com>
37424              Date: Thu, 4 Jan 2001 14:20:15 -0800 (PST)
37425              Message-ID: <Pine.OSF.4.10.10101041406420.492782-100000@aspara.forte.com>
37426              
37427              plus a couple more tailing whitespace removals.
37428      Branch: perl
37429            ! win32/Makefile
37430 ____________________________________________________________________________
37431 [  8324] By: jhi                                   on 2001/01/05  00:47:39
37432         Log: Add some Unicode chop() tests.
37433      Branch: perl
37434            ! t/op/chop.t
37435 ____________________________________________________________________________
37436 [  8323] By: jhi                                   on 2001/01/05  00:47:23
37437         Log: Unify UTF-8 malformedness handling.
37438      Branch: perl
37439            ! doop.c pp.c sv.c toke.c utf8.c utf8.h
37440 ____________________________________________________________________________
37441 [  8322] By: jhi                                   on 2001/01/04  22:21:54
37442         Log: The new $issymlink was unknown to Mksymlinks.
37443      Branch: metaconfig/U/perl
37444            ! Mksymlinks.U issymlink.U
37445      Branch: perl
37446            ! Configure config_h.SH
37447 ____________________________________________________________________________
37448 [  8321] By: jhi                                   on 2001/01/04  21:51:05
37449         Log: The test didn't work under the core test framework.
37450      Branch: perl
37451            ! t/lib/st-lock.t
37452 ____________________________________________________________________________
37453 [  8320] By: jhi                                   on 2001/01/04  21:14:22
37454         Log: DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
37455      Branch: perl
37456            ! INSTALL ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
37457 ____________________________________________________________________________
37458 [  8319] By: jhi                                   on 2001/01/04  20:46:17
37459         Log: Typo in #8312 when manually appying a problematic patch fragment.
37460      Branch: perl
37461            ! ext/Storable/Storable.xs
37462 ____________________________________________________________________________
37463 [  8318] By: jhi                                   on 2001/01/04  20:43:01
37464         Log: The $sh_c didn't fly.
37465      Branch: metaconfig
37466            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
37467            ! U/modified/Loc.U U/modified/myhostname.U
37468            ! U/modified/spitshell.U
37469      Branch: metaconfig/U/perl
37470            ! issymlink.U
37471      Branch: perl
37472            ! Configure config_h.SH
37473 ____________________________________________________________________________
37474 [  8317] By: jhi                                   on 2001/01/04  19:58:01
37475         Log: AIX builtin test -h is broken, changes based on
37476              
37477              Subject: [PATCH] 8297. Symlink stuff breaks on AIX 4 bsh
37478              Date: Tue, 02 Jan 2001 11:24:39 +0100
37479              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
37480              Message-Id: <20010102093747.A6F7.H.M.BRAND@hccnet.nl>
37481      Branch: metaconfig
37482            + U/modified/spitshell.U
37483            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
37484            ! U/modified/Loc.U U/modified/myhostname.U
37485      Branch: metaconfig/U/perl
37486            ! Mksymlinks.U issymlink.U
37487      Branch: perl
37488            ! Configure
37489 ____________________________________________________________________________
37490 [  8316] By: jhi                                   on 2001/01/04  19:02:22
37491         Log: Subject: [PATCH] Re: New attempt on hints/solaris_2.sh
37492              From: Andy Dougherty <doughera@lafayette.edu>
37493              Message-ID: <Pine.SOL.4.10.10101031518320.28840-100000@maxwell.phys.lafayette.edu>
37494              Date: Wed, 3 Jan 2001 15:36:06 -0500 (EST)
37495              
37496              Beware of GNU ld.
37497      Branch: perl
37498            ! hints/solaris_2.sh
37499 ____________________________________________________________________________
37500 [  8315] By: jhi                                   on 2001/01/04  18:56:48
37501         Log: From: Lupe Christoph <lupe@lupe-christoph.de>
37502              Subject: Re: [PATCH 5.7.1/Configure] failure to set src='.'
37503              Date: Wed, 3 Jan 2001 07:58:51 +0100
37504              Message-ID: <20010103075851.P4594@alanya.lupe-christoph.de>
37505      Branch: perl
37506            ! hints/solaris_2.sh
37507 ____________________________________________________________________________
37508 [  8314] By: jhi                                   on 2001/01/04  18:54:07
37509         Log: Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
37510              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
37511              Date: Wed,  3 Jan 2001 13:48:04 -0800 (PST)
37512              Message-ID: <14931.40265.379608.910008@soda.csua.berkeley.edu>
37513              
37514              Doc tweak on #8313.
37515      Branch: perl
37516            ! ext/B/B/Deparse.pm
37517 ____________________________________________________________________________
37518 [  8313] By: jhi                                   on 2001/01/04  18:52:27
37519         Log: Subject: [PATCH @8269] Continue blocks and B::Deparse
37520              Date: Wed,  3 Jan 2001 13:31:53 -0800 (PST)
37521              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
37522              Message-ID: <14931.37732.62835.279605@soda.csua.berkeley.edu>
37523              
37524              Make the peephole optimizer to bypass more null ops and
37525              and rewrite the deparse handling of continue blocks.
37526      Branch: perl
37527            ! ext/B/B/Deparse.pm op.c op.h t/lib/b.t
37528 ____________________________________________________________________________
37529 [  8312] By: jhi                                   on 2001/01/04  18:47:39
37530         Log: Upgrade to Storable 1.0.7, from Raphael Manfredi.
37531      Branch: perl
37532            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
37533            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
37534            ! t/lib/st-lock.t
37535 ____________________________________________________________________________
37536 [  8311] By: jhi                                   on 2001/01/04  18:36:08
37537         Log: Add a new MakeMaker variable PM_FILTER that defines a Unix
37538              filter to be run on each .pm during the pm_to_blib() phase,
37539              a fixed version of
37540              
37541              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
37542              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
37543              Date: Wed, 03 Jan 2001 22:01:30 +0100
37544              Message-ID: <5296.978555690@nice.ram.loc>
37545      Branch: perl
37546            ! lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
37547            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
37548            ! lib/ExtUtils/MakeMaker.pm
37549 ____________________________________________________________________________
37550 [  8310] By: jhi                                   on 2001/01/04  18:32:54
37551         Log: Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
37552              From: Robin Barker <rmb1@cise.npl.co.uk>
37553              Date: Tue, 2 Jan 2001 15:35:03 GMT
37554              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
37555      Branch: perl
37556            ! README.amiga lib/CPAN.pm lib/Win32.pod pod/perl56delta.pod
37557            ! pod/perlrequick.pod
37558 ____________________________________________________________________________
37559 [  8309] By: jhi                                   on 2001/01/04  18:29:07
37560         Log: Subject: Re: [patch] static-ize XS()
37561              From: Doug MacEachern <dougm@covalent.net>
37562              Date: Mon, 1 Jan 2001 15:26:01 -0800 (PST)
37563              Message-ID: <Pine.LNX.4.10.10101011523560.3379-100000@mojo.covalent.net>
37564              
37565              Provide prototypes for the XS functions.
37566      Branch: perl
37567            ! lib/ExtUtils/xsubpp
37568 ____________________________________________________________________________
37569 [  8308] By: jhi                                   on 2001/01/04  18:27:44
37570         Log: Subject: [patch] typemap =~ s/croak/Perl_croak/
37571              From: Doug MacEachern <dougm@covalent.net>
37572              Date: Mon, 1 Jan 2001 11:41:57 -0800 (PST)
37573              Message-ID: <Pine.LNX.4.10.10101011139570.3379-100000@mojo.covalent.net>
37574      Branch: perl
37575            ! lib/ExtUtils/typemap
37576 ____________________________________________________________________________
37577 [  8307] By: jhi                                   on 2001/01/04  18:25:25
37578         Log: Subject: Re: [patch] MM_Unix cpprun shortcut
37579              From: Doug MacEachern <dougm@covalent.net>
37580              Date: Wed, 3 Jan 2001 20:09:57 -0800 (PST)
37581              Message-ID: <Pine.LNX.4.10.10101032009330.280-100000@mojo.covalent.net>
37582              
37583              Add a .c.i: MakeMaker make rule to create cpreprocessed outputs.
37584      Branch: perl
37585            ! lib/ExtUtils/MM_Unix.pm
37586 ____________________________________________________________________________
37587 [  8306] By: jhi                                   on 2001/01/04  18:23:00
37588         Log: Subject: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison)
37589              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
37590              Date: Thu, 4 Jan 2001 12:47:10 +0100 
37591              Message-ID: <5930DC161690D21196670090271575470370111A@madt009a.siemens.es>
37592              
37593              The toke.c part only, patching embed.h and proto.h is futile.
37594      Branch: perl
37595            ! toke.c
37596 ____________________________________________________________________________
37597 [  8305] By: jhi                                   on 2001/01/04  18:05:51
37598         Log: Subject: [PATCH perl@8269] scanning two hex-constants fails on EBCDIC environment (script length.t)
37599              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
37600              Date: Thu, 4 Jan 2001 17:50:12 +0100 
37601              Message-ID: <5930DC161690D211966700902715754703738AA6@madt009a.siemens.es>
37602      Branch: perl
37603            ! toke.c
37604 ____________________________________________________________________________
37605 [  8304] By: jhi                                   on 2001/01/04  18:03:26
37606         Log: Subject: [PATCH perl@8269]
37607              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
37608              Date: Thu, 4 Jan 2001 12:53:39 +0100 
37609              Message-ID: <5930DC161690D211966700902715754703701130@madt009a.siemens.es>
37610              
37611              If running byacc write-enable also perly.h.
37612      Branch: perl
37613            ! Makefile.SH
37614 ____________________________________________________________________________
37615 [  8303] By: jhi                                   on 2001/01/04  15:40:49
37616         Log: Rewrite pp_concat() in terms of sv_catsv().
37617      Branch: perl
37618            ! pp_hot.c
37619 ____________________________________________________________________________
37620 [  8302] By: nick                                  on 2001/01/03  22:43:22
37621         Log: Integrate mainline.
37622      Branch: perlio
37623           !> ext/Encode/Encode.xs sv.c utf8.c
37624 ____________________________________________________________________________
37625 [  8301] By: jhi                                   on 2001/01/02  23:40:26
37626         Log: Variable naming tweak.
37627      Branch: perl
37628            ! sv.c
37629 ____________________________________________________________________________
37630 [  8300] By: jhi                                   on 2001/01/02  23:40:02
37631         Log: Use the UTF8_XXX macros in is_utf8_char(), a performance nit
37632              in is_utf8_string().
37633      Branch: perl
37634            ! utf8.c
37635 ____________________________________________________________________________
37636 [  8299] By: jhi                                   on 2001/01/02  22:14:40
37637         Log: Integrate perlio.
37638      Branch: perl
37639           !> pp.c pp_hot.c win32/Makefile
37640 ____________________________________________________________________________
37641 [  8298] By: nick                                  on 2001/01/02  22:03:06
37642         Log: Turn SvUTF8 off if not required in pp_chr and pp_stringify.
37643      Branch: perlio
37644            ! pp.c pp_hot.c
37645 ____________________________________________________________________________
37646 [  8297] By: jhi                                   on 2001/01/02  04:26:28
37647         Log: Signedness nit.
37648      Branch: perl
37649            ! ext/Encode/Encode.xs
37650 ____________________________________________________________________________
37651 [  8296] By: nick                                  on 2001/01/01  23:49:36
37652         Log: Add Encode and correct Filter/Util/Call in nmake Makefile
37653      Branch: perlio
37654            ! win32/Makefile
37655 ____________________________________________________________________________
37656 [  8295] By: jhi                                   on 2001/01/01  23:05:48
37657         Log: Integrate perlio.
37658      Branch: perl
37659           !> ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
37660           !> t/lib/encode.t
37661 ____________________________________________________________________________
37662 [  8294] By: nick                                  on 2001/01/01  22:48:34
37663         Log: Integrate mainline
37664      Branch: perlio
37665            ! pp_hot.c t/lib/encode.t
37666           !> (integrate 65 files)
37667 ____________________________________________________________________________
37668 [  8293] By: nick                                  on 2001/01/01  21:58:50
37669         Log: More rigor in UTF-8-ness of Encode's toUnicode
37670              XS export some of the utf8 internal functions.
37671              Test some of the functions.
37672              Fix pp_concat() bug shown by said tests.
37673      Branch: perlio
37674            ! ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
37675            ! t/lib/encode.t
37676 ____________________________________________________________________________
37677 [  8292] By: jhi                                   on 2001/01/01  18:11:44
37678         Log: Integrate perlio.
37679      Branch: perl
37680           !> ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
37681           !> ext/Encode/encengine.c ext/Encode/encode.h
37682 ____________________________________________________________________________
37683 [  8291] By: jhi                                   on 2001/01/01  18:10:58
37684         Log: Podify README.mpeix (a new version from the web),
37685              add a dummy NAME to Carp::Heavy, regen toc.
37686      Branch: perl
37687            ! README.mpeix lib/Carp/Heavy.pm pod/buildtoc.PL pod/perl.pod
37688            ! pod/perltoc.pod
37689 ____________________________________________________________________________
37690 [  8290] By: nick                                  on 2001/01/01  17:43:47
37691         Log: Loose the "Loading..." warning.
37692              Another bug in fallback support
37693      Branch: perlio
37694            ! ext/Encode/Encode.pm ext/Encode/encengine.c
37695 ____________________________________________________________________________
37696 [  8289] By: jhi                                   on 2001/01/01  00:01:57
37697         Log: Bump up Larry's copyright.
37698      Branch: perl
37699            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
37700            ! doop.c dump.c ext/DynaLoader/dl_dld.xs form.h gv.c gv.h
37701            ! handy.h hv.c hv.h mg.c mg.h op.c op.h perl.c perl.h perly.y
37702            ! pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c
37703            ! scope.c sv.c sv.h toke.c utf8.c utf8.h util.c util.h
37704            ! x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
37705            ! x2p/a2py.c x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c
37706            ! x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
37707 ____________________________________________________________________________
37708 [  8288] By: nick                                  on 2000/12/31  21:27:53
37709         Log: Fix .ucm reading - forgot a chr()
37710              Start of .ucm write (for .enc to .ucm)
37711      Branch: perlio
37712            ! ext/Encode/compile
37713 ____________________________________________________________________________
37714 [  8287] By: jhi                                   on 2000/12/31  18:15:56
37715         Log: Comment away a diagnostic message as noted by Craig A. Berry
37716              (the unexpected message was confusing testing)
37717      Branch: perl
37718            ! ext/Encode/Encode.pm
37719 ____________________________________________________________________________
37720 [  8286] By: jhi                                   on 2000/12/31  18:14:51
37721         Log: Subject: [PATCH perl@8269] ext/Encode/Makefile.PL line shortening
37722              Date: Sun, 31 Dec 2000 11:17:37 -0600
37723              From: "Craig A. Berry" <craigberry@mac.com>
37724              Message-Id: <5.0.2.1.0.20001230195844.025636c0@exchi01>
37725      Branch: perl
37726            ! ext/Encode/Makefile.PL
37727 ____________________________________________________________________________
37728 [  8285] By: nick                                  on 2000/12/31  18:11:54
37729         Log: Start of support of ICU-style .ucm files:
37730              - teach compile how to read a .ucm file
37731              - first guess at how to represent fallbacks in "tries".
37732              - use fallbacks if check == 0
37733              - new return code to indicate we used one.
37734      Branch: perlio
37735            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
37736            ! ext/Encode/encengine.c ext/Encode/encode.h
37737 ____________________________________________________________________________
37738 [  8284] By: jhi                                   on 2000/12/31  18:04:41
37739         Log: Pacify picky VMS compiler.
37740              
37741              Subject: perl@8269, whiny Compaq C compiler, unsigned expressions
37742              From: "Craig A. Berry" <craig.berry@psinetcs.com>
37743              Date: Sat, 30 Dec 2000 18:10:02 -0600
37744              Message-Id: <200012310010.CAA09719@tiku.hut.fi>
37745      Branch: perl
37746            ! sv.c
37747 ____________________________________________________________________________
37748 [  8283] By: jhi                                   on 2000/12/31  16:11:47
37749         Log: Wrong alarm: cygwin's getpwuid() is just fine (from Gerrit P. Haase)
37750      Branch: perl
37751            ! t/lib/glob-basic.t
37752 ____________________________________________________________________________
37753 [  8282] By: jhi                                   on 2000/12/31  15:26:11
37754         Log: Integrate perlio.
37755      Branch: perl
37756           !> makedef.pl opcode.pl os2/os2.c perlio.c
37757 ____________________________________________________________________________
37758 [  8281] By: nick                                  on 2000/12/31  10:06:15
37759         Log: Tweak perlio.c so that makedef.pl-exported perlsio_binmode()
37760              is available to be exported
37761      Branch: perlio
37762            ! makedef.pl perlio.c
37763 ____________________________________________________________________________
37764 [  8280] By: nick                                  on 2000/12/31  09:41:26
37765         Log: Ilya's OS2 patch (testing for damage on Win32)
37766      Branch: perlio
37767            ! makedef.pl opcode.pl os2/os2.c
37768 ____________________________________________________________________________
37769 [  8279] By: jhi                                   on 2000/12/30  21:52:07
37770         Log: Test nits.
37771      Branch: perl
37772            ! t/lib/syslfs.t t/op/lfs.t
37773 ____________________________________________________________________________
37774 [  8278] By: jhi                                   on 2000/12/30  21:47:49
37775         Log: Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
37776              From: andreas.koenig@anima.de (Andreas J. Koenig)
37777              Date: 30 Dec 2000 22:35:37 +0100
37778              Message-ID: <m3vgs1a8ye.fsf@ak-71.mind.de>
37779              
37780              The 32-bit wraparound test wasn't quite right.
37781      Branch: perl
37782            ! t/lib/syslfs.t t/op/lfs.t
37783 ____________________________________________________________________________
37784 [  8277] By: jhi                                   on 2000/12/30  21:33:44
37785         Log: Subject: [PATCH] open() example in perlfunc.pod 
37786              From: Karsten Sperling <s_sperli@ira.uka.de>
37787              Date: Sat, 30 Dec 2000 22:27:09 +0100
37788              Message-ID: <"iraun1.ira.0090801:001230.213049"@ira.uka.de>
37789      Branch: perl
37790            ! pod/perlfunc.pod
37791 ____________________________________________________________________________
37792 [  8276] By: jhi                                   on 2000/12/30  20:32:40
37793         Log: Not quite that many tests yet.
37794      Branch: perl
37795            ! t/op/pat.t
37796 ____________________________________________________________________________
37797 [  8275] By: jhi                                   on 2000/12/30  20:26:58
37798         Log: Integrate perlio.
37799      Branch: perl
37800           !> toke.c
37801 ____________________________________________________________________________
37802 [  8274] By: jhi                                   on 2000/12/30  20:24:56
37803         Log: Signedness nit.
37804      Branch: perl
37805            ! utf8.c
37806 ____________________________________________________________________________
37807 [  8273] By: jhi                                   on 2000/12/30  20:15:46
37808         Log: Add a test case for 20000731.001 which was fixed by the #8267.
37809      Branch: perl
37810            ! t/op/pat.t
37811 ____________________________________________________________________________
37812 [  8272] By: nick                                  on 2000/12/30  19:47:51
37813         Log: Tweak for MULTIPLICITY/USE_PERLIO
37814      Branch: perlio
37815            ! toke.c
37816 ____________________________________________________________________________
37817 [  8271] By: nick                                  on 2000/12/30  19:46:45
37818         Log: Integrate mainline
37819      Branch: perlio
37820           +> lib/unicode/distinct.pm
37821           !> Changes MANIFEST doop.c embed.h embed.pl mg.c op.c op.h
37822           !> patchlevel.h perl.h pod/perlapi.pod pp.c pp_ctl.c pp_hot.c
37823           !> proto.h regcomp.c regcomp.h regexec.c sv.c t/op/split.t utf8.c
37824 ____________________________________________________________________________
37825 [  8270] By: jhi                                   on 2000/12/30  19:39:50
37826         Log: Subject: RE: perl@8269
37827              From: "Richard Soderberg" <rs@crystalflame.net>
37828              Date: Sat, 30 Dec 2000 11:36:27 -0800
37829              Message-ID: <NAEKLNAAHLMBPMPNBMLEIEAKCKAA.rs@crystalflame.net>
37830              
37831              A missing aTHX_.
37832      Branch: perl
37833            ! toke.c
37834 ____________________________________________________________________________
37835 [  8269] By: jhi                                   on 2000/12/30  18:55:48
37836         Log: Update Changes.
37837      Branch: perl
37838            ! Changes patchlevel.h
37839 ____________________________________________________________________________
37840 [  8268] By: jhi                                   on 2000/12/30  17:18:40
37841         Log: Add a test for Unicode split //.  The #8267 was the cure.
37842      Branch: perl
37843            ! t/op/split.t
37844 ____________________________________________________________________________
37845 [  8267] By: jhi                                   on 2000/12/30  17:14:19
37846         Log: Subject: more UTF8 test suites and an UTF8 patch
37847              From: Inaba Hiroto <inaba@st.rim.or.jp>
37848              Date: Sat, 30 Dec 2000 14:27:10 +0900
37849              Message-ID: <3A4D722D.243AFD88@st.rim.or.jp> 
37850              
37851              Just the patch part for now, and the pragma renamed
37852              as unicode::distinct.
37853      Branch: perl
37854            + lib/unicode/distinct.pm
37855            ! MANIFEST doop.c embed.h embed.pl mg.c op.c op.h perl.h
37856            ! pod/perlapi.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
37857            ! regcomp.h regexec.c sv.c toke.c utf8.c
37858 ____________________________________________________________________________
37859 [  8266] By: nick                                  on 2000/12/30  16:40:49
37860         Log: Integrate mainline
37861      Branch: perlio
37862           +> lib/Pod/Text/Overstrike.pm
37863           !> MANIFEST doio.c hints/dec_osf.sh hv.c lib/Pod/Man.pm
37864           !> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm op.c
37865           !> pod/pod2text.PL sv.c t/lib/syslfs.t t/op/join.t t/op/lfs.t
37866           !> t/pragma/constant.t t/pragma/sub_lval.t t/pragma/utf8.t util.c
37867           !> vms/vms.c vms/vmsish.h vms/vmspipe.com
37868 ____________________________________________________________________________
37869 [  8265] By: jhi                                   on 2000/12/30  07:28:55
37870         Log: The sv_catsv() fix, take two.
37871      Branch: perl
37872            ! sv.c t/op/join.t
37873 ____________________________________________________________________________
37874 [  8264] By: jhi                                   on 2000/12/30  06:19:18
37875         Log: Undo all the join-related changes since #8248: relevant
37876              portions of 8248, 8249, 8250, 8251, 8260, 8263 must go.
37877              The new sv_catsv() doesn't fly so it must go back to
37878              the drawing board.
37879      Branch: perl
37880            ! sv.c t/op/join.t t/pragma/utf8.t
37881 ____________________________________________________________________________
37882 [  8263] By: jhi                                   on 2000/12/30  01:08:32
37883         Log: (Retracted by #8264)  Tweak sv_catsv() some more.
37884      Branch: perl
37885            ! sv.c
37886 ____________________________________________________________________________
37887 [  8262] By: jhi                                   on 2000/12/30  00:45:14
37888         Log: Retract #8261.
37889      Branch: perl
37890            ! hv.c util.c
37891 ____________________________________________________________________________
37892 [  8261] By: jhi                                   on 2000/12/30  00:38:32
37893         Log: (Retracted by #8261). (Unsuccessful memory access tweaks.)
37894      Branch: perl
37895            ! hv.c util.c
37896 ____________________________________________________________________________
37897 [  8260] By: jhi                                   on 2000/12/29  22:51:33
37898         Log: (Retracted by #8264)  More fixing for #8251.
37899      Branch: perl
37900            ! sv.c
37901 ____________________________________________________________________________
37902 [  8259] By: jhi                                   on 2000/12/29  18:27:30
37903         Log: Subject: podlators 1.06 released
37904              From: Russ Allbery <rra@stanford.edu>
37905              Date: 25 Dec 2000 05:09:30 -0800
37906              Message-ID: <ylwvcosl4l.fsf@windlord.stanford.edu>
37907      Branch: perl
37908            + lib/Pod/Text/Overstrike.pm
37909            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Color.pm
37910            ! lib/Pod/Text/Termcap.pm pod/pod2text.PL
37911 ____________________________________________________________________________
37912 [  8258] By: jhi                                   on 2000/12/29  18:20:45
37913         Log: Make the large file tests more robust/talkative as suggested by
37914              
37915              Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
37916              From: andreas.koenig@anima.de (Andreas J. Koenig)
37917              Date: 29 Dec 2000 14:23:01 +0100
37918              Message-ID: <m3snn7uzt6.fsf@ak-71.mind.de>
37919      Branch: perl
37920            ! t/lib/syslfs.t t/op/lfs.t
37921 ____________________________________________________________________________
37922 [  8257] By: jhi                                   on 2000/12/29  17:48:04
37923         Log: Further VMS piping fixes from Charles Lane:
37924              
37925              In summary, error messages produced when a subprocess terminated
37926              abnormally were being sent not just to the parent process, but to
37927              grandparents, because of default values for error output that were
37928              not completely overridden when the subprocess was started.
37929              
37930              This patch fixes this behavior by defining user-mode (i.e., temporary
37931              for the duration of the program) logical names for SYS$OUTPUT and
37932              SYS$ERROR when they are (re)opened inside Perl.  And a bunch of other
37933              changes to make it so that the user-mode logicals are the ones that
37934              control where Perl's error messages go if it terminates abnormally.
37935              
37936              I also added some gratuitous fixes to the indentation of braces in
37937              the piping code.  It just looked ugly, before.
37938      Branch: perl
37939            ! doio.c vms/vms.c vms/vmsish.h vms/vmspipe.com
37940 ____________________________________________________________________________
37941 [  8256] By: jhi                                   on 2000/12/29  17:45:12
37942         Log: Subject: [PATCH] Idea: Declare multiple constants at once (fwd)
37943              From: "Casey R. Tweten" <crt@kiski.net>
37944              Date: Fri, 29 Dec 2000 12:03:00 -0500 (EST)
37945              Message-ID: <Pine.OSF.4.21.0012291201150.17186-100000@home.kiski.net>
37946              
37947              Tests for for #8240.
37948      Branch: perl
37949            ! t/pragma/constant.t
37950 ____________________________________________________________________________
37951 [  8255] By: jhi                                   on 2000/12/29  17:43:07
37952         Log: Subject: Re: [PATCH] Interesting syntax idea
37953              From: Simon Cozens <simon@cozens.net>
37954              Date: Fri, 29 Dec 2000 14:34:04 +0000
37955              Message-ID: <20001229143404.A7762@deep-dark-truthful-mirror.perlhacker.org>
37956              
37957              Tests for #8254.
37958      Branch: perl
37959            ! t/pragma/sub_lval.t
37960 ____________________________________________________________________________
37961 [  8254] By: jhi                                   on 2000/12/29  17:42:11
37962         Log: Subject: [PATCH] Interesting syntax idea
37963              From: Simon Cozens <simon@cozens.net>
37964              Date: Wed, 27 Dec 2000 05:08:57 +0000
37965              Message-ID: <20001227050857.A11296@deep-dark-truthful-mirror.perlhacker.org>
37966              
37967              Make opens + bareword assigns do typeglob assigns.
37968      Branch: perl
37969            ! op.c
37970 ____________________________________________________________________________
37971 [  8253] By: jhi                                   on 2000/12/29  17:36:45
37972         Log: Output the (apparent) version of gcc, as suggested by
37973              
37974              Subject: [ID 20001226.001] dec_osf.sh mis-parses gcc version 2.95.2 as less than 2.95, causing installation-failure
37975              From: jhbrown@ai.mit.edu (Jeremy H. Brown)
37976              Date: 26 Dec 2000 04:29:17 -0500
37977              Message-Id: <uv6puify1hu.fsf@suspiria.ai.mit.edu>
37978              
37979              (The patch as such didn't any more apply as the misparsing had
37980              already been addressed in #6474.)  Also change the wording about
37981              gcc 2.95.2, for Jeremy it didn't break sdbm, for me it did.
37982      Branch: perl
37983            ! hints/dec_osf.sh
37984 ____________________________________________________________________________
37985 [  8252] By: nick                                  on 2000/12/29  12:14:31
37986         Log: Integrate mainline
37987      Branch: perlio
37988           !> (integrate 27 files)
37989 ____________________________________________________________________________
37990 [  8251] By: jhi                                   on 2000/12/29  08:45:46
37991         Log: (Retracted by #8264)
37992              
37993              (Fixed by #8260.)
37994              
37995              sv_catsv() needs one more byte space than seems reasonable.
37996              (for join() and PERL_DESTRUCT_LEVEL=2, built with debugging).
37997              Curiouser and curiouser.
37998      Branch: perl
37999            ! sv.c
38000 ____________________________________________________________________________
38001 [  8250] By: jhi                                   on 2000/12/29  07:57:52
38002         Log: More split // UTF-8 tests.
38003      Branch: perl
38004            ! t/pragma/utf8.t
38005 ____________________________________________________________________________
38006 [  8249] By: jhi                                   on 2000/12/29  07:54:51
38007         Log: (Retracted by #8264)  More join() testing which was good because
38008              it revealed a bug in #8248 (the UTF8_EIGHT_BIT_LO() was wrong).
38009      Branch: perl
38010            ! pp.c t/op/join.t utf8.c utf8.h
38011 ____________________________________________________________________________
38012 [  8248] By: jhi                                   on 2000/12/29  07:08:32
38013         Log: (Retracted by #8264)  Externally: join() was still quite UTF-8-unaware.
38014              Internally: sv_catsv() wasn't quite okay on UTF-8, it assumed
38015              that the only cases to care about are byte+byte and byte+character.
38016              
38017              TODO: See how well pp_concat() could be implemented in terms
38018              of sv_catsv().
38019      Branch: perl
38020            ! doop.c sv.c t/op/join.t utf8.h
38021 ____________________________________________________________________________
38022 [  8247] By: jhi                                   on 2000/12/29  06:35:23
38023         Log: Signedness nit.
38024      Branch: perl
38025            ! pp_hot.c
38026 ____________________________________________________________________________
38027 [  8246] By: jhi                                   on 2000/12/29  01:23:31
38028         Log: Subject: Re: [ID 20001226.002] Not OK: perl v5.7.0 +DEVEL8221 on i86pc-solaris 2.8 (UNINSTALLED)
38029              From: Lupe Christoph <lupe@lupe-christoph.de>
38030              Date: Thu, 28 Dec 2000 23:00:00 +0100
38031              Message-ID: <20001228230000.F2574@alanya.lupe-christoph.de>
38032              
38033              Suggest rsync --delete --dry-run.
38034      Branch: perl
38035            ! pod/perlhack.pod
38036 ____________________________________________________________________________
38037 [  8245] By: jhi                                   on 2000/12/28  23:57:05
38038         Log: The maxiters upper limit sanity check (guarding against
38039              non-progress) assumed bytes instead of characters in s///
38040              and split().
38041      Branch: perl
38042            ! pp.c pp_hot.c
38043 ____________________________________________________________________________
38044 [  8244] By: jhi                                   on 2000/12/28  23:34:08
38045         Log: Make some panic messages a bit more logical.
38046      Branch: perl
38047            ! doop.c pod/perldiag.pod pp.c pp_hot.c
38048 ____________________________________________________________________________
38049 [  8243] By: jhi                                   on 2000/12/28  22:59:16
38050         Log: Subject: [PATCH] lvalue AUTOLOAD. No, really.
38051              From: Simon Cozens <simon@cozens.net>
38052              Date: Wed, 27 Dec 2000 02:30:03 +0000
38053              Message-ID: <20001227023003.A7677@deep-dark-truthful-mirror.perlhacker.org>
38054      Branch: perl
38055            ! pp.c t/pragma/sub_lval.t
38056 ____________________________________________________________________________
38057 [  8242] By: jhi                                   on 2000/12/28  22:56:53
38058         Log: Subject: [PATCH blead] Fix B::Terse indentation
38059              From: Daniel Chetlin <daniel@chetlin.com>
38060              Date: Wed, 27 Dec 2000 06:43:30 -0800
38061              Message-ID: <20001227064329.B9573@darkstar>
38062      Branch: perl
38063            ! ext/B/B.pm ext/B/B/Terse.pm t/lib/b.t
38064 ____________________________________________________________________________
38065 [  8241] By: jhi                                   on 2000/12/28  22:48:59
38066         Log: The latter patch from the
38067              
38068              Subject: [PATCH: perl@8211] directory depth typo in one win32 Makefile
38069              From: Peter Prymmer <pvhp@forte.com> 
38070              Date: Fri, 22 Dec 2000 14:52:12 -0800 (PST)
38071              Message-ID: <Pine.OSF.4.10.10012221433140.195493-100000@aspara.forte.com>
38072              
38073              (the former patch from the above should have been
38074              taken care of by Nick I-S)
38075      Branch: perl
38076            ! win32/Makefile
38077 ____________________________________________________________________________
38078 [  8240] By: jhi                                   on 2000/12/28  22:45:22
38079         Log: Subject: Re: [PATCH] Idea: Declare multiple constants at once
38080              From: "Casey R. Tweten" <crt@kiski.net>
38081              Date: Fri, 22 Dec 2000 10:35:53 -0500 (EST)
38082              Message-ID: <Pine.OSF.4.21.0012221032030.28992-100000@home.kiski.net>
38083      Branch: perl
38084            ! lib/constant.pm
38085 ____________________________________________________________________________
38086 [  8239] By: jhi                                   on 2000/12/28  22:37:45
38087         Log: Subject: [PATCH] Re: [ID 19991001.003] sort(sub(arg)) misparsed as sort sub args
38088              From: Simon Cozens <simon@cozens.net>
38089              Date: Wed, 27 Dec 2000 14:12:44 +0000
38090              Message-ID: <20001227141244.A13344@deep-dark-truthful-mirror.perlhacker.org>
38091      Branch: perl
38092            ! t/op/method.t t/op/sort.t toke.c
38093 ____________________________________________________________________________
38094 [  8238] By: jhi                                   on 2000/12/28  22:30:32
38095         Log: Subject: [PATCH perl@8229] Call.pm
38096              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
38097              Date: Mon, 25 Dec 2000 10:47:15 -0000
38098              Message-ID: <000201c06e60$0b967760$a20a140a@bfs.phone.com>
38099      Branch: perl
38100            ! ext/Filter/Util/Call/Call.pm
38101 ____________________________________________________________________________
38102 [  8237] By: jhi                                   on 2000/12/28  22:19:21
38103         Log: Subject: [PATCH blead] Fix problem with `&' prototype
38104              From: Daniel Chetlin <daniel@chetlin.com>
38105              Date: Wed, 27 Dec 2000 15:55:32 -0800
38106              Message-ID: <20001227155532.D9573@darkstar>
38107      Branch: perl
38108            ! op.c t/comp/proto.t
38109 ____________________________________________________________________________
38110 [  8236] By: jhi                                   on 2000/12/28  22:09:25
38111         Log: Subject: Re: [PATCH blead] Fix segfault in gv_handler/mg_find
38112              From: Daniel Chetlin <daniel@chetlin.com>
38113              Date: Sun, 24 Dec 2000 04:09:49 -0800
38114              Message-ID: <20001224040949.B3090@darkstar>
38115      Branch: perl
38116            ! gv.c mg.c t/op/attrs.t
38117 ____________________________________________________________________________
38118 [  8235] By: jhi                                   on 2000/12/28  22:07:11
38119         Log: Subject: [PATCH] Win32::Spawn() didn't inherit cwd and env correctly
38120              From: Jan Dubois <jand@ActiveState.com>
38121              Date: Tue, 26 Dec 2000 20:57:31 -0800
38122              Message-ID: <reti4ts0php3anruv0qcjru3tl850g3sfd@4ax.com>
38123      Branch: perl
38124            ! win32/win32.c
38125 ____________________________________________________________________________
38126 [  8234] By: jhi                                   on 2000/12/28  21:52:42
38127         Log: Subject: Re: [PATCH] Warn on use of reference as array elem
38128              From: Simon Cozens <simon@cozens.net>
38129              Date: Thu, 28 Dec 2000 20:33:13 +0000
38130              Message-ID: <20001228203313.A2607@deep-dark-truthful-mirror.perlhacker.org>
38131      Branch: perl
38132            ! pod/perldiag.pod pp_hot.c t/pragma/warn/pp_hot
38133 ____________________________________________________________________________
38134 [  8233] By: jhi                                   on 2000/12/28  19:40:49
38135         Log: Integrate perlio.
38136      Branch: perl
38137           !> ext/Encode/Makefile.PL ext/Encode/compile
38138 ____________________________________________________________________________
38139 [  8232] By: nick                                  on 2000/12/23  16:06:00
38140         Log: Encode's Makefile.PL fix not good for dmake $(MAKEFILE) is set to -f Makefile
38141              and fails to make '-f'. (Also handle case where xxxx.c files have not been deleted.)
38142      Branch: perlio
38143            ! ext/Encode/Makefile.PL
38144 ____________________________________________________________________________
38145 [  8231] By: nick                                  on 2000/12/23  14:30:34
38146         Log: "Compiled" encode build cleanup
38147              - Makefile uses catfile $(MAKEFILE) etc. for platform issues.
38148              - .c files do not export sub-tables
38149      Branch: perlio
38150            ! ext/Encode/Makefile.PL ext/Encode/compile
38151 ____________________________________________________________________________
38152 [  8230] By: nick                                  on 2000/12/23  12:50:37
38153         Log: Integrate mainline
38154      Branch: perlio
38155           !> INSTALL lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
38156           !> lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
38157           !> pod/perl5004delta.pod pod/perl5005delta.pod
38158           !> pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
38159           !> pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
38160           !> pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
38161           !> pod/perlsub.pod
38162 ____________________________________________________________________________
38163 [  8229] By: jhi                                   on 2000/12/22  15:32:12
38164         Log: Integrate perlio.
38165      Branch: perl
38166           +> win32/distclean.bat
38167           !> MANIFEST t/io/utf8.t
38168 ____________________________________________________________________________
38169 [  8228] By: jhi                                   on 2000/12/22  15:29:40
38170         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
38171              From: Robin Barker <rmb1@cise.npl.co.uk>
38172              Date: Fri, 22 Dec 2000 12:17:38 GMT
38173              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
38174      Branch: perl
38175            ! lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
38176            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
38177            ! pod/perl5004delta.pod pod/perl5005delta.pod
38178            ! pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
38179            ! pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
38180            ! pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
38181            ! pod/perlsub.pod
38182 ____________________________________________________________________________
38183 [  8227] By: jhi                                   on 2000/12/22  15:24:28
38184         Log: Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
38185              From: "John L. Allen" <allen@grumman.com>
38186              Date: Thu, 21 Dec 2000 14:39:58 -0500 (EST)
38187              Message-ID: <Pine.SOL.3.91.1001221133227.23511A-100000@gateway.grumman.com>
38188              
38189              Document APPLLIB_EXP.
38190      Branch: perl
38191            ! INSTALL
38192 ____________________________________________________________________________
38193 [  8226] By: nick                                  on 2000/12/21  22:11:50
38194         Log: Handy script for when one forgets to "dmake clean" 
38195      Branch: perlio
38196            + win32/distclean.bat
38197            ! MANIFEST
38198 ____________________________________________________________________________
38199 [  8225] By: nick                                  on 2000/12/21  21:54:04
38200         Log: CRLF platform issue with io/utf8 fix.
38201      Branch: perlio
38202            ! t/io/utf8.t
38203 ____________________________________________________________________________
38204 [  8224] By: nick                                  on 2000/12/21  21:02:20
38205         Log: Integrate mainline
38206      Branch: perlio
38207           !> Changes Configure Makefile.SH Porting/Glossary
38208           !> Porting/config.sh Porting/config_H configure.com
38209           !> epoc/config.sh ext/Thread/Thread.xs patchlevel.h
38210           !> pod/perlfaq3.pod pod/perlfunc.pod pod/perltoc.pod pp_sys.c
38211           !> sv.c t/io/fs.t t/op/misc.t t/op/utf8decode.t t/pragma/utf8.t
38212           !> win32/config.bc win32/config.gc win32/config.vc
38213 ____________________________________________________________________________
38214 [  8223] By: jhi                                   on 2000/12/21  17:09:16
38215         Log: Update Changes.
38216      Branch: perl
38217            ! Changes patchlevel.h
38218 ____________________________________________________________________________
38219 [  8222] By: jhi                                   on 2000/12/21  16:24:01
38220         Log: Metaconfig unit changes for #8221.
38221      Branch: metaconfig/U/perl
38222           +> issymlink.U
38223            - testsyml.U
38224            ! Mksymlinks.U
38225 ____________________________________________________________________________
38226 [  8221] By: jhi                                   on 2000/12/21  16:23:48
38227         Log: Rename testsyml to issymlink.
38228      Branch: perl
38229            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
38230            ! epoc/config.sh pod/perltoc.pod win32/config.bc win32/config.gc
38231            ! win32/config.vc
38232 ____________________________________________________________________________
38233 [  8220] By: jhi                                   on 2000/12/21  15:47:26
38234         Log: Robustness support for #8218 (symlink forest) since the GNU
38235              tools seem to be overly picky about symlinkage depths.
38236      Branch: perl
38237            ! Makefile.SH t/io/fs.t
38238 ____________________________________________________________________________
38239 [  8219] By: jhi                                   on 2000/12/21  15:38:27
38240         Log: Metaconfig changes for #8218.
38241      Branch: metaconfig
38242            ! U/modified/Oldconfig.U
38243      Branch: metaconfig/U/perl
38244            + Mksymlinks.U
38245            ! testsyml.U
38246 ____________________________________________________________________________
38247 [  8218] By: jhi                                   on 2000/12/21  15:37:57
38248         Log: Add Configure option -Dmksymlinks which will create a symlink
38249              forest if the current/build differs from the source directory.
38250              TODO: mkdir -p is not portable.
38251      Branch: perl
38252            ! Configure
38253 ____________________________________________________________________________
38254 [  8217] By: jhi                                   on 2000/12/21  14:39:12
38255         Log: Subject: [PATCH] Re: Latest tarball doesn't build with threads
38256              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
38257              Date: Thu, 21 Dec 2000 09:38:18 GMT
38258              Message-Id: <200012210938.JAA29043@mikado.tiuk.ti.com>
38259              
38260              The ofs became an SV.
38261      Branch: perl
38262            ! ext/Thread/Thread.xs
38263 ____________________________________________________________________________
38264 [  8216] By: jhi                                   on 2000/12/21  05:40:21
38265         Log: The polymorphism seems to have fixed 20000517.001.
38266      Branch: perl
38267            ! t/pragma/utf8.t
38268 ____________________________________________________________________________
38269 [  8215] By: jhi                                   on 2000/12/21  04:44:52
38270         Log: read() documentation tweak for 20001121.004.
38271      Branch: perl
38272            ! pod/perlfunc.pod
38273 ____________________________________________________________________________
38274 [  8214] By: jhi                                   on 2000/12/21  03:54:11
38275         Log: Fix for 20001210.003, "write(FH) on closed FH causes segv".
38276      Branch: perl
38277            ! pp_sys.c t/op/misc.t
38278 ____________________________________________________________________________
38279 [  8213] By: jhi                                   on 2000/12/21  00:28:10
38280         Log: Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com
38281              From: Peter Prymmer <pvhp@forte.com>
38282              Date: Wed, 20 Dec 2000 16:13:32 -0800 (PST)
38283              Message-ID: <Pine.OSF.4.10.10012201609140.11967-100000@aspara.forte.com>
38284      Branch: perl
38285            ! configure.com
38286 ____________________________________________________________________________
38287 [  8212] By: jhi                                   on 2000/12/21  00:26:21
38288         Log: Edit edit edit.
38289      Branch: perl
38290            ! pod/perlfaq3.pod
38291 ____________________________________________________________________________
38292 [  8211] By: jhi                                   on 2000/12/20  18:52:46
38293         Log: Update Changes.
38294      Branch: perl
38295            ! Changes patchlevel.h
38296 ____________________________________________________________________________
38297 [  8210] By: jhi                                   on 2000/12/20  18:34:47
38298         Log: Yet another editor edit.
38299      Branch: perl
38300            ! pod/perlfaq3.pod
38301 ____________________________________________________________________________
38302 [  8209] By: jhi                                   on 2000/12/20  15:33:28
38303         Log: More Win32 Perling.
38304      Branch: perl
38305            ! pod/perlfaq3.pod
38306 ____________________________________________________________________________
38307 [  8208] By: jhi                                   on 2000/12/20  15:07:46
38308         Log: More Win32 editor/IDE/shell hints.
38309      Branch: perl
38310            ! pod/perlfaq3.pod
38311 ____________________________________________________________________________
38312 [  8207] By: jhi                                   on 2000/12/20  03:54:08
38313         Log: Subject: [PATCH] obscure timing knowledge
38314              From: Nicholas Clark <nick@ccl4.org>
38315              Date: Tue, 19 Dec 2000 19:22:31 +0000
38316              Message-ID: <20001219192231.F2827@plum.flirble.org>
38317      Branch: perl
38318            ! sv.c
38319 ____________________________________________________________________________
38320 [  8206] By: jhi                                   on 2000/12/20  03:45:57
38321         Log: Subject: [ID 20001219.011] Not OK: perl v5.7.1 +DEVEL8205 on alpha-dec_osf-perlio-multi 4.0f (UNINSTALLED)
38322              From: Spider Boardman <spider@leggy.zk3.dec.com>
38323              Date: Tue, 19 Dec 2000 21:30:16 -0500
38324              Message-Id: <200012200230.VAA17619@leggy.zk3.dec.com>
38325      Branch: perl
38326            ! sv.c
38327 ____________________________________________________________________________
38328 [  8205] By: jhi                                   on 2000/12/19  23:02:01
38329         Log: Update Changes.
38330      Branch: perl
38331            ! Changes patchlevel.h
38332 ____________________________________________________________________________
38333 [  8204] By: jhi                                   on 2000/12/19  22:58:18
38334         Log: Recode the naughty binary bytes ([\x00-\x08\x0b-\x1f\x7f-\xff])
38335              using the \xHH notation.  No more inlined UTF-8, sigh, but easier
38336              on editors and diffing/patching.
38337      Branch: perl
38338            ! t/op/utf8decode.t
38339 ____________________________________________________________________________
38340 [  8203] By: nick                                  on 2000/12/19  21:36:16
38341         Log: Integrate mainline (forgot my own change...)
38342      Branch: perlio
38343           !> ext/Encode/compile
38344 ____________________________________________________________________________
38345 [  8202] By: nick                                  on 2000/12/19  21:34:42
38346         Log: Integrate mainline.
38347      Branch: perlio
38348           !> (integrate 61 files)
38349 ____________________________________________________________________________
38350 [  8201] By: nick                                  on 2000/12/19  21:34:06
38351         Log: Avoid looking for File::Glob when we don't need it.
38352      Branch: perl
38353            ! ext/Encode/compile
38354 ____________________________________________________________________________
38355 [  8200] By: jhi                                   on 2000/12/19  18:35:49
38356         Log: Update Changes.
38357      Branch: perl
38358            ! Changes patchlevel.h
38359 ____________________________________________________________________________
38360 [  8199] By: jhi                                   on 2000/12/19  18:35:07
38361         Log: Microperl tweaks.
38362      Branch: perl
38363            ! sv.c uconfig.h uconfig.sh
38364 ____________________________________________________________________________
38365 [  8198] By: jhi                                   on 2000/12/19  18:29:59
38366         Log: Regen Configure, nitfix uconfig.sh (d_vendorarch is needed).
38367      Branch: perl
38368            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
38369            ! config_h.SH pod/perltoc.pod uconfig.h uconfig.sh
38370 ____________________________________________________________________________
38371 [  8197] By: jhi                                   on 2000/12/19  17:55:29
38372         Log: In VMS embedded perls couldn't access the statically built Socket,
38373              from Charles Lane.
38374      Branch: perl
38375            ! configure.com
38376 ____________________________________________________________________________
38377 [  8196] By: jhi                                   on 2000/12/19  17:49:50
38378         Log: Subject: [PATCH perl@8143] DB_File-1.75 (was RE: [8104] DB_File)
38379              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk> 
38380              Date: Sun, 17 Dec 2000 19:11:44 -0000
38381              Message-ID: <000801c0685d$3224e5a0$a20a140a@bfs.phone.com> 
38382      Branch: perl
38383            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
38384            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
38385 ____________________________________________________________________________
38386 [  8195] By: jhi                                   on 2000/12/19  17:47:53
38387         Log: Subject: [patch perl@8150] h2xs SYNOPSIS
38388              From: Jonathan Stowe <gellyfish@gellyfish.com>
38389              Date: Mon, 18 Dec 2000 10:24:38 +0000 (GMT)
38390              Message-ID: <Pine.LNX.4.10.10012181021180.20731-100000@orpheus.gellyfish.com>
38391      Branch: perl
38392            ! utils/h2xs.PL
38393 ____________________________________________________________________________
38394 [  8194] By: jhi                                   on 2000/12/19  17:46:28
38395         Log: Subject: Re: useless use of void context work-around
38396              From: andreas.koenig@anima.de (Andreas J. Koenig)
38397              Date: 16 Dec 2000 15:13:36 +0100
38398              Message-ID: <m3g0jofo8f.fsf@ak-71.mind.de>
38399              
38400              Document (comment) the q(di ds ig) trick in the code.
38401      Branch: perl
38402            ! op.c
38403 ____________________________________________________________________________
38404 [  8193] By: jhi                                   on 2000/12/19  17:10:57
38405         Log: Subject: [ID 20001215.004] Sys::Syslog::xlate doesn't handle LOG_EMERG
38406              From: "Mark J. Reed" <mreed@strange.turner.com>
38407              Date: Fri, 15 Dec 2000 21:22:29 -0500 (EST)
38408              Message-Id: <200012160222.VAA13986@strange.turner.com>
38409      Branch: perl
38410            ! ext/Sys/Syslog/Syslog.pm
38411 ____________________________________________________________________________
38412 [  8192] By: jhi                                   on 2000/12/19  17:07:45
38413         Log: Subject: [PATCH] Re: [PATCH] strtoq, strtou(q|ll|l) testing
38414              From: Nicholas Clark <nick@ccl4.org>
38415              Date: Sat, 16 Dec 2000 19:03:13 +0000
38416              Message-ID: <20001216190313.D68304@plum.flirble.org>
38417      Branch: perl
38418            ! t/op/64bitint.t
38419 ____________________________________________________________________________
38420 [  8191] By: jhi                                   on 2000/12/19  17:06:13
38421         Log: Subject: [ID 20001218.005] Not OK: perl v5.7.0 +DEVEL8148 on powerpc-machten 4.1.4
38422              From: Dominic Dunlop <domo@computer.org>
38423              Date: Mon, 18 Dec 2000 12:00:15 +0100
38424              Message-Id: <p04320404b6639e7aa043@[192.168.1.4]>
38425              
38426              This patchlet is needed in order that perl can be statically linked.  
38427      Branch: perl
38428            ! regexec.c
38429 ____________________________________________________________________________
38430 [  8190] By: jhi                                   on 2000/12/19  17:03:08
38431         Log: Subject: [PATCH perl@8133] finding PerlIO symbols for VMS
38432              From: "Craig A. Berry" <craig.berry@psinetcs.com>
38433              Date: Sun, 17 Dec 2000 00:18:35 -0600
38434              Message-Id: <p04330102b661bc01daba@[172.16.52.1]>
38435      Branch: perl
38436            ! perlio.h vms/gen_shrfls.pl
38437 ____________________________________________________________________________
38438 [  8189] By: jhi                                   on 2000/12/19  16:20:28
38439         Log: Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
38440              From: Prymmer/Kahn <pvhp@best.com>
38441              Date: Tue, 19 Dec 2000 08:08:31 -0800 (PST)
38442              Message-ID: <Pine.BSF.4.21.0012190804040.14656-100000@shell8.ba.best.com>
38443              
38444              A better version of #8188.
38445      Branch: perl
38446            ! pod/perlfaq3.pod
38447 ____________________________________________________________________________
38448 [  8188] By: jhi                                   on 2000/12/19  15:57:06
38449         Log: (Replaced by #8189)
38450              
38451              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
38452              Date: Mon, 18 Dec 2000 08:03:34 -0800 (PST)
38453              From: Prymmer/Kahn <pvhp@best.com>
38454              Message-ID: <Pine.BSF.4.21.0012180802090.27110-100000@shell8.ba.best.com>
38455              Subject: Re: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
38456              From: Ronald J Kimball <rjk@linguist.Thayer.Dartmouth.EDU>
38457              Date: Mon, 18 Dec 2000 11:10:45 -0500
38458              Message-ID: <20001218111044.B180222@linguist.thayer.dartmouth.edu>
38459      Branch: perl
38460            ! pod/perlfaq3.pod
38461 ____________________________________________________________________________
38462 [  8187] By: jhi                                   on 2000/12/19  15:54:19
38463         Log: Email address fix for Anton Berezin.
38464      Branch: perl
38465            ! AUTHORS
38466 ____________________________________________________________________________
38467 [  8186] By: jhi                                   on 2000/12/19  15:38:54
38468         Log: Subject: [PATCH perl@8102] cygwin port
38469              From: "Eric Fifer" <efifer@dircon.co.uk> 
38470              Date: Thu, 14 Dec 2000 13:41:29 -0000
38471              Message-Id: <200012141340.NAA54236@mailhost1.dircon.co.uk>
38472              
38473              When compiling modules the data item that is being imported
38474              from libperl.dll needs to be tagged as imported/shared data:
38475              extern __declspec(dllimport) PerlIO_funcs PerlIO_pending;
38476      Branch: perl
38477            ! perliol.h
38478 ____________________________________________________________________________
38479 [  8185] By: jhi                                   on 2000/12/19  14:53:24
38480         Log: Regen uconfig.h and uconfig.sh.
38481      Branch: perl
38482            ! uconfig.h uconfig.sh
38483 ____________________________________________________________________________
38484 [  8184] By: jhi                                   on 2000/12/18  20:43:49
38485         Log: Comments work so much better when they are closed.
38486      Branch: perl
38487            ! regcomp.c
38488 ____________________________________________________________________________
38489 [  8183] By: jhi                                   on 2000/12/18  18:04:02
38490         Log: Some compilers (e.g. HP-UX) can't switch on 64-bit integers.
38491              Fixes the bug 20001218.016.
38492      Branch: perl
38493            ! regcomp.c
38494 ____________________________________________________________________________
38495 [  8182] By: gsar                                  on 2000/12/18  09:53:47
38496         Log: delete spurious files
38497      Branch: maint-5.6/perl
38498            - lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif vos/config.def
38499            - vos/config.h vos/config_h.SH_orig
38500 ____________________________________________________________________________
38501 [  8181] By: gsar                                  on 2000/12/18  09:46:08
38502         Log: regen perltoc
38503      Branch: maint-5.6/perl
38504            ! pod/buildtoc.PL pod/perl.pod pod/perlapi.pod pod/perltoc.pod
38505 ____________________________________________________________________________
38506 [  8180] By: gsar                                  on 2000/12/18  09:20:27
38507         Log: integrate changes#7924..7926,7946,7952 from mainline
38508      Branch: maint-5.6/perl
38509           !> lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/MM_Unix.pm
38510           !> lib/File/stat.pm t/lib/class-struct.t
38511 ____________________________________________________________________________
38512 [  8179] By: gsar                                  on 2000/12/18  08:55:54
38513         Log: integrate changes#7889,7890,7900,7903,7904,7907,7910,7917,
38514              7918,7919,7988,8907 from mainline (various)
38515      Branch: maint-5.6/perl
38516           +> t/lib/class-struct.t
38517           !> MANIFEST README.amiga ext/Sys/Syslog/Syslog.pm gv.c
38518           !> lib/Class/Struct.pm pod/perlipc.pod pod/perltie.pod
38519           !> t/lib/syslfs.t t/op/lfs.t utils/perlcc.PL
38520 ____________________________________________________________________________
38521 [  8178] By: gsar                                  on 2000/12/18  08:16:30
38522         Log: avoid redefinition warnings on windows due to sys/socket.h getting
38523              #included before win32.h
38524      Branch: maint-5.6/perl
38525            ! win32/include/sys/socket.h
38526 ____________________________________________________________________________
38527 [  8177] By: gsar                                  on 2000/12/18  05:24:04
38528         Log: make regen_headers; fix POSIX.xs problems; remove outdated
38529              code from sys/socket.h that makes build fail now
38530      Branch: maint-5.6/perl
38531            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
38532            ! pod/perlapi.pod
38533           !> win32/include/sys/socket.h
38534 ____________________________________________________________________________
38535 [  8176] By: gsar                                  on 2000/12/18  05:20:17
38536         Log: update Changes
38537      Branch: maint-5.6/perl
38538            ! Changes patchlevel.h
38539 ____________________________________________________________________________
38540 [  8175] By: gsar                                  on 2000/12/18  04:57:48
38541         Log: integrate changes#7643,7646..7649,7651..7654,7658,7659,
38542              7661..7665,7667..7669,7671,7673,7676,7677,7681..7683,
38543              7689..7697,7699..7701,7703,7705,7714,7715,7718..7723,
38544              7725,7726,7729..7732,7737,7748,7749,7758,7759,7761,7773,
38545              7775,7776,7782,7785..7787,7804,7807,7808,7810,7811,7816,
38546              7823,7825,7838
38547      Branch: maint-5.6/perl
38548           +> lib/File/Spec/Epoc.pm
38549           !> (integrate 88 files)
38550 ____________________________________________________________________________
38551 [  8174] By: gsar                                  on 2000/12/18  03:53:09
38552         Log: integrate changes#7602,7604..7611,7614,7616..7619,7621..7623,
38553              7625..7629,7631..7634,7637,7639,7642 from mainline
38554      Branch: maint-5.6/perl
38555           +> README.solaris
38556           !> (integrate 26 files)
38557 ____________________________________________________________________________
38558 [  8173] By: gsar                                  on 2000/12/18  03:37:02
38559         Log: integrate changes#7472,7474..7479,7481,7485,7489,7493,7494,7496,
38560              7497,7499..7503,7505..7507,7509..7513,7515..7523,7526..7534,
38561              7536,7540,7542,7544..7546,7549,7553,7556,7557,7559,7561..7563,
38562              7565,7568..7572,7576,7578..7589,9592..7594,7596..7601 from mainline
38563      Branch: maint-5.6/perl
38564           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
38565            - MAINTAIN
38566           !> (integrate 111 files)
38567 ____________________________________________________________________________
38568 [  8172] By: jhi                                   on 2000/12/18  02:49:27
38569         Log: Regen pods.
38570      Branch: perl
38571            ! pod/perlmodlib.pod pod/perltoc.pod
38572 ____________________________________________________________________________
38573 [  8171] By: gsar                                  on 2000/12/18  02:49:24
38574         Log: integrate changes#7447,7448,7450,7454,7456,7457,7460,7462,
38575              7465..7471 from mainline
38576              
38577              Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
38578              in platforms that strictly require all the symbols being present
38579              at link time.
38580              
38581              Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
38582              
38583              Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
38584              
38585              Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
38586              
38587              Subject: [PATCH] todo
38588              
38589              Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
38590              
38591              Use $sort, $uniq (and $tr) consistently as wondered
38592              by Nicholas Clark.
38593              
38594              Too enthusiastic editing in #7460.
38595              
38596              The reëntrant version shouldn't be needed unless USE_PURE_BISON.
38597              
38598              Upgrade to CPAN 1.58_55.
38599              Subject: CPAN.pm status
38600              
38601              Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
38602              
38603              Make target reordering to avoid pointless re-makes.
38604              Subject: Re: Total re-make of 'make okfile' after 7451 ?
38605              
38606              Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
38607              
38608              Subject: DOC PATCH 5.6.0
38609              
38610              Add the repository doc by Malcolm, Sarathy, and by Simon,
38611              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
38612      Branch: maint-5.6/perl
38613           +> Porting/repository.pod
38614           !> Configure MANIFEST Makefile.SH README.dos README.os2
38615           !> config_h.SH configure.com embed.h embed.pl handy.h lib/CPAN.pm
38616           !> lib/CPAN/FirstTime.pm perl.h pod/perlfunc.pod pod/perltodo.pod
38617           !> pp.c proto.h t/io/open.t t/op/assignwarn.t toke.c
38618 ____________________________________________________________________________
38619 [  8169] By: gsar                                  on 2000/12/18  02:33:34
38620         Log: integrate changes#7416,7417,7420..7422,7424,7426..7429,7431..7433,
38621              7435..7441,7445 from mainline
38622              
38623              Make the UTF-8 decoding stricter and more verbose when
38624              malformation happens.  This involved adding an argument
38625              to utf8_to_uv_chk(), which involved changing its prototype,
38626              and prefer STRLEN over I32 for the UTF-8 length, which as
38627              a domino effect necessitated changing the prototypes of
38628              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
38629              The stricter UTF-8 decoding checking uses Markus Kuhn's
38630              UTF-8 Decode Stress Tester from
38631              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
38632              
38633              Run vms/vms_yfix.pl, should have done that after changing
38634              perly.c in #7382.
38635              
38636              Subject: [PATCH 5.7.0] static linking with uninstalled perl
38637              
38638              (Replaced by #7440.)
38639              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
38640              
38641              Fix the bug ID 20001024.005, the bug introduced by #7416.
38642              
38643              Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
38644              
38645              Fix the bug reported in
38646              From: andreas.koenig@anima.de (Andreas J. Koenig)
38647              Also make is_utf8_char() stricter.
38648              
38649              Missed the header file changes from #7425.
38650              
38651              Check if stdio supports tweaking lval and cnt simultaneously.
38652              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
38653              
38654              Stratus VOS updates from Paul Green.
38655              
38656              Podify README.epoc and README.vos.
38657              
38658              Add targets to Makefile.SH, most importantly
38659              'regen_all' which also remembers to update vms/perly*.
38660              
38661              Subject: Minor update to find2perl, for portability
38662              
38663              Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
38664              
38665              Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
38666              
38667              Rename UTF8LEN() to be UNISKIP(), too confusing to have
38668              UTF8LEN() and UTF8SKIP(). 
38669              
38670              Allow poking holes at the UTF-8 decoding strictness.
38671              
38672              Continue the internal UTF-8 API tweaking.
38673              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
38674              used much more than the simpler API, now called utf8_to_uv_simple().
38675              Still not quite happy with API, too much partial duplication
38676              of functionality.
38677              
38678              A new version of making the syslog test more robust.
38679              (Replaces #7421.)
38680              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
38681              
38682              buildtoc target tweaks.
38683              
38684              Integrate with vmsperl #7430 by Charles Bailey:
38685              
38686              Cleanup from prior patch (Charles Lane?):
38687              - improve handling of MFDs in Basename and Path
38688              - default to no xsubpp line # munging when building debug images
38689      Branch: maint-5.6/perl
38690           +> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
38691           +> vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
38692           !> (integrate 67 files)
38693 ____________________________________________________________________________
38694 [  8168] By: gsar                                  on 2000/12/18  02:05:49
38695         Log: integrate changes#7512,7733 from mainline (regex bugfixes)
38696              
38697              Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
38698              From: Martin Husemann <martin@duskware.de>
38699              
38700              Subject: [PATCH 5.7.0] restore match data on backtracing
38701              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
38702      Branch: maint-5.6/perl
38703           !> regcomp.c regexec.c t/op/re_tests
38704 ____________________________________________________________________________
38705 [  8167] By: gsar                                  on 2000/12/18  01:55:22
38706         Log: integrate changes#7858,7986 from mainline
38707              
38708              C<foreach my $x ...> in pseudo-fork()ed process may diddle
38709              parent's memory; fix it by keeping track of the actual pad
38710              offset rather than a raw pointer (this change is probably also
38711              relevant to non-ithreads case to avoid fallout from reallocs of
38712              the pad array, but is currently only enabled for the ithreads
38713              case in the interests of minimal disruption to existing "well
38714              tested" code)
38715              
38716              fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
38717              due to the notorious GetFileType() bug in Windows 9x, which fstat()
38718              tickles)
38719      Branch: maint-5.6/perl
38720           !> embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
38721           !> proto.h scope.c scope.h sv.c t/op/fork.t win32/perlhost.h
38722           !> win32/win32.c win32/win32.h win32/win32sck.c
38723 ____________________________________________________________________________
38724 [  8166] By: gsar                                  on 2000/12/18  01:52:59
38725         Log: integrate changes#7626,7632,7717,7738,7814,7817,7902,7912,7915
38726              from mainline (xsubpp and ExtUtils::LibList fixups, various
38727              other small items)
38728      Branch: maint-5.6/perl
38729           !> emacs/cperl-mode.el emacs/ptags lib/ExtUtils/Liblist.pm
38730           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
38731           !> lib/ExtUtils/xsubpp lib/unicode/syllables.txt minimod.pl
38732           !> pod/perlfunc.pod pod/perlxs.pod pod/perlxstut.pod t/op/split.t
38733           !> win32/bin/search.pl
38734 ____________________________________________________________________________
38735 [  8165] By: gsar                                  on 2000/12/18  01:28:45
38736         Log: integrate changes#7533,7563,7611,7623 from mainline (various
38737              malloc.c embellishments)
38738      Branch: maint-5.6/perl
38739           !> malloc.c pod/perldiag.pod
38740 ____________________________________________________________________________
38741 [  8164] By: gsar                                  on 2000/12/18  01:23:33
38742         Log: integrate changes#7419,7806,8129 from mainline (various h2xs
38743              fixups)
38744      Branch: maint-5.6/perl
38745           !> utils/h2xs.PL
38746 ____________________________________________________________________________
38747 [  8163] By: gsar                                  on 2000/12/18  01:17:50
38748         Log: integrate changes#7493,7599,7803 from mainline (various perlbug
38749              fixups)
38750      Branch: maint-5.6/perl
38751           !> Makefile.SH utils/perlbug.PL
38752 ____________________________________________________________________________
38753 [  8162] By: gsar                                  on 2000/12/18  00:25:43
38754         Log: always export Perl_deb() (it is required by re.xs whether
38755              Perl is built with or without -DDEBUGGING)
38756      Branch: maint-5.6/perl
38757            ! makedef.pl
38758 ____________________________________________________________________________
38759 [  8161] By: gsar                                  on 2000/12/18  00:23:38
38760         Log: integrate change#7414 from mainline
38761              
38762              Undo the basename() part of #7412 since the lib/basename
38763              tests would need upgrading too.
38764              
38765              squelch two tests in tr.t that rely on tr/// paranoia change
38766              that's not in 5.6.x
38767      Branch: maint-5.6/perl
38768            ! t/op/tr.t
38769           !> lib/File/Basename.pm
38770 ____________________________________________________________________________
38771 [  8160] By: gsar                                  on 2000/12/18  00:05:30
38772         Log: missing change in previous integrate
38773      Branch: maint-5.6/perl
38774           !> README.aix
38775 ____________________________________________________________________________
38776 [  8159] By: gsar                                  on 2000/12/18  00:03:38
38777         Log: integrate changes#7205..7210,7212,7214..7219,7222,7223,7225,7226,
38778              7228,7230..7241,7243,7346,7347,7350..7354,7356,7358..7360,7362,
38779              7363,7365..7368,7370..7374,7376..7386,7391,7393..7399,7304..7408,
38780              7410..7413 from mainline
38781      Branch: maint-5.6/perl
38782           +> README.aix hints/nonstopux.sh lib/unicode/Is/DCmedial.pl
38783           +> t/lib/tie-splice.t
38784            - lib/unicode/Is/DCinital.pl
38785           !> (integrate 112 files)
38786 ____________________________________________________________________________
38787 [  8158] By: jhi                                   on 2000/12/17  23:04:24
38788         Log: Subject: [PATCHES] RE: perl@8150 
38789              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
38790              Date: Sun, 17 Dec 2000 21:46:39 +0100
38791              Message-ID: <3A3D343F.13566.1ACA7D93@localhost>
38792              
38793              Neither cygwin has a getpwuid() one can trust on.
38794      Branch: perl
38795            ! t/lib/glob-basic.t
38796 ____________________________________________________________________________
38797 [  8157] By: jhi                                   on 2000/12/17  23:01:54
38798         Log: More MAN.PODS => {} fixes.
38799      Branch: perl
38800            ! os2/OS2/ExtAttr/Makefile.PL os2/OS2/PrfDB/Makefile.PL
38801            ! os2/OS2/Process/Makefile.PL os2/OS2/REXX/DLL/Makefile.PL
38802            ! os2/OS2/REXX/Makefile.PL
38803 ____________________________________________________________________________
38804 [  8156] By: gsar                                  on 2000/12/17  22:49:13
38805         Log: integrate changes#7069..7077,7079,7081..7087,7090,7092,7093,
38806              7096..7104,7109..7117,7119..7124,7126,7128,7129,7133,7134,
38807              7136..7139,7141..7146,7148,7149,7151,7153..7155,7157,7158,
38808              7160,7161,7164,7165,7169..7178,7180..7191,7193..7197,7199,
38809              7201,7204 from mainline
38810      Branch: maint-5.6/perl
38811           !> (integrate 121 files)
38812 ____________________________________________________________________________
38813 [  8155] By: jhi                                   on 2000/12/17  22:30:58
38814         Log: Subject: [PATCH perl@8133] fix-up for VMS extensions
38815              From: "Craig A. Berry" <craigberry@mac.com>
38816              Date: Sun, 17 Dec 2000 13:09:28 -0600
38817              Message-Id: <p04330103b6628cabe114@[172.16.52.1]>
38818              
38819              MAN.PODS => ' ' is naughty.
38820      Branch: perl
38821            ! vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
38822 ____________________________________________________________________________
38823 [  8154] By: nick                                  on 2000/12/17  22:07:13
38824         Log: MULTIPLICITY nit.
38825      Branch: perl
38826            ! mg.c
38827 ____________________________________________________________________________
38828 [  8153] By: gsar                                  on 2000/12/17  21:23:05
38829         Log: integrate changes#7017..7019,7021..7025,7027..7036,7038,7039,
38830              7041..7044,7046..7048,7050..7061,7063,7066..7067,7069..7074
38831              from mainline
38832              
38833              Document the SvIOK_.*UV().
38834              
38835              Update Unicode todo list.
38836              
38837              Guard against bad string->int conversion for quads.
38838              
38839              Subject: small apidoc fix
38840              
38841              Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
38842              
38843              Subject: [PATCH] Tied filehandle documentation
38844              
38845              Subject: [PATCH] Modernize Opcode.pm documentation
38846              
38847              Make Data::Dumper (non-XS) to work with changed semantics of ref().
38848              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
38849              [applied even though said semantics didn't change in 5.6.x]
38850              
38851              Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
38852              
38853              Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
38854              
38855              Fix the URL, but the server is still missing in action.
38856              Subject: [ID 20000905.002] perlfaq1.pod URL error
38857              
38858              Subject: [ID 20000903.001] \w in utf8-strings
38859              
38860              Fix the ccversion detection for 5.1 and beyond.
38861              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
38862              
38863              Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
38864              
38865              Subject: [ID 20000904.008] Tiny fix for perldiag
38866              
38867              Subject: Re: [ID 20000906.004] segfault with bad perl statement
38868              
38869              Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
38870              
38871              Subject: [ID 20000908.002] perlipc documentation bug.
38872              
38873              Subject: [PATCH lib/Benchmark.pm]
38874              
38875              Re-allow vec() for characters > 255.
38876              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
38877              
38878              Do away with memory models cruft.  Sorry, PDP users.
38879              
38880              Continue #7041.
38881              
38882              Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
38883              
38884              Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
38885              
38886              Upgrade to CPAN 1.57_65, from Andreas König.
38887              
38888              Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
38889              by Russ Allbery.
38890              
38891              Silence t/pod/*.t about alternate quote-mappings now implemented
38892              by Pod::Text, from Brad Appleton.
38893              
38894              Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
38895              Subject: borland C++ win32.c tweak
38896              
38897              C<@a = @b = split(...)> optimization coredumps under ithreads
38898              (missed a spot when fixing up op_pmreplroot hack for ithreads)
38899              
38900              Document the SvUTF8*().
38901              
38902              Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
38903              
38904              Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
38905              
38906              Do in VMS as the #7054 does.
38907              
38908              Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
38909              
38910              Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
38911              
38912              Subject: [patch: perl@7045] vms updates
38913              
38914              Test for the #7049.
38915              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
38916              
38917              Break up the myconfig lines a bit.
38918              Subject: perlbug/perl -V output format
38919              
38920              Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
38921              
38922              The #7054 truncated Configure badly.
38923              
38924              change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
38925              initialization in all the threads on Windows
38926              
38927              Allow for whitespace between "#" and "line" in cpp output.
38928              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
38929              
38930              Remove vestiges of tr//CU.
38931              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
38932              
38933              The return value of setlocale must be copied away.
38934              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
38935              
38936              Allow chop() and chomp() to be overridden.
38937              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
38938              
38939              Hints optimization.
38940              Subject: Minor nit
38941              
38942              Subject: [PATCH] de-wall t/README
38943              
38944              Subject: Re: Two advertising clauses need to be removed
38945      Branch: maint-5.6/perl
38946           !> (integrate 75 files)
38947 ____________________________________________________________________________
38948 [  8152] By: gsar                                  on 2000/12/17  20:30:11
38949         Log: integrate changes#6945,6947,6949..6954,6956,6958,6959,6961,
38950              6964..6972,6977..6981..6984,6987,6988,6991,6994,6997,
38951              6999..7001,7003..7005,7007,7009,7011,7012 from mainline
38952              
38953              Don't attach -ld to the archname if pointless.
38954              
38955              Document UNTIE in a very minimalistic way.
38956              
38957              POSIX doesn't report long double values under -Duselongdouble
38958              when the long doubles are "real" (bigger than doubles).
38959              
38960              More author updates.
38961              
38962              Try to deduce NV_MAX.  Really should be Configure fodder.
38963              
38964              :: not allowed in pathnames, change to .
38965              Subject: [PATCH perl@6938] cygwin port
38966              
38967              Forget about NV_MAX (#6951).  Various floating point tweaks,
38968              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
38969              
38970              Move the Solaris 7 scan to use64bitall, make the
38971              failure to find 64-bot sparc libc to mention the
38972              possibility of being in an intel, from Lupe and Alan.
38973              
38974              Regen perltoc.
38975              
38976              AUTHORS tweaks, from Peter Prymmer.
38977              
38978              More address tweaking.
38979              
38980              Small tweaks all over.
38981              
38982              File::Temp patches from Andreas König,
38983              
38984              Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
38985              
38986              Subject: CPAN.pm beta 1.57_57 for the core
38987              
38988              Part of the solution.
38989              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
38990              
38991              Subject: [PATCH@6961] Fix misleading example in perlretut.pod
38992              
38993              Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
38994              
38995              Add the overload warnings to perldiag.
38996              
38997              Drop unused argument.
38998              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
38999              
39000              Subject: Nit in Configure (bleadperl@6961)
39001              
39002              Update to PodParser 1.18, from Brad Appleton.
39003              
39004              Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
39005              
39006              Subject: [PATCH: 6948] add SCNfldbl to configure.com
39007              
39008              Document UNTIE. Also tweak implementation to suppress the 'inner references'
39009              warning when UNTIE exists and instead pass the cound of extra references to
39010              the UNTIE method.
39011              
39012              Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
39013              so that case-ignoring systems like DCL can tell them from
39014              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
39015              
39016              Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
39017              
39018              Feature ordering tweak.
39019              
39020              Regen perltoc.
39021              
39022              Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
39023              
39024              Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
39025              
39026              Subject: http:// in L<>
39027              
39028              Detypo.
39029              
39030              change#6791 accidentally clobbered change#6710, put it back
39031              
39032              Only the first line, thank you very much.
39033              
39034              Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
39035              plus rework the http: spots as suggested by Tom Christiansen,
39036              plus regen perltoc.
39037              
39038              Undo part of change 6489 which looks like a bulk edit which
39039              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
39040              The supressing of main:: on return from select() is undesirable.
39041              
39042              Apparently avoiding the swapping is too costly.
39043              
39044              Various Configure nits by Philip Newton,
39045              plus the ebcdic one by me.
39046              
39047              Make certain cc is set before trying to run it.
39048              
39049              If overloaded %{} etc. return the object do not loop.
39050              Thus  sub deref { $_[0] } functions if object is wanted type.
39051              
39052              Update perlhist.
39053              
39054              More %{} and other deref special casing - do not pass to 'nomethod'.
39055      Branch: maint-5.6/perl
39056           !> (integrate 59 files)
39057 ____________________________________________________________________________
39058 [  8151] By: gsar                                  on 2000/12/17  19:14:38
39059         Log: integrate changes#6903,6905..6907,6909,6911..6913,6915,6917,6918,
39060              6920..6926,6928..6930,6934..6937,6939,6940,6942..6944 from mainline
39061              
39062              Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
39063              
39064              Make the epsilon to be relative, not absolute.
39065              
39066              Put back the flags dump as reasoned in
39067              Subject: Re: [PATCH] Glob dumping
39068              
39069              Introduce ccname to keep track of what compiler kind of we have.
39070              
39071              Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
39072              
39073              Put back the slice accidentally removed by #6907.
39074              
39075              Reset archname and archname64 always, forcing them be
39076              recomputed at each Configure run, make Configure and
39077              the hints files agree on the naming of largefiles variables.
39078              
39079              Don't say "Perl 5.0 source kit".
39080              
39081              Subject: [PATCH] fix misc cast warnings
39082              
39083              Subject: typos in pods
39084              
39085              NVs not necessarily doubles, as pointed out by Yitzchak.
39086              
39087              Subject: [PATCH 6889] add a few ldbl formats to configure.com
39088              
39089              Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
39090              
39091              Better options for rsync.
39092              
39093              Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
39094              
39095              Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
39096              
39097              Subject: [PATCH] Re: UNTIE method 
39098              
39099              A better fix for the Socket building problem from Craig Berry.
39100              
39101              Retract the dummy test, skip the security tests (instead of failing),
39102              explain what the warnings mean.
39103              
39104              Heap decorruption.
39105              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
39106              
39107              Update to Unicode 3.0.1.
39108              
39109              Missed one Unicode file.
39110              
39111              Subject: Re: typos in pods
39112              
39113              The #6929 was too skimpy.
39114              
39115              sscanf() may be the only way to read long doubles from strings.
39116              
39117              Reveal Borland's isnan.
39118              Subject: build with BC++ tweak
39119              
39120              Issue useful diagnostic on unknown pod commands.
39121              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
39122              
39123              Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
39124              
39125              Clarify the third case of ftmp-security warnings.
39126              
39127              Make -Dusemorebits find long doubles in Solaris.
39128              
39129              Wrap the test in eval.
39130      Branch: maint-5.6/perl
39131           +> lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
39132           +> lib/unicode/PropList.txt lib/unicode/README.perl
39133           +> lib/unicode/UCD301.html lib/unicode/UCDFF301.html
39134           +> lib/unicode/Unicode.301 vms/vmspipe.com
39135            - lib/unicode/Props.txt lib/unicode/UCD300.html
39136            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
39137           !> (integrate 305 files)
39138 ____________________________________________________________________________
39139 [  8150] By: jhi                                   on 2000/12/17  18:47:57
39140         Log: Uncheckedin generated files.
39141      Branch: perl
39142            ! global.sym perlapi.c pod/perlapi.pod
39143 ____________________________________________________________________________
39144 [  8149] By: jhi                                   on 2000/12/17  18:41:22
39145         Log: Update Changes.
39146      Branch: perl
39147            ! Changes patchlevel.h
39148 ____________________________________________________________________________
39149 [  8148] By: jhi                                   on 2000/12/17  18:39:16
39150         Log: Subject: [PATCH] Fcntl constants speedup
39151              From: Nicholas Clark <nick@ccl4.org>
39152              Date: Sun, 17 Dec 2000 16:29:24 +0000
39153              Message-ID: <20001217162924.E97668@plum.flirble.org>
39154              
39155              Use IVs for the Fcntl constants instead of NVs.
39156      Branch: perl
39157            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs t/op/goto_xs.t
39158 ____________________________________________________________________________
39159 [  8147] By: jhi                                   on 2000/12/17  18:33:41
39160         Log: Add test for #8145 (binmode() warning), add warning for
39161              ioctl() and sockpair(), document them. (fileno() cannot
39162              be tripwired with the same kind of warning because
39163              'defined fileno($foo)' seems to be an idiom.)
39164      Branch: perl
39165            ! pod/perldiag.pod pp_sys.c t/pragma/warn/pp_sys
39166 ____________________________________________________________________________
39167 [  8146] By: gsar                                  on 2000/12/17  18:09:08
39168         Log: update Changes
39169      Branch: maint-5.6/perl
39170            ! Changes
39171 ____________________________________________________________________________
39172 [  8145] By: jhi                                   on 2000/12/17  17:39:35
39173         Log: Subject: [PATCH] Re: The long awaited feature ...
39174              From: Simon Cozens <simon@cozens.net>
39175              Date: Sun, 17 Dec 2000 12:31:56 +0000
39176              Message-ID: <20001217123156.A3891@deep-dark-truthful-mirror.perlhacker.org>
39177              
39178              Add a warning to binmode() about using bad filehandles
39179              (can happen e.g. if someone forgets the filehandle argument)
39180      Branch: perl
39181            ! pp_sys.c
39182 ____________________________________________________________________________
39183 [  8144] By: jhi                                   on 2000/12/17  17:33:48
39184         Log: Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
39185              From: Jonathan Stowe <gellyfish@gellyfish.com>
39186              Date: Sun, 17 Dec 2000 17:08:10 +0000 (GMT)
39187              Message-ID: <Pine.LNX.4.10.10012171700010.3834-100000@orpheus.gellyfish.com>
39188      Branch: perl
39189            ! lib/Net/Ping.pm
39190 ____________________________________________________________________________
39191 [  8143] By: jhi                                   on 2000/12/17  05:31:37
39192         Log: Polymorphic regexps.
39193              
39194              Fixes at least the bugs 20001028.003 (both of them...) and
39195              20001108.001.  The bugs 20001114.001 and 20001205.014 seem
39196              also to be fixed by now, probably already before this patch.
39197      Branch: perl
39198            ! embed.h embed.pl mg.c objXSUB.h pp_ctl.c pp_hot.c proto.h
39199            ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h sv.c
39200            ! t/op/utf8decode.t t/pragma/utf8.t
39201 ____________________________________________________________________________
39202 [  8142] By: jhi                                   on 2000/12/16  17:16:05
39203         Log: Subject: [patch perl@8102] dos/djgpp update
39204              From: Laszlo Molnar <ml1050@freemail.hu>
39205              Date: Sat, 16 Dec 2000 01:40:52 +0100
39206              Message-ID: <20001216014052.A335@freemail.hu>
39207      Branch: perl
39208            ! djgpp/config.over t/base/commonsense.t
39209 ____________________________________________________________________________
39210 [  8141] By: jhi                                   on 2000/12/16  17:09:27
39211         Log: Few uncheckedin files.
39212      Branch: perl
39213            ! global.sym perlapi.c pod/perlapi.pod pod/perlintern.pod
39214 ____________________________________________________________________________
39215 [  8140] By: nick                                  on 2000/12/15  22:14:31
39216         Log: Integrate mainline
39217      Branch: perlio
39218           !> (integrate 53 files)
39219 ____________________________________________________________________________
39220 [  8139] By: jhi                                   on 2000/12/15  19:49:49
39221         Log: One more IVUV tweak from Nicholas Clark.
39222      Branch: perl
39223            ! sv.c
39224 ____________________________________________________________________________
39225 [  8138] By: jhi                                   on 2000/12/15  19:17:06
39226         Log: Return of the IVUV-preservation, now seems to be happy even
39227              in Digital UNIX (the broken strtoul brokenness detection
39228              seems to have been the fly in the ointment).
39229      Branch: perl
39230            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
39231            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
39232            ! objXSUB.h op.c perl.h pp.c pp_hot.c proto.h sv.c sv.h
39233            ! t/lib/peek.t t/op/cmp.t t/op/numconvert.t uconfig.h
39234            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
39235            ! vos/config.ga.h win32/config.bc win32/config.gc
39236            ! win32/config.vc
39237 ____________________________________________________________________________
39238 [  8137] By: jhi                                   on 2000/12/15  18:12:14
39239         Log: Metaconfig unit change for #8136.
39240      Branch: metaconfig
39241            ! U/modified/d_strtoul.U
39242      Branch: metaconfig/U/perl
39243            ! d_strtoull.U d_strtouq.U
39244 ____________________________________________________________________________
39245 [  8136] By: jhi                                   on 2000/12/15  18:11:35
39246         Log: I don't think it's sensible or portable to test the strtou*
39247              on /^-/ strings.
39248      Branch: perl
39249            ! Configure
39250 ____________________________________________________________________________
39251 [  8135] By: jhi                                   on 2000/12/15  17:18:49
39252         Log: Metaconfig unit change for #8134.
39253      Branch: metaconfig
39254            ! U/modified/d_strtoul.U
39255 ____________________________________________________________________________
39256 [  8134] By: jhi                                   on 2000/12/15  17:14:13
39257         Log: If longsize is 8 we don't need a LL suffix for integer constants.
39258      Branch: perl
39259            ! Configure config_h.SH
39260 ____________________________________________________________________________
39261 [  8133] By: jhi                                   on 2000/12/15  16:00:23
39262         Log: Update Changes.
39263      Branch: perl
39264            ! Changes patchlevel.h
39265 ____________________________________________________________________________
39266 [  8132] By: jhi                                   on 2000/12/15  15:44:16
39267         Log: Some compilers get huffy if you do not cast a const pointer
39268              to a non-const when assigning.
39269      Branch: perl
39270            ! gv.c
39271 ____________________________________________________________________________
39272 [  8131] By: jhi                                   on 2000/12/15  15:38:30
39273         Log: Subject: [PATCH 5.7.0] speeding up object creation/destruction 4x times
39274              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
39275              Date: Fri, 15 Dec 2000 05:26:57 -0500
39276              Message-ID: <20001215052657.A8319@math.mps.ohio-state.edu>
39277      Branch: perl
39278            ! embed.h embed.pl gv.c objXSUB.h perl.h proto.h sv.c
39279            ! t/pragma/overload.t
39280 ____________________________________________________________________________
39281 [  8130] By: jhi                                   on 2000/12/15  15:36:08
39282         Log: Subject: [PATCH 5.7.0] cosmetic change to overloading
39283              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
39284              Date: Thu, 14 Dec 2000 22:02:43 -0500
39285              Message-ID: <20001214220243.A18437@monk.mps.ohio-state.edu>
39286      Branch: perl
39287            ! gv.c perl.h
39288 ____________________________________________________________________________
39289 [  8129] By: jhi                                   on 2000/12/15  15:34:16
39290         Log: Subject: PATCH: h2xs nit
39291              From: Tim Jenness <t.jenness@jach.hawaii.edu>
39292              Date: Thu, 14 Dec 2000 18:25:46 -1000 (HST)
39293              Message-ID: <Pine.LNX.4.30.0012141820340.2533-100000@lapaki.jach.hawaii.edu>
39294              
39295              Add a template README.
39296      Branch: perl
39297            ! utils/h2xs.PL
39298 ____________________________________________________________________________
39299 [  8128] By: jhi                                   on 2000/12/15  15:32:22
39300         Log: Still buggy findgteprime, fix from Eric Joanis <joanis@cs.toronto.edu>.
39301      Branch: perl
39302            ! lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
39303 ____________________________________________________________________________
39304 [  8127] By: jhi                                   on 2000/12/15  15:19:34
39305         Log: Subject:  [PATCH Opcode.XS, Perl 5.6+] stuff for caller and _ in Safe::
39306              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
39307              Date:     Thu, 14 Dec 2000 20:04:42 EST
39308              Message-Id: <001214200310.49929@DUPHY4.Physics.Drexel.Edu>
39309      Branch: perl
39310            ! ext/Opcode/Opcode.xs
39311 ____________________________________________________________________________
39312 [  8126] By: jhi                                   on 2000/12/15  15:17:49
39313         Log: Subject: [PATCH: perl@8102] s/use vars qw\(/our(/ for OS/390 extension builds
39314              From: Peter Prymmer <pvhp@forte.com>
39315              Date: Thu, 14 Dec 2000 15:50:20 -0800 (PST)
39316              Message-ID: <Pine.OSF.4.10.10012141548200.57557-100000@aspara.forte.com>
39317      Branch: perl
39318            ! ext/Errno/Errno_pm.PL lib/ExtUtils/MM_Unix.pm
39319            ! lib/ExtUtils/Manifest.pm lib/File/Spec.pm
39320            ! lib/File/Spec/Functions.pm lib/File/Spec/Unix.pm
39321 ____________________________________________________________________________
39322 [  8125] By: jhi                                   on 2000/12/15  15:11:05
39323         Log: This seems to be a stage sane and stable enough to checkin.
39324              (it basically is 8102..8118+8122 but no 8120, 8121, 8123, 8124)
39325      Branch: perl
39326            ! MANIFEST embed.h embed.pl objXSUB.h op.c perl.h perlapi.c
39327            ! pod/perlapi.pod pp.c pp_hot.c proto.h sv.c sv.h t/lib/peek.t
39328            ! t/op/cmp.t t/op/numconvert.t
39329 ____________________________________________________________________________
39330 [  8124] By: jhi                                   on 2000/12/15  04:20:26
39331         Log: Something is really wonky.
39332      Branch: perl
39333            ! sv.c
39334 ____________________________________________________________________________
39335 [  8123] By: jhi                                   on 2000/12/15  04:00:50
39336         Log: Fixes for the IV UV patches to compile in Digital UNIX.
39337      Branch: perl
39338            ! sv.c
39339 ____________________________________________________________________________
39340 [  8122] By: jhi                                   on 2000/12/15  02:53:40
39341         Log: Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
39342              From: "Craig A. Berry" <craigberry@mac.com>
39343              Date: Thu, 14 Dec 2000 19:10:49 -0600
39344              Message-Id: <p04330100b65efbe32f30@[172.16.52.1]>
39345      Branch: perl
39346            ! vms/vms.c
39347 ____________________________________________________________________________
39348 [  8121] By: jhi                                   on 2000/12/15  02:50:00
39349         Log: Metaconfig changes for #8120.
39350      Branch: metaconfig
39351            + U/modified/d_strtoul.U
39352      Branch: metaconfig/U/perl
39353            ! d_strtoull.U d_strtouq.U
39354 ____________________________________________________________________________
39355 [  8120] By: jhi                                   on 2000/12/15  02:49:42
39356         Log: From: Nicholas Clark <nick@ccl4.org> 
39357              Subject: [PATCH] strtoq, strtou(q|ll|l) testing (was [PATCH] faster and 64 bit  preserving arithmetic)
39358              Date: Thu, 14 Dec 2000 18:38:57 +0000
39359              Message-ID: <20001214183857.B97909@plum.flirble.org>
39360      Branch: perl
39361            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
39362            ! config_h.SH configure.com epoc/config.sh perl.h sv.c uconfig.h
39363            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
39364            ! vos/config.ga.def vos/config.ga.h win32/config.bc
39365            ! win32/config.gc win32/config.vc
39366 ____________________________________________________________________________
39367 [  8119] By: jhi                                   on 2000/12/14  23:40:58
39368         Log: Subject: [PATCH] faster and 64 bit preserving arithmetic
39369              From: Nicholas Clark <nick@ccl4.org>
39370              Date: Wed, 13 Dec 2000 20:08:50 +0000
39371              Message-ID: <20001213200849.B71166@plum.flirble.org>
39372      Branch: perl
39373            ! embed.h embed.pl objXSUB.h op.c perl.h pp.c pp_hot.c proto.h
39374            ! sv.c sv.h t/lib/peek.t t/op/cmp.t t/op/numconvert.t
39375 ____________________________________________________________________________
39376 [  8118] By: jhi                                   on 2000/12/14  22:46:26
39377         Log: Integrate perlio.
39378      Branch: perl
39379           !> MANIFEST ext/Encode/compile makedef.pl
39380 ____________________________________________________________________________
39381 [  8117] By: nick                                  on 2000/12/14  22:38:53
39382         Log: Win32 tweaks to get Encode to build
39383              - temp hack to makedef.pl till PerlIO is properly "exported".
39384              - MSVC dislikes  
39385              static encpage_t foo[];
39386              so make 'em extern for now.
39387      Branch: perlio
39388            ! ext/Encode/compile makedef.pl
39389 ____________________________________________________________________________
39390 [  8116] By: nick                                  on 2000/12/14  22:00:53
39391         Log: Document the new files
39392      Branch: perlio
39393            ! MANIFEST
39394 ____________________________________________________________________________
39395 [  8115] By: jhi                                   on 2000/12/14  21:58:01
39396         Log: MANIFEST new files of #8114.
39397      Branch: perl
39398            ! MANIFEST
39399 ____________________________________________________________________________
39400 [  8114] By: jhi                                   on 2000/12/14  21:50:49
39401         Log: Integrate perlio.
39402      Branch: perl
39403           +> ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
39404           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
39405           !> ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
39406           !> ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
39407           !> ext/Encode/Makefile.PL
39408 ____________________________________________________________________________
39409 [  8113] By: jhi                                   on 2000/12/14  21:48:49
39410         Log: The documentation part of the
39411              
39412              Subject: [ID 20001214.002] Net::Ping patch
39413              From: Jonathan Stowe <gellyfish@gellyfish.com>
39414              Date: Thu, 14 Dec 2000 08:28:14 +0000 (GMT)
39415              Message-Id: <Pine.LNX.4.10.10012140805480.19767-200000@orpheus.gellyfish.com>
39416              since the #7529 had already addressed the same problem.
39417      Branch: perl
39418            ! lib/Net/Ping.pm
39419 ____________________________________________________________________________
39420 [  8112] By: jhi                                   on 2000/12/14  21:42:57
39421         Log: Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
39422              From: Dominic Dunlop <domo@computer.org>
39423              Date: Tue, 12 Dec 2000 10:47:10 +0100
39424              Message-Id: <p04320402b65ba33a92b2@[192.168.1.4]>
39425              
39426              Document how elusive subroutines can be.
39427      Branch: perl
39428            ! pod/perlfunc.pod
39429 ____________________________________________________________________________
39430 [  8111] By: jhi                                   on 2000/12/14  21:38:05
39431         Log: Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
39432              From: Dominic Dunlop <domo@computer.org>
39433              Date: Thu, 14 Dec 2000 10:13:51 +0100
39434              Message-Id: <p04320407b65e3f4853aa@[192.168.1.4]>
39435      Branch: perl
39436            ! ext/POSIX/POSIX.pod
39437 ____________________________________________________________________________
39438 [  8110] By: jhi                                   on 2000/12/14  21:36:32
39439         Log: Subject: [patch] perlfaq7
39440              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
39441              Date: Thu, 14 Dec 2000 15:31:07 +0100
39442              Message-ID: <3A38E7BB.13178.11C40A8@localhost>
39443      Branch: perl
39444            ! pod/perlfaq7.pod
39445 ____________________________________________________________________________
39446 [  8109] By: jhi                                   on 2000/12/14  21:29:20
39447         Log: Subject: [8104] Encode
39448              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
39449              Date: Thu, 14 Dec 2000 14:49:34 +0100
39450              Message-Id: <20001214142101.B338.H.M.BRAND@hccnet.nl>
39451              
39452              Type casting for nervous compilers.
39453      Branch: perl
39454            ! ext/Encode/Encode.xs
39455 ____________________________________________________________________________
39456 [  8108] By: jhi                                   on 2000/12/14  21:26:17
39457         Log: Subject: [8104] DB_File
39458              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
39459              Date: Thu, 14 Dec 2000 14:49:35 +0100
39460              Message-Id: <20001214144439.B33A.H.M.BRAND@hccnet.nl>
39461              
39462              Type definition incorrect for DB 2.7.7.  Not known when it
39463              changed, so only changed it for a known revision.
39464      Branch: perl
39465            ! ext/DB_File/DB_File.xs
39466 ____________________________________________________________________________
39467 [  8107] By: jhi                                   on 2000/12/14  21:23:41
39468         Log: Subject: [PATCH: perl@8102] Re: Encode/cp1047.enc etc.
39469              From: Peter Prymmer <pvhp@forte.com>
39470              Date: Thu, 14 Dec 2000 11:11:50 -0800 (PST)
39471              Message-ID: <Pine.OSF.4.10.10012141057330.57557-100000@aspara.forte.com>
39472              
39473              Use '?' (0x6F in EBCDIC) for the illegal codepoint.
39474      Branch: perl
39475            ! ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
39476            ! ext/Encode/Encode/posix-bc.enc
39477 ____________________________________________________________________________
39478 [  8106] By: nick                                  on 2000/12/14  20:36:13
39479         Log: "Cold" build correction to Encode's Makefile.PL
39480      Branch: perlio
39481            ! ext/Encode/Makefile.PL
39482 ____________________________________________________________________________
39483 [  8105] By: nick                                  on 2000/12/14  20:09:37
39484         Log: "Compiled" encodings.
39485              Correct replacement character in EBCDIC .enc files
39486              Add 0x7F to ASCII repertoire.
39487      Branch: perlio
39488            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
39489            ! ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
39490            ! ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
39491            ! ext/Encode/Makefile.PL ext/Encode/compile
39492            ! ext/Encode/encengine.c ext/Encode/encode.h
39493 ____________________________________________________________________________
39494 [  8104] By: nick                                  on 2000/12/14  00:38:20
39495         Log: Integrate mainline
39496      Branch: perlio
39497           !> Changes Configure doio.c embed.h embed.pl ext/DB_File/Changes
39498           !> ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
39499           !> ext/DB_File/dbinfo ext/DB_File/typemap ext/DB_File/version.c
39500           !> hints/hpux.sh lib/Cwd.pm objXSUB.h patchlevel.h perlapi.c
39501           !> pod/perlapi.pod pp_hot.c proto.h t/lib/db-btree.t
39502           !> t/lib/db-hash.t t/lib/db-recno.t
39503 ____________________________________________________________________________
39504 [  8103] By: nick                                  on 2000/12/13  23:16:13
39505         Log: Beginings of compiled encodings - checked in as a snapshot of thoughts
39506              so far and so it does not get lost.
39507      Branch: perlio
39508            + ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
39509 ____________________________________________________________________________
39510 [  8102] By: jhi                                   on 2000/12/13  17:14:22
39511         Log: Update Changes.
39512      Branch: perl
39513            ! Changes patchlevel.h
39514 ____________________________________________________________________________
39515 [  8101] By: jhi                                   on 2000/12/13  16:53:41
39516         Log: Move the proto of start_glob() to a better place; regen api files.
39517      Branch: perl
39518            ! embed.h embed.pl objXSUB.h perlapi.c pod/perlapi.pod proto.h
39519 ____________________________________________________________________________
39520 [  8100] By: jhi                                   on 2000/12/13  16:47:11
39521         Log: Metaconfig change for #8099.
39522      Branch: metaconfig
39523            ! U/modified/Head.U
39524 ____________________________________________________________________________
39525 [  8099] By: jhi                                   on 2000/12/13  16:46:48
39526         Log: Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
39527              From: Andy Dougherty <doughera@lafayette.edu>
39528              Date: Wed, 13 Dec 2000 10:36:09 -0500 (EST)
39529              Message-ID: <Pine.SOL.4.10.10012131031230.2017-100000@maxwell.phys.lafayette.edu>
39530      Branch: perl
39531            ! Configure
39532 ____________________________________________________________________________
39533 [  8098] By: jhi                                   on 2000/12/13  16:39:02
39534         Log: Subject: [20000615.005] [PATCH] Cwd::fastgetcwd broken (or mis-named?) on Unix  
39535              From: rspier@pobox.com (Robert Spier)
39536              Date: Tue, 12 Dec 2000 21:12:39 -0500
39537              Message-ID: <14902.56087.678086.725773@rls.cx>
39538              
39539              fastgetcwd is defined using a glob alias on a $^O dependent basis -
39540              and there was no default assignment or perl subroutine.
39541      Branch: perl
39542            ! lib/Cwd.pm
39543 ____________________________________________________________________________
39544 [  8097] By: jhi                                   on 2000/12/13  16:16:01
39545         Log: Subject: [PATCH] move startglob out of pp_hot.c
39546              From: Nicholas Clark <nick@ccl4.org>
39547              Date: Mon, 11 Dec 2000 23:16:39 +0000
39548              Message-ID: <20001211231638.A55550@plum.flirble.org>
39549      Branch: perl
39550            ! doio.c embed.h embed.pl objXSUB.h pp_hot.c proto.h
39551 ____________________________________________________________________________
39552 [  8096] By: jhi                                   on 2000/12/13  15:26:23
39553         Log: Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
39554              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
39555              Date: Wed, 13 Dec 2000 14:01:37 +0100
39556              Message-Id: <20001213135318.621A.H.M.BRAND@hccnet.nl>
39557              
39558              perl/64/HP-UX wants libdb-3.0 to be shared ELF 64 bit which
39559              in turn requires libpthread in libswanted.
39560      Branch: perl
39561            ! hints/hpux.sh
39562 ____________________________________________________________________________
39563 [  8095] By: jhi                                   on 2000/12/12  19:51:05
39564         Log: The integration wars continue.
39565      Branch: perl
39566           !> sv.c
39567 ____________________________________________________________________________
39568 [  8094] By: jhi                                   on 2000/12/12  19:48:26
39569         Log: Subject: [PATCH perl@8070] DB_File-1.74  
39570              From: "Paul Marquess" <paul_marquess@yahoo.co.uk> 
39571              Date: Mon, 11 Dec 2000 23:07:17 -0000
39572              Message-ID: <000001c063c7$1b9d28a0$a20a140a@bfs.phone.com> 
39573      Branch: perl
39574            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
39575            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
39576            ! ext/DB_File/version.c t/lib/db-btree.t t/lib/db-hash.t
39577            ! t/lib/db-recno.t
39578 ____________________________________________________________________________
39579 [  8093] By: nick                                  on 2000/12/12  19:42:13
39580         Log: Integrate/merge mainline with further efficiency tweak to sv.c's utf8 stuff.
39581      Branch: perlio
39582            ! sv.c
39583           !> lib/File/DosGlob.pm
39584 ____________________________________________________________________________
39585 [  8092] By: jhi                                   on 2000/12/12  19:28:11
39586         Log: Integrate perlio.
39587      Branch: perl
39588           !> sv.c
39589 ____________________________________________________________________________
39590 [  8091] By: nick                                  on 2000/12/12  18:49:45
39591         Log: Fix for Tk, and upgrading shared SVs.
39592      Branch: perlio
39593            ! sv.c
39594 ____________________________________________________________________________
39595 [  8090] By: jhi                                   on 2000/12/12  16:48:59
39596         Log: Subject: [PATCH] Re: Breadperl & Tk
39597              From: Nick Ing-Simmons <nik@tiuk.ti.com>
39598              Date: Tue, 12 Dec 2000 14:48:27 GMT
39599              Message-Id: <200012121448.OAA11516@mikado.tiuk.ti.com> 
39600      Branch: perl
39601            ! sv.c
39602 ____________________________________________________________________________
39603 [  8089] By: jhi                                   on 2000/12/12  03:37:19
39604         Log: Subject: DosGlob.pm diff for bash style brace expansion.
39605              From: "Mestnik, Mike" <MMestnik@rustconsulting.com>
39606              Date: Fri, 8 Dec 2000 10:45:30 -0600
39607              Message-ID: <B50C47897E98D3118130009027D3971920F278@EXCHANGE_M1>
39608      Branch: perl
39609            ! lib/File/DosGlob.pm
39610 ____________________________________________________________________________
39611 [  8088] By: nick                                  on 2000/12/11  23:59:59
39612         Log: Integrate mainline
39613      Branch: perlio
39614           !> ext/B/B.pm ext/B/B/Deparse.pm installperl lib/CGI.pm
39615           !> lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
39616           !> lib/ExtUtils/MakeMaker.pm lib/File/DosGlob.pm pod/perldiag.pod
39617           !> pod/perlop.pod pp.c pp_hot.c scope.c t/io/utf8.t t/lib/b.t
39618           !> t/op/local.t t/pragma/warn/toke toke.c
39619 ____________________________________________________________________________
39620 [  8087] By: jhi                                   on 2000/12/11  23:20:23
39621         Log: Integrate perlio.
39622      Branch: perl
39623           !> ext/Encode/Encode.xs perlio.c perlio.h perliol.h
39624 ____________________________________________________________________________
39625 [  8086] By: jhi                                   on 2000/12/11  22:50:59
39626         Log: Tune further the OS detection of CGI.
39627      Branch: perl
39628            ! lib/CGI.pm
39629 ____________________________________________________________________________
39630 [  8085] By: nick                                  on 2000/12/11  22:50:46
39631         Log: Finish 1st pass of "encoding" layer e.g. :
39632              open($fh,"<encoding(iso8859-7)",$greek) || die;
39633      Branch: perlio
39634            ! ext/Encode/Encode.xs perlio.c perliol.h
39635 ____________________________________________________________________________
39636 [  8084] By: jhi                                   on 2000/12/11  22:32:06
39637         Log: Revert the -f ambiguousity patch, seems to cause
39638              too much hassle (the interpret -Q as a function
39639              where Q is not a known filetest part is left in).
39640      Branch: perl
39641            ! lib/ExtUtils/Liblist.pm pod/perldiag.pod t/pragma/warn/toke
39642            ! toke.c
39643 ____________________________________________________________________________
39644 [  8083] By: jhi                                   on 2000/12/11  22:27:23
39645         Log: (accidentally empty check-in)
39646      Branch: perl
39647            ! lib/File/DosGlob.pm
39648 ____________________________________________________________________________
39649 [  8082] By: nick                                  on 2000/12/11  19:09:51
39650         Log: Restore mmap function (broken by tweaks to shared buffer
39651              layer for encode(xxxx)).
39652      Branch: perlio
39653            ! perlio.c
39654 ____________________________________________________________________________
39655 [  8081] By: jhi                                   on 2000/12/11  18:29:13
39656         Log: Subject: Re: The long awaited feature ...
39657              From: Simon Cozens <simon@cozens.net>
39658              Date: Mon, 11 Dec 2000 15:54:24 +0000
39659              Message-ID: <20001211155424.A17680@deep-dark-truthful-mirror.perlhacker.org>
39660              
39661              More io/utf8 tests.
39662      Branch: perl
39663            ! t/io/utf8.t
39664 ____________________________________________________________________________
39665 [  8080] By: jhi                                   on 2000/12/11  18:19:36
39666         Log: Subject: PATCH MakeMaker manpage clarification
39667              From: andreas.koenig@anima.de (Andreas J. Koenig)
39668              Date: 10 Dec 2000 20:46:13 +0100
39669              Message-ID: <m3aea4kqka.fsf@ak-71.mind.de>
39670      Branch: perl
39671            ! lib/ExtUtils/MakeMaker.pm
39672 ____________________________________________________________________________
39673 [  8079] By: jhi                                   on 2000/12/11  15:35:07
39674         Log: Subject: Re: [ID 20001204.007] -MO=Deparse -we '{234;}' failing
39675              From: Simon Cozens <simon@cozens.net>
39676              Date: Sun, 10 Dec 2000 19:06:19 +0000
39677              Message-ID: <20001210190619.B21402@deep-dark-truthful-mirror.perlhacker.org>
39678      Branch: perl
39679            ! ext/B/B/Deparse.pm t/lib/b.t
39680 ____________________________________________________________________________
39681 [  8078] By: jhi                                   on 2000/12/11  15:09:11
39682         Log: Subject: [PATCH] docs on NaN
39683              From: Nicholas Clark <nick@ccl4.org>
39684              Date: Mon, 11 Dec 2000 01:48:38 +0000
39685              Message-ID: <20001211014838.B99205@plum.flirble.org>
39686      Branch: perl
39687            ! pod/perlop.pod
39688 ____________________________________________________________________________
39689 [  8077] By: jhi                                   on 2000/12/11  15:02:21
39690         Log: Subject: [PATCH] Re: [Fwd: BUG 20001205.022] Local on Hash elements
39691              From: Simon Cozens <simon@cozens.net>
39692              Date: Mon, 11 Dec 2000 01:21:45 +0000
39693              Message-ID: <20001211012144.A23467@deep-dark-truthful-mirror.perlhacker.org>
39694      Branch: perl
39695            ! pp.c pp_hot.c scope.c t/op/local.t
39696 ____________________________________________________________________________
39697 [  8076] By: nick                                  on 2000/12/10  20:43:32
39698         Log: Not merge worthy...
39699              Allow arg to layers e.g. open($fh,"<:encode(iso8859-15)",$name)
39700              syntax is modelled on attributes.
39701              Untested fix for io/utf8 on Win32 etc.
39702              Very clumsy start to the encode layer.
39703      Branch: perlio
39704            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
39705 ____________________________________________________________________________
39706 [  8075] By: jhi                                   on 2000/12/10  18:39:33
39707         Log: Darwin is not Windows.
39708      Branch: perl
39709            ! lib/CGI.pm
39710 ____________________________________________________________________________
39711 [  8074] By: jhi                                   on 2000/12/10  18:31:27
39712         Log: Subject: Ambiguous -%c() resolved as a file test
39713              From: "Paul Marquess" <Paul.Marquess@openwave.com>
39714              Date: Sun, 10 Dec 2000 15:35:07 -0000
39715              Message-ID: <002601c062be$c5f749c0$a20a140a@bfs.phone.com>
39716      Branch: perl
39717            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
39718 ____________________________________________________________________________
39719 [  8073] By: jhi                                   on 2000/12/10  18:16:29
39720         Log: Subject: PATCH installperl misinformed 
39721              From: andreas.koenig@anima.de (Andreas J. Koenig)
39722              Date: 10 Dec 2000 13:01:32 +0100 
39723              Message-ID: <m3r93glc2r.fsf@ak-71.mind.de>
39724      Branch: perl
39725            ! installperl
39726 ____________________________________________________________________________
39727 [  8072] By: jhi                                   on 2000/12/10  18:07:55
39728         Log: The walkoptree confusion rages; walkoptree() seems to be coming
39729              from B.xs, while walkoptree_slow() comes from B.pm.
39730      Branch: perl
39731            ! ext/B/B.pm
39732 ____________________________________________________________________________
39733 [  8071] By: nick                                  on 2000/12/10  11:45:47
39734         Log: Integrate mainline
39735      Branch: perlio
39736           +> t/base/commonsense.t
39737           !> (integrate 37 files)
39738 ____________________________________________________________________________
39739 [  8070] By: jhi                                   on 2000/12/10  04:46:21
39740         Log: Update Changes.
39741      Branch: perl
39742            ! Changes patchlevel.h
39743 ____________________________________________________________________________
39744 [  8069] By: jhi                                   on 2000/12/10  04:39:19
39745         Log: Subject: Re: PATCH: Let Test::Harness bail out early (Was: Testing module dependencies)
39746              From: andreas.koenig@anima.de (Andreas J. Koenig)
39747              Date: 09 Dec 2000 17:14:25 +0100
39748              Message-ID: <m3wvd9o9lq.fsf@ak-71.mind.de>
39749      Branch: perl
39750            + t/base/commonsense.t
39751            ! MANIFEST lib/Test/Harness.pm t/TEST t/UTEST
39752 ____________________________________________________________________________
39753 [  8068] By: jhi                                   on 2000/12/10  04:17:36
39754         Log: Subject: [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
39755              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
39756              Date: Sat, 9 Dec 2000 16:47:22 -0000
39757              Message-ID: <002001c061ff$b3aba820$a20a140a@bfs.phone.com>
39758      Branch: perl
39759            ! ext/DB_File/typemap ext/GDBM_File/GDBM_File.pm
39760            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
39761            ! ext/NDBM_File/typemap ext/ODBM_File/ODBM_File.pm
39762            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
39763            ! ext/SDBM_File/typemap t/lib/db-btree.t t/lib/db-hash.t
39764            ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
39765            ! t/lib/sdbm.t
39766 ____________________________________________________________________________
39767 [  8067] By: jhi                                   on 2000/12/10  03:52:02
39768         Log: Test case for #8066.
39769      Branch: perl
39770            ! t/op/misc.t
39771 ____________________________________________________________________________
39772 [  8066] By: jhi                                   on 2000/12/10  03:50:30
39773         Log: Subject: [PATCH] Re: [ID 20001202.002] [BUG all] 'die qr{pattern}' does not check termination
39774              From: Simon Cozens <simon@cozens.net>
39775              Date: Sun, 10 Dec 2000 00:55:37 +0000
39776              Message-ID: <20001210005537.B16221@deep-dark-truthful-mirror.perlhacker.org>
39777      Branch: perl
39778            ! pp_sys.c
39779 ____________________________________________________________________________
39780 [  8065] By: jhi                                   on 2000/12/10  03:44:52
39781         Log: Test case for #8064.
39782      Branch: perl
39783            ! t/comp/proto.t
39784 ____________________________________________________________________________
39785 [  8064] By: jhi                                   on 2000/12/10  03:42:32
39786         Log: Subject: Re: prototype of substr
39787              From: Simon Cozens <simon@cozens.net>
39788              Date: Sun, 10 Dec 2000 00:13:33 +0000
39789              Message-ID: <20001210001333.A16221@deep-dark-truthful-mirror.perlhacker.org>
39790              
39791              Make CORE::substr to be '$$;$$' instead of '$$;$;$'.
39792      Branch: perl
39793            ! pp.c
39794 ____________________________________________________________________________
39795 [  8063] By: jhi                                   on 2000/12/10  03:39:42
39796         Log: Subject: [PATCH] perlguts.pod
39797              From: Simon Cozens <simon@cozens.net>
39798              Date: Sun, 10 Dec 2000 00:06:47 +0000
39799              Message-ID: <20001210000647.A16203@deep-dark-truthful-mirror.perlhacker.org>
39800              
39801              Documentation of the different types of ops,
39802              plus the functions in dump.c
39803      Branch: perl
39804            ! pod/perlguts.pod
39805 ____________________________________________________________________________
39806 [  8062] By: jhi                                   on 2000/12/10  03:30:04
39807         Log: Subject: [ID 20001209.006] Not OK: perl v5.7.0 +DEVEL7978 on armv4l-linux-64int 2.2.17-rmk1 (UNINSTALLED)
39808              From: Nicholas Clark <nick@talking.bollo.cx>
39809              Date: Sat, 09 Dec 2000 18:57:25 +0000
39810              Message-Id: <E144pBV-0002Nv-00@Bagpuss.unfortu.net>
39811              
39812              Be more robust in weird hostname setups.
39813      Branch: perl
39814            ! t/lib/net-hostent.t
39815 ____________________________________________________________________________
39816 [  8061] By: jhi                                   on 2000/12/10  03:28:21
39817         Log: Pacify fussy compiler. 
39818      Branch: perl
39819            ! pp_sys.c
39820 ____________________________________________________________________________
39821 [  8060] By: jhi                                   on 2000/12/10  02:52:46
39822         Log: Integrate perlio.
39823      Branch: perl
39824           !> pp_sys.c t/io/utf8.t
39825 ____________________________________________________________________________
39826 [  8059] By: nick                                  on 2000/12/09  23:40:14
39827         Log: read/sysread/recv should now be utf8 aware.
39828              Basic test for utf8 read.
39829      Branch: perlio
39830            ! pp_sys.c t/io/utf8.t
39831 ____________________________________________________________________________
39832 [  8058] By: jhi                                   on 2000/12/09  21:56:02
39833         Log: Integrate perlio.
39834      Branch: perl
39835           +> t/io/utf8.t
39836           !> MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t toke.c
39837 ____________________________________________________________________________
39838 [  8057] By: jhi                                   on 2000/12/09  21:53:35
39839         Log: Subject: Re: Additional patch for UTF8-keys (Re: perl@8016)
39840              From: Inaba Hiroto <inaba@st.rim.or.jp>
39841              Date: Sun, 10 Dec 2000 05:53:21 +0900
39842              Message-ID: <3A329BC0.15E8BFF9@st.rim.or.jp>
39843              
39844              Tests for #8056.
39845      Branch: perl
39846            ! t/op/each.t
39847 ____________________________________________________________________________
39848 [  8056] By: jhi                                   on 2000/12/09  21:51:16
39849         Log: Subject: Additional patch for UTF8-keys (Re: perl@8016)
39850              From: Inaba Hiroto <inaba@st.rim.or.jp>
39851              Date: Sat, 09 Dec 2000 18:02:00 +0900
39852              Message-ID: <3A31F508.34F4BB23@st.rim.or.jp>
39853              
39854              exists() didn't work for UTF-8 keys, and neither did shared hash keys.
39855      Branch: perl
39856            ! embed.h embed.pl hv.c objXSUB.h op.c proto.h sv.c
39857 ____________________________________________________________________________
39858 [  8055] By: nick                                  on 2000/12/09  20:11:48
39859         Log: Make write() (i.e. formats) utf8-aware by calling do_print() rather
39860              than raw PerlIO_write() - does not seem to break any tests.
39861      Branch: perlio
39862            ! pp_sys.c
39863 ____________________________________________________________________________
39864 [  8054] By: nick                                  on 2000/12/09  19:47:30
39865         Log: Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO.
39866              (sysread, recv and write i.e. formats still to do...)
39867              Allow :utf8 or :bytes in PerlIO_apply_layers() so that
39868              open($fh,">:utf8","name")
39869              etc. work. - "applying" those just sets/clears the UTF8 bit of the top layer,
39870              so no extra overhead is involved.
39871              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious writing of BOM
39872              to a non-utf8 stream.
39873              Add initial io/utf8.t
39874              Fix SvPVutf8() - sv_2pv() was not expecting to be called with something
39875              that was already SvPOK() - (we just fossiked with SvUTF8 bit). Fix that
39876              and also just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
39877      Branch: perlio
39878            + t/io/utf8.t
39879            ! MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t
39880 ____________________________________________________________________________
39881 [  8053] By: nick                                  on 2000/12/09  19:26:37
39882         Log: Did not get that has_utf8/this_utf8 fix right last time, another spot
39883              was only testing this_utf8.
39884      Branch: perlio
39885            ! toke.c
39886 ____________________________________________________________________________
39887 [  8052] By: nick                                  on 2000/12/09  19:09:41
39888         Log: Typo/thinko in S_scan_const() - seeing high bit sets has_utf8 not this_utf8
39889              i.e. the output string has one, but don't mess with source assumption.
39890      Branch: perlio
39891            ! toke.c
39892 ____________________________________________________________________________
39893 [  8051] By: jhi                                   on 2000/12/09  16:55:17
39894         Log: Integrate perlio.
39895      Branch: perl
39896           !> MANIFEST embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c
39897           !> sv.c thrdvar.h util.c
39898 ____________________________________________________________________________
39899 [  8050] By: jhi                                   on 2000/12/09  16:48:07
39900         Log: Nits noticed by Peter Prymmer.
39901      Branch: perl
39902            ! lib/ExtUtils/MM_VMS.pm
39903 ____________________________________________________________________________
39904 [  8049] By: nick                                  on 2000/12/09  13:49:40
39905         Log: UTF8 output prework.
39906              - Store $\ and $, as SVs so they can have SvUTF8 flag
39907              - use do_print() rather than raw PerlIO_write() to print them.
39908      Branch: perlio
39909            ! embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c sv.c
39910            ! thrdvar.h util.c
39911 ____________________________________________________________________________
39912 [  8048] By: nick                                  on 2000/12/09  12:30:43
39913         Log: Integrate mainline.
39914      Branch: perlio
39915           +> ext/Encode/Encode/iso8859-16.enc ext/POSIX/hints/svr4.pl
39916           +> t/op/reverse.t
39917           !> Changes MANIFEST doop.c ext/POSIX/Makefile.PL hints/svr4.sh
39918           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
39919           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/Manifest.pm patchlevel.h
39920           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp.h
39921           !> pp_hot.c t/README t/base/term.t t/lib/bigfltpm.t
39922           !> t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
39923 ____________________________________________________________________________
39924 [  8047] By: jhi                                   on 2000/12/09  00:23:27
39925         Log: Subject: Re: [pvhp@forte.com: [ID 20001208.004] Not OK: perl v5.7.0 +DEVEL8042 on VMS_AXP V7.1 (UNINSTALLED)]
39926              From: Michael G Schwern <schwern@pobox.com>
39927              Date: Fri, 8 Dec 2000 14:43:04 -0600
39928      Branch: perl
39929            ! lib/ExtUtils/MM_VMS.pm
39930 ____________________________________________________________________________
39931 [  8046] By: jhi                                   on 2000/12/08  23:10:27
39932         Log: A missed check-in.
39933      Branch: perl
39934            ! lib/ExtUtils/Manifest.pm
39935 ____________________________________________________________________________
39936 [  8045] By: jhi                                   on 2000/12/08  21:57:12
39937         Log: (null check-in)
39938      Branch: perl
39939            ! lib/ExtUtils/MM_Unix.pm pod/perlintern.pod
39940 ____________________________________________________________________________
39941 [  8044] By: jhi                                   on 2000/12/08  21:11:06
39942         Log: Add ISO 8859-16 encoding.  Not a standard yet but seems to be
39943              at the final draft stage.
39944      Branch: perl
39945            + ext/Encode/Encode/iso8859-16.enc
39946            ! MANIFEST
39947 ____________________________________________________________________________
39948 [  8043] By: jhi                                   on 2000/12/08  16:39:04
39949         Log: Update Changes.
39950      Branch: perl
39951            ! Changes patchlevel.h
39952 ____________________________________________________________________________
39953 [  8042] By: jhi                                   on 2000/12/08  16:33:39
39954         Log: Do not return the Unicode replacement character if UTF-8
39955              decoding goes awry, it should be up to the caller to decide.
39956      Branch: perl
39957            ! pod/perlapi.pod utf8.c
39958 ____________________________________________________________________________
39959 [  8041] By: jhi                                   on 2000/12/08  16:22:28
39960         Log: metaconfig maintenance.
39961      Branch: metaconfig
39962            ! U/modified/stdchar.U
39963      Branch: metaconfig/U/perl
39964            + testsyml.U
39965 ____________________________________________________________________________
39966 [  8040] By: jhi                                   on 2000/12/08  16:03:08
39967         Log: Subject: [ID 20001207.009] Not OK: perl v5.7.0 +DEVEL8030 on os2-64int-ld 2.30
39968              From: sthoenna@efn.org
39969              Date: Thu, 7 Dec 2000 21:32:43 -0800 (PST)
39970              Message-Id: <200012080532.eB85Wh729109@garcia.efn.org>
39971      Branch: perl
39972            ! Changes lib/ExtUtils/MM_OS2.pm
39973 ____________________________________________________________________________
39974 [  8039] By: jhi                                   on 2000/12/08  15:57:11
39975         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful
39976              From: Simon Cozens <simon@cozens.net>
39977              Date: Fri, 8 Dec 2000 13:33:31 +0000
39978              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org>
39979              
39980              (The pp_hot part needed a rewrite.)
39981      Branch: perl
39982            ! doop.c pp_hot.c utf8.c
39983 ____________________________________________________________________________
39984 [  8038] By: jhi                                   on 2000/12/08  15:25:08
39985         Log: Subject: djSP
39986              From: Michael Stevens <michael@etla.org>
39987              Date: Wed, 6 Dec 2000 23:24:01 +0000
39988              Message-ID: <20001206232400.A21381@firedrake.org>
39989              
39990              Plus a note from Nick Ing-Simmons.
39991      Branch: perl
39992            ! pp.h
39993 ____________________________________________________________________________
39994 [  8037] By: jhi                                   on 2000/12/08  15:18:35
39995         Log: Filetype is text.
39996      Branch: perl
39997            ! t/op/utf8decode.t
39998 ____________________________________________________________________________
39999 [  8036] By: jhi                                   on 2000/12/08  03:31:27
40000         Log: Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
40001              From: Andy Dougherty <doughera@lafayette.edu>
40002              Date: Thu, 7 Dec 2000 12:36:45 -0500 (EST)
40003              Message-Id: <Pine.SOL.4.10.10012071235400.13162-100000@maxwell.phys.lafayette.edu>
40004              
40005              Subject: Re: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
40006              From: Andy Dougherty <doughera@lafayette.edu>
40007              Date: Thu, 7 Dec 2000 13:56:10 -0500 (EST)
40008              Message-ID: <Pine.SOL.4.10.10012071354420.6665-100000@maxwell.phys.lafayette.edu>
40009      Branch: perl
40010            + ext/POSIX/hints/svr4.pl
40011            ! MANIFEST ext/POSIX/Makefile.PL hints/svr4.sh t/lib/bigfltpm.t
40012 ____________________________________________________________________________
40013 [  8035] By: jhi                                   on 2000/12/08  03:26:01
40014         Log: Subject: [ID 20001207.003] [PATCH] t/base/term.t causes abort if Config.pm not built
40015              From: Andy Dougherty <doughera@lafayette.edu>
40016              Date: Thu, 7 Dec 2000 10:50:47 -0500 (EST)
40017              Message-Id: <Pine.SOL.4.10.10012071049400.7566-100000@maxwell.phys.lafayette.edu>
40018      Branch: perl
40019            ! t/README t/base/term.t
40020 ____________________________________________________________________________
40021 [  8034] By: jhi                                   on 2000/12/08  03:21:59
40022         Log: Subject: DOC PATCH 5.6.0: -s return value incompletely documented
40023              From: mjd@plover.com  
40024              Date: 7 Dec 2000 21:04:20 -0000
40025              Message-ID: <20001207210420.22282.qmail@plover.com>
40026              
40027              Plus -z doc.
40028      Branch: perl
40029            ! pod/perlfunc.pod
40030 ____________________________________________________________________________
40031 [  8033] By: jhi                                   on 2000/12/08  03:19:03
40032         Log: Use the UTF8 macros a bit.  They can't be used with abandon
40033              everywhere because we do generate illegal UTF-8 in some situations.
40034              This is of course naughty.
40035      Branch: perl
40036            ! pod/perlapi.pod utf8.c utf8.h
40037 ____________________________________________________________________________
40038 [  8032] By: jhi                                   on 2000/12/08  03:00:09
40039         Log: Out of sync?
40040      Branch: perl
40041            ! t/pragma/warn/utf8
40042 ____________________________________________________________________________
40043 [  8031] By: jhi                                   on 2000/12/08  02:22:39
40044         Log: Cnt spl.
40045      Branch: perl
40046            ! MANIFEST
40047 ____________________________________________________________________________
40048 [  8030] By: jhi                                   on 2000/12/08  01:23:54
40049         Log: Add test for reverse().
40050      Branch: perl
40051            + t/op/reverse.t
40052            ! MANIFEST
40053 ____________________________________________________________________________
40054 [  8029] By: jhi                                   on 2000/12/08  01:21:47
40055         Log: Integrate perlio.
40056      Branch: perl
40057           !> ext/IO/IO.xs fakesdio.h global.sym lib/warnings.pm perlapi.c
40058           !> perlio.c perlio.h perlsdio.h warnings.pl
40059 ____________________________________________________________________________
40060 [  8028] By: jhi                                   on 2000/12/08  01:19:08
40061         Log: Introduce macros for UTF8 decoding.
40062      Branch: perl
40063            ! t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
40064 ____________________________________________________________________________
40065 [  8027] By: nick                                  on 2000/12/07  22:18:19
40066         Log: Integrate mainline
40067      Branch: perlio
40068           !> embed.pl pod/perlapi.pod utf8.c
40069 ____________________________________________________________________________
40070 [  8026] By: nick                                  on 2000/12/07  21:45:08
40071         Log: Various oddities p4 diff -se showed up
40072              Remove 'our' from warnings.pl
40073      Branch: perlio
40074            ! global.sym lib/warnings.pm pod/perlapi.pod warnings.pl
40075 ____________________________________________________________________________
40076 [  8025] By: nick                                  on 2000/12/07  21:43:32
40077         Log: Change PerlIO_(get|set)pos to take SV *
40078              Should fix, OS/2, VMS, (sfio??)
40079      Branch: perlio
40080            ! ext/IO/IO.xs fakesdio.h perlapi.c perlio.c perlio.h perlsdio.h
40081 ____________________________________________________________________________
40082 [  8024] By: jhi                                   on 2000/12/07  19:05:32
40083         Log: Document utf8_to_uv() better.
40084      Branch: perl
40085            ! pod/perlapi.pod utf8.c
40086 ____________________________________________________________________________
40087 [  8023] By: jhi                                   on 2000/12/07  18:23:47
40088         Log: Document utf8_length(), utf8_distance(), and utf8_hop().
40089      Branch: perl
40090            ! embed.pl pod/perlapi.pod utf8.c
40091 ____________________________________________________________________________
40092 [  8022] By: jhi                                   on 2000/12/07  04:13:51
40093         Log: Integrate perlio.
40094      Branch: perl
40095           !> perlio.c t/io/dup.t win32/config.vc win32/config_H.bc
40096           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
40097           !> win32/makefile.mk
40098 ____________________________________________________________________________
40099 [  8021] By: nick                                  on 2000/12/07  00:28:14
40100         Log: Various attempts at MSVC debug - not sure what has
40101              changed but works now. 
40102              Seems atexit() _may_ work for DLLs built with MSVC so don't
40103              call cleanup that way.
40104      Branch: perlio
40105            ! perlio.c win32/makefile.mk
40106 ____________________________________________________________________________
40107 [  8020] By: nick                                  on 2000/12/06  19:57:20
40108         Log: Integrate mainline
40109      Branch: perlio
40110           +> lib/ExtUtils/MANIFEST.SKIP t/op/concat.t
40111           !> (integrate 75 files)
40112 ____________________________________________________________________________
40113 [  8019] By: nick                                  on 2000/12/06  19:28:21
40114         Log: Add useperlio to config.vc
40115              Turn off binmode in config_H.PL
40116              Regen all the config_H.xx
40117              Attempt to get debugging build with MSVC.
40118      Branch: perlio
40119            ! win32/config.vc win32/config_H.bc win32/config_H.gc
40120            ! win32/config_H.vc win32/config_h.PL win32/makefile.mk
40121 ____________________________________________________________________________
40122 [  8018] By: nick                                  on 2000/12/06  19:21:57
40123         Log: Test various dup/external program options on all platforms.
40124      Branch: perlio
40125            ! t/io/dup.t
40126 ____________________________________________________________________________
40127 [  8017] By: nick                                  on 2000/12/06  19:20:47
40128         Log: Fix harness to be less picky
40129      Branch: perlio
40130            ! lib/Test/Harness.pm
40131 ____________________________________________________________________________
40132 [  8016] By: jhi                                   on 2000/12/06  16:45:12
40133         Log: Update Changes.
40134      Branch: perl
40135            ! Changes patchlevel.h
40136 ____________________________________________________________________________
40137 [  8015] By: jhi                                   on 2000/12/06  16:41:03
40138         Log: Test \x{...} with ord().
40139      Branch: perl
40140            ! t/op/ord.t
40141 ____________________________________________________________________________
40142 [  8014] By: jhi                                   on 2000/12/06  16:20:33
40143         Log: Test tweak because of #8013.
40144      Branch: perl
40145            ! t/lib/b.t
40146 ____________________________________________________________________________
40147 [  8013] By: jhi                                   on 2000/12/06  16:09:09
40148         Log: Subject: [PATCH] $VERSION crusade, strict, tests, etc... all over lib/
40149              From: Michael G Schwern <schwern@pobox.com>
40150              Date: Tue, 5 Dec 2000 21:23:28 -0500
40151              Message-ID: <20001205212328.C6473@blackrider.aocn.com>
40152              
40153              Carp::Heavy parts not very applicable because of recent changes.
40154      Branch: perl
40155            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/CGI/Apache.pm
40156            ! lib/CGI/Switch.pm lib/Carp.pm lib/Carp/Heavy.pm
40157            ! lib/DirHandle.pm lib/Dumpvalue.pm lib/English.pm lib/Env.pm
40158            ! lib/Exporter.pm lib/Exporter/Heavy.pm
40159            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_OS2.pm
40160            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
40161            ! lib/ExtUtils/MM_Win32.pm lib/File/CheckTree.pm
40162            ! lib/File/DosGlob.pm lib/File/Find.pm lib/File/stat.pm
40163            ! lib/FileCache.pm lib/I18N/Collate.pm lib/Net/hostent.pm
40164            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
40165            ! lib/Pod/Functions.pm lib/Pod/Html.pm lib/Search/Dict.pm
40166            ! lib/SelectSaver.pm lib/Term/Cap.pm lib/Term/Complete.pm
40167            ! lib/Term/ReadLine.pm lib/Text/Abbrev.pm lib/Tie/Hash.pm
40168            ! lib/Tie/RefHash.pm lib/Tie/Scalar.pm lib/Tie/SubstrHash.pm
40169            ! lib/Time/Local.pm lib/Time/tm.pm lib/UNIVERSAL.pm
40170            ! lib/User/grent.pm lib/User/pwent.pm lib/bytes.pm
40171            ! lib/charnames.pm lib/diagnostics.pm lib/filetest.pm
40172            ! lib/integer.pm lib/less.pm lib/locale.pm lib/open.pm
40173            ! lib/overload.pm lib/subs.pm lib/utf8.pm lib/vars.pm
40174            ! lib/warnings/register.pm t/lib/attrs.t t/lib/syslog.t
40175            ! warnings.pl
40176 ____________________________________________________________________________
40177 [  8012] By: jhi                                   on 2000/12/06  15:22:38
40178         Log: Subject: [PATCH] Re: New harness is failing things
40179              From: Nick Ing-Simmons <nik@tiuk.ti.com>
40180              Date: Wed, 6 Dec 2000 13:00:30 GMT
40181              Message-Id: <200012061300.NAA10567@mikado.tiuk.ti.com>
40182      Branch: perl
40183            ! lib/Test/Harness.pm
40184 ____________________________________________________________________________
40185 [  8011] By: jhi                                   on 2000/12/06  15:12:08
40186         Log: Subject: installhtml changes
40187              From: Michael Stevens <michael@etla.org>
40188              Date: Wed, 6 Dec 2000 13:15:53 +0000
40189              Message-ID: <20001206131553.A27317@firedrake.org>
40190      Branch: perl
40191            ! installhtml
40192 ____________________________________________________________________________
40193 [  8010] By: jhi                                   on 2000/12/06  15:06:05
40194         Log: Subject: the dTHR hits
40195              From: Michael Stevens <michael@etla.org>
40196              Date: Wed, 6 Dec 2000 12:06:03 +0000
40197              Message-ID: <20001206120603.A24581@firedrake.org>
40198              
40199              More, errrm, less dTHRs.
40200      Branch: perl
40201            ! bytecode.pl ext/B/B/C.pm
40202 ____________________________________________________________________________
40203 [  8009] By: jhi                                   on 2000/12/06  15:04:25
40204         Log: Subject: MakeMaker mailing list gone?
40205              From: Michael G Schwern <schwern@pobox.com>
40206              Date: Tue, 5 Dec 2000 19:29:59 -0500
40207              Message-ID: <20001205192959.B6473@blackrider.aocn.com>
40208              
40209              The MakeMaker mailing list is dead, perlbug is the right
40210              address to report bugs.
40211      Branch: perl
40212            ! lib/ExtUtils/MakeMaker.pm
40213 ____________________________________________________________________________
40214 [  8008] By: jhi                                   on 2000/12/06  15:00:32
40215         Log: Subject: [PATCH ExtUtils::Manifest 1.1] Default MANIFEST.SKIP]
40216              From: Michael G Schwern <schwern@pobox.com>
40217              Date: Tue, 5 Dec 2000 19:21:21 -0500
40218              Message-ID: <20001205192121.A6473@blackrider.aocn.com>
40219              
40220              Add a default MANIFEST skip that ignores things like
40221              version control files, editor temporary files, and the Makefile.
40222      Branch: perl
40223            + lib/ExtUtils/MANIFEST.SKIP
40224            ! MANIFEST lib/ExtUtils/Manifest.pm
40225 ____________________________________________________________________________
40226 [  8007] By: jhi                                   on 2000/12/06  14:57:20
40227         Log: In Amiga more manual hackery of the scripts seems to be needed,
40228              from Jan-Erik Karlsson.  Why Configure does not get this right
40229              is unknown, may be shell-induced.
40230      Branch: perl
40231            ! README.amiga
40232 ____________________________________________________________________________
40233 [  8006] By: jhi                                   on 2000/12/05  23:53:12
40234         Log: Add TOPm1s to peek at the second topmost stack item.
40235      Branch: perl
40236            ! pp.h
40237 ____________________________________________________________________________
40238 [  8005] By: jhi                                   on 2000/12/05  23:13:55
40239         Log: Avaunt, you foul UTF-8 tests.
40240      Branch: perl
40241            ! t/op/ver.t t/pragma/utf8.t
40242 ____________________________________________________________________________
40243 [  8004] By: jhi                                   on 2000/12/05  23:09:54
40244         Log: Continue utf8 dispersal. 
40245      Branch: perl
40246            + t/op/concat.t
40247            ! MANIFEST t/pragma/utf8.t
40248 ____________________________________________________________________________
40249 [  8003] By: nick                                  on 2000/12/05  23:02:39
40250         Log: Integrate mainline.
40251      Branch: perlio
40252           +> t/op/length.t t/op/utf8decode.t
40253           !> (integrate 69 files)
40254 ____________________________________________________________________________
40255 [  8002] By: jhi                                   on 2000/12/05  22:59:28
40256         Log: Integrate perlio.
40257      Branch: perl
40258           !> iperlsys.h perl.c perlio.c win32/perllib.c
40259 ____________________________________________________________________________
40260 [  8001] By: nick                                  on 2000/12/05  22:07:52
40261         Log: Win32 PERL_IMPLICIT_SYS passes all tests with USE_PERLIO
40262              - calloc/free suffer from damage on TerminateThread()
40263              - use PerlMemShared (as originally planned) now fixed
40264              - avoid doing anything important on DLL "detach".
40265      Branch: perlio
40266            ! perl.c perlio.c win32/perllib.c
40267 ____________________________________________________________________________
40268 [  8000] By: nick                                  on 2000/12/05  21:05:09
40269         Log: Fix gross PerlMemShared issue.
40270      Branch: perlio
40271            ! iperlsys.h
40272 ____________________________________________________________________________
40273 [  7999] By: jhi                                   on 2000/12/05  20:46:58
40274         Log: Test for Unicode (UTF-8) hash keys.
40275      Branch: perl
40276            ! t/op/each.t
40277 ____________________________________________________________________________
40278 [  7998] By: jhi                                   on 2000/12/05  20:30:35
40279         Log: Remove an unnecessary 'use utf8' (unnecessary because \x{...}
40280              is now always UTF-8), empty line cosmetics.
40281      Branch: perl
40282            ! t/pragma/utf8.t
40283 ____________________________________________________________________________
40284 [  7997] By: jhi                                   on 2000/12/05  20:15:40
40285         Log: Subject: Re: STRLEN - what?
40286              From: Andy Dougherty <doughera@lafayette.edu>
40287              Date: Tue, 5 Dec 2000 11:58:46 -0500 (EST)
40288              Message-ID: <Pine.SOL.4.10.10012051152100.3586-100000@maxwell.phys.lafayette.edu>
40289              
40290              Explain STRLEN.
40291      Branch: perl
40292            ! pod/perlguts.pod
40293 ____________________________________________________________________________
40294 [  7996] By: jhi                                   on 2000/12/05  20:13:34
40295         Log: Split off the UTF-8 decoder tests, make them to check also
40296              the error message.
40297      Branch: perl
40298            + t/op/utf8decode.t
40299            ! MANIFEST t/pragma/utf8.t utf8.c
40300 ____________________________________________________________________________
40301 [  7995] By: jhi                                   on 2000/12/05  16:39:47
40302         Log: Start migrating bits of pragma/utf8 to elsewhere
40303              (since the long term plan is to obsolete 'use utf8').
40304      Branch: perl
40305            + t/op/length.t
40306            ! MANIFEST t/pragma/utf8.t
40307 ____________________________________________________________________________
40308 [  7994] By: jhi                                   on 2000/12/05  16:30:21
40309         Log: Fix a manual edit typo from #7993, fix the message formatting
40310              for Unicode, add few our declarations.
40311      Branch: perl
40312            ! lib/Carp/Heavy.pm
40313 ____________________________________________________________________________
40314 [  7993] By: jhi                                   on 2000/12/05  16:09:15
40315         Log: Subject: Need help with warnings :-(
40316              From: "Ben Tilly" <ben_tilly@hotmail.com>
40317              Date: Tue, 05 Dec 2000 01:35:54 -0500
40318              Message-ID: <LAW2-F2380n7J95K7aI00001bb9@hotmail.com>
40319              
40320              Subject: UPDATE: Carp/Heavy now passes all tests
40321              From: "Ben Tilly" <ben_tilly@hotmail.com>
40322              Date: Tue, 05 Dec 2000 07:59:41 -0500
40323              Message-ID: <LAW2-F58V1qdiixjnzi00005523@hotmail.com>
40324              
40325              The Brave New Carp.
40326      Branch: perl
40327            ! lib/Carp.pm lib/Carp/Heavy.pm
40328 ____________________________________________________________________________
40329 [  7992] By: jhi                                   on 2000/12/05  15:55:08
40330         Log: Subject: [PATCH perl@7979] cygwin port
40331              From: "Eric Fifer" <efifer@dircon.co.uk>
40332              Date: Tue, 5 Dec 2000 14:04:09 -0000
40333              Message-Id: <200012051402.OAA60286@mailhost2.dircon.co.uk>
40334      Branch: perl
40335            ! t/lib/net-hostent.t
40336 ____________________________________________________________________________
40337 [  7991] By: jhi                                   on 2000/12/05  15:52:34
40338         Log: Subject: Re: [PATCH] The largest hoax of all times?
40339              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
40340              Date: Tue, 5 Dec 2000 00:40:25 -0500
40341              Message-ID: <20001205004025.A4050@monk.mps.ohio-state.edu>
40342              
40343              Subject: Re: [PATCH] The largest hoax of all times?
40344              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
40345              Date: Mon, 4 Dec 2000 23:55:53 -0500
40346              Message-ID: <20001204235553.A1140@monk.mps.ohio-state.edu>
40347              
40348              Subject: Re: [PATCH] The largest hoax of all times?
40349              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
40350              Date: Tue, 5 Dec 2000 01:28:45 -0500
40351              Message-ID: <20001205012844.A4227@monk.mps.ohio-state.edu>
40352              
40353              Fix the unpredictable order of DESTROYs.
40354      Branch: perl
40355            ! embed.h embed.pl objXSUB.h pod/perlapi.pod proto.h scope.c
40356            ! sv.c sv.h t/op/ref.t
40357 ____________________________________________________________________________
40358 [  7990] By: jhi                                   on 2000/12/05  14:38:53
40359         Log: Subject: [PATCH] shrink pp_hot fractionally
40360              From: Nicholas Clark <nick@ccl4.org>
40361              Date: Tue, 5 Dec 2000 12:44:31 +0000
40362              Message-ID: <20001205124431.E74518@plum.flirble.org>
40363              
40364              Use report_evil_fh().
40365      Branch: perl
40366            ! opcode.pl opnames.h pp_hot.c util.c
40367 ____________________________________________________________________________
40368 [  7989] By: jhi                                   on 2000/12/05  14:21:27
40369         Log: Subject: [PATCH] [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
40370              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
40371              Date: Mon, 04 Dec 2000 22:21:59 -0800
40372              Message-ID: <HmIL6gzkgepS092yn@efn.org>
40373              
40374              Harness shouldn't ignore responses like "ok 3\r\r\n".
40375      Branch: perl
40376            ! lib/Test/Harness.pm
40377 ____________________________________________________________________________
40378 [  7988] By: jhi                                   on 2000/12/05  13:51:28
40379         Log: Integrate the "skip" messages to explain().
40380      Branch: perl
40381            ! t/lib/syslfs.t t/op/lfs.t
40382 ____________________________________________________________________________
40383 [  7987] By: jhi                                   on 2000/12/05  12:34:54
40384         Log: The one that got away in #7984.
40385              
40386              Subject: Re: dTHR - what and why?
40387              From: Michael Stevens <michael@etla.org> 
40388              Date: Tue, 5 Dec 2000 11:15:52 +0000
40389              Message-ID: <20001205111552.A4647@firedrake.org>
40390      Branch: perl
40391            ! sv.h
40392 ____________________________________________________________________________
40393 [  7986] By: gsar                                  on 2000/12/05  09:14:44
40394         Log: fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
40395              due to the notorious GetFileType() bug in Windows 9x, which fstat()
40396              tickles)
40397      Branch: perl
40398            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32sck.c
40399 ____________________________________________________________________________
40400 [  7985] By: jhi                                   on 2000/12/05  05:49:03
40401         Log: Integrate perlio.
40402      Branch: perl
40403           !> iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
40404           !> win32/perlhost.h win32/perllib.c
40405 ____________________________________________________________________________
40406 [  7984] By: jhi                                   on 2000/12/05  05:48:16
40407         Log: dTHR is a nop in 5.6.0 onwards.  Ergo, it can go.
40408      Branch: perl
40409            ! av.c cygwin/cygwin.c deb.c djgpp/djgpp.c doio.c doop.c dump.c
40410            ! epoc/epoc.c ext/ByteLoader/ByteLoader.xs
40411            ! ext/ByteLoader/byterun.c ext/Devel/DProf/DProf.xs
40412            ! ext/Thread/Thread.xs ext/re/re.xs gv.c hv.c mg.c op.c
40413            ! os2/OS2/REXX/REXX.xs os2/os2.c os2/os2ish.h perl.c perl.h
40414            ! perlapi.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c
40415            ! regexec.c run.c scope.c sv.c taint.c thread.h toke.c
40416            ! universal.c utf8.c util.c vmesa/vmesa.c vms/ext/Stdio/Stdio.xs
40417            ! win32/win32.c
40418 ____________________________________________________________________________
40419 [  7983] By: nick                                  on 2000/12/04  23:27:43
40420         Log: PERL_IMPLICIT_SYS (almost) works - something odd with "signal"
40421      Branch: perlio
40422            ! iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
40423            ! win32/perlhost.h win32/perllib.c
40424 ____________________________________________________________________________
40425 [  7982] By: jhi                                   on 2000/12/04  19:44:09
40426         Log: Yet Another Copying-Without-Paying-Attention-To-SvUTF8(sv) Bug
40427              uncovered by #7980.
40428      Branch: perl
40429            ! op.c
40430 ____________________________________________________________________________
40431 [  7981] By: jhi                                   on 2000/12/04  19:42:07
40432         Log: Subject: [PATCH] Trivial dump.c feature
40433              From: Simon Cozens <simon@cozens.net>
40434              Date: Mon, 4 Dec 2000 18:08:38 +0000
40435              Message-ID: <20001204180838.A5541@pembro33.pmb.ox.ac.uk>
40436              
40437              Show whether a constant is UTF-8.
40438      Branch: perl
40439            ! dump.c
40440 ____________________________________________________________________________
40441 [  7980] By: jhi                                   on 2000/12/04  19:36:51
40442         Log: UTF-8 hash keys, patch from Inaba Hiroto.
40443      Branch: perl
40444            ! embed.h embed.pl hv.c hv.h pod/perlapi.pod proto.h
40445 ____________________________________________________________________________
40446 [  7979] By: jhi                                   on 2000/12/04  17:36:28
40447         Log: Update Changes.
40448      Branch: perl
40449            ! Changes patchlevel.h
40450 ____________________________________________________________________________
40451 [  7978] By: jhi                                   on 2000/12/04  16:42:17
40452         Log: Retract #7977, still too volatile (the euphemism of the day
40453              for unfinished and buggy :-)
40454      Branch: perl
40455            ! doop.c hv.c pp.c sv.h
40456 ____________________________________________________________________________
40457 [  7977] By: jhi                                   on 2000/12/04  16:25:15
40458         Log: (Retracted by #7978, too shaky yet.)
40459              
40460              Subject: Re: utf8 in hash keys, implementor missing
40461              From: Simon Cozens <simon@cozens.net>
40462              Date: Sat, 2 Dec 2000 19:49:35 +0000
40463              Message-ID: <20001202194935.A25673@pembro33.pmb.ox.ac.uk>
40464              
40465              The first step at UTF-8 hash keys.
40466      Branch: perl
40467            ! doop.c hv.c pp.c sv.h
40468 ____________________________________________________________________________
40469 [  7976] By: jhi                                   on 2000/12/04  16:13:53
40470         Log: Subject: [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
40471              From: sthoenna@efn.org
40472              Date: Sun, 3 Dec 2000 19:06:53 -0800 (PST)
40473              Message-Id: <200012040306.eB436rE18922@garcia.efn.org>
40474      Branch: perl
40475            ! os2/os2.c perlio.c
40476 ____________________________________________________________________________
40477 [  7975] By: jhi                                   on 2000/12/04  16:05:25
40478         Log: Subject: Re: [ID 20001129.009] Not OK: perl v5.7.0 +DEVEL7928 on os2-64int-ld 2.30 (UNINSTALLED)
40479              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
40480              Date: Thu, 30 Nov 2000 20:50:37 -0800
40481              Message-ID: <d4yJ6gzkgGsJ092yn@efn.org>
40482      Branch: perl
40483            ! os2/os2.c
40484 ____________________________________________________________________________
40485 [  7974] By: jhi                                   on 2000/12/04  16:03:57
40486         Log: Subject: [PATCH] ++ 20% faster
40487              From: Nicholas Clark <nick@ccl4.org>
40488              Date: Mon, 4 Dec 2000 12:17:27 +0000
40489              Message-ID: <20001204121726.B52976@plum.flirble.org>
40490              
40491              Make '$i = ""; $i++' to produce true IVs without a hint of NVs.
40492      Branch: perl
40493            ! sv.c
40494 ____________________________________________________________________________
40495 [  7973] By: jhi                                   on 2000/12/04  16:00:48
40496         Log: 
40497              Subject: Re: Not OK: perl v5.7.0 +DEVEL7825 on aix 4.2.1.0 (UNINSTALLED)
40498              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
40499              Date: Mon, 04 Dec 2000 12:30:45 +0100
40500              Message-Id: <20001204122118.E85D.H.M.BRAND@hccnet.nl>
40501              
40502              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
40503              library (getprotobyname and getprotobynumber are outversioned by
40504              the same calls in libc, at least for xlc version 3.
40505      Branch: perl
40506            ! hints/aix.sh
40507 ____________________________________________________________________________
40508 [  7972] By: jhi                                   on 2000/12/04  02:58:31
40509         Log: Integrate perlio.
40510      Branch: perl
40511           !> doio.c iperlsys.h perl.c perl.h perlio.c perlio.h toke.c
40512           !> win32/makefile.mk win32/perlhost.h win32/perllib.c
40513           !> win32/win32.h win32/win32iop.h win32/win32thread.h
40514 ____________________________________________________________________________
40515 [  7971] By: nick                                  on 2000/12/04  00:24:33
40516         Log: Quieten some noise in Win32 builds:
40517              - win32.h is included after <sys/socket.h>, so need to 
40518              set Win32SCK_IS_STDSCK earlier to avoid re-defined noise in XSUB.h
40519              - GCC (& MSVC?) have execv(...,const char *const *) so need a cast from char **.
40520      Branch: perlio
40521            ! doio.c perl.h toke.c win32/win32.h
40522 ____________________________________________________________________________
40523 [  7970] By: nick                                  on 2000/12/03  22:57:46
40524         Log: PERL_IMPLICIT_SYS compiles but does not work.
40525      Branch: perlio
40526            ! iperlsys.h perl.c perlio.c perlio.h win32/makefile.mk
40527            ! win32/perlhost.h win32/perllib.c win32/win32.h
40528            ! win32/win32iop.h win32/win32thread.h
40529 ____________________________________________________________________________
40530 [  7969] By: jhi                                   on 2000/12/03  22:12:58
40531         Log: On DEBUGGING make ANYOFUTF8 nodes store away also the SV
40532              used to swash_init(), makes regprop() dumps more informative
40533              (+utf8::IsAlpha, -utf8::IsDigit, for example).
40534      Branch: perl
40535            ! regcomp.c regexec.c
40536 ____________________________________________________________________________
40537 [  7968] By: jhi                                   on 2000/12/03  21:39:56
40538         Log: Implement ANYOFUTF8 regprop() dumping.
40539      Branch: perl
40540            ! regcomp.c
40541 ____________________________________________________________________________
40542 [  7967] By: jhi                                   on 2000/12/03  20:57:19
40543         Log: Make uv_to_utf8() to zero-terminate its output buffer,
40544              always use (at least) UTF8_MAXLEN + 1 U8s deep buffer.
40545      Branch: perl
40546            ! op.c pp.c regcomp.c regexec.c sv.c toke.c utf8.c
40547 ____________________________________________________________________________
40548 [  7966] By: nick                                  on 2000/12/03  18:41:21
40549         Log: Integrate mainline (STDCHAR)
40550      Branch: perlio
40551           !> Configure t/pragma/utf8.t
40552 ____________________________________________________________________________
40553 [  7965] By: jhi                                   on 2000/12/03  17:58:20
40554         Log: Raw zero bytes in text files confuse at least GNU patch 2.1.
40555      Branch: perl
40556            ! t/pragma/utf8.t
40557 ____________________________________________________________________________
40558 [  7964] By: jhi                                   on 2000/12/03  17:35:56
40559         Log: Integrate perlio.
40560      Branch: perl
40561           !> iperlsys.h perlio.c
40562 ____________________________________________________________________________
40563 [  7963] By: jhi                                   on 2000/12/03  17:33:55
40564         Log: Metaconfig unit change for #7962.
40565      Branch: metaconfig
40566            ! U/modified/stdchar.U
40567 ____________________________________________________________________________
40568 [  7962] By: jhi                                   on 2000/12/03  17:33:27
40569         Log: Untangle the <stdio.h> #include nest for the stdchar test,
40570              from Andy Dougherty.
40571      Branch: perl
40572            ! Configure
40573 ____________________________________________________________________________
40574 [  7961] By: nick                                  on 2000/12/03  16:53:00
40575         Log: Make iperlsys.h vector stdio not PerlIO.
40576      Branch: perlio
40577            ! iperlsys.h perlio.c
40578 ____________________________________________________________________________
40579 [  7960] By: nick                                  on 2000/12/03  14:43:01
40580         Log: Integrate mainline
40581      Branch: perlio
40582           !> Changes Configure config_h.SH lib/ExtUtils/MM_Unix.pm op.c
40583           !> patchlevel.h pod/perldiag.pod t/lib/net-hostent.t toke.c
40584 ____________________________________________________________________________
40585 [  7959] By: jhi                                   on 2000/12/03  08:16:36
40586         Log: Use DO_UTF8().
40587      Branch: perl
40588            ! op.c
40589 ____________________________________________________________________________
40590 [  7958] By: jhi                                   on 2000/12/02  18:33:05
40591         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
40592              From: Mike Guy <mjtg@cam.ac.uk>         
40593              Date: Sat, 02 Dec 2000 17:27:13 +0000
40594              Message-Id: <E142GRN-0003go-00@libra.cus.cam.ac.uk>
40595              
40596              An extraneous argument.
40597      Branch: perl
40598            ! toke.c
40599 ____________________________________________________________________________
40600 [  7957] By: jhi                                   on 2000/12/02  18:22:32
40601         Log: A missing hunk.
40602      Branch: perl
40603            ! t/lib/net-hostent.t
40604 ____________________________________________________________________________
40605 [  7956] By: jhi                                   on 2000/12/02  18:06:20
40606         Log: Subject: [PATCH] Re: [ID 20001202.001] (Net::hostent)
40607              From: Nicholas Clark <nick@ccl4.org>
40608              Date: Sat, 2 Dec 2000 14:28:27 +0000
40609              Message-ID: <20001202142827.A12308@plum.flirble.org>
40610              
40611              Test robustness.
40612      Branch: perl
40613            ! t/lib/net-hostent.t
40614 ____________________________________________________________________________
40615 [  7955] By: jhi                                   on 2000/12/02  17:58:06
40616         Log: Metaconfig unit change for #7954.
40617      Branch: metaconfig
40618            ! U/modified/stdchar.U
40619 ____________________________________________________________________________
40620 [  7954] By: jhi                                   on 2000/12/02  17:54:32
40621         Log: An inconvenient hang would happen if the stdio _ptr wasn't
40622              found in <stdio.h> and <stdio_impl.h> didn't exist.  (grep
40623              would be grepping stdin for all eternity for the _ptr.)
40624      Branch: perl
40625            ! Configure
40626 ____________________________________________________________________________
40627 [  7953] By: jhi                                   on 2000/12/02  00:07:15
40628         Log: Update Changes.
40629      Branch: perl
40630            ! Changes patchlevel.h
40631 ____________________________________________________________________________
40632 [  7952] By: jhi                                   on 2000/12/01  23:54:47
40633         Log: Subject: Re: long shell lines
40634              From: Andy Dougherty <doughera@lafayette.edu>
40635              Date: Thu, 30 Nov 2000 12:45:37 -0500 (EST)
40636              Message-ID: <Pine.SOL.4.10.10011301044590.26388-100000@maxwell.phys.lafayette.edu>
40637              
40638              Split overly long shell command lines.
40639      Branch: perl
40640            ! lib/ExtUtils/MM_Unix.pm
40641 ____________________________________________________________________________
40642 [  7951] By: jhi                                   on 2000/12/01  23:48:02
40643         Log: The metaconfig unit change for #7950.
40644      Branch: metaconfig
40645            + U/modified/stdchar.U
40646 ____________________________________________________________________________
40647 [  7950] By: jhi                                   on 2000/12/01  23:47:39
40648         Log: Try to find stdchar also from <stdio_impl.h>.
40649      Branch: perl
40650            ! Configure config_h.SH
40651 ____________________________________________________________________________
40652 [  7949] By: jhi                                   on 2000/12/01  23:46:45
40653         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
40654              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
40655              Date: Fri, 1 Dec 2000 16:26:08 -0500
40656              Message-ID: <20001201162608.B1436@linguist.dartmouth.edu>
40657              
40658              Reword the diagnostic message.
40659      Branch: perl
40660            ! pod/perldiag.pod
40661 ____________________________________________________________________________
40662 [  7948] By: nick                                  on 2000/12/01  22:49:43
40663         Log: Integrate mainline (for s/y/m as sub names stuff).
40664      Branch: perlio
40665           !> lib/CPAN.pm lib/CPAN/FirstTime.pm pod/perldiag.pod t/op/misc.t
40666           !> t/pragma/warn/toke toke.c
40667 ____________________________________________________________________________
40668 [  7947] By: jhi                                   on 2000/12/01  20:55:41
40669         Log: Integrate perlio.
40670      Branch: perl
40671           !> perlio.c perliol.h t/io/pipe.t
40672 ____________________________________________________________________________
40673 [  7946] By: jhi                                   on 2000/12/01  20:36:51
40674         Log: Upgrade to CPAN 1.59_51, from Andreas König.
40675      Branch: perl
40676            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
40677 ____________________________________________________________________________
40678 [  7945] By: nick                                  on 2000/12/01  20:31:32
40679         Log: Integrate mainline
40680      Branch: perlio
40681           +> ext/Encode/Encode/EncodeFormat.pod lib/unicode/Is/Blank.pl
40682           +> lib/unicode/Is/SpacePerl.pl t/lib/class-struct.t
40683           +> t/lib/net-hostent.t
40684           !> (integrate 35 files)
40685 ____________________________________________________________________________
40686 [  7944] By: jhi                                   on 2000/12/01  20:23:29
40687         Log: Some help for 20001130.011.  Now one gets warnings like
40688              "Ambiguous -f() resolved as a file test ..."
40689      Branch: perl
40690            ! pod/perldiag.pod t/pragma/warn/toke toke.c
40691 ____________________________________________________________________________
40692 [  7943] By: jhi                                   on 2000/12/01  19:44:44
40693         Log: Retract #7941.  Forbidding subs m/s/etc is too cruel because
40694              that also breaks using them as methods. 
40695      Branch: perl
40696            ! pod/perldiag.pod t/op/misc.t toke.c
40697 ____________________________________________________________________________
40698 [  7942] By: nick                                  on 2000/12/01  17:56:46
40699         Log: Fix 'mmap' lib/filehand.t (ungetc) test fail.
40700              Make 'unix' pass most tests
40701              - do unread by temporary push of layer ("pending") holding unread chars
40702              - fast_gets is now based on per-handle flag
40703              - relax one of io/pipe.t tests to allow print to fail and close to
40704              succeed so that it passes on unbuffered "unix" layer.
40705              Remaining fail is sporadic and a genuine race condition between
40706              parent/child in fork test.
40707      Branch: perlio
40708            ! perlio.c perliol.h t/io/pipe.t
40709 ____________________________________________________________________________
40710 [  7941] By: jhi                                   on 2000/12/01  15:28:58
40711         Log: (Retracted by #7943.)
40712              
40713              Reserve the short named string operator names.
40714      Branch: perl
40715            ! pod/perldiag.pod t/op/misc.t toke.c
40716 ____________________________________________________________________________
40717 [  7940] By: jhi                                   on 2000/12/01  06:45:53
40718         Log: Get the three different space character classes right under utf8.
40719      Branch: perl
40720            + lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
40721            ! MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
40722            ! regexec.c t/op/pat.t utf8.c
40723 ____________________________________________________________________________
40724 [  7939] By: jhi                                   on 2000/12/01  03:26:26
40725         Log: Two more tests that make no sense in UTF-8 since the test
40726              data is not in UTF-8.
40727      Branch: perl
40728            ! t/op/regexp.t
40729 ____________________________________________________________________________
40730 [  7938] By: jhi                                   on 2000/12/01  03:20:39
40731         Log: \x{} doesn't any more require 'use utf8' outside regexen so why
40732              should it be required inside regexen?
40733      Branch: perl
40734            ! regcomp.c t/op/regmesg.t
40735 ____________________________________________________________________________
40736 [  7937] By: jhi                                   on 2000/12/01  02:58:53
40737         Log: Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
40738              stored and restored, and thusly was trounced by the utf8 swash
40739              routines.
40740      Branch: perl
40741            ! regcomp.c
40742 ____________________________________________________________________________
40743 [  7936] By: jhi                                   on 2000/11/30  20:41:39
40744         Log: Fix for 20001128.006, be more careful in Perl_sv_utf8_downgrade().
40745              Why the different platforms behave so differently (core dump vs
40746              no core dump) on this bug is a but of a mystery, but if I had to
40747              guess I would mumble something like 'alignment'.
40748      Branch: perl
40749            ! sv.c
40750 ____________________________________________________________________________
40751 [  7935] By: jhi                                   on 2000/11/30  16:17:02
40752         Log: Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits
40753              From: Robin Barker <rmb1@cise.npl.co.uk>
40754              Message-Id: <200011301427.OAA00030@tempest.npl.co.uk>
40755              Date: Thu, 30 Nov 2000 14:27:12 GMT
40756      Branch: perl
40757            ! perlio.c toke.c
40758 ____________________________________________________________________________
40759 [  7934] By: jhi                                   on 2000/11/30  16:04:49
40760         Log: In OS/390 'localhost' can be 'localhost.FOO.BAR'.
40761      Branch: perl
40762            ! t/lib/net-hostent.t
40763 ____________________________________________________________________________
40764 [  7933] By: jhi                                   on 2000/11/30  06:07:26
40765         Log: Subject: [ID 20001129.007] Not OK: perl v5.7.0 +DEVEL7928 on VMS_AXP V7.1 (UNINSTALLED)
40766              From: Peter Prymmer <pvhp@forte.com>
40767              Date: Wed, 29 Nov 2000 15:16:45 -0800 (PST)
40768              Message-Id: <Pine.OSF.4.10.10011291515570.328738-100000@aspara.forte.com>
40769              
40770              In VMS the localhost may be LOCALHOST.
40771      Branch: perl
40772            ! t/lib/net-hostent.t
40773 ____________________________________________________________________________
40774 [  7932] By: jhi                                   on 2000/11/30  01:11:11
40775         Log: Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
40776              From: Peter Prymmer <pvhp@forte.com>
40777              Date: Wed, 29 Nov 2000 12:36:40 -0800 (PST)
40778              Message-ID: <Pine.OSF.4.10.10011291233120.328738-100000@aspara.forte.com>
40779              
40780              plus regen perlapi.pod.
40781      Branch: perl
40782            ! pod/perlapi.pod utf8.c
40783 ____________________________________________________________________________
40784 [  7931] By: jhi                                   on 2000/11/30  01:06:19
40785         Log: Subject:  [PATCH perl@7930] get t/lib/filter-util.t to work on VMS 
40786              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
40787              Date:     Wed, 29 Nov 2000 17:15:11 EST
40788              Message-Id: <001129171439.6099b@DUPHY4.Physics.Drexel.Edu>
40789      Branch: perl
40790            ! t/lib/filter-util.pl t/lib/filter-util.t
40791 ____________________________________________________________________________
40792 [  7930] By: jhi                                   on 2000/11/29  18:51:55
40793         Log: Update Changes.
40794      Branch: perl
40795            ! Changes patchlevel.h
40796 ____________________________________________________________________________
40797 [  7929] By: jhi                                   on 2000/11/29  18:50:55
40798         Log: Update the va_copy() metaconfig unit.
40799      Branch: metaconfig/U/perl
40800            ! need_va_copy.U
40801 ____________________________________________________________________________
40802 [  7928] By: jhi                                   on 2000/11/29  17:50:43
40803         Log: Subject: [ID 20001128.003] Not OK: perl v5.7.0 +DEVEL7891 on ppc-linux 2.2.17  
40804              From: Dominic Dunlop <domo@computer.org>
40805              Date: Tue, 28 Nov 2000 16:41:57 +0100
40806              Message-Id: <p04320400b649771b9797@[192.168.1.4]>
40807              
40808              Patch to catch a core dump in the Configure va_copy test.
40809      Branch: perl
40810            ! Configure config_h.SH
40811 ____________________________________________________________________________
40812 [  7927] By: jhi                                   on 2000/11/29  17:31:59
40813         Log: Retract #7921, the patch shouldn't be needed.
40814      Branch: perl
40815            ! sv.c
40816 ____________________________________________________________________________
40817 [  7926] By: jhi                                   on 2000/11/29  17:01:41
40818         Log: Make the Class::Struct import() wiser.
40819      Branch: perl
40820            ! lib/Class/Struct.pm t/lib/class-struct.t
40821 ____________________________________________________________________________
40822 [  7925] By: jhi                                   on 2000/11/29  16:36:33
40823         Log: All the core library users of Class::Struct seem to be
40824              using "use Class::Struct 'struct';" instead of the bare
40825              "use Class::Struct;", which isn't documented in Class::Struct.
40826              This can't be right.
40827      Branch: perl
40828            ! lib/File/stat.pm
40829 ____________________________________________________________________________
40830 [  7924] By: jhi                                   on 2000/11/29  16:32:15
40831         Log: A test works better if it has the right 1..$n output.
40832      Branch: perl
40833            ! t/lib/class-struct.t
40834 ____________________________________________________________________________
40835 [  7923] By: jhi                                   on 2000/11/29  16:29:11
40836         Log: Forgot to MANIFEST the new Net::hostent test.
40837      Branch: perl
40838            ! MANIFEST
40839 ____________________________________________________________________________
40840 [  7922] By: jhi                                   on 2000/11/29  16:27:49
40841         Log: Integrate perlio.
40842      Branch: perl
40843           !> iperlsys.h perlio.c
40844 ____________________________________________________________________________
40845 [  7921] By: jhi                                   on 2000/11/29  16:27:10
40846         Log: (Retracted by #7927.)
40847              
40848              Subject: [PATCH] Is infinity a number?
40849              From: Simon Cozens <simon@cozens.net>
40850              Date: Wed, 29 Nov 2000 14:48:20 +0000
40851              Message-ID: <20001129144820.A31339@pembro33.pmb.ox.ac.uk>
40852      Branch: perl
40853            ! sv.c
40854 ____________________________________________________________________________
40855 [  7920] By: jhi                                   on 2000/11/29  16:23:02
40856         Log: Subject: net_hostent.t (was Re: [ID 20001128.002] what's the point of example code if it is buggy?)
40857              From: rspier@pobox.com (Robert Spier)
40858              Date: Wed, 29 Nov 2000 02:17:49 -0500
40859              Message-ID: <14884.44445.760322.278647@localhost.localdomain>
40860              
40861              Add a test for Net::hostent.
40862      Branch: perl
40863            + t/lib/net-hostent.t
40864 ____________________________________________________________________________
40865 [  7919] By: jhi                                   on 2000/11/29  16:21:31
40866         Log: Make "use Class::Struct 'struct';" work again (broken by #7617);
40867              add a test for Class::Struct.
40868      Branch: perl
40869            + t/lib/class-struct.t
40870            ! MANIFEST lib/Class/Struct.pm
40871 ____________________________________________________________________________
40872 [  7918] By: jhi                                   on 2000/11/29  15:48:40
40873         Log: Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
40874              From: rspier@pobox.com (Robert Spier)
40875              Date: Wed, 29 Nov 2000 02:25:39 -0500
40876              Message-ID: <14884.44915.86028.422238@localhost.localdomain>
40877              
40878              More checking in case someone has broken their services or
40879              protocol databases.
40880      Branch: perl
40881            ! ext/Sys/Syslog/Syslog.pm
40882 ____________________________________________________________________________
40883 [  7917] By: jhi                                   on 2000/11/29  15:46:25
40884         Log: Subject: [PATCH] $^O  win32 -> MSWin32
40885              From: rspier@pobox.com (Robert Spier)
40886              Date: Wed, 29 Nov 2000 02:17:38 -0500
40887              Message-ID: <14884.44434.340627.126145@localhost.localdomain>
40888              
40889              plus similar nits for vms, err, VMS, and UNICOS.
40890      Branch: perl
40891            ! t/lib/syslfs.t t/op/lfs.t
40892 ____________________________________________________________________________
40893 [  7916] By: jhi                                   on 2000/11/29  15:42:51
40894         Log: Subject: [PATCH] Tokeniser debugging
40895              From: Simon Cozens <simon@cozens.net>
40896              Date: Wed, 29 Nov 2000 14:15:45 +0000
40897              Message-ID: <20001129141545.A30864@pembro33.pmb.ox.ac.uk>
40898      Branch: perl
40899            ! perl.c perl.h pod/perlrun.pod toke.c
40900 ____________________________________________________________________________
40901 [  7915] By: jhi                                   on 2000/11/29  15:41:36
40902         Log: Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
40903              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
40904              Date: Wed, 29 Nov 2000 02:13:14 -0500
40905              Message-ID: <20001129021314.A2532@monk.mps.ohio-state.edu>
40906              
40907              OUT keyword nits.
40908              
40909              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
40910              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
40911              Date: Wed, 29 Nov 2000 03:09:04 -0500
40912              Message-ID: <20001129030904.A2754@monk.mps.ohio-state.edu>
40913              
40914              OUT and IN_OUT documentation.
40915      Branch: perl
40916            ! lib/ExtUtils/xsubpp pod/perlxs.pod
40917 ____________________________________________________________________________
40918 [  7914] By: jhi                                   on 2000/11/29  03:35:01
40919         Log: Subject: Re: [ID 20001127.002] const subs hurt under debugger
40920              From: John Tobey <jtobey@john-edwin-tobey.org>
40921              Date: Tue, 28 Nov 2000 01:13:41 -0500 (EST)
40922              Message-Id: <m140e1N-000FOoC@feynman.localnet>
40923              
40924              plus a performance speedup noticed by Sarathy.
40925      Branch: perl
40926            ! op.c
40927 ____________________________________________________________________________
40928 [  7913] By: jhi                                   on 2000/11/29  03:16:59
40929         Log: Use "1 while unlink" so that VMS gets clean, too.
40930      Branch: perl
40931            ! t/lib/filter-util.t
40932 ____________________________________________________________________________
40933 [  7912] By: jhi                                   on 2000/11/29  03:09:08
40934         Log: Subject: [PATCH 5.7.0] OUT keyword for xsubpp
40935              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
40936              Date: Tue, 28 Nov 2000 03:27:09 -0500
40937              Message-ID: <20001128032709.A23401@monk.mps.ohio-state.edu>
40938      Branch: perl
40939            ! lib/ExtUtils/xsubpp
40940 ____________________________________________________________________________
40941 [  7911] By: jhi                                   on 2000/11/29  03:06:30
40942         Log: This should have been part of #7872: no need to scan UTF-8
40943              until eternity.
40944      Branch: perl
40945            ! utf8.c
40946 ____________________________________________________________________________
40947 [  7910] By: jhi                                   on 2000/11/29  02:50:04
40948         Log: One more perltie.pod nit from Casey R. Tweten.
40949      Branch: perl
40950            ! pod/perltie.pod
40951 ____________________________________________________________________________
40952 [  7909] By: jhi                                   on 2000/11/29  02:44:23
40953         Log: Document the known sprintf test failures, exact standard
40954              reference from Dominic Dunlop, NonStop-UX testing from Tom Bates.
40955      Branch: perl
40956            ! pod/perldelta.pod t/op/sprintf.t
40957 ____________________________________________________________________________
40958 [  7908] By: jhi                                   on 2000/11/29  02:36:23
40959         Log: Add the Encoding table format documentation.
40960      Branch: perl
40961            + ext/Encode/Encode/EncodeFormat.pod
40962            ! MANIFEST
40963 ____________________________________________________________________________
40964 [  7907] By: jhi                                   on 2000/11/29  02:07:24
40965         Log: Subject: Re: [PATCH] Updating perltie.pod for arrays
40966              From: "Casey R. Tweten" <crt@kiski.net>
40967              Date: Tue, 28 Nov 2000 12:11:41 -0500 (EST)
40968              Message-ID: <Pine.OSF.4.21.0011281209050.25178-100000@home.kiski.net>
40969              
40970              Subject: Re: [PATCH] Updating perltie.pod for arrays
40971              From: "Casey R. Tweten" <crt@kiski.net>
40972              Date: Tue, 28 Nov 2000 15:03:50 -0500 (EST)
40973              Message-ID: <Pine.OSF.4.21.0011281458500.10331-100000@home.kiski.net>
40974      Branch: perl
40975            ! pod/perltie.pod
40976 ____________________________________________________________________________
40977 [  7906] By: nick                                  on 2000/11/28  22:40:59
40978         Log: Initial tidy of setmode() muddle (UNIX does not have, nor need it).
40979      Branch: perlio
40980            ! iperlsys.h perlio.c
40981 ____________________________________________________________________________
40982 [  7905] By: nick                                  on 2000/11/28  22:04:34
40983         Log: Integrate mainline
40984      Branch: perlio
40985           !> (integrate 39 files)
40986 ____________________________________________________________________________
40987 [  7904] By: jhi                                   on 2000/11/28  16:44:43
40988         Log: Subject: [ID 20001128.002] what's the point of example code if it is buggy?
40989              From: Nicholas Clark <nick@babyhippo.co.uk>
40990              Date: Tue, 28 Nov 2000 11:16:57 +0000
40991              Message-Id: <E140ikr-00076N-00@fruitbat.babyhippo.co.uk>
40992      Branch: perl
40993            ! pod/perlipc.pod
40994 ____________________________________________________________________________
40995 [  7903] By: jhi                                   on 2000/11/28  16:40:31
40996         Log: Subject: [PATCH] Updating perltie.pod for arrays
40997              From: "Casey R. Tweten" <crt@kiski.net>
40998              Date: Mon, 27 Nov 2000 17:47:20 -0500 (EST)
40999              Message-ID: <Pine.OSF.4.21.0011271746360.11659-100000@home.kiski.net>
41000      Branch: perl
41001            ! pod/perltie.pod
41002 ____________________________________________________________________________
41003 [  7902] By: jhi                                   on 2000/11/28  16:39:37
41004         Log: Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
41005              From: Robin Barker <rmb1@cise.npl.co.uk>
41006              Date: Mon, 27 Nov 2000 17:56:44 GMT
41007              Message-Id: <200011271756.RAA22706@tempest.npl.co.uk>
41008      Branch: perl
41009            ! pod/perlfunc.pod t/op/split.t
41010 ____________________________________________________________________________
41011 [  7901] By: jhi                                   on 2000/11/28  16:28:04
41012         Log: setmode() is a DOSish-only thing.
41013      Branch: perl
41014            ! perlio.c
41015 ____________________________________________________________________________
41016 [  7900] By: jhi                                   on 2000/11/28  16:21:46
41017         Log: Subject: [PATCH] perlcc.PL cleanups
41018              From: Simon Cozens <simon@cozens.net>
41019              Date: Tue, 28 Nov 2000 12:44:35 +0000
41020              Message-ID: <20001128124435.A5500@pembro33.pmb.ox.ac.uk>
41021      Branch: perl
41022            ! utils/perlcc.PL
41023 ____________________________________________________________________________
41024 [  7899] By: gsar                                  on 2000/11/28  06:32:55
41025         Log: reintegrate files missed by change#7895
41026      Branch: maint-5.6/perl
41027           +> ext/ByteLoader/bytecode.h utils/Makefile
41028            - utils/perlbc.PL
41029 ____________________________________________________________________________
41030 [  7897] By: gsar                                  on 2000/11/27  18:22:47
41031         Log: can't integrate these two files, for some reason
41032      Branch: maint-5.6/perl
41033            - ext/ByteLoader/bytecode.h utils/Makefile
41034 ____________________________________________________________________________
41035 [  7895] By: gsar                                  on 2000/11/27  18:11:21
41036         Log: integrate changes#6763..6766,6770,6773,6775..6776,6778,6780,
41037              6782..6791,6793..6814,6816,6818..6822,6824..6830,6838..6849,
41038              6757..6890,6892..6901 from mainline
41039              
41040              Bytecompiler patches from Benjamin Stuhl.
41041              
41042              More bytecompiler.
41043              
41044              Subject: [PATCH blead] B:: missing dependency
41045              
41046              Subject: [PATCH: 6757] configure.com updates and syslog build
41047              
41048              Long double Gconvert fixes from Yitzchak Scott-Thoennes
41049              and Spider Boardman.
41050              
41051              Subject: [PATCH blead] nextchar() abuse misses an optimisation
41052              
41053              Long double fixes from Spider Boardman.
41054              
41055              Make the selection of NVff et al stricter.
41056              
41057              cSVOPo_*v things index into the current PL_curpad
41058              under ithreads, which is different from the curpad
41059              used by the XSUB.  (In other words, the code as-is
41060              before this patch wouldn't work under ithreads.)
41061              
41062              Be portable.
41063              
41064              VMS MMS (make) wants null action.
41065              
41066              Mac and other portability updates from Chris Nandor.
41067              
41068              Storable support, v-version fixes.
41069              Subject: CPAN.pm beta for testing available
41070              
41071              Portability fix from Hugo van der Sanden.
41072              
41073              Bad makefile.
41074              
41075              Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
41076              
41077              Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
41078              
41079              Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
41080              
41081              Replace #6705 with a minimal doc patch.
41082              Subject: [PATCH 5.6.0] replace change #6705
41083              
41084              Drop the separate perlbc, perlcc -b should be enough.
41085              
41086              installperl couldn't tell whether it had run tests or not.
41087              Subject: [PATCH] Re: installperl and t/TEST
41088              
41089              Add silencer flags to installperl.
41090              Subject: [PATCH] Making installperl silent.
41091              
41092              Make "make install" by default silent.  A new "install-verbose"
41093              target is verbose.
41094              
41095              More liberal parsing of version numbers.
41096              Subject: Re: CPAN.pm beta for testing available
41097              
41098              Create directories in silence.
41099              Subject: [PATCH] Another silencer for MakeMaker
41100              
41101              DOS patches and portability/porting notes, from Tim Jenness.
41102              
41103              Make installman to recognize the silence flag -S.
41104              
41105              Actually do something with the silencer option.
41106              
41107              Continue silencing.
41108              
41109              Show the doc file, not the temp file.
41110              
41111              Regen perltoc.
41112              
41113              Subject: [PATCH] More silencing of installman.
41114              
41115              Better wording for the vec lvalue diagnostic.
41116              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
41117              
41118              Subject: [PATCH: 6805] several more tweaks to configure.com
41119              
41120              Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
41121              
41122              Missing parts of 
41123              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
41124              
41125              Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
41126              (applied slightly modified)
41127              
41128              installperl --verbose and --silent.
41129              Subject: Re: [PATCH] More silencing of installman.
41130              
41131              Add install-silent target.
41132              
41133              AIX 4.3.3 has SOCKS in libc with a differently named init routine,
41134              the problem reported in
41135              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
41136              
41137              Tweak the sfio/useperlio logic, hopefully as wished in
41138              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
41139              
41140              One forgotten file from #6816.
41141              
41142              Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
41143              
41144              Remove duplicately applied patch shards.
41145              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
41146              
41147              Support preserving extremely big/small angles.
41148              
41149              Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
41150              
41151              Subject: [PATCH] installation not quite silent yet.
41152              
41153              Update the test count.
41154              
41155              Use UVxf, PTR2UV, NVff.
41156              
41157              Document PTR2XX and INT2PTR.
41158              
41159              no-install target a la make -n.
41160              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
41161              
41162              grep -e isn't portable.
41163              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
41164              
41165              Can't get the test to reliably work thanks to the
41166              inaccurateness of floating point.  "Resolves" bug ids
41167              20000826.003, 20000826.009, 20000826.010,
41168              
41169              Subject: installman buglet
41170              
41171              DJGPP update from Laszlo Molnar.
41172              
41173              Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
41174              
41175              Passing -R in ldflags makes now it to appear in the default
41176              for lddlflags, just like with -L.
41177              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
41178              
41179              Test nit.
41180              
41181              Use the actual thread type, not the pointer-to-struct.
41182              
41183              Provice virtual $Config{ccflags_nolargefiles} etc. 
41184              
41185              display_format used as a class method without arguments was broken,
41186              reported in
41187              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
41188              
41189              Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
41190              
41191              Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
41192              
41193              Subject: [PATCH@6855] _Minor_ change to overload.pm pod
41194              
41195              opmini.o may be left around if a build is interrupted.
41196              
41197              Typo in #6858.
41198              
41199              Fix for ID 20000828.001, long doubles were not formatted
41200              correctly (showed up in $], which stopped installing perl).
41201              
41202              An attempt to fix the problem reported in
41203              Subject: Building perl@6856 using gcc/AIX 4.3.3 
41204              I can't test this properly since the gcc installation I have
41205              access to seems to be botched (gcc is calling the AIX cpp,
41206              a losing proposition...)
41207              
41208              Add -ld to archname on long tr...double platforms.
41209              
41210              Subject: hv.h Doc Patch
41211              
41212              Potential cruft.
41213              
41214              Subject: [PATCH bleedperl@6856] warnings fixes
41215              
41216              -S is the silent flag, -s is the strip flag.
41217              Subject: [PATCH] Re: [PATCH] make no-install          
41218              
41219              Take out the SUIDMAIL thing, that will not be
41220              a problem in 5.7.*.
41221              
41222              Subject: [PATCH bleedperl@6866] spellings
41223              
41224              Subject: [PATCH] Re: files not cleaned even by veryclean
41225              
41226              Use minimal @INC in tests, most of the time just '../lib',
41227              so that we simply can't pick up stuff from other Perls than
41228              the one we are testing.  Pointed out by
41229              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
41230              
41231              Update to Getopt::Long 2.24, from Johan Vromans.
41232              
41233              Fix for thinko in #6848.
41234              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
41235              
41236              Patches all over for people and the files they (hopefully) care about.
41237              
41238              Subject: Net::protoent does not export 'getproto'
41239              
41240              Missed a change in #6869.
41241              
41242              Subject: [PATCH] Warnings in B::Deparse
41243              
41244              Subject: [PATCH] Glob dumping
41245              
41246              Disable one of the tests for now.
41247              
41248              Disabling the one test is a bit tricky.
41249              
41250              Don't forget to tidy up.
41251              
41252              The #6881 removed one dump line.
41253              
41254              Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
41255              
41256              Under usethreads the dumped variable is IN_PAD.
41257              Subject: Re: [PATCH] Glob dumping
41258              
41259              Subject: [ID 20000829.026] [PATCH 6868] File::Temp
41260              
41261              Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
41262              
41263              Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
41264              
41265              Regen Configure for #6894.
41266              
41267              Subject: [PATCH: 6889] updates to perlebcdic.pod
41268              
41269              Undo namespace pollution of #6878.
41270              Subject: Re: Net::protoent does not export 'getproto'
41271              
41272              Admit that we are leaking scalars.
41273              
41274              Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
41275      Branch: maint-5.6/perl
41276           !> (integrate 271 files)
41277 ____________________________________________________________________________
41278 [  7894] By: gsar                                  on 2000/11/27  16:00:34
41279         Log: a couple of nits
41280      Branch: maint-5.6/perl
41281            ! MANIFEST pp_sys.c
41282 ____________________________________________________________________________
41283 [  7893] By: gsar                                  on 2000/11/27  15:10:56
41284         Log: integrate changes#6666..6678,6680..6682,6684..6691,6699..6733,
41285              6740..6745,6747..6757,6760
41286              
41287              Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
41288              
41289              Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
41290              
41291              Doc nits spotted by Richard Soderberg.
41292              
41293              move WNOHANG definition to where other such things are
41294              
41295              Make $Config{byteorder} more magical so that it is
41296              dynamically computed: nice for 'fat binaries'.
41297              Subject: [PATCH]: default byteorder
41298              
41299              Subject: [PATCH] Cwd.pm now uses strict
41300              
41301              Subject: Re: [PATCH]Re: Questions about Math::BigFloat
41302              
41303              Get -DLEAKTEST to compile (not necessarily to work, mind)
41304              Subject: [ID 20000724.006] -DLEAKTEST problem
41305              
41306              perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
41307              
41308              Add perlebcdic from Peter Prymmer, regen toc.
41309              
41310              Don't propose using modules built for 5.005 if no binary
41311              compatibility with 5.005 is attempted.
41312              
41313              Do not use prototyping here.
41314              Subject: [ID 20000817.016] [PATCH] Peek.xs
41315              
41316              Document what the backtick returns if the command fails.
41317              
41318              Add byteorder to the myconfig output.
41319              
41320              Introduce NVef, NVff, and NVgf, use the middle one.
41321              (helps for lib/peek + Linux + long doubles)  Reported in
41322              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
41323              Use NVs in POSIX math, not doubles.
41324              Subject: [ID 20000817.014] POSIX & modfl
41325              
41326              Subject: [PATCH 5.6.0+] newSVrv() memory leak
41327              
41328              The byteorder code in #6671 was wrong.
41329              
41330              Fix the lib/complex failure of
41331              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
41332              Linux long double accuracy issue: something that
41333              when printed with %g looks like "2" but int() of it is 1.
41334              
41335              Propagate new Configure vars.
41336              
41337              Unbuffer the output.
41338              
41339              Subject: [PATCH] perltrap.pod spring cleaning
41340              
41341              Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
41342              Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
41343              
41344              Tiny Getopt::Long patch from Johan Vromans.
41345              
41346              Document code point which makes if (defined %stash::) to work
41347              (noted by Spider Boardman).
41348              
41349              Subject: [PATCH perl@6698] cygwin port
41350              
41351              Document the NDBM_File and ODBM_File as SDBM_File
41352              was documented in #6417.
41353              
41354              The new tests were missing from #6415.
41355              
41356              Add [[:blank:]] as suggested in
41357              Subject: [ID 20000716.024] [=cc=] / [:blank:]
41358              (the [=cc=] has already been taken care of by #6439
41359              so the whole bug report can be closed)
41360              and make [[:space:]] to be equivalent to isspace(3)
41361              (as opposed to \s, which is isSPACE()).  The difference
41362              is that now [[:space:]] matches the mythical vertical tab,
41363              while \s doesn't.
41364              
41365              Don't eat leading os from index entries.
41366              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
41367              
41368              Subject: [PATCH 5.6.0+] fix for Win32::DomainName
41369              
41370              Typo in pp_complement().
41371              Subject: [PATCH perl-current] Deparse
41372              
41373              Add warnif(), check warnings further up the stack,
41374              all the warnings functions now can take an optional object reference.
41375              Subject: [PATCH bleedperl@6691] warnings pragma update
41376              
41377              Fix a core dump in lib/selfloader under -DDEBUGGING.
41378              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
41379              
41380              Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
41381              
41382              Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
41383              
41384              Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
41385              Put back the long double avoidance code to POSIX.xs
41386              because VMS seems to need it still.
41387              
41388              Introduce a 'veryclean' target that is like 'distclean'
41389              but also removes *~ and *.orig.
41390              
41391              Subject: [ID 20000817.023] endianness description in perlfunc.pod
41392              
41393              Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
41394              
41395              Let's try #6717 again.
41396              
41397              UTF8 concat fixes.
41398              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
41399              
41400              pp_open() could pass an uninitialized filename down to do_open9().
41401              
41402              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
41403              
41404              Update to CGI 2.72, from Lincoln Stein.
41405              
41406              Subject: [PATCH] Silence MakeMaker (Was: installman)
41407              
41408              Use temporary directory instead of current directory.
41409              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
41410              
41411              Document odd vs even subreleases and -Dusedevel.
41412              
41413              The veryclean target needs to clobber.
41414              
41415              Use File::Spec->tmpdir().
41416              
41417              Document the number of exponent digits.
41418              
41419              Mention perlebcdic and perlposix-bc.
41420              
41421              s/this one/the 5.6.0 release/
41422              
41423              The #6724 is here.
41424              
41425              The correct cleaning order is an art.
41426              
41427              small tweaks for change#6705: avoid C++ style comments in C code;
41428              use Perl's malloc API rather than the low level system one
41429              
41430              Array context keeps slithering in.
41431              
41432              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
41433              
41434              Subject: [PATCH] os2.c fix for use64bitint
41435              
41436              Update to Pod::LaTeX 0.53.
41437              Subject: [PATCH] lib/Pod/LaTeX.pm updates
41438              
41439              Document the endianness of Alpha more precisely.
41440              
41441              Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
41442              
41443              Rename the macro argument because some preprocessors
41444              can't tell the difference and expand arguments also inside
41445              double quoted strings.
41446              
41447              free TLS slot properly on Windows
41448              
41449              use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
41450              
41451              Unicos/mk requires elaborate paranoia.
41452              
41453              Tweak the floating point output routine preferences.
41454              
41455              Also under djgpp the timestamps are funky.
41456              
41457              Apply some PodParser 1.18 patches; the Pod/Find.pm
41458              patches cannot be applied since #6712 conflicts.
41459              
41460              Use PodParser 1.18 new test.
41461              
41462              A pod nit.
41463              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
41464              
41465              Be verydeepclean.
41466      Branch: maint-5.6/perl
41467           +> pod/perlebcdic.pod
41468           !> (integrate 106 files)
41469 ____________________________________________________________________________
41470 [  7892] By: jhi                                   on 2000/11/27  15:02:32
41471         Log: Update Changes.
41472      Branch: perl
41473            ! Changes patchlevel.h
41474 ____________________________________________________________________________
41475 [  7891] By: jhi                                   on 2000/11/27  14:57:23
41476         Log: Subject: Re: perlfaq style changes
41477              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
41478              Date: Sat, 25 Nov 2000 23:32:26 -0800
41479              Message-ID: <KyLI6gzkgiRK092yn@efn.org>
41480              
41481              plus a note from Ronald Kimball.
41482      Branch: perl
41483            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq6.pod
41484 ____________________________________________________________________________
41485 [  7890] By: jhi                                   on 2000/11/27  14:53:14
41486         Log: Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
41487              From: Benjamin Holzman <bah@ecnvantage.com>
41488              Date: Sun, 26 Nov 2000 16:27:33 -0500
41489              Message-ID: <20001126162733.J25040@ecnvantage.com>
41490      Branch: perl
41491            ! gv.c
41492 ____________________________________________________________________________
41493 [  7889] By: jhi                                   on 2000/11/27  14:43:11
41494         Log: Subject: [ID 20001127.004] White space problem in perlamiga.pod
41495              From: lvirden@cas.org
41496              Date: Mon, 27 Nov 2000 09:32:06 -0500 (EST)
41497              Message-Id: <200011271432.JAA09550@lwv26awu.cas.org>     
41498      Branch: perl
41499            ! README.amiga
41500 ____________________________________________________________________________
41501 [  7888] By: jhi                                   on 2000/11/27  14:32:34
41502         Log: Restore also the locale test to no-sprintf-taint state.
41503              Fixes the bug 20001127.003.
41504      Branch: perl
41505            ! sv.c t/pragma/locale.t
41506 ____________________________________________________________________________
41507 [  7887] By: gsar                                  on 2000/11/27  14:13:05
41508         Log: integrate changes#6613..6616,6620..6665 from mainline
41509              
41510              VMS configure.com update continues.
41511              
41512              Subject: Test fails / warnings with perl-current #6612
41513              
41514              Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
41515              
41516              Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
41517              
41518              For now remove the mail code.
41519              
41520              Subject: Re: [PATCH] @+, @- readonly
41521              
41522              Subject: warning: storage class after type is obsolescent
41523              
41524              Subject: sfio2000
41525              
41526              Subject: Re: File::Temp problems on VMS in bleedperl
41527              
41528              README.os2 update.
41529              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
41530              
41531              Make the user to give up his firstborn, err, to knowingly
41532              verify installing an unstable developer release.  Also bump
41533              the release to 5.7.0, but leave a patch tag in the local
41534              patches saying that this is not yet the real thing.
41535              
41536              Update (kinda) to Test 1.14, from Joshua Pritikin.
41537              
41538              make ok etc also for win32.
41539              
41540              Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
41541              
41542              Don't blow limited stacks, a lower number is enough to
41543              tickle the lookbehind limit.
41544              
41545              Use -Dusedevel; regen Configure and the respective Porting stuff.
41546              
41547              Subject: [PATCH] debugger exit code should reflect user exit code
41548              
41549              Subject: [PATCH perl@6620] cygwin port
41550              
41551              Missed a file from #6638.
41552              
41553              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)
41554              
41555              magic callbacks all need to have same type signature
41556              
41557              Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
41558              
41559              Fix a dependency problem.
41560              Subject: [PATCH: 6640] VMS Makefile.SH update
41561              
41562              The numeric locale was reset to "C" by s?printf and never restored.
41563              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
41564              No test since adding the failing example to locale.t
41565              does not fail -- probably because the locale settings are so
41566              thoroughly tweaked by that time.  Running the example standalone
41567              does fail, though.  UPDATE: test case added at change #7540.
41568              
41569              Subject: [ID 20000324.040] minor fix to perlhpux.pod
41570              
41571              Update to CPAN 1.57.
41572              
41573              Subject: [PATCH] Cwd::_backtick_pwd does not check return value
41574              
41575              Change the perlbug address to perl.org since it's more forgiving.
41576              
41577              Change the regx compilation error markers to use = instead of <
41578              since pod makes using the latter quite messy.  Reported in
41579              ID 20000814.006 by Abigail and in
41580              Subject: Unknown escape E<> ?
41581              
41582              Update to perldebtut 1.9, from Richard Foley.
41583              
41584              check that the number pseudo children doesn't exceed
41585              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
41586              the WaitForMultipleObjects() limit that would cause wait()
41587              to crash)
41588              wait() and waitpid() could potentially be rewritten to use
41589              more than one thread to do the waiting to eliminate this
41590              limitation
41591              
41592              change#6328 could make close(SOCKET) return false on windows
41593              when it shouldn't
41594              
41595              pod nit seen in passing
41596              
41597              on windows, the return values from wait() and waitpid() don't
41598              match those of pseudo-pids
41599              
41600              waitpid() now handles externally spawned pids correctly;
41601              fixes for backtick/wait/waitpid failures on Windows 9x
41602              these changes make the pid returned by process functions on
41603              Windows 9x always positive by clearing the high bit (which
41604              is always set on Win9x); pseudo-process PIDs are likewise
41605              always negative now on Win9x (just as on NT/2000)
41606              
41607              trailing new %ENV entries weren't being pushed into the real
41608              environment of subprocesses on Windows
41609              
41610              Tweak the regex compilation errors once more.
41611              
41612              avoid warnings from dense compiler
41613              
41614              add "ok" targets from change#6632 in makefile.mk
41615      Branch: maint-5.6/perl
41616            - lib/Pod/PlainText.pm vms/configure.com
41617           !> (integrate 66 files)
41618 ____________________________________________________________________________
41619 [  7886] By: jhi                                   on 2000/11/27  13:54:18
41620         Log: __FUNCTION__ isn't portable and trying to emulate it leads
41621              into practically spelling out the name of the function.
41622              Takes care of the bug 20001127.001.
41623      Branch: perl
41624            ! perlio.c
41625 ____________________________________________________________________________
41626 [  7885] By: gsar                                  on 2000/11/27  13:53:18
41627         Log: integrate changes#6540..6541,6546..6549,6552..6554,6557..6606,
41628              6610..6611 from mainline
41629              
41630              Make regular expression parse error messages easier to understand.
41631              Subject: Re: enhanced(?) regex error messages
41632              
41633              Tiny tidying on report_evil_fh().
41634              
41635              Subject: Re: enhanced(?) regex error messages 
41636              plus Capitalize the error messages, plus perldiag them.
41637              
41638              Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
41639              
41640              Document here-doc better.
41641              
41642              Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
41643              
41644              Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
41645              Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
41646              (either perlbug or p5p ate the original), plus regen
41647              perlapi and perltoc. 
41648              
41649              Regen global.sym.
41650              
41651              Double check that we have a dirhandle.
41652              
41653              Subject: Re: enhanced(?) regex error messages
41654              (plus two small patches sent privately)
41655              (this still seems to leave few test failures)
41656              
41657              warn is a macro, avoid using at a variable to avoid warnings
41658              in some configurations; readdir.t is too conservative in
41659              estimating number of *.t's
41660              
41661              Get back into sync with Jeffrey on the enhanced regex warnings.
41662              
41663              Subject: [PATCH 5.6.0] cygwin port
41664              
41665              Zero entries were skipped, fix from Adrian Goalby
41666              <argoalby@yahoo.co.uk>
41667              
41668              Subject: Remove dead entry in perldiag
41669              
41670              Amend the description of Perl6.
41671              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
41672              
41673              detypo
41674              
41675              It's the 2ndO'ROSSC.
41676              
41677              Revert the sv.c part of #6559, a better fix is needed.
41678              
41679              Iterating perl6 description.
41680              
41681              Update to Term::ANSIColor 1.03, from Russ Allbery.
41682              
41683              Update to Getopt::Long 2.23_05, from Johan Vromans.
41684              
41685              Small AUTHORS and MAINTAIN updates.  Could do with big updates.
41686              
41687              Update to Pod::Parser 1.17, from Brad Appleton.
41688              
41689              Update to CPAN 1.56, from Andreas König.
41690              
41691              Update to CGI 2.70, from Lincoln Stein.
41692              
41693              Put back the std @INC thing.
41694              
41695              Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
41696              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
41697              
41698              Document the IO::Select timeout.
41699              
41700              sleep(1) does not necessarily return 1.
41701              Subject: [PATCH bleadperl] op/lex_assign.t  
41702              
41703              Subject: debugger "d" command doesnt check line number
41704              
41705              B::Deparse didn't do sub attributes.
41706              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
41707              
41708              Preprocessing and postprocessing for File::Find.
41709              Subject: Patch to Find::File.pm to allow alphabetical results
41710              
41711              Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
41712              
41713              Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
41714              
41715              Subject: Re: [ID 20000730.003] utf8::length() bad
41716              
41717              Subject: Getting perlio and threads to compile
41718              (the Solaris version changes in Configure skipped)
41719              
41720              Tests for #6589.
41721              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
41722              
41723              Add Perl debugging tutorial, regen toc. 
41724              Subject: perldebtut.pod
41725              
41726              Add a few missing files, update MANIFEST.
41727              
41728              Rewrite of vms/subconfigure.com as configure.com,
41729              from Peter Prymmer and the vmsperl crew.
41730              
41731              Should have deleted this in #6603.
41732              
41733              Fix the test for 5005threads.
41734              
41735              Fix-n-skip the tests under 5005threads.
41736              
41737              Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
41738              
41739              Upgrade to CGI 2.71, from Lincoln Stein.
41740      Branch: maint-5.6/perl
41741           +> lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
41742           +> lib/Pod/PlainText.pm pod/perldebtut.pod t/lib/gol-oo.t
41743           +> t/op/regmesg.t t/pod/find.t vms/configure.com
41744            - vms/subconfigure.com
41745            ! lib/lib.pm
41746           !> (integrate 115 files)
41747 ____________________________________________________________________________
41748 [  7884] By: jhi                                   on 2000/11/27  13:44:33
41749         Log: Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
41750              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
41751              Date:     Mon, 27 Nov 2000 08:23:54 EST
41752              Message-Id: <001127082318.6381c@DUPHY4.Physics.Drexel.Edu>
41753      Branch: perl
41754            ! vms/descrip_mms.template vms/test.com
41755 ____________________________________________________________________________
41756 [  7883] By: gsar                                  on 2000/11/27  11:50:46
41757         Log: integrate changes#6469..6484,6486..6501,6504..6505,6507..6509,
41758              6511..6513,6515..6523,6525..6536
41759              
41760              The swallow_bom() saga continues.  The #23 of require.t
41761              (UTF16-LE) still fails (silently, no output) but the #22
41762              (UTF16-BE) seems to be working now.  The root of the
41763              failure may be in sv_gets(): is it UTF-16LE-aware,
41764              especially when it comes to line endings? 
41765              
41766              Document the problem with -P in HP-UX and its workaround.
41767              
41768              Subject: [PATCH] allow non-variable as lhs of non-updating tr///
41769              (aka ID 20000730.002)
41770              
41771              Subject: fix and question re: waitpid() under win32
41772              
41773              Make the safety catch for buggy gccs work with triple version
41774              numbers like 2.95.2.  Reported in
41775              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
41776              
41777              In Digital UNIX warn if gcc explicitly chosen because even
41778              2.95.2 is known to cause problems.
41779              
41780              Make chr() for values >127 to create utf8 when under utf8.
41781              
41782              various syntax errors and such (not fixed: comp/require.t#22 coredump
41783              on Windows)
41784              
41785              Stash away the largefiles flags and libswanted.
41786              
41787              BOM patching from Simon Cozens.
41788              
41789              If gccosandvers is equal to osname, clear gccosandvers.
41790              
41791              Make p4desc to skip non-mainperl branches by default.
41792              
41793              Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
41794              
41795              The test from this
41796              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
41797              
41798              In new BSDs changes to argv[] do not show up in ps(1) output,
41799              instead one must use setproctitle().  This was already addressed
41800              by change #6457, but the below has a new variant for FreeBSD 4.0
41801              or later, and the matter is also documented more.
41802              
41803              FreeBSD 3.* updates from
41804              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
41805              
41806              regen_headers, regen perltoc.
41807              
41808              Document in one place the memory abstractions used in Perl core.
41809              
41810              memcpy has n o in it, as pinted ut by Sarathy.
41811              
41812              Remove the extraneous "main::" prefix from all the
41813              "opened only for", "on closed", and "never opened" warnings.
41814              
41815              The name of a filehandle does not have <these>.
41816              
41817              The tr utf8 patching continues.
41818              
41819              The new setproctitle() feature is available only in 
41820              bleeding edge FreeBSD.  From Paul Saab.
41821              
41822              Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
41823              
41824              Dump UVs as UVs in Data::Dumper.
41825              
41826              detypo #6494
41827              
41828              Document the IVdf UVuf UVof UVxf.
41829              
41830              require.t needs binmode() to work on windows
41831              
41832              Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
41833              that are hopefully soon put into use.
41834              
41835              Allow "no Module;" even if there is no 'unimport'.
41836              
41837              Better skip message for the test; one of the two problems in
41838              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
41839              
41840              The subtest 4 may fail also on VOBS, as pointed out
41841              by Nick Ing-Simmons in November 1999, bug id 19991124.003
41842              (but the failure in that bug report isn't the subtest 4).
41843              
41844              Be more informative on what is skipped and why,
41845              also repeat the list at the end.
41846              
41847              Add a URL for FSF.
41848              
41849              Subject: [PATCH] sv.h documentation - SvLEN
41850              
41851              Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
41852              
41853              Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
41854              
41855              Subject: [PATCH] bad cppsymbols on os2 + Configure question
41856              
41857              Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
41858              
41859              Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
41860              mention the idea of @( and @)
41861              
41862              This is 6512.  Really.
41863              
41864              Subject: [ID 19990721.004] Documentation bug in perlfunc
41865              
41866              Subject: Minor tweak to perlvar.pod
41867              
41868              In the warnings call filehandles consistently so;
41869              add "unopened" warning for stat().
41870              
41871              After the #6519 a warning about stat() is just that,
41872              not about a filetest, which now have their own warning.
41873              
41874              Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
41875              
41876              Subject: Re: Array vs. List context
41877              
41878              Subject: New perlcc, take 2
41879              
41880              Weed buglets pointed out by
41881              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
41882              
41883              gcc versions might have (parentheses) in them.
41884              
41885              Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
41886              
41887              Essential prototype changes were missing from #6527.
41888              Also make report_evil_fh() more bomb-proof.
41889              
41890              Zap lib/Sys directory when cleaning up.
41891              
41892              Change the Policy policy: now -Dprefix= with an existing
41893              Policy.sh and prefix == siteprefix == vendorprefix, then all
41894              of them follow along the new prefix.
41895              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
41896              
41897              Continue fixing the io warnings.  This also
41898              sort of fixes bug ID 20000802.003: the core dump
41899              is no more.  Whether the current behaviour is correct
41900              (giving a warning: "Not a format reference"), is another matter.
41901              
41902              Have symbols for the IoTYPEs.
41903              
41904              Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
41905              
41906              Document a bit that UDP is not what you might think.
41907              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
41908              tr memory corruption fix from Simon Cozens.
41909              
41910              Plug the security hole described in the Aug 05 2000 bugtraq message
41911              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
41912              The security hole exists only in suidperls, which isn't
41913              installed or even built by default.
41914      Branch: maint-5.6/perl
41915           !> (integrate 71 files)
41916 ____________________________________________________________________________
41917 [  7882] By: gsar                                  on 2000/11/27  10:25:36
41918         Log: integrate changes#6439..6444,6446..6453,6455..6457,6460..6465,6467..6468
41919              from mainline
41920              
41921              Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
41922              to be fatal errors (instead of by default ignoring them, and
41923              ignoring with a bug: even though -w gave an error, the opening [
41924              was left in)  Reported in:
41925              
41926              Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
41927              
41928              Subject: [PATCH] split /^/
41929              
41930              MacOS nits from Matthias Neeracher.
41931              
41932              More split() doc and test patches from Mike Guy.
41933              
41934              Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
41935              from Graham Barr in the module list.
41936              
41937              docfix from Peter Scott <Peter@PSDT.com>.
41938              
41939              File::Temp patches for VMS and OS/2 from Tim Jenness.
41940              
41941              open() wariness in perlbug.
41942              
41943              Subject: [PATCH] minor doc change - perlguts
41944              
41945              Subject: Minor doc patch: handy.h
41946              
41947              Be wary of close()s, too.
41948              
41949              Further File::Temp patches from Yitzchak Scott-Thoennes
41950              and Craig A. Berry.
41951              
41952              Subject: [PATCH] fixes bug 20000508.004
41953              
41954              Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
41955              
41956              Allow "no AutoLoader;", based on change #6444,
41957              suggested by Graham Barr.
41958              
41959              Use setproctitle() if available to modify $0.
41960              
41961              Warn if the version of the operating system used to compile gcc
41962              differs from the current version of the operating system.
41963              Also display the gcc compilation os and version in myconfig.
41964              Inspiration from
41965              
41966              Tiny fixes for #6460.
41967              
41968              The problem described in this
41969              Subject: [ID 20000322.018] named chars aren't magical enough
41970              has been fixed in perl 5.6.0 but just in case added a test
41971              to keep it away.  (The report from Joseph Hall.)
41972              
41973              Tune the comments and hopefully stop a memory leak.
41974              
41975              Subject: UTF8 concat
41976              (with a memory leak fixed, plus a few casts added)
41977              This also seems to help for
41978              Subject: [ID 20000716.015] join UTF8 weirdness
41979              
41980              Do not upgrade SVs into utf8 just because they participate
41981              in eq or cmp.  Reported and fix suggested in
41982              Subject: [ID 20000720.009] sv_eq UTF8 bug
41983              
41984              Fix the HALF_UPGRADE() macro introduced in #6263.
41985              
41986              Find green threads before native threads.
41987              Subject: Re: Patch to jpl/JNI/Makefile.PL
41988      Branch: maint-5.6/perl
41989           !> (integrate 30 files)
41990 ____________________________________________________________________________
41991 [  7881] By: jhi                                   on 2000/11/27  05:48:41
41992         Log: It seems that *both* the unused submatch loop cleanup
41993              codes are needed.
41994      Branch: perl
41995            ! regexec.c
41996 ____________________________________________________________________________
41997 [  7880] By: jhi                                   on 2000/11/27  04:50:07
41998         Log: Clean .exists deeper.
41999      Branch: perl
42000            ! Makefile.SH
42001 ____________________________________________________________________________
42002 [  7879] By: jhi                                   on 2000/11/27  02:31:35
42003         Log: The code in regcppop() (see #7878) contains the correct lower
42004              limit for the unused submatch 'cleanup' loop so that under
42005              "use utf8" the following code wouldn't dump core:
42006              "," =~ /([^,]*,)*/  With the the wrong lower limit (>=1)
42007              the cleanup loop in regtry() stomped beyond allocated area
42008              in the startp[] array.  Therefore, copied the correct lower
42009              loop limit (*PL_reglastparen) to regtry().  Note: something
42010              may still not be quite right: why was the _higher_ loop limit
42011              (prog->nparens) different in the utf8 case?
42012              
42013              After this patch "./perl -Ilib -Mutf8 t/op/regexp.t" works
42014              without core dumps, there were about 17 of them before
42015              the patch (with us since Perl 5.7.0).  Two failures, still:
42016              496 and 505 (though these may not be severe).
42017              
42018              Patch #7881 is also needed since both the cleanup loops
42019              seem to be needed.
42020              
42021              Also, the t/op/pat#44 seems to core dump under utf8.
42022              Plus a couple of failures.  UGH-8.
42023      Branch: perl
42024            ! regexec.c
42025 ____________________________________________________________________________
42026 [  7878] By: jhi                                   on 2000/11/27  02:21:17
42027         Log: The unused submatch cleanup code in regtry() seems to be more crucial,
42028              the code in regcppop() seems to be redundant for the test suite --
42029              but it contains a germ of truth, and it needed for the build
42030              process itself: see #7879 and #7881.
42031      Branch: perl
42032            ! regexec.c
42033 ____________________________________________________________________________
42034 [  7877] By: jhi                                   on 2000/11/27  01:53:09
42035         Log: Comment on comment.
42036      Branch: perl
42037            ! regexec.c
42038 ____________________________________________________________________________
42039 [  7876] By: jhi                                   on 2000/11/27  00:49:59
42040         Log: Adjust the docs to agree with #7875.
42041      Branch: perl
42042            ! pod/perllocale.pod
42043 ____________________________________________________________________________
42044 [  7875] By: jhi                                   on 2000/11/27  00:49:27
42045         Log: Retract #7863.  It makes more sense not to taint formatted output,
42046              not even by sprintf().
42047      Branch: perl
42048            ! sv.c
42049 ____________________________________________________________________________
42050 [  7874] By: jhi                                   on 2000/11/26  23:36:02
42051         Log: Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
42052              Not really fixed (should really dump the UTF-8 charclass),
42053              but stopped displaying the garbage.
42054              
42055              Also add a note on the (missing) Unicode PSXSPC and BLANK.
42056      Branch: perl
42057            ! regcomp.c
42058 ____________________________________________________________________________
42059 [  7873] By: jhi                                   on 2000/11/26  21:31:13
42060         Log: BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
42061      Branch: perl
42062            ! regexec.c
42063 ____________________________________________________________________________
42064 [  7872] By: jhi                                   on 2000/11/26  21:06:04
42065         Log: No need to scan till infinity, 13 is enough.
42066      Branch: perl
42067            ! handy.h utf8.c
42068 ____________________________________________________________________________
42069 [  7871] By: jhi                                   on 2000/11/26  20:20:32
42070         Log: Test line numbers are different with utf8.
42071      Branch: perl
42072            ! t/op/re_tests
42073 ____________________________________________________________________________
42074 [  7870] By: jhi                                   on 2000/11/26  20:10:12
42075         Log: Message nit.
42076      Branch: perl
42077            ! regcomp.c
42078 ____________________________________________________________________________
42079 [  7869] By: jhi                                   on 2000/11/26  19:01:05
42080         Log: Make utf8_length() and utf8_distance() (the latter of which
42081              is unused at the moment) to be less forgiving about bad UTF-8.
42082      Branch: perl
42083            ! embed.h embed.pl objXSUB.h proto.h utf8.c
42084 ____________________________________________________________________________
42085 [  7868] By: jhi                                   on 2000/11/26  18:45:56
42086         Log: Subject: Re: [ID 20001125.004] OK: perl v5.7.0 +DEVEL7825 on i686-linux 2.2.17 (UNINSTALLED)
42087              From: Benjamin Holzman <bah@ecnvantage.com>
42088              Date: Sat, 25 Nov 2000 20:40:20 -0500       
42089              Message-ID: <20001125204020.A25040@ecnvantage.com>              
42090              
42091              Debian allows installing /usr/bin/locale without installing
42092              any locales, an error message will ensue.
42093      Branch: perl
42094            ! t/pragma/locale.t
42095 ____________________________________________________________________________
42096 [  7867] By: jhi                                   on 2000/11/26  18:31:12
42097         Log: Subject: Re: [PATCH: perl@7825] SvTEMP-ness on rhs of aassign can wreak havoc
42098              From: Benjamin Holzman <bah@ecnvantage.com>
42099              Date: Sun, 26 Nov 2000 02:42:34 -0500
42100              Message-ID: <20001126024234.G25040@ecnvantage.com>
42101              
42102              Patch for the bug 20000212.002.
42103      Branch: perl
42104            ! sv.c t/op/array.t
42105 ____________________________________________________________________________
42106 [  7866] By: jhi                                   on 2000/11/26  18:28:09
42107         Log: Subject: PATCH: File::Temp fix on WindowsNT/VMS
42108              From: Tim Jenness <t.jenness@jach.hawaii.edu>
42109              Date: Fri, 24 Nov 2000 18:38:34 -1000 (HST)
42110              Message-ID: <Pine.LNX.4.21.0011241833230.18423-100000@lapaki.jach.hawaii.edu>
42111              
42112              File::Temp 0.11.
42113      Branch: perl
42114            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
42115 ____________________________________________________________________________
42116 [  7865] By: jhi                                   on 2000/11/26  18:24:22
42117         Log: The metaconfig unit change for #7864.
42118      Branch: metaconfig/U/perl
42119            ! need_va_copy.U
42120 ____________________________________________________________________________
42121 [  7864] By: jhi                                   on 2000/11/26  18:23:41
42122         Log: Make the va_copy() test not to be so talkative.
42123      Branch: perl
42124            ! Configure config_h.SH
42125 ____________________________________________________________________________
42126 [  7863] By: jhi                                   on 2000/11/26  18:11:02
42127         Log: Fix locale inconsistencies unearthed by Hugo's work.
42128              Now the floating point sprintf really does taint the result
42129              string as perllocale promises (has promised for a long time)
42130              if "use locale" is in the lexical scope.
42131      Branch: perl
42132            ! sv.c t/pragma/locale.t
42133 ____________________________________________________________________________
42134 [  7862] By: jhi                                   on 2000/11/26  00:35:15
42135         Log: Subject: [PATCH] Re: pp_add -> pp_i_add efficiency hack?
42136              From: Nicholas Clark <nick@ccl4.org>
42137              Date: Sun, 26 Nov 2000 00:07:50 +0000
42138              Message-ID: <20001126000750.A22446@plum.flirble.org>
42139              
42140              Infinit.
42141      Branch: perl
42142            ! sv.c
42143 ____________________________________________________________________________
42144 [  7861] By: jhi                                   on 2000/11/26  00:01:26
42145         Log: Integrate perlio.
42146      Branch: perl
42147           !> doio.c perlio.c perliol.h pp_sys.c win32/makefile.mk
42148 ____________________________________________________________________________
42149 [  7860] By: nick                                  on 2000/11/25  22:04:17
42150         Log: Correct relative path from new ext\Filter\Util\Call location
42151              back to miniperl.
42152      Branch: perlio
42153            ! win32/makefile.mk
42154 ____________________________________________________________________________
42155 [  7859] By: nick                                  on 2000/11/25  21:26:54
42156         Log: Integrate mainline.
42157      Branch: perlio
42158           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
42159           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
42160           +> t/lib/filter-util.t
42161            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
42162            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
42163            - t/lib/filt-util.t
42164           !> AUTHORS Configure MANIFEST README.amiga configure.com doio.c
42165           !> embed.h embed.pl ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
42166           !> hints/solaris_2.sh hints/uwin.sh hints/vmesa.sh
42167           !> lib/ExtUtils/MM_Unix.pm makedef.pl perl.h perlio.c perlio.h
42168           !> perlsdio.h proto.h t/lib/io_sock.t win32/Makefile
42169           !> win32/makefile.mk
42170 ____________________________________________________________________________
42171 [  7858] By: gsar                                  on 2000/11/25  20:52:17
42172         Log: C<foreach my $x ...> in pseudo-fork()ed process may diddle
42173              parent's memory; fix it by keeping track of the actual pad
42174              offset rather than a raw pointer (this change is probably also
42175              relevant to non-ithreads case to avoid fallout from reallocs of
42176              the pad array, but is currently only enabled for the ithreads
42177              case in the interests of minimal disruption to existing "well
42178              tested" code)
42179      Branch: perl
42180            ! embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
42181            ! proto.h scope.c scope.h sv.c t/op/fork.t
42182 ____________________________________________________________________________
42183 [  7857] By: nick                                  on 2000/11/25  20:01:28
42184         Log: All tests pass on Win32/gcc/USE_PERLIO.
42185              - when crlf layer is pushed make unix-level binary.
42186              - remove :crlf injection in pp_backtick in pp_sys.c
42187              - (Change dependacy of extension .dll's to perldll.def rather than perl.exe)
42188      Branch: perlio
42189            ! doio.c perlio.c pp_sys.c win32/makefile.mk
42190 ____________________________________________________________________________
42191 [  7856] By: jhi                                   on 2000/11/25  18:38:30
42192         Log: Update the metaconfig units for #7855.
42193      Branch: metaconfig/U/perl
42194            ! useperlio.U usesocks.U
42195 ____________________________________________________________________________
42196 [  7855] By: jhi                                   on 2000/11/25  18:37:54
42197         Log: Undo the SOCKS workarounds, instead start using PerlIO
42198              if SOCKS is selected.
42199              
42200              Subject: perl@7847, [ID 20001030.005], close-patch, perlio - The big cleanup
42201              From: Jens Hamisch <jens@Strawberry.COM>
42202              Date: Fri, 24 Nov 2000 18:31:30 +0100
42203              Message-ID: <20001124183130.E28337@Strawberry.COM>
42204              
42205              Subject: Re: perl@7847, [ID 20001030.005], close-patch, perlio - Patch the patch ...
42206              From: Jens Hamisch <jens@Strawberry.COM>
42207              Date: Fri, 24 Nov 2000 19:11:51 +0100
42208              Message-ID: <20001124191151.A28753@Strawberry.COM>
42209      Branch: perl
42210            ! Configure doio.c embed.h embed.pl makedef.pl perl.h perlio.c
42211            ! perlio.h perlsdio.h proto.h t/lib/io_sock.t
42212 ____________________________________________________________________________
42213 [  7854] By: jhi                                   on 2000/11/25  17:39:08
42214         Log: Undo #7848.  Some of the code seems to use walkoptree(),
42215              some walkoptree_slow().  An unfinished renaming?
42216              Now the sub is walkoptree() (which is @EXPORT_OK),
42217              the walkoptree_slow() is a typeglob alias to walkoptree.
42218              This makes the tests to pass, at least.
42219      Branch: perl
42220            ! ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
42221 ____________________________________________________________________________
42222 [  7853] By: nick                                  on 2000/11/24  22:24:33
42223         Log: Re-arrange crlf vs binary for platforms that care.
42224              crlf layer is now "the" buffer layer and can turn its behaviour on/off.
42225              Lip-service to making stdio layer work on such platfroms (untested).
42226              Now fails 3 tests rather than one, checkin to see if I can debug 
42227              the issue under linux. (Do not merge.)
42228      Branch: perlio
42229            ! doio.c perlio.c perliol.h
42230 ____________________________________________________________________________
42231 [  7852] By: jhi                                   on 2000/11/24  18:57:39
42232         Log: AUTHORS edits.
42233      Branch: perl
42234            ! AUTHORS
42235 ____________________________________________________________________________
42236 [  7851] By: jhi                                   on 2000/11/24  17:34:56
42237         Log: Add Jan-Erik Karlsson.
42238      Branch: perl
42239            ! AUTHORS
42240 ____________________________________________________________________________
42241 [  7850] By: jhi                                   on 2000/11/24  17:27:56
42242         Log: Configure should find stdchar on its own.
42243      Branch: perl
42244            ! hints/solaris_2.sh
42245 ____________________________________________________________________________
42246 [  7849] By: jhi                                   on 2000/11/24  17:24:55
42247         Log: Subject: PATCH over 7848: Filter test flawed
42248              From: andreas.koenig@anima.de (Andreas J. Koenig)
42249              Date: 24 Nov 2000 10:28:29 +0100
42250              Message-ID: <m3k89tbtxe.fsf@ak-71.mind.de>
42251      Branch: perl
42252            ! t/lib/filter-util.t
42253 ____________________________________________________________________________
42254 [  7848] By: jhi                                   on 2000/11/24  17:22:15
42255         Log: Subject: [ID 20001124.001] B exports "walkoptree" but does not define it
42256              From: Simon Cozens <simon@pembro4.pmb.ox.ac.uk>
42257              Date: Fri, 24 Nov 2000 16:12:58 +0000
42258              Message-Id: <E13zLT8-0005FN-00@pembro4.pmb.ox.ac.uk>
42259      Branch: perl
42260            ! ext/B/B.pm
42261 ____________________________________________________________________________
42262 [  7847] By: jhi                                   on 2000/11/24  03:07:01
42263         Log: Integrate perlio.
42264      Branch: perl
42265           !> doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
42266           !> win32/makefile.mk
42267 ____________________________________________________________________________
42268 [  7846] By: gsar                                  on 2000/11/24  00:55:57
42269         Log: integrate changes#6415..6418,6420..6438 from mainline
42270              
42271              Fix the bitvector ops for utf8 (tricky since past 7 bits
42272              the utf8 'characters' can be more than one octet).
42273              
42274              MPE/ix updates for perl 5.6.0 from Mark Bixby.
42275              
42276              Subject: SDBM_File documentation
42277              
42278              Detypo.
42279              
42280              Decutandpasto.
42281              
42282              Send all installperl messages to STDERR and be -w clean.
42283              
42284              Out-of-date note removed.
42285              
42286              Protect against "wild next"s, that is, callbacks doing "next"
42287              instead of "return".
42288              
42289              Use STDOUT consistently.
42290              
42291              The output might have been produced in the wrong order.
42292              
42293              A missing 'break' after the [[:space:]] switch case.
42294              
42295              Add tests for
42296              [ID 19991110.003] another matching finding by pcre author
42297              which has already been fixed by some patch, as verified in
42298              
42299              Documentation to explain the behaviour of map().
42300              
42301              Add an optimization for map-maps-a-list-element-to-more-list-elements
42302              case, but add also notes explaining the relationship of this
42303              patch and the earlier notes by Sarathy.
42304              
42305              Subject: [ID 20000716.023] syslog test fails without sockets
42306              
42307              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
42308              Test cases for #6431.
42309              
42310              File::Spec::VMS fixup for tmpdir from Craig Berry.
42311              
42312              Make the "uninit variable" warning to say "concat or string"
42313              or "join or string" when in concat or join .
42314              
42315              Get UTF16 BOMs working.  Patch from
42316              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
42317              
42318              Subject: [PATCH] Make large file tests deal with SIGXFSZ
42319              
42320              Subject: [ID 20000724.003] Documentation changes for perllocale.pod
42321              
42322              Subject: [PATCH] av.c apidoc
42323      Branch: maint-5.6/perl
42324           !> (integrate 43 files)
42325 ____________________________________________________________________________
42326 [  7845] By: gsar                                  on 2000/11/24  00:20:45
42327         Log: integrate changes#6406..6414 from mainline
42328              
42329              Merge perlhacktut into perlhack, update perlguts.
42330              
42331              Fix AutoSplit to use File::Spec the right way in VMS,
42332              from Peter Prymmer.
42333              
42334              The bug report
42335              [ID 19991110.002] minimal matching discrepancy found by pcre author
42336              seems to have been fixed (though differently from what was suggested
42337              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
42338              
42339              thinko fix in vms/descrip_mms.template, the win32.pod in lib,
42340              not in pod, from Peter Prymmer
42341              
42342              Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
42343              From: Hugo <hv@crypt.compulink.co.uk>
42344              Date: Fri, 14 Jul 2000 23:05:20 +0100
42345              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
42346              
42347              Didn't anymore apply, but that point still could use another fix.
42348              
42349              lib/b test fixes from Peter Prymmer.
42350              
42351              More docs for sv functions.
42352              
42353              perlvms.pod whitespace cleanup to keep pod utils happy.
42354              
42355              another VMS build tweak from Peter Prymmer
42356      Branch: maint-5.6/perl
42357           !> embed.pl lib/AutoSplit.pm pod/perlapi.pod pod/perlfunc.pod
42358           !> pod/perlguts.pod pod/perlhack.pod sv.c t/lib/b.t t/op/re_tests
42359           !> vms/descrip_mms.template vms/perlvms.pod
42360 ____________________________________________________________________________
42361 [  7844] By: nick                                  on 2000/11/23  23:42:45
42362         Log: Win32/perlio Now just fails one io/argv.t test - lack 
42363              of default :crlf on standard streams.
42364      Branch: perlio
42365            ! doio.c perlio.c
42366 ____________________________________________________________________________
42367 [  7843] By: nick                                  on 2000/11/23  23:04:05
42368         Log: Win32 passes all but t/lib/peek.t with perlio and home-grown crlf.
42369              peek fail is showing a real problem (multiple crlf layers
42370              are getting pushed.)
42371      Branch: perlio
42372            ! doio.c perlio.c win32/makefile.mk
42373 ____________________________________________________________________________
42374 [  7842] By: nick                                  on 2000/11/23  19:46:23
42375         Log: Implement PerlIO_binmode()
42376              Fix PerlIOCrlf_unread() (*--ptr rather than *ptr-- ...)
42377              Test on UNIX with PERLIO="perlio crlf" to mimic Win32,
42378              make binmode in t/lib/io_tell.t unconditional so that works.
42379              Checkin just so Win32 machine can see these changes.
42380      Branch: perlio
42381            ! doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
42382 ____________________________________________________________________________
42383 [  7841] By: jhi                                   on 2000/11/23  19:30:00
42384         Log: README.amiga changes from Jan-Erik Karlsson <trg@privat.utfors.se>.
42385      Branch: perl
42386            ! README.amiga
42387 ____________________________________________________________________________
42388 [  7840] By: jhi                                   on 2000/11/23  17:18:02
42389         Log: SOCKS wrestling continues, patches from Jens Hamisch.
42390      Branch: perl
42391            ! doio.c embed.h embed.pl perlsdio.h proto.h
42392 ____________________________________________________________________________
42393 [  7839] By: jhi                                   on 2000/11/23  16:54:14
42394         Log: Push Filter::Util::Call one level deeper.
42395      Branch: perl
42396            + t/lib/filter-util.t
42397           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
42398           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
42399            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
42400            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
42401            - t/lib/filt-util.t
42402            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
42403            ! win32/Makefile win32/makefile.mk
42404 ____________________________________________________________________________
42405 [  7838] By: jhi                                   on 2000/11/23  16:52:40
42406         Log: Reach back one higher up when searching for PERL_SRC.
42407      Branch: perl
42408            ! lib/ExtUtils/MM_Unix.pm
42409 ____________________________________________________________________________
42410 [  7837] By: jhi                                   on 2000/11/23  16:05:41
42411         Log: Subject: Re: perl@7826
42412              Date: Thu, 23 Nov 2000 02:20:25 -0600
42413              From: "Craig A. Berry" <craigberry@mac.com>
42414              Message-Id: <p04330102b6424b6cd4c9@[172.16.52.1]>
42415              
42416              Make VMS to like Filter::Util::Call. 
42417      Branch: perl
42418            ! configure.com ext/Filter/Util/Makefile.PL
42419 ____________________________________________________________________________
42420 [  7836] By: nick                                  on 2000/11/23  16:04:08
42421         Log: Implement crlf layer - not ready for merge.
42422      Branch: perlio
42423            ! perlio.c win32/makefile.mk
42424 ____________________________________________________________________________
42425 [  7835] By: jhi                                   on 2000/11/23  15:56:52
42426         Log: STDCHAR is different in Sparc v9 vs x86.
42427      Branch: perl
42428            ! hints/solaris_2.sh
42429 ____________________________________________________________________________
42430 [  7834] By: jhi                                   on 2000/11/23  15:50:47
42431         Log: The type needs to be visible to protos.
42432      Branch: perl
42433            ! perl.h
42434 ____________________________________________________________________________
42435 [  7833] By: jhi                                   on 2000/11/23  15:40:46
42436         Log: Finish unfinished SOCKS workaround changes.
42437      Branch: perl
42438            ! doio.c
42439 ____________________________________________________________________________
42440 [  7832] By: jhi                                   on 2000/11/23  15:33:30
42441         Log: Integrate perlio.
42442      Branch: perl
42443           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
42444           !> win32/makefile.mk
42445 ____________________________________________________________________________
42446 [  7831] By: nick                                  on 2000/11/23  10:31:07
42447         Log: Correct makefile.mk dependancies for ext/Filter/Util
42448              Build ext/Encode
42449              Run dmake regen_config_h
42450      Branch: perlio
42451            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
42452            ! win32/makefile.mk
42453 ____________________________________________________________________________
42454 [  7830] By: nick                                  on 2000/11/23  08:05:07
42455         Log: Integrate mainline
42456      Branch: perlio
42457           +> ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
42458           +> ext/Filter/Util/Makefile.PL lib/Filter/Simple.pm
42459           +> t/lib/filt-util.pl t/lib/filt-util.t
42460           !> (integrate 41 files)
42461 ____________________________________________________________________________
42462 [  7829] By: gsar                                  on 2000/11/23  03:07:11
42463         Log: build the Filter extension on windows
42464      Branch: perl
42465            ! win32/Makefile win32/makefile.mk
42466 ____________________________________________________________________________
42467 [  7828] By: gsar                                  on 2000/11/23  02:46:35
42468         Log: regenerate win32/config* and fix some inconsistencies in the
42469              makefiles; always export Perl_deb() because it is needed
42470              by ext/re/* (whether perl itself is built with -DDEBUGGING
42471              or not)
42472      Branch: perl
42473            ! makedef.pl win32/Makefile win32/config_H.bc win32/config_H.gc
42474            ! win32/config_H.vc win32/makefile.mk
42475 ____________________________________________________________________________
42476 [  7827] By: gsar                                  on 2000/11/23  02:18:38
42477         Log: get sources building on windows+MSVC again (untested with other
42478              compilers)
42479      Branch: perl
42480            ! win32/include/sys/socket.h win32/perllib.c
42481 ____________________________________________________________________________
42482 [  7826] By: jhi                                   on 2000/11/23  01:18:26
42483         Log: Update Changes.
42484      Branch: perl
42485            ! Changes patchlevel.h
42486 ____________________________________________________________________________
42487 [  7825] By: jhi                                   on 2000/11/23  00:20:41
42488         Log: Subject: Re: av.c patch (having slight problems)
42489              From: "Ben Tilly" <ben_tilly@hotmail.com>
42490              Date: Tue, 21 Nov 2000 23:29:31 -0500
42491              Message-ID: <LAW2-F113pL32ctFfj800000d81@hotmail.com>
42492              
42493              unshift() speedup.
42494      Branch: perl
42495            ! av.c
42496 ____________________________________________________________________________
42497 [  7824] By: jhi                                   on 2000/11/22  23:59:15
42498         Log: Fixes for signedness warnings noticed by VMSperlers.
42499      Branch: perl
42500            ! ext/Storable/Storable.xs regcomp.c sv.c
42501 ____________________________________________________________________________
42502 [  7823] By: jhi                                   on 2000/11/22  23:19:31
42503         Log: Subject: [PATCH perl@7795] small cleanup task for test suite
42504              From: Peter Prymmer <pvhp@forte.com>
42505              Date: Wed, 22 Nov 2000 15:04:13 -0800 (PST)
42506              Message-ID: <Pine.OSF.4.10.10011221457530.519633-100000@aspara.forte.com>
42507      Branch: perl
42508            ! t/pragma/warn/pp_hot
42509 ____________________________________________________________________________
42510 [  7822] By: jhi                                   on 2000/11/22  22:52:20
42511         Log: Be clean.
42512      Branch: perl
42513            ! Makefile.SH
42514 ____________________________________________________________________________
42515 [  7821] By: jhi                                   on 2000/11/22  22:46:39
42516         Log: Add the simple frontend to Filter::Util:Call, Filter::Simple 0.01
42517              by Damian Conway, as suggested by Paul Marquess.
42518      Branch: perl
42519            + lib/Filter/Simple.pm
42520 ____________________________________________________________________________
42521 [  7820] By: jhi                                   on 2000/11/22  22:45:51
42522         Log: Add the Filter::Util::Call 1.04 by Paul Marquess from Filter-1.19.
42523      Branch: perl
42524            + ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
42525            + ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
42526            + t/lib/filt-util.t
42527            ! MANIFEST
42528 ____________________________________________________________________________
42529 [  7819] By: jhi                                   on 2000/11/22  22:03:27
42530         Log: Integrate perlio.
42531      Branch: perl
42532           !> README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
42533           !> win32/makefile.mk
42534 ____________________________________________________________________________
42535 [  7818] By: jhi                                   on 2000/11/22  21:56:02
42536         Log: More SOCKS versus 64-bit patches from Jens Hamisch.
42537      Branch: perl
42538            ! doio.c embed.h embed.pl makedef.pl perl.h pp_sys.c proto.h
42539            ! t/lib/io_sock.t
42540 ____________________________________________________________________________
42541 [  7817] By: jhi                                   on 2000/11/22  21:39:49
42542         Log: Subject: [PATCH 5.7.0] Liblist returns found libraries
42543              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
42544              Date: Wed, 22 Nov 2000 16:08:12 -0500
42545              Message-ID: <20001122160812.A24269@monk.mps.ohio-state.edu>
42546      Branch: perl
42547            ! lib/ExtUtils/Liblist.pm
42548 ____________________________________________________________________________
42549 [  7816] By: jhi                                   on 2000/11/22  21:38:25
42550         Log: Go ahead and #include <unistd.h> in perl.h.
42551      Branch: perl
42552            ! doio.c malloc.c mg.c perl.h pp.c pp_hot.c pp_sys.c toke.c
42553            ! util.c
42554 ____________________________________________________________________________
42555 [  7815] By: jhi                                   on 2000/11/22  21:22:52
42556         Log: Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
42557              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
42558              Date: Mon, 20 Nov 2000 18:30:52 -0500
42559              Message-ID: <20001120183051.A15228@monk.mps.ohio-state.edu>
42560      Branch: perl
42561            ! pod/perlre.pod regcomp.c t/op/re_tests
42562 ____________________________________________________________________________
42563 [  7814] By: jhi                                   on 2000/11/22  21:21:46
42564         Log: Subject: [PATCH 5.7.0] Liblist finally works
42565              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
42566              Date: Tue, 21 Nov 2000 22:02:17 -0500
42567              Message-ID: <20001121220217.A24174@monk.mps.ohio-state.edu>
42568      Branch: perl
42569            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
42570            ! lib/ExtUtils/MakeMaker.pm
42571 ____________________________________________________________________________
42572 [  7813] By: jhi                                   on 2000/11/22  21:20:23
42573         Log: Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
42574              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
42575              Date: Wed, 22 Nov 2000 17:53:15 +0100
42576              Message-Id: <20001122174544.49A2.H.M.BRAND@hccnet.nl>
42577              
42578              AIX dynaloader and perlio patch.
42579      Branch: perl
42580            ! ext/DynaLoader/dl_aix.xs
42581 ____________________________________________________________________________
42582 [  7812] By: jhi                                   on 2000/11/22  21:17:52
42583         Log: (Accidentally empty patch.)
42584      Branch: perl
42585            ! av.c
42586 ____________________________________________________________________________
42587 [  7811] By: jhi                                   on 2000/11/22  21:16:31
42588         Log: Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
42589              From: Peter Prymmer <pvhp@forte.com>
42590              Date: Mon, 20 Nov 2000 16:53:54 -0800 (PST)
42591              Message-ID: <Pine.OSF.4.10.10011201651050.373336-100000@aspara.forte.com>
42592      Branch: perl
42593            ! vms/test.com
42594 ____________________________________________________________________________
42595 [  7810] By: jhi                                   on 2000/11/22  21:15:36
42596         Log: Subject: Re: perl@7777 
42597              From: "John P. Linderman" <jpl@research.att.com>
42598              Date: Wed, 22 Nov 2000 13:11:11 -0500
42599              Message-Id: <200011221811.NAA90072@raptor.research.att.com>
42600              
42601              Detypoing.
42602      Branch: perl
42603            ! lib/CPAN.pm
42604 ____________________________________________________________________________
42605 [  7809] By: jhi                                   on 2000/11/22  21:14:19
42606         Log: Subject:  [PATCH perl@7795] Perlio_tell fix
42607              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
42608              Date:     Wed, 22 Nov 2000 13:51:37 EST
42609              Message-Id: <001122135058.56e24@DUPHY4.Physics.Drexel.Edu>
42610      Branch: perl
42611            ! perlsdio.h
42612 ____________________________________________________________________________
42613 [  7808] By: jhi                                   on 2000/11/22  21:13:27
42614         Log: Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
42615              From: Casey Tweten <crt@kiski.net>
42616              Date: Mon, 20 Nov 2000 11:53:03 -0500 (EST)
42617              Message-Id: <200011201653.LAA10194@home.kiski.net>
42618      Branch: perl
42619            ! t/lib/io_udp.t
42620 ____________________________________________________________________________
42621 [  7807] By: jhi                                   on 2000/11/22  21:12:35
42622         Log: Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
42623              From: Casey Tweten <crt@kiski.net>
42624              Date: Mon, 20 Nov 2000 11:36:11 -0500 (EST)
42625              Message-Id: <200011201636.LAA07227@home.kiski.net>
42626      Branch: perl
42627            ! t/lib/io_sock.t
42628 ____________________________________________________________________________
42629 [  7806] By: jhi                                   on 2000/11/22  21:10:59
42630         Log: Subject: Re: [PATCH] Evolution of h2xs [WAS: Re: PATCH subs.pm]
42631              From: "Casey R. Tweten" <crt@kiski.net>
42632              Date: Wed, 22 Nov 2000 09:05:07 -0500 (EST)
42633              Message-ID: <Pine.OSF.4.21.0011220903580.1811-100000@home.kiski.net>
42634      Branch: perl
42635            ! utils/h2xs.PL
42636 ____________________________________________________________________________
42637 [  7805] By: nick                                  on 2000/11/22  21:05:06
42638         Log: Integrate mainline
42639      Branch: perlio
42640           !> Changes Porting/genlog ext/DB_File/DB_File.xs
42641           !> ext/DB_File/version.c lib/Test.pm patchlevel.h
42642           !> utils/perlbug.PL
42643 ____________________________________________________________________________
42644 [  7804] By: jhi                                   on 2000/11/22  21:01:12
42645         Log: Subject: [PATCH] Test.pm POD peculiarity
42646              From: "Casey R. Tweten" <crt@kiski.net>
42647              Date: Tue, 21 Nov 2000 15:01:25 -0500 (EST)
42648              Message-ID: <Pine.OSF.4.21.0011211458020.20114-100000@home.kiski.net>
42649      Branch: perl
42650            ! lib/Test.pm
42651 ____________________________________________________________________________
42652 [  7803] By: jhi                                   on 2000/11/22  20:59:59
42653         Log: Subject: [ID 20001122.002] [PATCH 5.7.0@7795] two small patches to perlbug
42654              From: "Philip Newton" <pnewton@gmx.de>
42655              Date: Wed, 22 Nov 2000 14:25:53 +0100
42656              Message-Id: <3A1BD771.25462.1939FAD@localhost>
42657              
42658              Be case-understanding also on 's', and use the -oi of sendmail
42659              not to terminate the transmission on a lone '.'.
42660      Branch: perl
42661            ! utils/perlbug.PL
42662 ____________________________________________________________________________
42663 [  7802] By: nick                                  on 2000/11/22  20:51:42
42664         Log: Win32 PerlIO intermediate state now working as expected.
42665              - In current state we are still using C runtime in text/binary
42666              mode and "crlf" layer is just a dummy (clone of perlio buffer layer).
42667              - PERLIO=stdio and PERLIO=unix pass all expected tests.
42668              - PERLIO=perlio fails t/lib/dprof.t because Dprof.xs calls PerlIO_tell()
42669              and PerlIO_seek() and the dummy crlf layer is not making adjustments
42670              for CRLF translation happening in C runtime. All other tests pass.
42671              
42672              Added note to README.win32 to point out the snags of doing a perl build
42673              with Norton AntiVirus turned on.
42674              
42675              Tweaked t/pragma/warnings.t so that when run stand-alone you can tell
42676              which file a fail comes from.
42677              
42678              Updated "canned" config.h to match the one generated.
42679      Branch: perlio
42680            ! README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
42681            ! win32/makefile.mk
42682 ____________________________________________________________________________
42683 [  7801] By: jhi                                   on 2000/11/22  06:50:20
42684         Log: Nickety nits.
42685      Branch: perl
42686            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
42687 ____________________________________________________________________________
42688 [  7800] By: jhi                                   on 2000/11/22  01:29:55
42689         Log: Changes had accidentally gone too silent on non-main branches.
42690      Branch: perl
42691            ! Changes Porting/genlog patchlevel.h
42692 ____________________________________________________________________________
42693 [  7799] By: gsar                                  on 2000/11/22  01:02:56
42694         Log: some lib_pm.PL changes snuck in via change#7772
42695      Branch: maint-5.6/perl
42696            ! Makefile.SH
42697 ____________________________________________________________________________
42698 [  7798] By: nick                                  on 2000/11/21  21:59:40
42699         Log: Integrate mainline
42700      Branch: perlio
42701           !> (integrate 28 files)
42702 ____________________________________________________________________________
42703 [  7797] By: jhi                                   on 2000/11/21  21:01:45
42704         Log: Integrate perlio.
42705      Branch: perl
42706           !> doio.c perlio.c perlio.h win32/perllib.c win32/win32.c
42707 ____________________________________________________________________________
42708 [  7796] By: nick                                  on 2000/11/21  20:36:22
42709         Log: Win32 builds and runs (mostly) with USE_PERLIO.
42710              PERLIO=perlio passes all tests. 
42711              PERLIO=stdio (sadly the default) hangs in t.pragma/warnings.t #319
42712      Branch: perlio
42713            ! perlio.c win32/perllib.c win32/win32.c
42714 ____________________________________________________________________________
42715 [  7795] By: jhi                                   on 2000/11/21  19:03:44
42716         Log: Update Changes.
42717      Branch: perl
42718            ! Changes patchlevel.h
42719 ____________________________________________________________________________
42720 [  7794] By: jhi                                   on 2000/11/21  18:56:34
42721         Log: Subject: PerlIO_apply_layers prototype (was Re: [PATCH: perl@7777] add system locale testing for VMS)
42722              From: "Craig A. Berry" <craigberry@mac.com>
42723              Date: Mon, 20 Nov 2000 20:27:06 -0600
42724              Message-Id: <p04330101b63f8baf25a2@[172.16.52.1]>
42725              
42726              A cut-and-pasto.
42727      Branch: perl
42728            ! perlio.h
42729 ____________________________________________________________________________
42730 [  7793] By: jhi                                   on 2000/11/21  18:54:41
42731         Log: Subject: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]
42732              From: Dominic Dunlop <domo@computer.org> 
42733              Date: Mon, 20 Nov 2000 18:55:29 +0100
42734              Message-Id: <p04320403b63b2c750dce@[192.168.1.4]> 
42735              
42736              va_copy() and the need of it.
42737              See <http://wwwold.dkuug.dk/JTC1/SC22/WG14/www/docs/n907.ps>.
42738      Branch: metaconfig/U/perl
42739            + need_va_copy.U
42740      Branch: perl
42741            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
42742            ! config_h.SH configure.com epoc/config.sh handy.h perlio.c
42743            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
42744            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
42745            ! win32/config.bc win32/config.gc win32/config.vc
42746 ____________________________________________________________________________
42747 [  7792] By: jhi                                   on 2000/11/21  17:04:10
42748         Log: Integrate scope.h@7790 from perlio, works better with multiplicity.
42749      Branch: perl
42750           !> scope.h
42751 ____________________________________________________________________________
42752 [  7791] By: jhi                                   on 2000/11/21  17:01:16
42753         Log: Export the SOCKS workaround symbols only if necessary.
42754      Branch: perl
42755            ! doio.c embed.h embed.pl makedef.pl perlsdio.h proto.h
42756 ____________________________________________________________________________
42757 [  7790] By: nick                                  on 2000/11/20  23:57:11
42758         Log: If we use (aTHX_ ...) then put Perl_ on the front. (Or drop the aTHX_).
42759      Branch: perlio
42760            ! scope.h
42761 ____________________________________________________________________________
42762 [  7789] By: nick                                  on 2000/11/20  23:38:33
42763         Log: Integrate mainline
42764      Branch: perlio
42765           +> lib/File/Spec/Epoc.pm
42766           !> (integrate 34 files)
42767 ____________________________________________________________________________
42768 [  7788] By: nick                                  on 2000/11/20  23:20:18
42769         Log: Make extra buffer layer work (dummy crlf layer)
42770      Branch: perlio
42771            ! doio.c perlio.c perlio.h
42772 ____________________________________________________________________________
42773 [  7787] By: jhi                                   on 2000/11/20  22:44:04
42774         Log: Subject: [PATCH: perl@7777] add system locale testing for VMS
42775              From: Peter Prymmer <pvhp@forte.com>
42776              Date: Mon, 20 Nov 2000 12:56:52 -0800 (PST)
42777              Message-ID: <Pine.OSF.4.10.10011201244390.376086-100000@aspara.forte.com>
42778      Branch: perl
42779            ! t/pragma/locale.t
42780 ____________________________________________________________________________
42781 [  7786] By: jhi                                   on 2000/11/20  22:29:10
42782         Log: Subject: DOC PATCH 5.6.0 perlreftut
42783              From: mjd@plover.com
42784              Date: 20 Nov 2000 19:45:06 -0000
42785              Message-ID: <20001120194506.9505.qmail@plover.com>
42786      Branch: perl
42787            ! pod/perlreftut.pod
42788 ____________________________________________________________________________
42789 [  7785] By: jhi                                   on 2000/11/20  22:27:44
42790         Log: Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
42791              From: David Dyck <dcd@tc.fluke.com>
42792              Date: Mon, 20 Nov 2000 11:43:40 -0800
42793              Message-Id: <200011201943.LAA08451@dd.tc.fluke.com>
42794      Branch: perl
42795            ! lib/Cwd.pm
42796 ____________________________________________________________________________
42797 [  7784] By: jhi                                   on 2000/11/20  22:23:21
42798         Log: Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
42799              Date: Mon, 20 Nov 2000 17:06:10 -0500
42800              To: Mailing list Perl5 <perl5-porters@perl.org>
42801              Message-ID: <20001120170609.A11780@monk.mps.ohio-state.edu>
42802      Branch: perl
42803            ! pp_ctl.c t/op/pat.t
42804 ____________________________________________________________________________
42805 [  7783] By: jhi                                   on 2000/11/20  22:11:18
42806         Log: Subject: [PATCH] doop.c - UTF8 tr///               
42807              From: Simon Cozens <simon@cozens.net>
42808              Date: Sat, 18 Nov 2000 18:49:30 +0000
42809              Message-ID: <20001118184930.A31687@pembro4.pmb.ox.ac.uk>
42810              
42811              Subject: Re: [PATCH] doop.c - UTF8 tr///           
42812              From: Simon Cozens <simon@cozens.net>
42813              Date: Mon, 20 Nov 2000 20:45:22 +0000
42814              Message-ID: <20001120204522.A26042@pembro4.pmb.ox.ac.uk>
42815              
42816              Make tr on UTF-8 better but still not correct.
42817      Branch: perl
42818            ! doop.c
42819 ____________________________________________________________________________
42820 [  7782] By: jhi                                   on 2000/11/20  22:02:16
42821         Log: Remove the shared object before attempting to create
42822              (by linking) a new one.  E.g. in AIX not removing
42823              becomes quite painful if one tries to do more than one
42824              build in the same tree (an interrupted build, for example),
42825              since the AIX' shared dynaloader seemingly keeps the shared
42826              objects open and therefore 'busy' for quite a while, even when
42827              nobody is using the objects, leading into link failures.
42828      Branch: perl
42829            ! lib/ExtUtils/MM_Unix.pm
42830 ____________________________________________________________________________
42831 [  7781] By: gsar                                  on 2000/11/20  19:02:55
42832         Log: type mismatch due to faulty integration
42833      Branch: maint-5.6/perl
42834            ! toke.c win32/Makefile
42835 ____________________________________________________________________________
42836 [  7780] By: gsar                                  on 2000/11/20  17:31:55
42837         Log: integrate changes#6392,6394..6399,6401..6404
42838              
42839              The {multiplier} of a fixed substring was overlooked which
42840              caused a wrong initial search offset for that substring.
42841              
42842              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
42843              From: Hugo <hv@crypt.compulink.co.uk>
42844              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
42845              Date: Thu, 13 Jul 2000 19:27:13 +0100
42846              
42847              Fix the BOM bug: not a byteorder bug, a signedness bug.
42848              
42849              Replace change #6337 with a better one.
42850              
42851              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
42852              From: Hugo <hv@crypt.compulink.co.uk>
42853              Date: Fri, 14 Jul 2000 04:16:20 +0100
42854              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
42855              
42856              MakeMaker should not remove editor backups (*~) on `make clean`
42857              by default (completes change#6383)
42858              
42859              move new variables to the end of the interpreter structure (for
42860              bincompat in code that doesn't #include XSUB.h)
42861              
42862              rename totally bletcherous SvLOCK() thingy (doesn't do what the
42863              name suggests anyway)
42864              
42865              various cleanups (typos, misformatted code, and small bugs)
42866              
42867              typecasts needed for change#6394
42868              
42869              typos in change#6399, regen headers
42870              
42871              inconsistent types needs casts
42872              
42873              PERL_OBJECT build tweaks
42874      Branch: maint-5.6/perl
42875           !> MANIFEST doop.c embed.h embed.pl embedvar.h
42876           !> ext/IPC/SysV/Makefile.PL global.sym intrpvar.h
42877           !> lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h pod/perlapi.pod
42878           !> pp.c proto.h regcomp.c regexec.c sv.h t/op/re_tests thread.h
42879           !> toke.c util.c
42880 ____________________________________________________________________________
42881 [  7779] By: gsar                                  on 2000/11/20  17:06:29
42882         Log: integrate changes#6376..6378,6380,6383,6385..6388,6391
42883              
42884              Cosmetics and perldelta.
42885              
42886              Fix nits noticed by Boston.pm.
42887              
42888              Do the cc sanity check both before the hints and
42889              after the cc selction.
42890              
42891              get sprintf.t to adjust properly for 3-digit exponents
42892              
42893              don't clobber *.orig files on *clean targets
42894              
42895              fix bugs in processing %v-*d and similar format specs (from
42896              Avi Finkel <avi@finkel.org>)
42897              
42898              sprintf test tweaks (from Dominic Dunlop)
42899              
42900              new selfloader.t in change#6183 doesn't close DATA handles,
42901              and thus fails to clean up tmp files on dosish platforms
42902              
42903              typos (spotted by Peter Prymmer)
42904              
42905              typo fix from Craig Berry
42906      Branch: maint-5.6/perl
42907           !> Configure Makefile.SH config_h.SH ext/IPC/SysV/Makefile.PL
42908           !> pod/perldelta.pod pod/perlre.pod sv.c t/lib/english.t
42909           !> t/lib/selfloader.t t/op/sprintf.t vms/subconfigure.com
42910           !> x2p/Makefile.SH
42911 ____________________________________________________________________________
42912 [  7778] By: gsar                                  on 2000/11/20  16:46:51
42913         Log: integrate changes#6340..6342,6348,6354,6356,6357,6371,6372,6375
42914              
42915              Subject: Re: format bug report  [Patch]
42916              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
42917              Date: Wed, 05 Jul 2000 13:12:52 +0200
42918              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
42919              
42920              Subject: Re: format bug report  [Patch]
42921              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
42922              Date: Wed, 05 Jul 2000 14:10:01 +0200
42923              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
42924              
42925              Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
42926              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
42927              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
42928              Date: Fri, 07 Jul 2000 17:57:16 +0100
42929              
42930              Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
42931              To: perl5-porters@perl.org
42932              From: Karsten Sperling <spiff@phreax.net>
42933              Date: Mon, 10 Jul 2000 15:12:52 +0200
42934              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
42935              
42936              README.posix-bc podified from Thomas Dorner.
42937              
42938              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take2
42939              From: Dominic Dunlop <domo@computer.org>
42940              Date: Tue, 11 Jul 2000 12:27:33 +0200
42941              Message-Id: <p04320405b590a14d4650@[192.168.1.4]>
42942              
42943              Typo in #6341.
42944              
42945              Fix for
42946              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
42947              From: Roderick Schertler <roderick@argon.org>
42948              Date: Tue, 11 Jul 2000 13:55:05 -0400
42949              Message-Id: <200007111755.NAA05077@jones.argon.org>
42950              
42951              Minor cleanups on the booklist.
42952              
42953              Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
42954              regen perltoc.
42955              
42956              windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
42957      Branch: maint-5.6/perl
42958           +> pod/perlbook.pod
42959           !> MANIFEST README.posix-bc doio.c lib/Symbol.pm pod/Makefile.SH
42960           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq2.pod pod/perltoc.pod
42961           !> pp_hot.c t/op/sprintf.t t/op/write.t toke.c win32/win32sck.c
42962 ____________________________________________________________________________
42963 [  7777] By: jhi                                   on 2000/11/20  16:08:49
42964         Log: Update Changes.
42965      Branch: perl
42966            ! Changes patchlevel.h
42967 ____________________________________________________________________________
42968 [  7776] By: jhi                                   on 2000/11/20  15:27:56
42969         Log: Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
42970              This may be overly harsh but until proven otherwise, we think this
42971              way, or until we have a simple test for Configure (having to start
42972              up servers is does not count as simple) to check for the problems.
42973      Branch: perl
42974            ! perl.h
42975 ____________________________________________________________________________
42976 [  7775] By: jhi                                   on 2000/11/20  15:22:17
42977         Log: Solaris hints tweaks.
42978      Branch: perl
42979            ! hints/solaris_2.sh
42980 ____________________________________________________________________________
42981 [  7774] By: jhi                                   on 2000/11/20  15:01:20
42982         Log: Add a workaround to SOCKS 64-bit problems.
42983      Branch: perl
42984            ! doio.c embed.h embed.pl perlsdio.h proto.h
42985 ____________________________________________________________________________
42986 [  7773] By: jhi                                   on 2000/11/20  14:51:47
42987         Log: sysseek() instead of seek().
42988      Branch: perl
42989            ! t/lib/syslfs.t
42990 ____________________________________________________________________________
42991 [  7772] By: gsar                                  on 2000/11/20  13:06:23
42992         Log: integrate changes#6315..6319,6321..6331,6333..6338
42993              
42994              Integrate with Sarathy, preliminary fix for unicos
42995              alignment problems in [ID 20000612.002] Perl problem on Cray system.
42996              
42997              some debugger output does not go to the socket when RemotePort is set
42998              
42999              winsock cleanup never done on Windows (leads to handle leaks)
43000              
43001              fix UNC path handling on Windows under ithreads, and chdir()
43002              return value when given a non-existent directory
43003              
43004              Autogenerate pod/Makefile and pod/buildtoc.
43005              buildtoc also checks whether the existin pods are
43006              mentioned in MANIFEST and perl.pod, and vice versa.
43007              (None of the thusly found discrepancies fixed yet.)
43008              roffitall also needs to be autogenerated similarly but it
43009              seems so badly out of date that I didn't touch it yet.
43010              
43011              Config is being used.
43012              
43013              Add =head1 NAMEs so that buildtoc is happy.
43014              (The CGI::Util nit reported to Lincoln.)
43015              
43016              Fix complaints of buildtoc.
43017              
43018              Fix the alignment problem in Crays ([ID 20000612.002]).
43019              
43020              Remove perlbook, update perlfaq book listing,
43021              rearrange perl.pod, regenerate perltoc.
43022              
43023              Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
43024              was cast to an unsigned (32-bit) integer with wild abandon.
43025              
43026              winsock options weren't being set in all threads under ithreads
43027              (caused send()s from second and subsequent threads to fail)
43028              
43029              accept() leaks memory on windows due to incorrect ordering of
43030              closesocket() and fclose() calls
43031              
43032              Reorder perl.pod once more.
43033              
43034              More POSIX.pod tweaks.
43035              
43036              Sprinkle ldlibpath.
43037              
43038              Precedence goof, fix based on
43039              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
43040              From: Hugo <hv@crypt.compulink.co.uk>
43041              Date: Tue, 11 Jul 2000 12:52:38 +0100
43042              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
43043              
43044              Subject: PATCH perlguts.pod: Document D and d magic types
43045              From: mjd@plover.com
43046              Date: 5 Jul 2000 18:01:51 -0000
43047              Message-ID: <20000705180151.29413.qmail@plover.com>
43048              
43049              Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
43050              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
43051              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
43052              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
43053              
43054              Subject: [PATCH cfgperl] $& segfaults if you trick it
43055              From: simon@brecon.co.uk (Simon Cozens)
43056              Date: 7 Jul 2000 11:26:09 GMT
43057              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
43058              
43059              Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
43060              From: Hugo <hv@crypt.compulink.co.uk>
43061              Date: Tue, 11 Jul 2000 12:44:50 +0100
43062              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
43063              
43064              Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
43065              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
43066              Date: Tue, 11 Jul 2000 13:50:51 +0100
43067              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
43068      Branch: maint-5.6/perl
43069           +> ext/DynaLoader/hints/netbsd.pl lib/Win32.pod pod/Makefile.SH
43070           +> pod/buildtoc.PL
43071            - pod/Makefile pod/Win32.pod pod/buildtoc pod/perlbook.pod
43072           !> (integrate 26 files)
43073 ____________________________________________________________________________
43074 [  7771] By: gsar                                  on 2000/11/20  12:31:42
43075         Log: integrate changes#6283..6285,6291,6294..6300,6302..6304,6306..6307,
43076              6310,6311,6314
43077              
43078              Subject: [PATCH bleedperl] File::Spec 0.82 beta
43079              From: Barrie Slaymaker <barries@jester.slaysys.com>
43080              Date: Wed, 28 Jun 2000 11:35:29 -0400
43081              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
43082              
43083              tweak perlembed for multiplicity/usethreads sanity; correct notes
43084              about Windows
43085              
43086              localize %INC in a Safe compartment so that use/require work
43087              (many other magic globals probably need similar treatment)
43088              
43089              dounwind() may cause POPSUB() to diddle the wrong PL_curpad
43090              when @_ is modified, causing coredumps
43091              
43092              slurp mode fix in change#4736 still not quite right
43093              
43094              Point to perlipc for more SysV IPC examples.
43095              
43096              Elaborate POSIX.pod.  Still needs work.
43097              
43098              fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
43099              
43100              fix large memory leak that has been around for ever, masked by
43101              -DPURIFY (most of the arenas were never freed!)
43102              
43103              fix memory leak on Windows (PL_sys_intern contents were never
43104              freed)
43105              
43106              PERL_OBJECT build tweak
43107              
43108              adjust change#6299
43109              
43110              remove rel2abs prototypes (from Barrie Slaymaker)
43111              
43112              missing perldiag entry for unpack("w",...) diagnostic (from
43113              Andreas Koenig)
43114              
43115              better diagnostic on Frob->stuff() when Frob:: doesn't exist
43116              (from Richard Soderberg <rs@oregonnet.com>)
43117              
43118              Win32 patches for cfgperl from Sarathy.
43119              
43120              b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
43121              
43122              More POSIX.pod embellishment.
43123              
43124              tyop in change#6306
43125      Branch: maint-5.6/perl
43126           !> (integrate 44 files)
43127 ____________________________________________________________________________
43128 [  7770] By: gsar                                  on 2000/11/20  11:51:00
43129         Log: integrate changes#6268..6282 from cfgperl branch
43130              
43131              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
43132              From: Dominic Dunlop <domo@computer.org>
43133              Date: Thu, 29 Jun 2000 12:32:39 +0200
43134              Message-Id: <p04320403b580cc1338db@[192.168.1.4]>
43135              
43136              Regen headers for #6261 (and update embed.pl for this) and #6267,
43137              silence few compiler warnings.
43138              
43139              Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
43140              From: Nicholas Clark <nick@talking.bollo.cx>
43141              Date: Fri, 23 Jun 2000 16:21:15 +0100
43142              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
43143              
43144              Subject: PATCH pod/perltie.pod
43145              From: Ian Phillipps <Ian.Phillipps@iname.com>
43146              Date: Fri, 16 Jun 2000 00:17:19 +0100
43147              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
43148              (only the first hunk, the second hunk had already been done
43149              by some other patch)
43150              
43151              Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
43152              From: Tom Phoenix <rootbeer@redcat.com>
43153              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
43154              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
43155              
43156              Subject: [PATCH] xsub attributes
43157              From: Doug MacEachern <dougm@covalent.net>
43158              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
43159              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
43160              
43161              Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
43162              From: Andy Dougherty <doughera@lafayette.edu>
43163              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
43164              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
43165              
43166              Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
43167              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
43168              Date: Tue, 13 Jun 2000 02:43:48 -0500
43169              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
43170              
43171              Subject: [PATCH] Re: eval documentation: context
43172              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
43173              Date: Mon, 12 Jun 2000 15:07:29 +0100
43174              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
43175              
43176              Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
43177              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
43178              Date: Mon, 12 Jun 2000 14:55:59 +0100
43179              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
43180              
43181              Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
43182              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
43183              Date: Fri, 09 Jun 2000 12:39:27 -0400
43184              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
43185              (plus update the version "number" of Text::Wrap)
43186              
43187              Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
43188              From: Tim Ayers <tayers@bridge.com>
43189              Date: Thu, 08 Jun 2000 08:11:06 +0200
43190              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
43191              [resent by Richard Foley, Message-Id probably wrong]
43192              
43193              Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
43194              From: rspier@pobox.com (Robert Spier)
43195              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
43196              Message-ID: <14654.31913.845602.610277@rls.cx>
43197              
43198              Subject: [PATCH 5.6.0] utils/h2xs.PL
43199              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
43200              Date: Wed, 7 Jun 2000 04:02:04 -0500
43201              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
43202              
43203              Subject: [PATCH 5.6.0]ITHREADs for VMS
43204              From: Dan Sugalski <dan@sidhe.org>
43205              Date: Tue, 06 Jun 2000 11:59:50 -0400
43206              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
43207      Branch: maint-5.6/perl
43208           !> (integrate 31 files)
43209 ____________________________________________________________________________
43210 [  7769] By: gsar                                  on 2000/11/20  11:29:06
43211         Log: integrate changes#6261..6266 from cfgperl
43212              
43213              Subject: Re: [PATCH cfgperl] BOMs away!
43214              From: simon@brecon.co.uk (Simon Cozens)
43215              Date: 17 Jun 2000 11:49:57 GMT
43216              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
43217              
43218              Subject: 5.6.0 Patch for EPOC
43219              From: Olaf Flebbe <o.flebbe@gmx.de>
43220              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
43221              Message-ID: <23449.960929969@www11.gmx.net>
43222              
43223              tr fixes from Simon Cozens
43224              
43225              Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
43226              From: Marty Lucich <marty@netcom.com>
43227              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
43228              Message-Id: <200006282116.OAA11148@netcom.com>
43229              ccdlflags update (the BSD/OS 4.1 part had already been taken
43230              care of by #6141).
43231              
43232              Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
43233              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
43234              Date: Wed, 28 Jun 2000 17:50:12 -0700
43235              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
43236              
43237              Subject: [PATCH 5.6.0] cygwin port
43238              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
43239              From: "Fifer, Eric" <EFifer@sanwaint.com>
43240              Date: Thu, 29 Jun 2000 12:58:29 +0100
43241      Branch: maint-5.6/perl
43242           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
43243           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
43244           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
43245           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
43246 ____________________________________________________________________________
43247 [  7768] By: gsar                                  on 2000/11/20  11:13:44
43248         Log: integrate changes#6252..6256,6259..6260
43249              
43250              Paranoia tweak on #6249.
43251              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
43252              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
43253              Date: Sun, 25 Jun 2000 23:43:12 -0400
43254              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
43255              
43256              Subject: tr///, help wanted.
43257              From: simon@brecon.co.uk (Simon Cozens)
43258              Date: 28 Jun 2000 11:29:04 GMT
43259              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
43260              
43261              small thinko tweaks
43262              
43263              tweaks from Simon Conzes to further fix tr/// under utf8
43264              
43265              perlnewmod was missing from MANIFEST.
43266              
43267              Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
43268              From: simon@brecon.co.uk (Simon Cozens)
43269              Date: 17 Jun 2000 11:56:44 GMT
43270              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org>
43271              pack U0, pack C0
43272      Branch: maint-5.6/perl
43273           !> MANIFEST doop.c embed.h embed.pl embedvar.h global.sym
43274           !> lib/Exporter.pm lib/IPC/Open3.pm objXSUB.h op.c
43275           !> pod/perlfunc.pod pp.c pp_proto.h proto.h sv.c t/op/my_stash.t
43276           !> t/op/pack.t t/op/tr.t t/pragma/constant.t t/pragma/warn/op
43277 ____________________________________________________________________________
43278 [  7767] By: gsar                                  on 2000/11/20  10:51:38
43279         Log: integrate change#6250 from cfgperl
43280              
43281              Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
43282              From: Doug MacEachern <dougm@covalent.net>
43283              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
43284              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
43285      Branch: maint-5.6/perl
43286           +> t/op/my_stash.t
43287           !> MANIFEST embed.pl global.sym proto.h toke.c
43288 ____________________________________________________________________________
43289 [  7766] By: gsar                                  on 2000/11/20  10:48:34
43290         Log: integrate changes#6240,6242..6246,6248,6249 from cfgperl
43291              
43292              Subject: [ID 20000626.007] h2xs man page contains trailing garbage
43293              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
43294              Date: Mon, 26 Jun 2000 18:40:14 +0100
43295              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
43296              
43297              Subject: [PATCH] bytes<->utf8 fixes
43298              From: simon@brecon.co.uk (Simon Cozens)
43299              Date: 26 Jun 2000 04:55:45 GMT
43300              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
43301              
43302              Subject: [PATCH] is_utf8_string
43303              From: simon@brecon.co.uk (Simon Cozens)
43304              Date: 26 Jun 2000 02:25:59 GMT
43305              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
43306              
43307              Subject: [PATCH] avoid mg_ptr in '*' magic
43308              From: Doug MacEachern <dougm@covalent.net>
43309              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
43310              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
43311              
43312              Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
43313              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
43314              Date: Sat, 24 Jun 2000 13:06:20 +0100
43315              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
43316              
43317              Allow for standalone testing.
43318              
43319              Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
43320              From: Mark-Jason Dominus <mjd@plover.com>
43321              Date: Tue, 27 Jun 2000 22:36:42 -0400
43322              Message-ID: <20000628023642.12166.qmail@plover.com>
43323              
43324              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
43325              From: Frank Tobin <ftobin@uiuc.edu>
43326              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
43327              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
43328      Branch: maint-5.6/perl
43329           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
43330           !> global.sym gv.c lib/IPC/Open3.pm objXSUB.h perlapi.c perlapi.h
43331           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp_proto.h
43332           !> proto.h sv.c t/lib/filefunc.t t/lib/filespec.t t/lib/peek.t
43333           !> utf8.c utils/h2xs.PL
43334 ____________________________________________________________________________
43335 [  7765] By: gsar                                  on 2000/11/20  10:29:13
43336         Log: integrate change#6239 from cfgperl
43337              
43338              Configure maintenance.  Sever some dependency cycles,
43339              separate gccversion from the cc unit,
43340              address [ID 20000623.006] Configure script patch for using gcc on AIX
43341              (but solve it a little bit differently),
43342              unduplex some accidentally duplicated units,
43343              suggest using gcc if no cc available
43344              (p5p thread: "Solaris configure: counterproposal", 1999-09)
43345      Branch: maint-5.6/perl
43346           !> Configure Todo-5.6 config_h.SH
43347 ____________________________________________________________________________
43348 [  7764] By: gsar                                  on 2000/11/20  10:25:55
43349         Log: integrate changes#6233..6238 from cfgperl
43350              
43351              Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
43352              From: Mark-Jason Dominus <mjd@plover.com>
43353              Date: Fri, 16 Jun 2000 20:53:04 -0400
43354              Message-ID: <20000617005304.8008.qmail@plover.com>
43355              
43356              Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
43357              because when run as services (Win32ese for daemons)
43358              no environment variables are set and tmpdir ends up as /tmp,
43359              which is ambiguous.
43360              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
43361              From: matt@sergeant.org
43362              Date: 16 Jun 2000 16:30:43 -0000
43363              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
43364              
43365              The thread begun by
43366              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
43367              From: Kevin.Ruscoe@ubsw.com
43368              Date: Fri, 16 Jun 2000 16:38:51 +0100
43369              Message-Id: <H000019b03c300d6@MHS>
43370              
43371              Tweak embed.pl, regen headers.
43372              
43373              Subject: [PATCH 5.6.0] XS module loading fixup for VMS
43374              From: Dan Sugalski <dan@sidhe.org>
43375              Date: Fri, 23 Jun 2000 17:00:00 -0400
43376              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
43377      Branch: maint-5.6/perl
43378           !> (integrate 27 files)
43379 ____________________________________________________________________________
43380 [  7763] By: gsar                                  on 2000/11/20  10:08:08
43381         Log: s/perl56delta/perldelta/g
43382      Branch: maint-5.6/perl
43383            ! pod/Makefile
43384 ____________________________________________________________________________
43385 [  7762] By: gsar                                  on 2000/11/20  10:04:00
43386         Log: integrate changes#6225,6229,6231,6232 from cfgperl
43387              
43388              Add source code filenames to apidoc.
43389              From: simon@brecon.co.uk (Simon Cozens)
43390              Subject: [PATCH embed.pl] Source X-ref
43391              Date: 22 Jun 2000 02:18:49 GMT
43392              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
43393              
43394              Subject: README.hpux version 0.6.1
43395              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
43396              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
43397              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
43398              
43399              Subject: [PATCH 5.6.0] cygwin port
43400              From: "Fifer, Eric" <EFifer@sanwaint.com>
43401              Date: Tue, 20 Jun 2000 14:30:58 +0100
43402              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
43403              
43404              Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
43405              From: simon@brecon.co.uk (Simon Cozens)
43406              Date: 19 Jun 2000 15:18:27 GMT
43407              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
43408              
43409              plus update pod/Makefile and regenerate perltoc
43410      Branch: maint-5.6/perl
43411           +> pod/perlutil.pod
43412           !> MANIFEST README.cygwin README.hpux Todo-5.6 embed.pl
43413           !> lib/File/Find.pm pod/Makefile pod/perltoc.pod pod/roffitall
43414 ____________________________________________________________________________
43415 [  7761] By: jhi                                   on 2000/11/20  04:09:55
43416         Log: Miraculous typo.
43417      Branch: perl
43418            ! t/op/pat.t
43419 ____________________________________________________________________________
43420 [  7760] By: jhi                                   on 2000/11/20  04:06:08
43421         Log: Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
43422              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
43423              Date: Sun, 19 Nov 2000 22:30:26 -0500
43424              Message-ID: <20001119223026.A5165@monk.mps.ohio-state.edu>
43425      Branch: perl
43426            ! regexec.c scope.h t/op/pat.t
43427 ____________________________________________________________________________
43428 [  7759] By: jhi                                   on 2000/11/20  02:05:22
43429         Log: Make certain MacOS Classic has NO_ENVIRON_ARRAY.
43430      Branch: perl
43431            ! perl.h
43432 ____________________________________________________________________________
43433 [  7758] By: jhi                                   on 2000/11/20  01:58:11
43434         Log: Subject: [perl 7711: EPOC] updates
43435              From: Olaf Flebbe <o.flebbe@gmx.de>
43436              Date: Sun, 19 Nov 2000 19:33:30 +0100 (MET)
43437              Message-ID: <25575.974658810@www23.gmx.net>               
43438      Branch: perl
43439            + lib/File/Spec/Epoc.pm
43440            ! MANIFEST epoc/epocish.c lib/CGI.pm lib/Cwd.pm
43441            ! lib/File/Basename.pm lib/File/Find.pm lib/File/Path.pm
43442            ! lib/File/Spec.pm perl.c sv.c
43443 ____________________________________________________________________________
43444 [  7757] By: jhi                                   on 2000/11/20  01:53:11
43445         Log: ext/re/hints/MSWin32.pl seems to be missing from perlio.
43446      Branch: perl
43447            ! MANIFEST
43448 ____________________________________________________________________________
43449 [  7756] By: jhi                                   on 2000/11/20  01:47:22
43450         Log: Integrate perlio.
43451      Branch: perl
43452            - ext/re/hints/MSWin32.pl
43453           !> global.sym perlio.c perlio.h perliol.h pod/perlapi.pod sv.c
43454           !> win32/config.gc win32/config_H.gc win32/win32sck.c
43455 ____________________________________________________________________________
43456 [  7755] By: nick                                  on 2000/11/19  20:57:17
43457         Log: Add dummy crlf layer (just as buffer)
43458              Correct 1st bug - one layer of indirection.
43459      Branch: perlio
43460            ! perlio.c perlio.h perliol.h
43461 ____________________________________________________________________________
43462 [  7754] By: nick                                  on 2000/11/19  20:56:12
43463         Log: Work-round to Perl_deb_nocontext is no longer required
43464      Branch: perlio
43465            - ext/re/hints/MSWin32.pl
43466 ____________________________________________________________________________
43467 [  7753] By: nick                                  on 2000/11/19  20:01:16
43468         Log: diff -se shows these as different
43469      Branch: perlio
43470            ! global.sym pod/perlapi.pod
43471 ____________________________________________________________________________
43472 [  7752] By: nick                                  on 2000/11/19  18:57:30
43473         Log: Configure GCC/Win32 build -Duseperlio
43474              Fix a couple of gross issues
43475              - double-include of ../deb.o in re.dll
43476              - win32sck.c needs PerlIO and FILE 
43477      Branch: perlio
43478            ! ext/re/hints/MSWin32.pl win32/config.gc win32/config_H.gc
43479            ! win32/win32sck.c
43480 ____________________________________________________________________________
43481 [  7751] By: nick                                  on 2000/11/19  17:05:36
43482         Log: Special case :crlf and :raw in dummy PerlIO_apply_layers
43483      Branch: perlio
43484            ! perlio.c
43485 ____________________________________________________________________________
43486 [  7750] By: nick                                  on 2000/11/19  16:57:14
43487         Log: Missing aTHX_
43488      Branch: perlio
43489            ! sv.c
43490 ____________________________________________________________________________
43491 [  7749] By: jhi                                   on 2000/11/19  16:28:40
43492         Log: Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
43493              From: "Peter J. Farley III" <pjfarley@banet.net>
43494              Date: Sun, 19 Nov 2000 01:42:58 -0500
43495              Message-Id: <5.0.1.4.0.20001119011855.00a55ec0@pop5.banet.net>
43496      Branch: perl
43497            ! djgpp/config.over ext/Storable/Storable.pm hints/dos_djgpp.sh
43498 ____________________________________________________________________________
43499 [  7748] By: jhi                                   on 2000/11/19  16:08:10
43500         Log: Subject: podlators 1.05 available        
43501              From: Russ Allbery <rra@stanford.edu>   
43502              Date: 18 Nov 2000 22:04:28 -0800
43503              Message-ID: <ylitpkijkj.fsf@windlord.stanford.edu>
43504      Branch: perl
43505            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
43506 ____________________________________________________________________________
43507 [  7747] By: nick                                  on 2000/11/19  11:19:39
43508         Log: Integrate mainline
43509      Branch: perlio
43510           !> embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
43511           !> util.c
43512 ____________________________________________________________________________
43513 [  7746] By: jhi                                   on 2000/11/19  06:42:22
43514         Log: Make hex scanning warn on "\x{x}" and "\xx".
43515              "\x" and and hex("x") are still valid.
43516      Branch: perl
43517            ! util.c
43518 ____________________________________________________________________________
43519 [  7745] By: nick                                  on 2000/11/18  22:52:28
43520         Log: Integrate mainline
43521      Branch: perlio
43522           !> emacs/ptags embed.h embed.pl lib/CPAN.pm lib/CPAN/FirstTime.pm
43523           !> perl.h perlio.c proto.h regcomp.c regcomp.h
43524 ____________________________________________________________________________
43525 [  7744] By: jhi                                   on 2000/11/18  22:50:28
43526         Log: Introduce Perl_utf8_length().  Use it.
43527      Branch: perl
43528            ! embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
43529 ____________________________________________________________________________
43530 [  7743] By: jhi                                   on 2000/11/18  22:38:51
43531         Log: Compiler denit.
43532      Branch: perl
43533            ! perlio.c
43534 ____________________________________________________________________________
43535 [  7742] By: jhi                                   on 2000/11/18  20:33:05
43536         Log: Integrate perlio.
43537      Branch: perl
43538           !> cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
43539           !> perlio.h pp_ctl.c pp_sys.c sv.c
43540 ____________________________________________________________________________
43541 [  7741] By: jhi                                   on 2000/11/18  20:31:27
43542         Log: Subject: [PATCH 5.7.0] make regcomp reenterable
43543              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
43544              Date: Fri, 17 Nov 2000 20:35:11 -0500
43545              Message-ID: <20001117203511.A13121@monk.mps.ohio-state.edu>
43546              
43547              Subject: Re: [PATCH 5.7.0] make regcomp reenterable
43548              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
43549              Date: Fri, 17 Nov 2000 21:03:47 -0500
43550              Message-ID: <20001117210347.A16570@monk.mps.ohio-state.edu>
43551              
43552              Plus a little bit of tweaking in pregcomp().
43553      Branch: perl
43554            ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
43555 ____________________________________________________________________________
43556 [  7740] By: nick                                  on 2000/11/18  20:17:22
43557         Log: Lexical use open ... support:
43558              add ->cop_io to COP structure in cop.h.
43559              Make mg.c and gv.c associate it with ${^OPEN}.
43560              Make lib/open.pm set it.
43561              Have sv.c, perl.c, pp_ctl.c, op.c manipulate it in a manner
43562              manner similar to ->cop_warnings.
43563              Have doio.c's do_open9 and pp_sys.c's pp_backticks use it as default and
43564              call new PerlIO_apply_layers().
43565              Declare latter in perlio.h and define in perlio.c
43566      Branch: perlio
43567            ! cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
43568            ! perlio.h pp_ctl.c pp_sys.c sv.c
43569 ____________________________________________________________________________
43570 [  7739] By: jhi                                   on 2000/11/18  19:54:00
43571         Log: Integrate perlio.
43572      Branch: perl
43573           !> doio.c perlio.c pp.c
43574 ____________________________________________________________________________
43575 [  7738] By: jhi                                   on 2000/11/18  17:16:13
43576         Log: Subject: [PATCH 5.7.0] etags broken again
43577              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
43578              Date: Sat, 18 Nov 2000 02:41:36 -0500
43579              Message-ID: <20001118024136.A19097@monk.mps.ohio-state.edu>
43580      Branch: perl
43581            ! emacs/ptags
43582 ____________________________________________________________________________
43583 [  7737] By: jhi                                   on 2000/11/18  17:12:18
43584         Log: Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
43585      Branch: perl
43586            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
43587 ____________________________________________________________________________
43588 [  7736] By: nick                                  on 2000/11/18  14:06:20
43589         Log: Basic tweaks to do_open() type parsing to allow layer/discipline
43590              part to be isolated.
43591      Branch: perlio
43592            ! doio.c perlio.c
43593 ____________________________________________________________________________
43594 [  7735] By: nick                                  on 2000/11/18  11:03:32
43595         Log: Integrate mainline
43596      Branch: perlio
43597           !> Changes README.amiga README.win32 patchlevel.h
43598           !> pod/perlfunc.pod pp.c regcomp.c regexec.c t/op/re_tests
43599 ____________________________________________________________________________
43600 [  7734] By: jhi                                   on 2000/11/18  01:18:56
43601         Log: Update Changes.
43602      Branch: perl
43603            ! Changes patchlevel.h
43604 ____________________________________________________________________________
43605 [  7733] By: jhi                                   on 2000/11/18  00:32:54
43606         Log: Subject: [PATCH 5.7.0] restore match data on backtracing
43607              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
43608              Date: Fri, 17 Nov 2000 17:28:02 -0500
43609              Message-ID: <20001117172802.A1032@monk.mps.ohio-state.edu>
43610      Branch: perl
43611            ! regcomp.c regexec.c t/op/re_tests
43612 ____________________________________________________________________________
43613 [  7732] By: jhi                                   on 2000/11/18  00:28:56
43614         Log: Sparc 64-bit pack() fix from Jens Hamisch.
43615      Branch: perl
43616            ! pp.c
43617 ____________________________________________________________________________
43618 [  7731] By: jhi                                   on 2000/11/18  00:18:39
43619         Log: Explain in more detail the {} syntax ambiguousity.
43620              
43621              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
43622              From: Nicholas Clark <nick@ccl4.org>
43623              Date: Fri, 17 Nov 2000 22:10:28 +0000
43624              Message-ID: <20001117221028.A88930@plum.flirble.org>
43625      Branch: perl
43626            ! pod/perlfunc.pod
43627 ____________________________________________________________________________
43628 [  7730] By: jhi                                   on 2000/11/18  00:12:18
43629         Log: Subject: Fix for README.amiga (20000323.033)
43630              From: "Stephen P. Potter" <spp@spotter.yi.org>
43631              Date: Fri, 17 Nov 2000 12:25:51 -0500
43632              Message-Id: <200011171725.MAA05768@spotter.yi.org>
43633      Branch: perl
43634            ! README.amiga
43635 ____________________________________________________________________________
43636 [  7729] By: jhi                                   on 2000/11/18  00:08:34
43637         Log: Subject: [PATCH 5.6.0 README.win32] very minor typos
43638              From: "A. C. Yardley" <yardley@tanet.net>
43639              Date: Mon, 3 Apr 2000 11:35:33 -0700
43640              Message-ID: <3483.000403@tanet.net>
43641      Branch: perl
43642            ! README.win32
43643 ____________________________________________________________________________
43644 [  7728] By: nick                                  on 2000/11/17  21:59:47
43645         Log: Integrate mainline
43646      Branch: perlio
43647           !> configure.com hints/solaris_2.sh lib/Carp/Heavy.pm
43648           !> lib/ExtUtils/xsubpp lib/Pod/Checker.pm pod/perlfaq9.pod
43649           !> pod/perlhack.pod pod/perllocale.pod pod/perlmodlib.PL
43650           !> pod/perlpod.pod pod/perlxs.pod pod/perlxstut.pod t/lib/b.t
43651 ____________________________________________________________________________
43652 [  7727] By: nick                                  on 2000/11/17  21:56:31
43653         Log: Experiment on use of attributes.pm interface.
43654              Valid generic fix to auto-vivify code in rv2gv - only "upgrade" to
43655              SVt_PVRV if not already something better (else vivify of say magic gets
43656              core dump).
43657      Branch: perlio
43658            ! perlio.c pp.c
43659 ____________________________________________________________________________
43660 [  7726] By: jhi                                   on 2000/11/17  14:15:49
43661         Log: Subject: Fix for 20000815.006
43662              From: "Stephen P. Potter" <spp@spotter.yi.org>
43663              Date: Fri, 17 Nov 2000 08:57:45 -0500
43664              Message-Id: <200011171357.IAA05122@spotter.yi.org>
43665              
43666              It's really 20000518.006.
43667      Branch: perl
43668            ! pod/perlmodlib.PL
43669 ____________________________________________________________________________
43670 [  7725] By: jhi                                   on 2000/11/17  14:12:31
43671         Log: Subject: Fix for 20000409.001
43672              From: "Stephen P. Potter" <spp@spotter.yi.org>
43673              Date: Fri, 17 Nov 2000 08:55:45 -0500
43674              Message-Id: <200011171355.IAA05104@spotter.yi.org>
43675      Branch: perl
43676            ! pod/perlfaq9.pod
43677 ____________________________________________________________________________
43678 [  7724] By: jhi                                   on 2000/11/17  14:08:58
43679         Log: Undo #7627 now that we have =head3.
43680      Branch: perl
43681            ! pod/perlhack.pod
43682 ____________________________________________________________________________
43683 [  7723] By: jhi                                   on 2000/11/17  14:04:09
43684         Log: As surmised the #7719 wasn't a good move.
43685      Branch: perl
43686            ! hints/solaris_2.sh
43687 ____________________________________________________________________________
43688 [  7722] By: jhi                                   on 2000/11/17  13:59:04
43689         Log: Also the 64bitall hints can be either here or there.
43690      Branch: perl
43691            ! hints/solaris_2.sh
43692 ____________________________________________________________________________
43693 [  7721] By: jhi                                   on 2000/11/17  02:26:23
43694         Log: Test tweak for the open pragma.
43695      Branch: perl
43696            ! t/lib/b.t
43697 ____________________________________________________________________________
43698 [  7720] By: jhi                                   on 2000/11/17  00:23:22
43699         Log: The long double hints can be here or there.
43700      Branch: perl
43701            ! hints/solaris_2.sh
43702 ____________________________________________________________________________
43703 [  7719] By: jhi                                   on 2000/11/17  00:14:06
43704         Log: For Solaris use64bitall the stdchar needs a little bit of help.
43705      Branch: perl
43706            ! hints/solaris_2.sh
43707 ____________________________________________________________________________
43708 [  7718] By: jhi                                   on 2000/11/16  23:27:34
43709         Log: Subject: Re: Bug in Carp::Heavy/5.6.0?
43710              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
43711              Date: Wed, 15 Nov 2000 08:56:32 +0100
43712              Message-ID: <3A1241B0.64477E00@alcatel.at>
43713      Branch: perl
43714            ! lib/Carp/Heavy.pm
43715 ____________________________________________________________________________
43716 [  7717] By: jhi                                   on 2000/11/16  23:23:29
43717         Log: Subject: [PATCH] Re: 20001101.003 PDL
43718              From: Nicholas Clark <nick@ccl4.org>
43719              Date: Thu, 16 Nov 2000 16:48:25 +0000
43720              Message-ID: <20001116164825.B93487@plum.flirble.org>
43721      Branch: perl
43722            ! lib/ExtUtils/xsubpp pod/perlxs.pod pod/perlxstut.pod
43723 ____________________________________________________________________________
43724 [  7716] By: jhi                                   on 2000/11/16  23:21:31
43725         Log: Subject: [PATCH] Re: [p5p] [PATCH perlpod.pod] Digging into the =head
43726              From: "Casey R. Tweten" <crt@kiski.net>
43727              Date: Thu, 16 Nov 2000 12:02:47 -0500 (EST)
43728              Message-ID: <Pine.OSF.4.21.0011161200410.700-100000@home.kiski.net>
43729      Branch: perl
43730            ! lib/Pod/Checker.pm pod/perlpod.pod
43731 ____________________________________________________________________________
43732 [  7715] By: jhi                                   on 2000/11/16  23:19:40
43733         Log: Avoid an infinite loop in VMS when utils scripts are run
43734              with no arguments, from Charles Lane.
43735      Branch: perl
43736            ! configure.com
43737 ____________________________________________________________________________
43738 [  7714] By: jhi                                   on 2000/11/16  23:17:08
43739         Log: Subject: perllocale.pod changes
43740              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
43741              Date: Mon, 13 Nov 2000 10:09:22 +0300
43742              Message-ID: <402099F49BEED211999700805FC7359F825416@ru0028exch01.spb.lucent.com>
43743      Branch: perl
43744            ! pod/perllocale.pod
43745 ____________________________________________________________________________
43746 [  7713] By: jhi                                   on 2000/11/16  23:14:06
43747         Log: Integrate perlio.
43748      Branch: perl
43749           !> doio.c perlio.c perlio.h util.c
43750 ____________________________________________________________________________
43751 [  7712] By: nick                                  on 2000/11/16  21:10:58
43752         Log: Integrate mainline
43753      Branch: perlio
43754           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
43755           !> config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
43756           !> uconfig.sh vos/config.alpha.def vos/config.alpha.h
43757           !> vos/config.ga.def vos/config.ga.h win32/config.bc
43758           !> win32/config.gc win32/config.vc
43759 ____________________________________________________________________________
43760 [  7711] By: nick                                  on 2000/11/16  19:56:41
43761         Log: Minor tweaks:
43762              consistent way of getting 'rb', 'wb' etc. for binary opens
43763              move *perlio::layers to *open::layers
43764              a #define to show layers available
43765              DOSISH popen/PerlIO had export/import sense inverted.
43766      Branch: perlio
43767            ! doio.c perlio.c perlio.h util.c
43768 ____________________________________________________________________________
43769 [  7710] By: jhi                                   on 2000/11/16  15:46:05
43770         Log: Add HAS_SBRK_PROTO.
43771      Branch: metaconfig/U/perl
43772            + d_sbrkproto.U
43773      Branch: perl
43774            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
43775            ! config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
43776            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
43777            ! vos/config.ga.def vos/config.ga.h win32/config.bc
43778            ! win32/config.gc win32/config.vc
43779 ____________________________________________________________________________
43780 [  7709] By: nick                                  on 2000/11/16  07:31:49
43781         Log: Integrate mainline
43782      Branch: perlio
43783           !> (integrate 35 files)
43784 ____________________________________________________________________________
43785 [  7708] By: jhi                                   on 2000/11/16  05:33:03
43786         Log: These files are text, not binary.
43787      Branch: perl
43788            ! ext/Encode/Encode/iso8859-10.enc
43789            ! ext/Encode/Encode/iso8859-13.enc
43790            ! ext/Encode/Encode/iso8859-14.enc
43791            ! ext/Encode/Encode/iso8859-15.enc
43792 ____________________________________________________________________________
43793 [  7707] By: jhi                                   on 2000/11/16  01:53:37
43794         Log: Update Changes.
43795      Branch: perl
43796            ! Changes patchlevel.h
43797 ____________________________________________________________________________
43798 [  7706] By: jhi                                   on 2000/11/16  01:35:59
43799         Log: More #undefing of stdio.
43800      Branch: perl
43801            ! fakesdio.h nostdio.h
43802 ____________________________________________________________________________
43803 [  7705] By: jhi                                   on 2000/11/16  01:34:18
43804         Log: Add fwalk() probe to the configuration files and regen perltoc.
43805      Branch: perl
43806            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
43807            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
43808            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
43809            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
43810            ! win32/config.bc win32/config.gc win32/config.vc
43811 ____________________________________________________________________________
43812 [  7704] By: jhi                                   on 2000/11/16  01:33:07
43813         Log: Add the _fwalk() unit.  (The probe says 'fwalk()'.  Time for
43814              an optional third argument to Inlibc?)
43815      Branch: metaconfig/U/perl
43816            + d__fwalk.U
43817 ____________________________________________________________________________
43818 [  7703] By: jhi                                   on 2000/11/16  01:09:22
43819         Log: The type of the hash_cb() size argument is tricky.
43820      Branch: perl
43821            ! ext/DB_File/DB_File.xs
43822 ____________________________________________________________________________
43823 [  7702] By: jhi                                   on 2000/11/15  23:01:16
43824         Log: Quick temporary fix for 20001114.008 as suggested by Nick Ing-Simmons.
43825      Branch: perl
43826            ! nostdio.h
43827 ____________________________________________________________________________
43828 [  7701] By: jhi                                   on 2000/11/15  22:52:32
43829         Log: Detypo.
43830      Branch: perl
43831            ! t/lib/bigfltpm.t
43832 ____________________________________________________________________________
43833 [  7700] By: jhi                                   on 2000/11/15  22:51:56
43834         Log: UINT64_C() work continues.
43835      Branch: perl
43836            ! handy.h perl.h utf8.h
43837 ____________________________________________________________________________
43838 [  7699] By: jhi                                   on 2000/11/15  14:13:04
43839         Log: SOCKS has its own USE_THREADS, based on
43840              
43841              Subject: [ID 20001114.002] et. al. bugfix followup
43842              From: Jens Hamisch <jens@Strawberry.COM> 
43843              Date: Wed, 15 Nov 2000 14:23:11 +0100
43844              Message-ID: <20001115142311.A21164@Strawberry.COM>
43845      Branch: perl
43846            ! perl.h
43847 ____________________________________________________________________________
43848 [  7698] By: jhi                                   on 2000/11/15  03:50:56
43849         Log: Add few missing #undefs and sort them.
43850      Branch: perl
43851            ! fakesdio.h
43852 ____________________________________________________________________________
43853 [  7697] By: jhi                                   on 2000/11/15  03:39:14
43854         Log: Linenumber fix.
43855      Branch: perl
43856            ! t/pragma/warn/utf8
43857 ____________________________________________________________________________
43858 [  7696] By: jhi                                   on 2000/11/15  02:55:26
43859         Log: EBCDIC tweaks.
43860              
43861              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
43862              From: Peter Prymmer <pvhp@forte.com>
43863              Date: Tue, 14 Nov 2000 17:05:11 -0800 (PST)
43864              Message-ID: <Pine.OSF.4.10.10011141653510.106218-100000@aspara.forte.com>
43865      Branch: perl
43866            ! t/op/regmesg.t t/pragma/warn/utf8
43867 ____________________________________________________________________________
43868 [  7695] By: jhi                                   on 2000/11/15  02:53:58
43869         Log: Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
43870              From: Peter Prymmer <pvhp@forte.com>
43871              Date: Tue, 14 Nov 2000 15:09:41 -0800 (PST)
43872              Message-ID: <Pine.OSF.4.10.10011141500260.106218-100000@aspara.forte.com>
43873      Branch: perl
43874            ! utf8.c
43875 ____________________________________________________________________________
43876 [  7694] By: jhi                                   on 2000/11/15  02:50:55
43877         Log: Subject: [PATCH: perl@7674] updates to README.os390
43878              From: Prymmer/Kahn <pvhp@best.com>
43879              Date: Tue, 14 Nov 2000 09:20:20 -0800 (PST)
43880              Message-ID: <Pine.BSF.4.21.0011140913370.15162-100000@shell8.ba.best.com>
43881      Branch: perl
43882            ! README.os390
43883 ____________________________________________________________________________
43884 [  7693] By: jhi                                   on 2000/11/15  02:48:37
43885         Log: Quit utf8_to_uv() instantly if curlen == 0.
43886      Branch: perl
43887            ! utf8.c
43888 ____________________________________________________________________________
43889 [  7692] By: jhi                                   on 2000/11/15  02:24:29
43890         Log: Use u_int32_t for the size of hash_cb(), not size_t.
43891              
43892              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
43893              From: Jens Hamisch <jens@Strawberry.COM>     
43894              Date: Tue, 14 Nov 2000 19:03:55 +0100
43895              Message-Id: <20001114190355.A20559@Strawberry.COM>
43896      Branch: perl
43897            ! ext/DB_File/DB_File.xs
43898 ____________________________________________________________________________
43899 [  7691] By: jhi                                   on 2000/11/15  02:20:12
43900         Log: Use UINT64_C().
43901              
43902              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
43903              From: Jens Hamisch <jens@Strawberry.COM>
43904              Date: Tue, 14 Nov 2000 19:16:23 +0100
43905              Message-Id: <20001114191623.G20559@Strawberry.COM>
43906      Branch: perl
43907            ! utf8.c utf8.h
43908 ____________________________________________________________________________
43909 [  7690] By: jhi                                   on 2000/11/15  02:17:06
43910         Log: Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
43911              (a macro to define signed and unsigned integer constants).
43912      Branch: perl
43913            ! handy.h
43914 ____________________________________________________________________________
43915 [  7689] By: jhi                                   on 2000/11/15  01:56:51
43916         Log: Regen Configure.
43917      Branch: perl
43918            ! Configure
43919 ____________________________________________________________________________
43920 [  7688] By: jhi                                   on 2000/11/15  01:56:32
43921         Log: Make the unit know about SOCKS.
43922      Branch: metaconfig
43923            ! U/protos/socksizetype.U
43924 ____________________________________________________________________________
43925 [  7687] By: jhi                                   on 2000/11/15  01:54:47
43926         Log: Remove unused dependencies.
43927      Branch: metaconfig
43928            ! U/compline/d_getpagsz.U
43929 ____________________________________________________________________________
43930 [  7686] By: nick                                  on 2000/11/14  21:25:13
43931         Log: Integrate mainline.
43932      Branch: perlio
43933           +> ext/re/hints/MSWin32.pl win32/bin/mdelete.bat
43934           !> MANIFEST doio.c doop.c ext/IO/lib/IO/Handle.pm
43935           !> ext/IO/lib/IO/Seekable.pm ext/SDBM_File/Makefile.PL
43936           !> lib/ExtUtils/MM_Unix.pm lib/perl5db.pl makedef.pl perl.h
43937           !> perlio.c pp.c pp_sys.c toke.c utf8.c utf8.h win32/Makefile
43938           !> win32/config.bc win32/config.gc win32/config.vc
43939           !> win32/makefile.mk win32/win32.c win32/win32.h win32/win32sck.c
43940 ____________________________________________________________________________
43941 [  7685] By: jhi                                   on 2000/11/14  17:54:56
43942         Log: Integrate perlio.
43943      Branch: perl
43944           +> fakesdio.h perliol.h
43945           !> MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
43946           !> perlsdio.h perlsfio.h pod/perlfunc.pod
43947 ____________________________________________________________________________
43948 [  7684] By: nick                                  on 2000/11/14  17:43:04
43949         Log: PerlIO #include and #ifdef re-work.
43950      Branch: perlio
43951            + fakesdio.h perliol.h
43952            ! MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
43953            ! perlsdio.h perlsfio.h
43954 ____________________________________________________________________________
43955 [  7683] By: jhi                                   on 2000/11/14  15:42:40
43956         Log: Hoist the duplicated socket/netdb include logic to perl.h;
43957              undef SETERRNO in case SOCKS has defined it.  Based on:
43958              
43959              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
43960              From: Jens Hamisch <jens@Strawberry.COM> 
43961              Date: Tue, 14 Nov 2000 11:34:40 +0100
43962              Message-Id: <20001114113440.A20005@Strawberry.COM>
43963      Branch: perl
43964            ! doio.c perl.h pp_sys.c
43965 ____________________________________________________________________________
43966 [  7682] By: jhi                                   on 2000/11/14  14:07:28
43967         Log: Subject: some additions for makefiles for win32 (for perl@7674)
43968              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
43969              Date: Tue, 14 Nov 2000 09:31:13 +0300
43970              Message-ID: <402099F49BEED211999700805FC7359F8254FC@ru0028exch01.spb.lucent.com>
43971      Branch: perl
43972            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
43973            ! win32/makefile.mk
43974 ____________________________________________________________________________
43975 [  7681] By: jhi                                   on 2000/11/14  14:01:41
43976         Log: Subject: tiny typo in perl5db.pl
43977              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
43978              Date: Tue, 14 Nov 2000 09:29:28 +0300
43979              Message-ID: <402099F49BEED211999700805FC7359F8254F7@ru0028exch01.spb.lucent.com>
43980      Branch: perl
43981            ! lib/perl5db.pl
43982 ____________________________________________________________________________
43983 [  7680] By: jhi                                   on 2000/11/14  04:13:50
43984         Log: Redo #7679 with LFs instead of CRLFs.
43985      Branch: perl
43986            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm makedef.pl
43987            ! perlio.c win32/Makefile win32/bin/mdelete.bat win32/config.gc
43988            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
43989 ____________________________________________________________________________
43990 [  7679] By: jhi                                   on 2000/11/14  01:21:09
43991         Log: Subject: [PATCH perl@7638] Get PerlIO building on Win32
43992              From: Benjamin Stuhl <tiriath@yahoo.com> 
43993              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
43994              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
43995      Branch: perl
43996            + win32/bin/mdelete.bat
43997            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
43998            ! makedef.pl perlio.c win32/Makefile win32/config.gc
43999            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
44000 ____________________________________________________________________________
44001 [  7678] By: jhi                                   on 2000/11/14  01:19:20
44002         Log: Fix the re extension building for Win32.
44003              
44004              Subject: [PATCH perl@7638] Get PerlIO building on Win32
44005              From: Benjamin Stuhl <tiriath@yahoo.com> 
44006              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
44007              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
44008      Branch: perl
44009            + ext/re/hints/MSWin32.pl
44010            ! MANIFEST
44011 ____________________________________________________________________________
44012 [  7677] By: jhi                                   on 2000/11/14  01:13:54
44013         Log: Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
44014              From: sthoenna@efn.org
44015              Date: Mon, 13 Nov 2000 14:49:40 -0800 (PST)
44016              Message-Id: <200011132249.eADMnek09679@garcia.efn.org>
44017      Branch: perl
44018            ! doop.c pp.c toke.c utf8.c utf8.h
44019 ____________________________________________________________________________
44020 [  7676] By: jhi                                   on 2000/11/13  20:23:15
44021         Log: Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
44022              From: Nicholas Clark <nick@ccl4.org>
44023              Date: Mon, 13 Nov 2000 18:55:04 +0000
44024              Message-ID: <20001113185504.J29183@plum.flirble.org>
44025      Branch: perl
44026            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
44027 ____________________________________________________________________________
44028 [  7675] By: nick                                  on 2000/11/13  20:21:57
44029         Log: Integrate mainline ...
44030      Branch: perlio
44031           !> Changes MANIFEST doop.c ext/IO/IO.xs ext/IO/lib/IO/Handle.pm
44032           !> ext/IO/lib/IO/Seekable.pm patchlevel.h perl.h perlio.c
44033           !> perlsfio.h pod/perlfunc.pod pod/perlunicode.pod pp.c regexp.h
44034           !> t/io/tell.t t/lib/io_xs.t t/op/bop.t utf8.c
44035 ____________________________________________________________________________
44036 [  7674] By: jhi                                   on 2000/11/13  15:07:56
44037         Log: Update Changes.
44038      Branch: perl
44039            ! Changes patchlevel.h
44040 ____________________________________________________________________________
44041 [  7673] By: jhi                                   on 2000/11/13  14:42:42
44042         Log: Remove the new two tests of lib/io_xs for now, they seem to
44043              fail under perlio on some platforms.
44044      Branch: perl
44045            ! t/lib/io_xs.t
44046 ____________________________________________________________________________
44047 [  7672] By: jhi                                   on 2000/11/13  13:57:53
44048         Log: Make PerlIO_getpos() to behave like fgetpos() on return.
44049      Branch: perl
44050            ! perlio.c
44051 ____________________________________________________________________________
44052 [  7671] By: jhi                                   on 2000/11/13  05:30:48
44053         Log: Placate nervous compilers that see longer than ints switch()ing.
44054      Branch: perl
44055            ! utf8.c
44056 ____________________________________________________________________________
44057 [  7670] By: jhi                                   on 2000/11/13  05:14:21
44058         Log: fputs() does return EOF on error but here we don't care.
44059      Branch: perl
44060            ! perlio.c
44061 ____________________________________________________________________________
44062 [  7669] By: jhi                                   on 2000/11/13  05:02:45
44063         Log: Declare reg_data like reg_substr_data.
44064      Branch: perl
44065            ! regexp.h
44066 ____________________________________________________________________________
44067 [  7668] By: jhi                                   on 2000/11/13  04:54:34
44068         Log: Typos in #7667.
44069      Branch: perl
44070            ! perl.h
44071 ____________________________________________________________________________
44072 [  7667] By: jhi                                   on 2000/11/13  04:49:49
44073         Log: Cleanup messy #ifdef.
44074      Branch: perl
44075            ! perl.h
44076 ____________________________________________________________________________
44077 [  7666] By: jhi                                   on 2000/11/13  04:17:34
44078         Log: Subject: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
44079              From: Nicholas Clark <nick@talking.bollo.cx>
44080              Date: Sun, 12 Nov 2000 21:14:11 +0000
44081              Message-Id: <E13v4S3-0000iY-00@Bagpuss.unfortu.net>
44082              
44083              Note: only one breakage of the two reported is fixed by this patch.
44084      Branch: perl
44085            ! perlio.c
44086 ____________________________________________________________________________
44087 [  7665] By: jhi                                   on 2000/11/13  04:05:07
44088         Log: Tweak the definition of the bit complement on UTF-8 data:
44089              if none of the characters in the string are > 0xff,
44090              the result is a complemented byte string, not a (UTF-8)
44091              char string.  Based on the summary in
44092              
44093              Subject: Re: [ID 20000918.005] ~ on wide chars
44094              From: sthoenna@efn.org (Yitzchak Scott-Thoennes) 
44095              Date: Fri, 10 Nov 2000 09:47:15 -0800
44096              Message-ID: <jSDD6gzkgi/T092yn@efn.org>
44097              
44098              This should give us the maximum backward (pre-char string)
44099              compatibility and utf8 compatibility.  The other alternative
44100              would be to limit the bit complement to be always byte only,
44101              taking the least significant byte of the chars.
44102      Branch: perl
44103            ! doop.c pod/perlunicode.pod pp.c t/op/bop.t
44104 ____________________________________________________________________________
44105 [  7664] By: jhi                                   on 2000/11/13  00:23:44
44106         Log: Couple of tests from #7660 salvaged.
44107      Branch: perl
44108            - t/op/tell.t
44109            ! MANIFEST t/io/tell.t
44110 ____________________________________________________________________________
44111 [  7663] By: jhi                                   on 2000/11/13  00:02:48
44112         Log: Subject: [ID 20001112.007] sfio's sftell isn't ftell
44113              From: Nicholas Clark <nick@talking.bollo.cx>
44114              Date: Sun, 12 Nov 2000 21:23:43 +0000
44115              Message-Id: <E13v4bH-0000lN-00@Bagpuss.unfortu.net>
44116      Branch: perl
44117            ! perlsfio.h
44118 ____________________________________________________________________________
44119 [  7662] By: jhi                                   on 2000/11/13  00:01:39
44120         Log: Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
44121              From: Nicholas Clark <nick@talking.bollo.cx>
44122              Date: Sun, 12 Nov 2000 21:30:04 +0000
44123              Message-Id: <E13v4hQ-0000mn-00@Bagpuss.unfortu.net>
44124      Branch: perl
44125            ! ext/IO/IO.xs ext/IO/lib/IO/Seekable.pm t/lib/io_xs.t
44126 ____________________________________________________________________________
44127 [  7661] By: jhi                                   on 2000/11/12  23:57:29
44128         Log: Document tell() on special streams.
44129      Branch: perl
44130            ! pod/perlfunc.pod
44131 ____________________________________________________________________________
44132 [  7660] By: jhi                                   on 2000/11/12  23:54:22
44133         Log: (Subsumed by #7664)
44134      Branch: perl
44135            + t/op/tell.t
44136            ! MANIFEST
44137 ____________________________________________________________________________
44138 [  7659] By: jhi                                   on 2000/11/12  22:55:25
44139         Log: Many subdocumented return values of the IO extension now documented.
44140              ungetc and write still left subdocumented.
44141              
44142              Subject: [PATCH] (was Re: IO::Handle::ungetc)
44143              From: Nicholas Clark <nick@talking.bollo.cx>
44144              Date: Sun, 12 Nov 2000 21:35:53 +0000
44145              Message-ID: <20001112213552.A3034@Bagpuss.unfortu.net>
44146      Branch: perl
44147            ! ext/IO/lib/IO/Handle.pm
44148 ____________________________________________________________________________
44149 [  7658] By: jhi                                   on 2000/11/12  21:37:06
44150         Log: Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
44151              From: Nicholas Clark <nick@talking.bollo.cx>
44152              Date: Sun, 12 Nov 2000 20:03:22 +0000
44153              Message-Id: <E13v3LV-0008Pd-00@Bagpuss.unfortu.net>
44154      Branch: perl
44155            ! pod/perlfunc.pod
44156 ____________________________________________________________________________
44157 [  7657] By: jhi                                   on 2000/11/12  20:34:55
44158         Log: Integrate perlio.
44159      Branch: perl
44160           !> perlio.c
44161 ____________________________________________________________________________
44162 [  7656] By: nick                                  on 2000/11/12  19:25:06
44163         Log: Add aTHX_ to Perl_croak's (MULTIPLICITY et. al.)
44164      Branch: perlio
44165            ! perlio.c
44166 ____________________________________________________________________________
44167 [  7655] By: nick                                  on 2000/11/12  19:09:41
44168         Log: Integrate mainline
44169      Branch: perlio
44170           +> README.solaris ext/Encode/Encode/cp1006.enc
44171           +> ext/Encode/Encode/cp424.enc ext/Encode/Encode/cp856.enc
44172           +> ext/Encode/Encode/gsm0338.enc ext/Encode/Encode/iso8859-10.enc
44173           +> ext/Encode/Encode/iso8859-13.enc
44174           +> ext/Encode/Encode/iso8859-14.enc
44175           +> ext/Encode/Encode/iso8859-15.enc
44176           !> (integrate 34 files)
44177 ____________________________________________________________________________
44178 [  7654] By: jhi                                   on 2000/11/12  19:00:22
44179         Log: Add a metaconfig unit for fsync.
44180      Branch: metaconfig/U/perl
44181            + d_fsync.U
44182 ____________________________________________________________________________
44183 [  7653] By: jhi                                   on 2000/11/12  19:00:01
44184         Log: Add HAS_FSYNC, lack noticed by Nicholas Clark.
44185      Branch: perl
44186            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
44187            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
44188            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
44189            ! vos/config.ga.h win32/config.bc win32/config.gc
44190            ! win32/config.vc
44191 ____________________________________________________________________________
44192 [  7652] By: jhi                                   on 2000/11/11  21:12:01
44193         Log: Copy the s// information of README.hpux also to the perlrun.
44194      Branch: perl
44195            ! README.hpux pod/perlrun.pod
44196 ____________________________________________________________________________
44197 [  7651] By: jhi                                   on 2000/11/11  21:03:13
44198         Log: More README.solaris updates from Andy Dougherty.
44199      Branch: perl
44200            ! README.solaris
44201 ____________________________________________________________________________
44202 [  7650] By: jhi                                   on 2000/11/11  18:38:57
44203         Log: More descriptive error for unknown perlio layers.
44204              
44205              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
44206              From: Dominic Dunlop <domo@computer.org> 
44207              Date: Sat, 11 Nov 2000 18:20:32 +0100             
44208              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
44209      Branch: perl
44210            ! perlio.c pod/perldiag.pod
44211 ____________________________________________________________________________
44212 [  7649] By: jhi                                   on 2000/11/11  18:37:52
44213         Log: MachTen doesn't really do mmap() and munmap().
44214              
44215              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
44216              From: Dominic Dunlop <domo@computer.org> 
44217              Date: Sat, 11 Nov 2000 18:20:32 +0100             
44218              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
44219      Branch: perl
44220            ! hints/machten.sh
44221 ____________________________________________________________________________
44222 [  7648] By: jhi                                   on 2000/11/11  18:36:46
44223         Log: Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
44224              From: rspier@pobox.com (Robert Spier)
44225              Date: Sat, 11 Nov 2000 12:22:15 -0500 (EST)
44226              Message-ID: <14861.32839.491271.985797@rls.cx>
44227      Branch: perl
44228            ! Porting/Contract pod/perltoot.pod
44229 ____________________________________________________________________________
44230 [  7647] By: jhi                                   on 2000/11/11  18:35:30
44231         Log: Simplify the getpagesize() unit by dropping the
44232              pagesize probe since it's nowadays slightly more
44233              complicated because of sysconf(). (Note: if some
44234              platform really needs the -lPW for getpagesize,
44235              I just broke it.)
44236              
44237              TODO: a new pagesize unit.
44238      Branch: metaconfig
44239            ! U/compline/d_getpagsz.U
44240 ____________________________________________________________________________
44241 [  7646] By: jhi                                   on 2000/11/11  18:33:23
44242         Log: Add getpagesize() probing, on non-UNIX guess 'undef'.
44243      Branch: perl
44244            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
44245            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
44246            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
44247            ! vos/config.ga.h win32/config.bc win32/config.gc
44248            ! win32/config.vc
44249 ____________________________________________________________________________
44250 [  7645] By: jhi                                   on 2000/11/11  16:45:15
44251         Log: Use sysconf() or getpagesize() to find out the pagesize.
44252      Branch: perl
44253            ! perlio.c
44254 ____________________________________________________________________________
44255 [  7644] By: jhi                                   on 2000/11/11  15:46:08
44256         Log: Integrate perlio.
44257      Branch: perl
44258           !> perlio.c
44259 ____________________________________________________________________________
44260 [  7643] By: jhi                                   on 2000/11/11  15:33:36
44261         Log: Subject: Re: [PATCH] README.solaris
44262              From: Lupe Christoph <lupe@lupe-christoph.de>
44263              Date: Sat, 11 Nov 2000 14:08:10 +0100
44264              Message-ID: <20001111140810.C10394@alanya.lupe-christoph.de>
44265      Branch: perl
44266            ! README.solaris
44267 ____________________________________________________________________________
44268 [  7642] By: jhi                                   on 2000/11/11  15:22:12
44269         Log: Subject: [PATCH perl@7638] cygwin port
44270              From: "Eric Fifer" <egf7@columbia.edu>            
44271              Date: Fri, 10 Nov 2000 19:30:30 -0000
44272              Message-ID: <000001c04b4c$b96b7980$243670c2@fifer>
44273      Branch: perl
44274            ! README.cygwin lib/ExtUtils/MM_Cygwin.pm
44275 ____________________________________________________________________________
44276 [  7641] By: nick                                  on 2000/11/11  14:50:36
44277         Log: Fixup mmap layer by doing mmap() calls on pagesize boundaries.
44278              Also call "Buf" layer directly when unread'ing non-read chars.
44279      Branch: perlio
44280            ! perlio.c
44281 ____________________________________________________________________________
44282 [  7640] By: jhi                                   on 2000/11/11  02:05:02
44283         Log: Add more encoding tables.
44284      Branch: perl
44285            + ext/Encode/Encode/cp1006.enc ext/Encode/Encode/cp424.enc
44286            + ext/Encode/Encode/cp856.enc ext/Encode/Encode/gsm0338.enc
44287            + ext/Encode/Encode/iso8859-10.enc
44288            + ext/Encode/Encode/iso8859-13.enc
44289            + ext/Encode/Encode/iso8859-14.enc
44290            + ext/Encode/Encode/iso8859-15.enc
44291            ! MANIFEST
44292 ____________________________________________________________________________
44293 [  7639] By: jhi                                   on 2000/11/10  18:49:25
44294         Log: Subject: [PATCH] README.solaris
44295              From: Andy Dougherty <doughera@lafayette.edu>
44296              Date: Fri, 10 Nov 2000 12:18:00 -0500 (EST)
44297              Message-ID: <Pine.SOL.4.10.10011101217100.28341-100000@maxwell.phys.lafayette.edu>
44298      Branch: perl
44299            + README.solaris
44300            ! INSTALL MANIFEST hints/solaris_2.sh pod/buildtoc.PL
44301            ! pod/perl.pod pod/perltoc.pod
44302 ____________________________________________________________________________
44303 [  7638] By: jhi                                   on 2000/11/10  15:04:15
44304         Log: Update Changes.
44305      Branch: perl
44306            ! Changes patchlevel.h
44307 ____________________________________________________________________________
44308 [  7637] By: jhi                                   on 2000/11/10  14:14:28
44309         Log: Explain better why certain regex tests are skipped.
44310              
44311              Subject: Re: tests skipped: unknown reason
44312              From: Lupe Christoph <lupe@lupe-christoph.de>
44313              Date: Fri, 10 Nov 2000 09:08:56 +0100
44314              Message-ID: <20001110090856.J785@alanya.lupe-christoph.de>
44315      Branch: perl
44316            ! t/op/regexp.t
44317 ____________________________________________________________________________
44318 [  7636] By: nick                                  on 2000/11/10  13:40:00
44319         Log: Integrate mainline.
44320      Branch: perlio
44321           !> emacs/cperl-mode.el ext/IO/lib/IO/Handle.pm hints/linux.sh
44322           !> hints/uts.sh lib/unicode/syllables.txt perlio.c
44323           !> win32/bin/search.pl
44324 ____________________________________________________________________________
44325 [  7635] By: nick                                  on 2000/11/10  13:25:52
44326         Log: Re-instate stdio large file support via perlio.
44327      Branch: perl
44328            ! perlio.c
44329 ____________________________________________________________________________
44330 [  7634] By: jhi                                   on 2000/11/10  04:49:55
44331         Log: Amdahl UTS hints updates.
44332              
44333              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
44334              From: hom00@utsglobal.com (Harold O Morris)
44335              Date: Thu, 9 Nov 2000 20:02 PST
44336              Message-Id: <m13u5OV-000045C@juno.uts.utsglobal.com>
44337      Branch: perl
44338            ! hints/uts.sh
44339 ____________________________________________________________________________
44340 [  7633] By: jhi                                   on 2000/11/09  23:33:28
44341         Log: Subject: [PATCH] IO::Seekable pod
44342              From: Nicholas Clark <nick@talking.bollo.cx>
44343              Date: Thu, 9 Nov 2000 20:29:45 +0000
44344              Message-ID: <20001109202945.A10451@Bagpuss.unfortu.net>
44345      Branch: perl
44346            ! ext/IO/lib/IO/Handle.pm
44347 ____________________________________________________________________________
44348 [  7632] By: jhi                                   on 2000/11/09  21:55:41
44349         Log: Various doc oddball characters.
44350              
44351              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
44352              From: Michael Somos <somos@grail.cba.csuohio.edu>
44353              Date: Mon, 6 Nov 2000 17:44:20 -0500
44354              Message-Id: <200011062244.RAA28632@grail.cba.csuohio.edu>
44355      Branch: perl
44356            ! emacs/cperl-mode.el lib/unicode/syllables.txt
44357            ! win32/bin/search.pl
44358 ____________________________________________________________________________
44359 [  7631] By: jhi                                   on 2000/11/09  21:12:29
44360         Log: Subject: Re: bash -c exit and linux hints 
44361              From: "John P. Linderman" <jpl@research.att.com>
44362              Date: Thu, 02 Nov 2000 09:37:25 -0500
44363              Message-Id: <200011021437.JAA63199@raptor.research.att.com>
44364      Branch: perl
44365            ! hints/linux.sh
44366 ____________________________________________________________________________
44367 [  7630] By: nick                                  on 2000/11/09  20:34:11
44368         Log: Integrate mainline.
44369      Branch: perlio
44370           !> (integrate 91 files)
44371 ____________________________________________________________________________
44372 [  7629] By: jhi                                   on 2000/11/09  19:46:31
44373         Log: Missing dTHXs.
44374              
44375              Subject: RE: perl@7595 builds not on cygwin
44376              From: "Eric Fifer" <egf7@columbia.edu>
44377              Date: Thu, 9 Nov 2000 19:26:50 -0000
44378              Message-ID: <000201c04a83$05ef1660$933570c2@fifer>
44379      Branch: perl
44380            ! ext/Devel/Peek/Peek.xs
44381 ____________________________________________________________________________
44382 [  7628] By: jhi                                   on 2000/11/09  14:48:27
44383         Log: Disable only the tests 99 and 166 for UTF-8 locales.
44384      Branch: perl
44385            ! t/pragma/locale.t
44386 ____________________________________________________________________________
44387 [  7627] By: jhi                                   on 2000/11/09  14:40:27
44388         Log: There's no =head3.
44389      Branch: perl
44390            ! pod/perlhack.pod
44391 ____________________________________________________________________________
44392 [  7626] By: jhi                                   on 2000/11/09  13:54:26
44393         Log: The generated boot_* headers are wrong.  Pickier compiler,
44394              such as KAI C++ will refuse to compile the resulting perlmain.
44395              
44396              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
44397              From: Harri Pasanen <harri.pasanen@trema.com>
44398              Date: Thu, 09 Nov 2000 14:23:28 +0100
44399              Message-Id: <3A0AA550.26D548A3@trema.com>
44400      Branch: perl
44401            ! minimod.pl
44402 ____________________________________________________________________________
44403 [  7625] By: jhi                                   on 2000/11/09  13:50:44
44404         Log: Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
44405              From: Prymmer/Kahn <pvhp@best.com>
44406              Date: Wed, 8 Nov 2000 22:13:26 -0800 (PST)
44407              Message-ID: <Pine.BSF.4.21.0011082208390.5584-100000@shell8.ba.best.com>
44408              
44409              All except the "cow orker" change.
44410      Branch: perl
44411            ! Porting/pumpkin.pod
44412 ____________________________________________________________________________
44413 [  7624] By: jhi                                   on 2000/11/09  13:45:33
44414         Log: Fix for
44415              
44416              Subject: [ID 20001109.003] Not OK: perl v5.7.0 +DEVEL7620 on PA-RISC2.0 11.00 (UNINSTALLED)
44417              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
44418              Date: Thu, 09 Nov 2000 11:05:52 +0100
44419              Message-Id: <20001109110452.66CF.H.M.BRAND@hccnet.nl>
44420      Branch: perl
44421            ! pod/perldiag.pod t/pragma/warn/pp_sys
44422 ____________________________________________________________________________
44423 [  7623] By: jhi                                   on 2000/11/09  13:37:16
44424         Log: Typo in an ifndef.
44425              
44426              Subject: Re: [PATCH 5.7.0] better messages from malloc()
44427              From: Joe Smith <jms@inwap.com>         
44428              Date: Thu, 09 Nov 2000 01:33:14 -0800
44429              Message-Id: <3A0A6F5A.1E3969BB@inwap.com>
44430      Branch: perl
44431            ! malloc.c
44432 ____________________________________________________________________________
44433 [  7622] By: jhi                                   on 2000/11/09  13:31:18
44434         Log: Remove unused extra arguments.
44435      Branch: metaconfig/U/perl
44436            ! perlxv.U
44437      Branch: perl
44438            ! Configure config_h.SH
44439 ____________________________________________________________________________
44440 [  7621] By: jhi                                   on 2000/11/09  13:16:36
44441         Log: More VMS moves on environment handling, from Charles Lane.
44442      Branch: perl
44443            ! t/pragma/locale.t
44444 ____________________________________________________________________________
44445 [  7620] By: jhi                                   on 2000/11/09  04:42:38
44446         Log: Subject: patch to detect stat followed by lstat(_): [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
44447              From: David Dyck <dcd@tc.fluke.com>
44448              Date: Wed, 8 Nov 2000 18:36:26 -0800 (PST)
44449              Message-ID: <Pine.LNX.4.30.0011081817490.177-100000@dd.tc.fluke.com>
44450      Branch: perl
44451            ! pp_sys.c
44452 ____________________________________________________________________________
44453 [  7619] By: jhi                                   on 2000/11/09  04:36:21
44454         Log: Forgot from #7618.
44455      Branch: perl
44456            ! lib/File/stat.pm
44457 ____________________________________________________________________________
44458 [  7618] By: jhi                                   on 2000/11/09  04:28:44
44459         Log: Make deleting for %ENV work for (newer versions of) VMS,
44460              from Craig A. Berry.
44461      Branch: perl
44462            ! vms/vms.c
44463 ____________________________________________________________________________
44464 [  7617] By: jhi                                   on 2000/11/09  04:25:05
44465         Log: Subject: [PATCH] Class::Struct at compile time
44466              From: "Casey R. Tweten" <crt@kiski.net>
44467              Date: Wed, 8 Nov 2000 20:46:41 -0500 (EST)
44468              Message-ID: <Pine.OSF.4.21.0011082041360.8238-100000@home.kiski.net>
44469      Branch: perl
44470            ! lib/Class/Struct.pm
44471 ____________________________________________________________________________
44472 [  7616] By: jhi                                   on 2000/11/09  04:15:17
44473         Log: Subject: [ID 20001108.013] spelling
44474              From: "Todd T. Fries" <todd@fries.int.mrleng.com>
44475              Date: Wed, 8 Nov 2000 18:36:42 -0600 (CST)
44476              Message-Id: <200011090036.eA90agN05921@fries.int.mrleng.com>
44477      Branch: perl
44478            ! lib/ftp.pl
44479 ____________________________________________________________________________
44480 [  7615] By: jhi                                   on 2000/11/09  04:12:42
44481         Log: Subject: [PATCH: perl@7613] add Encode to VMS build and tests
44482              From: Peter Prymmer <pvhp@forte.com>
44483              Date: Wed, 8 Nov 2000 15:29:06 -0800 (PST)
44484              Message-ID: <Pine.OSF.4.10.10011081524450.248546-100000@aspara.forte.com>
44485      Branch: perl
44486            ! configure.com
44487 ____________________________________________________________________________
44488 [  7614] By: jhi                                   on 2000/11/08  22:42:55
44489         Log: A missing aTHX_.
44490      Branch: perl
44491            ! ext/IPC/SysV/SysV.xs
44492 ____________________________________________________________________________
44493 [  7613] By: jhi                                   on 2000/11/08  19:30:21
44494         Log: Update Changes.
44495      Branch: perl
44496            ! Changes patchlevel.h
44497 ____________________________________________________________________________
44498 [  7612] By: jhi                                   on 2000/11/08  18:35:25
44499         Log: Subject: is this the appropriate patch to fix: [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
44500              From: David Dyck <dcd@tc.fluke.com>
44501              Date: Wed, 8 Nov 2000 10:05:44 -0800 (PST)
44502              Message-ID: <Pine.LNX.4.30.0011080957440.2572-100000@dd.tc.fluke.com>
44503      Branch: perl
44504            ! pp_sys.c
44505 ____________________________________________________________________________
44506 [  7611] By: jhi                                   on 2000/11/08  18:30:26
44507         Log: Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
44508              From: Dominic Dunlop <domo@computer.org>
44509              Date: Tue, 7 Nov 2000 12:05:25 +0100
44510              Message-Id: <p04320403b62d8e0870cf@[192.168.1.4]>
44511      Branch: perl
44512            ! malloc.c
44513 ____________________________________________________________________________
44514 [  7610] By: jhi                                   on 2000/11/08  18:25:14
44515         Log: Do not test UTF-8 locales since that the tests would require
44516              polymorphic regexen.
44517      Branch: perl
44518            ! t/pragma/locale.t
44519 ____________________________________________________________________________
44520 [  7609] By: jhi                                   on 2000/11/08  17:12:51
44521         Log: Locale buglets.
44522              
44523              Subject: RE: Locales support (setlocale) fixes
44524              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
44525              Date: Wed, 8 Nov 2000 20:01:39 +0300
44526              Message-ID: <402099F49BEED211999700805FC7359F825283@ru0028exch01.spb.lucent.com>
44527      Branch: perl
44528            ! t/pragma/locale.t util.c
44529 ____________________________________________________________________________
44530 [  7608] By: jhi                                   on 2000/11/08  17:00:16
44531         Log: Deleting $ENV{PATH} in VMS is not recommendable.
44532      Branch: perl
44533            ! t/pragma/locale.t
44534 ____________________________________________________________________________
44535 [  7607] By: jhi                                   on 2000/11/08  16:58:26
44536         Log: Subject: PATCH std stdio for (Free)BSD
44537              From: Nicholas Clark <nick@ccl4.org>
44538              Date: Wed, 8 Nov 2000 15:36:29 +0000
44539              Message-ID: <20001108153629.D98736@plum.flirble.org>
44540      Branch: metaconfig
44541            ! U/compline/d_stdstdio.U
44542      Branch: perl
44543            ! Configure config_h.SH
44544 ____________________________________________________________________________
44545 [  7606] By: jhi                                   on 2000/11/08  16:43:31
44546         Log: Forgot to bump the line numbers in #7601.
44547      Branch: perl
44548            ! t/pragma/warn/pp_sys
44549 ____________________________________________________________________________
44550 [  7605] By: jhi                                   on 2000/11/08  16:39:12
44551         Log: More careful detection of how well NVs and UVs mix.
44552              
44553              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))
44554              From: Nicholas Clark <nick@ccl4.org>
44555              Date: Wed, 8 Nov 2000 15:14:12 +0000
44556              Message-ID: <20001108151412.B98736@plum.flirble.org>
44557              
44558              Added some SIGFPE paranoia.
44559      Branch: metaconfig/U/perl
44560            ! perlxv.U
44561      Branch: perl
44562            ! Configure config_h.SH
44563 ____________________________________________________________________________
44564 [  7604] By: jhi                                   on 2000/11/08  14:39:10
44565         Log: Subject: [patch perl@7595] VMS configure.com tweak
44566              From: "Craig A. Berry" <craigberry@mac.com>
44567              Date: Wed, 8 Nov 2000 00:24:12 -0600
44568              Message-Id: <p04330103b62e879ceeff@[192.168.56.177]>
44569      Branch: perl
44570            ! configure.com
44571 ____________________________________________________________________________
44572 [  7603] By: jhi                                   on 2000/11/08  14:27:11
44573         Log: Subject: [PATCH @7595] int/ptr casts in perlio.c
44574              From: Robin Barker <rmb1@cise.npl.co.uk>
44575              Date: Wed, 8 Nov 2000 11:11:39 GMT
44576              Message-Id: <200011081111.LAA07377@tempest.npl.co.uk>
44577      Branch: perl
44578            ! perlio.c
44579 ____________________________________________________________________________
44580 [  7602] By: jhi                                   on 2000/11/08  14:25:03
44581         Log: Fix for the tie-refhash string table leaks.
44582              
44583              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
44584              Date: Wed, 8 Nov 2000 13:03:04 GMT
44585              Message-Id: <200011081303.NAA07042@mikado.tiuk.ti.com>
44586      Branch: perl
44587            ! t/lib/tie-refhash.t
44588 ____________________________________________________________________________
44589 [  7601] By: jhi                                   on 2000/11/08  14:21:08
44590         Log: Try to avoid flockless and emulationless places.
44591      Branch: perl
44592            ! t/pragma/warn/pp_sys
44593 ____________________________________________________________________________
44594 [  7600] By: jhi                                   on 2000/11/08  02:28:54
44595         Log: Overrideable keys, each, pop, push, shift, splice, unshift.
44596              
44597              Subject: [PATCH] prototyped functions that should be overrideable
44598              From: "Casey R. Tweten" <crt@kiski.net>
44599              Date: Fri, 3 Nov 2000 11:09:12 -0500 (EST)
44600              Message-ID: <Pine.OSF.4.21.0011031100470.17471-100000@home.kiski.net>
44601      Branch: perl
44602            ! toke.c
44603 ____________________________________________________________________________
44604 [  7599] By: jhi                                   on 2000/11/08  01:12:05
44605         Log: Make perlbug not insist on dumping to a file when stdout isn't a tty.
44606              
44607              Subject: [PATCH] perlbug.PL
44608              From: "Kurt D. Starsinic" <kstar@chapin.edu>
44609              Date: Mon, 6 Nov 2000 21:39:01 -0500
44610              Message-ID: <20001106213901.B20955@O2.chapin.edu>
44611      Branch: perl
44612            ! utils/perlbug.PL
44613 ____________________________________________________________________________
44614 [  7598] By: jhi                                   on 2000/11/07  23:42:00
44615         Log: Bad thinko in #7581 (I used the test program with the expanded
44616              values as-is).
44617      Branch: metaconfig
44618            ! U/compline/d_stdstdio.U
44619      Branch: perl
44620            ! Configure
44621 ____________________________________________________________________________
44622 [  7597] By: jhi                                   on 2000/11/07  21:43:29
44623         Log: Subject: [PATCH perl@7573] cygwin port
44624              From: "Fifer, Eric" <EFifer@sanwaint.com>
44625              Date: Tue, 7 Nov 2000 18:08:51 -0000 
44626              Message-ID: <779F20BCCE5AD31186A50008C75D99791717BB@silldn_mail1.sanwaint.com>
44627              
44628              Synchronize with Cygwin 1.1.5.
44629      Branch: perl
44630            ! AUTHORS README.cygwin cygwin/cygwin.c hints/cygwin.sh mg.c
44631            ! pod/perlport.pod unixish.h util.c
44632 ____________________________________________________________________________
44633 [  7596] By: jhi                                   on 2000/11/07  21:39:25
44634         Log: perlhack updates from H.Merijn Brand.
44635      Branch: perl
44636            ! pod/perlhack.pod
44637 ____________________________________________________________________________
44638 [  7595] By: jhi                                   on 2000/11/07  20:21:41
44639         Log: Update Changes.
44640      Branch: perl
44641            ! Changes patchlevel.h
44642 ____________________________________________________________________________
44643 [  7594] By: jhi                                   on 2000/11/07  19:18:58
44644         Log: Be more robust in Dynaloader.pm.
44645      Branch: perl
44646            ! ext/DynaLoader/DynaLoader_pm.PL
44647 ____________________________________________________________________________
44648 [  7593] By: jhi                                   on 2000/11/07  16:49:31
44649         Log: AUTHORS update.
44650      Branch: perl
44651            ! AUTHORS
44652 ____________________________________________________________________________
44653 [  7592] By: gsar                                  on 2000/11/07  16:39:51
44654         Log: normalize relative paths in virtualized current directory on windows,
44655              under ithreads (avoids ".." etc showing up in what Cwd::cwd()
44656              returns)
44657      Branch: perl
44658            ! win32/vdir.h
44659 ____________________________________________________________________________
44660 [  7591] By: jhi                                   on 2000/11/07  16:04:26
44661         Log: Too profiler-happy: with optimization the #7590 actually makes
44662              the test to run 0.5% _slower_.  Requires much more instrumentation.
44663              Retract #7590.
44664      Branch: perl
44665            ! regcomp.c regcomp.h
44666 ____________________________________________________________________________
44667 [  7590] By: jhi                                   on 2000/11/07  15:51:13
44668         Log: Shave off about 5% (Digital UNIX, -g, pixie) of the op/regexp
44669              execution time in regcomp.c S_cl_any() and S_cl_is_anything()
44670              by using memset() and testing bytewise (as opposed to bitwise).
44671      Branch: perl
44672            ! regcomp.c regcomp.h
44673 ____________________________________________________________________________
44674 [  7589] By: jhi                                   on 2000/11/07  12:56:39
44675         Log: Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
44676              From: "Craig A. Berry" <craig.berry@psinetcs.com>
44677              Date: Mon, 06 Nov 2000 23:45:30 -0500
44678              Message-Id: <0011079735.AA973576259@univpress.com>
44679      Branch: perl
44680            ! configure.com t/lib/st-lock.t
44681 ____________________________________________________________________________
44682 [  7588] By: jhi                                   on 2000/11/07  01:03:28
44683         Log: Tweak #7587.
44684      Branch: perl
44685            ! pod/perldiag.pod
44686 ____________________________________________________________________________
44687 [  7587] By: jhi                                   on 2000/11/07  01:00:27
44688         Log: A doc addition for bug id 20001105.019, beware \p.
44689      Branch: perl
44690            ! pod/perldiag.pod
44691 ____________________________________________________________________________
44692 [  7586] By: jhi                                   on 2000/11/07  00:32:22
44693         Log: Fake support of holey files in win/dosish platforms.
44694              
44695              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
44696              From: kipp@shonanblue.ne.jp
44697              Date: Mon, 6 Nov 2000 13:30:55 -0800
44698              Message-Id: <200011062130.eA6LUpZ17387@smtp3.ActiveState.com>
44699      Branch: perl
44700            ! ext/SDBM_File/sdbm/sdbm.c
44701 ____________________________________________________________________________
44702 [  7585] By: jhi                                   on 2000/11/07  00:12:54
44703         Log: Subject: Pod updates
44704              From: "Stephen P. Potter" <spp@spotter.yi.org>
44705              Date: Mon, 06 Nov 2000 18:56:43 -0500
44706              Message-Id: <200011062357.SAA18173@spotter.yi.org>
44707      Branch: perl
44708            ! README.dos README.os2 README.win32 pod/buildtoc.PL
44709            ! pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
44710            ! pod/perl56delta.pod pod/perldebguts.pod pod/perldebtut.pod
44711            ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
44712            ! pod/perlembed.pod pod/perlfaq.pod pod/perlfaq1.pod
44713            ! pod/perlfaq2.pod pod/perlfaq5.pod pod/perlfaq7.pod
44714            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
44715            ! pod/perlguts.pod pod/perlhack.pod pod/perlhist.pod
44716            ! pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
44717            ! pod/perlmodlib.pod pod/perlnumber.pod pod/perlop.pod
44718            ! pod/perlopentut.pod pod/perlport.pod pod/perlre.pod
44719            ! pod/perlsub.pod pod/perltie.pod pod/perltoot.pod
44720            ! pod/perltootc.pod pod/perlunicode.pod
44721 ____________________________________________________________________________
44722 [  7584] By: jhi                                   on 2000/11/07  00:04:17
44723         Log: Varargs don't always work too well if one puts an unsigned
44724              char on the stack and pop an unsigned quad off the stack.
44725              
44726              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
44727              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)         
44728              Date: Mon, 06 Nov 2000 15:19:05 -0800
44729              Message-ID: <pxzB6gzkgKXY092yn@efn.org>  
44730      Branch: perl
44731            ! utf8.c
44732 ____________________________________________________________________________
44733 [  7583] By: jhi                                   on 2000/11/06  23:58:48
44734         Log: %ENV note tweaks from Dan Sugalski.
44735      Branch: perl
44736            ! pod/perlport.pod vms/perlvms.pod
44737 ____________________________________________________________________________
44738 [  7582] By: jhi                                   on 2000/11/06  23:05:49
44739         Log: glibc5 detection by __GNU_LIBRARY__.
44740      Branch: perl
44741            ! toke.c
44742 ____________________________________________________________________________
44743 [  7581] By: jhi                                   on 2000/11/06  22:51:29
44744         Log: Make the stdio test program of 7427 less noisy while being 
44745              compiled so that Digital UNIX wouldn't get both
44746              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
44747              undefined.  This makes perlio happy.
44748      Branch: metaconfig
44749            ! U/compline/d_stdstdio.U
44750      Branch: perl
44751            ! Configure config_h.SH
44752 ____________________________________________________________________________
44753 [  7580] By: jhi                                   on 2000/11/06  22:41:41
44754         Log: Document %ENV = () portability issues.
44755      Branch: perl
44756            ! pod/perlport.pod vms/perlvms.pod
44757 ____________________________________________________________________________
44758 [  7579] By: jhi                                   on 2000/11/06  21:29:24
44759         Log: VOS updates from Paul Green.
44760      Branch: perl
44761            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
44762 ____________________________________________________________________________
44763 [  7578] By: jhi                                   on 2000/11/06  21:00:40
44764         Log: Sanitize the environment further.
44765      Branch: perl
44766            ! t/pragma/locale.t
44767 ____________________________________________________________________________
44768 [  7577] By: jhi                                   on 2000/11/06  20:53:51
44769         Log: Re-introduce 7552 lost in integration.
44770      Branch: perl
44771            ! perlio.c
44772 ____________________________________________________________________________
44773 [  7576] By: jhi                                   on 2000/11/06  20:33:46
44774         Log: Admit that the test leaks scalars.
44775      Branch: perl
44776            ! t/comp/proto.t
44777 ____________________________________________________________________________
44778 [  7575] By: jhi                                   on 2000/11/06  20:17:08
44779         Log: Integrate perlio.
44780      Branch: perl
44781           !> perlio.c
44782 ____________________________________________________________________________
44783 [  7574] By: nick                                  on 2000/11/06  20:07:28
44784         Log: Remove debug. Try (Mmap_t) on madvise() call.
44785      Branch: perlio
44786            ! perlio.c
44787 ____________________________________________________________________________
44788 [  7573] By: jhi                                   on 2000/11/06  13:56:05
44789         Log: Update Changes.
44790      Branch: perl
44791            ! Changes patchlevel.h
44792 ____________________________________________________________________________
44793 [  7572] By: jhi                                   on 2000/11/06  13:48:41
44794         Log: Subject: Re: rsync'ed patches vs. rsync'ed source
44795              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
44796              Date: Mon, 06 Nov 2000 10:11:42 +0100
44797              Message-Id: <20001106100920.9BAD.H.M.BRAND@hccnet.nl>
44798      Branch: perl
44799            ! pod/perlhack.pod
44800 ____________________________________________________________________________
44801 [  7571] By: jhi                                   on 2000/11/06  01:45:51
44802         Log: AUTHORS updates.
44803      Branch: perl
44804            ! AUTHORS
44805 ____________________________________________________________________________
44806 [  7570] By: jhi                                   on 2000/11/06  00:18:00
44807         Log: Fix for
44808              
44809              Subject: [ID 20000728.005] perl -P broken
44810              From: David Dyck <dcd@tc.fluke.com>
44811              Date: Fri, 28 Jul 2000 17:19:16 -0700
44812              Message-Id: <200007290019.RAA08484@dd.tc.fluke.com>
44813              
44814              (hopefully).  The fix is also not complete, it seems to break
44815              BOM swallowing for libc5 systems, but until someone figures
44816              out a way to do this without ftell(), this will do.
44817      Branch: perl
44818            ! toke.c
44819 ____________________________________________________________________________
44820 [  7569] By: jhi                                   on 2000/11/06  00:05:30
44821         Log: Document that the evaled syntax errors cause scalar leaks.
44822      Branch: perl
44823            ! t/comp/proto.t
44824 ____________________________________________________________________________
44825 [  7568] By: jhi                                   on 2000/11/05  23:14:47
44826         Log: opmini.o can linger from Configures past.
44827      Branch: perl
44828            ! Makefile.SH
44829 ____________________________________________________________________________
44830 [  7567] By: jhi                                   on 2000/11/05  21:28:39
44831         Log: Fake __FUNCTION__ for non-gcc builds, cast madvise()
44832              first argument correctly.
44833      Branch: perl
44834            ! perlio.c
44835 ____________________________________________________________________________
44836 [  7566] By: jhi                                   on 2000/11/05  21:15:56
44837         Log: Integrate perlio.
44838      Branch: perl
44839           !> perlio.c
44840 ____________________________________________________________________________
44841 [  7565] By: jhi                                   on 2000/11/05  21:15:13
44842         Log: Use -dM for gcc (the suggested patch did it only for Linux,
44843              but I think it can be generalized).
44844              
44845              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
44846              From: Pixel <pixel@mandrakesoft.com>
44847              Date: 05 Nov 2000 21:49:34 +0100 
44848              Message-ID: <ly8zqygn4x.fsf@leia.mandrakesoft.com>
44849      Branch: perl
44850            ! ext/Errno/Errno_pm.PL
44851 ____________________________________________________________________________
44852 [  7564] By: nick                                  on 2000/11/05  21:09:18
44853         Log: Added a mmap layer as a "subclass" of perlio.
44854              PERLIO=mmap ./perl harness passes
44855      Branch: perlio
44856            ! perlio.c
44857 ____________________________________________________________________________
44858 [  7563] By: jhi                                   on 2000/11/05  19:48:55
44859         Log: Add a note for future generations about bug id 20000229.006.
44860      Branch: perl
44861            ! malloc.c
44862 ____________________________________________________________________________
44863 [  7562] By: jhi                                   on 2000/11/05  19:38:24
44864         Log: Fix for bug id 19990615.008, pos() unset during s///ge.
44865      Branch: perl
44866            ! pp_ctl.c t/op/pos.t
44867 ____________________________________________________________________________
44868 [  7561] By: jhi                                   on 2000/11/05  18:21:46
44869         Log: Add =pod to be tidy.
44870      Branch: perl
44871            ! lib/Math/Complex.pm
44872 ____________________________________________________________________________
44873 [  7560] By: jhi                                   on 2000/11/05  17:38:46
44874         Log: Upgrade to Storable 1.0.6, from Raphael Manfredi.
44875      Branch: perl
44876            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
44877            ! ext/Storable/Storable.xs t/lib/st-recurse.t
44878 ____________________________________________________________________________
44879 [  7559] By: jhi                                   on 2000/11/05  17:32:59
44880         Log: Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
44881              From: "Peter J. Farley III" <pjfarley@banet.net>
44882              Date: Sun, 05 Nov 2000 11:55:59 -0500
44883              Message-Id: <4.3.1.0.20001105115341.00b35160@pop5.banet.net> 
44884      Branch: perl
44885            ! t/lib/syslog.t
44886 ____________________________________________________________________________
44887 [  7558] By: jhi                                   on 2000/11/05  17:29:19
44888         Log: Integrate perlio.
44889      Branch: perl
44890           !> perlio.c
44891 ____________________________________________________________________________
44892 [  7557] By: jhi                                   on 2000/11/05  17:22:01
44893         Log: A fix of sorts for 20000329.026, a better error message
44894              for a missing "use charnames" when using the \N{...}. 
44895      Branch: perl
44896            ! pod/perldiag.pod toke.c
44897 ____________________________________________________________________________
44898 [  7556] By: jhi                                   on 2000/11/05  16:33:50
44899         Log: Test tweak: show also the failed locales.
44900              
44901              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
44902              From: Lupe Christoph <lupe@lupe-christoph.de>         
44903              Date: Sun, 5 Nov 2000 12:39:27 +0100 (MET)
44904              Message-Id: <200011051139.MAA12442@lupe-christoph.de>
44905      Branch: perl
44906            ! t/pragma/locale.t
44907 ____________________________________________________________________________
44908 [  7555] By: nick                                  on 2000/11/05  11:09:34
44909         Log: Fix read from STDERR on raw unix layer for Solaris where fd 2 is
44910              open RDWR so does not fail. (pragma/warnings 303 again...)
44911      Branch: perlio
44912            ! perlio.c
44913 ____________________________________________________________________________
44914 [  7554] By: nick                                  on 2000/11/05  10:10:13
44915         Log: Fix case where ungetc(f,EOF) was allowed.
44916              Move PerlIO_ungetc() near PerlIO_putc()/PerlIO_getc() in the file
44917              so we can see similarities.
44918              Use types more carefully and a STDCHAR array in hope that this will
44919              fix Jarrko's 64bit machine.
44920      Branch: perlio
44921            ! perlio.c
44922 ____________________________________________________________________________
44923 [  7553] By: jhi                                   on 2000/11/05  01:12:16
44924         Log: Fix for
44925              
44926              Subject: [ID 20001004.007] taint propogation is inconsistent
44927              From: pimlott@idiomtech.com (Andrew Pimlott) 
44928              Date: Wed, 4 Oct 2000 23:17:44 -0400 (EDT)
44929              Message-Id: <m13h1XU-000SEmC@nolfolan.idiomtech.com>
44930              
44931              The culprit was sv_setsv() which was rather blindly
44932              propagating taint, which lead to behaviour where if
44933              a tainted anon hash value was seen all the hash values
44934              from then on at that level became tainted, or at any
44935              upper levels in the case of nested anon hashes.
44936      Branch: perl
44937            ! sv.c t/op/taint.t
44938 ____________________________________________________________________________
44939 [  7552] By: jhi                                   on 2000/11/04  23:44:18
44940         Log: Some cpps don't like splitting conditionals across several lines.
44941      Branch: perl
44942            ! perlio.c
44943 ____________________________________________________________________________
44944 [  7551] By: nick                                  on 2000/11/04  23:40:44
44945         Log: Integrate mainline
44946      Branch: perlio
44947           !> pp_hot.c t/op/taint.t
44948 ____________________________________________________________________________
44949 [  7550] By: nick                                  on 2000/11/04  23:39:05
44950         Log: Integrate mainline again
44951      Branch: perlio
44952           !> Configure config_h.SH embed.h embed.pl perl.h proto.h
44953           !> t/lib/b.t t/op/misc.t util.c
44954 ____________________________________________________________________________
44955 [  7549] By: jhi                                   on 2000/11/04  23:14:01
44956         Log: Fix for
44957              
44958              Subject: [ID 20001004.006] undef is never tainted
44959              From: pimlott@idiomtech.com (Andrew Pimlott)
44960              Date: Wed, 4 Oct 2000 21:57:43 -0400 (EDT)
44961              Message-Id: <m13h0I3-000SEmC@nolfolan.idiomtech.com>
44962              
44963              An undef read from a slurped file was not tainted.
44964      Branch: perl
44965            ! pp_hot.c t/op/taint.t
44966 ____________________________________________________________________________
44967 [  7548] By: jhi                                   on 2000/11/04  22:56:21
44968         Log: Test tweak ($Config{useperlio} is by default undef) .
44969      Branch: perl
44970            ! t/lib/b.t
44971 ____________________________________________________________________________
44972 [  7547] By: jhi                                   on 2000/11/04  22:43:56
44973         Log: Integrate perlio.
44974      Branch: perl
44975           +> lib/perlio.pm
44976           !> MANIFEST iperlsys.h objXSUB.h perlapi.c perlio.c
44977           !> pod/perlapi.pod t/lib/b.t
44978 ____________________________________________________________________________
44979 [  7546] By: jhi                                   on 2000/11/04  22:40:59
44980         Log: Configure would use a bad $myuname from an old config.sh.
44981              
44982              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
44983              From: Andy Dougherty <doughera@lafayette.edu>
44984              Date: Sat, 4 Nov 2000 14:15:29 -0500 (EST)
44985              Message-ID: <Pine.SOL.4.10.10011041410120.982-100000@maxwell.phys.lafayette.edu>
44986      Branch: metaconfig
44987            ! U/modified/Oldconfig.U
44988      Branch: perl
44989            ! Configure config_h.SH
44990 ____________________________________________________________________________
44991 [  7545] By: jhi                                   on 2000/11/04  22:36:54
44992         Log: Subject: Locales support (setlocale) fixes
44993              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
44994              Date: Sat, 4 Nov 2000 10:15:48 +0300 
44995              Message-ID: <402099F49BEED211999700805FC7359F82511F@ru0028exch01.spb.lucent.com>
44996              
44997              Modified quite a bit to be more portable.
44998      Branch: perl
44999            ! embed.h embed.pl perl.h proto.h util.c
45000 ____________________________________________________________________________
45001 [  7544] By: jhi                                   on 2000/11/04  22:32:47
45002         Log: Dying is too strict here, better just skip.
45003      Branch: perl
45004            ! t/op/misc.t
45005 ____________________________________________________________________________
45006 [  7543] By: nick                                  on 2000/11/04  21:55:13
45007         Log: Merge mainline
45008      Branch: perlio
45009           +> ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
45010           +> ext/Encode/Encode/posix-bc.enc ext/re/hints/aix.pl
45011           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
45012           !> (integrate 64 files)
45013 ____________________________________________________________________________
45014 [  7542] By: jhi                                   on 2000/11/04  21:09:28
45015         Log: More Changes tweakery.
45016      Branch: perl
45017            ! Changes Porting/genlog
45018 ____________________________________________________________________________
45019 [  7541] By: jhi                                   on 2000/11/04  20:58:18
45020         Log: Changes fixups.
45021      Branch: perl
45022            ! Changes
45023 ____________________________________________________________________________
45024 [  7540] By: jhi                                   on 2000/11/04  20:42:38
45025         Log: Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
45026              create a "fast path" for locale name probing using "locale -a"
45027              if available, squash finally hopefully the s?printf resetting
45028              the numeric locale (since, IIUC perllocale, it never shouldn't). 
45029      Branch: perl
45030            ! sv.c t/op/misc.t t/pragma/locale.t
45031 ____________________________________________________________________________
45032 [  7539] By: nick                                  on 2000/11/04  19:56:10
45033         Log: PerlIO infrastructure complete.
45034      Branch: perlio
45035            + lib/perlio.pm
45036            ! MANIFEST iperlsys.h perlio.c t/lib/b.t
45037 ____________________________________________________________________________
45038 [  7538] By: nick                                  on 2000/11/04  14:31:32
45039         Log: Type tweaks + less contorted allocation scheme
45040      Branch: perlio
45041            ! perlio.c
45042 ____________________________________________________________________________
45043 [  7537] By: nick                                  on 2000/11/04  12:40:42
45044         Log: Fix for stdio as default "discipline" - PerlIO_init() was fdopen(2,"w")'ing
45045              a fresh FILE * rather than re-using stderr. Which meant PerlIO_stderr() was
45046              fully buffered rather than unbuffered (on Solaris, Linux seemed to do something
45047              sensible) which lead to some interesting fails.
45048      Branch: perlio
45049            ! perlio.c
45050 ____________________________________________________________________________
45051 [  7536] By: jhi                                   on 2000/11/04  00:20:02
45052         Log: Add FCNTL_CAN_LOCK.
45053              
45054              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
45055              From: Andy Dougherty <doughera@lafayette.edu>
45056              Date: Fri, 3 Nov 2000 15:32:14 -0500 (EST)
45057              Message-ID: <Pine.SOL.4.10.10011031528090.29-100000@maxwell.phys.lafayette.edu>
45058              
45059              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
45060              From: Andy Dougherty <doughera@lafayette.edu>
45061              In-Reply-To: <4.3.1.0.20001031222203.00b24b20@pop5.banet.net>
45062              Message-ID: <Pine.SOL.4.10.10011031532170.29-100000@maxwell.phys.lafayette.edu>
45063      Branch: metaconfig/U/perl
45064            + d_fcntl_can_lock.U
45065            ! startperl.U
45066      Branch: perl
45067            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
45068            ! config_h.SH epoc/config.sh pp_sys.c uconfig.h uconfig.sh
45069            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
45070            ! vos/config.ga.h win32/config.bc win32/config.gc
45071            ! win32/config.vc
45072 ____________________________________________________________________________
45073 [  7535] By: nick                                  on 2000/11/03  22:19:10
45074         Log: Implement stack of layers - (perlio.c _is_ derived from the old file honest...)
45075              - Works on Linux with
45076              perlio + unix
45077              stdio
45078              - Works on Solaris with
45079              perlio + unix
45080              - Fails ONE test (print to STDIN should fail) on Solaris with stdio.
45081              - Fails (hangs in openpid) if you try and stack
45082              perlio + stdio - Linux stdio's read() logic is hanging.
45083      Branch: perlio
45084            ! iperlsys.h perlio.c
45085 ____________________________________________________________________________
45086 [  7534] By: jhi                                   on 2000/11/03  15:16:02
45087         Log: Subject: Re: README.aix
45088              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
45089              Date: Fri, 03 Nov 2000 16:03:15 +0100
45090              Message-Id: <20001103151040.95C6.H.M.BRAND@hccnet.nl>
45091      Branch: perl
45092            ! README.aix
45093 ____________________________________________________________________________
45094 [  7533] By: jhi                                   on 2000/11/03  03:59:02
45095         Log: Subject: [PATCH 5.7.0] better messages from malloc()
45096              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
45097              Date: Wed, 1 Nov 2000 23:39:56 -0500
45098              Message-ID: <20001101233956.A520@monk.mps.ohio-state.edu>
45099      Branch: perl
45100            ! malloc.c pod/perldiag.pod
45101 ____________________________________________________________________________
45102 [  7532] By: jhi                                   on 2000/11/03  00:11:56
45103         Log: The #7521 touched things it shouldn't have.
45104      Branch: perl
45105            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
45106 ____________________________________________________________________________
45107 [  7531] By: jhi                                   on 2000/11/02  22:32:33
45108         Log: Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
45109              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
45110              Date:     Thu, 2 Nov 2000 16:58:36 EST
45111              Message-Id: <001102165758.31020@DUPHY4.Physics.Drexel.Edu>
45112      Branch: perl
45113            ! vms/gen_shrfls.pl
45114 ____________________________________________________________________________
45115 [  7530] By: jhi                                   on 2000/11/02  22:08:49
45116         Log: Fix the problem discussed in
45117              
45118              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
45119              Date: Mon, 16 Oct 2000 04:48:59 +0300 (EET DST) 
45120              Message-Id: <200010160148.EAA14523@alpha.hut.fi> 
45121              
45122              originally from Linc Madison.  Also Andreas König's comments
45123              taken into account.  Some other problems with Tie::SubstrHash
45124              fixed: didn't croak when the table exceeded the requested number
45125              of entries (as documented) but instead when the number of entries
45126              exceeded the size of the table, a croak() had an unnecessary \n,
45127              didn't have a CLEAR method, documented that there is no exists().
45128              Didn't fix to be strict-proof because the module uses &foo; and
45129              dynamic scope.  Added a test script exercizing both first tamely 
45130              the basic functionality, and then the failure cases reported by
45131              Linc Madison.
45132      Branch: perl
45133            + t/lib/tie-substrhash.t
45134            ! MANIFEST lib/Tie/SubstrHash.pm
45135 ____________________________________________________________________________
45136 [  7529] By: jhi                                   on 2000/11/02  17:58:08
45137         Log: recv() can fail and return undef.
45138              
45139              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
45140              From: "Alexey V. Barantsev" <barancev@kazbek.ispras.ru>
45141              Date: Thu, 2 Nov 2000 20:12:20 +0300
45142              Message-Id: <200011021712.UAA07919@dallas.kazbek.ispras.ru>
45143      Branch: perl
45144            ! lib/Net/Ping.pm
45145 ____________________________________________________________________________
45146 [  7528] By: jhi                                   on 2000/11/02  17:49:09
45147         Log: Detpyo.
45148      Branch: perl
45149            ! pod/perlop.pod
45150 ____________________________________________________________________________
45151 [  7527] By: jhi                                   on 2000/11/02  15:48:37
45152         Log: Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
45153              fix a autovivification bug in Tie::RefHash, add tests for both.
45154              
45155              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
45156              From: Edward Avis <epa98@doc.ic.ac.uk>
45157              Date: Thu, 2 Nov 2000 15:24:30 +0000 (GMT)
45158              Message-ID: <Pine.LNX.4.21.0011021516010.8344-100000@texel03.doc.ic.ac.uk>
45159      Branch: perl
45160            + t/lib/tie-refhash.t
45161            ! MANIFEST lib/Tie/RefHash.pm
45162 ____________________________________________________________________________
45163 [  7526] By: jhi                                   on 2000/11/02  13:56:26
45164         Log: Test::Harness revealed buglets in the new DynaLoader.
45165              
45166              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
45167              From: andreas.koenig@anima.de (Andreas J. Koenig)
45168              Date: 02 Nov 2000 11:26:48 +0100 
45169              Message-Id: <m3vgu6k6tz.fsf@ak-71.mind.de>
45170      Branch: perl
45171            ! ext/DynaLoader/DynaLoader_pm.PL
45172 ____________________________________________________________________________
45173 [  7525] By: jhi                                   on 2000/11/01  23:52:08
45174         Log: The entry for #7503 was missing.
45175      Branch: perl
45176            ! Changes
45177 ____________________________________________________________________________
45178 [  7524] By: jhi                                   on 2000/11/01  23:40:52
45179         Log: Update Changes.
45180      Branch: perl
45181            ! Changes patchlevel.h
45182 ____________________________________________________________________________
45183 [  7523] By: jhi                                   on 2000/11/01  22:57:09
45184         Log: More tweaking on the #7522 theme.
45185      Branch: perl
45186            ! ext/DynaLoader/DynaLoader_pm.PL
45187 ____________________________________________________________________________
45188 [  7522] By: jhi                                   on 2000/11/01  22:06:15
45189         Log: Expand %Config variables and %ENV variables only if
45190              so requested during build time using the
45191              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
45192              Not expanding makes relocating distributions easier.
45193      Branch: perl
45194            ! ext/DynaLoader/DynaLoader_pm.PL
45195 ____________________________________________________________________________
45196 [  7521] By: jhi                                   on 2000/11/01  20:56:34
45197         Log: Make the POSIX::setuid and POSIX::setgid to really call setuid()
45198              and setgid() because they were just changing $< and $( which means
45199              only changing the real uid/gid, as opposed to changing both
45200              real and effective ids.  (The alternative way could have been
45201              in POSIX.pm to change $> and $), too, but making a direct call
45202              to the C API feels cleaner.)  Fixes the bug
45203              
45204              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
45205              From: "Garry T. Williams" <garry@zvolve.com>
45206              Date: Mon, 4 Sep 2000 12:09:44 -0400 (EDT)
45207              Message-Id: <200009041609.e84G9iN12155@ifr.inside.zvolve.net>
45208      Branch: perl
45209            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
45210            ! ext/POSIX/typemap pod/perlvar.pod
45211 ____________________________________________________________________________
45212 [  7520] By: jhi                                   on 2000/11/01  20:08:33
45213         Log: Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
45214              From: "Garry T. Williams" <garry@zvolve.com>
45215              Date: Mon, 4 Sep 2000 11:32:38 -0400 (EDT)
45216              Message-Id: <200009041532.e84FWcl12106@ifr.inside.zvolve.net>
45217      Branch: perl
45218            ! pod/perlsec.pod
45219 ____________________________________________________________________________
45220 [  7519] By: jhi                                   on 2000/11/01  20:01:22
45221         Log: Locale warning explanation tweak.
45222      Branch: perl
45223            ! pod/perldiag.pod
45224 ____________________________________________________________________________
45225 [  7518] By: jhi                                   on 2000/11/01  18:57:13
45226         Log: C.pm part of
45227              
45228              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
45229              From: Jarkko Hietaniemi <jhi@iki.fi>
45230              Date: Tue, 10 Oct 2000 08:22:28 -0500
45231              Message-Id: <20001010082228.B17030@chaos.wustl.edu>
45232      Branch: perl
45233            ! ext/B/B/C.pm
45234 ____________________________________________________________________________
45235 [  7517] By: jhi                                   on 2000/11/01  18:41:59
45236         Log: Subject: [ID 20001005.006] Documentation -- description of qr//
45237              From: Martien Verbruggen <mgjv@comdyn.com.au>
45238              Date: Fri, 6 Oct 2000 14:09:10 +1100
45239              Message-Id: <200010060309.OAA03457@verbruggen.comdyn.com.au>
45240      Branch: perl
45241            ! pod/perlop.pod
45242 ____________________________________________________________________________
45243 [  7516] By: jhi                                   on 2000/11/01  18:34:55
45244         Log: Generalize the Camel wording.
45245              
45246              Subject: Re: perlfaq style changes
45247              From: John Borwick <jhborwic@unity.ncsu.edu>
45248              Date: Wed, 1 Nov 2000 13:19:21 -0500 (EST)
45249              Message-ID: <Pine.GSO.4.21.0011011318270.7428-100000@eos00du.eos.ncsu.edu>
45250      Branch: perl
45251            ! pod/perlfaq3.pod pod/perlfaq8.pod pod/perlfaq9.pod
45252 ____________________________________________________________________________
45253 [  7515] By: jhi                                   on 2000/11/01  16:52:31
45254         Log: Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
45255              From: pimlott@idiomtech.com (Andrew Pimlott)
45256              Date: Thu, 5 Oct 2000 13:20:58 -0400 (EDT)
45257              Message-Id: <m13hEhW-000SEmC@nolfolan.idiomtech.com>
45258      Branch: perl
45259            ! pod/perlsec.pod
45260 ____________________________________________________________________________
45261 [  7514] By: jhi                                   on 2000/11/01  15:03:40
45262         Log: More AIX lore.
45263      Branch: perl
45264            ! ext/re/hints/aix.pl
45265 ____________________________________________________________________________
45266 [  7513] By: jhi                                   on 2000/11/01  14:48:30
45267         Log: Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
45268              From: root <root@chronos.fi.muni.cz>
45269              Date: Wed, 1 Nov 2000 12:31:32 +0100
45270              Message-Id: <200011011131.MAA03310@chronos.fi.muni.cz>
45271      Branch: perl
45272            ! lib/Net/Ping.pm
45273 ____________________________________________________________________________
45274 [  7512] By: jhi                                   on 2000/11/01  14:46:47
45275         Log: Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
45276              From: Martin Husemann <martin@duskware.de>
45277              Date: Tue, 31 Oct 2000 23:39:35 +0100 (MET)
45278              Message-Id: <200010312239.e9VMdZR01580@night-porter.duskware.de>
45279      Branch: perl
45280            ! regcomp.c
45281 ____________________________________________________________________________
45282 [  7511] By: jhi                                   on 2000/11/01  14:39:50
45283         Log: AUTHORS updates.
45284      Branch: perl
45285            ! AUTHORS
45286 ____________________________________________________________________________
45287 [  7510] By: jhi                                   on 2000/11/01  14:29:50
45288         Log: Subject: [PATCH] startperl to respect versiononly
45289              From: Robin Barker <rmb1@cise.npl.co.uk> 
45290              Date: Tue, 31 Oct 2000 16:29:36 GMT
45291              Message-Id: <200010311629.QAA01771@tempest.npl.co.uk>
45292      Branch: metaconfig/U/perl
45293            ! startperl.U
45294      Branch: perl
45295            ! Configure config_h.SH
45296 ____________________________________________________________________________
45297 [  7509] By: jhi                                   on 2000/11/01  14:19:53
45298         Log: printf UVs the correct way, noticed by Robin Barker.
45299      Branch: perl
45300            ! utf8.c
45301 ____________________________________________________________________________
45302 [  7508] By: jhi                                   on 2000/11/01  14:10:03
45303         Log: Do not cleanup *% because the % has special meanings in some
45304              shell environments.
45305      Branch: perl
45306            ! ext/Storable/Makefile.PL
45307 ____________________________________________________________________________
45308 [  7507] By: jhi                                   on 2000/11/01  14:06:00
45309         Log: The NonStop-UX libraries have a novel way to say NaN.
45310      Branch: perl
45311            ! t/lib/bigfltpm.t
45312 ____________________________________________________________________________
45313 [  7506] By: jhi                                   on 2000/11/01  14:03:35
45314         Log: The osname has been lowercased by now, from Tom Bates.
45315      Branch: metaconfig
45316            ! U/modified/Oldconfig.U
45317      Branch: perl
45318            ! Configure config_h.SH
45319 ____________________________________________________________________________
45320 [  7505] By: jhi                                   on 2000/10/31  19:18:39
45321         Log: The compiler is either gcc or cc, from Tom Bates.
45322      Branch: perl
45323            ! hints/nonstopux.sh
45324 ____________________________________________________________________________
45325 [  7504] By: jhi                                   on 2000/10/31  14:53:42
45326         Log: Update Changes.
45327      Branch: perl
45328            ! Changes patchlevel.h
45329 ____________________________________________________________________________
45330 [  7503] By: jhi                                   on 2000/10/31  14:30:50
45331         Log: Whitespace style tweak.  Was originally going to see to
45332              
45333              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
45334              From: Joe Smith <jms@inwap.com>
45335              Date: Mon, 30 Oct 2000 18:47:57 -0800
45336              Message-Id: <39FE32DD.24AAC4D@inwap.com>
45337              
45338              but that had already been taken care of.
45339      Branch: metaconfig
45340            ! U/compline/d_stdstdio.U
45341      Branch: perl
45342            ! Configure config_h.SH
45343 ____________________________________________________________________________
45344 [  7502] By: jhi                                   on 2000/10/31  14:25:02
45345         Log: AUTHORS tweaks.
45346      Branch: perl
45347            ! AUTHORS
45348 ____________________________________________________________________________
45349 [  7501] By: jhi                                   on 2000/10/31  14:23:59
45350         Log: Subject: perlfaq style changes
45351              From: John Borwick <jhborwic@unity.ncsu.edu>
45352              Date: Tue, 31 Oct 2000 03:15:11 -0500 (EST)
45353              Message-ID: <Pine.GSO.4.21.0010310307500.5819-100000@eos00du.eos.ncsu.edu>
45354      Branch: perl
45355            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
45356            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
45357            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
45358            ! pod/perlfaq9.pod
45359 ____________________________________________________________________________
45360 [  7500] By: jhi                                   on 2000/10/31  14:22:15
45361         Log: Be more lenient on bad UTF-8 when doing bit arithmetics.
45362              
45363              Subject: Re: [ID 20000918.005] ~ on wide chars
45364              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
45365              Date: Mon, 30 Oct 2000 21:09:55 -0800
45366              Message-ID: <jQl/5gzkgWYL092yn@efn.org>
45367              
45368              (The ord() part of the patch skipped.)
45369      Branch: perl
45370            ! doop.c
45371 ____________________________________________________________________________
45372 [  7499] By: jhi                                   on 2000/10/31  14:20:08
45373         Log: Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
45374              From: Jens Hamisch <jens@Strawberry.COM>
45375              Date: Mon, 30 Oct 2000 15:17:07 +0100
45376              Message-Id: <20001030151707.A9597@Strawberry.COM>
45377      Branch: perl
45378            ! av.c
45379 ____________________________________________________________________________
45380 [  7498] By: jhi                                   on 2000/10/31  14:16:29
45381         Log: Subject: [PATCH: perl@7483] add three new EBCDIC Encode-ings && many tests
45382              From: Peter Prymmer <pvhp@forte.com>
45383              Date: Mon, 30 Oct 2000 16:59:11 -0800 (PST)
45384              Message-ID: <Pine.OSF.4.10.10010301643590.67363-100000@aspara.forte.com>
45385      Branch: perl
45386            + ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
45387            + ext/Encode/Encode/posix-bc.enc
45388            ! MANIFEST t/lib/encode.t
45389 ____________________________________________________________________________
45390 [  7497] By: jhi                                   on 2000/10/31  14:13:22
45391         Log: Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
45392              From: Peter Prymmer <pvhp@forte.com>
45393              Date: Mon, 30 Oct 2000 17:48:11 -0800 (PST)
45394              Message-ID: <Pine.OSF.4.10.10010301746350.69159-100000@aspara.forte.com>
45395      Branch: perl
45396            ! t/lib/cgi-html.t
45397 ____________________________________________________________________________
45398 [  7496] By: jhi                                   on 2000/10/31  14:12:05
45399         Log: Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
45400              From: Peter Prymmer <pvhp@forte.com>
45401              Date: Mon, 30 Oct 2000 17:46:33 -0800 (PST)
45402              Message-ID: <Pine.OSF.4.10.10010301745120.69159-100000@aspara.forte.com>
45403      Branch: perl
45404            ! t/lib/cgi-function.t
45405 ____________________________________________________________________________
45406 [  7495] By: jhi                                   on 2000/10/31  14:11:08
45407         Log: Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
45408              From: Peter Prymmer <pvhp@forte.com>
45409              Date: Mon, 30 Oct 2000 16:41:21 -0800 (PST)
45410              Message-ID: <Pine.OSF.4.10.10010301634500.67363-100000@aspara.forte.com>
45411      Branch: perl
45412            + ext/re/hints/aix.pl
45413            ! MANIFEST ext/re/Makefile.PL
45414 ____________________________________________________________________________
45415 [  7494] By: jhi                                   on 2000/10/31  14:08:32
45416         Log: Use Errno magic.
45417              
45418              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
45419              From: Casey Tweten <perl@ctweten.amsite.com>
45420              Date: Mon, 30 Oct 2000 15:51:17 -0500
45421              Message-Id: <200010302051.e9UKpHd02194@ctweten.amsite.com>
45422      Branch: perl
45423            ! lib/File/Temp.pm
45424 ____________________________________________________________________________
45425 [  7493] By: jhi                                   on 2000/10/31  14:05:07
45426         Log: Add a perlbug flag, -A, to avoid acknowledgement messages.
45427              
45428              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
45429              From: Nicholas Clark <nick@ccl4.org>
45430              Date: Mon, 30 Oct 2000 17:38:45 +0000
45431              Message-ID: <20001030173845.O60355@plum.flirble.org>
45432      Branch: perl
45433            ! Makefile.SH utils/perlbug.PL
45434 ____________________________________________________________________________
45435 [  7492] By: nick                                  on 2000/10/30  19:37:23
45436         Log: Change files which are mysteriously different to mainline to be
45437              copies of mainline.
45438      Branch: perlio
45439            ! objXSUB.h perlapi.c pod/perlapi.pod
45440 ____________________________________________________________________________
45441 [  7491] By: nick                                  on 2000/10/30  18:05:54
45442         Log: Perlio fixes discovered on big-endian & very traditional Solaris:
45443              - typo in endian code in putc.
45444              - Don't allow read of write-only files and vice-versa
45445              - and off-by-one in flush-all loop.
45446              Remove debug calls as they were using GCC specific features.
45447      Branch: perlio
45448            ! perlio.c
45449 ____________________________________________________________________________
45450 [  7490] By: nick                                  on 2000/10/29  21:45:45
45451         Log: Integrate mainline to perlio
45452      Branch: perlio
45453           !> lib/ExtUtils/Manifest.pm op.c t/comp/proto.t t/pragma/utf8.t
45454           !> toke.c
45455 ____________________________________________________________________________
45456 [  7489] By: jhi                                   on 2000/10/29  21:11:08
45457         Log: Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
45458              From: andreas.koenig@anima.de (Andreas J. Koenig)
45459              Date: 29 Oct 2000 22:05:59 +0100
45460              Message-ID: <m3snpfqrwo.fsf@ak-71.mind.de>
45461      Branch: perl
45462            ! lib/ExtUtils/Manifest.pm
45463 ____________________________________________________________________________
45464 [  7488] By: jhi                                   on 2000/10/29  21:07:47
45465         Log: Tests for #7487.
45466              
45467              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
45468              From: andreas.koenig@anima.de (Andreas J. Koenig)
45469              Date: 29 Oct 2000 19:37:09 +0100
45470              Message-ID: <m34s1vsdd6.fsf@ak-71.mind.de>
45471      Branch: perl
45472            ! t/comp/proto.t
45473 ____________________________________________________________________________
45474 [  7487] By: jhi                                   on 2000/10/29  21:06:27
45475         Log: constsub spillage.
45476              
45477              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
45478              From: John Tobey <jtobey@john-edwin-tobey.org>
45479              Date: Sun, 29 Oct 2000 11:37:45 -0500 (EST)
45480              Message-Id: <m13pvSr-000FObC@feynman.localnet>
45481      Branch: perl
45482            ! op.c
45483 ____________________________________________________________________________
45484 [  7486] By: nick                                  on 2000/10/29  21:05:04
45485         Log: Integrate mainline to perlio branch
45486      Branch: perlio
45487           +> Porting/repository.pod lib/unicode/Is/DCmedial.pl
45488           +> t/lib/tie-splice.t vos/config.alpha.def vos/config.alpha.h
45489           +> vos/config.ga.def vos/config.ga.h vos/configure_perl.cm
45490           +> vos/install_perl.cm
45491            - MAINTAIN fix_pl lib/unicode/Is/DCinital.pl vos/config.def
45492            - vos/config.h vos/config_h.SH_orig
45493           !> (integrate 141 files)
45494 ____________________________________________________________________________
45495 [  7485] By: jhi                                   on 2000/10/29  21:00:47
45496         Log: Make \x{...} consistently produce UTF-8.
45497              
45498              Subject: Re: \x{...} is confused 
45499              From: Simon Cozens <simon@cozens.net>
45500              Date: Sun, 29 Oct 2000 19:36:48 +0000
45501              Message-ID: <20001029193648.A6287@pembro4.pmb.ox.ac.uk>
45502      Branch: perl
45503            ! t/pragma/utf8.t toke.c
45504 ____________________________________________________________________________
45505 [  7484] By: nick                                  on 2000/10/29  20:05:29
45506         Log: PerlIO passes all tests.
45507      Branch: perlio
45508            ! perlio.c
45509 ____________________________________________________________________________
45510 [  7483] By: jhi                                   on 2000/10/29  18:06:55
45511         Log: Update Changes.
45512      Branch: perl
45513            ! Changes patchlevel.h
45514 ____________________________________________________________________________
45515 [  7482] By: nick                                  on 2000/10/29  17:43:28
45516         Log: Include <unistd.h> to get correct lseek() prototype etc.
45517              (I thought perl.h did that) - down to two fails
45518              - comp/require.t (last test)
45519              - lib/io_xs.t - possibly import/export of FILE * ?
45520      Branch: perlio
45521            ! perlio.c
45522 ____________________________________________________________________________
45523 [  7481] By: jhi                                   on 2000/10/29  17:02:37
45524         Log: UTF-8 decoder tweak.
45525      Branch: perl
45526            ! utf8.c
45527 ____________________________________________________________________________
45528 [  7480] By: nick                                  on 2000/10/29  16:26:11
45529         Log: Fixed two bugs:
45530              - error code not being set on close (of broken pipe)
45531              - append mode was truncating.
45532              At least one seek/tell bug remains.
45533      Branch: perlio
45534            ! perlio.c
45535 ____________________________________________________________________________
45536 [  7479] By: nick                                  on 2000/10/29  11:18:16
45537         Log: Prototype (stdio-like) PerlIO passing basic tests. Checked in
45538              in case of accidents. Still several worrying fails, no line disciplines yet.
45539      Branch: perlio
45540            ! iperlsys.h perlio.c
45541 ____________________________________________________________________________
45542 [  7478] By: jhi                                   on 2000/10/29  02:04:01
45543         Log: Add also emailless people.
45544      Branch: perl
45545            ! AUTHORS
45546 ____________________________________________________________________________
45547 [  7477] By: jhi                                   on 2000/10/29  01:36:00
45548         Log: The #7476 needs a MANIFEST change, too.
45549      Branch: perl
45550            ! MANIFEST
45551 ____________________________________________________________________________
45552 [  7476] By: jhi                                   on 2000/10/29  01:35:21
45553         Log: Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
45554      Branch: perl
45555            - MAINTAIN
45556            ! AUTHORS Changes
45557 ____________________________________________________________________________
45558 [  7475] By: jhi                                   on 2000/10/28  23:57:25
45559         Log: De-quoted-unreadable to ISO Latin 1.
45560              (There's one ISO-2022-JP name in Changes5.004.)
45561      Branch: perl
45562            ! Changes Changes5.6
45563 ____________________________________________________________________________
45564 [  7474] By: jhi                                   on 2000/10/28  19:13:06
45565         Log: Subject: [ID 20001027.007] uniq array in perlfaq
45566              From: Hans Ginzel <hans@kolej.mff.cuni.cz>     
45567              Date: Fri, 27 Oct 2000 19:28:30 +0200
45568              Message-Id: <20001027192830.A1564@kolej.mff.cuni.cz> 
45569      Branch: perl
45570            ! pod/perlfaq4.pod
45571 ____________________________________________________________________________
45572 [  7473] By: jhi                                   on 2000/10/28  18:02:05
45573         Log: Locking null mutexes is not recommendable.
45574              
45575              Subject: Re: [ID 20001027.008] Not OK: perl v5.7.0 +DEVEL7462 on i386-freebsd-thread-64all 4.1-stable (UNINSTALLED) 
45576              From: Hugo <hv@crypt.compulink.co.uk>
45577              Date: Sat, 28 Oct 2000 18:41:12 +0100
45578              Message-Id: <200010281741.SAA31327@crypt.compulink.co.uk>
45579      Branch: perl
45580            ! op.c
45581 ____________________________________________________________________________
45582 [  7472] By: jhi                                   on 2000/10/28  17:52:58
45583         Log: Better create a true mailing list for the repository keepers.
45584      Branch: perl
45585            ! Porting/repository.pod
45586 ____________________________________________________________________________
45587 [  7471] By: jhi                                   on 2000/10/28  17:28:24
45588         Log: Add the repository doc by Malcolm, Sarathy, and by Simon,
45589              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
45590      Branch: perl
45591            + Porting/repository.pod
45592            ! MANIFEST
45593 ____________________________________________________________________________
45594 [  7470] By: jhi                                   on 2000/10/28  17:20:54
45595         Log: Subject: DOC PATCH 5.6.0
45596              From: mjd@plover.com
45597              Date: 27 Oct 2000 17:32:44 -0000
45598              Message-ID: <20001027173244.23754.qmail@plover.com>
45599      Branch: perl
45600            ! pod/perlfunc.pod
45601 ____________________________________________________________________________
45602 [  7469] By: jhi                                   on 2000/10/28  17:16:45
45603         Log: Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
45604              From: "Peter J. Farley III" <pjfarley@banet.net>
45605              Date: Fri, 27 Oct 2000 20:32:56 -0400
45606              Message-Id: <4.3.1.0.20001027202303.00ad8900@pop5.banet.net>
45607      Branch: perl
45608            ! README.dos
45609 ____________________________________________________________________________
45610 [  7468] By: jhi                                   on 2000/10/28  17:07:18
45611         Log: Make target reordering to avoid pointless re-makes.
45612              
45613              Subject: Re: Total re-make of 'make okfile' after 7451 ?
45614              From: Nicholas Clark <nick@ccl4.org>
45615              Date: Sat, 28 Oct 2000 00:31:02 +0100
45616              Message-ID: <20001028003101.A54517@plum.flirble.org>
45617      Branch: perl
45618            ! Makefile.SH
45619 ____________________________________________________________________________
45620 [  7467] By: jhi                                   on 2000/10/28  17:05:31
45621         Log: Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
45622              From: lvirden@cas.org
45623              Date: Fri, 27 Oct 2000 13:14:41 -0400 (EDT)
45624              Message-Id: <200010271714.NAA22015@lwv26awu.cas.org>
45625      Branch: perl
45626            ! README.os2
45627 ____________________________________________________________________________
45628 [  7466] By: jhi                                   on 2000/10/28  16:09:16
45629         Log: Upgrade to CPAN 1.58_55.
45630              
45631              Subject: CPAN.pm status
45632              From: andreas.koenig@anima.de (Andreas J. Koenig) 
45633              Date: 28 Oct 2000 08:18:00 +0200 
45634              Message-ID: <m3n1fpa3qf.fsf@ak-71.mind.de>
45635      Branch: perl
45636            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
45637 ____________________________________________________________________________
45638 [  7465] By: jhi                                   on 2000/10/28  16:02:47
45639         Log: The reëntrant version shouldn't be needed unless USE_PURE_BISON.
45640      Branch: perl
45641            ! embed.h embed.pl perl.h proto.h toke.c
45642 ____________________________________________________________________________
45643 [  7464] By: nick                                  on 2000/10/28  10:43:44
45644         Log: Fix for sv_2iv() on "shared" value from keys %hash.
45645      Branch: perl
45646            ! sv.c
45647 ____________________________________________________________________________
45648 [  7463] By: jhi                                   on 2000/10/27  16:18:29
45649         Log: Update Changes.
45650      Branch: perl
45651            ! Changes patchlevel.h
45652 ____________________________________________________________________________
45653 [  7462] By: jhi                                   on 2000/10/27  16:17:44
45654         Log: Too enthusiastic editing in #7460.
45655      Branch: metaconfig
45656            ! U/modified/Oldsym.U
45657      Branch: perl
45658            ! Configure config_h.SH
45659 ____________________________________________________________________________
45660 [  7461] By: jhi                                   on 2000/10/27  15:37:38
45661         Log: Retract #7459, the script needs more work.
45662      Branch: perl
45663            - mkreef
45664            ! MANIFEST
45665 ____________________________________________________________________________
45666 [  7460] By: jhi                                   on 2000/10/27  15:23:14
45667         Log: Use $sort, $uniq (and $tr) consistently as wondered
45668              by Nicholas Clark.
45669      Branch: metaconfig
45670            ! U/modified/Cppsym.U U/modified/Getfile.U U/modified/Guess.U
45671            ! U/modified/Myread.U U/modified/Oldsym.U U/modified/Signal.U
45672            ! U/modified/libc.U
45673      Branch: perl
45674            ! Configure config_h.SH
45675 ____________________________________________________________________________
45676 [  7459] By: jhi                                   on 2000/10/27  15:02:07
45677         Log: (Retracted by #7461)
45678              
45679              Add a shell script for creating/removing symbolic link farms,
45680              useful for keeping the source code read-only and doing the
45681              builds somewhere else.
45682      Branch: perl
45683            + mkreef
45684            ! MANIFEST
45685 ____________________________________________________________________________
45686 [  7458] By: jhi                                   on 2000/10/27  14:42:20
45687         Log: Do away with the fix_pl.
45688      Branch: perl
45689            - fix_pl
45690            ! MANIFEST Makefile.SH
45691 ____________________________________________________________________________
45692 [  7457] By: jhi                                   on 2000/10/27  12:43:13
45693         Log: Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
45694              From: Jens Hamisch <jens@Strawberry.COM>
45695              Date: Fri, 27 Oct 2000 14:38:21 +0200
45696              Message-Id: <20001027143821.B3366@Strawberry.COM>
45697      Branch: perl
45698            ! perl.h
45699 ____________________________________________________________________________
45700 [  7456] By: jhi                                   on 2000/10/27  12:33:42
45701         Log: Subject: [PATCH] todo
45702              From: Nicholas Clark <nick@ccl4.org>
45703              Date: Thu, 26 Oct 2000 22:32:29 +0100
45704              Message-ID: <20001026223229.A44540@plum.flirble.org>
45705      Branch: perl
45706            ! pod/perltodo.pod
45707 ____________________________________________________________________________
45708 [  7455] By: jhi                                   on 2000/10/27  12:02:21
45709         Log: Subject: Re: [PATCH bleadperl] ripples from constsub patch
45710              From: John Tobey <jtobey@john-edwin-tobey.org>
45711              Date: Thu, 26 Oct 2000 22:29:53 -0400 (EDT)
45712              Message-Id: <m13ozHF-000FObC@feynman.localnet>
45713      Branch: perl
45714            ! op.c t/pragma/sub_lval.t
45715 ____________________________________________________________________________
45716 [  7454] By: jhi                                   on 2000/10/27  11:59:42
45717         Log: Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
45718              From: sthoenna@efn.org
45719              Date: Thu, 26 Oct 2000 14:00:03 -0700 (PDT)
45720              Message-Id: <200010262100.e9QL03U06386@garcia.efn.org>
45721      Branch: perl
45722            ! pp.c t/op/assignwarn.t
45723 ____________________________________________________________________________
45724 [  7453] By: jhi                                   on 2000/10/27  00:15:08
45725         Log: Upgrade to Storable 1.0.5, from Raphael Manfredi.
45726      Branch: perl
45727            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
45728            ! ext/Storable/Storable.xs t/lib/st-lock.t
45729 ____________________________________________________________________________
45730 [  7452] By: jhi                                   on 2000/10/26  13:05:52
45731         Log: Undo #7451, this seems to be a deficiency in Perforce,
45732              there is no per-file line-terminator type, only per-client.
45733      Branch: perl
45734            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
45735            ! win32/makefile.mk
45736 ____________________________________________________________________________
45737 [  7451] By: jhi                                   on 2000/10/26  04:56:03
45738         Log: Experimenting in DOS arcana.
45739      Branch: perl
45740            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
45741            ! win32/makefile.mk
45742 ____________________________________________________________________________
45743 [  7450] By: jhi                                   on 2000/10/26  04:50:52
45744         Log: Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
45745              From: "Peter J. Farley III" <pjfarley@banet.net>            
45746              Date: Wed, 25 Oct 2000 23:10:18 -0400
45747              Message-Id: <4.3.1.0.20001025230222.00accba0@pop5.banet.net>
45748      Branch: perl
45749            ! t/io/open.t
45750 ____________________________________________________________________________
45751 [  7449] By: jhi                                   on 2000/10/26  04:49:16
45752         Log: Subject: Re: [PATCH 5.6.0]Add non-blocking thread doneness checking
45753              From: Hugo <hv@crypt.compulink.co.uk>
45754              Date: Thu, 26 Oct 2000 01:55:17 +0100
45755              Message-Id: <200010260055.BAA27869@crypt.compulink.co.uk>
45756              
45757              minus one unneeded mutex lock/unlock pointed out by Dan Sugalski.
45758      Branch: perl
45759            ! ext/Thread/Thread.pm ext/Thread/Thread.xs t/lib/thr5005.t
45760 ____________________________________________________________________________
45761 [  7448] By: jhi                                   on 2000/10/26  04:38:36
45762         Log: Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
45763              From: Peter Prymmer <pvhp@forte.com>
45764              Date: Wed, 25 Oct 2000 18:23:56 -0700 (PDT)                          
45765              Message-ID: <Pine.OSF.4.10.10010251816200.247618-100000@aspara.forte.com>
45766      Branch: perl
45767            ! configure.com
45768 ____________________________________________________________________________
45769 [  7447] By: jhi                                   on 2000/10/25  23:20:02
45770         Log: Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
45771              in platforms that strictly require all the symbols being present
45772              at link time.
45773      Branch: perl
45774            ! handy.h
45775 ____________________________________________________________________________
45776 [  7446] By: jhi                                   on 2000/10/25  21:55:57
45777         Log: Update Changes.
45778      Branch: perl
45779            ! Changes patchlevel.h
45780 ____________________________________________________________________________
45781 [  7445] By: jhi                                   on 2000/10/25  21:27:08
45782         Log: Integrate with vmsperl #7430 by Charles Bailey:
45783              
45784              Cleanup from prior patch (Charles Lane?):
45785              - improve handling of MFDs in Basename and Path
45786              - default to no xsubpp line # munging when building debug images
45787      Branch: perl
45788           !> lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
45789 ____________________________________________________________________________
45790 [  7444] By: jhi                                   on 2000/10/25  21:03:50
45791         Log: Subject: [PATCH] Zero-padded Numerics in Perl Format
45792              From: John Peacock <JPeacock@UnivPress.com>
45793              Date: Thu, 18 May 2000 11:55:27 -0400
45794              Message-ID: <3924126F.A58BE57A@UnivPress.com>
45795      Branch: perl
45796            ! form.h pod/perldelta.pod pod/perlform.pod pp_ctl.c
45797            ! t/op/write.t
45798 ____________________________________________________________________________
45799 [  7443] By: jhi                                   on 2000/10/25  20:43:10
45800         Log: Temporary stopgap for the self-tying issue: for now only
45801              array and hash self-ties are verboten.  The real fix, of
45802              course, would be to comprehensively test (and implement?)
45803              and debug (and document) self-ties.
45804      Branch: perl
45805            ! pod/perldiag.pod pp_sys.c t/op/tie.t
45806 ____________________________________________________________________________
45807 [  7442] By: jhi                                   on 2000/10/25  20:14:30
45808         Log: Subject: [PATCH 5.6.0]Add non-blocking thread doneness checking
45809              From: Dan Sugalski <dan@sidhe.org>
45810              Date: Wed, 25 Oct 2000 13:36:35 -0400
45811              Message-Id: <5.0.0.25.0.20001025133504.01ef1e20@24.8.96.48>
45812              
45813              plus regen global.sym.
45814      Branch: perl
45815            ! ext/Thread/Thread.pm ext/Thread/Thread.xs global.sym perl.c
45816            ! thrdvar.h util.c
45817 ____________________________________________________________________________
45818 [  7441] By: jhi                                   on 2000/10/25  20:12:20
45819         Log: buildtoc target tweaks.
45820      Branch: perl
45821            ! pod/Makefile.SH
45822 ____________________________________________________________________________
45823 [  7440] By: jhi                                   on 2000/10/25  20:03:53
45824         Log: A new version of making the syslog test more robust.
45825              (Replaces #7421.)
45826              
45827              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
45828              From: "Kurt D. Starsinic" <kstar@chapin.edu>
45829              Date: Wed, 25 Oct 2000 12:13:54 -0400
45830              Message-ID: <20001025121354.B2264@O2.chapin.edu>
45831      Branch: perl
45832            ! t/lib/syslog.t
45833 ____________________________________________________________________________
45834 [  7439] By: jhi                                   on 2000/10/25  20:00:48
45835         Log: Continue the internal UTF-8 API tweaking.
45836              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
45837              used much more than the simpler API, now called utf8_to_uv_simple().
45838              Still not quite happy with API, too much partial duplication
45839              of functionality.
45840      Branch: perl
45841            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perlapi.c
45842            ! pod/perlapi.pod pod/perlunicode.pod pp.c pp_ctl.c proto.h
45843            ! regcomp.c regexec.c sv.c toke.c utf8.c
45844 ____________________________________________________________________________
45845 [  7438] By: jhi                                   on 2000/10/25  18:52:30
45846         Log: Allow poking holes at the UTF-8 decoding strictness.
45847      Branch: perl
45848            ! embed.pl pp.c proto.h sv.c t/pragma/utf8.t toke.c utf8.c
45849            ! utf8.h
45850 ____________________________________________________________________________
45851 [  7437] By: jhi                                   on 2000/10/25  13:53:05
45852         Log: Rename UTF8LEN() to be UNISKIP(), too confusing to have
45853              UTF8LEN() and UTF8SKIP(). 
45854      Branch: perl
45855            ! pp.c utf8.c utf8.h
45856 ____________________________________________________________________________
45857 [  7436] By: jhi                                   on 2000/10/25  13:51:37
45858         Log: Subject: [PATCH] Re: PerlIO - Configure tweak for Linux/glibc?
45859              From: Nicholas Clark <nick@ccl4.org>
45860              Date: Wed, 25 Oct 2000 14:44:05 +0100
45861              Message-ID: <20001025144404.D27253@plum.flirble.org>
45862      Branch: perl
45863            ! pod/perlrun.pod
45864 ____________________________________________________________________________
45865 [  7435] By: jhi                                   on 2000/10/25  13:49:32
45866         Log: Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
45867              From: Mike Guy <mjtg@cam.ac.uk>
45868              Date: Tue, 24 Oct 2000 14:59:40 +0100
45869              Message-Id: <E13o4c8-00076u-00@libra.cus.cam.ac.uk>
45870      Branch: perl
45871            ! scope.c
45872 ____________________________________________________________________________
45873 [  7434] By: jhi                                   on 2000/10/25  13:48:41
45874         Log: AIX is picky about its symbol exports.  Solution for now
45875              is to include the deb.o explicitly to the re extension build.
45876              
45877              Subject: Re: introduce missing .Perl_deb symbol to aix build (Questions)
45878              From: Peter Prymmer <pvhp@forte.com>
45879              Date: Tue, 24 Oct 2000 12:57:22 -0700 (PDT)
45880              Message-ID: <Pine.OSF.4.10.10010241252180.127055-100000@aspara.forte.com>
45881      Branch: perl
45882            ! ext/re/Makefile.PL hints/aix.sh
45883 ____________________________________________________________________________
45884 [  7433] By: jhi                                   on 2000/10/25  13:46:49
45885         Log: Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
45886              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
45887              Date: Wed, 25 Oct 2000 12:02:20 +0200
45888              Message-Id: <20001025114712.C9F9.H.M.BRAND@hccnet.nl>
45889      Branch: perl
45890            ! perlsdio.h
45891 ____________________________________________________________________________
45892 [  7432] By: jhi                                   on 2000/10/25  13:44:28
45893         Log: Subject: Minor update to find2perl, for portability
45894              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
45895              Date: Wed, 25 Oct 2000 12:05:47 +0100
45896              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8355@UKRUX002.rundc.uk.origin-it.com>
45897      Branch: perl
45898            ! x2p/find2perl.PL
45899 ____________________________________________________________________________
45900 [  7431] By: jhi                                   on 2000/10/25  13:40:39
45901         Log: Add targets to Makefile.SH, most importantly
45902              'regen_all' which also remembers to update vms/perly*.
45903      Branch: perl
45904            ! Makefile.SH
45905 ____________________________________________________________________________
45906 [  7430] By: bailey                                on 2000/10/25  03:13:53
45907         Log: Cleanup from prior patch (Charles Lane?):
45908              - improve handling of MFDs in Basename and Path
45909              - default to no xsubpp line # munging when building debug images
45910      Branch: vmsperl
45911            ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
45912 ____________________________________________________________________________
45913 [  7429] By: jhi                                   on 2000/10/24  20:03:40
45914         Log: Podify README.epoc and README.vos.
45915      Branch: perl
45916            ! README.epoc README.vos pod/buildtoc.PL pod/perl.pod
45917            ! pod/perlport.pod pod/perltoc.pod
45918 ____________________________________________________________________________
45919 [  7428] By: jhi                                   on 2000/10/24  19:10:33
45920         Log: Stratus VOS updates from Paul Green.
45921      Branch: perl
45922            + vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
45923            + vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
45924            - vos/config.def vos/config.h vos/config_h.SH_orig
45925            ! MANIFEST README.vos pod/perlport.pod vos/Changes vos/build.cm
45926            ! vos/compile_perl.cm vos/config.pl vos/perl.bind vos/vosish.h
45927 ____________________________________________________________________________
45928 [  7427] By: jhi                                   on 2000/10/24  18:59:48
45929         Log: Check if stdio supports tweaking lval and cnt simultaneously.
45930              
45931              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
45932              From: Nicholas Clark <nick@ccl4.org>
45933              Date: Mon, 23 Oct 2000 15:39:32 +0100
45934              Message-ID: <20001023153932.A10786@plum.flirble.org>
45935      Branch: metaconfig
45936            ! U/compline/d_stdstdio.U
45937      Branch: perl
45938            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
45939            ! config_h.SH configure.com epoc/config.sh iperlsys.h perlio.c
45940            ! perlsdio.h perlsfio.h pod/Makefile.SH pod/perltoc.pod
45941            ! uconfig.h uconfig.sh vms/genconfig.pl vos/config.def
45942            ! vos/config.h vos/config_h.SH_orig win32/config.bc
45943            ! win32/config.gc win32/config.vc
45944 ____________________________________________________________________________
45945 [  7426] By: jhi                                   on 2000/10/24  17:57:44
45946         Log: Missed the header file changes from #7425.
45947      Branch: perl
45948            ! embed.h embed.pl objXSUB.h proto.h
45949 ____________________________________________________________________________
45950 [  7425] By: jhi                                   on 2000/10/24  17:55:17
45951         Log: Fix the bug reported in
45952              
45953              From: andreas.koenig@anima.de (Andreas J. Koenig)
45954              Subject: Encode bug?
45955              Date: 24 Oct 2000 14:01:26 +0200 
45956              Message-ID: <m3lmveqwh5.fsf@ak-71.mind.de>
45957              
45958              Also make is_utf8_char() stricter.
45959      Branch: perl
45960            ! ext/Encode/Encode.xs utf8.c
45961 ____________________________________________________________________________
45962 [  7424] By: jhi                                   on 2000/10/24  15:15:39
45963         Log: Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
45964              From: Peter Scott <Peter@PSDT.com>
45965              Date: Mon, 23 Oct 2000 19:46:01 -0700
45966              Message-Id: <4.3.2.7.2.20001023194324.00ab7220@psdt.com>
45967      Branch: perl
45968            ! pod/perlfaq5.pod
45969 ____________________________________________________________________________
45970 [  7423] By: jhi                                   on 2000/10/24  14:25:30
45971         Log: Test tweak to avoid pulling in the whole Config.
45972      Branch: perl
45973            ! t/lib/st-lock.t
45974 ____________________________________________________________________________
45975 [  7422] By: jhi                                   on 2000/10/24  14:03:16
45976         Log: Fix the bug ID 20001024.005, the bug introduced by #7416.
45977      Branch: perl
45978            ! pp.c
45979 ____________________________________________________________________________
45980 [  7421] By: jhi                                   on 2000/10/24  13:32:09
45981         Log: (Replaced by #7440.)
45982              
45983              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
45984              From: "Kurt D. Starsinic" <kstar@chapin.edu>
45985              Date: Mon, 23 Oct 2000 16:40:54 -0400
45986              Message-ID: <20001023164054.B14491@O2.chapin.edu>
45987      Branch: perl
45988            ! t/lib/syslog.t
45989 ____________________________________________________________________________
45990 [  7420] By: jhi                                   on 2000/10/24  13:30:53
45991         Log: Subject: [PATCH 5.7.0] static linking with uninstalled perl
45992              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
45993              Date: Mon, 23 Oct 2000 17:29:03 -0400
45994              Message-ID: <20001023172903.A18749@monk.mps.ohio-state.edu>
45995      Branch: perl
45996            ! lib/ExtUtils/MM_Unix.pm
45997 ____________________________________________________________________________
45998 [  7419] By: jhi                                   on 2000/10/24  13:29:57
45999         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
46000              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
46001              Date: Mon, 23 Oct 2000 19:01:32 -0400
46002              Message-ID: <20001023190132.A19791@monk.mps.ohio-state.edu>
46003      Branch: perl
46004            ! utils/h2xs.PL
46005 ____________________________________________________________________________
46006 [  7418] By: jhi                                   on 2000/10/24  13:26:04
46007         Log: Replace #7409 with
46008              
46009              Subject: Re: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgp
46010              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
46011              Date: Mon, 23 Oct 2000 20:08:56 +0200
46012              Message-ID: <20001023200855.A14850@nice.ram.loc>
46013      Branch: perl
46014            ! ext/Storable/Storable.pm t/lib/st-lock.t
46015 ____________________________________________________________________________
46016 [  7417] By: jhi                                   on 2000/10/24  13:17:52
46017         Log: Run vms/vms_yfix.pl, should have done that after changing
46018              perly.c in #7382.
46019      Branch: perl
46020            ! vms/perly_c.vms vms/perly_h.vms
46021 ____________________________________________________________________________
46022 [  7416] By: jhi                                   on 2000/10/24  02:55:33
46023         Log: Make the UTF-8 decoding stricter and more verbose when
46024              malformation happens.  This involved adding an argument
46025              to utf8_to_uv_chk(), which involved changing its prototype,
46026              and prefer STRLEN over I32 for the UTF-8 length, which as
46027              a domino effect necessitated changing the prototypes of
46028              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
46029              The stricter UTF-8 decoding checking uses Markus Kuhn's
46030              UTF-8 Decode Stress Tester from
46031              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
46032      Branch: perl
46033            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perl.c
46034            ! perlapi.c pod/perlapi.pod pod/perldiag.pod pod/perlunicode.pod
46035            ! pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c t/pragma/utf8.t
46036            ! t/pragma/warn/utf8 toke.c utf8.c utf8.h util.c
46037 ____________________________________________________________________________
46038 [  7415] By: jhi                                   on 2000/10/23  14:06:06
46039         Log: Update Changes.
46040      Branch: perl
46041            ! Changes patchlevel.h
46042 ____________________________________________________________________________
46043 [  7414] By: jhi                                   on 2000/10/23  12:39:52
46044         Log: Undo the basename() part of #7412 since the lib/basename
46045              tests would need upgrading too.
46046      Branch: perl
46047            ! lib/File/Basename.pm
46048 ____________________________________________________________________________
46049 [  7413] By: jhi                                   on 2000/10/23  12:19:27
46050         Log: Document PERL_INSTALL_ROOT of #7210.
46051      Branch: perl
46052            ! lib/ExtUtils/Install.pm
46053 ____________________________________________________________________________
46054 [  7412] By: jhi                                   on 2000/10/23  12:16:47
46055         Log: Miscellaneous MacOS Classic library updates from Matthias Neeracher.
46056      Branch: perl
46057            ! lib/ExtUtils/Mksymlists.pm lib/File/Basename.pm
46058            ! lib/File/Path.pm lib/Term/ReadLine.pm lib/perl5db.pl
46059 ____________________________________________________________________________
46060 [  7411] By: jhi                                   on 2000/10/23  12:07:41
46061         Log: Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
46062              From: Prymmer/Kahn <pvhp@best.com>
46063              Date: Sun, 22 Oct 2000 22:18:40 -0700 (PDT)
46064              Message-ID: <Pine.BSF.4.21.0010222214150.11774-100000@shell8.ba.best.com>
46065      Branch: perl
46066            ! README.aix pod/perlebcdic.pod vms/ext/Stdio/Stdio.pm
46067 ____________________________________________________________________________
46068 [  7410] By: jhi                                   on 2000/10/23  04:10:11
46069         Log: The change #7187 was not so good on VMS.
46070              
46071              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
46072              From: "Craig A. Berry" <craig.berry@psinetcs.com>
46073              Date: Sun, 22 Oct 2000 23:03:08 -0500
46074              Message-Id: <p04330102b617d093470b@[172.16.52.1]>
46075      Branch: perl
46076            ! utils/perldoc.PL
46077 ____________________________________________________________________________
46078 [  7409] By: jhi                                   on 2000/10/23  03:57:36
46079         Log: Avoid Storable locking on DJGPP for now.
46080              
46081              Subject: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgpp
46082              From: "Peter J. Farley III" <pjfarley@banet.net>
46083              Date: Sun, 22 Oct 2000 20:00:00 -0400
46084              Message-Id: <4.3.1.0.20001022194247.00acfee0@pop5.banet.net>
46085      Branch: perl
46086            ! ext/Storable/Storable.pm t/lib/st-lock.t
46087 ____________________________________________________________________________
46088 [  7408] By: jhi                                   on 2000/10/23  03:50:24
46089         Log: Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
46090              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
46091              Date: Sun, 22 Oct 2000 21:12:22 -0400
46092              Message-ID: <20001022211222.A1062496@linguist.dartmouth.edu>
46093      Branch: perl
46094            ! lib/vars.pm
46095 ____________________________________________________________________________
46096 [  7407] By: jhi                                   on 2000/10/23  03:43:12
46097         Log: Subject: Re: [ID 20001021.005] SEGV with regex match 
46098              From: Hugo <hv@crypt.compulink.co.uk>
46099              Date: Mon, 23 Oct 2000 00:47:22 +0100
46100              Message-Id: <200010222347.AAA09697@crypt.compulink.co.uk>
46101      Branch: perl
46102            ! regexec.c t/op/pat.t
46103 ____________________________________________________________________________
46104 [  7406] By: jhi                                   on 2000/10/23  03:40:29
46105         Log: Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
46106      Branch: perl
46107            ! lib/ExtUtils/MakeMaker.pm
46108 ____________________________________________________________________________
46109 [  7405] By: jhi                                   on 2000/10/22  21:32:00
46110         Log: Doc patch.
46111              
46112              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
46113              From: rspier@pobox.com (Robert Spier)
46114              Date: Sun, 22 Oct 2000 15:24:32 -0400 (EDT)
46115              Message-ID: <14835.16112.13457.447971@rls.cx>
46116      Branch: perl
46117            ! lib/strict.pm
46118 ____________________________________________________________________________
46119 [  7404] By: jhi                                   on 2000/10/22  21:30:51
46120         Log: Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
46121              From: rspier@pobox.com (Robert Spier)
46122              Date: Sun, 22 Oct 2000 15:43:03 -0400 (EDT)
46123              Message-ID: <14835.17223.72448.705566@rls.cx>
46124      Branch: perl
46125            ! lib/ExtUtils/MakeMaker.pm
46126 ____________________________________________________________________________
46127 [  7403] By: jhi                                   on 2000/10/22  21:24:11
46128         Log: Subject: [PATCH bleadperl] ripples from constsub patch
46129              From: John Tobey <jtobey@john-edwin-tobey.org>
46130              Date: Sun, 22 Oct 2000 17:10:43 -0400 (EDT)
46131              Message-Id: <m13nSOB-000FObC@feynman.localnet>
46132      Branch: perl
46133            ! dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm t/lib/b.t
46134 ____________________________________________________________________________
46135 [  7402] By: jhi                                   on 2000/10/22  20:59:35
46136         Log: Support s?printf parameter reordering.
46137      Branch: perl
46138            ! pod/perldelta.pod pod/perlfunc.pod sv.c t/op/sprintf.t
46139 ____________________________________________________________________________
46140 [  7401] By: jhi                                   on 2000/10/22  19:19:14
46141         Log: Expand %Config variables only if explicitly so requested
46142              during build time by PERL_BUILD_EXPAND_CONFIG_VARS.
46143              
46144              Subject: Re: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
46145              From: Gurusamy Sarathy <gsar@ActiveState.com>
46146              Date: Sun, 22 Oct 2000 11:47:32 -0700
46147              Message-Id: <200010221847.LAA02167@smtp3.ActiveState.com>            
46148      Branch: perl
46149            ! Makefile.SH lib/lib_pm.PL
46150 ____________________________________________________________________________
46151 [  7400] By: jhi                                   on 2000/10/22  18:24:10
46152         Log: Move the #7390 test from warn/op to comp/redef.
46153              
46154              Subject: Re: Creating const subs for constants.
46155              From: John Tobey <jtobey@john-edwin-tobey.org>
46156              Date: Sun, 22 Oct 2000 04:04:12 -0400 (EDT)
46157              Message-Id: <m13nG72-000FObC@feynman.localnet>               
46158      Branch: perl
46159            ! t/comp/redef.t t/pragma/warn/op
46160 ____________________________________________________________________________
46161 [  7399] By: jhi                                   on 2000/10/22  17:49:59
46162         Log: Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
46163              From: Nicholas Clark <nick@ccl4.org>
46164              Date: Sat, 21 Oct 2000 22:23:19 +0100
46165              Message-ID: <20001021222319.B45586@plum.flirble.org>
46166      Branch: perl
46167            ! ext/DynaLoader/DynaLoader_pm.PL
46168 ____________________________________________________________________________
46169 [  7398] By: jhi                                   on 2000/10/22  17:47:35
46170         Log: Subject: [PATCH bleadperl] -MO=C falls over on package <none>
46171              From: Hugo <hv@crypt.compulink.co.uk>
46172              Date: Sat, 21 Oct 2000 18:19:59 +0100
46173              Message-Id: <200010211719.SAA02087@crypt.compulink.co.uk>
46174      Branch: perl
46175            ! ext/B/B.pm ext/B/B/C.pm
46176 ____________________________________________________________________________
46177 [  7397] By: jhi                                   on 2000/10/22  17:35:18
46178         Log: Subject: [ID 20001021.003] updated hints/openbsd.sh
46179              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
46180              Date: Sat, 21 Oct 2000 13:55:50 -0600 (MDT)
46181              Message-Id: <200010211955.e9LJton24170@xerxes.courtesan.com>
46182      Branch: perl
46183            ! hints/openbsd.sh
46184 ____________________________________________________________________________
46185 [  7396] By: jhi                                   on 2000/10/22  17:19:46
46186         Log: Subject: installman go-faster stripes
46187              From: Nicholas Clark <nick@talking.bollo.cx>
46188              Date: Sat, 21 Oct 2000 17:24:53 +0100
46189              Message-ID: <20001021172452.A20371@Bagpuss.unfortu.net>
46190              
46191              Subject: Re: installman go-faster stripes
46192              From: Russ Allbery <rra@stanford.edu>
46193              Date: 21 Oct 2000 11:04:13 -0700
46194              Message-ID: <ylbswe5aw2.fsf@windlord.stanford.edu>
46195      Branch: perl
46196            ! installman pod/pod2man.PL
46197 ____________________________________________________________________________
46198 [  7395] By: jhi                                   on 2000/10/22  17:17:35
46199         Log: Hints tweak from Anton Berezin.
46200      Branch: perl
46201            ! hints/freebsd.sh
46202 ____________________________________________________________________________
46203 [  7394] By: jhi                                   on 2000/10/22  04:50:04
46204         Log: Tweak the Is* definitions of Unicode character classes
46205              to better match the official categorizations; embrace
46206              the official categorizations; add the combining marks
46207              as alpha (and -numeric); fix DCinital (a typo and edito)
46208              to be DCmedial.
46209      Branch: perl
46210            + lib/unicode/Is/DCmedial.pl
46211            - lib/unicode/Is/DCinital.pl
46212            ! MANIFEST lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
46213            ! lib/unicode/Is/Graph.pl lib/unicode/Is/Print.pl
46214            ! lib/unicode/Is/Punct.pl lib/unicode/Is/Space.pl
46215            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
46216 ____________________________________________________________________________
46217 [  7393] By: jhi                                   on 2000/10/21  18:06:05
46218         Log: Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
46219              From: Daniel Chetlin <daniel@chetlin.com>
46220              Date: Sat, 21 Oct 2000 02:57:03 -0700
46221              Message-ID: <20001021025703.A2115@darkstar.chetlin.org>
46222      Branch: perl
46223            + t/lib/tie-splice.t
46224            ! MANIFEST lib/Tie/Array.pm
46225 ____________________________________________________________________________
46226 [  7392] By: gsar                                  on 2000/10/21  18:05:15
46227         Log: resync utfperl branch with mainline
46228      Branch: utfperl
46229           !> (integrate 1760 files)
46230 ____________________________________________________________________________
46231 [  7391] By: jhi                                   on 2000/10/21  14:37:49
46232         Log: Testcases for a #7383,#7385 related bug.
46233              
46234              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
46235              From: Nicholas Clark <nick@ccl4.org>
46236              Date: Sat, 21 Oct 2000 15:04:51 +0100
46237              Message-ID: <20001021150451.A51566@plum.flirble.org>
46238      Branch: perl
46239            ! t/pragma/utf8.t
46240 ____________________________________________________________________________
46241 [  7390] By: jhi                                   on 2000/10/21  14:35:57
46242         Log: Add a testcase for #7389.
46243      Branch: perl
46244            ! t/pragma/warn/op
46245 ____________________________________________________________________________
46246 [  7389] By: jhi                                   on 2000/10/21  14:26:45
46247         Log: Subject: Re: Creating const subs for constants.
46248              From: John Tobey <jtobey@john-edwin-tobey.org>
46249              Date: Fri, 20 Oct 2000 22:03:27 -0400 (EDT)
46250              Message-Id: <m13mo0N-000FObC@feynman.localnet>
46251      Branch: perl
46252            ! cv.h embed.h embed.pl objXSUB.h op.c perlapi.c pod/perlapi.pod
46253            ! proto.h sv.c
46254 ____________________________________________________________________________
46255 [  7388] By: nick                                  on 2000/10/21  11:44:23
46256         Log: Populate perlio branch
46257      Branch: perlio
46258           +> (branch 1760 files)
46259 ____________________________________________________________________________
46260 [  7387] By: nick                                  on 2000/10/21  10:52:05
46261         Log: Get branch back as replica of mainline via :
46262              p4 integrate -b utfperl
46263              p4 resolve -at ./...
46264      Branch: utfperl
46265           +> (branch 269 files)
46266            - Todo-5.005 eg/ADB eg/README eg/cgi/RunMeFirst
46267            - eg/cgi/caution.xbm eg/cgi/clickable_image.cgi
46268            - eg/cgi/cookie.cgi eg/cgi/crash.cgi eg/cgi/customize.cgi
46269            - eg/cgi/diff_upload.cgi eg/cgi/dna_small_gif.uu
46270            - eg/cgi/file_upload.cgi eg/cgi/frameset.cgi eg/cgi/index.html
46271            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
46272            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
46273            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
46274            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
46275            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
46276            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
46277            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
46278            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
46279            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
46280            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
46281            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
46282            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
46283            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
46284            - eg/van/vanish eg/who eg/wrapsuid epoc/Config.pm
46285            - epoc/autosplit.pl epoc/config.h epoc/perl.mmp epoc/perl.pkg
46286            - ext/DynaLoader/dl_rhapsody.xs lib/Sys/Hostname.pm
46287            - lib/Sys/Syslog.pm lib/byte.pm lib/byte_heavy.pl lib/caller.pm
46288            - lib/chat2.pl lib/lib.pm lib/unicode/Eq/Latin1.pl
46289            - lib/unicode/Eq/Unicode.pl lib/unicode/Props.txt
46290            - lib/unicode/UCD300.html lib/unicode/Unicode.300
46291            - lib/unicode/Unicode3.html os2/POSIX.mkfifo pod/Makefile
46292            - pod/Win32.pod pod/buildtoc t/lib/thread.t t/op/64bit.t
46293            - t/op/nothread.t utils/perlbc.PL vms/subconfigure.com
46294            - win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
46295           !> (integrate 965 files)
46296 ____________________________________________________________________________
46297 [  7386] By: jhi                                   on 2000/10/21  01:31:12
46298         Log: Update Changes.
46299      Branch: perl
46300            ! Changes patchlevel.h
46301 ____________________________________________________________________________
46302 [  7385] By: jhi                                   on 2000/10/21  01:28:42
46303         Log: The #7383 was right only in the context of the original bug report,
46304              not in more general case.
46305      Branch: perl
46306            ! pp_hot.c
46307 ____________________________________________________________________________
46308 [  7384] By: jhi                                   on 2000/10/21  01:08:23
46309         Log: Fix for ID 20000915.011, IO::Select warning for an undefined fd.
46310      Branch: perl
46311            ! ext/IO/lib/IO/Select.pm
46312 ____________________________________________________________________________
46313 [  7383] By: jhi                                   on 2000/10/21  00:44:18
46314         Log: Fix for ID 20001020.006, concatenating an unset submatch
46315              with utf8 resulted in "Modification of a read-only value".
46316      Branch: perl
46317            ! pp_hot.c t/pragma/utf8.t
46318 ____________________________________________________________________________
46319 [  7382] By: jhi                                   on 2000/10/20  20:44:31
46320         Log: Make scan_num() reëntrant, as suggested in
46321              
46322              Subject: [PATCH perl@7229] Rentrant parser and yylex()
46323              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
46324              Date: Fri, 20 Oct 2000 14:17:27 +0100
46325              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
46326      Branch: perl
46327            ! embed.h embed.pl objXSUB.h perlapi.c perly.c perly.y proto.h
46328            ! toke.c
46329 ____________________________________________________________________________
46330 [  7381] By: jhi                                   on 2000/10/20  20:07:29
46331         Log: Reëntrancy fix.
46332              
46333              Subject: [PATCH perl@7229] Rentrant parser and yylex()
46334              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
46335              Date: Fri, 20 Oct 2000 14:17:27 +0100
46336              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
46337      Branch: perl
46338            ! embed.h embed.pl perl.h proto.h toke.c
46339 ____________________________________________________________________________
46340 [  7380] By: jhi                                   on 2000/10/20  19:15:54
46341         Log: Don't write double values through long double pointers,
46342              based on a part of
46343              
46344              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
46345              From: Jens Hamisch <jens@Strawberry.COM>
46346              Date: Tue, 17 Oct 2000 08:39:36 +0200
46347              Message-Id: <20001017083936.A11104@Strawberry.COM>
46348      Branch: perl
46349            ! perl.h pp.c
46350 ____________________________________________________________________________
46351 [  7379] By: jhi                                   on 2000/10/20  18:43:37
46352         Log: Portability tweak on #7377.
46353              
46354              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
46355              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
46356              Date:     Fri, 20 Oct 2000 13:13:41 EDT
46357              Message-Id: <001020131216.3b141@DUPHY4.Physics.Drexel.Edu>
46358      Branch: perl
46359            ! t/lib/dprof.t
46360 ____________________________________________________________________________
46361 [  7378] By: jhi                                   on 2000/10/20  12:57:19
46362         Log: SOCKS function redefinitions need prototypes, too, otherwise
46363              for example 32 bit versus 64 bit differences cause a lot of
46364              problems.  Part of
46365              
46366              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
46367              From: Jens Hamisch <jens@Strawberry.COM>
46368              Date: Tue, 17 Oct 2000 08:39:36 +0200
46369              Message-Id: <20001017083936.A11104@Strawberry.COM>
46370      Branch: perl
46371            ! doio.c pp_sys.c
46372 ____________________________________________________________________________
46373 [  7377] By: jhi                                   on 2000/10/20  12:37:12
46374         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
46375              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
46376              Date:     Fri, 20 Oct 2000 08:26:04 EDT
46377              Message-Id: <001020074851.3751a@DUPHY4.Physics.Drexel.Edu>
46378      Branch: perl
46379            ! configure.com t/lib/dprof.t t/lib/dprof/V.pm vms/test.com
46380 ____________________________________________________________________________
46381 [  7376] By: jhi                                   on 2000/10/20  12:35:31
46382         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
46383              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
46384              Date:     Fri, 20 Oct 2000 07:48:15 EDT
46385              Message-Id: <001020074423.39b82@DUPHY4.Physics.Drexel.Edu>
46386      Branch: perl
46387            ! configure.com vms/gen_shrfls.pl
46388 ____________________________________________________________________________
46389 [  7375] By: bailey                                on 2000/10/20  04:44:37
46390         Log: SYN SYN
46391      Branch: vmsperl
46392           +> (branch 134 files)
46393            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
46394            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
46395            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
46396            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
46397            - eg/cgi/frameset.cgi eg/cgi/index.html
46398            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
46399            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
46400            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
46401            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
46402            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
46403            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
46404            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
46405            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
46406            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
46407            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
46408            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
46409            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
46410            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
46411            - eg/van/vanish eg/who eg/wrapsuid lib/chat2.pl
46412            - lib/unicode/Props.txt lib/unicode/UCD300.html
46413            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
46414            - utils/perlbc.PL vms/subconfigure.com
46415           !> (integrate 785 files)
46416 ____________________________________________________________________________
46417 [  7374] By: jhi                                   on 2000/10/20  00:59:48
46418         Log: In the latest compiler builds cccdlflags must not become -fpic,
46419              from Wilfredo Sánchez.
46420      Branch: perl
46421            ! hints/darwin.sh
46422 ____________________________________________________________________________
46423 [  7373] By: jhi                                   on 2000/10/20  00:56:35
46424         Log: Subject: PATCH CR+LF should be "\cM\cJ" in perlop
46425              From: Tony Cook <tony@develop-help.com>
46426              Date: Fri, 20 Oct 2000 07:29:15 +1100 (EST)
46427              Message-ID: <Pine.LNX.4.10.10010200725530.12682-100000@develop-help.com>
46428      Branch: perl
46429            ! pod/perlop.pod
46430 ____________________________________________________________________________
46431 [  7372] By: jhi                                   on 2000/10/19  19:34:40
46432         Log: Typo noted by Mark Lutz.
46433      Branch: perl
46434            ! t/op/64bitint.t
46435 ____________________________________________________________________________
46436 [  7371] By: jhi                                   on 2000/10/19  19:33:13
46437         Log: NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
46438      Branch: metaconfig
46439            ! U/modified/Cppsym.U U/modified/Oldconfig.U
46440      Branch: metaconfig/U/perl
46441            ! End.U dlsrc.U libperl.U
46442      Branch: perl
46443            + hints/nonstopux.sh
46444            ! Configure MANIFEST config_h.SH
46445 ____________________________________________________________________________
46446 [  7370] By: jhi                                   on 2000/10/19  17:18:08
46447         Log: Subject: PATCH do_print has 2 PerlIO_error()s
46448              From: nick@ccl4.org
46449              Date: Thu, 19 Oct 2000 18:09:20 +0100
46450              Message-ID: <20001019180920.A8440@babyhippo.co.uk>
46451      Branch: perl
46452            ! doio.c
46453 ____________________________________________________________________________
46454 [  7369] By: jhi                                   on 2000/10/19  14:01:49
46455         Log: Update Changes.
46456      Branch: perl
46457            ! Changes patchlevel.h
46458 ____________________________________________________________________________
46459 [  7368] By: jhi                                   on 2000/10/19  13:04:29
46460         Log: Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
46461              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
46462              Date: Wed, 18 Oct 2000 13:12:01 +0200
46463              Message-Id: <20001018131021.F844.H.M.BRAND@hccnet.nl>
46464      Branch: perl
46465            ! hints/aix.sh
46466 ____________________________________________________________________________
46467 [  7367] By: jhi                                   on 2000/10/19  02:22:40
46468         Log: Fix of sorts for bug id 20000901.092.  There seems to be no trace
46469              of a 'pmshort' anywhere in the B, so the offending line was simply
46470              removed.
46471      Branch: perl
46472            ! ext/B/B/Debug.pm
46473 ____________________________________________________________________________
46474 [  7366] By: jhi                                   on 2000/10/19  02:12:37
46475         Log: Add the test case for the bug id 20000730.004 which seems
46476              to have been fixed by now.
46477      Branch: perl
46478            ! t/pragma/utf8.t
46479 ____________________________________________________________________________
46480 [  7365] By: jhi                                   on 2000/10/18  23:36:24
46481         Log: Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
46482              From: Hugo <hv@crypt.compulink.co.uk>
46483              Date: Wed, 18 Oct 2000 23:25:58 +0100
46484              Message-Id: <200010182225.XAA20330@crypt.compulink.co.uk>
46485      Branch: perl
46486            ! pp_ctl.c pp_hot.c t/op/flip.t t/pragma/warn/pp_hot
46487 ____________________________________________________________________________
46488 [  7364] By: jhi                                   on 2000/10/18  21:12:53
46489         Log: (retracted)
46490      Branch: perl
46491            ! pp.c
46492 ____________________________________________________________________________
46493 [  7363] By: jhi                                   on 2000/10/18  20:55:38
46494         Log: Missing change from #7362.
46495      Branch: perl
46496            ! win32/perlhost.h
46497 ____________________________________________________________________________
46498 [  7362] By: jhi                                   on 2000/10/18  20:52:01
46499         Log: Borland C fstat() never saw the fd as writable.
46500              
46501              Subject: fix for Borland's weak "stat" (perl@7211)
46502              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
46503              Date: Mon, 16 Oct 2000 09:55:03 +0400
46504              Message-ID: <402099F49BEED211999700805FC7359F7C0E40@ru0028exch01.spb.lucent.com>
46505      Branch: perl
46506            ! win32/win32.c
46507 ____________________________________________________________________________
46508 [  7361] By: jhi                                   on 2000/10/18  17:43:50
46509         Log: Regen toc.
46510      Branch: perl
46511            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
46512 ____________________________________________________________________________
46513 [  7360] By: jhi                                   on 2000/10/18  17:07:44
46514         Log: From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
46515              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
46516              Message-Id: <20001016151837.9977.H.M.BRAND@hccnet.nl>
46517              Date: Mon, 16 Oct 2000 15:19:49 +0200
46518      Branch: perl
46519            + README.aix
46520            ! MANIFEST
46521 ____________________________________________________________________________
46522 [  7359] By: jhi                                   on 2000/10/18  17:04:49
46523         Log: Subject: Pod patch for Devel::Peek
46524              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
46525              Message-Id: <20001016121252.996B.H.M.BRAND@hccnet.nl>
46526              Date: Mon, 16 Oct 2000 12:26:34 +0200
46527      Branch: perl
46528            ! ext/Devel/Peek/Peek.pm
46529 ____________________________________________________________________________
46530 [  7358] By: jhi                                   on 2000/10/18  17:03:15
46531         Log: Make Cwd more bulletproof in chrooted environments.
46532              
46533              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
46534              From: "Eric E. Coe" <Eric.Coe@oracle.com>
46535              Date: Wed, 18 Oct 2000 04:03:54 -0400
46536              Message-Id: <39ED596A.70E599FE@oracle.com>
46537      Branch: perl
46538            ! lib/Cwd.pm
46539 ____________________________________________________________________________
46540 [  7357] By: jhi                                   on 2000/10/18  16:37:26
46541         Log: Disable the UTF8 downgrade croakage for now to avoid
46542              too many not okay messages.
46543      Branch: perl
46544            ! doio.c
46545 ____________________________________________________________________________
46546 [  7356] By: jhi                                   on 2000/10/17  23:29:41
46547         Log: Show the failed remote port, instead of the failing line number.
46548              
46549              Subject: [PATCH 5.6.1 Debugger] More diagnostics
46550              From: David Sparks <daves@ActiveState.com>
46551              Date: Tue, 17 Oct 2000 15:00:24 -0700
46552              Message-Id: <5.0.0.25.0.20001017144037.02551e10@pop3>
46553      Branch: perl
46554            ! lib/perl5db.pl
46555 ____________________________________________________________________________
46556 [  7355] By: jhi                                   on 2000/10/17  14:11:31
46557         Log: On output try to downgrade to bytes, croak if impossible,
46558              from Simon Cozens.  This means that outputting >255 UTF8
46559              is impossible.  Consider this as a strong incentive to get
46560              the I/O disciplines implemented.
46561      Branch: perl
46562            ! doio.c pod/perldiag.pod sv.c
46563 ____________________________________________________________________________
46564 [  7354] By: jhi                                   on 2000/10/17  13:42:23
46565         Log: Clarify documentation on 'use bytes'.
46566              
46567              Subject: Re: What does 'use bytes' "mean" ?
46568              From: Simon Cozens <simon@cozens.net>
46569              Date: Mon, 18 Sep 2000 18:24:25 +0100
46570              Message-ID: <20000918182425.A26765@deep-dark-truthful-mirror.perlhacker.org>
46571      Branch: perl
46572            ! lib/bytes.pm
46573 ____________________________________________________________________________
46574 [  7353] By: jhi                                   on 2000/10/17  13:28:12
46575         Log: Workaround for a sfio bug where the stream error indicator
46576              is not cleared as documented.
46577              
46578              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
46579              From: Nicholas Clark <nick@ccl4.org>
46580              Date: Mon, 16 Oct 2000 18:28:23 +0100
46581              Message-ID: <20001016182823.J19700@plum.flirble.org>
46582      Branch: perl
46583            ! doio.c
46584 ____________________________________________________________________________
46585 [  7352] By: jhi                                   on 2000/10/17  13:06:19
46586         Log: More IoTYPE sprinkling.
46587      Branch: perl
46588            ! doio.c pp_hot.c
46589 ____________________________________________________________________________
46590 [  7351] By: jhi                                   on 2000/10/16  22:47:07
46591         Log: Detect early whether the std streams have gone bad.
46592              
46593              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
46594              Date: Mon, 16 Oct 2000 23:28:42 +0100
46595              From: Nicholas Clark <nick@ccl4.org>
46596              Message-ID: <20001016232842.A37942@plum.flirble.org>
46597      Branch: perl
46598            ! t/op/misc.t
46599 ____________________________________________________________________________
46600 [  7350] By: jhi                                   on 2000/10/16  22:45:16
46601         Log: Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
46602              From: "Peter J. Farley III" <pjfarley@banet.net>
46603              Date: Mon, 16 Oct 2000 18:15:59 -0400
46604              Message-Id: <4.3.1.0.20001016180235.00ac65a0@pop5.banet.net>
46605      Branch: perl
46606            ! djgpp/djgpp.c dosish.h t/io/open.t
46607 ____________________________________________________________________________
46608 [  7349] By: jhi                                   on 2000/10/16  22:36:45
46609         Log: perldelta tweak.
46610      Branch: perl
46611            ! pod/perldelta.pod
46612 ____________________________________________________________________________
46613 [  7348] By: jhi                                   on 2000/10/16  15:17:53
46614         Log: Update Changes.
46615      Branch: perl
46616            ! Changes patchlevel.h
46617 ____________________________________________________________________________
46618 [  7347] By: jhi                                   on 2000/10/16  13:55:27
46619         Log: Add the capability to include/exclude branches.
46620      Branch: perl
46621            ! Porting/genlog
46622 ____________________________________________________________________________
46623 [  7346] By: jhi                                   on 2000/10/16  13:18:04
46624         Log: Add Charles Lane.
46625      Branch: perl
46626            ! AUTHORS Changes
46627 ____________________________________________________________________________
46628 [  7345] By: jhi                                   on 2000/10/16  13:13:21
46629         Log: Add a perldelta note about the change #6024, pointed out by Sarathy.
46630      Branch: perl
46631            ! pod/perldelta.pod
46632 ____________________________________________________________________________
46633 [  7344] By: gsar                                  on 2000/10/16  09:30:21
46634         Log: integrate change#6220 from cfgperl
46635              
46636              Win32 patches from Benjamin Stuhl.
46637      Branch: maint-5.6/perl
46638           !> makedef.pl win32/win32.h
46639 ____________________________________________________________________________
46640 [  7343] By: gsar                                  on 2000/10/16  08:32:19
46641         Log: integrate changes#6221,6222 from cfgperl
46642              
46643              Remove tr///CU (the feature is to be obsoleted by better interfaces).
46644              From: simon@brecon.co.uk (Simon Cozens)
46645              Subject: [PATCH] Eliminate tr///[CU][CU]
46646              Date: 23 Jun 2000 11:05:40 GMT
46647              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
46648              
46649              doc typo fix
46650              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
46651              From: Ian Phillipps <Ian.Phillipps@iname.com>
46652              Date: Fri, 23 Jun 2000 10:40:58 +0100
46653              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
46654      Branch: maint-5.6/perl
46655           !> doop.c embed.pl lib/Pod/Usage.pm pod/perlop.pod toke.c utf8.c
46656 ____________________________________________________________________________
46657 [  7342] By: gsar                                  on 2000/10/16  08:28:08
46658         Log: integrate change#6217 from cfgperl (in part)
46659              
46660              Rename the fdpid locking and integrate with Sarathy.
46661      Branch: maint-5.6/perl
46662           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h
46663           !> global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
46664           !> pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
46665           !> win32/win32.c
46666 ____________________________________________________________________________
46667 [  7341] By: gsar                                  on 2000/10/16  08:23:39
46668         Log: integrate changes#6214..6216 from mainline
46669              
46670              @_ can't have junk in it even in the non-USE_ITHREADS case because
46671              caller() wants to populate @DB::args with it (causes a coredump
46672              in Carp::confess())
46673              
46674              tweak comment about @DB::args
46675              
46676              be more optimal about clearing @_
46677      Branch: maint-5.6/perl
46678           !> av.h cop.h pp_ctl.c t/op/runlevel.t
46679 ____________________________________________________________________________
46680 [  7340] By: gsar                                  on 2000/10/16  08:20:37
46681         Log: integrate changes#6207..6210 from cfgperl
46682              
46683              Subject: [PATCH 5.6.0] Threadsafe patches
46684              From: Dan Sugalski <dan@sidhe.org>
46685              To: perl5-porters@perl.org
46686              Date: Mon, 08 May 2000 18:08:13 -0400
46687              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
46688              
46689              Regen headers for #6207.
46690              
46691              Lock PL_fdpid against race conditions, based on:
46692              Subject: [PATCH 5.6.0]subprocess fixup for threads
46693              From: Dan Sugalski <dan@sidhe.org>
46694              To: perl5-porters@perl.org
46695              Date: Tue, 11 Apr 2000 17:02:32 -0400
46696              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
46697              
46698              Mopup for #6207 and #6209.
46699      Branch: maint-5.6/perl
46700           !> doio.c embed.h embed.pl global.sym gv.c intrpvar.h objXSUB.h
46701           !> perl.c pp.c pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c
46702           !> win32/win32.c
46703 ____________________________________________________________________________
46704 [  7339] By: gsar                                  on 2000/10/16  08:14:34
46705         Log: integrate change#6203 from cfgperl
46706              
46707              perldiag should refer to perlos2.pod not README.os2
46708      Branch: maint-5.6/perl
46709           !> pod/perldiag.pod
46710 ____________________________________________________________________________
46711 [  7338] By: gsar                                  on 2000/10/16  08:11:42
46712         Log: integrate change#6201 from mainline
46713              
46714              Perl_eval_pv() leaks 4 bytes every time it is called because it
46715              does a PUSHMARK that's never ever POPMARKed; in general, only
46716              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
46717              Perl_eval_[sp]v() don't because they don't take any incoming
46718              arguments (this leak has been around since the original version
46719              of perl_eval_pv() in 5.003_97e)
46720      Branch: maint-5.6/perl
46721           !> perl.c
46722 ____________________________________________________________________________
46723 [  7337] By: gsar                                  on 2000/10/16  08:08:47
46724         Log: integrate changes#6197..6200 from cfgperl
46725              
46726              Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
46727              From: John Borwick <jhborwic@unity.ncsu.edu>
46728              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
46729              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
46730              
46731              Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
46732              From: Dan Sugalski <dan@sidhe.org>
46733              To: vmsperl@perl.org, perl5-porters@perl.org
46734              Date: Fri, 02 Jun 2000 16:00:41 -0400
46735              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
46736              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
46737              
46738              Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
46739              From: Dan Sugalski <dan@sidhe.org>
46740              To: perl5-porters@perl.org, vmsperl@perl.org
46741              Date: Fri, 02 Jun 2000 17:30:51 -0400
46742              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
46743              
46744              Update to cperl-mode.el 4.31 from
46745              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
46746              Subject: A couple of notes
46747              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
46748              To: Mailing list Perl5 <perl5-porters@perl.org>
46749              Date: Sat, 3 Jun 2000 23:33:32 -0400
46750              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
46751      Branch: maint-5.6/perl
46752           !> emacs/cperl-mode.el embed.h embed.pl embedvar.h
46753           !> ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c perlapi.h
46754           !> pod/perlapi.pod pod/perlintern.pod pod/perlsyn.pod proto.h
46755           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/vms.c
46756           !> vms/vmsish.h
46757 ____________________________________________________________________________
46758 [  7336] By: gsar                                  on 2000/10/16  08:03:46
46759         Log: integrate changes#6194,6195 from mainline
46760              
46761              fix small eval"" memory leaks under USE_ITHREADS
46762              
46763              fix yet another eval"" leak under USE_ITHREADS
46764      Branch: maint-5.6/perl
46765           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
46766           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
46767           !> vms/perly_c.vms
46768 ____________________________________________________________________________
46769 [  7335] By: gsar                                  on 2000/10/16  08:02:15
46770         Log: integrate changes#6190,6191 from mainline
46771              
46772              submit missing embed.pl change
46773              
46774              vec() loses numericalness (modified version of patch suggested
46775              by Robin Barker)
46776      Branch: maint-5.6/perl
46777           !> doop.c embed.pl t/op/vec.t
46778 ____________________________________________________________________________
46779 [  7334] By: gsar                                  on 2000/10/16  08:01:03
46780         Log: integrate change#6189 from mainline
46781              
46782              counting tr/// corrupts later operation (from M.J.T Guy)
46783      Branch: maint-5.6/perl
46784           !> doop.c t/op/tr.t
46785 ____________________________________________________________________________
46786 [  7333] By: gsar                                  on 2000/10/16  07:59:07
46787         Log: integrate changes#6183..6188 from mainline
46788              
46789              SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
46790              <nick@ccl4.org>)
46791              
46792              tweak for change#6127
46793              
46794              remove incorrect documentation about implicit split to @_ in
46795              list context, which never really worked in perl 5 (from
46796              M.J.T. Guy)
46797              
46798              further qualify references to "alphanumeric" (from Wolfgang Laun
46799              <wolfgang.laun@alcatel.at>)
46800              
46801              replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
46802              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
46803              
46804              h2xs tweaks
46805      Branch: maint-5.6/perl
46806           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
46807           !> AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm handy.h
46808           !> lib/SelfLoader.pm perl.c pod/perlapi.pod pod/perldata.pod
46809           !> pod/perlfaq6.pod pod/perlfaq9.pod pod/perlfunc.pod
46810           !> pod/perllocale.pod pod/perlre.pod pod/perltrap.pod
46811           !> pod/pod2latex.PL utils/h2xs.PL
46812 ____________________________________________________________________________
46813 [  7332] By: gsar                                  on 2000/10/16  07:53:52
46814         Log: integrate change#6179 from mainline
46815              
46816              buggy modulus on UVs introduced by change#3378 (resulted in
46817              4063328477 % 65535 amounting to 27406, instead of 27407)
46818      Branch: maint-5.6/perl
46819           !> pp.c t/op/arith.t
46820 ____________________________________________________________________________
46821 [  7331] By: gsar                                  on 2000/10/16  07:52:49
46822         Log: integrate changes#6176,6177,6178,6182 from cfgperl
46823              
46824              Single-quoted utf8 patch from Simon Cozens.
46825              
46826              Substitution utf8 patch from Simon Cozens.
46827              
46828              Be cleaner.
46829              
46830              Be Cleaner Part Deux.
46831      Branch: maint-5.6/perl
46832           !> Makefile.SH pp_hot.c toke.c
46833 ____________________________________________________________________________
46834 [  7330] By: gsar                                  on 2000/10/16  07:41:36
46835         Log: integrate change#6172 from mainline
46836              
46837              fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
46838              (from Ilya Zakharevich)
46839      Branch: maint-5.6/perl
46840           !> regexec.c t/op/re_tests
46841 ____________________________________________________________________________
46842 [  7329] By: gsar                                  on 2000/10/16  07:40:25
46843         Log: integrate change#6171 from mainline
46844              
46845              scalar() doesn't force scalar context when used in void context
46846              (from Simon Cozens)
46847      Branch: maint-5.6/perl
46848           !> op.c t/op/wantarray.t
46849 ____________________________________________________________________________
46850 [  7328] By: gsar                                  on 2000/10/16  07:39:33
46851         Log: integrate change#6170 from mainline
46852              
46853              change#6142 needs tweaks to tests to work where there's no
46854              symlink() (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
46855      Branch: maint-5.6/perl
46856           !> t/lib/filefind.t
46857 ____________________________________________________________________________
46858 [  7327] By: gsar                                  on 2000/10/16  07:35:34
46859         Log: integrate changes#6166..6168 from cfgperl
46860              
46861              Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
46862              in case somebody wants to write an extension for more
46863              shadow database interfaces.
46864              
46865              tweak todo
46866              
46867              Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
46868      Branch: maint-5.6/perl
46869           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
46870           !> Todo-5.6 config_h.SH epoc/config.sh perl.h pp_sys.c toke.c
46871           !> vms/subconfigure.com vos/config.def vos/config.h vos/config.pl
46872           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
46873           !> win32/config.vc win32/config_H.bc win32/config_H.gc
46874           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
46875 ____________________________________________________________________________
46876 [  7326] By: gsar                                  on 2000/10/16  07:29:05
46877         Log: integrate changes#6157,6159..6161,6164 from cfgperl
46878              
46879              Regen Configure to jive with #6149.
46880              
46881              Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
46882              
46883              Changes for the File::Temp 0.08 (change #6159) test suite
46884              to fit better into the Perl distribution test framework.
46885              
46886              Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
46887              both from Simon Cozens.
46888              
46889              detypo
46890      Branch: maint-5.6/perl
46891           +> pod/perlmodlib.PL pod/perlnewmod.pod
46892           !> AUTHORS Configure MAINTAIN MANIFEST config_h.SH
46893           !> lib/File/Temp.pm pod/Makefile pod/perl.pod pod/perlmodlib.pod
46894           !> pod/perltoc.pod t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
46895           !> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
46896 ____________________________________________________________________________
46897 [  7325] By: gsar                                  on 2000/10/16  07:25:13
46898         Log: integrate change#6158 from vmsperl
46899              
46900              Add fallback to tmpfile for use in cases where user's relying on
46901              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
46902              Lane's patch)
46903      Branch: maint-5.6/perl
46904           !> vms/vms.c vms/vmsish.h
46905 ____________________________________________________________________________
46906 [  7324] By: gsar                                  on 2000/10/16  07:20:50
46907         Log: integrate changes#6153..6155 from mainline
46908              
46909              prettier Test::Harness output on failed tests (from Nicholas Clark
46910              <nick@Bagpuss.uk.boo.com>)
46911              
46912              avoid type mismatch warning
46913              
46914              small bug in change#6144; remove random \xA0 character that snuck
46915              in via change#6145
46916      Branch: maint-5.6/perl
46917           !> lib/AutoSplit.pm lib/ExtUtils/xsubpp lib/Test/Harness.pm
46918           !> perl.c
46919 ____________________________________________________________________________
46920 [  7323] By: gsar                                  on 2000/10/16  07:18:47
46921         Log: integrate changes#6151,6152 from mainline
46922              
46923              fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
46924              
46925              cosmetic fixups of RE debug output (from Ilya Zakharevich)
46926      Branch: maint-5.6/perl
46927           !> regexec.c
46928 ____________________________________________________________________________
46929 [  7322] By: gsar                                  on 2000/10/16  07:17:25
46930         Log: integrate changes#6146..6150 from mainline
46931              
46932              doc typo
46933              
46934              add a make entry to Config.pm so "perl -V:make" works on VMS
46935              (from Peter Prymmer)
46936              
46937              close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
46938              
46939              OS/2 tweaks for usethreads build (from Rocco Caputo
46940              <troc@netrus.net>)
46941              
46942              perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
46943      Branch: maint-5.6/perl
46944           !> Configure hints/os2.sh lib/ExtUtils/MM_Unix.pm lib/warnings.pm
46945           !> makedef.pl os2/Makefile.SHs os2/OS2/REXX/t/rx_dllld.t
46946           !> os2/OS2/REXX/t/rx_objcall.t os2/OS2/REXX/t/rx_tievar.t
46947           !> os2/OS2/REXX/t/rx_tieydb.t os2/os2.c os2/os2ish.h perl.c
46948           !> pod/perlrequick.pod util.c vms/subconfigure.com warnings.h
46949           !> warnings.pl x2p/a2p.h
46950 ____________________________________________________________________________
46951 [  7321] By: gsar                                  on 2000/10/16  07:14:02
46952         Log: integrate changes#6143..6145 from mainline
46953              
46954              MacOS support, part 1 (from Matthias Neeracher
46955              <neeri@iis.ee.ethz.ch>)
46956              
46957              MacOS support, part 2: make AutoSplit use File::Spec instead
46958              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
46959              <neeri@iis.ee.ethz.ch>)
46960              
46961              make xsubpp skip embedded pod (from Matthias Neeracher
46962              <neeri@iis.ee.ethz.ch>)
46963      Branch: maint-5.6/perl
46964           +> ext/DynaLoader/dl_mac.xs
46965           !> MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
46966           !> ext/POSIX/POSIX.xs lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
46967           !> lib/ExtUtils/xsubpp mg.c perl.c perlsfio.h pod/perlfaq4.pod
46968           !> pp_ctl.c proto.h toke.c util.c util.h
46969 ____________________________________________________________________________
46970 [  7320] By: gsar                                  on 2000/10/16  07:12:13
46971         Log: integrate changes#6141,6142 from mainline
46972              
46973              BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
46974              forwarded by Peter Seebach from the bsdi-users mailing list.
46975              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
46976              
46977              File::Find fails to chdir when chasing symlinks (from
46978              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
46979      Branch: maint-5.6/perl
46980           !> hints/bsdos.sh lib/File/Find.pm t/lib/filefind.t
46981 ____________________________________________________________________________
46982 [  7319] By: gsar                                  on 2000/10/16  07:04:30
46983         Log: integrate change#6139 from mainline
46984              
46985              revise mktables.PL for bugs and newness in Unicode 3.0
46986              (from James Bence <jbence@amgen.com>)
46987      Branch: maint-5.6/perl
46988           +> (branch 30 files)
46989           !> (integrate 49 files)
46990 ____________________________________________________________________________
46991 [  7318] By: gsar                                  on 2000/10/16  07:01:01
46992         Log: integrate changes#6137,6138 from mainline
46993              
46994              fix bogus redeclaration warning for "our" variables in different
46995              scopes
46996              
46997              add note about the handling of negative indices to tied arrays
46998              (from Michael G Schwern <schwern@pobox.com>)
46999      Branch: maint-5.6/perl
47000           !> op.c pod/perltie.pod t/pragma/strict-vars
47001 ____________________________________________________________________________
47002 [  7317] By: gsar                                  on 2000/10/16  06:58:46
47003         Log: integrate changes#6127..6136 from mainline
47004              
47005              call_method(...,G_EVAL) can longjmp() out if the method probing
47006              failed (from Gisle Aas)
47007              
47008              new perlxstut example for passing/returning refs to arrays
47009              (from David Lowe <dlowe@pootpoot.com>)
47010              
47011              VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
47012              
47013              fix places that mean C<"word" character> but say C<alphanumeric
47014              character>
47015              
47016              avoid warnings in POSIX.pm (from Barrie Slaymaker)
47017              
47018              warnings::enabled() doesn't fall back to looking at $^W if
47019              caller isn't using lexical warnings (from Paul Marquess)
47020              
47021              elide bogus test in change#6132
47022              
47023              make Test::Harness use wait.h/WCOREDUMP if available
47024              (from Ben Tilly <ben_tilly@hotmail.com>)
47025              
47026              enable Test::Harness to dynamically determine column width etc.
47027              (from Rob Napier <rnapier@employees.org>)
47028              
47029              random pod typos (from Peter Scott <Peter@PSDT.com>)
47030      Branch: maint-5.6/perl
47031           !> cop.h ext/Devel/Peek/Peek.pm ext/POSIX/POSIX.pm
47032           !> lib/Test/Harness.pm perl.c pod/perldebguts.pod
47033           !> pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
47034           !> pod/perlxstut.pod pp_ctl.c t/pragma/warn/9enabled vms/test.com
47035 ____________________________________________________________________________
47036 [  7316] By: gsar                                  on 2000/10/16  06:53:23
47037         Log: integrate change#6126 from mainline
47038              
47039              change#2879 broke rvalue autovivification of magicals such as
47040              ${$num} (reworked variant of patch suggested by Simon Cozens)
47041      Branch: maint-5.6/perl
47042           !> embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
47043           !> pp_hot.c proto.h t/op/gv.t
47044 ____________________________________________________________________________
47045 [  7315] By: gsar                                  on 2000/10/16  06:51:38
47046         Log: integrate changes#6123,6125 from mainline
47047              
47048              clarify gotcha with #line directives (from Rocco Caputo
47049              <troc@netrus.net>)
47050              
47051              enable propagating exception objects via Perl_croak() in XS code
47052              (from Gisle Aas)
47053      Branch: maint-5.6/perl
47054           !> pod/perldebug.pod pod/perlsyn.pod util.c
47055 ____________________________________________________________________________
47056 [  7314] By: gsar                                  on 2000/10/16  06:49:28
47057         Log: integrate change#6122 from mainline
47058              
47059              downgrade fatal error on C<"foo@nosucharray.com"> to optional
47060              warning (from Mark-Jason Dominus)
47061      Branch: maint-5.6/perl
47062           !> lib/ExtUtils/typemap pod/perldelta.pod pod/perlsub.pod
47063           !> pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
47064           !> t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
47065           !> toke.c
47066 ____________________________________________________________________________
47067 [  7313] By: gsar                                  on 2000/10/16  06:46:54
47068         Log: integrate changes#6112..6121 from vmsperl
47069              
47070              Check for existence of file before trying to delete
47071              
47072              Ugly workaround for version-specific RTL error
47073              
47074              Urk -- undo previous removal of vmsish 'exit' change
47075              
47076              Add bounds checking for several strings (Charles Lane)
47077              
47078              Miscellaneous cosmetic fixes (Charles Lane)
47079              
47080              Treat sockets as special in sys(read|write) (Charles Lane et al.)
47081              
47082              Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
47083              Flatten case labels in switch statements uniformly (Charles Bailey)
47084              
47085              Quiet error messages in vmsish.t (Charles Lane)
47086              
47087              Add missing escape (Charles Lane)
47088              
47089              Allow eliminate_macros() and fixpath() to handle space-delimited
47090              lists (based on fixes by Craig Berry)
47091      Branch: maint-5.6/perl
47092           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
47093           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
47094           !> vms/vmsish.h
47095 ____________________________________________________________________________
47096 [  7312] By: gsar                                  on 2000/10/16  06:41:18
47097         Log: integrate changes#6107,6110 from cfgperl
47098              
47099              Tweak the todo list.
47100              
47101              todo tweak
47102      Branch: maint-5.6/perl
47103           !> Todo-5.6
47104 ____________________________________________________________________________
47105 [  7311] By: gsar                                  on 2000/10/16  06:38:38
47106         Log: integrate changes#6104,6108 from mainline
47107              
47108              PL_sys_intern was being initialized too late on windows
47109              
47110              reenable fake signal handling on Windows, bugs and all
47111      Branch: maint-5.6/perl
47112           !> embed.h embed.pl global.sym makedef.pl mg.c objXSUB.h perl.c
47113           !> perl.h perlapi.c pod/perlapi.pod proto.h win32/perlhost.h
47114           !> win32/win32.c
47115 ____________________________________________________________________________
47116 [  7310] By: gsar                                  on 2000/10/16  06:36:03
47117         Log: integrate changes#6095,6097..6103 from cfgperl
47118              
47119              Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
47120              might be useful in future.
47121              
47122              Add a note about possible compilation problems from Allen Smith.
47123              
47124              Add a note about other, yet unsupported, shadow password APIs.
47125              
47126              Tweaks for the cc bugs from Allen Smith.
47127              
47128              More compilation tweakery from Allen Smith.
47129              
47130              Hints and test tweaks for Unicos.
47131              
47132              The test suite tweak in #6101 wasn't quite right.
47133              
47134              Test tweaking for Unicos continues.
47135      Branch: maint-5.6/perl
47136           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
47137           !> config_h.SH hints/irix_6.sh hints/unicos.sh pp_sys.c t/lib/b.t
47138           !> t/lib/complex.t t/op/64bitint.t
47139 ____________________________________________________________________________
47140 [  7309] By: gsar                                  on 2000/10/16  06:29:41
47141         Log: integrate changes#6093,6094 from mainline
47142              
47143              fork() failure to create pseudo process sets errno=EAGAIN and returns
47144              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
47145              
47146              cygwin update (from Eric Fifer <efifer@sanwaint.com>)
47147      Branch: maint-5.6/perl
47148           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
47149           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
47150 ____________________________________________________________________________
47151 [  7308] By: gsar                                  on 2000/10/16  06:27:29
47152         Log: integrate change#6092 from cfgperl
47153              
47154              Regen perltoc with the fixed buildtoc.
47155      Branch: maint-5.6/perl
47156           !> pod/perltoc.pod
47157 ____________________________________________________________________________
47158 [  7307] By: gsar                                  on 2000/10/16  06:26:40
47159         Log: integrate changes#6089,6090 from mainline
47160              
47161              buildtoc tweak to fix newline lossage
47162              
47163              concat doesn't preserve utf8-ness, and doesn't invalidate
47164              [NI]OK; added tests for both
47165      Branch: maint-5.6/perl
47166           !> perl.c pod/buildtoc pp_hot.c sv.c t/op/substr.t
47167 ____________________________________________________________________________
47168 [  7306] By: gsar                                  on 2000/10/16  06:24:05
47169         Log: integrate change#6088 from cfgperl
47170              
47171              Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
47172              because we do not use those.  The HAS_GETSPNAM remains,
47173              though, because we still do use that.
47174      Branch: maint-5.6/perl
47175           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
47176           !> config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
47177           !> pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
47178           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
47179           !> win32/config.vc win32/config_H.bc win32/config_H.gc
47180           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
47181 ____________________________________________________________________________
47182 [  7305] By: gsar                                  on 2000/10/16  06:15:52
47183         Log: integrate changes#6084,6085,6087 from mainline
47184              
47185              substr() does not preserve utf8-ness (from Stefan Eissing
47186              <Eissing@medicaldataservice.de>); added tests
47187              
47188              repeat operator (x) doesn't preserve utf8-ness
47189              
47190              reverse() and quotemeta() weren't preserving utf8-ness; add tests
47191      Branch: maint-5.6/perl
47192           !> pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
47193 ____________________________________________________________________________
47194 [  7304] By: gsar                                  on 2000/10/16  06:13:10
47195         Log: integrate changes#6077..6083 from mainline
47196              
47197              avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
47198              and Tom Phoenix)
47199              
47200              workaround for CRT bug in chdir() (from Charles Lane, via
47201              Peter Prymmer)
47202              
47203              remove outdated kludge in Carp (NULLs are permitted in diagnostics
47204              now)
47205              
47206              add File::Temp v0.08 from CPAN, with small tweaks to testsuite
47207              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
47208              
47209              better default perlbug categories for ok reports (from Richard Foley)
47210              
47211              peek.t non-portable to ithreads
47212              
47213              note about undocumented caller() return value (from M.J.T. Guy);
47214              yet another peek.t tweak
47215      Branch: maint-5.6/perl
47216           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
47217           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
47218           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
47219           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
47220           !> pod/perltie.pod t/lib/peek.t utils/perlbug.PL vms/vms.c
47221           !> vms/vmsish.h
47222 ____________________________________________________________________________
47223 [  7303] By: gsar                                  on 2000/10/16  06:03:18
47224         Log: integrate changes#6011,6016,6033,6035..6039,6047..6052,6054..6059,
47225              6073..6075 from cfgperl (pp_sys.c manually merged due to conflicts)
47226              
47227              &HUGE_VAL is not defined, it exists.
47228              
47229              Do not warn that an infinity does not look like a number.
47230              
47231              Rewrite the pwent/spent logic to be a little bit more clearer.
47232              
47233              Continue on the pwent/spent case.
47234              
47235              Correct Freudian slip.
47236              
47237              Use HUGE_VALL if applicable.
47238              
47239              pwent/spent #ifdef imbalance.
47240              
47241              Infinite problems.
47242              
47243              Call getspnam() only iff needd.
47244              
47245              Test both the scalar and list contexts.
47246              
47247              Use setxxent()/endxxent().
47248              
47249              Complex tweakery.
47250              
47251              Unicos hint tweak.
47252              
47253              Be more forgiving in POSIX about HUGE_VALL.
47254              
47255              Detypo.
47256              
47257              The search of infinity continues, this time simplified.
47258              
47259              The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
47260              in natively 64-bit platforms where a long is a quad (no need
47261              for long longs).  Also added bias for IVs.
47262              
47263              Complex tweaks.
47264              
47265              Introduce t/lib/peek.t.
47266              
47267              Make the test more portable.
47268      Branch: maint-5.6/perl
47269           +> t/lib/peek.t
47270            ! pp_sys.c
47271           !> MANIFEST ext/POSIX/POSIX.xs hints/unicos.sh
47272           !> lib/Math/Complex.pm sv.c t/lib/complex.t t/op/grent.t
47273           !> t/op/pwent.t toke.c util.c
47274 ____________________________________________________________________________
47275 [  7302] By: gsar                                  on 2000/10/16  05:03:37
47276         Log: integrate changes#6066..6071 from mainline
47277              
47278              s/END/CHECK/
47279              
47280              replace direct call to sighandler() with (*PL_sighandlerp)()
47281              
47282              note about values()
47283              
47284              File::Spec compatibility update (from Barrie Slaymaker
47285              <barries@slaysys.com>)
47286              
47287              remove misleading comment (from M.J.T. Guy)
47288              
47289              misformatted perllocal.pod (from Tim Jenness
47290              <t.jenness@jach.hawaii.edu>)
47291      Branch: maint-5.6/perl
47292           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
47293           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
47294           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
47295           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
47296 ____________________________________________________________________________
47297 [  7301] By: gsar                                  on 2000/10/16  05:00:08
47298         Log: integrate changes#6061..6063 from mainline
47299              
47300              change#5921 neglected to make eq honor "use bytes"
47301              
47302              additional tests for utf8.t
47303              
47304              tokeq() could read unallocated field in argument
47305      Branch: maint-5.6/perl
47306           !> sv.c t/pragma/utf8.t toke.c
47307 ____________________________________________________________________________
47308 [  7300] By: gsar                                  on 2000/10/16  04:56:54
47309         Log: integrate changes#6046,6048,6057,6058 from mainline
47310              
47311              libscheck has insufficient checks for n32 libs (from
47312              Albert Chin-A-Young <china@thewrittenword.com>)
47313              
47314              add note about how $( doesn't interpolate in REs (from
47315              Philip Newton <newton@ficus.frogspace.net>)
47316              
47317              fix broken parsing of /\x{ab}/
47318              
47319              printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
47320              (spotted by Donald Kinzer <dkinzer@premia.com>)
47321      Branch: maint-5.6/perl
47322           !> hints/irix_6.sh perl.c pod/perlop.pod regcomp.c
47323           !> t/pragma/utf8.t
47324 ____________________________________________________________________________
47325 [  7299] By: gsar                                  on 2000/10/16  04:52:50
47326         Log: integrate change#6044 from mainline
47327              
47328              change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
47329              such that underscores are only ignored in literal numbers,
47330              "\x{...}", and hex/oct argument
47331      Branch: maint-5.6/perl
47332           !> perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
47333 ____________________________________________________________________________
47334 [  7298] By: gsar                                  on 2000/10/16  04:50:53
47335         Log: integrate changes#6027..6043 from mainline
47336              
47337              podlators-1.02 update (from Russ Allbery)
47338              
47339              Pod::Man generates groff-incompatible macro definition (from
47340              Tom Christiansen)
47341              
47342              add CGI.pm v2.66 (from Lincoln Stein)
47343              
47344              introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
47345              for @- and @+ (from Johan Vromans)
47346              
47347              small nits in diagnostics.pm (from Robin Barker)
47348              
47349              whitespace adjustments
47350              
47351              missing files in MANIFEST
47352              
47353              cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
47354              to compensate
47355              
47356              remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
47357              
47358              perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
47359      Branch: maint-5.6/perl
47360           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
47361           !> MANIFEST Porting/makerel lib/CGI.pm lib/CGI/Carp.pm
47362           !> lib/CGI/Cookie.pm lib/CGI/Pretty.pm lib/CGI/Push.pm
47363           !> lib/English.pm lib/Pod/Man.pm lib/Pod/Text.pm
47364           !> lib/diagnostics.pm pod/perldiag.pod pod/perlretut.pod
47365           !> pod/perltrap.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
47366           !> t/lib/cgi-html.t t/lib/cgi-request.t
47367 ____________________________________________________________________________
47368 [  7297] By: gsar                                  on 2000/10/16  04:44:30
47369         Log: integrate change#6025 from mainline
47370              
47371              Is{Alnum,Alpha,Word} don't match titlecase
47372              TODO: IsSpace is defined recursively!
47373              (both spotted by Larry)
47374      Branch: maint-5.6/perl
47375           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
47376           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
47377 ____________________________________________________________________________
47378 [  7296] By: gsar                                  on 2000/10/16  04:39:30
47379         Log: integrate change#6023 from mainline
47380              
47381              debugger stomps on $. (from M.J.T. Guy)
47382      Branch: maint-5.6/perl
47383           !> lib/perl5db.pl
47384 ____________________________________________________________________________
47385 [  7295] By: gsar                                  on 2000/10/16  04:38:02
47386         Log: integrate change#6022 from mainline
47387              
47388              unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
47389      Branch: maint-5.6/perl
47390           !> sv.c
47391 ____________________________________________________________________________
47392 [  7294] By: gsar                                  on 2000/10/16  04:37:05
47393         Log: integrate changes#6018..6021 from mainline
47394              
47395              make lib/syslog.t portable to systems that don't have _PATH_LOG,
47396              make _PATH_LOG() return "" if unavailable
47397              
47398              windows portability tweaks
47399              
47400              test tweak
47401              
47402              remove Win2K issue in pod (fixed by change#6020)
47403      Branch: maint-5.6/perl
47404           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
47405           !> ext/Sys/Syslog/Syslog.xs pod/perldelta.pod t/lib/b.t
47406           !> t/lib/open3.t t/lib/syslog.t win32/win32.h
47407 ____________________________________________________________________________
47408 [  7293] By: gsar                                  on 2000/10/16  04:20:00
47409         Log: integrate changes#6013..6015 from mainline
47410              
47411              tweak change#5945 to display correct switch name in diagnostic
47412              
47413              glob() loading File::Glob behind the scenes may cause syntax errors
47414              
47415              tweak test for portability
47416      Branch: maint-5.6/perl
47417           !> op.c perl.c pod/perldiag.pod t/lib/b.t
47418 ____________________________________________________________________________
47419 [  7292] By: gsar                                  on 2000/10/16  04:18:11
47420         Log: integrate changes#6005..6010 from mainline, cfgperl
47421              
47422              perldoc might fail via "use blib" (from Hugo van der Sanden)
47423              
47424              Regen Configure.
47425              
47426              note about compile failures and END blocks (from M.J.T. Guy)
47427              
47428              VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
47429              
47430              (change#6009 integrated earlier in change#7255)
47431              
47432              clarify note about shadow password support (from
47433              gellyfish@gellyfish.com)
47434      Branch: maint-5.6/perl
47435           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
47436           !> config_h.SH installperl pod/perldelta.pod pod/perlfunc.pod
47437           !> pod/perlmod.pod utils/perldoc.PL vms/subconfigure.com
47438 ____________________________________________________________________________
47439 [  7291] By: gsar                                  on 2000/10/16  04:12:03
47440         Log: integrate changes#6002,6003 from mainline
47441              
47442              destructive sv_setsv() can lose UV-ness from source, causing
47443              numeric promotions/comparisons to fail to do the right thing
47444              
47445              allow REG_EXPAND_SZ keys in Windows registry (from
47446              John Clayton <John.Clayton@barclayscapital.com>)
47447      Branch: maint-5.6/perl
47448           !> sv.c win32/win32.c
47449 ____________________________________________________________________________
47450 [  7290] By: gsar                                  on 2000/10/16  04:10:19
47451         Log: integrate change#6001 from mainline
47452              
47453              support additional library locations via $Config{otherlibdirs}
47454              (from Andy Dougherty)
47455      Branch: maint-5.6/perl
47456           !> Configure INSTALL Porting/Glossary Porting/config.sh
47457           !> Porting/config_H config_h.SH epoc/config.sh perl.c
47458           !> vms/subconfigure.com vos/config.def vos/config_h.SH_orig
47459           !> win32/config.bc win32/config.gc win32/config.vc
47460 ____________________________________________________________________________
47461 [  7289] By: gsar                                  on 2000/10/16  04:08:28
47462         Log: integrate change#5999 from mainline
47463              
47464              fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
47465      Branch: maint-5.6/perl
47466           !> t/pragma/warn/toke toke.c
47467 ____________________________________________________________________________
47468 [  7288] By: gsar                                  on 2000/10/16  04:07:01
47469         Log: integrate changes#5997,5998 from cfgperl
47470              
47471              Preserve $!.
47472              
47473              Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
47474      Branch: maint-5.6/perl
47475           !> lib/Math/Complex.pm
47476 ____________________________________________________________________________
47477 [  7287] By: gsar                                  on 2000/10/16  04:04:37
47478         Log: integrate change#5995 from mainline
47479              
47480              fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
47481      Branch: maint-5.6/perl
47482           !> mg.c t/pragma/warn/7fatal warnings.h warnings.pl
47483 ____________________________________________________________________________
47484 [  7286] By: gsar                                  on 2000/10/16  04:03:21
47485         Log: integrate change#5994 from mainline
47486              
47487              fix for missed accounting for null byte in pack("Z",...) (from
47488              M.J.T. Guy)
47489      Branch: maint-5.6/perl
47490           !> pp.c t/op/pack.t
47491 ____________________________________________________________________________
47492 [  7285] By: gsar                                  on 2000/10/16  04:02:11
47493         Log: integrate changes#5989..5993 from mainline
47494              
47495              qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
47496              itself and no other (from Tom Hughes)
47497              
47498              use $ENV{LIB} to search for libs under Visual C compiler
47499              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
47500              
47501              posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
47502              
47503              pod nit (from Simon Cozens)
47504              
47505              various minor tweaks seen on p5p
47506      Branch: maint-5.6/perl
47507           !> README.posix-bc hints/posix-bc.sh lib/ExtUtils/Liblist.pm
47508           !> lib/perl5db.pl pod/perlipc.pod pod/perlop.pod pod/perlvar.pod
47509           !> t/op/array.t toke.c
47510 ____________________________________________________________________________
47511 [  7284] By: gsar                                  on 2000/10/16  03:59:00
47512         Log: integrate changes#5978..5988 from mainline
47513              
47514              sync version numbers in File::Spec with the ones on CPAN
47515              (from Barrie Slaymaker)
47516              
47517              under useithreads, constant pad entries could inadvertantly be
47518              shared across threads (from Eric Blood <eblood@xmission.com>);
47519              added Eric's test case to testsuite
47520              
47521              allow Configure -S to run non-interactively (spotted by Greg Hudson
47522              <ghudson@mit.edu>)
47523              
47524              rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
47525              prototype mismatch with CORE::glob(); update pod and tests to
47526              suit (File::Glob::glob() is still available for backward
47527              compatibility, but should be considered deprecated)
47528              
47529              avoid error in IO::Socket::INET when given an unknown service name
47530              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
47531              
47532              numeric conversion of non-number in change#3378 tramples on
47533              OOK offset, causing segfaults
47534              
47535              attributes::reftype() doesn't work on tied argument
47536              
47537              forked child may not exit correctly if it failed to open
47538              /dev/console (from Graham Barr)
47539              
47540              add regular expressions tutorial and quick-start guide (from
47541              Mark Kvale <kvale@phy.ucsf.edu>)
47542              
47543              B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
47544              
47545              s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
47546              <paul@miraclefish.com>)
47547      Branch: maint-5.6/perl
47548           +> pod/perlrequick.pod pod/perlretut.pod
47549           !> AUTHORS Configure MAINTAIN MANIFEST ext/B/B/Bytecode.pm
47550           !> ext/B/B/Disassembler.pm ext/File/Glob/Glob.pm
47551           !> ext/IO/lib/IO/Socket/INET.pm ext/Sys/Syslog/Syslog.pm
47552           !> lib/ExtUtils/MakeMaker.pm lib/File/Spec/Functions.pm
47553           !> lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
47554           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
47555           !> lib/File/Spec/Win32.pm op.c sv.c t/lib/glob-basic.t
47556           !> t/lib/glob-case.t t/lib/glob-taint.t t/op/misc.t xsutils.c
47557 ____________________________________________________________________________
47558 [  7283] By: gsar                                  on 2000/10/16  03:52:14
47559         Log: integrate change#5977 from mainline
47560              
47561              autoquote barewords followed by newline and arrow properly
47562              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
47563      Branch: maint-5.6/perl
47564           !> t/pragma/warn/toke toke.c
47565 ____________________________________________________________________________
47566 [  7282] By: gsar                                  on 2000/10/16  03:50:48
47567         Log: integrate change#5976 from mainline
47568              
47569              DB_File v1.73 update (from Paul Marquess)
47570      Branch: maint-5.6/perl
47571           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
47572           !> ext/DB_File/DB_File.xs ext/DB_File/version.c
47573 ____________________________________________________________________________
47574 [  7281] By: gsar                                  on 2000/10/16  03:49:14
47575         Log: integrate change#5975 from mainline
47576              
47577              allow sort() reentrancy (variant of patch suggested by
47578              Hugo van der Sanden)
47579      Branch: maint-5.6/perl
47580           !> pp_ctl.c t/op/sort.t
47581 ____________________________________________________________________________
47582 [  7280] By: gsar                                  on 2000/10/16  03:48:22
47583         Log: integrate change#5974 from mainline
47584              
47585              change#4197 somehow missed initializing PL_errors, meaning
47586              syntax error queueing wasn't working outside eval"" at all;
47587              also fixed eval"" to localize PL_error_count, so that compile-time
47588              eval's don't clobber the error state of the outer context
47589      Branch: maint-5.6/perl
47590           !> lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
47591           !> t/pragma/warn/toke
47592 ____________________________________________________________________________
47593 [  7279] By: gsar                                  on 2000/10/16  03:46:21
47594         Log: integrate change#5973 from mainline
47595              
47596              fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
47597      Branch: maint-5.6/perl
47598           !> regcomp.c regexec.c t/op/re_tests
47599 ____________________________________________________________________________
47600 [  7278] By: gsar                                  on 2000/10/16  03:44:54
47601         Log: integrate change#5971 from cfgperl
47602              
47603              Unicos tweaks from Mark P. Lutz.
47604      Branch: maint-5.6/perl
47605           !> hints/unicos.sh lib/Math/Complex.pm
47606 ____________________________________________________________________________
47607 [  7277] By: gsar                                  on 2000/10/16  03:42:59
47608         Log: integrate changes#5966..5970 from mainline
47609              
47610              add testsuite for B backends, fix bug in B::Deparse (from
47611              Simon Cozens <simon@brecon.co.uk>)
47612              
47613              improved docs on the warn_uninit diagnostic (from David Glasser
47614              and Simon Cozens)
47615              
47616              tolerate spaces in group names in test on solaris (from David Boyce
47617              <dsb@boyski.com>)
47618              
47619              fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
47620              
47621              Data::Dumper fumbles negative numbers on 32-bit platforms where
47622              IV is >32bits
47623      Branch: maint-5.6/perl
47624           +> t/lib/b.t t/lib/syslog.t
47625           !> MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
47626           !> ext/Data/Dumper/Dumper.xs ext/Sys/Syslog/Syslog.pm
47627           !> pod/perldiag.pod t/lib/dumper.t t/op/groups.t
47628 ____________________________________________________________________________
47629 [  7276] By: gsar                                  on 2000/10/16  03:39:30
47630         Log: integrate change#5965 from mainline
47631              
47632              avoid "will not stay shared" warnings for our variables (from
47633              Robin Barker)
47634      Branch: maint-5.6/perl
47635           !> op.c t/pragma/warn/op
47636 ____________________________________________________________________________
47637 [  7275] By: gsar                                  on 2000/10/16  03:38:18
47638         Log: integrate change#5964 from mainline
47639              
47640              reformat to 72 columns (again)
47641      Branch: maint-5.6/perl
47642           !> pod/perldiag.pod
47643 ____________________________________________________________________________
47644 [  7274] By: gsar                                  on 2000/10/16  03:36:58
47645         Log: integrate change#5963 from mainline
47646              
47647              patch from Larry to make (\&) prototype work; added tests for
47648              the same
47649      Branch: maint-5.6/perl
47650           !> op.c t/comp/proto.t
47651 ____________________________________________________________________________
47652 [  7273] By: gsar                                  on 2000/10/16  03:35:51
47653         Log: integrate changes#5956..5962 from mainline
47654              
47655              better diagnostics on failed tests (from Ilya Zakharevich)
47656              
47657              pod nits (from A. C. Yardley <yardley@tanet.net>)
47658              
47659              change#3569 deleted some essential code, revert; avoid use of
47660              atexit() to make DynaLoader work properly on AIX under mod_perl
47661              (from Jens-Uwe Mager <jum@helios.de>)
47662              
47663              doubled words in pods (from Simon Cozens
47664              <simon.p.cozens@jp.pwcglobal.com>)
47665              
47666              better INSTALL notes on Solaris issues (from Dominic Dunlop)
47667              
47668              recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
47669              
47670              updated README.hpux (from Jeff Okamoto)
47671      Branch: maint-5.6/perl
47672           !> INSTALL README.hpux emacs/cperl-mode.el
47673           !> ext/DynaLoader/dl_aix.xs pod/perldebguts.pod pod/perldelta.pod
47674           !> pod/perlfaq5.pod pod/perlfork.pod pod/perlfunc.pod
47675           !> pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
47676           !> pod/perlmod.pod pod/perlmodlib.pod pod/perlnumber.pod
47677           !> pod/perlopentut.pod pod/perltodo.pod pod/perltootc.pod
47678           !> t/op/lex_assign.t
47679 ____________________________________________________________________________
47680 [  7272] By: gsar                                  on 2000/10/16  03:31:22
47681         Log: integrate change#5955 from mainline
47682              
47683              longstanding bug exposed by change#3307: sort arguments weren't
47684              compiled with the right wantarray context (ensuing runtime lookup
47685              via block_gimme() was getting the incidental context of the
47686              sort() itself)
47687      Branch: maint-5.6/perl
47688           !> op.c t/op/sort.t
47689 ____________________________________________________________________________
47690 [  7271] By: gsar                                  on 2000/10/16  03:29:11
47691         Log: integrate changes#5933,5935,5940..5944,5946,5951,5952 from cfgperl
47692              branch
47693              
47694              Flatten the cpp jungle doing the nosuid checking.
47695              
47696              Do not assume sign propagation. (from M.J.T. Guy)
47697              
47698              Various Unicos 10.0.0.6 fixes. (from Mark Lutz)
47699              
47700              Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
47701              Now pp_ncmp() returns undef is either operand is a NaN.
47702              
47703              On second thoughts frexp() does have two arguments.
47704              
47705              Document that tr() is not tr(1).
47706              
47707              Be more robust on "extreme" (large absolute value)
47708              arguments.  Originally reported by Daniel Connelly
47709              as a problem with asinh() on large negative arguments,
47710              asinh() used to bail out because an argument to log()
47711              ended up being zero.  Ilya Zakharevich proposed using
47712              Taylor's series in such cases, which for such large
47713              arguments is a very good approximation.
47714              
47715              Undo "use integer" addition from 64bitint as it seems
47716              to break most of the subtests in Digital UNIX;
47717              Unicos needs to find another way.
47718      Branch: maint-5.6/perl
47719           !> (integrate 29 files)
47720 ____________________________________________________________________________
47721 [  7270] By: gsar                                  on 2000/10/16  03:09:44
47722         Log: integrate changes#5948,5949,5950 from mainline
47723              
47724              typo in vars.pm that leads to cryptic message (from Piotr
47725              Piatkowski <kompas@kompas.usr.onet.pl>)
47726              
47727              make perldoc use the pod2man from the same version (from
47728              M.J.T. Guy)
47729              
47730              reformat perldiag to avoid long lines
47731      Branch: maint-5.6/perl
47732           !> lib/vars.pm pod/perldiag.pod utils/perldoc.PL
47733 ____________________________________________________________________________
47734 [  7269] By: gsar                                  on 2000/10/16  03:05:54
47735         Log: integrate change#5947 from mainline
47736              
47737              use &dl_error rather than &dl_load_file as the guard for calling
47738              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
47739              statically built perl)
47740      Branch: maint-5.6/perl
47741           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
47742 ____________________________________________________________________________
47743 [  7268] By: gsar                                  on 2000/10/16  03:04:48
47744         Log: integrate change#5945 from mainline
47745              
47746              make module name mandatory after -M switch; reorder perldiag
47747              alphabetically (from Mark-Jason Dominus)
47748      Branch: maint-5.6/perl
47749           !> perl.c pod/perldiag.pod
47750 ____________________________________________________________________________
47751 [  7267] By: gsar                                  on 2000/10/16  03:03:01
47752         Log: integrate change#5939 from mainline
47753              
47754              more pod nits (from Larry Virden)
47755      Branch: maint-5.6/perl
47756           !> README.win32 pod/perlsub.pod pod/perlsyn.pod
47757           !> pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
47758           !> pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
47759 ____________________________________________________________________________
47760 [  7266] By: gsar                                  on 2000/10/16  03:01:39
47761         Log: integrate change#5938 from mainline
47762              
47763              Consolidated B::Deparse fixes (from Stephen McCamant)
47764      Branch: maint-5.6/perl
47765           !> ext/B/B/Deparse.pm
47766 ____________________________________________________________________________
47767 [  7265] By: gsar                                  on 2000/10/16  03:00:43
47768         Log: integrate change#5936 from mainline
47769              
47770              additional tests for change#7263 (from Paul Marquess)
47771      Branch: maint-5.6/perl
47772           !> t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
47773           !> t/pragma/warn/5nolint t/pragma/warn/6default
47774 ____________________________________________________________________________
47775 [  7264] By: gsar                                  on 2000/10/16  02:58:34
47776         Log: integrate change#5934 from mainline
47777              
47778              propagate lexical warnings from surrounding scope correctly
47779              within string eval() (from Paul Marquess)
47780      Branch: maint-5.6/perl
47781           !> pp_ctl.c t/pragma/warn/pp_ctl
47782 ____________________________________________________________________________
47783 [  7263] By: gsar                                  on 2000/10/16  02:56:53
47784         Log: integrate change#5932 from mainline
47785              
47786              add rsignal(), whichsig() and do_join() to public API list
47787              (mod_perl uses them to good advantage)
47788      Branch: maint-5.6/perl
47789           !> embed.pl global.sym objXSUB.h perlapi.c proto.h
47790 ____________________________________________________________________________
47791 [  7262] By: gsar                                  on 2000/10/16  02:55:53
47792         Log: integrate change#5931 from mainline
47793              
47794              fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
47795      Branch: maint-5.6/perl
47796           !> pp_hot.c regexec.c t/op/pat.t
47797 ____________________________________________________________________________
47798 [  7261] By: gsar                                  on 2000/10/16  02:55:01
47799         Log: integrate change#5930 from mainline
47800              
47801              small os390 tweaks (from Peter Prymmer)
47802      Branch: maint-5.6/perl
47803           !> config_h.SH makedepend.SH
47804 ____________________________________________________________________________
47805 [  7260] By: gsar                                  on 2000/10/16  02:54:10
47806         Log: integrate change#5929 from mainline
47807              
47808              pod nits
47809      Branch: maint-5.6/perl
47810           !> pod/perlguts.pod
47811 ____________________________________________________________________________
47812 [  7259] By: gsar                                  on 2000/10/16  02:52:55
47813         Log: integrate change#5927 from mainline
47814              
47815              arrange for next() to resume at the unstack op rather than the
47816              loop conditional, so that scope cleanup happens correctly
47817              (from Stephen McCamant)
47818      Branch: maint-5.6/perl
47819           !> op.c pp_ctl.c t/op/misc.t
47820 ____________________________________________________________________________
47821 [  7258] By: gsar                                  on 2000/10/16  02:51:38
47822         Log: integrate change#5926 from mainline
47823              
47824              on windows, reserve 16M of stack rather than 128M (allows more
47825              threads to run concurrently)
47826      Branch: maint-5.6/perl
47827           !> win32/Makefile win32/makefile.mk
47828 ____________________________________________________________________________
47829 [  7257] By: gsar                                  on 2000/10/16  02:50:37
47830         Log: integrate change#5925 from mainline
47831              
47832              POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
47833      Branch: maint-5.6/perl
47834           !> toke.c
47835 ____________________________________________________________________________
47836 [  7256] By: gsar                                  on 2000/10/16  02:49:36
47837         Log: integrate change#5924 from mainline
47838              
47839              avoid using uninitialized memory in require version check
47840      Branch: maint-5.6/perl
47841           !> pp_ctl.c universal.c
47842 ____________________________________________________________________________
47843 [  7255] By: gsar                                  on 2000/10/16  02:48:03
47844         Log: integrate changes#5923,5928,6009 from mainline
47845              
47846              IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
47847      Branch: maint-5.6/perl
47848           !> ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
47849 ____________________________________________________________________________
47850 [  7254] By: gsar                                  on 2000/10/16  02:44:46
47851         Log: integrate change#5922 from mainline
47852              
47853              commentary about IoTYPE() (from Nathan Torkington)
47854      Branch: maint-5.6/perl
47855           !> sv.h
47856 ____________________________________________________________________________
47857 [  7253] By: gsar                                  on 2000/10/16  02:43:49
47858         Log: integrate change#5921 from mainline
47859              
47860              make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
47861      Branch: maint-5.6/perl
47862           !> sv.c t/lib/charnames.t t/pragma/utf8.t
47863 ____________________________________________________________________________
47864 [  7252] By: gsar                                  on 2000/10/16  02:42:31
47865         Log: integrate change#5920 from mainline
47866              
47867              Larry's fix for buggy propagation of utf8-ness in join(); add test
47868      Branch: maint-5.6/perl
47869           !> doop.c t/op/ver.t
47870 ____________________________________________________________________________
47871 [  7251] By: gsar                                  on 2000/10/16  02:41:14
47872         Log: integrate changes#5915..5919 from mainline
47873              
47874              various (pod tweaks &c)
47875      Branch: maint-5.6/perl
47876           !> (integrate 33 files)
47877 ____________________________________________________________________________
47878 [  7250] By: gsar                                  on 2000/10/16  02:38:16
47879         Log: integrate change#5914 from mainline
47880              
47881              caller() wasn't returning the right number of elements for
47882              eval {...}
47883      Branch: maint-5.6/perl
47884           !> pp_ctl.c t/pragma/warn/9enabled
47885 ____________________________________________________________________________
47886 [  7249] By: gsar                                  on 2000/10/16  02:37:02
47887         Log: integrate change#5913 from mainline
47888              
47889              pod nit: $yday range for localtime/gmtime is 0..364 not 1..365
47890              (from Mark-Jason Dominus)
47891      Branch: maint-5.6/perl
47892           !> pod/perlfunc.pod
47893 ____________________________________________________________________________
47894 [  7248] By: gsar                                  on 2000/10/16  02:35:58
47895         Log: integrate change#5912 from mainline
47896              
47897              fix totally broken caching in UNIVERSAL::isa() (from
47898              Nick Ing-Simmons)
47899      Branch: maint-5.6/perl
47900           !> t/op/universal.t universal.c
47901 ____________________________________________________________________________
47902 [  7247] By: gsar                                  on 2000/10/16  02:34:27
47903         Log: integrate changes#5910,5911 from mainline
47904              
47905              typo in pod
47906              
47907              add linebreak properties from unicode/LineBrk.txt (from
47908              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
47909      Branch: maint-5.6/perl
47910           +> (branch 29 files)
47911           !> ext/Thread/Thread.pm lib/unicode/mktables.PL
47912 ____________________________________________________________________________
47913 [  7246] By: gsar                                  on 2000/10/16  02:33:29
47914         Log: integrate change#5909 from mainline
47915              
47916              mode argument to do_binmode() should be file mode, not boolean
47917      Branch: maint-5.6/perl
47918           !> pp_sys.c
47919 ____________________________________________________________________________
47920 [  7245] By: gsar                                  on 2000/10/16  02:31:04
47921         Log: integrate change#5908 from mainline
47922              
47923              introduce illegal symbols into null package so that
47924              gv_fetchpv(...,TRUE) always returns a valid GV even when the
47925              symbol is trapped by strictures (avoids coredumps)
47926      Branch: maint-5.6/perl
47927           !> embedvar.h gv.c intrpvar.h perl.c perlapi.h
47928           !> t/pragma/strict-vars
47929 ____________________________________________________________________________
47930 [  7244] By: jhi                                   on 2000/10/16  02:29:54
47931         Log: Subject: $Carp::ExportLevel confusion in Exporter
47932              From: "Ben Tilly" <ben_tilly@hotmail.com>
47933              Date: Sat, 14 Oct 2000 16:44:34 EDT
47934              Message-ID: <LAW2-F258sQwY6YHkid00003788@hotmail.com>
47935      Branch: perl
47936            ! lib/Exporter/Heavy.pm
47937 ____________________________________________________________________________
47938 [  7243] By: jhi                                   on 2000/10/16  02:28:33
47939         Log: Subject: [PATCH perlguts.pod] Document offset hack
47940              From: Simon Cozens <simon@cozens.net>
47941              Message-ID: <20001014193225.A6568@pembro4.pmb.ox.ac.uk>
47942              Date: Sat, 14 Oct 2000 19:32:25 +0100
47943      Branch: perl
47944            ! pod/perlguts.pod
47945 ____________________________________________________________________________
47946 [  7242] By: gsar                                  on 2000/10/16  02:26:51
47947         Log: integrate changes#5905,5906,5907,6064 from mainline
47948              
47949              printf/sprintf didn't get quad types right under use64bitint
47950      Branch: maint-5.6/perl
47951           !> pp_sys.c sv.c t/op/64bitint.t
47952 ____________________________________________________________________________
47953 [  7241] By: jhi                                   on 2000/10/16  02:22:44
47954         Log: Subject: small pod patch
47955              From: Dan Boorstein <dan_boo@bellsouth.net>
47956              Date: Sat, 14 Oct 2000 14:29:24 -0400
47957              Message-ID: <39E8A604.B501DB4F@bellsouth.net>
47958      Branch: perl
47959            ! pod/perlfaq7.pod pod/perlmod.pod
47960 ____________________________________________________________________________
47961 [  7240] By: jhi                                   on 2000/10/16  02:13:46
47962         Log: -w cleanup.
47963              
47964              Subject: Re: Problems with bleadperl 
47965              From: "Stephen P. Potter" <spp@ds.net>
47966              Date: Fri, 13 Oct 2000 13:32:49 -0400
47967              Message-Id: <200010131732.NAA19391@spp.users.ds.net>
47968      Branch: perl
47969            ! t/pragma/overload.t
47970 ____________________________________________________________________________
47971 [  7239] By: jhi                                   on 2000/10/16  01:41:18
47972         Log: One more ~utf8 tweak.
47973      Branch: perl
47974            ! t/op/bop.t
47975 ____________________________________________________________________________
47976 [  7238] By: jhi                                   on 2000/10/16  01:34:14
47977         Log: Tweak the test of #7235.
47978      Branch: perl
47979            ! t/op/bop.t
47980 ____________________________________________________________________________
47981 [  7237] By: jhi                                   on 2000/10/16  01:25:04
47982         Log: Fix a couple of compiler-noted nits in #7235.
47983      Branch: perl
47984            ! pp.c
47985 ____________________________________________________________________________
47986 [  7236] By: jhi                                   on 2000/10/16  01:22:46
47987         Log: Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
47988      Branch: perl
47989            ! pp.c pp_hot.c
47990 ____________________________________________________________________________
47991 [  7235] By: jhi                                   on 2000/10/15  16:24:44
47992         Log: Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
47993              
47994              From: Simon Cozens <simon@cozens.net>
47995              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
47996              Date: Sat, 14 Oct 2000 20:52:13 +0100
47997              Message-ID: <20001014205213.A9645@pembro4.pmb.ox.ac.uk>
47998      Branch: perl
47999            ! pp.c t/op/bop.t utf8.h
48000 ____________________________________________________________________________
48001 [  7234] By: jhi                                   on 2000/10/15  15:19:29
48002         Log: split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
48003              The problem was that rx->minlen was in chars while pp_split()
48004              thought it would be in bytes. 
48005      Branch: perl
48006            ! pp.c t/pragma/utf8.t
48007 ____________________________________________________________________________
48008 [  7233] By: jhi                                   on 2000/10/14  20:24:24
48009         Log: Document FNCASE=y as discussed in the bug 20000902.009.
48010      Branch: perl
48011            ! README.dos
48012 ____________________________________________________________________________
48013 [  7232] By: jhi                                   on 2000/10/14  18:52:21
48014         Log: Add test for bug id 20000427.003 (which seems to have
48015              been fixed) (also duplicate as 20000427.004, though
48016              with a higher severity).  Move one utf8 from op/append
48017              to pragma/utf8, tag the tests with bug ids.
48018      Branch: perl
48019            ! t/op/append.t t/pragma/utf8.t
48020 ____________________________________________________________________________
48021 [  7231] By: jhi                                   on 2000/10/14  17:28:37
48022         Log: Test cases for bug id 20000323.056 (the bug seems to be fixed).
48023      Branch: perl
48024            ! t/pragma/utf8.t
48025 ____________________________________________________________________________
48026 [  7230] By: jhi                                   on 2000/10/14  14:24:50
48027         Log: Needs to be conditional on SunOS 4.
48028              
48029              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
48030              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
48031              Date: Sat, 14 Oct 2000 13:37:49 +0100
48032              Message-ID: <000101c035db$8ffb60a0$2614140a@bfs.phone.com>
48033      Branch: metaconfig/U/perl
48034            ! End.U
48035      Branch: perl
48036            ! Configure myconfig.SH pod/perldelta.pod
48037 ____________________________________________________________________________
48038 [  7229] By: jhi                                   on 2000/10/14  00:49:22
48039         Log: Update Changes.
48040      Branch: perl
48041            ! Changes patchlevel.h
48042 ____________________________________________________________________________
48043 [  7228] By: jhi                                   on 2000/10/14  00:46:10
48044         Log: Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
48045              From: Peter Prymmer <pvhp@forte.com>
48046              Date: Fri, 13 Oct 2000 15:59:56 -0700 (PDT)
48047              Message-ID: <Pine.OSF.4.10.10010131548260.133963-100000@aspara.forte.com>
48048      Branch: perl
48049            ! lib/utf8.pm
48050 ____________________________________________________________________________
48051 [  7227] By: jhi                                   on 2000/10/13  23:20:30
48052         Log: Make the test acknowledge that self-ties are disabled as #7213 said.
48053      Branch: perl
48054            ! t/op/tie.t
48055 ____________________________________________________________________________
48056 [  7226] By: jhi                                   on 2000/10/13  22:14:32
48057         Log: Tweak #7225.
48058              
48059              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
48060              From: Peter Prymmer <pvhp@forte.com>
48061              Date: Fri, 13 Oct 2000 14:44:49 -0700 (PDT)
48062              Message-ID: <Pine.OSF.4.10.10010131414410.133963-100000@aspara.forte.com>
48063      Branch: perl
48064            ! t/op/sprintf.t
48065 ____________________________________________________________________________
48066 [  7225] By: jhi                                   on 2000/10/13  22:11:31
48067         Log: op/sprintf.t patch for OS/390 (and any other host with limited
48068              floating-point exponent length)
48069              
48070              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
48071              From: Dominic Dunlop <domo@computer.org>
48072              Date: Fri, 13 Oct 2000 19:17:57 +0200
48073              Message-Id: <p04320400b60cf2a6a05c@[192.168.1.4]>
48074      Branch: perl
48075            ! t/op/sprintf.t
48076 ____________________________________________________________________________
48077 [  7224] By: jhi                                   on 2000/10/13  18:40:48
48078         Log: Allow @+ and @- to be doublequoted, from Simon Cozens. 
48079      Branch: perl
48080            ! toke.c
48081 ____________________________________________________________________________
48082 [  7223] By: jhi                                   on 2000/10/13  18:37:13
48083         Log: Thinko in #7222.
48084      Branch: perl
48085            ! utf8.c
48086 ____________________________________________________________________________
48087 [  7222] By: jhi                                   on 2000/10/13  18:05:23
48088         Log: Use UTF8SKIP(), from Simon Cozens.
48089      Branch: perl
48090            ! utf8.c
48091 ____________________________________________________________________________
48092 [  7221] By: jhi                                   on 2000/10/13  15:43:19
48093         Log: (accidentally empty check-in)
48094      Branch: perl
48095            ! utf8.c
48096 ____________________________________________________________________________
48097 [  7220] By: jhi                                   on 2000/10/13  15:23:51
48098         Log: Add (optimistically) Storable to static extensions.
48099      Branch: perl
48100            ! hints/uwin.sh hints/vmesa.sh
48101 ____________________________________________________________________________
48102 [  7219] By: jhi                                   on 2000/10/13  15:20:05
48103         Log: Amdahl UTS doesn't seem to do dynaloading.
48104      Branch: perl
48105            ! hints/uts.sh
48106 ____________________________________________________________________________
48107 [  7218] By: jhi                                   on 2000/10/13  15:15:20
48108         Log: Slight tweak of the code to appease Amdahl UTS cc.
48109      Branch: perl
48110            ! pp.c
48111 ____________________________________________________________________________
48112 [  7217] By: jhi                                   on 2000/10/13  14:50:42
48113         Log: In Amdahl UTS "struct sv" is defined by a system header,
48114              <ksync.h>.
48115      Branch: perl
48116            ! perl.h sv.h
48117 ____________________________________________________________________________
48118 [  7216] By: jhi                                   on 2000/10/13  11:58:25
48119         Log: Ilya implemented the memory profiling API.
48120      Branch: perl
48121            ! Todo
48122 ____________________________________________________________________________
48123 [  7215] By: jhi                                   on 2000/10/13  02:56:38
48124         Log: Subject: [PATCH 5.7.0] Perl API for mstats
48125              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48126              Date: Thu, 12 Oct 2000 22:52:40 -0400
48127              Message-ID: <20001012225240.A7113@monk.mps.ohio-state.edu>
48128      Branch: perl
48129            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
48130 ____________________________________________________________________________
48131 [  7214] By: jhi                                   on 2000/10/13  02:55:38
48132         Log: Subject: [PATCH 5.7.0] IVs in mtats
48133              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48134              Date: Thu, 12 Oct 2000 22:51:04 -0400
48135              Message-ID: <20001012225104.A7103@monk.mps.ohio-state.edu>
48136      Branch: perl
48137            ! malloc.c perl.h
48138 ____________________________________________________________________________
48139 [  7213] By: jhi                                   on 2000/10/13  02:31:47
48140         Log: Self-ties are unsupported currently, stopgap patch from Alan Burlison.
48141      Branch: perl
48142            ! pod/perldiag.pod pp_sys.c
48143 ____________________________________________________________________________
48144 [  7212] By: jhi                                   on 2000/10/13  01:27:38
48145         Log: Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
48146              From: Peter Prymmer <pvhp@forte.com>
48147              Date: Tue, 10 Oct 2000 10:26:07 -0700 (PDT)
48148              Message-ID: <Pine.OSF.4.10.10010101020180.441897-100000@aspara.forte.com>
48149      Branch: perl
48150            ! t/op/oct.t
48151 ____________________________________________________________________________
48152 [  7211] By: jhi                                   on 2000/10/13  00:35:09
48153         Log: Update Changes.
48154      Branch: perl
48155            ! Changes patchlevel.h
48156 ____________________________________________________________________________
48157 [  7210] By: jhi                                   on 2000/10/12  23:59:40
48158         Log: The Install.pm third of
48159              
48160              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
48161              From: Bill Campbell <bill@celestial.com>
48162              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
48163              Date: Thu, 5 Oct 2000 18:04:51 -0700
48164      Branch: perl
48165            ! lib/ExtUtils/Install.pm
48166 ____________________________________________________________________________
48167 [  7209] By: jhi                                   on 2000/10/12  23:58:43
48168         Log: Two thirds of
48169              
48170              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
48171              Date: Thu, 5 Oct 2000 18:04:51 -0700
48172              From: Bill Campbell <bill@celestial.com>
48173              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
48174              
48175              The Install.pm changes will be submitted separately because
48176              they need some work and discussion still.
48177      Branch: perl
48178            ! lib/getopts.pl lib/termcap.pl
48179 ____________________________________________________________________________
48180 [  7208] By: jhi                                   on 2000/10/12  23:41:19
48181         Log: Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
48182              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
48183              Date:     Thu, 12 Oct 2000 07:30:02 EDT
48184              Message-Id: <001012072828.2eabc@DUPHY4.Physics.Drexel.Edu>
48185      Branch: perl
48186            ! lib/File/Temp.pm t/lib/st-lock.t t/pod/find.t
48187            ! t/pod/testp2pt.pl vms/gen_shrfls.pl
48188 ____________________________________________________________________________
48189 [  7207] By: jhi                                   on 2000/10/12  23:39:01
48190         Log: An updated EBCDIC tr patch.
48191              
48192              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
48193              From: Peter Prymmer <pvhp@forte.com>
48194              Date: Wed, 11 Oct 2000 17:16:30 -0700 (PDT)
48195              Message-ID: <Pine.OSF.4.10.10010111707430.516446-100000@aspara.forte.com>
48196      Branch: perl
48197            ! t/op/tr.t
48198 ____________________________________________________________________________
48199 [  7206] By: jhi                                   on 2000/10/12  23:34:55
48200         Log: Upgrade to CPAN 1.58, from Andreas König.
48201      Branch: perl
48202            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
48203 ____________________________________________________________________________
48204 [  7205] By: jhi                                   on 2000/10/12  23:29:08
48205         Log: Introduce the man[24-8] variables, from Andy Dougherty.
48206      Branch: metaconfig/U/perl
48207            + mandirs.U mandirstyle.U
48208      Branch: perl
48209            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
48210            ! config_h.SH epoc/config.sh uconfig.h uconfig.sh vos/config.def
48211            ! vos/config.h vos/config.pl vos/config_h.SH_orig
48212            ! win32/config.bc win32/config.gc win32/config.vc
48213 ____________________________________________________________________________
48214 [  7204] By: gsar                                  on 2000/10/12  18:11:24
48215         Log: restore change#7202
48216      Branch: perl
48217            ! mg.c
48218 ____________________________________________________________________________
48219 [  7203] By: gsar                                  on 2000/10/12  18:09:40
48220         Log: another test of the Emergency Broadcast System--back out 
48221              change#7202
48222      Branch: perl
48223            ! mg.c
48224 ____________________________________________________________________________
48225 [  7202] By: gsar                                  on 2000/10/12  16:40:47
48226         Log: (submitted on behalf of Jarkko)
48227              Fix the lib/encode.t subtest 6 failure as reported by Andreas
48228              Koenig, gmagical substr() wasn't propagating UTF8ness.  The bug
48229              was unearthed by change 7182, as was a bug in HTML::Entities.
48230      Branch: perl
48231            ! mg.c
48232 ____________________________________________________________________________
48233 [  7201] By: jhi                                   on 2000/10/11  03:16:05
48234         Log: SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
48235      Branch: perl
48236            ! pp_hot.c t/pragma/utf8.t
48237 ____________________________________________________________________________
48238 [  7200] By: jhi                                   on 2000/10/11  00:40:30
48239         Log: The #7198 was a false alarm.
48240      Branch: perl
48241            ! pp_hot.c
48242 ____________________________________________________________________________
48243 [  7199] By: jhi                                   on 2000/10/11  00:26:04
48244         Log: Remove duplicated code.
48245      Branch: perl
48246            ! t/lib/cgi-html.t
48247 ____________________________________________________________________________
48248 [  7198] By: jhi                                   on 2000/10/10  23:30:46
48249         Log: (Retracted by #7200.)
48250      Branch: perl
48251            ! pp_hot.c
48252 ____________________________________________________________________________
48253 [  7197] By: jhi                                   on 2000/10/10  21:49:30
48254         Log: Add the test case for #7190, from the original bug report
48255              by Andreas König.
48256      Branch: perl
48257            ! t/pragma/utf8.t
48258 ____________________________________________________________________________
48259 [  7196] By: jhi                                   on 2000/10/10  21:40:49
48260         Log: Reapply Andy's patch and regen Configure.
48261      Branch: perl
48262            ! Configure INSTALL Makefile.SH Porting/Glossary
48263            ! Porting/config.sh config_h.SH epoc/config.sh installperl
48264            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
48265            ! win32/config.vc
48266 ____________________________________________________________________________
48267 [  7195] By: jhi                                   on 2000/10/10  21:09:30
48268         Log: Use the versiononly instead of the installscripts,
48269              retract the changes 7146 and 7147.
48270      Branch: perl
48271            ! Configure INSTALL Makefile.SH Porting/Glossary
48272            ! Porting/config.sh Porting/config_H config_h.SH epoc/config.sh
48273            ! installperl uconfig.sh vos/config.def win32/config.bc
48274            ! win32/config.gc win32/config.vc
48275 ____________________________________________________________________________
48276 [  7194] By: jhi                                   on 2000/10/10  21:06:15
48277         Log: Subject: [PATCH: perl@7181] ver.t v string tests for os/390
48278              From: Peter Prymmer <pvhp@forte.com>
48279              Date: Tue, 10 Oct 2000 13:24:18 -0700 (PDT)
48280              Message-ID: <Pine.OSF.4.10.10010101322510.441897-100000@aspara.forte.com>
48281      Branch: perl
48282            ! t/op/ver.t
48283 ____________________________________________________________________________
48284 [  7193] By: jhi                                   on 2000/10/10  21:05:12
48285         Log: Subject: [PATCH: perl@7181] op/tr tests on OS/390
48286              From: Peter Prymmer <pvhp@forte.com>
48287              Date: Tue, 10 Oct 2000 13:56:35 -0700 (PDT)
48288              Message-ID: <Pine.OSF.4.10.10010101355140.441897-100000@aspara.forte.com>
48289      Branch: perl
48290            ! t/op/tr.t
48291 ____________________________________________________________________________
48292 [  7192] By: jhi                                   on 2000/10/10  20:57:30
48293         Log: Add versiononly, delete installscripts, from Andy Dougherty.
48294      Branch: metaconfig
48295            - U/installdirs/installscripts.U
48296      Branch: metaconfig/U/perl
48297            + versiononly.U
48298 ____________________________________________________________________________
48299 [  7191] By: jhi                                   on 2000/10/10  19:41:21
48300         Log: Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
48301              From: Peter Prymmer <pvhp@forte.com>
48302              Date: Tue, 10 Oct 2000 12:35:57 -0700 (PDT)
48303              Message-ID: <Pine.OSF.4.10.10010101231390.441897-100000@aspara.forte.com>
48304      Branch: perl
48305            ! pod/perlebcdic.pod
48306 ____________________________________________________________________________
48307 [  7190] By: jhi                                   on 2000/10/10  19:26:14
48308         Log: Subject: Re: utf8 concat, mg_get
48309              From: Simon Cozens <simon@cozens.net>
48310              Date: Tue, 10 Oct 2000 17:40:17 +0100
48311              Message-ID: <20001010174017.A13130@pembro4.pmb.ox.ac.uk>
48312      Branch: perl
48313            ! pp_hot.c
48314 ____________________________________________________________________________
48315 [  7189] By: jhi                                   on 2000/10/10  19:23:03
48316         Log: Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
48317              From: jdb@dfwnet.sbms.sbc.com (J. David Blackstone)
48318              Date: Thu, 20 Jul 2000 13:31:22 -0500 (CDT)
48319              Message-Id: <200007201831.NAA05776@dfwnet1.dfwnet.sbms.sbc.com>
48320      Branch: perl
48321            ! lib/ExtUtils/MM_Unix.pm
48322 ____________________________________________________________________________
48323 [  7188] By: jhi                                   on 2000/10/10  15:31:24
48324         Log: Subject: RE: [ID 19990803.001] README.win32 suggestions 
48325              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
48326              Date: Fri, 14 Jul 2000 10:47:36 +0100
48327              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8224@UKRUX002.rundc.uk.origin-it.com>
48328      Branch: perl
48329            ! README.win32
48330 ____________________________________________________________________________
48331 [  7187] By: jhi                                   on 2000/10/10  13:30:10
48332         Log: Quote the temp file name, needed in Win32 because the
48333              default name unfortunately contains spaces, shouldn't
48334              hurt elsewhere.
48335              
48336              Subject: FW: perldoc fails if $TEMP contains spaces
48337              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
48338              Date: Thu, 14 Sep 2000 08:58:45 +0100
48339              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A82AA@UKRUX002.rundc.uk.origin-it.com>
48340      Branch: perl
48341            ! utils/perldoc.PL
48342 ____________________________________________________________________________
48343 [  7186] By: jhi                                   on 2000/10/10  13:16:27
48344         Log: Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
48345              From: hv@hugo.hybyte.com
48346              Date: Tue, 10 Oct 2000 14:10:20 +0100
48347              Message-Id: <200010101310.OAA00953@hugo.hybyte.com>
48348      Branch: perl
48349            ! t/lib/thr5005.t util.c
48350 ____________________________________________________________________________
48351 [  7185] By: jhi                                   on 2000/10/10  12:06:22
48352         Log: Upgrade to podlators 1.04, from Russ Allbery.
48353      Branch: perl
48354            ! lib/Pod/Man.pm lib/Pod/Text.pm
48355 ____________________________________________________________________________
48356 [  7184] By: jhi                                   on 2000/10/10  12:01:32
48357         Log: Upgrade to CGI.pm 2.74, from Lincoln Stein.
48358      Branch: perl
48359            ! lib/CGI.pm t/lib/cgi-form.t t/lib/cgi-html.t
48360 ____________________________________________________________________________
48361 [  7183] By: jhi                                   on 2000/10/09  23:47:15
48362         Log: Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
48363              From: Peter Prymmer <pvhp@forte.com>
48364              Message-ID: <Pine.OSF.4.10.10010091625290.260786-100000@aspara.forte.com>
48365              Date: Mon, 9 Oct 2000 16:30:44 -0700 (PDT)
48366      Branch: perl
48367            ! configure.com vms/descrip_mms.template vms/vms.c vms/vmsish.h
48368 ____________________________________________________________________________
48369 [  7182] By: jhi                                   on 2000/10/09  23:43:16
48370         Log: Make eq work again with utf8 (disabling the upgrading
48371              should no more be necessary since the copies of the
48372              scalars are upgraded, not the scalars themselves).
48373              Takes care of ID 20001009.001.  (The claimed length()
48374              bug in 20001009.001 seems bogus to me.)
48375      Branch: perl
48376            ! sv.c t/pragma/utf8.t
48377 ____________________________________________________________________________
48378 [  7181] By: gsar                                  on 2000/10/09  19:41:54
48379         Log: tweak for change#7173
48380      Branch: perl
48381            ! win32/win32sck.c
48382 ____________________________________________________________________________
48383 [  7180] By: gsar                                  on 2000/10/09  19:26:56
48384         Log: on Windows, clean targets might not work under some flavors of the shell
48385      Branch: perl
48386            ! win32/Makefile win32/makefile.mk
48387 ____________________________________________________________________________
48388 [  7179] By: jhi                                   on 2000/10/09  19:21:02
48389         Log: Update Changes.
48390      Branch: perl
48391            ! Changes patchlevel.h
48392 ____________________________________________________________________________
48393 [  7178] By: jhi                                   on 2000/10/09  19:18:23
48394         Log: Warn about unknown scripts.
48395              
48396              Subject: Re: ideas? patches? [PATCH bleadperl]
48397              From: Dominic Dunlop <domo@computer.org>
48398              Date: Mon, 9 Oct 2000 14:57:17 +0200
48399              Message-Id: <p04320400b6076a75b15f@[192.168.1.4]>
48400      Branch: perl
48401            ! lib/charnames.pm
48402 ____________________________________________________________________________
48403 [  7177] By: jhi                                   on 2000/10/09  19:13:27
48404         Log: Change #7160 had a nasty typo.
48405      Branch: metaconfig
48406            ! U/compline/Compile.U
48407      Branch: perl
48408            ! Configure config_h.SH
48409 ____________________________________________________________________________
48410 [  7176] By: gsar                                  on 2000/10/09  18:59:33
48411         Log: pod nit
48412      Branch: perl
48413            ! pod/perlport.pod
48414 ____________________________________________________________________________
48415 [  7175] By: gsar                                  on 2000/10/09  18:54:28
48416         Log: Windows9x doesn't support link(), despite what Config.pm
48417              might think
48418      Branch: perl
48419            ! lib/ExtUtils/Manifest.pm
48420 ____________________________________________________________________________
48421 [  7174] By: gsar                                  on 2000/10/09  18:50:03
48422         Log: avoid nonportable example code
48423      Branch: perl
48424            ! lib/File/Copy.pm
48425 ____________________________________________________________________________
48426 [  7173] By: gsar                                  on 2000/10/09  18:46:54
48427         Log: on Windows, avoid potential exception (could happen if MSVCRT isn't
48428              being used) when closing a socket handle
48429      Branch: perl
48430            ! win32/win32.c win32/win32.h win32/win32sck.c
48431 ____________________________________________________________________________
48432 [  7172] By: gsar                                  on 2000/10/09  18:41:40
48433         Log: on Windows, cwd strings in the environment should be of the
48434              form =X:=X:\foo instead of =X=X:\foo\
48435      Branch: perl
48436            ! win32/vdir.h
48437 ____________________________________________________________________________
48438 [  7171] By: gsar                                  on 2000/10/09  18:30:09
48439         Log: on Windows, LoadLibrary() could load an extension DLL multiple
48440              times if forward slashes are used in the path
48441      Branch: perl
48442            ! win32/win32.c
48443 ____________________________________________________________________________
48444 [  7170] By: jhi                                   on 2000/10/09  17:53:59
48445         Log: Add a todo note about overloadable assertions.
48446      Branch: perl
48447            ! Todo-5.6
48448 ____________________________________________________________________________
48449 [  7169] By: jhi                                   on 2000/10/09  13:43:45
48450         Log: Subject: PATCH 5.6 perldebguts grammar cleanup
48451              From: mjd@plover.com
48452              Date: 9 Oct 2000 00:24:44 -0000
48453              Message-ID: <20001009002444.10616.qmail@plover.com>
48454      Branch: perl
48455            ! pod/perldebguts.pod
48456 ____________________________________________________________________________
48457 [  7168] By: nick                                  on 2000/10/08  13:16:33
48458         Log: Tables assume network byte order for 16 bit forms, so 'S' packing
48459              is not right thing to do on (e.g. x86). Network order is also "right" for
48460              X fonts.
48461      Branch: perl
48462            ! ext/Encode/Encode.pm
48463 ____________________________________________________________________________
48464 [  7167] By: nick                                  on 2000/10/08  12:54:42
48465         Log: Make "encodings" work post-install when Encode/*.enc files may not
48466              be in same directory as Encode.pm
48467      Branch: perl
48468            ! ext/Encode/Encode.pm
48469 ____________________________________________________________________________
48470 [  7166] By: nick                                  on 2000/10/08  11:51:26
48471         Log: Work round the fact that $hash->{$key} does not take into account
48472              UTF8'ness of $key yet.  Thus fromUnicode needs to do $hash->{chr(ord($ch))}
48473              so that key is always in the "expected" encoding - i.e. same way we put
48474              it in the hash.
48475      Branch: perl
48476            ! ext/Encode/Encode.pm
48477 ____________________________________________________________________________
48478 [  7165] By: gsar                                  on 2000/10/08  04:15:29
48479         Log: save_re_context() could reset PL_curcop to freed memory, causing core
48480              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
48481      Branch: perl
48482            ! pp_ctl.c
48483 ____________________________________________________________________________
48484 [  7164] By: jhi                                   on 2000/10/06  20:51:48
48485         Log: UTF8ize split() so that the cloned substrings get the UTF8
48486              flag of the original scalar.  Problem reported by Simon Cozens.
48487      Branch: perl
48488            ! pp.c t/pragma/utf8.t
48489 ____________________________________________________________________________
48490 [  7163] By: nick                                  on 2000/10/06  20:48:34
48491         Log: Fix in change 7162 was too-late for case where we "upgraded" to PVIV and
48492              got a false +ve and so did not reach code which would have un-FAKEd the SV.
48493      Branch: perl
48494            ! sv.c
48495 ____________________________________________________________________________
48496 [  7162] By: nick                                  on 2000/10/06  20:25:37
48497         Log: Make sv_upgrade() undo READONLY|FAKE shared string hackery.
48498              To fix  (sort {$a <=> $b} keys %hash) in particular but
48499              should cover a number of other as-yet-unknown cases as well.
48500      Branch: perl
48501            ! sv.c
48502 ____________________________________________________________________________
48503 [  7161] By: jhi                                   on 2000/10/06  19:56:18
48504         Log: Change the version number of Tie::Handle in the core to 4.0,
48505              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
48506              
48507              Subject: Note on Tie::Handle
48508              From: andreas.koenig@anima.de (Andreas J. Koenig)
48509              Date:      06 Oct 2000 21:48:58 +0200
48510              Message-ID: <m3ya01kaxh.fsf@ak-71.mind.de>
48511      Branch: perl
48512            ! lib/Tie/Handle.pm
48513 ____________________________________________________________________________
48514 [  7160] By: jhi                                   on 2000/10/06  18:20:35
48515         Log: Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
48516              as the first option of cc/ld because of ultrapicky compilers
48517              (e.g. OS/390 R2.5)
48518      Branch: metaconfig
48519            + U/modified/d_getpgrp.U U/modified/d_setpgrp.U
48520            ! U/compline/Compile.U U/compline/Csym.U U/compline/ccflags.U
48521            ! U/compline/orderlib.U U/modified/Cppsym.U
48522            ! U/modified/d_access.U
48523      Branch: metaconfig/U/perl
48524            ! Checkcc.U d_dlsymun.U gccvers.U
48525      Branch: perl
48526            ! Configure config_h.SH
48527 ____________________________________________________________________________
48528 [  7159] By: jhi                                   on 2000/10/06  13:56:39
48529         Log: Update Changes.
48530      Branch: perl
48531            ! Changes patchlevel.h
48532 ____________________________________________________________________________
48533 [  7158] By: jhi                                   on 2000/10/06  12:48:40
48534         Log: Eliminate $Is_VMS code from the test.
48535              
48536              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
48537              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
48538              Message-Id: <001005074528.21621@DUPHY4.Physics.Drexel.Edu>
48539              Date:     Thu, 5 Oct 2000 07:46:33 EDT
48540      Branch: perl
48541            ! t/lib/b.t
48542 ____________________________________________________________________________
48543 [  7157] By: jhi                                   on 2000/10/06  12:47:13
48544         Log: Also the $ccflags is needed for the C compiler check.
48545              
48546              Subject: Configure (check for C-compiler)
48547              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
48548              Date: Fri, 06 Oct 2000 08:47:15 +0200
48549              Message-Id: <20001006084120.C52B.H.M.BRAND@hccnet.nl>
48550      Branch: metaconfig/U/perl
48551            ! Checkcc.U
48552      Branch: perl
48553            ! Configure config_h.SH
48554 ____________________________________________________________________________
48555 [  7156] By: jhi                                   on 2000/10/06  11:45:15
48556         Log: The HINT_BYTE patch is apparently unnecessary, retracted.
48557      Branch: perl
48558            ! perl.c pp_ctl.c sv.h utf8.c
48559 ____________________________________________________________________________
48560 [  7155] By: jhi                                   on 2000/10/06  11:40:41
48561         Log: IO::Handle->syswrite() did not handle length omission
48562              like CORE::syswrite() does.
48563              
48564              Subject: [Fwd] IO::Handle, syswrite and arguments
48565              From: Graham Barr <gbarr@pobox.com>
48566              Date: Fri, 6 Oct 2000 10:22:05 +0100
48567              Message-ID: <20001006102205.U6312@pobox.com>
48568              
48569              The original patch from andrew@ugh.net.au.
48570      Branch: perl
48571            ! ext/IO/lib/IO/Handle.pm
48572 ____________________________________________________________________________
48573 [  7154] By: jhi                                   on 2000/10/06  01:42:15
48574         Log: Tweak #7153.
48575      Branch: perl
48576            ! utf8.h
48577 ____________________________________________________________________________
48578 [  7153] By: jhi                                   on 2000/10/06  00:39:55
48579         Log: Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
48580      Branch: perl
48581            ! utf8.h
48582 ____________________________________________________________________________
48583 [  7152] By: jhi                                   on 2000/10/06  00:38:11
48584         Log: Patch from Peter Prymmer to disable utf8 in EBCDIC platforms.
48585      Branch: perl
48586            ! perl.c pp_ctl.c sv.h utf8.c
48587 ____________________________________________________________________________
48588 [  7151] By: jhi                                   on 2000/10/06  00:36:38
48589         Log: Subject: Re: Questions about Tie::Array and perl modules
48590              From: Nick Ing-Simmons <nik@tiuk.ti.com>
48591              Date: Thu, 5 Oct 2000 09:37:11 +0100 (BST)
48592              Message-Id: <200010050837.JAA00564@mikado.tiuk.ti.com>
48593              
48594              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
48595      Branch: perl
48596            ! lib/Tie/Array.pm t/op/array.t
48597 ____________________________________________________________________________
48598 [  7150] By: jhi                                   on 2000/10/05  00:20:45
48599         Log: Regen Changes.
48600      Branch: perl
48601            ! Changes patchlevel.h
48602 ____________________________________________________________________________
48603 [  7149] By: jhi                                   on 2000/10/05  00:20:01
48604         Log: Regen toc.
48605      Branch: perl
48606            ! pod/perltoc.pod
48607 ____________________________________________________________________________
48608 [  7148] By: jhi                                   on 2000/10/04  23:35:08
48609         Log: Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
48610              reported several times by Dominic Dunlop, for example in
48611              ID 20000315.008.  Patch from Dominic.  Patch affects at
48612              least MachTen, and possibly other oldish BSDs. Should not
48613              break non-broken platforms (tested on LinuxPPC). 
48614      Branch: perl
48615            ! doio.c
48616 ____________________________________________________________________________
48617 [  7147] By: jhi                                   on 2000/10/04  23:26:34
48618         Log: The one that got away from 7146.
48619      Branch: metaconfig
48620            + U/installdirs/installscripts.U
48621 ____________________________________________________________________________
48622 [  7146] By: jhi                                   on 2000/10/04  23:25:04
48623         Log: Enable disabling scripts installation by Configure -Uinstallscripts,
48624              suggested by H. Merijn Brand.
48625      Branch: perl
48626            ! Configure INSTALL Makefile.SH Porting/Glossary
48627            ! Porting/config.sh Porting/config_H epoc/config.sh installperl
48628            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
48629            ! win32/config.vc
48630 ____________________________________________________________________________
48631 [  7145] By: jhi                                   on 2000/10/04  22:08:21
48632         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
48633              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48634              Date: Wed, 4 Oct 2000 17:37:46 -0400
48635              Message-ID: <20001004173746.A26697@monk.mps.ohio-state.edu>
48636      Branch: perl
48637            ! utils/h2xs.PL
48638 ____________________________________________________________________________
48639 [  7144] By: jhi                                   on 2000/10/04  18:11:41
48640         Log: Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
48641              From: Jeff Pinyan <jeffp@crusoe.net>
48642              Date: Tue, 3 Oct 2000 16:35:42 -0400 (EDT)
48643              Message-ID: <Pine.GSO.4.21.0010031634530.14163-100000@crusoe.crusoe.net>
48644      Branch: perl
48645            ! pod/perlrun.pod
48646 ____________________________________________________________________________
48647 [  7143] By: jhi                                   on 2000/10/04  18:09:58
48648         Log: Subject: perlhack.pod Patch for Externals Tools
48649              From: Fisher Mark <fisherm@tce.com>
48650              Date: Tue, 3 Oct 2000 15:43:27 -0500 
48651              Message-ID: <B9B6874277EED211B1890008C707AF530505B180@indyexch3.indy.tce.com>
48652      Branch: perl
48653            ! pod/perlhack.pod
48654 ____________________________________________________________________________
48655 [  7142] By: jhi                                   on 2000/10/04  18:08:41
48656         Log: Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
48657              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
48658              Date:     Wed, 4 Oct 2000 12:11:11 EDT
48659              Message-Id: <001004120530.25cb5@DUPHY4.Physics.Drexel.Edu>
48660      Branch: perl
48661            ! vms/vms.c
48662 ____________________________________________________________________________
48663 [  7141] By: jhi                                   on 2000/10/04  12:20:16
48664         Log: Subject: [PATCH 5.7.0] h2xs not working
48665              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48666              Message-ID: <20001003214301.A22851@monk.mps.ohio-state.edu>
48667              Date: Tue, 3 Oct 2000 21:43:01 -0400
48668              
48669              Subject: [PATCH 5.7.0] h2xs not documenting the created module
48670              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48671              Date: Tue, 3 Oct 2000 22:55:19 -0400
48672              Message-ID: <20001003225519.A23360@monk.mps.ohio-state.edu>
48673      Branch: perl
48674            ! utils/h2xs.PL
48675 ____________________________________________________________________________
48676 [  7140] By: jhi                                   on 2000/10/04  11:53:44
48677         Log: Subject: [ID 20001004.003] installman "Ambiguous call resolved as CORE::"
48678              From: nick@babyhippo.com
48679              Date: Wed, 4 Oct 2000 12:06:45 +0100
48680              Message-Id: <20001004120645.A7356@babyhippo.com>
48681              
48682              Retract 7118 and 7135.
48683      Branch: perl
48684            ! installman installperl op.c t/pragma/subs.t
48685 ____________________________________________________________________________
48686 [  7139] By: jhi                                   on 2000/10/03  22:09:41
48687         Log: It is possible to have no hosts database at all.  Pointed out in
48688              
48689              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
48690              From: Peter Prymmer <pvhp@forte.com>
48691              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
48692              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
48693      Branch: metaconfig
48694            ! U/modified/myhostname.U
48695      Branch: perl
48696            ! Configure config_h.SH
48697 ____________________________________________________________________________
48698 [  7138] By: jhi                                   on 2000/10/03  21:49:49
48699         Log: Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
48700              From: Peter Prymmer <pvhp@forte.com>
48701              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
48702              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
48703      Branch: perl
48704            ! pp_sys.c
48705 ____________________________________________________________________________
48706 [  7137] By: jhi                                   on 2000/10/03  20:10:05
48707         Log: One remaining nit less at the VMS mailbox sizing.
48708      Branch: perl
48709            ! vms/vms.c
48710 ____________________________________________________________________________
48711 [  7136] By: jhi                                   on 2000/10/03  20:08:47
48712         Log: Test harness update to sync with the new perlcc,
48713              from Simon Cozens.
48714      Branch: perl
48715            ! t/TEST t/UTEST
48716 ____________________________________________________________________________
48717 [  7135] By: jhi                                   on 2000/10/03  15:15:42
48718         Log: Subject: Re: PATCH for 20001003.004
48719              Date: Tue, 3 Oct 2000 11:03:04 -0400 (EDT)
48720              From: "AARON B. DOSSETT" <aaron@iglou.com>
48721              Message-Id: <E13gTay-0006od-00@iglou.com>
48722      Branch: perl
48723            ! installman installperl
48724 ____________________________________________________________________________
48725 [  7134] By: jhi                                   on 2000/10/03  15:00:34
48726         Log: Subject: [ID 20001003.006] B::Debug not -w clean
48727              From: Nicholas Clark <nick@babyhippo.co.uk>
48728              Date: Tue, 03 Oct 2000 15:46:32 +0100
48729              Message-Id: <E13gTKy-0002R2-00@fruitbat.babyhippo.co.uk>
48730      Branch: perl
48731            ! ext/B/B/Debug.pm
48732 ____________________________________________________________________________
48733 [  7133] By: jhi                                   on 2000/10/03  14:58:39
48734         Log: Scale down the VMS message boxes, by Charles Lane.
48735              Fix for ID 20000903.009, workaround at
48736              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
48737      Branch: perl
48738            ! vms/vms.c
48739 ____________________________________________________________________________
48740 [  7132] By: jhi                                   on 2000/10/03  11:20:37
48741         Log: Upgrade to Storable 1.0.3, from Raphael Manfredi.
48742      Branch: perl
48743            + t/lib/st-lock.t t/lib/st-utf8.t
48744            ! MANIFEST ext/Storable/ChangeLog ext/Storable/Storable.pm
48745            ! ext/Storable/Storable.xs t/lib/st-recurse.t
48746 ____________________________________________________________________________
48747 [  7131] By: jhi                                   on 2000/10/03  03:38:23
48748         Log: Encode nits.
48749      Branch: perl
48750            ! MANIFEST Makefile.SH
48751 ____________________________________________________________________________
48752 [  7130] By: jhi                                   on 2000/10/03  03:31:05
48753         Log: Update Changes.
48754      Branch: perl
48755            ! Changes patchlevel.h
48756 ____________________________________________________________________________
48757 [  7129] By: jhi                                   on 2000/10/03  02:24:02
48758         Log: Misplaced else.
48759      Branch: metaconfig/U/perl
48760            ! d_strtoll.U
48761      Branch: perl
48762            ! Configure config_h.SH
48763 ____________________________________________________________________________
48764 [  7128] By: jhi                                   on 2000/10/03  02:08:29
48765         Log: Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
48766              From: sthoenna@efn.org
48767              Date: Fri, 15 Sep 2000 07:19:57 -0700 (PDT)
48768              Message-Id: <200009151419.e8FEJvE19796@garcia.efn.org>
48769      Branch: metaconfig/U/perl
48770            ! d_strtoll.U
48771      Branch: perl
48772            ! Configure config_h.SH hints/os2.sh os2/os2ish.h
48773 ____________________________________________________________________________
48774 [  7127] By: jhi                                   on 2000/10/03  01:13:14
48775         Log: Update Changes.
48776      Branch: perl
48777            ! Changes patchlevel.h
48778 ____________________________________________________________________________
48779 [  7126] By: jhi                                   on 2000/10/03  00:57:08
48780         Log: Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
48781              as suggested by Olaf Flebbe and Nick Clark.
48782      Branch: perl
48783            ! epoc/epocish.h perl.h sv.c unixish.h util.c vms/vmsish.h
48784 ____________________________________________________________________________
48785 [  7125] By: jhi                                   on 2000/10/03  00:50:56
48786         Log: Subject: [ID 20001002.001] Not OK: perl v5.7.0 +DEVEL7093 +...001 on i586-linux 2.2.16 (UNINSTALLED)
48787              From: Nick Clark <nick@plum.flirble.org>
48788              Date: Mon, 2 Oct 2000 11:03:24 +0100
48789              Message-Id: <20001002110324.D20073@plum.flirble.org>
48790              
48791              Also fixes bug ID 20001002.005.
48792      Branch: perl
48793            ! t/lib/encode.t
48794 ____________________________________________________________________________
48795 [  7124] By: jhi                                   on 2000/10/03  00:34:59
48796         Log: Subject: [PATCH 5.7.0] Epoc update
48797              From: Olaf Flebbe <o.flebbe@gmx.de>
48798              Date: Wed, 20 Sep 2000 23:16:26 +0200 (MEST)
48799              Message-ID: <26423.969484586@www10.gmx.net>
48800      Branch: perl
48801            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
48802            ! epoc/epoc_stubs.c epoc/epocish.h epoc/link.pl
48803            ! lib/AutoLoader.pm lib/Cwd.pm mg.c perl.c perl.h pp_sys.c sv.c
48804            ! util.c util.h
48805 ____________________________________________________________________________
48806 [  7123] By: jhi                                   on 2000/10/03  00:30:07
48807         Log: Regen headers.
48808      Branch: perl
48809            ! embed.h opcode.h pod/perlapi.pod pp.sym pp_proto.h
48810 ____________________________________________________________________________
48811 [  7122] By: jhi                                   on 2000/10/03  00:10:48
48812         Log: OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
48813      Branch: perl
48814            ! hints/openbsd.sh
48815 ____________________________________________________________________________
48816 [  7121] By: jhi                                   on 2000/10/03  00:05:06
48817         Log: Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
48818              From: <abigail@foad.org>
48819              Date: Tue, 26 Sep 2000 13:36:14 -0400
48820              Message-ID: <20000926173614.4356.qmail@foad.org>
48821      Branch: perl
48822            ! pod/perlop.pod
48823 ____________________________________________________________________________
48824 [  7120] By: jhi                                   on 2000/10/03  00:04:00
48825         Log: Inside require() $^S was always left undefined.
48826              
48827              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
48828              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48829              Date: Wed, 27 Sep 2000 18:54:49 -0400
48830              Message-ID: <20000927185449.A24927@monk.mps.ohio-state.edu>
48831      Branch: perl
48832            ! cop.h mg.c pp_ctl.c util.c
48833 ____________________________________________________________________________
48834 [  7119] By: jhi                                   on 2000/10/03  00:00:16
48835         Log: Subject: [PATCH] DLL not restartabke with threaded perl
48836              From: "Dave Hartnoll" <Dave_Hartnoll@3b2.com>
48837              Date: Thu, 28 Sep 2000 09:20:46 +0100
48838              Message-ID: <002101c02925$00aa8d80$7e0aa8c0@3b2.com>
48839      Branch: perl
48840            ! perl.c
48841 ____________________________________________________________________________
48842 [  7118] By: jhi                                   on 2000/10/02  23:59:20
48843         Log: Subject: Re: [ID 20000828.017] bytecode fails with use subs;
48844              From: Nicholas Clark <nick@ccl4.org>
48845              Date: Thu, 28 Sep 2000 11:52:24 +0100
48846              Message-ID: <20000928115224.D7924@plum.flirble.org>
48847      Branch: perl
48848            ! op.c
48849 ____________________________________________________________________________
48850 [  7117] By: jhi                                   on 2000/10/02  23:57:51
48851         Log: Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
48852              From: Nicholas Clark <nick@babyhippo.co.uk>
48853              Date: Thu, 28 Sep 2000 12:18:10 +0100
48854              Message-Id: <E13ebha-0004IV-00@fruitbat.babyhippo.co.uk>
48855              
48856              Did not apply cleanly, manual intervention was needed.
48857      Branch: perl
48858            ! ext/B/B/Bytecode.pm utils/perlcc.PL
48859 ____________________________________________________________________________
48860 [  7116] By: jhi                                   on 2000/10/02  23:50:40
48861         Log: Document the issue (is not a syntax error, kind of)
48862              
48863              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
48864              From: Nicholas Clark <nick@ccl4.org>
48865              Date: Thu, 28 Sep 2000 17:12:42 +0100
48866              Message-ID: <20000928171242.K7924@plum.flirble.org>
48867      Branch: perl
48868            ! pod/perldata.pod
48869 ____________________________________________________________________________
48870 [  7115] By: jhi                                   on 2000/10/02  23:48:58
48871         Log: Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
48872              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48873              Date: Thu, 28 Sep 2000 21:55:31 -0400
48874              Message-ID: <20000928215531.A4315@monk.mps.ohio-state.edu>
48875      Branch: perl
48876            ! regexec.c
48877 ____________________________________________________________________________
48878 [  7114] By: jhi                                   on 2000/10/02  23:47:57
48879         Log: Subject: DOC PATCH 5.6.0
48880              From: mjd@plover.com
48881              Date: 30 Sep 2000 06:02:34 -0000
48882              Message-ID: <20000930060234.4559.qmail@plover.com>
48883      Branch: perl
48884            ! pod/perldebguts.pod
48885 ____________________________________________________________________________
48886 [  7113] By: jhi                                   on 2000/10/02  23:46:43
48887         Log: SOCK_DGRAM and listen() do not mix as reported in
48888              
48889              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
48890              From: Petter Reinholdtsen <pere@hungry.com>
48891              Date: Sun, 1 Oct 2000 10:57:20 +0800
48892              Message-Id: <200010010257.KAA05735@localhost.localdomain>
48893              
48894              The patch for 5.7.0+ had to be reengineered, though.
48895      Branch: perl
48896            ! ext/IO/lib/IO/Socket/UNIX.pm
48897 ____________________________________________________________________________
48898 [  7112] By: jhi                                   on 2000/10/02  23:36:57
48899         Log: Subject: Re: [PATCH 5.005_64 missed]
48900              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48901              Date: Sun, 1 Oct 2000 18:50:10 -0400
48902              Message-ID: <20001001185010.A14152@monk.mps.ohio-state.edu>
48903      Branch: perl
48904            ! pod/perlxs.pod
48905 ____________________________________________________________________________
48906 [  7111] By: jhi                                   on 2000/10/02  23:35:40
48907         Log: Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
48908              From: Radu Greab <radu@netsoft.ro>
48909              Date: Mon, 2 Oct 2000 22:03:44 +0300 (EEST)
48910              Message-ID: <14808.56336.594486.626712@busy.netsoft.ro>
48911      Branch: perl
48912            ! op.c opcode.pl t/op/substr.t
48913 ____________________________________________________________________________
48914 [  7110] By: jhi                                   on 2000/10/02  23:32:38
48915         Log: Subject: [PATCH] Fix aliasing of tied filehandles
48916              From: Daniel Chetlin <daniel@chetlin.com>
48917              Date: Mon, 2 Oct 2000 14:53:27 -0700
48918              Message-ID: <20001002145327.C1617@ilmd>
48919      Branch: perl
48920            ! perl.h pp_hot.c t/op/tiehandle.t
48921 ____________________________________________________________________________
48922 [  7109] By: jhi                                   on 2000/10/02  23:31:30
48923         Log: s/Robin Parker/Robin Barker/
48924      Branch: perl
48925            ! Changes5.6
48926 ____________________________________________________________________________
48927 [  7108] By: jhi                                   on 2000/10/02  23:15:46
48928         Log: Retract #7091 as suggested in
48929              
48930              From: Robin Barker <rmb1@cise.npl.co.uk> 
48931              Subject: [PATCH-R]  was Re: SuSE's gcc-2.95.2 and //depot/perl
48932              Date: Fri, 29 Sep 2000 13:10:22 +0100 (BST)
48933              Message-Id: <200009291210.NAA17098@tempest.npl.co.uk>
48934      Branch: perl
48935            ! embed.pl proto.h
48936 ____________________________________________________________________________
48937 [  7107] By: nick                                  on 2000/10/02  18:23:14
48938         Log: A few tweaks to get Tk803 to work with Encode scheme.
48939      Branch: perl
48940            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
48941 ____________________________________________________________________________
48942 [  7106] By: nick                                  on 2000/10/01  21:34:14
48943         Log: Add checking cases to Encode's toUnicode and fromUnicode.
48944      Branch: perl
48945            ! ext/Encode/Encode.pm
48946 ____________________________________________________________________________
48947 [  7105] By: nick                                  on 2000/10/01  17:18:01
48948         Log: Add encoding tables from tcl8.3.2 and perl code in Encode.pm
48949              To read and use them.
48950              Add a lib/encode.t which checks a few things.
48951      Branch: perl
48952            + ext/Encode/Encode/ascii.enc ext/Encode/Encode/big5.enc
48953            + ext/Encode/Encode/cp1250.enc ext/Encode/Encode/cp1251.enc
48954            + ext/Encode/Encode/cp1252.enc ext/Encode/Encode/cp1253.enc
48955            + ext/Encode/Encode/cp1254.enc ext/Encode/Encode/cp1255.enc
48956            + ext/Encode/Encode/cp1256.enc ext/Encode/Encode/cp1257.enc
48957            + ext/Encode/Encode/cp1258.enc ext/Encode/Encode/cp437.enc
48958            + ext/Encode/Encode/cp737.enc ext/Encode/Encode/cp775.enc
48959            + ext/Encode/Encode/cp850.enc ext/Encode/Encode/cp852.enc
48960            + ext/Encode/Encode/cp855.enc ext/Encode/Encode/cp857.enc
48961            + ext/Encode/Encode/cp860.enc ext/Encode/Encode/cp861.enc
48962            + ext/Encode/Encode/cp862.enc ext/Encode/Encode/cp863.enc
48963            + ext/Encode/Encode/cp864.enc ext/Encode/Encode/cp865.enc
48964            + ext/Encode/Encode/cp866.enc ext/Encode/Encode/cp869.enc
48965            + ext/Encode/Encode/cp874.enc ext/Encode/Encode/cp932.enc
48966            + ext/Encode/Encode/cp936.enc ext/Encode/Encode/cp949.enc
48967            + ext/Encode/Encode/cp950.enc ext/Encode/Encode/dingbats.enc
48968            + ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/euc-jp.enc
48969            + ext/Encode/Encode/euc-kr.enc ext/Encode/Encode/gb12345.enc
48970            + ext/Encode/Encode/gb1988.enc ext/Encode/Encode/gb2312.enc
48971            + ext/Encode/Encode/iso2022-jp.enc
48972            + ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
48973            + ext/Encode/Encode/iso8859-1.enc
48974            + ext/Encode/Encode/iso8859-2.enc
48975            + ext/Encode/Encode/iso8859-3.enc
48976            + ext/Encode/Encode/iso8859-4.enc
48977            + ext/Encode/Encode/iso8859-5.enc
48978            + ext/Encode/Encode/iso8859-6.enc
48979            + ext/Encode/Encode/iso8859-7.enc
48980            + ext/Encode/Encode/iso8859-8.enc
48981            + ext/Encode/Encode/iso8859-9.enc ext/Encode/Encode/jis0201.enc
48982            + ext/Encode/Encode/jis0208.enc ext/Encode/Encode/jis0212.enc
48983            + ext/Encode/Encode/koi8-r.enc ext/Encode/Encode/ksc5601.enc
48984            + ext/Encode/Encode/macCentEuro.enc
48985            + ext/Encode/Encode/macCroatian.enc
48986            + ext/Encode/Encode/macCyrillic.enc
48987            + ext/Encode/Encode/macDingbats.enc
48988            + ext/Encode/Encode/macGreek.enc
48989            + ext/Encode/Encode/macIceland.enc
48990            + ext/Encode/Encode/macJapan.enc ext/Encode/Encode/macRoman.enc
48991            + ext/Encode/Encode/macRomania.enc ext/Encode/Encode/macThai.enc
48992            + ext/Encode/Encode/macTurkish.enc
48993            + ext/Encode/Encode/macUkraine.enc
48994            + ext/Encode/Encode/shiftjis.enc ext/Encode/Encode/symbol.enc
48995            + t/lib/encode.t
48996            ! MANIFEST ext/Encode/Encode.pm
48997 ____________________________________________________________________________
48998 [  7104] By: nick                                  on 2000/09/30  13:04:30
48999         Log: Subject: [PATCH@blead] Fix some recursion in overload.pm
49000              From: Daniel Chetlin <daniel@chetlin.com>
49001              Date: Mon, 18 Sep 2000 05:05:40 -0700
49002              Message-Id: <20000918050540.C652@ilmd>
49003      Branch: perl
49004            ! lib/overload.pm sv.c t/pragma/overload.t
49005 ____________________________________________________________________________
49006 [  7103] By: nick                                  on 2000/09/30  12:53:36
49007         Log: Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
49008              From: Johan Vromans <jvromans@squirrel.nl>
49009              Date: Sun, 17 Sep 2000 19:46:05 +0200 (CEST)
49010              Message-Id: <14789.861.376723.870640@phoenix.squirrel.nl>
49011      Branch: perl
49012            ! pod/Makefile.SH
49013 ____________________________________________________________________________
49014 [  7102] By: nick                                  on 2000/09/30  12:52:31
49015         Log: Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
49016              From: Spider Boardman <spider@Orb.Nashua.NH.US>
49017              Date: Sat, 16 Sep 2000 16:36:45 -0400
49018              Message-Id: <200009162036.QAA11694@Orb.Nashua.NH.US>
49019      Branch: perl
49020            ! ext/B/B/Deparse.pm
49021 ____________________________________________________________________________
49022 [  7101] By: nick                                  on 2000/09/30  12:51:41
49023         Log: Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
49024              From: Craig A. Berry <craig.berry@psinetcs.com>
49025              Date: Sat, 16 Sep 2000 10:11:10 -0500
49026              Message-Id: <4.3.2.7.2.20000916010548.01ce1b60@exchi01>
49027      Branch: perl
49028            ! vms/vms.c
49029 ____________________________________________________________________________
49030 [  7100] By: nick                                  on 2000/09/30  12:50:33
49031         Log: Subject: Re: unicode support and perl [ID 20000901.097]
49032              From: Spider Boardman <spider@Orb.Nashua.NH.US>
49033              Date: Fri, 15 Sep 2000 16:37:58 -0400
49034              Message-Id: <200009152037.QAA19056@Orb.Nashua.NH.US>
49035      Branch: perl
49036            ! t/op/append.t
49037 ____________________________________________________________________________
49038 [  7099] By: nick                                  on 2000/09/30  12:49:35
49039         Log: Subject: Re: unicode support and perl [ID 20000901.097]
49040              From: Spider Boardman <spider@Orb.Nashua.NH.US>
49041              Date: Fri, 15 Sep 2000 16:25:30 -0400
49042              Message-Id: <200009152025.QAA18540@Orb.Nashua.NH.US>
49043      Branch: perl
49044            ! pp_hot.c
49045 ____________________________________________________________________________
49046 [  7098] By: nick                                  on 2000/09/30  12:48:00
49047         Log: Subject: Re: Trapping by opmask sets strange parser state [PATCH]
49048              From: Gisle Aas <gisle@ActiveState.com>
49049              Date: 15 Sep 2000 16:23:41 +0200
49050              Message-Id: <m3aed9ybrm.fsf@eik.g.aas.no>
49051      Branch: perl
49052            ! toke.c
49053 ____________________________________________________________________________
49054 [  7097] By: nick                                  on 2000/09/30  12:45:16
49055         Log: Subject: [PATCH] Nits in perlmod.pod
49056              From: Daniel Chetlin <daniel@chetlin.com>
49057              Date: Fri, 15 Sep 2000 02:04:09 -0700
49058              Message-Id: <20000915020409.A2104@ilmd>
49059      Branch: perl
49060            ! pod/perlmod.pod
49061 ____________________________________________________________________________
49062 [  7096] By: nick                                  on 2000/09/30  12:18:00
49063         Log: Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
49064              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
49065              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
49066              0 to checking to get the warning.
49067      Branch: perl
49068            ! doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
49069            ! perlapi.c pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c
49070            ! regexec.c sv.c toke.c utf8.c
49071 ____________________________________________________________________________
49072 [  7095] By: nick                                  on 2000/09/15  16:55:59
49073         Log: Mutliplicity & ithreads fix for sv.c/Encode.xs
49074              
49075              Subject: [ID 20000915.004] Not OK: perl v5.7.1 +devel-7094 on alpha-dec_osf-thread-multi 4.0f (UNINSTALLED)
49076              From: Spider Boardman <spider@Orb.Nashua.NH.US>
49077              Message-Id: <200009151037.GAA07447@Orb.Nashua.NH.US>
49078              Date: Fri, 15 Sep 2000 06:37:30 -0400
49079      Branch: perl
49080            ! ext/Encode/Encode.xs sv.c
49081 ____________________________________________________________________________
49082 [  7094] By: jhi                                   on 2000/09/15  03:23:32
49083         Log: Update Changes.
49084      Branch: perl
49085            ! Changes patchlevel.h
49086 ____________________________________________________________________________
49087 [  7093] By: jhi                                   on 2000/09/15  03:11:44
49088         Log: Fix for the charnames.t failures from Spider Boardman.
49089      Branch: perl
49090            ! toke.c
49091 ____________________________________________________________________________
49092 [  7092] By: jhi                                   on 2000/09/15  00:15:48
49093         Log: Botched the #7090 check-in.
49094      Branch: perl
49095            ! sv.c
49096 ____________________________________________________________________________
49097 [  7091] By: jhi                                   on 2000/09/14  23:33:24
49098         Log: Part of #7081 didn't come through.
49099      Branch: perl
49100            ! embed.pl proto.h
49101 ____________________________________________________________________________
49102 [  7090] By: jhi                                   on 2000/09/14  23:17:39
49103         Log: Subject: Re: perl@7078 
49104              From: Spider Boardman <spider@web.zk3.dec.com>
49105              Date: Thu, 14 Sep 2000 19:06:36 -0400
49106              Message-Id: <200009142306.TAA20082@leggy.zk3.dec.com>
49107      Branch: perl
49108            ! sv.c toke.c
49109 ____________________________________________________________________________
49110 [  7089] By: jhi                                   on 2000/09/14  23:11:21
49111         Log: Small portability tweaks.
49112      Branch: perl
49113            ! ext/Encode/Encode.xs
49114 ____________________________________________________________________________
49115 [  7088] By: jhi                                   on 2000/09/14  22:57:23
49116         Log: Fake return to pacify picky compilers.
49117      Branch: perl
49118            ! ext/Encode/Encode.xs
49119 ____________________________________________________________________________
49120 [  7087] By: jhi                                   on 2000/09/14  22:53:37
49121         Log: Subject: [PATCH] utf8.c apidoc
49122              From: Simon Cozens <simon@cozens.net>
49123              Date: Thu, 14 Sep 2000 23:46:57 +0100
49124              Message-ID: <20000914234657.A13953@deep-dark-truthful-mirror.perlhacker.org>
49125      Branch: perl
49126            ! perlapi.c pod/perlapi.pod utf8.c
49127 ____________________________________________________________________________
49128 [  7086] By: jhi                                   on 2000/09/14  22:40:38
49129         Log: We don't need to count the high bit bytes, a boolean is enough. 
49130      Branch: perl
49131            ! sv.c
49132 ____________________________________________________________________________
49133 [  7085] By: jhi                                   on 2000/09/14  21:20:09
49134         Log: Replace #7084 with
49135              
49136              Subject: Re: perl@7078 
49137              From: Spider Boardman <spider@web.zk3.dec.com>
49138              Date: Thu, 14 Sep 2000 17:09:36 -0400
49139              Message-Id: <200009142109.RAA03425@leggy.zk3.dec.com>
49140      Branch: perl
49141            ! sv.c utf8.c
49142 ____________________________________________________________________________
49143 [  7084] By: jhi                                   on 2000/09/14  20:03:34
49144         Log: UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
49145              convertable to bytes by checking it doesn't go above 0xc3
49146              
49147              Subject: Re: perl@7078
49148              From: Simon Cozens <simon@cozens.net>
49149              Date: Thu, 14 Sep 2000 20:59:19 +0100
49150              Message-ID: <20000914205919.A11098@deep-dark-truthful-mirror.perlhacker.org>
49151      Branch: perl
49152            ! utf8.c
49153 ____________________________________________________________________________
49154 [  7083] By: jhi                                   on 2000/09/14  19:38:47
49155         Log: Subject: Re: perl@7078
49156              From: Simon Cozens <simon@cozens.net>
49157              Date: Thu, 14 Sep 2000 20:13:09 +0100
49158              Message-ID: <20000914201309.A10640@deep-dark-truthful-mirror.perlhacker.org>
49159      Branch: perl
49160            ! t/op/bop.t
49161 ____________________________________________________________________________
49162 [  7082] By: jhi                                   on 2000/09/14  17:50:44
49163         Log: The one that got away.
49164      Branch: perl
49165            ! lib/File/Find.pm
49166 ____________________________________________________________________________
49167 [  7081] By: jhi                                   on 2000/09/14  17:45:35
49168         Log: Subject: [PATCH perl-5.7.0] continued -Wformat support
49169              From: Robin Barker <rmb1@cise.npl.co.uk>
49170              Message-Id: <200009141707.SAA13276@tempest.npl.co.uk>
49171              Date: Thu, 14 Sep 2000 18:07:38 +0100 (BST)
49172      Branch: perl
49173            ! Porting/pumpkin.pod embed.pl ext/ByteLoader/bytecode.h
49174            ! ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_dlopen.xs
49175            ! ext/Storable/Storable.xs malloc.c perl.c perl.h pp.c proto.h
49176            ! regcomp.c toke.c universal.c
49177 ____________________________________________________________________________
49178 [  7080] By: jhi                                   on 2000/09/14  17:40:35
49179         Log: Problems picked up by AIX cc.
49180              
49181              Subject: Re: perl@7078 (patch included)
49182              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
49183              Date: Thu, 14 Sep 2000 18:53:30 +0200
49184              Message-Id: <20000914182304.7017.H.M.BRAND@hccnet.nl>
49185      Branch: perl
49186            ! ext/Encode/Encode.xs
49187 ____________________________________________________________________________
49188 [  7079] By: jhi                                   on 2000/09/14  17:38:27
49189         Log: Subject: File::Find 5.7.0 POD nits
49190              From: Rich Morin <rdm@cfcl.com>
49191              Date: Wed, 13 Sep 2000 22:03:58 -0700
49192              Message-Id: <v042208a0b5e60b3149be@w205.z205158144.scl-ca.dsl.cnc.net>
49193      Branch: perl
49194            ! lib/File/Find.pm
49195 ____________________________________________________________________________
49196 [  7078] By: jhi                                   on 2000/09/14  14:58:20
49197         Log: Update Changes.
49198      Branch: perl
49199            ! Changes patchlevel.h
49200 ____________________________________________________________________________
49201 [  7077] By: jhi                                   on 2000/09/14  14:55:54
49202         Log: Compilation warnings and an error.
49203      Branch: perl
49204            ! sv.c
49205 ____________________________________________________________________________
49206 [  7076] By: jhi                                   on 2000/09/14  14:42:56
49207         Log: Fix for a parsing bug, not for the original bug.
49208              
49209              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
49210              From: Spider Boardman <spider@web.zk3.dec.com>
49211              Date: Wed, 13 Sep 2000 17:52:20 -0400
49212              Message-Id: <200009132152.RAA24029@leggy.zk3.dec.com>
49213      Branch: perl
49214            ! regcomp.c
49215 ____________________________________________________________________________
49216 [  7075] By: jhi                                   on 2000/09/14  14:40:40
49217         Log: Batch of UTF-8 patches from Simon Cozens.
49218      Branch: perl
49219            ! doop.c embed.h embed.pl ext/Encode/Encode.xs handy.h op.c
49220            ! pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c
49221            ! toke.c utf8.c
49222 ____________________________________________________________________________
49223 [  7074] By: jhi                                   on 2000/09/14  14:29:58
49224         Log: Subject: Re: Two advertising clauses need to be removed
49225              From: Russ Allbery <rra@stanford.edu>
49226              Date: 13 Sep 2000 18:50:26 -0700
49227              Message-ID: <ylwvgfvj19.fsf@windlord.stanford.edu>
49228      Branch: perl
49229            ! ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
49230 ____________________________________________________________________________
49231 [  7073] By: jhi                                   on 2000/09/14  14:28:20
49232         Log: Subject: [PATCH] de-wall t/README
49233              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
49234              Date: Wed, 13 Sep 2000 17:46:55 -0700
49235              Message-ID: <//Bw5gzkge/e092yn@efn.org>
49236      Branch: perl
49237            ! t/README
49238 ____________________________________________________________________________
49239 [  7072] By: jhi                                   on 2000/09/14  14:25:10
49240         Log: Hints optimization.
49241              
49242              Subject: Minor nit
49243              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
49244              Date: Wed, 13 Sep 2000 21:42:07 +0200
49245              Message-Id: <20000913214116.1D38.H.M.BRAND@hccnet.nl>
49246      Branch: perl
49247            ! hints/hpux.sh
49248 ____________________________________________________________________________
49249 [  7071] By: jhi                                   on 2000/09/14  14:23:30
49250         Log: Allow chop() and chomp() to be overridden.
49251              
49252              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
49253              From: "Casey R. Tweten" <crt@kiski.net>
49254              Date: Wed, 13 Sep 2000 12:41:31 -0400 (EDT)
49255              Message-ID: <Pine.OSF.4.21.0009131154120.6661-100000@home.kiski.net>
49256      Branch: perl
49257            ! toke.c
49258 ____________________________________________________________________________
49259 [  7070] By: jhi                                   on 2000/09/14  14:20:36
49260         Log: The return value of setlocale must be copied away.
49261              
49262              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
49263              From: Alan Burlison <Alan.Burlison@uk.sun.com>
49264              Date: Wed, 13 Sep 2000 16:27:37 +0100 
49265              Message-Id: <39BF9CE9.3D7FBBDD@uk.sun.com>
49266      Branch: perl
49267            ! util.c
49268 ____________________________________________________________________________
49269 [  7069] By: jhi                                   on 2000/09/14  14:16:27
49270         Log: Remove vestiges of tr//CU.
49271              
49272              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
49273              From: Nick Clark <nick@plum.flirble.org>
49274              Date: Tue, 12 Sep 2000 22:50:14 +0100
49275              Message-Id: <E13YxwU-000DDQ-00@plum.flirble.org>
49276              
49277              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
49278              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
49279              Date: Tue, 12 Sep 2000 21:38:48 -0700
49280              Message-ID: <YTwv5gzkgmfL092yn@efn.org>
49281      Branch: perl
49282            ! op.h pod/perlunicode.pod
49283 ____________________________________________________________________________
49284 [  7068] By: jhi                                   on 2000/09/13  14:18:39
49285         Log: Add the Encode extension.  The code is still largely just skeleton.
49286      Branch: perl
49287            + ext/Encode/Encode.pm ext/Encode/Encode.xs
49288            + ext/Encode/Makefile.PL ext/Encode/Todo
49289            ! MANIFEST Todo-5.6
49290 ____________________________________________________________________________
49291 [  7067] By: jhi                                   on 2000/09/12  17:43:33
49292         Log: Allow for whitespace between "#" and "line" in cpp output.
49293              
49294              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
49295              From: Calle Dybedahl <calle@lysator.liu.se>
49296              Date: 12 Sep 2000 19:38:02 +0200 
49297              Message-ID: <867l8hy0hx.fsf_-_@tezcatlipoca.algonet.se>
49298      Branch: perl
49299            ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
49300 ____________________________________________________________________________
49301 [  7066] By: gsar                                  on 2000/09/12  17:24:29
49302         Log: change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
49303              initialization in all the threads on Windows
49304      Branch: perl
49305            ! win32/win32.c
49306 ____________________________________________________________________________
49307 [  7065] By: jhi                                   on 2000/09/12  15:11:31
49308         Log: Update Changes.
49309      Branch: perl
49310            ! Changes patchlevel.h
49311 ____________________________________________________________________________
49312 [  7064] By: jhi                                   on 2000/09/12  14:54:54
49313         Log: Retract #7062, the pod tests are not ready.
49314      Branch: perl
49315            ! t/TEST t/harness
49316 ____________________________________________________________________________
49317 [  7063] By: jhi                                   on 2000/09/12  14:25:41
49318         Log: The #7054 truncated Configure badly.
49319      Branch: metaconfig/U/perl
49320            ! End.U
49321      Branch: perl
49322            ! Configure config_h.SH
49323 ____________________________________________________________________________
49324 [  7062] By: jhi                                   on 2000/09/12  14:08:32
49325         Log: Subject: [ID 20000911.009] t/pod/*.t tests not run by harness or make test
49326              From: sthoenna@efn.org
49327              Date: Mon, 11 Sep 2000 17:56:47 -0700 (PDT)
49328              Message-Id: <200009120056.e8C0ulZ21635@garcia.efn.org>
49329      Branch: perl
49330            ! t/TEST t/harness
49331 ____________________________________________________________________________
49332 [  7061] By: jhi                                   on 2000/09/12  14:07:18
49333         Log: Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
49334              From: sthoenna@efn.org
49335              Date: Mon, 11 Sep 2000 22:07:21 -0700 (PDT)
49336              Message-Id: <200009120507.e8C57LA02461@garcia.efn.org>
49337      Branch: perl
49338            ! pod/perlxs.pod
49339 ____________________________________________________________________________
49340 [  7060] By: jhi                                   on 2000/09/12  14:06:08
49341         Log: Break up the myconfig lines a bit.
49342              
49343              Subject: perlbug/perl -V output format
49344              From: sthoenna@efn.org
49345              Date: Tue, 12 Sep 2000 00:04:11 -0700 (PDT)
49346              Message-Id: <200009120704.e8C74BX10562@garcia.efn.org>
49347      Branch: perl
49348            ! myconfig.SH
49349 ____________________________________________________________________________
49350 [  7059] By: jhi                                   on 2000/09/12  14:05:04
49351         Log: Test for the #7049.
49352              
49353              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
49354              From: andreas.koenig@anima.de (Andreas J. Koenig)
49355              Date: 12 Sep 2000 06:42:01 +0200
49356              Message-ID: <m3k8cigr1i.fsf@ak-71.mind.de>
49357      Branch: perl
49358            ! t/op/my.t
49359 ____________________________________________________________________________
49360 [  7058] By: jhi                                   on 2000/09/12  14:03:05
49361         Log: Subject: [patch: perl@7045] vms updates
49362              From: Peter Prymmer <pvhp@forte.com>
49363              Date: Mon, 11 Sep 2000 18:41:48 -0700 (PDT)
49364              Message-ID: <Pine.OSF.4.10.10009111840030.339348-100000@aspara.forte.com>
49365      Branch: perl
49366            ! configure.com lib/ExtUtils/MM_VMS.pm vms/descrip_mms.template
49367 ____________________________________________________________________________
49368 [  7057] By: jhi                                   on 2000/09/12  14:00:51
49369         Log: Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
49370              From: sthoenna@efn.org
49371              Date: Mon, 11 Sep 2000 16:28:13 -0700 (PDT)
49372              Message-Id: <200009112328.e8BNSD616812@garcia.efn.org>
49373      Branch: perl
49374            ! t/op/64bitint.t
49375 ____________________________________________________________________________
49376 [  7056] By: jhi                                   on 2000/09/12  13:58:14
49377         Log: Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
49378              From: Jeff Pinyan <jeffp@crusoe.net>
49379              Date: Sun, 10 Sep 2000 12:01:21 -0400 (EDT)
49380              Message-ID: <Pine.GSO.4.21.0009101200190.12441-100000@crusoe.crusoe.net>
49381      Branch: perl
49382            ! pod/perlfunc.pod
49383 ____________________________________________________________________________
49384 [  7055] By: jhi                                   on 2000/09/12  13:56:32
49385         Log: Do in VMS as the #7054 does.
49386      Branch: perl
49387            ! configure.com
49388 ____________________________________________________________________________
49389 [  7054] By: jhi                                   on 2000/09/12  13:50:31
49390         Log: Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
49391              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
49392              Date: Mon, 11 Sep 2000 08:33:09 +0100
49393              Message-ID: <000e01c01bc2$88b2d2c0$0e14140a@bfs.phone.com>
49394      Branch: metaconfig/U/perl
49395            ! End.U
49396      Branch: perl
49397            ! Configure Makefile.SH config_h.SH lib/ExtUtils/Embed.pm
49398            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
49399 ____________________________________________________________________________
49400 [  7053] By: jhi                                   on 2000/09/12  13:29:19
49401         Log: Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
49402              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
49403              Date:     Tue, 12 Sep 2000 08:35:59 EDT
49404              Message-Id: <000912081130.13ca9@DUPHY4.Physics.Drexel.Edu>
49405      Branch: perl
49406            ! vms/test.com
49407 ____________________________________________________________________________
49408 [  7052] By: jhi                                   on 2000/09/11  23:01:50
49409         Log: Document the SvUTF8*().
49410      Branch: perl
49411            ! pod/perlapi.pod sv.h
49412 ____________________________________________________________________________
49413 [  7051] By: gsar                                  on 2000/09/11  14:46:30
49414         Log: C<@a = @b = split(...)> optimization coredumps under ithreads
49415              (missed a spot when fixing up op_pmreplroot hack for ithreads)
49416      Branch: perl
49417            ! op.c t/op/split.t
49418 ____________________________________________________________________________
49419 [  7050] By: nick                                  on 2000/09/11  10:03:51
49420         Log: Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
49421              
49422              Subject: borland C++ win32.c tweak
49423              From: Vadim Konovalov <vkonovalov@lucent.com>
49424              Message-ID: <402099F49BEED211999700805FC7359F6FB379@ru0028exch01.spb.lucent.com>
49425              Date: Mon, 11 Sep 2000 11:22:33 +0400
49426      Branch: perl
49427            ! win32/win32.c
49428 ____________________________________________________________________________
49429 [  7049] By: nick                                  on 2000/09/11  09:57:33
49430         Log: Point fix for s/// on foreach (keys %xxx).
49431      Branch: perl
49432            ! pp_hot.c
49433 ____________________________________________________________________________
49434 [  7048] By: jhi                                   on 2000/09/10  23:37:09
49435         Log: Silence t/pod/*.t about alternate quote-mappings now implemented
49436              by Pod::Text, from Brad Appleton.
49437      Branch: perl
49438            ! t/pod/testp2pt.pl
49439 ____________________________________________________________________________
49440 [  7047] By: jhi                                   on 2000/09/10  14:32:53
49441         Log: Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
49442              by Russ Allbery.
49443      Branch: perl
49444            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL pod/pod2text.PL
49445 ____________________________________________________________________________
49446 [  7046] By: jhi                                   on 2000/09/10  14:15:08
49447         Log: Upgrade to CPAN 1.57_65, from Andreas König.
49448      Branch: perl
49449            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
49450 ____________________________________________________________________________
49451 [  7045] By: jhi                                   on 2000/09/08  21:36:32
49452         Log: Update Changes.
49453      Branch: perl
49454            ! Changes patchlevel.h
49455 ____________________________________________________________________________
49456 [  7044] By: jhi                                   on 2000/09/08  21:29:56
49457         Log: Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
49458              From: Peter Prymmer <pvhp@forte.com>
49459              Date: Fri, 8 Sep 2000 13:33:27 -0700 (PDT)
49460              Message-ID: <Pine.OSF.4.10.10009081331420.132461-100000@aspara.forte.com>
49461      Branch: perl
49462            ! configure.com
49463 ____________________________________________________________________________
49464 [  7043] By: jhi                                   on 2000/09/08  21:27:50
49465         Log: Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
49466              From: Peter Prymmer <pvhp@forte.com>
49467              Date: Fri, 8 Sep 2000 11:02:19 -0700 (PDT)
49468              Message-ID: <Pine.OSF.4.10.10009081054340.132461-100000@aspara.forte.com>
49469      Branch: perl
49470            ! Makefile.SH installperl
49471 ____________________________________________________________________________
49472 [  7042] By: jhi                                   on 2000/09/08  21:23:21
49473         Log: Continue #7041.
49474      Branch: perl
49475            ! cygwin/Makefile.SHs os2/Makefile.SHs
49476 ____________________________________________________________________________
49477 [  7041] By: jhi                                   on 2000/09/08  21:18:10
49478         Log: Do away with memory models cruft.  Sorry, PDP users.
49479      Branch: metaconfig
49480            ! U/modified/cc.U U/modified/libpth.U
49481      Branch: perl
49482            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
49483            ! Porting/config_H cflags.SH config_h.SH configure.com
49484            ! epoc/config.sh hints/mint.sh hints/titanos.sh hints/vmesa.sh
49485            ! lib/ExtUtils/MM_Unix.pm win32/config.bc win32/config.gc
49486            ! win32/config.vc x2p/Makefile.SH x2p/cflags.SH
49487 ____________________________________________________________________________
49488 [  7040] By: jhi                                   on 2000/09/08  14:34:18
49489         Log: Major rewrite of s2p.  And I mean really major, it is
49490              an implementation of sed in perl.  If called as s2p it
49491              will function as s2p.  Note: needs non-UNIXifying.
49492              
49493              Subject: s2p
49494              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
49495              Date: Mon, 28 Aug 2000 14:05:12 +0200
49496              Message-ID: <39AA5578.2102E2AA@alcatel.at>
49497      Branch: perl
49498            ! x2p/s2p.PL
49499 ____________________________________________________________________________
49500 [  7039] By: jhi                                   on 2000/09/08  14:19:49
49501         Log: Re-allow vec() for characters > 255.
49502              
49503              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
49504              From: Spider Boardman <spider@web.zk3.dec.com>
49505              Date: Fri, 08 Sep 2000 02:21:02 -0400
49506              Message-Id: <200009080621.CAA03409@leggy.zk3.dec.com>
49507      Branch: perl
49508            ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
49509            ! t/op/vec.t
49510 ____________________________________________________________________________
49511 [  7038] By: jhi                                   on 2000/09/08  14:14:18
49512         Log: Subject: [PATCH lib/Benchmark.pm]
49513              From: <abigail@foad.org>
49514              Date: Thu, 7 Sep 2000 15:03:20 -0400
49515              Message-ID: <20000907190320.888.qmail@foad.org>
49516      Branch: perl
49517            ! lib/Benchmark.pm
49518 ____________________________________________________________________________
49519 [  7037] By: jhi                                   on 2000/09/08  14:11:06
49520         Log: Optimizing hash keys into shared strings doesn't work with ithreads.
49521              
49522              Subject: Re: [ID 20000907.008] Not OK: v5.7.0 on alpha-dec_osf-thread-multi    
49523              From: Spider Boardman <spider@web.zk3.dec.com>
49524              Date: Fri, 08 Sep 2000 01:30:27 -0400
49525              Message-Id: <200009080530.BAA10498@leggy.zk3.dec.com>
49526      Branch: perl
49527            ! op.c
49528 ____________________________________________________________________________
49529 [  7036] By: jhi                                   on 2000/09/08  14:08:58
49530         Log: Subject: [ID 20000908.002] perlipc documentation bug.
49531              From: Major Sébastien <sebastien.major@crdp.ac-caen.fr>
49532              Date: Fri, 08 Sep 2000 12:38:32 +0200
49533              Message-Id: <39B8C1A8.3DC36E6D@crdp.ac-caen.fr>
49534      Branch: perl
49535            ! pod/perlipc.pod
49536 ____________________________________________________________________________
49537 [  7035] By: jhi                                   on 2000/09/08  14:03:12
49538         Log: Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
49539              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
49540              Date: Fri, 08 Sep 2000 11:47:34 +0200
49541              Message-Id: <20000908111426.FBDB.H.M.BRAND@hccnet.nl>
49542      Branch: perl
49543            ! hints/dec_osf.sh
49544 ____________________________________________________________________________
49545 [  7034] By: jhi                                   on 2000/09/08  13:59:35
49546         Log: Subject: Re: [ID 20000906.004] segfault with bad perl statement
49547              From: Simon Cozens <simon@cozens.net>
49548              Date: Thu, 7 Sep 2000 20:40:38 +0100
49549              Message-ID: <20000907204038.A15650@deep-dark-truthful-mirror.perlhacker.org>
49550      Branch: perl
49551            ! pp_hot.c
49552 ____________________________________________________________________________
49553 [  7033] By: jhi                                   on 2000/09/08  04:03:03
49554         Log: Subject: [ID 20000904.008] Tiny fix for perldiag
49555              From: "Larry W. Virden" <lvirden@cas.org>
49556              Date: Mon, 4 Sep 2000 18:45:44 -0400 (EDT)
49557              Message-Id: <200009042245.SAA22916@lwv26awu.cas.org>
49558      Branch: perl
49559            ! pod/perldiag.pod
49560 ____________________________________________________________________________
49561 [  7032] By: jhi                                   on 2000/09/07  22:18:30
49562         Log: Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
49563              From: Peter Scott <Peter.J.Scott@jpl.nasa.gov>
49564              Date: Mon, 04 Sep 2000 13:16:38 -0700
49565              Message-Id: <4.3.2.7.2.20000904130939.00adae90@mail2a.jpl.nasa.gov>
49566      Branch: perl
49567            ! lib/perl5db.pl
49568 ____________________________________________________________________________
49569 [  7031] By: jhi                                   on 2000/09/07  22:02:29
49570         Log: Fix the ccversion detection for 5.1 and beyond.
49571              
49572              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
49573              From: Spider Boardman <spider@leggy.zk3.dec.com>
49574              Date: Thu, 7 Sep 2000 17:54:27 -0400
49575              Message-Id: <200009072154.RAA14747@leggy.zk3.dec.com>
49576      Branch: perl
49577            ! hints/dec_osf.sh
49578 ____________________________________________________________________________
49579 [  7030] By: jhi                                   on 2000/09/07  19:12:28
49580         Log: Fix for
49581              
49582              Subject: [ID 20000903.001] \w in utf8-strings
49583              From: Marc Lehmann <pcg@goof.com>
49584              Date: Sun, 03 Sep 2000 09:44:29 +0200
49585              Message-Id: <E13VUS5-0000cv-00.pgcc-forever-2000-09-03-09-44-29@fuji>
49586              
49587              and various related nits.
49588      Branch: perl
49589            ! lib/unicode/mktables.PL regcomp.h regexec.c utf8.c
49590 ____________________________________________________________________________
49591 [  7029] By: jhi                                   on 2000/09/07  18:49:09
49592         Log: Fix the URL, but the server is still missing in action.
49593              
49594              Subject: [ID 20000905.002] perlfaq1.pod URL error
49595              From: "Larry W. Virden" <lvirden@cas.org>
49596              Date: Tue, 5 Sep 2000 08:24:40 -0400 (EDT)
49597              Message-Id: <200009051224.IAA11226@lwv26awu.cas.org>
49598      Branch: perl
49599            ! pod/perlfaq1.pod
49600 ____________________________________________________________________________
49601 [  7028] By: jhi                                   on 2000/09/07  18:47:13
49602         Log: Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
49603              From: Hugo <hv@crypt.compulink.co.uk>
49604              Date: Tue, 05 Sep 2000 14:13:37 +0100
49605              Message-Id: <200009051313.OAA24507@crypt.compulink.co.uk>
49606      Branch: perl
49607            ! toke.c
49608 ____________________________________________________________________________
49609 [  7027] By: jhi                                   on 2000/09/07  18:45:35
49610         Log: Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
49611              From: Daniel Chetlin <daniel@chetlin.com>
49612              Date: Tue, 5 Sep 2000 04:57:07 -0700
49613              Message-ID: <20000905045707.A8620@ilmd.chetlin.org>
49614      Branch: perl
49615            ! pod/perlfaq6.pod pod/perlop.pod
49616 ____________________________________________________________________________
49617 [  7026] By: jhi                                   on 2000/09/07  18:44:01
49618         Log: Document the new ref() semantics.
49619              
49620              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
49621              From: Gisle Aas <gisle@ActiveState.com>
49622              Date: 05 Sep 2000 08:10:30 +0200
49623              Message-ID: <m3vgwb8j3d.fsf@eik.g.aas.no>
49624      Branch: perl
49625            ! pod/perldelta.pod
49626 ____________________________________________________________________________
49627 [  7025] By: jhi                                   on 2000/09/07  18:42:27
49628         Log: Make Data::Dumper (non-XS) to work with changed semantics of ref().
49629              
49630              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
49631              From: Gisle Aas <gisle@ActiveState.com>
49632              Date: 05 Sep 2000 08:11:40 +0200
49633              Message-ID: <m3snrf8j1f.fsf@eik.g.aas.no>
49634      Branch: perl
49635            ! ext/Data/Dumper/Dumper.pm t/lib/dumper.t
49636 ____________________________________________________________________________
49637 [  7024] By: jhi                                   on 2000/09/07  18:39:32
49638         Log: Subject: [PATCH] Modernize Opcode.pm documentation
49639              From: Gisle Aas <gisle@ActiveState.com>
49640              Date: 4 Sep 2000 00:18:55 -0000
49641              Message-ID: <20000904001855.26128.qmail@eik.g.aas.no>
49642      Branch: perl
49643            ! ext/Opcode/Opcode.pm
49644 ____________________________________________________________________________
49645 [  7023] By: jhi                                   on 2000/09/07  18:37:42
49646         Log: Subject: [PATCH] Tied filehandle documentation
49647              From: Gisle Aas <gisle@ActiveState.com>
49648              Date: 4 Sep 2000 00:14:40 -0000
49649              Message-ID: <20000904001440.26084.qmail@eik.g.aas.no>
49650      Branch: perl
49651            ! pod/perlfunc.pod pod/perltie.pod
49652 ____________________________________________________________________________
49653 [  7022] By: jhi                                   on 2000/09/07  18:35:37
49654         Log: Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
49655              From: Gisle Aas <gisle@ActiveState.com>
49656              Date: 4 Sep 2000 00:04:22 -0000
49657              Message-ID: <20000904000422.26002.qmail@eik.g.aas.no>
49658      Branch: perl
49659            ! lib/Tie/Handle.pm t/lib/tie-stdhandle.t
49660 ____________________________________________________________________________
49661 [  7021] By: jhi                                   on 2000/09/07  18:33:22
49662         Log: Subject: small apidoc fix
49663              From: Marc Lehmann <pcg@goof.com>
49664              Date: Sun, 3 Sep 2000 05:12:06 +0200
49665              Message-ID: <20000903051206.A5909@cerebro.laendle>
49666      Branch: perl
49667            ! pod/perlapi.pod utf8.c
49668 ____________________________________________________________________________
49669 [  7020] By: jhi                                   on 2000/09/07  16:14:57
49670         Log: Tiny perldelta nits.
49671      Branch: perl
49672            ! pod/perldelta.pod
49673 ____________________________________________________________________________
49674 [  7019] By: jhi                                   on 2000/09/07  16:04:20
49675         Log: Guard against bad string->int conversion for quads.
49676      Branch: perl
49677            ! t/op/64bitint.t
49678 ____________________________________________________________________________
49679 [  7018] By: jhi                                   on 2000/09/06  17:07:03
49680         Log: Update Unicode todo list.
49681      Branch: perl
49682            ! Todo-5.6
49683 ____________________________________________________________________________
49684 [  7017] By: jhi                                   on 2000/09/05  21:16:01
49685         Log: Document the SvIOK_.*UV().
49686      Branch: perl
49687            ! pod/perlapi.pod sv.h
49688 ____________________________________________________________________________
49689 [  7016] By: nick                                  on 2000/09/03  21:54:46
49690         Log: Hash lookup of constant strings optimization:
49691              Introduce SvREADONLY && SvFAKE to flag an SV which has SvPVX pointing
49692              to string table (as per sharepvn). Add newSV_pvn_share to create such
49693              a thing. Make hv.c compare addresses of strings and skip string compare
49694              if equal. Make method_named and helem ops use these shared-string SVs
49695              when arg is constant. Make keys op return shared-string SVs (less clearly
49696              a win).
49697      Branch: perl
49698            ! embed.h embed.pl embedvar.h global.sym hv.c objXSUB.h op.c
49699            ! opcode.h opnames.h perlapi.c perlapi.h pod/perlapi.pod
49700            ! pod/perlintern.pod pp_hot.c proto.h sv.c
49701 ____________________________________________________________________________
49702 [  7015] By: jhi                                   on 2000/09/02  17:48:59
49703         Log: This is 5.7.0.
49704      Branch: perl
49705            ! Changes
49706 ____________________________________________________________________________
49707 [  7014] By: jhi                                   on 2000/09/02  17:35:45
49708         Log: Changes and patchlevel tweaks.
49709      Branch: perl
49710            ! Changes patchlevel.h
49711 ____________________________________________________________________________
49712 [  7013] By: jhi                                   on 2000/09/02  17:30:50
49713         Log: Update Changes.
49714      Branch: perl
49715            ! Changes patchlevel.h
49716 ____________________________________________________________________________
49717 [  7012] By: nick                                  on 2000/09/02  17:25:20
49718         Log: More %{} and other deref special casing - do not pass to 'nomethod'.
49719      Branch: perl
49720            ! gv.c lib/overload.pm
49721 ____________________________________________________________________________
49722 [  7011] By: jhi                                   on 2000/09/02  17:16:25
49723         Log: Update perlhist.
49724      Branch: perl
49725            ! pod/perlhist.pod
49726 ____________________________________________________________________________
49727 [  7010] By: jhi                                   on 2000/09/02  17:01:35
49728         Log: perldelta nits.
49729      Branch: perl
49730            ! pod/perldelta.pod
49731 ____________________________________________________________________________
49732 [  7009] By: nick                                  on 2000/09/02  16:48:35
49733         Log: If overloaded %{} etc. return the object do not loop.
49734              Thus  sub deref { $_[0] } functions if object is wanted type.
49735      Branch: perl
49736            ! pp.h
49737 ____________________________________________________________________________
49738 [  7008] By: jhi                                   on 2000/09/02  16:26:11
49739         Log: Retab MANIFEST.
49740      Branch: perl
49741            ! ext/Storable/MANIFEST
49742 ____________________________________________________________________________
49743 [  7007] By: jhi                                   on 2000/09/02  16:23:02
49744         Log: Make certain cc is set before trying to run it.
49745      Branch: perl
49746            ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
49747 ____________________________________________________________________________
49748 [  7006] By: jhi                                   on 2000/09/02  15:45:41
49749         Log: Unicode notes.
49750      Branch: perl
49751            ! pod/perldelta.pod
49752 ____________________________________________________________________________
49753 [  7005] By: jhi                                   on 2000/09/02  15:42:11
49754         Log: Various Configure nits by Philip Newton,
49755              plus the ebcdic one by me.
49756      Branch: metaconfig
49757            + U/modified/pager.U
49758            ! U/ebcdic/ebcdic.U U/modified/Finish.U U/modified/Guess.U
49759      Branch: metaconfig/U/perl
49760            ! Devel.U quadfio.U
49761      Branch: perl
49762            ! Configure config_h.SH
49763 ____________________________________________________________________________
49764 [  7004] By: jhi                                   on 2000/09/02  15:06:14
49765         Log: Apparently avoiding the swapping is too costly.
49766              
49767              From: "Ben Tilly" <ben_tilly@hotmail.com>
49768              Subject: Re: the door is closed.
49769              Date: Fri, 01 Sep 2000 20:23:16 EDT
49770              Message-ID: <LAW2-F2963JkUwWpSWe00000904@hotmail.com>
49771      Branch: perl
49772            ! pod/perlfaq4.pod
49773 ____________________________________________________________________________
49774 [  7003] By: nick                                  on 2000/09/02  12:26:04
49775         Log: Undo part of change 6489 which looks like a bulk edit which
49776              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
49777              The supressing of main:: on return from select() is undesirable.
49778      Branch: perl
49779            ! pp_sys.c
49780 ____________________________________________________________________________
49781 [  7002] By: jhi                                   on 2000/09/01  23:08:54
49782         Log: Update Changes.
49783      Branch: perl
49784            ! Changes patchlevel.h
49785 ____________________________________________________________________________
49786 [  7001] By: jhi                                   on 2000/09/01  23:00:13
49787         Log: Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
49788              From: Peter Prymmer <pvhp@forte.com>
49789              Date: Fri, 1 Sep 2000 15:50:57 -0700 (PDT)
49790              Message-ID: <Pine.OSF.4.10.10009011542550.147696-100000@aspara.forte.com>
49791              
49792              plus rework the http: spots as suggested by Tom Christiansen,
49793              plus regen perltoc.
49794      Branch: perl
49795            ! README.os2 pod/perl56delta.pod pod/perlebcdic.pod
49796            ! pod/perlguts.pod pod/perltoc.pod pod/perlxs.pod
49797 ____________________________________________________________________________
49798 [  7000] By: jhi                                   on 2000/09/01  22:36:01
49799         Log: Only the first line, thank you very much.
49800      Branch: perl
49801            ! hints/solaris_2.sh
49802 ____________________________________________________________________________
49803 [  6999] By: gsar                                  on 2000/09/01  22:16:40
49804         Log: change#6791 accidentally clobbered change#6710, put it back
49805      Branch: perl
49806            ! win32/win32.c
49807 ____________________________________________________________________________
49808 [  6998] By: jhi                                   on 2000/09/01  22:14:16
49809         Log: Mention the HP-UX LP64 freak failure.
49810      Branch: perl
49811            ! pod/perldelta.pod
49812 ____________________________________________________________________________
49813 [  6997] By: jhi                                   on 2000/09/01  21:48:32
49814         Log: Detypo.
49815      Branch: perl
49816            ! hints/hpux.sh
49817 ____________________________________________________________________________
49818 [  6996] By: jhi                                   on 2000/09/01  21:27:10
49819         Log: Update Changes.
49820      Branch: perl
49821            ! Changes patchlevel.h
49822 ____________________________________________________________________________
49823 [  6995] By: jhi                                   on 2000/09/01  21:14:24
49824         Log: Mi splgn s gnin.g
49825      Branch: perl
49826            ! pp_ctl.c
49827 ____________________________________________________________________________
49828 [  6994] By: jhi                                   on 2000/09/01  21:09:54
49829         Log: Subject: http:// in L<>
49830              From: Nicholas Clark <nick@ccl4.org>
49831              Date: Fri, 1 Sep 2000 22:03:21 +0100
49832              Message-ID: <20000901220321.B72074@plum.flirble.org>
49833      Branch: perl
49834            ! README.os2 pod/perl56delta.pod pod/perlxs.pod
49835 ____________________________________________________________________________
49836 [  6993] By: jhi                                   on 2000/09/01  21:06:54
49837         Log: Update to Storable 1.0, from Raphael Manfredi.
49838      Branch: perl
49839            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
49840            ! ext/Storable/Makefile.PL ext/Storable/README
49841            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
49842            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
49843            ! t/lib/st-dclone.t t/lib/st-dump.pl t/lib/st-forgive.t
49844            ! t/lib/st-freeze.t t/lib/st-overload.t t/lib/st-recurse.t
49845            ! t/lib/st-retrieve.t t/lib/st-store.t t/lib/st-tied.t
49846            ! t/lib/st-tiedhook.t t/lib/st-tieditems.t
49847 ____________________________________________________________________________
49848 [  6992] By: jhi                                   on 2000/09/01  20:43:05
49849         Log: Mention known sfio+linux buglet.
49850      Branch: perl
49851            ! pod/perldelta.pod
49852 ____________________________________________________________________________
49853 [  6991] By: jhi                                   on 2000/09/01  20:40:11
49854         Log: Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
49855              From: Peter Prymmer <pvhp@forte.com>
49856              Date: Fri, 1 Sep 2000 12:03:38 -0700 (PDT)
49857              Message-ID: <Pine.OSF.4.10.10009011140240.147696-100000@aspara.forte.com>
49858      Branch: perl
49859            ! vms/vms.c
49860 ____________________________________________________________________________
49861 [  6990] By: jhi                                   on 2000/09/01  20:25:26
49862         Log: Retract #6986.
49863      Branch: perl
49864            ! hints/solaris_2.sh
49865 ____________________________________________________________________________
49866 [  6989] By: jhi                                   on 2000/09/01  20:23:00
49867         Log: Mergesort is back.
49868      Branch: perl
49869            ! pod/perldelta.pod pod/perltoc.pod pp_ctl.c
49870 ____________________________________________________________________________
49871 [  6988] By: jhi                                   on 2000/09/01  19:37:40
49872         Log: Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
49873              From: Mike Guy <mjtg@cam.ac.uk>
49874              Date: Fri, 01 Sep 2000 17:43:33 +0100
49875              Message-Id: <E13Utuf-0004Bw-00@draco.cus.cam.ac.uk>
49876      Branch: perl
49877            ! doop.c embed.pl perlapi.c pod/perlapi.pod pod/perldiag.pod
49878            ! pod/perlfunc.pod proto.h t/op/vec.t utf8.c
49879 ____________________________________________________________________________
49880 [  6987] By: jhi                                   on 2000/09/01  19:17:10
49881         Log: Regen perltoc.
49882      Branch: perl
49883            ! pod/perltoc.pod
49884 ____________________________________________________________________________
49885 [  6986] By: jhi                                   on 2000/09/01  18:51:10
49886         Log: Subject: Re: Solaris x86 has no SPARC libraries!
49887              From: Lupe Christoph <lupe@lupe-christoph.de>
49888              Date: Fri, 1 Sep 2000 20:41:20 +0200
49889              Message-ID: <20000901204120.P13547@alanya.lupe-christoph.de>
49890      Branch: perl
49891            ! hints/solaris_2.sh
49892 ____________________________________________________________________________
49893 [  6985] By: jhi                                   on 2000/09/01  18:28:10
49894         Log: Update Changes.
49895      Branch: perl
49896            ! Changes patchlevel.h
49897 ____________________________________________________________________________
49898 [  6984] By: jhi                                   on 2000/09/01  18:26:53
49899         Log: Feature ordering tweak.
49900      Branch: perl
49901            ! myconfig.SH
49902 ____________________________________________________________________________
49903 [  6983] By: jhi                                   on 2000/09/01  18:19:50
49904         Log: Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
49905              From: <abigail@foad.org>
49906              Date: Fri, 1 Sep 2000 13:07:32 -0400
49907              Message-ID: <20000901170732.18249.qmail@foad.org>
49908      Branch: perl
49909            ! t/pragma/overload.t
49910 ____________________________________________________________________________
49911 [  6982] By: jhi                                   on 2000/09/01  18:17:54
49912         Log: Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
49913              so that case-ignoring systems like DCL can tell them from
49914              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
49915      Branch: metaconfig/U/perl
49916            ! Checkcc.U gccvers.U longdblfio.U perlxvf.U quadfio.U
49917      Branch: perl
49918            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
49919            ! config_h.SH configure.com epoc/config.sh hints/aix.sh
49920            ! hints/dec_osf.sh hints/hpux.sh hints/irix_6.sh
49921            ! hints/solaris_2.sh myconfig.SH uconfig.h uconfig.sh
49922            ! vos/config.def vos/config.h vos/config_h.SH_orig
49923            ! win32/config.bc win32/config.gc win32/config.vc
49924 ____________________________________________________________________________
49925 [  6981] By: nick                                  on 2000/09/01  17:21:57
49926         Log: Document UNTIE. Also tweak implementation to suppress the 'inner references'
49927              warning when UNTIE exists and instead pass the cound of extra references to
49928              the UNTIE method.
49929      Branch: perl
49930            ! pod/perltie.pod pp_sys.c
49931 ____________________________________________________________________________
49932 [  6980] By: jhi                                   on 2000/09/01  16:54:44
49933         Log: Subject: [PATCH: 6948] add SCNfldbl to configure.com
49934              From: Peter Prymmer <pvhp@forte.com>
49935              Date: Thu, 31 Aug 2000 18:47:18 -0700 (PDT)
49936              Message-ID: <Pine.OSF.4.10.10008311811060.91659-100000@aspara.forte.com>
49937      Branch: perl
49938            ! configure.com
49939 ____________________________________________________________________________
49940 [  6979] By: jhi                                   on 2000/09/01  16:06:20
49941         Log: Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
49942              From: Mike Guy <mjtg@cam.ac.uk> 
49943              Date: Fri, 01 Sep 2000 16:49:27 +0100
49944              Message-Id: <E13Ut4J-0002sd-00@draco.cus.cam.ac.uk>  
49945      Branch: perl
49946            ! t/base/rs.t
49947 ____________________________________________________________________________
49948 [  6978] By: jhi                                   on 2000/09/01  16:00:42
49949         Log: Update to PodParser 1.18, from Brad Appleton.
49950      Branch: perl
49951            ! lib/Pod/Checker.pm t/pod/find.t
49952 ____________________________________________________________________________
49953 [  6977] By: jhi                                   on 2000/09/01  14:48:58
49954         Log: Subject: Nit in Configure (bleadperl@6961)
49955              From: Lupe Christoph <lupe@lupe-christoph.de>
49956              Date: Fri, 1 Sep 2000 16:34:29 +0200
49957              Message-ID: <20000901163429.K13547@alanya.lupe-christoph.de>
49958      Branch: metaconfig
49959            ! U/compline/ccflags.U
49960      Branch: perl
49961            ! Configure config_h.SH
49962 ____________________________________________________________________________
49963 [  6976] By: jhi                                   on 2000/09/01  14:39:52
49964         Log: Update Changes.
49965      Branch: perl
49966            ! Changes patchlevel.h
49967 ____________________________________________________________________________
49968 [  6975] By: jhi                                   on 2000/09/01  14:37:36
49969         Log: microperl config update.
49970      Branch: perl
49971            ! uconfig.h uconfig.sh
49972 ____________________________________________________________________________
49973 [  6974] By: jhi                                   on 2000/09/01  14:36:53
49974         Log: Document known deficiencies.
49975      Branch: perl
49976            ! pod/perldelta.pod
49977 ____________________________________________________________________________
49978 [  6973] By: jhi                                   on 2000/09/01  14:10:20
49979         Log: Mention warnings fixes and updates.
49980      Branch: perl
49981            ! pod/perldelta.pod
49982 ____________________________________________________________________________
49983 [  6972] By: jhi                                   on 2000/09/01  14:01:52
49984         Log: Drop unused argument.
49985              
49986              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
49987              From: Spider Boardman <spider@web.zk3.dec.com>
49988              Date: Thu, 31 Aug 2000 16:10:15 -0400
49989              Message-Id: <200008312010.QAA20392@leggy.zk3.dec.com>
49990      Branch: perl
49991            ! toke.c
49992 ____________________________________________________________________________
49993 [  6971] By: jhi                                   on 2000/09/01  13:59:24
49994         Log: Add the overload warnings to perldiag.
49995      Branch: perl
49996            ! lib/overload.pm pod/perldiag.pod
49997 ____________________________________________________________________________
49998 [  6970] By: jhi                                   on 2000/09/01  13:55:10
49999         Log: Subject: RE: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
50000              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
50001              Date: Fri, 1 Sep 2000 13:43:15 +0100 
50002              Message-ID: <001001c01412$32c7dde0$a20a140a@bfs.phone.com>                
50003      Branch: perl
50004            ! lib/overload.pm t/pragma/overload.t
50005 ____________________________________________________________________________
50006 [  6969] By: jhi                                   on 2000/09/01  13:52:27
50007         Log: Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
50008              From: <abigail@foad.org>
50009              Date: Fri, 1 Sep 2000 05:46:54 -0400
50010              Message-ID: <20000901094654.6476.qmail@foad.org>
50011      Branch: perl
50012            ! lib/overload.pm
50013 ____________________________________________________________________________
50014 [  6968] By: jhi                                   on 2000/09/01  13:50:05
50015         Log: Subject: [PATCH@6961] Fix misleading example in perlretut.pod
50016              From: Daniel Chetlin <daniel@chetlin.com>
50017              Date: Fri, 1 Sep 2000 02:10:55 -0700
50018              Message-ID: <20000901021055.C3400@ilmd.chetlin.org>
50019      Branch: perl
50020            ! pod/perlretut.pod
50021 ____________________________________________________________________________
50022 [  6967] By: jhi                                   on 2000/09/01  13:47:54
50023         Log: Part of the solution.
50024              
50025              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
50026              From: Mike Guy <mjtg@cam.ac.uk>
50027              Date: Fri, 01 Sep 2000 14:16:01 +0100
50028              Message-Id: <E13Uqfp-0006dN-00@draco.cus.cam.ac.uk>
50029      Branch: perl
50030            ! gv.c mg.c
50031 ____________________________________________________________________________
50032 [  6966] By: jhi                                   on 2000/09/01  13:46:17
50033         Log: Subject: CPAN.pm beta 1.57_57 for the core
50034              From: andreas.koenig@anima.de (Andreas J. Koenig)
50035              Date: 01 Sep 2000 15:16:31 +0200
50036              Message-ID: <m3r974z1zk.fsf@ak-71.mind.de>
50037      Branch: perl
50038            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
50039 ____________________________________________________________________________
50040 [  6965] By: jhi                                   on 2000/09/01  13:43:18
50041         Log: Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
50042              From: "Craig A. Berry" <craig.berry@psinetcs.com>
50043              Date: Fri, 01 Sep 2000 01:47:22 -0500
50044              Message-Id: <4.3.2.7.2.20000901011206.01ca2e88@exchi01>
50045      Branch: perl
50046            ! pod/perldelta.pod vms/vms.c
50047 ____________________________________________________________________________
50048 [  6964] By: jhi                                   on 2000/09/01  13:35:35
50049         Log: File::Temp patches from Andreas König,
50050              
50051              Subject: Re: [ID 20000831.046] OK: perl v5.7.0 +DEVEL6961 on sun4-solaris 2.8  (UNINSTALLED)
50052              From: andreas.koenig@anima.de (Andreas J. Koenig)
50053              Date: 01 Sep 2000 10:07:20 +0200
50054              Message-ID: <m3lmxc1qo7.fsf@ak-71.mind.de>
50055              
50056              Subject: Re: Almost OK: perl v5.7.0 +DEVEL6937 on PA-RISC2.0 11.00 (INSTALLED)
50057              From: andreas.koenig@anima.de (Andreas J. Koenig)
50058              Date: 31 Aug 2000 23:26:08 +0200
50059              Message-ID: <m3bsy92kcv.fsf@ak-71.mind.de>
50060      Branch: perl
50061            ! lib/File/Temp.pm t/lib/ftmp-security.t
50062 ____________________________________________________________________________
50063 [  6963] By: jhi                                   on 2000/09/01  02:22:24
50064         Log: Retract the mergesort code, way too incompatible licensing
50065              and copyrights.
50066      Branch: perl
50067            ! pod/perldelta.pod pp_ctl.c
50068 ____________________________________________________________________________
50069 [  6962] By: jhi                                   on 2000/08/31  23:27:32
50070         Log: Update Changes.
50071      Branch: perl
50072            ! Changes patchlevel.h
50073 ____________________________________________________________________________
50074 [  6961] By: jhi                                   on 2000/08/31  23:20:04
50075         Log: Small tweaks all over.
50076      Branch: metaconfig
50077            ! U/compline/d_gconvert.U
50078      Branch: perl
50079            ! AUTHORS Configure config_h.SH pp_ctl.c
50080 ____________________________________________________________________________
50081 [  6960] By: jhi                                   on 2000/08/31  22:39:36
50082         Log: Further rewording.
50083      Branch: perl
50084            ! pp_ctl.c
50085 ____________________________________________________________________________
50086 [  6959] By: jhi                                   on 2000/08/31  21:26:44
50087         Log: More address tweaking.
50088      Branch: perl
50089            ! AUTHORS Changes
50090 ____________________________________________________________________________
50091 [  6958] By: jhi                                   on 2000/08/31  20:47:25
50092         Log: AUTHORS tweaks, from Peter Prymmer.
50093              
50094              Subject: [PATCH: 6948] mvs doesn't exist (not any more)
50095              From: Peter Prymmer <pvhp@forte.com>
50096              Date: Thu, 31 Aug 2000 12:56:32 -0700 (PDT) 
50097              Message-ID: <Pine.OSF.4.10.10008311248410.91659-100000@aspara.forte.com>
50098      Branch: perl
50099            ! AUTHORS MAINTAIN
50100 ____________________________________________________________________________
50101 [  6957] By: jhi                                   on 2000/08/31  20:34:43
50102         Log: perldelta tweaks.
50103      Branch: perl
50104            ! pod/perldelta.pod
50105 ____________________________________________________________________________
50106 [  6956] By: jhi                                   on 2000/08/31  19:11:06
50107         Log: Regen perltoc.
50108      Branch: perl
50109            ! pod/perltoc.pod
50110 ____________________________________________________________________________
50111 [  6955] By: jhi                                   on 2000/08/31  19:06:30
50112         Log: Clarify the mergesort situation.
50113      Branch: perl
50114            ! pp_ctl.c
50115 ____________________________________________________________________________
50116 [  6954] By: jhi                                   on 2000/08/31  18:24:17
50117         Log: Move the Solaris 7 scan to use64bitall, make the
50118              failure to find 64-bot sparc libc to mention the
50119              possibility of being in an intel, from Lupe and Alan.
50120      Branch: perl
50121            ! hints/solaris_2.sh
50122 ____________________________________________________________________________
50123 [  6953] By: jhi                                   on 2000/08/31  18:09:20
50124         Log: Forget about NV_MAX (#6951).  Various floating point tweaks,
50125              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
50126      Branch: metaconfig
50127            ! U/compline/d_gconvert.U U/threads/archname.U
50128      Branch: metaconfig/U/perl
50129            ! perlxv.U
50130      Branch: perl
50131            ! Configure config_h.SH sv.c
50132 ____________________________________________________________________________
50133 [  6952] By: jhi                                   on 2000/08/31  17:42:24
50134         Log: :: not allowed in pathnames, change to .
50135              
50136              Subject: [PATCH perl@6938] cygwin port
50137              From: "Fifer, Eric" <EFifer@sanwaint.com>
50138              Date: Thu, 31 Aug 2000 16:32:59 +0100
50139              Message-ID: <779F20BCCE5AD31186A50008C75D997917179A@silldn_mail1.sanwaint.com>
50140      Branch: metaconfig/U/perl
50141            ! perlxv.U
50142 ____________________________________________________________________________
50143 [  6951] By: jhi                                   on 2000/08/31  17:02:05
50144         Log: Try to deduce NV_MAX.  Really should be Configure fodder.
50145      Branch: perl
50146            ! perl.h
50147 ____________________________________________________________________________
50148 [  6950] By: jhi                                   on 2000/08/31  16:26:08
50149         Log: More author updates.
50150              
50151              Subject: Re: [PATCH] Mark-Jason Dominus Does Exist
50152              From: Simon Cozens <simon@cozens.net>
50153              Date: Thu, 31 Aug 2000 17:13:32 +0100
50154              Message-ID: <20000831171332.A22498@deep-dark-truthful-mirror.perlhacker.org>
50155      Branch: perl
50156            ! AUTHORS
50157 ____________________________________________________________________________
50158 [  6949] By: jhi                                   on 2000/08/31  16:04:49
50159         Log: POSIX doesn't report long double values under -Duselongdouble
50160              when the long doubles are "real" (bigger than doubles).
50161              
50162              Subject: [ID 20000831.014] Not OK: perl v5.7.0 +DEVEL6919 on alpha-dec_osf-ld 5.1
50163              From: Spider Boardman <spider@peano.zk3.dec.com>
50164              Date: Thu, 31 Aug 2000 11:48:48 -0400 (EDT)
50165              Message-Id: <200008311548.LAA0000161952@peano.zk3.dec.com>
50166      Branch: perl
50167            ! ext/POSIX/POSIX.xs
50168 ____________________________________________________________________________
50169 [  6948] By: jhi                                   on 2000/08/31  15:25:10
50170         Log: Update Changes.
50171      Branch: perl
50172            ! Changes patchlevel.h
50173 ____________________________________________________________________________
50174 [  6947] By: jhi                                   on 2000/08/31  15:22:29
50175         Log: Document UNTIE in a very minimalistic way.
50176      Branch: perl
50177            ! pod/perlfunc.pod pod/perltie.pod
50178 ____________________________________________________________________________
50179 [  6946] By: jhi                                   on 2000/08/31  15:15:23
50180         Log: Document known failures.
50181      Branch: perl
50182            ! pod/perldelta.pod
50183 ____________________________________________________________________________
50184 [  6945] By: jhi                                   on 2000/08/31  15:07:00
50185         Log: Don't attach -ld to the archname if pointless.
50186      Branch: metaconfig
50187            ! U/threads/archname.U
50188      Branch: perl
50189            ! Configure config_h.SH
50190 ____________________________________________________________________________
50191 [  6944] By: jhi                                   on 2000/08/31  14:37:42
50192         Log: Wrap the test in eval.
50193              
50194              Subject: Re: [ID 20000831.009] Not OK: perl v5.7.0 +DEVEL6932 on sun4-solaris2.8 (UNINSTALLED)
50195              From: Tim Jenness <timj@jach.hawaii.edu>
50196              Date: Thu, 31 Aug 2000 03:39:33 -1000 (HST)
50197              Message-ID: <Pine.LNX.4.21.0008310311190.7444-100000@lapaki.jach.hawaii.edu>
50198      Branch: perl
50199            ! t/lib/ftmp-security.t
50200 ____________________________________________________________________________
50201 [  6943] By: jhi                                   on 2000/08/31  14:30:57
50202         Log: Make -Dusemorebits find long doubles in Solaris.
50203      Branch: perl
50204            ! hints/solaris_2.sh
50205 ____________________________________________________________________________
50206 [  6942] By: jhi                                   on 2000/08/31  13:48:45
50207         Log: Clarify the third case of ftmp-security warnings.
50208      Branch: perl
50209            ! INSTALL
50210 ____________________________________________________________________________
50211 [  6941] By: jhi                                   on 2000/08/31  13:40:31
50212         Log: Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
50213              From: <abigail@foad.org>
50214              Date: Thu, 31 Aug 2000 01:35:05 -0400
50215              Message-ID: <20000831053505.32120.qmail@foad.org>
50216      Branch: perl
50217            ! pod/perldelta.pod
50218 ____________________________________________________________________________
50219 [  6940] By: jhi                                   on 2000/08/31  13:38:48
50220         Log: Issue useful diagnostic on unknown pod commands.
50221              
50222              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
50223              From: <abigail@foad.org>
50224              Date: Thu, 31 Aug 2000 03:41:18 -0400
50225              Message-ID: <20000831074118.24880.qmail@foad.org>
50226      Branch: perl
50227            ! lib/Pod/Man.pm
50228 ____________________________________________________________________________
50229 [  6939] By: jhi                                   on 2000/08/31  13:34:33
50230         Log: Reveal Borland's isnan.
50231              
50232              Subject: build with BC++ tweak
50233              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
50234              Date: Thu, 31 Aug 2000 13:09:37 +0400
50235              Message-ID: <402099F49BEED211999700805FC7359F6FACA6@ru0028exch01.spb.lucent.com>
50236      Branch: perl
50237            ! win32/win32.h
50238 ____________________________________________________________________________
50239 [  6938] By: jhi                                   on 2000/08/31  05:01:20
50240         Log: Update Changes.
50241      Branch: perl
50242            ! Changes patchlevel.h
50243 ____________________________________________________________________________
50244 [  6937] By: jhi                                   on 2000/08/31  04:26:23
50245         Log: sscanf() may be the only way to read long doubles from strings.
50246      Branch: metaconfig/U/perl
50247            ! longdblfio.U
50248      Branch: perl
50249            ! Configure config_h.SH perl.h util.c
50250 ____________________________________________________________________________
50251 [  6936] By: jhi                                   on 2000/08/31  04:18:19
50252         Log: The #6929 was too skimpy.
50253      Branch: perl
50254            ! sv.c
50255 ____________________________________________________________________________
50256 [  6935] By: jhi                                   on 2000/08/31  02:47:07
50257         Log: Subject: Re: typos in pods
50258              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
50259              Date: Wed, 30 Aug 2000 19:25:34 -0700
50260              Message-ID: <eIcr5gzkg25X092yn@efn.org>
50261      Branch: perl
50262            ! lib/CPAN.pm lib/Pod/Checker.pm pod/perlmodlib.PL
50263 ____________________________________________________________________________
50264 [  6934] By: jhi                                   on 2000/08/31  02:42:55
50265         Log: Missed one Unicode file.
50266      Branch: perl
50267            + lib/unicode/UCDFF301.html
50268 ____________________________________________________________________________
50269 [  6933] By: jhi                                   on 2000/08/30  23:42:27
50270         Log: Update Changes.
50271      Branch: perl
50272            ! Changes patchlevel.h
50273 ____________________________________________________________________________
50274 [  6932] By: jhi                                   on 2000/08/30  23:40:07
50275         Log: Mention UNTIE in perldelta.  Still needs documenting
50276              in perltie et alia.
50277      Branch: perl
50278            ! pod/perldelta.pod
50279 ____________________________________________________________________________
50280 [  6931] By: jhi                                   on 2000/08/30  23:36:02
50281         Log: Subject: [PATCH] Don't use big-Oh when talking about lower bounds.
50282              From: <abigail@foad.org>
50283              Date: Wed, 30 Aug 2000 19:28:07 -0400
50284              Message-ID: <20000830232807.305.qmail@foad.org>
50285      Branch: perl
50286            ! pod/perldelta.pod
50287 ____________________________________________________________________________
50288 [  6930] By: jhi                                   on 2000/08/30  23:32:40
50289         Log: Update to Unicode 3.0.1.
50290      Branch: perl
50291            + lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
50292            + lib/unicode/PropList.txt lib/unicode/README.perl
50293            + lib/unicode/UCD301.html lib/unicode/Unicode.301
50294            - lib/unicode/Props.txt lib/unicode/UCD300.html
50295            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
50296            ! (edit 257 files)
50297 ____________________________________________________________________________
50298 [  6929] By: jhi                                   on 2000/08/30  22:38:18
50299         Log: Heap decorruption.
50300              
50301              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
50302              From: Alan Burlison <Alan.Burlison@uk.sun.com>
50303              Date: Wed, 30 Aug 2000 22:39:52 +0100
50304              Message-ID: <39AD7F28.A06533CF@uk.sun.com>
50305      Branch: perl
50306            ! sv.c
50307 ____________________________________________________________________________
50308 [  6928] By: jhi                                   on 2000/08/30  22:29:34
50309         Log: Retract the dummy test, skip the security tests (instead of failing),
50310              explain what the warnings mean.
50311      Branch: perl
50312            ! INSTALL lib/File/Temp.pm t/lib/ftmp-security.t
50313 ____________________________________________________________________________
50314 [  6927] By: jhi                                   on 2000/08/30  22:14:13
50315         Log: Change the internal implementation of sort() to be mergesort
50316              instead of quicksort, from John Linderman <jpl@research.att.com>.
50317              Gives us better worst case, better average case, and stability.
50318              What's there not to like?  (Small fixes for threaded builds
50319              were required).
50320      Branch: perl
50321            ! pod/perldelta.pod pp_ctl.c t/op/runlevel.t
50322 ____________________________________________________________________________
50323 [  6926] By: jhi                                   on 2000/08/30  20:55:20
50324         Log: A better fix for the Socket building problem from Craig Berry.
50325      Branch: perl
50326            ! vms/vms.c
50327 ____________________________________________________________________________
50328 [  6925] By: jhi                                   on 2000/08/30  20:20:25
50329         Log: Subject: [PATCH] Re: UNTIE method 
50330              From: Nick Ing-Simmons <nik@tiuk.ti.com>
50331              Date: Wed, 30 Aug 2000 18:26:55 +0100 (BST)
50332              Message-Id: <200008301726.SAA01114@mikado.tiuk.ti.com>
50333      Branch: perl
50334            ! pp_sys.c t/op/tie.t
50335 ____________________________________________________________________________
50336 [  6924] By: jhi                                   on 2000/08/30  20:17:11
50337         Log: Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
50338              From: "Craig A. Berry" <craig.berry@psinetcs.com>
50339              Date: Wed, 30 Aug 2000 15:03:14 -0500
50340              Message-Id: <4.3.2.7.2.20000830144622.028fe7a8@exchi01>
50341      Branch: perl
50342            ! vms/vms.c
50343 ____________________________________________________________________________
50344 [  6923] By: jhi                                   on 2000/08/30  20:15:18
50345         Log: Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
50346              From: "Craig A. Berry" <craig.berry@psinetcs.com>
50347              Date: Wed, 30 Aug 2000 13:30:36 -0500
50348              Message-Id: <4.3.2.7.2.20000830130617.02b8b968@exchi01>
50349      Branch: perl
50350            ! vms/vms.c
50351 ____________________________________________________________________________
50352 [  6922] By: jhi                                   on 2000/08/30  19:54:43
50353         Log: Better options for rsync.
50354      Branch: perl
50355            ! pod/perlhack.pod
50356 ____________________________________________________________________________
50357 [  6921] By: jhi                                   on 2000/08/30  19:40:16
50358         Log: Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
50359              From: Rick Delaney <rick@consumercontact.com>
50360              Date: Wed, 30 Aug 2000 15:36:55 -0400 (EDT)
50361              Message-Id: <Pine.UW2.4.10.10008301535210.1949-100000@consumer>
50362      Branch: perl
50363            ! pod/perlfunc.pod
50364 ____________________________________________________________________________
50365 [  6920] By: jhi                                   on 2000/08/30  19:36:40
50366         Log: Subject: [PATCH 6889] add a few ldbl formats to configure.com
50367              From: Peter Prymmer <pvhp@forte.com>
50368              Date: Tue, 29 Aug 2000 17:36:00 -0700 (PDT)
50369              Message-ID: <Pine.OSF.4.10.10008291720260.502507-100000@aspara.forte.com>
50370      Branch: perl
50371            ! configure.com
50372 ____________________________________________________________________________
50373 [  6919] By: jhi                                   on 2000/08/30  14:52:02
50374         Log: Update Changes.
50375      Branch: perl
50376            ! Changes patchlevel.h
50377 ____________________________________________________________________________
50378 [  6918] By: jhi                                   on 2000/08/30  14:48:34
50379         Log: NVs not necessarily doubles, as pointed out by Yitzchak.
50380      Branch: perl
50381            ! lib/ExtUtils/typemap
50382 ____________________________________________________________________________
50383 [  6917] By: jhi                                   on 2000/08/30  14:46:34
50384         Log: Subject: typos in pods
50385              From: Nicholas Clark <nick@ccl4.org>
50386              Date: Wed, 30 Aug 2000 01:12:50 +0100
50387              Message-ID: <20000830011249.A61388@plum.flirble.org>
50388      Branch: perl
50389            ! pod/perldbmfilter.pod pod/perldebtut.pod pod/perldebug.pod
50390            ! pod/perldiag.pod pod/perlebcdic.pod pod/perlfunc.pod
50391            ! pod/perlguts.pod pod/perlhack.pod pod/perlmodlib.pod
50392            ! pod/perlnewmod.pod pod/perlport.pod pod/perltoc.pod
50393 ____________________________________________________________________________
50394 [  6916] By: jhi                                   on 2000/08/30  14:19:09
50395         Log: Document Storable problems on Crays.  (Will have
50396              to document all the other Storable problems, too.)
50397      Branch: perl
50398            ! pod/perldelta.pod
50399 ____________________________________________________________________________
50400 [  6915] By: jhi                                   on 2000/08/30  14:06:02
50401         Log: Subject: [PATCH] fix misc cast warnings
50402              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
50403              Date: Tue, 29 Aug 2000 23:16:14 -0700
50404              Message-ID: <uaKr5gzkgGwQ092yn@efn.org>
50405      Branch: perl
50406            ! lib/ExtUtils/typemap os2/OS2/ExtAttr/ExtAttr.xs
50407            ! os2/OS2/ExtAttr/typemap os2/OS2/REXX/REXX.xs os2/os2.c
50408            ! os2/os2ish.h
50409 ____________________________________________________________________________
50410 [  6914] By: jhi                                   on 2000/08/30  14:03:45
50411         Log: Timestamp mismatch again.  Need to fix this dependence on
50412              config_h.SH timestamp, since it's the contents of config_h.SH
50413              that matter.
50414      Branch: perl
50415            ! uconfig.h uconfig.sh
50416 ____________________________________________________________________________
50417 [  6913] By: jhi                                   on 2000/08/30  13:54:06
50418         Log: Don't say "Perl 5.0 source kit".
50419      Branch: perl
50420            ! perl.c
50421 ____________________________________________________________________________
50422 [  6912] By: jhi                                   on 2000/08/30  13:51:24
50423         Log: Reset archname and archname64 always, forcing them be
50424              recomputed at each Configure run, make Configure and
50425              the hints files agree on the naming of largefiles variables.
50426      Branch: metaconfig
50427            ! U/threads/archname.U
50428      Branch: metaconfig/U/perl
50429            ! use64bits.U
50430      Branch: perl
50431            ! Configure config_h.SH configpm hints/aix.sh hints/hpux.sh
50432            ! hints/linux.sh hints/solaris_2.sh
50433 ____________________________________________________________________________
50434 [  6911] By: jhi                                   on 2000/08/30  13:30:13
50435         Log: Put back the slice accidentally removed by #6907.
50436      Branch: perl
50437            ! hints/solaris_2.sh
50438 ____________________________________________________________________________
50439 [  6910] By: jhi                                   on 2000/08/30  01:24:26
50440         Log: Be consistent: other Net::get* do export theirs.
50441              
50442              Subject: Re: Net::protoent does not export 'getproto'
50443              From: Yasushi Nakajima <sey@jkc.co.jp>
50444              Date: Wed, 30 Aug 2000 09:53:14 +0900
50445              Message-Id: <200008300051.DAA24700@taku.hut.fi>
50446      Branch: perl
50447            ! lib/Net/protoent.pm
50448 ____________________________________________________________________________
50449 [  6909] By: jhi                                   on 2000/08/30  01:17:25
50450         Log: Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
50451              From: Gurusamy Sarathy <gsar@ActiveState.com>
50452              Date: Tue, 29 Aug 2000 17:17:07 -0700
50453              Message-Id: <200008300017.RAA25382@smtp3.ActiveState.com>
50454      Branch: perl
50455            ! cop.h
50456 ____________________________________________________________________________
50457 [  6908] By: jhi                                   on 2000/08/30  00:58:05
50458         Log: Update Changes.
50459      Branch: perl
50460            ! Changes patchlevel.h
50461 ____________________________________________________________________________
50462 [  6907] By: jhi                                   on 2000/08/30  00:57:22
50463         Log: Introduce ccname to keep track of what compiler kind of we have.
50464      Branch: metaconfig/U/perl
50465            ! Checkcc.U gccvers.U
50466      Branch: perl
50467            ! Configure config_h.SH hints/solaris_2.sh
50468 ____________________________________________________________________________
50469 [  6906] By: jhi                                   on 2000/08/30  00:25:47
50470         Log: Put back the flags dump as reasoned in
50471              
50472              Subject: Re: [PATCH] Glob dumping
50473              From: Mike Guy <mjtg@cam.ac.uk> 
50474              Date: Tue, 29 Aug 2000 21:41:32 +0100
50475              Message-Id: <E13TsCK-0007iL-00@draco.cus.cam.ac.uk>
50476      Branch: perl
50477            ! dump.c t/lib/peek.t
50478 ____________________________________________________________________________
50479 [  6905] By: jhi                                   on 2000/08/30  00:16:17
50480         Log: Make the epsilon to be relative, not absolute.
50481              
50482              Subject: Re: [ID 20000829.039] Not OK: perl v5.7.0 +DEVEL6899 +[ID on alpha-dec_osf-ld 5.1 (UNINSTALLED)
50483              From: Spider Boardman <spider-perl@orb.nashua.nh.us>
50484              Date: Tue, 29 Aug 2000 19:58:56 -0400
50485              Message-Id: <200008292358.TAA31114@leggy.zk3.dec.com>
50486      Branch: perl
50487            ! t/lib/trig.t
50488 ____________________________________________________________________________
50489 [  6904] By: jhi                                   on 2000/08/30  00:13:09
50490         Log: From now on, Gisle is on my list of usual suspects :-)
50491              Retract #6902.
50492      Branch: perl
50493            ! ext/Opcode/Safe.pm
50494 ____________________________________________________________________________
50495 [  6903] By: jhi                                   on 2000/08/29  23:51:20
50496         Log: Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
50497              From: "Craig A. Berry" <craig.berry@psinetcs.com>
50498              Date: Tue, 29 Aug 2000 18:43:26 -0500
50499              Message-Id: <4.3.2.7.2.20000829180705.01b005b8@exchi01>
50500      Branch: perl
50501            + vms/vmspipe.com
50502            ! MANIFEST t/io/openpid.t vms/descrip_mms.template vms/test.com
50503            ! vms/vms.c
50504 ____________________________________________________________________________
50505 [  6902] By: jhi                                   on 2000/08/29  23:44:14
50506         Log: Retry what #6882 attempted.
50507              
50508              Subject: Re: [ID 20000829.004] Sharing leak root name into safe compartment
50509              From: Gisle Aas <gisle@ActiveState.com>
50510              Date: 30 Aug 2000 00:33:09 +0200
50511              Message-ID: <m3pumry9y2.fsf@eik.g.aas.no>
50512      Branch: perl
50513            ! ext/Opcode/Safe.pm
50514 ____________________________________________________________________________
50515 [  6901] By: jhi                                   on 2000/08/29  22:59:32
50516         Log: Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
50517              From: Hugo <hv@crypt.compulink.co.uk>
50518              Date: Mon, 12 Jun 2000 19:36:08 +0100
50519              Message-Id: <200006121836.TAA16977@crypt.compulink.co.uk>
50520      Branch: perl
50521            ! sv.c
50522 ____________________________________________________________________________
50523 [  6900] By: jhi                                   on 2000/08/29  22:58:35
50524         Log: Admit that we are leaking scalars.
50525              
50526              Subject: [ID 20000829.037] Not OK: perl v5.7.0 +DEVEL6899 on alpha-dec_osf 4.0f (UNINSTALLED)
50527              From: Spider Boardman <spider@leggy.zk3.dec.com>
50528              Date: Tue, 29 Aug 2000 18:48:29 -0400
50529              Message-Id: <200008292248.SAA31507@leggy.zk3.dec.com>
50530      Branch: perl
50531            ! t/pragma/warnings.t
50532 ____________________________________________________________________________
50533 [  6899] By: jhi                                   on 2000/08/29  20:53:13
50534         Log: Update Changes.
50535      Branch: perl
50536            ! Changes patchlevel.h
50537 ____________________________________________________________________________
50538 [  6898] By: jhi                                   on 2000/08/29  20:46:21
50539         Log: Undo namespace pollution of #6878.
50540              
50541              Subject: Re: Net::protoent does not export 'getproto'
50542              From: Mike Guy <mjtg@cam.ac.uk>
50543              Date: Tue, 29 Aug 2000 21:32:37 +0100
50544              Message-Id: <E13Ts3h-0007eN-00@draco.cus.cam.ac.uk>
50545      Branch: perl
50546            ! lib/Net/protoent.pm
50547 ____________________________________________________________________________
50548 [  6897] By: jhi                                   on 2000/08/29  20:44:29
50549         Log: Subject: [PATCH: 6889] updates to perlebcdic.pod
50550              From: Peter Prymmer <pvhp@forte.com>
50551              Date: Tue, 29 Aug 2000 13:32:41 -0700 (PDT)
50552              Message-ID: <Pine.OSF.4.10.10008291327500.502507-100000@aspara.forte.com>
50553      Branch: perl
50554            ! pod/perlebcdic.pod
50555 ____________________________________________________________________________
50556 [  6896] By: jhi                                   on 2000/08/29  20:40:57
50557         Log: There's no point repeating the 'revision' (5) of perl5.
50558      Branch: metaconfig/U/perl
50559            ! Devel.U patchlevel.U
50560      Branch: perl
50561            ! Configure config_h.SH
50562 ____________________________________________________________________________
50563 [  6895] By: jhi                                   on 2000/08/29  20:16:58
50564         Log: Regen Configure for #6894.
50565      Branch: metaconfig/U/perl
50566            ! perladmin.U
50567      Branch: perl
50568            ! Configure config_h.SH
50569 ____________________________________________________________________________
50570 [  6894] By: jhi                                   on 2000/08/29  19:59:52
50571         Log: Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
50572              From: "Philip Newton" <Philip.Newton@gmx.net>
50573              Date: Tue, 29 Aug 2000 21:39:14 +0200
50574              Message-Id: <200008291938.VAA98259@smtp1.nikoma.de>
50575      Branch: perl
50576            ! Configure INSTALL README hints/README.hints hints/bsdos.sh
50577            ! hints/freebsd.sh pod/perl.pod pod/perl56delta.pod
50578            ! pod/perlfaq2.pod pod/perllocale.pod pod/perlxs.pod
50579            ! utils/perlbug.PL
50580 ____________________________________________________________________________
50581 [  6893] By: jhi                                   on 2000/08/29  19:55:30
50582         Log: Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
50583              From: "Philip Newton" <Philip.Newton@gmx.net>
50584              Date: Tue, 29 Aug 2000 21:39:14 +0200
50585              Message-Id: <200008291938.VAA98255@smtp1.nikoma.de>
50586      Branch: perl
50587            ! installhtml
50588 ____________________________________________________________________________
50589 [  6892] By: jhi                                   on 2000/08/29  19:53:59
50590         Log: Subject: [ID 20000829.026] [PATCH 6868] File::Temp
50591              From: "Philip Newton" <Philip.Newton@gmx.net>
50592              Date: Tue, 29 Aug 2000 21:48:18 +0200
50593              Message-Id: <200008291947.VAA13628@smtp2.nikoma.de>
50594      Branch: perl
50595            ! lib/File/Temp.pm
50596 ____________________________________________________________________________
50597 [  6891] By: jhi                                   on 2000/08/29  18:30:03
50598         Log: Nail the ID 20000828.023.
50599      Branch: perl
50600            ! ext/Storable/Storable.xs
50601 ____________________________________________________________________________
50602 [  6890] By: jhi                                   on 2000/08/29  16:50:17
50603         Log: Under usethreads the dumped variable is IN_PAD.
50604              
50605              Subject: Re: [PATCH] Glob dumping
50606              From: Gisle Aas <gisle@ActiveState.com>
50607              Date: 29 Aug 2000 18:45:05 +0200
50608              Message-ID: <m37l9010fi.fsf@eik.g.aas.no>
50609      Branch: perl
50610            ! t/lib/peek.t
50611 ____________________________________________________________________________
50612 [  6889] By: jhi                                   on 2000/08/29  15:17:37
50613         Log: Update Changes.
50614      Branch: perl
50615            ! Changes patchlevel.h
50616 ____________________________________________________________________________
50617 [  6888] By: jhi                                   on 2000/08/29  14:49:59
50618         Log: Retract #6882, broke the safe tests.
50619      Branch: perl
50620            ! ext/Opcode/Safe.pm
50621 ____________________________________________________________________________
50622 [  6887] By: jhi                                   on 2000/08/29  14:47:06
50623         Log: Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
50624              From: Gisle Aas <gisle@ActiveState.com> 
50625              Date: 09 Jun 2000 20:00:11 +0200
50626              Message-ID: <m3n1kud9as.fsf@eik.g.aas.no>
50627      Branch: perl
50628            ! utils/perldoc.PL
50629 ____________________________________________________________________________
50630 [  6886] By: jhi                                   on 2000/08/29  14:42:45
50631         Log: The #6881 removed one dump line.
50632      Branch: perl
50633            ! t/lib/peek.t
50634 ____________________________________________________________________________
50635 [  6885] By: jhi                                   on 2000/08/29  14:30:47
50636         Log: Don't forget to tidy up.
50637      Branch: perl
50638            ! t/lib/ftmp-security.t
50639 ____________________________________________________________________________
50640 [  6884] By: jhi                                   on 2000/08/29  14:25:17
50641         Log: Disabling the one test is a bit tricky.
50642      Branch: perl
50643            ! t/lib/ftmp-security.t
50644 ____________________________________________________________________________
50645 [  6883] By: jhi                                   on 2000/08/29  14:16:25
50646         Log: Disable one of the tests for now.
50647      Branch: perl
50648            ! t/lib/ftmp-security.t
50649 ____________________________________________________________________________
50650 [  6882] By: jhi                                   on 2000/08/29  14:05:50
50651         Log: Subject: [ID 20000829.004] Sharing leak root name into safe compartment
50652              From: gisle@aas.no
50653              Date: 29 Aug 2000 10:35:06 -0000
50654              Message-Id: <20000829103506.21538.qmail@eik.g.aas.no>
50655      Branch: perl
50656            ! ext/Opcode/Safe.pm
50657 ____________________________________________________________________________
50658 [  6881] By: jhi                                   on 2000/08/29  14:03:51
50659         Log: Subject: [PATCH] Glob dumping
50660              From: Gisle Aas <gisle@ActiveState.com>
50661              Date: 29 Aug 2000 07:59:42 -0000
50662              Message-ID: <20000829075942.20923.qmail@eik.g.aas.no>
50663      Branch: perl
50664            ! dump.c
50665 ____________________________________________________________________________
50666 [  6880] By: jhi                                   on 2000/08/29  14:02:01
50667         Log: Subject: [PATCH] Warnings in B::Deparse
50668              From: <abigail@foad.org>
50669              Date: Tue, 29 Aug 2000 00:00:01 -0400
50670              Message-ID: <20000829040001.2999.qmail@foad.org>
50671      Branch: perl
50672            ! ext/B/B/Deparse.pm
50673 ____________________________________________________________________________
50674 [  6879] By: jhi                                   on 2000/08/29  13:57:26
50675         Log: Missed a change in #6869.
50676      Branch: perl
50677            ! mg.c
50678 ____________________________________________________________________________
50679 [  6878] By: jhi                                   on 2000/08/29  13:45:04
50680         Log: Subject: Net::protoent does not export 'getproto'
50681              From: Yasushi Nakajima <sey@jkc.co.jp>
50682              Date: Tue, 29 Aug 2000 17:28:57 +0900                 
50683      Branch: perl
50684            ! lib/Net/protoent.pm
50685 ____________________________________________________________________________
50686 [  6877] By: jhi                                   on 2000/08/29  13:39:19
50687         Log: Patches all over for people and the files they (hopefully) care about.
50688      Branch: perl
50689            ! AUTHORS Changes MAINTAIN
50690 ____________________________________________________________________________
50691 [  6876] By: jhi                                   on 2000/08/29  12:53:54
50692         Log: Fix for thinko in #6848.
50693              
50694              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
50695              From: Lupe Christoph <lupe@lupe-christoph.de>
50696              Date: Tue, 29 Aug 2000 09:04:08 +0200
50697              Message-ID: <20000829090408.V4437@alanya.lupe-christoph.de>
50698      Branch: perl
50699            ! ext/Thread/Thread.xs
50700 ____________________________________________________________________________
50701 [  6875] By: jhi                                   on 2000/08/29  12:50:14
50702         Log: Update to Getopt::Long 2.24, from Johan Vromans.
50703      Branch: perl
50704            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
50705 ____________________________________________________________________________
50706 [  6874] By: jhi                                   on 2000/08/29  02:09:53
50707         Log: Use minimal @INC in tests, most of the time just '../lib',
50708              so that we simply can't pick up stuff from other Perls than
50709              the one we are testing.  Pointed out by
50710              
50711              From: Mike Guy <mjtg@cam.ac.uk>
50712              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
50713              Date: Fri, 25 Aug 2000 15:15:59 +0100
50714              Message-Id: <E13SKH1-00031D-00@virgo.cus.cam.ac.uk>
50715      Branch: perl
50716            ! (edit 185 files)
50717 ____________________________________________________________________________
50718 [  6873] By: jhi                                   on 2000/08/29  01:07:11
50719         Log: Subject: [PATCH] Re: files not cleaned even by veryclean
50720              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
50721              Date: Mon, 28 Aug 2000 17:45:52 -0700
50722              Message-ID: <Afwq5gzkg2UB092yn@efn.org>
50723      Branch: perl
50724            ! Makefile.SH hints/os2.sh
50725 ____________________________________________________________________________
50726 [  6872] By: jhi                                   on 2000/08/28  23:33:39
50727         Log: Subject: [PATCH bleedperl@6866] spellings
50728              From: marcel@codewerk.com (Marcel Grunauer)
50729              Date: Tue, 29 Aug 2000 01:19:59 +0200
50730              Message-Id: <200008282319.BAA29862@gandalf.local>
50731      Branch: perl
50732            ! README.os390 pod/perl5004delta.pod pod/perldebtut.pod
50733            ! pod/perlebcdic.pod pod/perlfunc.pod pod/perlguts.pod
50734            ! pod/perlipc.pod pod/perlthrtut.pod pod/perlutil.pod
50735 ____________________________________________________________________________
50736 [  6871] By: jhi                                   on 2000/08/28  23:22:09
50737         Log: Take out the SUIDMAIL thing, that will not be
50738              a problem in 5.7.*.
50739      Branch: perl
50740            ! patchlevel.h
50741 ____________________________________________________________________________
50742 [  6870] By: jhi                                   on 2000/08/28  23:19:30
50743         Log: -S is the silent flag, -s is the strip flag.
50744              
50745              Subject: [PATCH] Re: [PATCH] make no-install          
50746              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
50747              Date: Mon, 28 Aug 2000 15:12:55 -0700
50748              Message-ID: <nPuq5gzkg2FO092yn@efn.org> 
50749      Branch: perl
50750            ! Makefile.SH
50751 ____________________________________________________________________________
50752 [  6869] By: jhi                                   on 2000/08/28  23:12:05
50753         Log: Subject: [PATCH bleedperl@6856] warnings fixes
50754              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
50755              Date: Mon, 28 Aug 2000 23:55:06 +0100
50756              Message-ID: <000501c01143$0230af80$2014140a@bfs.phone.com>
50757      Branch: perl
50758            ! lib/warnings.pm pod/perllexwarn.pod t/pragma/warn/7fatal
50759            ! warnings.h warnings.pl
50760 ____________________________________________________________________________
50761 [  6868] By: jhi                                   on 2000/08/28  21:38:22
50762         Log: Potential cruft.
50763      Branch: perl
50764            ! Makefile.SH
50765 ____________________________________________________________________________
50766 [  6867] By: jhi                                   on 2000/08/28  21:35:36
50767         Log: Update Changes.
50768      Branch: perl
50769            ! Changes patchlevel.h
50770 ____________________________________________________________________________
50771 [  6866] By: jhi                                   on 2000/08/28  21:33:49
50772         Log: Subject: hv.h Doc Patch
50773              From: Fisher Mark <fisherm@tce.com>
50774              Date: Mon, 28 Aug 2000 16:24:59 -0500
50775              Message-ID: <B9B6874277EED211B1890008C707AF5302881C77@indyexch3.indy.tce.com>
50776      Branch: perl
50777            ! hv.h
50778 ____________________________________________________________________________
50779 [  6865] By: jhi                                   on 2000/08/28  21:02:15
50780         Log: Add -ld to archname on long tr...double platforms.
50781      Branch: metaconfig
50782            ! U/threads/archname.U
50783      Branch: perl
50784            ! Configure config_h.SH
50785 ____________________________________________________________________________
50786 [  6864] By: jhi                                   on 2000/08/28  20:38:59
50787         Log: An attempt to fix the problem reported in
50788              
50789              Subject: Building perl@6856 using gcc/AIX 4.3.3 
50790              From: Daniel Muino <dmuino@afip.gov.ar> 
50791              Date: Mon, 28 Aug 2000 15:50:01 -0300   
50792              Message-ID: <20000828155001.A14403@con2-dgi>
50793              
50794              I can't test this properly since the gcc installation I have
50795              access to seems to be botched (gcc is calling the AIX cpp,
50796              a losing proposition...)
50797      Branch: perl
50798            ! hints/aix.sh
50799 ____________________________________________________________________________
50800 [  6863] By: jhi                                   on 2000/08/28  18:57:52
50801         Log: Fix for ID 20000828.001, long doubles were not formatted
50802              correctly (showed up in $], which stopped installing perl).
50803      Branch: perl
50804            ! sv.c
50805 ____________________________________________________________________________
50806 [  6862] By: jhi                                   on 2000/08/28  18:07:15
50807         Log: Typo in #6858.
50808      Branch: perl
50809            ! lib/Cwd.pm
50810 ____________________________________________________________________________
50811 [  6861] By: jhi                                   on 2000/08/28  17:57:27
50812         Log: opmini.o may be left around if a build is interrupted.
50813      Branch: perl
50814            ! Makefile.SH
50815 ____________________________________________________________________________
50816 [  6860] By: jhi                                   on 2000/08/28  16:52:50
50817         Log: Subject: [PATCH@6855] _Minor_ change to overload.pm pod
50818              From: Daniel Chetlin <daniel@chetlin.com>
50819              Date: Mon, 28 Aug 2000 01:14:18 -0700
50820              Message-ID: <20000828011418.J769@ilmd.chetlin.org>
50821      Branch: perl
50822            ! lib/overload.pm
50823 ____________________________________________________________________________
50824 [  6859] By: jhi                                   on 2000/08/28  16:08:46
50825         Log: Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
50826              From: Nicholas Clark <nick@ccl4.org>
50827              Date: Mon, 28 Aug 2000 16:03:27 +0100
50828              Message-Id: <20000828160327.C49785@plum.flirble.org>
50829      Branch: perl
50830            ! ext/ByteLoader/bytecode.h
50831 ____________________________________________________________________________
50832 [  6858] By: jhi                                   on 2000/08/28  16:02:10
50833         Log: Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
50834              From: Wolfgang Laun <wolfgang.laun@alcatel.at>
50835              Date: Mon, 28 Aug 2000 13:08:30 +0200
50836              Message-Id: <200008281108.NAA00782@localhost.aut.alcatel.at>
50837      Branch: perl
50838            ! lib/Cwd.pm
50839 ____________________________________________________________________________
50840 [  6857] By: jhi                                   on 2000/08/28  15:42:47
50841         Log: display_format used as a class method without arguments was broken,
50842              reported in
50843              
50844              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
50845              From: Yasushi Nakajima <sey@san.p.kyoto.jkc.co.jp>
50846              Date: Mon, 28 Aug 2000 16:38:08 +0900 (JST)
50847              Message-Id: <200008280738.QAA00215@san.p.kyoto.jkc.co.jp>
50848      Branch: perl
50849            ! lib/Math/Complex.pm t/lib/complex.t
50850 ____________________________________________________________________________
50851 [  6856] By: jhi                                   on 2000/08/27  22:09:48
50852         Log: Update Changes.
50853      Branch: perl
50854            ! Changes patchlevel.h
50855 ____________________________________________________________________________
50856 [  6855] By: jhi                                   on 2000/08/27  21:59:21
50857         Log: Retract #6853 (false alarm).
50858      Branch: perl
50859            ! lib/ExtUtils/xsubpp
50860 ____________________________________________________________________________
50861 [  6854] By: jhi                                   on 2000/08/27  21:37:44
50862         Log: Update Changes.
50863      Branch: perl
50864            ! Changes patchlevel.h
50865 ____________________________________________________________________________
50866 [  6853] By: jhi                                   on 2000/08/27  21:37:16
50867         Log: Subject: [PATCH perl@6850] workaround for xsubpp
50868              From: Hugo <hv@crypt.compulink.co.uk>
50869              Date: Sun, 27 Aug 2000 22:30:25 +0100
50870              Message-Id: <200008272130.WAA10083@crypt.compulink.co.uk>
50871      Branch: perl
50872            ! lib/ExtUtils/xsubpp
50873 ____________________________________________________________________________
50874 [  6852] By: jhi                                   on 2000/08/27  21:33:58
50875         Log: Big-endian 64-bit patch from Raphael Manfredi.
50876      Branch: perl
50877            ! ext/Storable/Storable.xs
50878 ____________________________________________________________________________
50879 [  6851] By: jhi                                   on 2000/08/27  21:22:21
50880         Log: More ruthless editing from Hugo van der Sanden.
50881      Branch: perl
50882            ! pod/perldelta.pod
50883 ____________________________________________________________________________
50884 [  6850] By: jhi                                   on 2000/08/27  16:11:46
50885         Log: Update Changes.
50886      Branch: perl
50887            ! Changes patchlevel.h
50888 ____________________________________________________________________________
50889 [  6849] By: jhi                                   on 2000/08/27  16:11:05
50890         Log: Provice virtual $Config{ccflags_nolargefiles} etc. 
50891      Branch: perl
50892            ! configpm pod/perldelta.pod
50893 ____________________________________________________________________________
50894 [  6848] By: jhi                                   on 2000/08/27  15:35:08
50895         Log: Use the actual thread type, not the pointer-to-struct.
50896      Branch: perl
50897            ! ext/Thread/Thread.xs
50898 ____________________________________________________________________________
50899 [  6847] By: jhi                                   on 2000/08/27  15:30:49
50900         Log: Test nit.
50901      Branch: perl
50902            ! t/pragma/warn/pp_sys
50903 ____________________________________________________________________________
50904 [  6846] By: jhi                                   on 2000/08/27  15:19:02
50905         Log: Passing -R in ldflags makes now it to appear in the default
50906              for lddlflags, just like with -L.
50907              
50908              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
50909              From: Lupe Christoph <lupe@lupe-christoph.de>
50910              Date: Sun, 27 Aug 2000 10:28:21 +0200
50911              Message-ID: <20000827102821.B4437@alanya.lupe-christoph.de>
50912      Branch: metaconfig/U/perl
50913            ! dlsrc.U
50914      Branch: perl
50915            ! Configure
50916 ____________________________________________________________________________
50917 [  6845] By: jhi                                   on 2000/08/27  15:08:54
50918         Log: Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
50919              From: Alan Burlison <Alan.Burlison@uk.sun.com>
50920              Date: Sat, 26 Aug 2000 22:23:27 +0100
50921              Message-ID: <39A8354F.E1E832C9@uk.sun.com>
50922      Branch: perl
50923            ! lib/ExtUtils/MM_Unix.pm
50924 ____________________________________________________________________________
50925 [  6844] By: jhi                                   on 2000/08/27  15:02:37
50926         Log: DJGPP update from Laszlo Molnar.
50927              
50928              Subject: [ID 20000826.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6788 on dos-djgpp djgpp (UNINSTALLED) [PATCH]
50929              From: ml1050 <ml1050@freemail.hu>
50930              Date: Sat, 26 Aug 2000 23:24:40 +0200
50931              Message-Id: <20000826232440.A439@freemail.hu>
50932      Branch: perl
50933            ! djgpp/config.over lib/File/Temp.pm pod/buildtoc.PL
50934            ! t/lib/ftmp-security.t t/lib/posix.t t/pragma/warn/pp_sys
50935 ____________________________________________________________________________
50936 [  6843] By: jhi                                   on 2000/08/27  14:53:58
50937         Log: Subject: installman buglet
50938              From: Lupe Christoph <lupe@lupe-christoph.de>
50939              Date: Sun, 27 Aug 2000 14:38:59 +0200
50940              Message-ID: <20000827143859.E4437@alanya.lupe-christoph.de>
50941      Branch: perl
50942            ! installman
50943 ____________________________________________________________________________
50944 [  6842] By: jhi                                   on 2000/08/27  14:52:08
50945         Log: Can't get the test to reliably work thanks to the
50946              inaccurateness of floating point.  "Resolves" bug ids
50947              20000826.003, 20000826.009, 20000826.010,
50948      Branch: perl
50949            ! t/lib/trig.t
50950 ____________________________________________________________________________
50951 [  6841] By: jhi                                   on 2000/08/26  15:53:58
50952         Log: Update Changes.
50953      Branch: perl
50954            ! Changes patchlevel.h
50955 ____________________________________________________________________________
50956 [  6840] By: jhi                                   on 2000/08/26  14:23:03
50957         Log: grep -e isn't portable.
50958              
50959              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
50960              From: chris@broadband.att.com
50961              Date: Sat, 26 Aug 2000 00:17:27 -0600 (MDT)
50962              Message-Id: <200008260617.AAA10219@lazlo.tci.com>
50963      Branch: perl
50964            ! hints/solaris_2.sh
50965 ____________________________________________________________________________
50966 [  6839] By: jhi                                   on 2000/08/26  14:12:23
50967         Log: no-install target a la make -n.
50968              
50969              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
50970              From: <abigail@foad.org>
50971              Date: Sat, 26 Aug 2000 03:57:34 -0400
50972              Message-ID: <20000826075735.18912.qmail@foad.org>
50973      Branch: perl
50974            ! Makefile.SH installman installperl
50975 ____________________________________________________________________________
50976 [  6838] By: jhi                                   on 2000/08/26  14:06:33
50977         Log: Retract #6826 as the #6828 should be do the same
50978              in a More Correct Way.
50979      Branch: perl
50980            ! installperl
50981 ____________________________________________________________________________
50982 [  6837] By: jhi                                   on 2000/08/26  05:24:00
50983         Log: More casting.
50984      Branch: perl
50985            ! ext/Storable/Storable.xs
50986 ____________________________________________________________________________
50987 [  6836] By: jhi                                   on 2000/08/26  05:05:46
50988         Log: Nicer in decimal.
50989      Branch: perl
50990            ! ext/Storable/Storable.xs
50991 ____________________________________________________________________________
50992 [  6835] By: jhi                                   on 2000/08/26  05:03:50
50993         Log: There be no UVdf.
50994      Branch: perl
50995            ! ext/Storable/Storable.xs
50996 ____________________________________________________________________________
50997 [  6834] By: jhi                                   on 2000/08/26  05:00:18
50998         Log: Continue IVdfing and UVxfing.
50999      Branch: perl
51000            ! ext/Storable/Storable.xs
51001 ____________________________________________________________________________
51002 [  6833] By: jhi                                   on 2000/08/26  04:53:14
51003         Log: Use IVdf.
51004      Branch: perl
51005            ! ext/Storable/Storable.xs
51006 ____________________________________________________________________________
51007 [  6832] By: jhi                                   on 2000/08/26  04:40:41
51008         Log: Document PTR2XX and INT2PTR.
51009      Branch: perl
51010            ! pod/perlguts.pod
51011 ____________________________________________________________________________
51012 [  6831] By: jhi                                   on 2000/08/26  04:33:18
51013         Log: Use UVxf, PTR2UV, NVff.
51014      Branch: perl
51015            ! ext/Storable/Storable.xs
51016 ____________________________________________________________________________
51017 [  6830] By: jhi                                   on 2000/08/26  04:31:32
51018         Log: Update the test count.
51019      Branch: perl
51020            ! t/lib/trig.t
51021 ____________________________________________________________________________
51022 [  6829] By: jhi                                   on 2000/08/26  03:05:50
51023         Log: Subject: [PATCH] installation not quite silent yet.
51024              From: <abigail@foad.org>
51025              Date: Fri, 25 Aug 2000 20:07:53 -0400
51026              Message-ID: <20000826000753.7822.qmail@foad.org>
51027      Branch: perl
51028            ! installman installperl
51029 ____________________________________________________________________________
51030 [  6828] By: jhi                                   on 2000/08/26  03:05:14
51031         Log: Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
51032              From: Spider Boardman <spider@web.zk3.dec.com>
51033              Date: Fri, 25 Aug 2000 19:12:40 -0400
51034              Message-Id: <200008252312.TAA17828@leggy.zk3.dec.com>
51035      Branch: perl
51036            ! gv.c
51037 ____________________________________________________________________________
51038 [  6827] By: jhi                                   on 2000/08/25  23:54:34
51039         Log: Support preserving extremely big/small angles.
51040      Branch: perl
51041            ! lib/Math/Trig.pm pod/perldelta.pod t/lib/trig.t
51042 ____________________________________________________________________________
51043 [  6826] By: jhi                                   on 2000/08/25  23:01:20
51044         Log: Patch installperl to be long double-aware.
51045              
51046              Subject: Re: [PATCH] [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
51047              From: Spider Boardman <spider@web.zk3.dec.com>
51048              Date: Fri, 25 Aug 2000 18:15:23 -0400
51049              Message-Id: <200008252215.SAA28740@leggy.zk3.dec.com>
51050      Branch: perl
51051            ! installperl
51052 ____________________________________________________________________________
51053 [  6825] By: jhi                                   on 2000/08/25  22:58:25
51054         Log: Remove duplicately applied patch shards.
51055              
51056              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
51057              From: Spider Boardman <spider@leggy.zk3.dec.com>
51058              Date: Fri, 25 Aug 2000 16:45:03 -0400
51059              Message-Id: <200008252045.QAA23518@leggy.zk3.dec.com>
51060      Branch: perl
51061            ! t/lib/cgi-html.t
51062 ____________________________________________________________________________
51063 [  6824] By: jhi                                   on 2000/08/25  22:57:00
51064         Log: Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
51065              From: Daniel Chetlin <daniel@chetlin.com>
51066              Date: Fri, 25 Aug 2000 12:23:16 -0700
51067              Message-ID: <20000825122316.A10250@ilmd.chetlin.org>
51068              
51069              Subject: Re: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
51070              From: Daniel Chetlin <daniel@chetlin.com>
51071              Date: Fri, 25 Aug 2000 14:47:19 -0700
51072              Message-ID: <20000825144719.A20587@ilmd.chetlin.org>
51073      Branch: perl
51074            ! installman
51075 ____________________________________________________________________________
51076 [  6823] By: jhi                                   on 2000/08/25  22:44:17
51077         Log: Timestamp problem?
51078      Branch: perl
51079            ! uconfig.h uconfig.sh
51080 ____________________________________________________________________________
51081 [  6822] By: jhi                                   on 2000/08/25  19:01:06
51082         Log: One forgotten file from #6816.
51083      Branch: perl
51084            ! vos/config.h
51085 ____________________________________________________________________________
51086 [  6821] By: jhi                                   on 2000/08/25  18:56:39
51087         Log: Regen Changes.
51088      Branch: perl
51089            ! Changes patchlevel.h
51090 ____________________________________________________________________________
51091 [  6820] By: jhi                                   on 2000/08/25  18:52:35
51092         Log: Fix Changes ordering.
51093      Branch: perl
51094            ! Changes
51095 ____________________________________________________________________________
51096 [  6819] By: jhi                                   on 2000/08/25  18:50:25
51097         Log: Update Changes.
51098      Branch: perl
51099            ! Changes patchlevel.h
51100 ____________________________________________________________________________
51101 [  6818] By: jhi                                   on 2000/08/25  18:47:45
51102         Log: Tweak the sfio/useperlio logic, hopefully as wished in
51103              
51104              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
51105              From: Nicholas Clark <nick@babyhippo.co.uk>
51106              Date: Fri, 25 Aug 2000 12:01:45 +0100
51107              Message-Id: <E13SHF3-0005I9-00@fruitbat.babyhippo.co.uk>
51108      Branch: metaconfig/U/perl
51109            ! d_sfio.U
51110      Branch: perl
51111            ! Configure
51112 ____________________________________________________________________________
51113 [  6817] By: jhi                                   on 2000/08/25  18:32:51
51114         Log: Allow microperl to assume <math.h>, without it the math
51115              functions like floor() are assumed to return int, which makes
51116              for core dumps in machines where integer and floating register
51117              don't mix.
51118      Branch: perl
51119            ! uconfig.h uconfig.sh
51120 ____________________________________________________________________________
51121 [  6816] By: jhi                                   on 2000/08/25  18:27:17
51122         Log: AIX 4.3.3 has SOCKS in libc with a differently named init routine,
51123              the problem reported in
51124              
51125              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
51126              From: danhale@us.ibm.com
51127              Date: Fri, 25 Aug 2000 10:58:06 -0400
51128              Message-Id: <85256946.005238A3.00@d54mta02.raleigh.ibm.com>
51129      Branch: metaconfig/U/perl
51130            + d_socks5_init.U
51131      Branch: perl
51132            ! Configure INSTALL config_h.SH configure.com epoc/config.sh
51133            ! perl.c uconfig.h uconfig.sh vos/config.def vos/config.h
51134            ! vos/config.pl vos/config_h.SH_orig win32/config.bc
51135            ! win32/config.gc win32/config.vc
51136 ____________________________________________________________________________
51137 [  6815] By: jhi                                   on 2000/08/25  17:43:31
51138         Log: A solution for the retrieve_fd autosplit warning,
51139              idea suggested by Mike Guy.
51140      Branch: perl
51141            ! ext/Storable/Storable.pm
51142 ____________________________________________________________________________
51143 [  6814] By: jhi                                   on 2000/08/25  17:16:03
51144         Log: Add install-silent target.
51145      Branch: perl
51146            ! Makefile.SH
51147 ____________________________________________________________________________
51148 [  6813] By: jhi                                   on 2000/08/25  17:14:23
51149         Log: Subject: Re: [PATCH] More silencing of installman.
51150              From: <abigail@foad.org>
51151              Date: Thu, 24 Aug 2000 19:27:03 -0400
51152              Message-ID: <20000824232703.7001.qmail@foad.org>
51153              
51154              Subject: Re: [PATCH] More silencing of installman.
51155              From: <abigail@foad.org>
51156              Date: Fri, 25 Aug 2000 03:00:58 -0400
51157              Message-ID: <20000825070058.10697.qmail@foad.org>
51158      Branch: perl
51159            ! installman
51160 ____________________________________________________________________________
51161 [  6812] By: jhi                                   on 2000/08/25  17:11:28
51162         Log: installperl --verbose and --silent.
51163              
51164              Subject: Re: [PATCH] More silencing of installman.
51165              From: <abigail@foad.org>
51166              Message-ID: <20000825064430.9719.qmail@foad.org>
51167              Date: Fri, 25 Aug 2000 02:44:30 -0400
51168      Branch: perl
51169            ! installperl
51170 ____________________________________________________________________________
51171 [  6811] By: jhi                                   on 2000/08/25  17:05:43
51172         Log: Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
51173              From: "Peter J. Farley III" <pjfarley@banet.net>
51174              Date: Thu, 24 Aug 2000 21:58:03 -0400
51175              Message-Id: <4.3.1.0.20000824215500.00ac3df0@pop5.banet.net>
51176              
51177              (applied slightly modified)
51178      Branch: perl
51179            ! lib/ExtUtils/MM_Unix.pm
51180 ____________________________________________________________________________
51181 [  6810] By: jhi                                   on 2000/08/25  17:01:18
51182         Log: Missing parts of 
51183              
51184              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
51185              From: Peter Prymmer <pvhp@forte.com>
51186              Date: Wed, 23 Aug 2000 13:58:31 -0700 (PDT)
51187              Message-ID: <Pine.OSF.4.10.10008231351000.126820-100000@aspara.forte.com>
51188      Branch: perl
51189            ! t/lib/cgi-html.t
51190 ____________________________________________________________________________
51191 [  6809] By: jhi                                   on 2000/08/25  16:46:32
51192         Log: Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
51193              From: "Craig A. Berry" <craig.berry@psinetcs.com>
51194              Date: Thu, 24 Aug 2000 19:13:11 -0500
51195              Message-Id: <4.3.2.7.2.20000824174417.02479ef8@exchi01>
51196      Branch: perl
51197            ! vms/vms.c
51198 ____________________________________________________________________________
51199 [  6808] By: jhi                                   on 2000/08/25  16:39:22
51200         Log: Subject: [PATCH: 6805] several more tweaks to configure.com
51201              From: Peter Prymmer <pvhp@forte.com>
51202              Date: Thu, 24 Aug 2000 16:25:48 -0700 (PDT)
51203              Message-ID: <Pine.OSF.4.10.10008241623420.181493-100000@aspara.forte.com>
51204      Branch: perl
51205            ! configure.com
51206 ____________________________________________________________________________
51207 [  6807] By: jhi                                   on 2000/08/25  16:36:37
51208         Log: Better wording for the vec lvalue diagnostic.
51209              
51210              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
51211              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
51212              Date: Wed, 23 Aug 2000 14:12:16 -0400
51213              Message-ID: <20000823141215.A173200@linguist.dartmouth.edu>
51214      Branch: perl
51215            ! pod/perldiag.pod
51216 ____________________________________________________________________________
51217 [  6806] By: jhi                                   on 2000/08/24  18:17:22
51218         Log: Subject: [PATCH] More silencing of installman.
51219              From: <abigail@foad.org>
51220              Date: Thu, 24 Aug 2000 14:01:44 -0400
51221              Message-ID: <20000824180144.20062.qmail@foad.org>
51222      Branch: perl
51223            ! installman
51224 ____________________________________________________________________________
51225 [  6805] By: jhi                                   on 2000/08/24  15:00:31
51226         Log: Update Changes.
51227      Branch: perl
51228            ! Changes patchlevel.h
51229 ____________________________________________________________________________
51230 [  6804] By: jhi                                   on 2000/08/24  14:59:07
51231         Log: Regen perltoc.
51232      Branch: perl
51233            ! pod/perltoc.pod
51234 ____________________________________________________________________________
51235 [  6803] By: jhi                                   on 2000/08/24  14:44:39
51236         Log: Show the doc file, not the temp file.
51237      Branch: perl
51238            ! installman
51239 ____________________________________________________________________________
51240 [  6802] By: jhi                                   on 2000/08/24  14:41:53
51241         Log: Continue silencing.
51242      Branch: perl
51243            ! installman
51244 ____________________________________________________________________________
51245 [  6801] By: jhi                                   on 2000/08/24  14:34:40
51246         Log: Actually do something with the silencer option.
51247      Branch: perl
51248            ! installman
51249 ____________________________________________________________________________
51250 [  6800] By: jhi                                   on 2000/08/24  14:26:22
51251         Log: Make installman to recognize the silence flag -S.
51252      Branch: perl
51253            ! installman
51254 ____________________________________________________________________________
51255 [  6799] By: jhi                                   on 2000/08/24  13:49:38
51256         Log: DOS patches and portability/porting notes, from Tim Jenness.
51257      Branch: perl
51258            ! lib/File/Temp.pm
51259 ____________________________________________________________________________
51260 [  6798] By: jhi                                   on 2000/08/24  13:48:27
51261         Log: Create directories in silence.
51262              
51263              Subject: [PATCH] Another silencer for MakeMaker
51264              From: andreas.koenig@anima.de (Andreas J. Koenig)
51265              Date: 24 Aug 2000 14:18:52 +0200
51266              Message-ID: <m3zom297ir.fsf@ak-71.mind.de>
51267      Branch: perl
51268            ! lib/ExtUtils/Command.pm
51269 ____________________________________________________________________________
51270 [  6797] By: jhi                                   on 2000/08/24  13:46:42
51271         Log: More liberal parsing of version numbers.
51272              
51273              Subject: Re: CPAN.pm beta for testing available
51274              From: andreas.koenig@anima.de (Andreas J. Koenig)
51275              Date: 24 Aug 2000 13:51:57 +0200
51276              Message-ID: <m34s4aanc2.fsf@ak-71.mind.de>
51277      Branch: perl
51278            ! lib/CPAN.pm
51279 ____________________________________________________________________________
51280 [  6796] By: jhi                                   on 2000/08/24  13:44:36
51281         Log: Make "make install" by default silent.  A new "install-verbose"
51282              target is verbose.
51283      Branch: perl
51284            ! Makefile.SH
51285 ____________________________________________________________________________
51286 [  6795] By: jhi                                   on 2000/08/24  13:39:14
51287         Log: Add silencer flags to installperl.
51288              
51289              Subject: [PATCH] Making installperl silent.
51290              From: <abigail@foad.org>
51291              Date: Thu, 24 Aug 2000 05:01:45 -0400
51292              Message-ID: <20000824090145.13141.qmail@foad.org>
51293      Branch: perl
51294            ! installperl
51295 ____________________________________________________________________________
51296 [  6794] By: jhi                                   on 2000/08/24  13:35:50
51297         Log: installperl couldn't tell whether it had run tests or not.
51298              
51299              Subject: [PATCH] Re: installperl and t/TEST
51300              From: <abigail@foad.org>
51301              Date: Thu, 24 Aug 2000 04:00:53 -0400
51302              Message-ID: <20000824080053.2494.qmail@foad.org>
51303      Branch: perl
51304            ! Makefile.SH installperl
51305 ____________________________________________________________________________
51306 [  6793] By: jhi                                   on 2000/08/24  13:27:50
51307         Log: Drop the separate perlbc, perlcc -b should be enough.
51308      Branch: perl
51309            - utils/perlbc.PL
51310            ! MANIFEST pod/perldelta.pod pod/perlutil.pod utils/Makefile
51311 ____________________________________________________________________________
51312 [  6792] By: jhi                                   on 2000/08/24  04:41:30
51313         Log: Upgrade to Storable 0.7.4, from Raphael Manfredi,
51314              plus the typo fix from Peter Prymmer.
51315      Branch: perl
51316            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
51317            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
51318 ____________________________________________________________________________
51319 [  6791] By: jhi                                   on 2000/08/24  02:10:43
51320         Log: Replace #6705 with a minimal doc patch.
51321              
51322              Subject: [PATCH 5.6.0] replace change #6705
51323              From: Jan Dubois <jand@ActiveState.com>
51324              Date: Wed, 23 Aug 2000 18:31:51 -0700
51325              Message-ID: <dau8qsolaurdcbom4810gfuhbjegemtr58@4ax.com>
51326      Branch: perl
51327            ! lib/Win32.pod win32/win32.c
51328 ____________________________________________________________________________
51329 [  6790] By: jhi                                   on 2000/08/23  17:52:00
51330         Log: Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
51331              From: Mike Guy <mjtg@cam.ac.uk>
51332              Date: Wed, 23 Aug 2000 18:38:46 +0100
51333              Message-Id: <E13ReUA-0000vC-00@virgo.cus.cam.ac.uk>
51334      Branch: perl
51335            ! doop.c pod/perldiag.pod pod/perlfunc.pod t/op/vec.t
51336 ____________________________________________________________________________
51337 [  6789] By: jhi                                   on 2000/08/23  15:34:21
51338         Log: Update Changes.
51339      Branch: perl
51340            ! Changes patchlevel.h
51341 ____________________________________________________________________________
51342 [  6788] By: jhi                                   on 2000/08/23  15:33:40
51343         Log: Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
51344              From: Wilfredo Sánchez <wsanchez@apple.com>
51345              Date: Tue, 22 Aug 2000 19:31:27 -0700
51346              Message-Id: <200008230231.TAA00461@ns1.abstrata.com>
51347      Branch: perl
51348            ! perl.h
51349 ____________________________________________________________________________
51350 [  6787] By: jhi                                   on 2000/08/23  15:29:31
51351         Log: Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
51352              From: Spider Boardman <spider@leggy.zk3.dec.com>
51353              Date: Wed, 23 Aug 2000 10:33:23 -0400
51354              Message-Id: <200008231433.KAA28122@leggy.zk3.dec.com>
51355      Branch: perl
51356            ! lib/Pod/Html.pm
51357 ____________________________________________________________________________
51358 [  6786] By: jhi                                   on 2000/08/23  15:28:11
51359         Log: Bad makefile.
51360      Branch: perl
51361            ! ext/B/Makefile.PL
51362 ____________________________________________________________________________
51363 [  6785] By: jhi                                   on 2000/08/23  14:37:04
51364         Log: Update Changes.
51365      Branch: perl
51366            ! Changes patchlevel.h
51367 ____________________________________________________________________________
51368 [  6784] By: jhi                                   on 2000/08/23  13:58:41
51369         Log: Portability fix from Hugo van der Sanden.
51370      Branch: perl
51371            ! ext/re/Makefile.PL
51372 ____________________________________________________________________________
51373 [  6783] By: jhi                                   on 2000/08/23  13:53:53
51374         Log: Storable support, v-version fixes.
51375              
51376              Subject: CPAN.pm beta for testing available
51377              From: andreas.koenig@anima.de (Andreas J. Koenig)
51378              Date: 22 Aug 2000 23:31:33 +0200
51379              Message-ID: <m3hf8dc79m.fsf@ak-71.mind.de>
51380      Branch: perl
51381            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
51382 ____________________________________________________________________________
51383 [  6782] By: jhi                                   on 2000/08/23  13:51:26
51384         Log: Mac and other portability updates from Chris Nandor.
51385      Branch: perl
51386            ! pod/perlmodinstall.pod
51387 ____________________________________________________________________________
51388 [  6781] By: jhi                                   on 2000/08/23  13:47:33
51389         Log: Subject: [PATCH: 6778] fix a small typo in Storable.xs
51390              From: Peter Prymmer <pvhp@forte.com>
51391              Date: Tue, 22 Aug 2000 16:20:41 -0700 (PDT)
51392              Message-ID: <Pine.OSF.4.10.10008221616430.68568-100000@aspara.forte.com>
51393      Branch: perl
51394            ! ext/Storable/Storable.xs
51395 ____________________________________________________________________________
51396 [  6780] By: jhi                                   on 2000/08/23  13:33:34
51397         Log: VMS MMS (make) wants null action.
51398      Branch: perl
51399            ! ext/B/Makefile.PL
51400 ____________________________________________________________________________
51401 [  6779] By: jhi                                   on 2000/08/22  19:44:47
51402         Log: Forgot portability nit.
51403      Branch: perl
51404            ! t/lib/st-forgive.t
51405 ____________________________________________________________________________
51406 [  6778] By: jhi                                   on 2000/08/22  19:35:25
51407         Log: Be portable.
51408      Branch: perl
51409            ! ext/B/Makefile.PL t/lib/st-forgive.t t/lib/st-retrieve.t
51410            ! t/lib/st-store.t
51411 ____________________________________________________________________________
51412 [  6777] By: jhi                                   on 2000/08/22  18:50:53
51413         Log: Update Changes.
51414      Branch: perl
51415            ! Changes patchlevel.h
51416 ____________________________________________________________________________
51417 [  6776] By: jhi                                   on 2000/08/22  18:44:46
51418         Log: cSVOPo_*v things index into the current PL_curpad
51419              under ithreads, which is different from the curpad
51420              used by the XSUB.  (In other words, the code as-is
51421              before this patch wouldn't work under ithreads.)
51422              From Sarathy.
51423      Branch: perl
51424            ! ext/B/B.xs
51425 ____________________________________________________________________________
51426 [  6775] By: jhi                                   on 2000/08/22  18:18:37
51427         Log: Make the selection of NVff et al stricter.
51428      Branch: metaconfig/U/perl
51429            ! perlxvf.U
51430      Branch: perl
51431            ! Configure config_h.SH
51432 ____________________________________________________________________________
51433 [  6774] By: jhi                                   on 2000/08/22  17:19:42
51434         Log: perldelta nits.
51435      Branch: perl
51436            ! pod/perldelta.pod
51437 ____________________________________________________________________________
51438 [  6773] By: jhi                                   on 2000/08/22  17:06:26
51439         Log: Long double fixes from Spider Boardman.
51440              
51441              Subject: [ID 20000821.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on alpha-dec_osf 5.1 (UNINSTALLED)
51442              From: system PRIVILEGED account <root@peano.zk3.dec.com>
51443              Date: Mon, 21 Aug 2000 18:41:15 -0400 (EDT)
51444              Message-Id: <200008212241.SAA0000014255@peano.zk3.dec.com>
51445      Branch: perl
51446            ! t/lib/bigfltpm.t t/lib/st-06compat.t
51447 ____________________________________________________________________________
51448 [  6772] By: jhi                                   on 2000/08/22  15:04:53
51449         Log: Update Changes.
51450      Branch: perl
51451            ! Changes patchlevel.h
51452 ____________________________________________________________________________
51453 [  6771] By: jhi                                   on 2000/08/22  15:01:44
51454         Log: perldelta fixes from Hugo van der Sanden.
51455      Branch: perl
51456            ! pod/perldelta.pod
51457 ____________________________________________________________________________
51458 [  6770] By: jhi                                   on 2000/08/22  14:34:49
51459         Log: Subject: [PATCH blead] nextchar() abuse misses an optimisation
51460              From: Hugo <hv@crypt.compulink.co.uk>
51461              Date: Tue, 22 Aug 2000 11:21:53 +0100
51462              Message-Id: <200008221021.LAA03332@crypt.compulink.co.uk>
51463      Branch: perl
51464            ! regcomp.c
51465 ____________________________________________________________________________
51466 [  6769] By: jhi                                   on 2000/08/22  14:30:02
51467         Log: Add Yitzchak, reformat.
51468      Branch: perl
51469            ! Changes config_h.SH
51470 ____________________________________________________________________________
51471 [  6768] By: jhi                                   on 2000/08/22  14:21:35
51472         Log: Long double Gconvert fixes from Yitzchak Scott-Thoennes
51473              and Spider Boardman.
51474      Branch: metaconfig
51475            ! U/compline/d_gconvert.U
51476      Branch: perl
51477            ! Configure
51478 ____________________________________________________________________________
51479 [  6767] By: jhi                                   on 2000/08/22  14:11:24
51480         Log: Subject: Re: [PATCH] [ID 20000820.012] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on
51481              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
51482              Date: Mon, 21 Aug 2000 19:08:31 -0700
51483              Message-ID: <fCeo5gzkgmhY092yn@efn.org>
51484      Branch: perl
51485            - ext/Storable/patchlevel.h
51486            ! MANIFEST ext/Storable/MANIFEST
51487 ____________________________________________________________________________
51488 [  6766] By: jhi                                   on 2000/08/22  13:49:29
51489         Log: Subject: [PATCH: 6757] configure.com updates and syslog build
51490              From: Peter Prymmer <pvhp@forte.com>
51491              Date: Mon, 21 Aug 2000 17:15:35 -0700 (PDT)
51492              Message-ID: <Pine.OSF.4.10.10008211653270.17516-100000@aspara.forte.com>
51493      Branch: perl
51494            ! configure.com ext/Storable/Makefile.PL
51495 ____________________________________________________________________________
51496 [  6765] By: jhi                                   on 2000/08/22  13:44:59
51497         Log: Subject: [PATCH blead] B:: missing dependency
51498              From: Hugo <hv@crypt.compulink.co.uk>
51499              Date: Tue, 22 Aug 2000 06:44:33 +0100
51500              Message-Id: <200008220544.GAA31051@crypt.compulink.co.uk>
51501      Branch: perl
51502            ! ext/B/Makefile.PL
51503 ____________________________________________________________________________
51504 [  6764] By: jhi                                   on 2000/08/22  13:38:12
51505         Log: More bytecompiler.
51506      Branch: perl
51507            ! pod/perlutil.pod utils/Makefile utils/perlbc.PL
51508 ____________________________________________________________________________
51509 [  6763] By: jhi                                   on 2000/08/22  13:36:44
51510         Log: Bytecompiler patches from Benjamin Stuhl.
51511      Branch: perl
51512            ! bytecode.pl embedvar.h ext/B/B.pm ext/B/B.xs
51513            ! ext/B/B/Asmdata.pm ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
51514            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
51515            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
51516            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h intrpvar.h
51517            ! perl.c perlapi.h pod/perldelta.pod
51518 ____________________________________________________________________________
51519 [  6762] By: jhi                                   on 2000/08/21  23:43:40
51520         Log: An obsoleted diagnostic.
51521      Branch: perl
51522            ! pod/perldelta.pod
51523 ____________________________________________________________________________
51524 [  6761] By: jhi                                   on 2000/08/21  23:01:45
51525         Log: The #6759 wasn't quite right.
51526      Branch: perl
51527            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
51528            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
51529            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
51530            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
51531            ! t/lib/st-tieditems.t
51532 ____________________________________________________________________________
51533 [  6760] By: jhi                                   on 2000/08/21  22:35:49
51534         Log: Be verydeepclean.
51535      Branch: perl
51536            ! Makefile.SH
51537 ____________________________________________________________________________
51538 [  6759] By: jhi                                   on 2000/08/21  22:25:40
51539         Log: Subject: [PATCH: 6757] make new Storable tests forgiving of places where not built
51540              From: Peter Prymmer <pvhp@forte.com>
51541              Date: Mon, 21 Aug 2000 14:58:16 -0700 (PDT)
51542              Message-ID: <Pine.OSF.4.10.10008211456250.17516-100000@aspara.forte.com>
51543      Branch: perl
51544            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
51545            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
51546            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
51547            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
51548            ! t/lib/st-tieditems.t
51549 ____________________________________________________________________________
51550 [  6758] By: jhi                                   on 2000/08/21  22:22:32
51551         Log: Few more casts, need reported in
51552              
51553              Subject: Re: [ID 20000821.010] OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i586-linux-64all 2.2.16-9mdk (UNINSTALLED)
51554              From: Mike Stok <mike@stok.co.uk>
51555              Date: Mon, 21 Aug 2000 15:59:29 -0500 (CDT)
51556              Message-ID: <Pine.LNX.4.21.0008211558480.19081-100000@ratdog.stok.co.uk>
51557              
51558              and
51559              
51560              Subject: [ID 20000821.013] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i686-linux-64int 2.2.13
51561              From: abigail@foad.org
51562              Date: 21 Aug 2000 21:31:34 -0000
51563              Message-Id: <20000821213134.30170.qmail@foad.org>
51564      Branch: perl
51565            ! ext/Storable/Storable.xs
51566 ____________________________________________________________________________
51567 [  6757] By: jhi                                   on 2000/08/21  18:37:07
51568         Log: Update Changes.
51569      Branch: perl
51570            ! Changes patchlevel.h
51571 ____________________________________________________________________________
51572 [  6756] By: jhi                                   on 2000/08/21  18:34:02
51573         Log: A pod nit.
51574              
51575              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
51576              From: <abigail@foad.org>
51577              Date: Mon, 21 Aug 2000 14:00:16 -0400
51578              Message-ID: <20000821180016.28627.qmail@foad.org>
51579      Branch: perl
51580            ! pod/perlre.pod
51581 ____________________________________________________________________________
51582 [  6755] By: jhi                                   on 2000/08/21  18:30:56
51583         Log: Use PodParser 1.18 new test.
51584      Branch: perl
51585            ! t/pod/special_seqs.t t/pod/special_seqs.xr
51586 ____________________________________________________________________________
51587 [  6754] By: jhi                                   on 2000/08/21  18:28:35
51588         Log: Apply some PodParser 1.18 patches; the Pod/Find.pm
51589              patches cannot be applied since #6712 conflicts.
51590      Branch: perl
51591            ! lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Usage.pm
51592 ____________________________________________________________________________
51593 [  6753] By: jhi                                   on 2000/08/21  18:15:11
51594         Log: Weed out some smaller changes.
51595      Branch: perl
51596            ! pod/perldelta.pod
51597 ____________________________________________________________________________
51598 [  6752] By: jhi                                   on 2000/08/21  18:02:30
51599         Log: Also under djgpp the timestamps are funky.
51600      Branch: perl
51601            ! t/op/stat.t
51602 ____________________________________________________________________________
51603 [  6751] By: jhi                                   on 2000/08/21  17:55:56
51604         Log: Tweak the floating point output routine preferences.
51605      Branch: metaconfig
51606            ! U/compline/d_gconvert.U
51607      Branch: perl
51608            ! Configure
51609 ____________________________________________________________________________
51610 [  6750] By: jhi                                   on 2000/08/21  17:51:29
51611         Log: Unicos/mk requires elaborate paranoia.
51612      Branch: perl
51613            ! lib/Math/Complex.pm
51614 ____________________________________________________________________________
51615 [  6749] By: gsar                                  on 2000/08/21  16:53:31
51616         Log: use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
51617      Branch: perl
51618            ! lib/Cwd.pm
51619 ____________________________________________________________________________
51620 [  6748] By: gsar                                  on 2000/08/21  16:22:19
51621         Log: free TLS slot properly on Windows
51622      Branch: perl
51623            ! thread.h win32/perllib.c win32/win32thread.h
51624 ____________________________________________________________________________
51625 [  6747] By: jhi                                   on 2000/08/21  16:20:58
51626         Log: Rename the macro argument because some preprocessors
51627              can't tell the difference and expand arguments also inside
51628              double quoted strings.
51629      Branch: perl
51630            ! regcomp.c
51631 ____________________________________________________________________________
51632 [  6746] By: jhi                                   on 2000/08/21  16:09:41
51633         Log: Support long doubles in Storable.
51634              
51635              Subject: Re: Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on i686-linux-thread-multi-64int 2.2.14-5.0 (UNINSTALLED)
51636              From: Radu Greab <radu@netsoft.ro>
51637              Date: Mon, 21 Aug 2000 18:05:59 +0300 (EET DST)
51638              Message-ID: <Pine.GSO.4.05.10008211804210.10137-100000@localhost>
51639      Branch: perl
51640            ! ext/Storable/Storable.xs
51641 ____________________________________________________________________________
51642 [  6745] By: jhi                                   on 2000/08/21  15:51:40
51643         Log: Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
51644              From: "Fifer, Eric" <EFifer@sanwaint.com>
51645              Date: Mon, 21 Aug 2000 15:34:49 +0100
51646              Message-ID: <779F20BCCE5AD31186A50008C75D9979171786@silldn_mail1.sanwaint.com>
51647      Branch: perl
51648            ! t/pragma/warn/9enabled
51649 ____________________________________________________________________________
51650 [  6744] By: jhi                                   on 2000/08/21  15:39:35
51651         Log: Document the endianness of Alpha more precisely.
51652      Branch: perl
51653            ! hints/unicos.sh pod/perldelta.pod pod/perlfunc.pod
51654            ! pod/perlport.pod
51655 ____________________________________________________________________________
51656 [  6743] By: jhi                                   on 2000/08/21  14:47:05
51657         Log: perldelta fixes from the p5p crowd.
51658      Branch: perl
51659            ! pod/perldelta.pod pod/perlop.pod
51660 ____________________________________________________________________________
51661 [  6742] By: jhi                                   on 2000/08/21  13:34:51
51662         Log: Update to Pod::LaTeX 0.53.
51663              
51664              Subject: [PATCH] lib/Pod/LaTeX.pm updates
51665              From: Tim Jenness <timj@jach.hawaii.edu>
51666              Date: Sun, 20 Aug 2000 23:09:48 -1000 (HST)
51667              Message-ID: <Pine.LNX.4.21.0008202308040.12047-100000@lapaki.jach.hawaii.edu>
51668      Branch: perl
51669            ! lib/Pod/LaTeX.pm
51670 ____________________________________________________________________________
51671 [  6741] By: jhi                                   on 2000/08/21  13:33:01
51672         Log: Subject: [PATCH] os2.c fix for use64bitint
51673              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
51674              Date: Mon, 21 Aug 2000 01:32:25 -0700
51675              Message-ID: <ZkOo5gzkgWEb092yn@efn.org>
51676      Branch: perl
51677            ! os2/os2.c
51678 ____________________________________________________________________________
51679 [  6740] By: jhi                                   on 2000/08/21  13:28:52
51680         Log: Array context keeps slithering in.
51681              
51682              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
51683              From: Daniel Chetlin <daniel@chetlin.com>
51684              Date: Sun, 20 Aug 2000 21:40:25 -0700
51685              Message-ID: <20000820214025.C29387@ilmd.chetlin.org>
51686      Branch: perl
51687            ! ext/Storable/Storable.xs lib/Pod/InputObjects.pm
51688            ! pod/perldebtut.pod
51689 ____________________________________________________________________________
51690 [  6739] By: jhi                                   on 2000/08/21  13:23:55
51691         Log: Big-endian quad fixes for Storable from Radu Greab,
51692              plus few explicit null casts for picky compilers.
51693      Branch: perl
51694            ! ext/Storable/Storable.xs
51695 ____________________________________________________________________________
51696 [  6738] By: gsar                                  on 2000/08/21  05:56:13
51697         Log: small tweaks for change#6705: avoid C++ style comments in C code;
51698              use Perl's malloc API rather than the low level system one
51699      Branch: perl
51700            ! win32/win32.c
51701 ____________________________________________________________________________
51702 [  6737] By: gsar                                  on 2000/08/21  05:35:41
51703         Log: add Storable to list of extensions on Windows
51704      Branch: perl
51705            ! win32/Makefile win32/makefile.mk
51706 ____________________________________________________________________________
51707 [  6736] By: jhi                                   on 2000/08/21  02:57:53
51708         Log: Update Changes.
51709      Branch: perl
51710            ! Changes patchlevel.h
51711 ____________________________________________________________________________
51712 [  6735] By: jhi                                   on 2000/08/21  02:57:20
51713         Log: Draft 0.
51714      Branch: perl
51715            ! pod/perldelta.pod
51716 ____________________________________________________________________________
51717 [  6734] By: jhi                                   on 2000/08/21  02:57:03
51718         Log: Add Storable 0.7.2 from Raphael Manfredi,
51719              plus the patch from
51720              
51721              Subject: Re: someone with too much time and a 64-bit box and interest in Storable?
51722              From: Radu Greab <radu@netsoft.ro>
51723              Date: Mon, 21 Aug 2000 03:10:05 +0300 (EEST)
51724              Message-ID: <Pine.LNX.4.10.10008210258160.1292-100000@busy.netsoft.ro>
51725              
51726              plus changes to get Storable to compile with
51727              picky ANSI compilers.
51728      Branch: perl
51729            + ext/Storable/ChangeLog ext/Storable/MANIFEST
51730            + ext/Storable/Makefile.PL ext/Storable/README
51731            + ext/Storable/Storable.pm ext/Storable/Storable.xs
51732            + ext/Storable/patchlevel.h t/lib/st-06compat.t
51733            + t/lib/st-blessed.t t/lib/st-canonical.t t/lib/st-dclone.t
51734            + t/lib/st-dump.pl t/lib/st-forgive.t t/lib/st-freeze.t
51735            + t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
51736            + t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
51737            + t/lib/st-tieditems.t
51738            ! MANIFEST
51739 ____________________________________________________________________________
51740 [  6733] By: jhi                                   on 2000/08/21  02:29:09
51741         Log: The correct cleaning order is an art.
51742      Branch: perl
51743            ! Makefile.SH
51744 ____________________________________________________________________________
51745 [  6732] By: jhi                                   on 2000/08/21  01:23:39
51746         Log: The #6724 is here.
51747      Branch: perl
51748            ! t/lib/ftmp-security.t
51749 ____________________________________________________________________________
51750 [  6731] By: jhi                                   on 2000/08/20  23:17:03
51751         Log: s/this one/the 5.6.0 release/
51752      Branch: perl
51753            ! pod/perl56delta.pod
51754 ____________________________________________________________________________
51755 [  6730] By: jhi                                   on 2000/08/20  23:07:34
51756         Log: Mention perlebcdic and perlposix-bc.
51757      Branch: perl
51758            ! pod/perlport.pod
51759 ____________________________________________________________________________
51760 [  6729] By: jhi                                   on 2000/08/20  21:32:59
51761         Log: Document the number of exponent digits.
51762      Branch: perl
51763            ! pod/perlfunc.pod
51764 ____________________________________________________________________________
51765 [  6728] By: jhi                                   on 2000/08/20  21:16:47
51766         Log: Use File::Spec->tmpdir().
51767              
51768              Subject: Re: [ID 20000820.001] not OK - Perl 5.7.0 (uninstalled)
51769              From: Tim Jenness <timj@jach.hawaii.edu>
51770              Message-ID: <Pine.LNX.4.21.0008201057080.20544-100000@lapaki.jach.hawaii.edu>
51771              MIME-Version: 1.0
51772              Date: Sun, 20 Aug 2000 11:01:25 -1000 (HST)
51773      Branch: perl
51774            ! utils/perlbug.PL
51775 ____________________________________________________________________________
51776 [  6727] By: jhi                                   on 2000/08/20  20:43:32
51777         Log: Update Changes.
51778      Branch: perl
51779            ! Changes patchlevel.h
51780 ____________________________________________________________________________
51781 [  6726] By: jhi                                   on 2000/08/20  20:41:44
51782         Log: The veryclean target needs to clobber.
51783      Branch: perl
51784            ! Makefile.SH
51785 ____________________________________________________________________________
51786 [  6725] By: jhi                                   on 2000/08/20  20:37:38
51787         Log: Document odd vs even subreleases and -Dusedevel.
51788      Branch: perl
51789            ! INSTALL
51790 ____________________________________________________________________________
51791 [  6724] By: jhi                                   on 2000/08/20  19:58:05
51792         Log: Use temporary directory instead of current directory.
51793              
51794              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
51795              From: Tim Jenness <timj@jach.hawaii.edu>
51796              Date: Sat, 19 Aug 2000 10:26:07 -1000 (HST)
51797              Message-ID: <Pine.LNX.4.21.0008191015090.13727-100000@lapaki.jach.hawaii.edu>
51798      Branch: perl
51799            ! t/lib/ftmp-security.t
51800 ____________________________________________________________________________
51801 [  6723] By: jhi                                   on 2000/08/20  19:55:55
51802         Log: Subject: [PATCH] Silence MakeMaker (Was: installman)
51803              From: andreas.koenig@anima.de (Andreas J. Koenig)
51804              Date: 20 Aug 2000 15:52:03 +0200
51805              Message-ID: <m3em3khwfw.fsf_-_@ak-71.mind.de>
51806      Branch: perl
51807            ! lib/ExtUtils/MM_Unix.pm
51808 ____________________________________________________________________________
51809 [  6722] By: jhi                                   on 2000/08/20  19:46:01
51810         Log: Update to CGI 2.72, from Lincoln Stein.
51811      Branch: perl
51812            ! lib/CGI.pm
51813 ____________________________________________________________________________
51814 [  6721] By: jhi                                   on 2000/08/20  19:43:54
51815         Log: Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
51816              From: Radu Greab <radu@netsoft.ro>
51817              Date: Sun, 20 Aug 2000 18:03:26 +0300 (EEST)
51818              Message-ID: <Pine.LNX.4.10.10008201753260.1292-100000@busy.netsoft.ro>
51819      Branch: perl
51820            ! ext/GDBM_File/GDBM_File.xs
51821 ____________________________________________________________________________
51822 [  6720] By: jhi                                   on 2000/08/20  19:42:01
51823         Log: pp_open() could pass an uninitialized filename down to do_open9().
51824      Branch: perl
51825            ! pp_sys.c
51826 ____________________________________________________________________________
51827 [  6719] By: jhi                                   on 2000/08/20  14:06:41
51828         Log: UTF8 concat fixes.
51829              
51830              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
51831              From: Hugo <hv@crypt.compulink.co.uk>
51832              Date: Sun, 20 Aug 2000 07:30:46 +0100
51833              Message-Id: <200008200630.HAA18053@crypt.compulink.co.uk>
51834      Branch: perl
51835            ! pp_hot.c t/op/append.t
51836 ____________________________________________________________________________
51837 [  6718] By: jhi                                   on 2000/08/20  02:09:37
51838         Log: Let's try #6717 again.
51839      Branch: perl
51840            ! lib/File/Temp.pm
51841 ____________________________________________________________________________
51842 [  6717] By: jhi                                   on 2000/08/20  01:56:55
51843         Log: Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
51844              From: "Craig A. Berry" <craig.berry@metamorgs.com>
51845              Date: Sat, 19 Aug 2000 18:15:39 -0500
51846              Message-Id: <p04320402b5c4c10bc280@[192.168.56.169]>
51847      Branch: perl
51848            ! lib/File/Temp.pm
51849 ____________________________________________________________________________
51850 [  6716] By: jhi                                   on 2000/08/19  15:50:11
51851         Log: Update Changes.
51852      Branch: perl
51853            ! Changes patchlevel.h
51854 ____________________________________________________________________________
51855 [  6715] By: jhi                                   on 2000/08/19  15:39:09
51856         Log: Subject: [ID 20000817.023] endianness description in perlfunc.pod
51857              From: Jonathan D Johnston <jdjohnston2@juno.com>
51858              Date: Thu, 17 Aug 2000 23:13:01 -0400       
51859              Message-Id: <20000817.231304.-743351.1.jdjohnston2@juno.com>
51860      Branch: perl
51861            ! pod/perlfunc.pod
51862 ____________________________________________________________________________
51863 [  6714] By: jhi                                   on 2000/08/19  15:34:04
51864         Log: Introduce a 'veryclean' target that is like 'distclean'
51865              but also removes *~ and *.orig.
51866      Branch: perl
51867            ! Makefile.SH lib/ExtUtils/MM_Unix.pm pod/Makefile.SH
51868            ! utils/Makefile x2p/Makefile.SH
51869 ____________________________________________________________________________
51870 [  6713] By: jhi                                   on 2000/08/19  14:15:45
51871         Log: Put back the long double avoidance code to POSIX.xs
51872              because VMS seems to need it still.
51873      Branch: perl
51874            ! ext/POSIX/POSIX.xs
51875 ____________________________________________________________________________
51876 [  6712] By: jhi                                   on 2000/08/19  14:10:41
51877         Log: Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
51878              From: Peter Prymmer <pvhp@forte.com>
51879              Date: Fri, 18 Aug 2000 18:18:31 -0700 (PDT)
51880              Message-ID: <Pine.OSF.4.10.10008181818100.322420-100000@aspara.forte.com>
51881      Branch: perl
51882            ! lib/Pod/Find.pm t/pod/find.t
51883 ____________________________________________________________________________
51884 [  6711] By: jhi                                   on 2000/08/19  14:09:19
51885         Log: Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
51886              From: Peter Prymmer <pvhp@forte.com>
51887              Date: Fri, 18 Aug 2000 17:54:10 -0700 (PDT)
51888              Message-ID: <Pine.OSF.4.10.10008181751350.322420-100000@aspara.forte.com>
51889              cc: vmsperl@perl.org
51890      Branch: perl
51891            ! t/lib/peek.t
51892 ____________________________________________________________________________
51893 [  6710] By: jhi                                   on 2000/08/19  14:08:01
51894         Log: Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
51895              From: Jan Dubois <jand@ActiveState.com>
51896              Date: Fri, 18 Aug 2000 16:31:48 -0700
51897              Message-ID: <2ihrps00u6qkpjtfq6f2b1d1ndkrs7l04u@4ax.com>
51898      Branch: perl
51899            ! win32/win32.c
51900 ____________________________________________________________________________
51901 [  6709] By: jhi                                   on 2000/08/19  14:06:57
51902         Log: Fix a core dump in lib/selfloader under -DDEBUGGING.
51903              
51904              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
51905              From: Spider.Boardman@Orb.Nashua.NH.US
51906              Date: Fri, 18 Aug 2000 18:41:14 -0400
51907              Message-Id: <200008182241.SAA29667@Orb.Nashua.NH.US>
51908      Branch: perl
51909            ! regcomp.c
51910 ____________________________________________________________________________
51911 [  6708] By: jhi                                   on 2000/08/18  22:04:49
51912         Log: Update Changes.
51913      Branch: perl
51914            ! Changes patchlevel.h
51915 ____________________________________________________________________________
51916 [  6707] By: jhi                                   on 2000/08/18  21:55:14
51917         Log: Add warnif(), check warnings further up the stack,
51918              all the warnings functions now can take an optional object reference.
51919              
51920              Subject: [PATCH bleedperl@6691] warnings pragma update
51921              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
51922              Date: Fri, 18 Aug 2000 22:42:06 +0100
51923              Message-ID: <000c01c0095d$278e0040$ca01073e@bfs.phone.com>
51924      Branch: perl
51925            ! lib/Class/Struct.pm lib/Tie/Handle.pm lib/Tie/Hash.pm
51926            ! lib/Tie/Scalar.pm lib/fields.pm lib/syslog.pl lib/warnings.pm
51927            ! pod/perllexwarn.pod t/pragma/warn/9enabled warnings.pl
51928 ____________________________________________________________________________
51929 [  6706] By: jhi                                   on 2000/08/18  21:41:45
51930         Log: Typo in pp_complement().
51931              
51932              Subject: [PATCH perl-current] Deparse
51933              From: Peter Scott <Peter@PSDT.com>
51934              Date: Fri, 18 Aug 2000 12:44:37 -0700
51935              Message-Id: <4.3.2.7.2.20000818124024.00ba2be0@psdt.com>
51936      Branch: perl
51937            ! ext/B/B/Deparse.pm
51938 ____________________________________________________________________________
51939 [  6705] By: jhi                                   on 2000/08/18  21:25:59
51940         Log: Subject: [PATCH 5.6.0+] fix for Win32::DomainName
51941              From: Jan Dubois <jand@ActiveState.com>
51942              Date: Fri, 18 Aug 2000 14:22:51 -0700
51943              Message-ID: <0o9rps458r29eb97h5csuq81b1eip4no33@4ax.com>
51944      Branch: perl
51945            ! lib/Win32.pod win32/win32.c
51946 ____________________________________________________________________________
51947 [  6704] By: jhi                                   on 2000/08/18  21:16:14
51948         Log: Don't eat leading os from index entries.
51949              
51950              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
51951              From: Russ Allbery <rra@stanford.edu>
51952              Date: 10 Aug 2000 20:49:25 -0700
51953              Message-ID: <ylu2cs78ze.fsf@windlord.stanford.edu>
51954      Branch: perl
51955            ! lib/Pod/Man.pm
51956 ____________________________________________________________________________
51957 [  6703] By: jhi                                   on 2000/08/18  21:07:06
51958         Log: Add [[:blank:]] as suggested in
51959              
51960              Subject: [ID 20000716.024] [=cc=] / [:blank:]
51961              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
51962              Date: Sun, 16 Jul 2000 17:55:29 -0700
51963              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
51964              
51965              (the [=cc=] has already been taken care of by #6439
51966              so the whole bug report can be closed)
51967              
51968              and make [[:space:]] to be equivalent to isspace(3)
51969              (as opposed to \s, which is isSPACE()).  The difference
51970              is that now [[:space:]] matches the mythical vertical tab,
51971              while \s doesn't.
51972      Branch: perl
51973            ! handy.h pod/perlre.pod pod/perlretut.pod regcomp.c regcomp.h
51974            ! regexec.c t/op/pat.t
51975 ____________________________________________________________________________
51976 [  6702] By: jhi                                   on 2000/08/18  18:47:47
51977         Log: The new tests were missing from #6415.
51978      Branch: perl
51979            ! t/op/bop.t
51980 ____________________________________________________________________________
51981 [  6701] By: jhi                                   on 2000/08/18  18:20:40
51982         Log: Document the NDBM_File and ODBM_File as SDBM_File
51983              was documented in #6417.
51984      Branch: perl
51985            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
51986            ! ext/SDBM_File/SDBM_File.pm
51987 ____________________________________________________________________________
51988 [  6700] By: jhi                                   on 2000/08/18  18:10:39
51989         Log: Subject: [PATCH perl@6698] cygwin port
51990              From: "Fifer, Eric" <EFifer@sanwaint.com>
51991              Date: Fri, 18 Aug 2000 17:30:05 +0100
51992              Message-ID: <779F20BCCE5AD31186A50008C75D9979171784@silldn_mail1.sanwaint.com>
51993      Branch: perl
51994            ! lib/File/Temp.pm
51995 ____________________________________________________________________________
51996 [  6699] By: jhi                                   on 2000/08/18  16:21:49
51997         Log: Document code point which makes if (defined %stash::) to work
51998              (noted by Spider Boardman).
51999      Branch: perl
52000            ! op.c
52001 ____________________________________________________________________________
52002 [  6698] By: jhi                                   on 2000/08/18  13:43:27
52003         Log: Update Changes.
52004      Branch: perl
52005            ! Changes patchlevel.h
52006 ____________________________________________________________________________
52007 [  6697] By: jhi                                   on 2000/08/18  13:35:57
52008         Log: Tiny Getopt::Long patch from Johan Vromans.
52009      Branch: perl
52010            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
52011 ____________________________________________________________________________
52012 [  6696] By: jhi                                   on 2000/08/18  13:26:14
52013         Log: Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
52014              From: Paul David Fardy <pdf@morgan.ucs.mun.ca>
52015              Date: Thu, 17 Aug 2000 17:23:40 -0230 (NDT)
52016              Message-Id: <200008171953.RAA17673@porthos.ucs.mun.ca>
52017      Branch: perl
52018            ! pod/perldiag.pod pod/perlsyn.pod
52019 ____________________________________________________________________________
52020 [  6695] By: jhi                                   on 2000/08/18  13:13:26
52021         Log: Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
52022              From: Daniel Chetlin <daniel@chetlin.com>
52023              Date: Fri, 18 Aug 2000 03:13:36 -0700
52024              Message-ID: <20000818031336.B14165@ilmd.chetlin.org>
52025      Branch: perl
52026            ! pod/perlfunc.pod
52027 ____________________________________________________________________________
52028 [  6694] By: jhi                                   on 2000/08/18  13:08:05
52029         Log: Subject: [PATCH] perltrap.pod spring cleaning
52030              From: Daniel Chetlin <daniel@chetlin.com>
52031              Date: Fri, 18 Aug 2000 03:06:54 -0700
52032              Message-ID: <20000818030654.A14165@ilmd.chetlin.org>
52033              
52034              plus Mike Guy's nitfix.
52035      Branch: perl
52036            ! pod/perltrap.pod
52037 ____________________________________________________________________________
52038 [  6693] By: jhi                                   on 2000/08/18  13:00:26
52039         Log: Unbuffer the output.
52040              
52041              Subject: Re: [ID 20000817.017] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6680 on
52042              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
52043              Date: Thu, 17 Aug 2000 18:39:29 -0700
52044              Message-ID: <RPJn5gzkgydf092yn@efn.org>
52045      Branch: perl
52046            ! t/op/fork.t
52047 ____________________________________________________________________________
52048 [  6692] By: jhi                                   on 2000/08/18  05:19:17
52049         Log: Delete the image, too, not just its MANIFEStation.
52050      Branch: perl
52051            - lib/CGI/eg/wilogo.gif
52052 ____________________________________________________________________________
52053 [  6691] By: jhi                                   on 2000/08/18  05:10:26
52054         Log: Propagate new Configure vars.
52055      Branch: perl
52056            ! configure.com epoc/config.sh uconfig.h uconfig.sh
52057            ! vos/config.def vos/config.h vos/config_h.SH_orig
52058            ! win32/config.bc win32/config.gc win32/config.vc
52059            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
52060 ____________________________________________________________________________
52061 [  6690] By: jhi                                   on 2000/08/18  04:30:56
52062         Log: Update Changes.
52063      Branch: perl
52064            ! Changes patchlevel.h
52065 ____________________________________________________________________________
52066 [  6689] By: jhi                                   on 2000/08/18  04:12:30
52067         Log: Fix the lib/complex failure of
52068              
52069              From: abigail@foad.org
52070              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
52071              Date: 15 Aug 2000 04:06:38 -0000
52072              Message-Id: <20000815040638.8524.qmail@foad.org> 
52073              
52074              Linux long double accuracy issue: something that
52075              when printed with %g looks like "2" but int() of it is 1.
52076      Branch: perl
52077            ! lib/Math/Complex.pm
52078 ____________________________________________________________________________
52079 [  6688] By: jhi                                   on 2000/08/18  03:15:35
52080         Log: The byteorder code in #6671 was wrong.
52081      Branch: perl
52082            ! configpm
52083 ____________________________________________________________________________
52084 [  6687] By: jhi                                   on 2000/08/18  02:08:42
52085         Log: Subject: [PATCH 5.6.0+] newSVrv() memory leak
52086              From: Jan Dubois <jand@ActiveState.com>
52087              Date: Thu, 17 Aug 2000 18:31:55 -0700
52088              Message-ID: <l64ppsggaiuc4t6msm45iqohmhpjblb4qf@4ax.com>
52089      Branch: perl
52090            ! sv.c
52091 ____________________________________________________________________________
52092 [  6686] By: jhi                                   on 2000/08/18  02:04:15
52093         Log: Use NVs in POSIX math, not doubles.
52094              
52095              From: abigail@foad.org
52096              Subject: [ID 20000817.014] POSIX & modfl
52097              Date: 17 Aug 2000 20:49:18 -0000
52098              Message-Id: <20000817204918.23123.qmail@foad.org>
52099      Branch: perl
52100            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
52101 ____________________________________________________________________________
52102 [  6685] By: jhi                                   on 2000/08/18  02:02:12
52103         Log: Introduce NVef, NVff, and NVgf, use the middle one.
52104              (helps for lib/peek + Linux + long doubles)  Reported in
52105              
52106              From: abigail@foad.org
52107              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
52108              Date: 15 Aug 2000 04:06:38 -0000
52109              Message-Id: <20000815040638.8524.qmail@foad.org> 
52110              
52111              (note: the lib/complex failure has not yet been addressed)
52112      Branch: metaconfig/U/perl
52113            ! perlxvf.U
52114      Branch: perl
52115            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
52116            ! config_h.SH dump.c perl.h pod/perlguts.pod
52117 ____________________________________________________________________________
52118 [  6684] By: jhi                                   on 2000/08/17  23:22:19
52119         Log: Add byteorder to the myconfig output.
52120      Branch: perl
52121            ! myconfig.SH
52122 ____________________________________________________________________________
52123 [  6683] By: jhi                                   on 2000/08/17  23:20:19
52124         Log: The image doth not exist, spotted by Johan Vromans.
52125      Branch: perl
52126            ! MANIFEST
52127 ____________________________________________________________________________
52128 [  6682] By: jhi                                   on 2000/08/17  22:38:16
52129         Log: Document what the backtick returns if the command fails.
52130      Branch: perl
52131            ! pod/perlop.pod
52132 ____________________________________________________________________________
52133 [  6681] By: jhi                                   on 2000/08/17  22:33:12
52134         Log: Do not use prototyping here.
52135              
52136              Subject: [ID 20000817.016] [PATCH] Peek.xs
52137              From: abigail@foad.org
52138              Date: 17 Aug 2000 20:55:56 -0000
52139              Message-Id: <20000817205556.24270.qmail@foad.org>
52140      Branch: perl
52141            ! ext/Devel/Peek/Makefile.PL
52142 ____________________________________________________________________________
52143 [  6680] By: jhi                                   on 2000/08/17  19:46:43
52144         Log: Don't propose using modules built for 5.005 if no binary
52145              compatibility with 5.005 is attempted.
52146              
52147              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
52148              Subject: Minor nit with 5.7.0 (6655)
52149              Date: Wed, 16 Aug 2000 15:56:14 -0700 (PDT)
52150              Message-Id: <200008162256.PAA06964@xfiles.intercon.hp.com>
52151      Branch: metaconfig
52152            ! U/installdirs/inc_version_list.U
52153      Branch: perl
52154            ! Configure config_h.SH
52155 ____________________________________________________________________________
52156 [  6679] By: jhi                                   on 2000/08/17  19:16:39
52157         Log: Microperl config update.
52158      Branch: perl
52159            ! uconfig.h uconfig.sh
52160 ____________________________________________________________________________
52161 [  6678] By: jhi                                   on 2000/08/17  19:16:13
52162         Log: The #6648 wasn't protective enough for limited platforms
52163              (like microperl).
52164      Branch: perl
52165            ! dump.c sv.c
52166 ____________________________________________________________________________
52167 [  6677] By: jhi                                   on 2000/08/17  14:46:35
52168         Log: Update Changes.
52169      Branch: perl
52170            ! Changes patchlevel.h
52171 ____________________________________________________________________________
52172 [  6676] By: jhi                                   on 2000/08/17  14:44:02
52173         Log: Add perlebcdic from Peter Prymmer, regen toc.
52174      Branch: perl
52175            + pod/perlebcdic.pod
52176            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
52177 ____________________________________________________________________________
52178 [  6675] By: jhi                                   on 2000/08/17  14:41:52
52179         Log: perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
52180      Branch: perl
52181            ! pod/perldebtut.pod
52182 ____________________________________________________________________________
52183 [  6674] By: jhi                                   on 2000/08/17  14:29:43
52184         Log: Get -DLEAKTEST to compile (not necessarily to work, mind)
52185              
52186              Subject: [ID 20000724.006] -DLEAKTEST problem
52187              From: Gregory Martin Pfeil <pfeilgm@technomadic.org>
52188              Date: Tue, 25 Jul 2000 00:36:32 -0500
52189              Message-Id: <20000725003632.A26186@www.llamacom.com>
52190              
52191              Reminder sent
52192              
52193              Subject: [PATCH bleadperl@6647] -DLEAKTEST compile error      
52194              From: Hugo <hv@crypt.compulink.co.uk>
52195              Date: Thu, 17 Aug 2000 15:23:42 +0100
52196              Message-Id: <200008171423.PAA06749@crypt.compulink.co.uk>
52197      Branch: perl
52198            ! util.c
52199 ____________________________________________________________________________
52200 [  6673] By: jhi                                   on 2000/08/17  04:07:10
52201         Log: Subject: Re: [PATCH]Re: Questions about Math::BigFloat
52202              From: John Peacock <JPeacock@UnivPress.com>
52203              Date: Tue, 01 Aug 2000 09:38:12 -0400
52204              Message-ID: <3986D2C4.54B78FE4@UnivPress.com>
52205      Branch: perl
52206            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm t/lib/bigfltpm.t
52207 ____________________________________________________________________________
52208 [  6672] By: jhi                                   on 2000/08/17  03:04:35
52209         Log: Subject: [PATCH] Cwd.pm now uses strict
52210              From: Tim Jenness <timj@jach.hawaii.edu>
52211              Date: Wed, 16 Aug 2000 16:42:35 -1000 (HST)
52212              Message-ID: <Pine.LNX.4.21.0008161639510.1135-100000@lapaki.jach.hawaii.edu>
52213      Branch: perl
52214            ! lib/Cwd.pm
52215 ____________________________________________________________________________
52216 [  6671] By: jhi                                   on 2000/08/17  02:16:35
52217         Log: Make $Config{byteorder} more magical so that it is
52218              dynamically computed: nice for 'fat binaries'.
52219              
52220              Subject: [PATCH]: default byteorder
52221              From: Wilfredo Sánchez <wsanchez@apple.com>
52222              Date: Mon, 31 Jul 2000 19:45:31 -0700
52223              Message-Id: <200008010245.TAA04459@ns1.abstrata.com>
52224      Branch: perl
52225            ! configpm
52226 ____________________________________________________________________________
52227 [  6670] By: gsar                                  on 2000/08/17  01:22:21
52228         Log: move WNOHANG definition to where other such things are
52229      Branch: perl
52230            ! win32/win32.h
52231 ____________________________________________________________________________
52232 [  6669] By: jhi                                   on 2000/08/17  01:19:17
52233         Log: Update Changes.
52234      Branch: perl
52235            ! Changes patchlevel.h
52236 ____________________________________________________________________________
52237 [  6668] By: jhi                                   on 2000/08/17  01:16:29
52238         Log: Doc nits spotted by Richard Soderberg.
52239      Branch: perl
52240            ! README.posix-bc README.vmesa
52241 ____________________________________________________________________________
52242 [  6667] By: jhi                                   on 2000/08/17  01:12:11
52243         Log: Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
52244              From: "Casey R. Tweten" <crt@kiski.net>
52245              Date: Wed, 16 Aug 2000 12:39:08 -0400 (EDT)
52246              Message-ID: <Pine.OSF.4.21.0008161238250.32058-100000@home.kiski.net>
52247      Branch: perl
52248            ! pod/perldebtut.pod
52249 ____________________________________________________________________________
52250 [  6666] By: jhi                                   on 2000/08/17  01:09:31
52251         Log: Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
52252              From: "Casey R. Tweten" <crt@kiski.net>
52253              Date: Wed, 16 Aug 2000 11:35:09 -0400 (EDT)
52254              Message-ID: <Pine.OSF.4.21.0008161132270.10885-100000@home.kiski.net>
52255      Branch: perl
52256            ! lib/Shell.pm
52257 ____________________________________________________________________________
52258 [  6665] By: gsar                                  on 2000/08/17  01:03:52
52259         Log: add "ok" targets from change#6632 in makefile.mk
52260      Branch: perl
52261            ! pod/perlport.pod win32/Makefile win32/makefile.mk
52262 ____________________________________________________________________________
52263 [  6664] By: gsar                                  on 2000/08/17  00:56:11
52264         Log: avoid warnings from dense compiler
52265      Branch: perl
52266            ! win32/win32.c
52267 ____________________________________________________________________________
52268 [  6663] By: jhi                                   on 2000/08/17  00:51:49
52269         Log: Tweak the regex compilation errors once more.
52270      Branch: perl
52271            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
52272            ! t/op/regmesg.t t/pragma/warn/regcomp
52273 ____________________________________________________________________________
52274 [  6662] By: gsar                                  on 2000/08/17  00:28:19
52275         Log: trailing new %ENV entries weren't being pushed into the real
52276              environment of subprocesses on Windows
52277      Branch: perl
52278            ! t/op/magic.t win32/perlhost.h
52279 ____________________________________________________________________________
52280 [  6661] By: gsar                                  on 2000/08/17  00:19:20
52281         Log: waitpid() now handles externally spawned pids correctly;
52282              fixes for backtick/wait/waitpid failures on Windows 9x
52283              
52284              these changes make the pid returned by process functions on
52285              Windows 9x always positive by clearing the high bit (which
52286              is always set on Win9x); pseudo-process PIDs are likewise
52287              always negative now on Win9x (just as on NT/2000)
52288      Branch: perl
52289            ! pp_sys.c win32/perlhost.h win32/win32.c
52290 ____________________________________________________________________________
52291 [  6660] By: jhi                                   on 2000/08/17  00:04:32
52292         Log: Retract #6645.
52293      Branch: perl
52294            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
52295            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
52296            ! t/op/sprintf.t
52297 ____________________________________________________________________________
52298 [  6659] By: gsar                                  on 2000/08/16  23:59:28
52299         Log: on windows, the return values from wait() and waitpid() don't
52300              match those of pseudo-pids
52301      Branch: perl
52302            ! pp_sys.c t/op/fork.t util.c win32/win32.c
52303 ____________________________________________________________________________
52304 [  6658] By: gsar                                  on 2000/08/16  23:56:14
52305         Log: pod nit seen in passing
52306      Branch: perl
52307            ! pod/perlfunc.pod
52308 ____________________________________________________________________________
52309 [  6657] By: gsar                                  on 2000/08/16  23:53:42
52310         Log: change#6328 could make close(SOCKET) return false on windows
52311              when it shouldn't
52312      Branch: perl
52313            ! win32/win32sck.c
52314 ____________________________________________________________________________
52315 [  6656] By: gsar                                  on 2000/08/16  23:46:57
52316         Log: check that the number pseudo children doesn't exceed
52317              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
52318              the WaitForMultipleObjects() limit that would cause wait()
52319              to crash)
52320              
52321              wait() and waitpid() could potentially be rewritten to use
52322              more than one thread to do the waiting to eliminate this
52323              limitation
52324      Branch: perl
52325            ! win32/perlhost.h
52326 ____________________________________________________________________________
52327 [  6655] By: jhi                                   on 2000/08/16  14:11:05
52328         Log: Update Changes.
52329      Branch: perl
52330            ! Changes patchlevel.h
52331 ____________________________________________________________________________
52332 [  6654] By: jhi                                   on 2000/08/16  14:10:12
52333         Log: Update to perldebtut 1.9, from Richard Foley.
52334      Branch: perl
52335            ! pod/perldebtut.pod
52336 ____________________________________________________________________________
52337 [  6653] By: jhi                                   on 2000/08/16  14:08:17
52338         Log: Change the regx compilation error markers to use = instead of <
52339              since pod makes using the latter quite messy.  Reported in
52340              ID 20000814.006 by Abigail and in
52341              Subject: Unknown escape E<> ?
52342              From: Lupe Christoph <lupe@lupe-christoph.de>
52343              Date: Fri, 11 Aug 2000 00:30:27 +0200
52344              Message-ID: <20000811003027.F17420@alanya.lupe-christoph.de>
52345      Branch: perl
52346            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
52347            ! t/op/regmesg.t t/pragma/warn/regcomp
52348 ____________________________________________________________________________
52349 [  6652] By: jhi                                   on 2000/08/16  13:25:31
52350         Log: Change the perlbug address to perl.org since it's more forgiving.
52351              
52352              Subject: [ID 20000814.007] [PATCH] Email address in perlbug.
52353              From: abigail@foad.org
52354              Date: 15 Aug 2000 04:15:40 -0000
52355              Message-Id: <20000815041540.8633.qmail@foad.org>
52356      Branch: perl
52357            ! utils/perlbug.PL
52358 ____________________________________________________________________________
52359 [  6651] By: jhi                                   on 2000/08/16  13:22:35
52360         Log: Subject: [PATCH] Cwd::_backtick_pwd does not check return value
52361              From: Tim Jenness <timj@jach.hawaii.edu>
52362              Date: Tue, 15 Aug 2000 15:51:59 -1000 (HST)
52363              Message-ID: <Pine.LNX.4.21.0008151547560.1223-100000@lapaki.jach.hawaii.edu>
52364      Branch: perl
52365            ! lib/Cwd.pm
52366 ____________________________________________________________________________
52367 [  6650] By: jhi                                   on 2000/08/16  13:18:13
52368         Log: Update to CPAN 1.57.
52369              
52370              Subject: Re: [PATCH] Cwd::_backtick_pwd does not check return value
52371              From: andreas.koenig@anima.de (Andreas J. Koenig)
52372              Date: 16 Aug 2000 15:09:46 +0200
52373              Message-ID: <m3k8dh5p45.fsf@ak-71.mind.de>
52374      Branch: perl
52375            ! lib/CPAN.pm
52376 ____________________________________________________________________________
52377 [  6649] By: jhi                                   on 2000/08/16  13:12:31
52378         Log: Subject: [ID 20000324.040] minor fix to perlhpux.pod
52379              From: "Larry W. Virden" <lvirden@cas.org>
52380              Date: Fri, 24 Mar 2000 14:25:37 -0500 (EST)
52381              Message-Id: <200003241925.OAA27985@lwv26awu.cas.org>
52382      Branch: perl
52383            ! README.hpux
52384 ____________________________________________________________________________
52385 [  6648] By: jhi                                   on 2000/08/16  13:03:53
52386         Log: The numeric locale was reset to "C" by s?printf and never restored.
52387              
52388              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
52389              From: Christian Kirsch <ck@held.mind.de>
52390              Date: Wed, 9 Aug 2000 17:05:17 +0200
52391              Message-Id: <20000809170517.A25389@held>
52392              
52393              No test since adding the failing example to locale.t
52394              does not fail -- probably because the locale settings are so
52395              thoroughly tweaked by that time.  Running the example standalone
52396              does fail, though.  UPDATE: test case added at change #7540.
52397      Branch: perl
52398            ! dump.c perl.h pp.c pp_ctl.c sv.c
52399 ____________________________________________________________________________
52400 [  6647] By: jhi                                   on 2000/08/16  00:07:54
52401         Log: Update Changes and test semi-automatic patchlevel updating.
52402      Branch: perl
52403            ! Changes patchlevel.h
52404 ____________________________________________________________________________
52405 [  6646] By: jhi                                   on 2000/08/15  23:35:07
52406         Log: Fix a dependency problem.
52407              
52408              Subject: [PATCH: 6640] VMS Makefile.SH update
52409              From: Peter Prymmer <pvhp@forte.com>
52410              Date: Tue, 15 Aug 2000 16:31:34 -0700 (PDT)
52411              Message-ID: <Pine.OSF.4.10.10008151613140.141017-100000@aspara.forte.com>
52412      Branch: perl
52413            ! vms/descrip_mms.template
52414 ____________________________________________________________________________
52415 [  6645] By: jhi                                   on 2000/08/15  23:33:23
52416         Log: (Retracted by #6660)
52417              
52418              Subject: [PATCH perl-current] make s?printf() produce two exponent digits where possible
52419              From: Dominic Dunlop <domo@computer.org>
52420              Date: Tue, 15 Aug 2000 22:20:52 +0200
52421              Message-Id: <p04320403b5bf4c32d381@[192.168.1.4]>
52422      Branch: metaconfig/U/perl
52423            + d_printfed.U
52424      Branch: perl
52425            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
52426            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
52427            ! t/op/sprintf.t
52428 ____________________________________________________________________________
52429 [  6644] By: jhi                                   on 2000/08/15  21:17:20
52430         Log: Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
52431              From: abigail@foad.org
52432              Date: 15 Aug 2000 20:12:41 -0000
52433              Message-Id: <20000815201241.25556.qmail@foad.org>
52434      Branch: perl
52435            ! INSTALL
52436 ____________________________________________________________________________
52437 [  6643] By: jhi                                   on 2000/08/15  21:15:28
52438         Log: (an already applied patch)
52439      Branch: perl
52440            ! lib/CGI.pm
52441 ____________________________________________________________________________
52442 [  6642] By: gsar                                  on 2000/08/15  19:54:05
52443         Log: magic callbacks all need to have same type signature
52444      Branch: perl
52445            ! embed.pl mg.c proto.h
52446 ____________________________________________________________________________
52447 [  6641] By: jhi                                   on 2000/08/15  17:56:27
52448         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)
52449              From: Mike Guy <mjtg@cam.ac.uk>
52450              Message-Id: <E13OkU9-0006rb-00@libra.cus.cam.ac.uk>
52451              Date: Tue, 15 Aug 2000 18:26:45 +0100
52452              
52453              Only the peek.t part applied, not the hash quality part.
52454      Branch: perl
52455            ! t/lib/peek.t
52456 ____________________________________________________________________________
52457 [  6640] By: jhi                                   on 2000/08/15  16:37:37
52458         Log: Update Changes.
52459      Branch: perl
52460            ! Changes
52461 ____________________________________________________________________________
52462 [  6639] By: jhi                                   on 2000/08/15  16:34:55
52463         Log: Missed a file from #6638.
52464      Branch: perl
52465            ! lib/File/Temp.pm
52466 ____________________________________________________________________________
52467 [  6638] By: jhi                                   on 2000/08/15  16:33:19
52468         Log: Subject: [PATCH perl@6620] cygwin port
52469              From: "Fifer, Eric" <EFifer@sanwaint.com>
52470              Date: Tue, 15 Aug 2000 17:00:49 +0100
52471              Message-ID: <779F20BCCE5AD31186A50008C75D9979171779@silldn_mail1.sanwaint.com>
52472      Branch: perl
52473            ! README.cygwin hints/cygwin.sh pod/perlport.pod t/lib/b.t
52474 ____________________________________________________________________________
52475 [  6637] By: jhi                                   on 2000/08/15  16:29:22
52476         Log: Subject: [PATCH] debugger exit code should reflect user exit code
52477              From: Mike Guy <mjtg@cam.ac.uk>
52478              Date: Tue, 15 Aug 2000 16:55:59 +0100
52479              Message-Id: <E13Oj4J-0005FS-00@libra.cus.cam.ac.uk>
52480      Branch: perl
52481            ! lib/perl5db.pl
52482 ____________________________________________________________________________
52483 [  6636] By: jhi                                   on 2000/08/15  15:30:58
52484         Log: Update Changes.
52485      Branch: perl
52486            ! Changes
52487 ____________________________________________________________________________
52488 [  6635] By: jhi                                   on 2000/08/15  15:27:21
52489         Log: Use -Dusedevel; regen Configure and the respective Porting stuff.
52490      Branch: metaconfig
52491            ! U/mkglossary U/mksample
52492      Branch: metaconfig/U/perl
52493            ! Devel.U
52494      Branch: perl
52495            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
52496 ____________________________________________________________________________
52497 [  6634] By: jhi                                   on 2000/08/15  14:11:55
52498         Log: Don't blow limited stacks, a lower number is enough to
52499              tickle the lookbehind limit.
52500              
52501              Subject: [ID 20000815.007] Not OK: perl@6627 +SUIDMAIL on powerpc-machten 4.1.4 (UNINSTALLED) [PATCH]
52502              From: Dominic Dunlop <domo@computer.org>
52503              Date: Tue, 15 Aug 2000 13:51:24 +0200
52504              Message-Id: <p04320400b5bedcedaf22@[192.168.1.4]>
52505      Branch: perl
52506            ! t/op/regmesg.t
52507 ____________________________________________________________________________
52508 [  6633] By: jhi                                   on 2000/08/15  14:01:46
52509         Log: Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
52510              From: Mike Guy <mjtg@cam.ac.uk>
52511              Date: Tue, 15 Aug 2000 12:10:50 +0100
52512              Message-Id: <E13OecM-0006nF-00@libra.cus.cam.ac.uk>
52513      Branch: perl
52514            ! utils/perldoc.PL
52515 ____________________________________________________________________________
52516 [  6632] By: jhi                                   on 2000/08/15  13:58:48
52517         Log: make ok etc also for win32.
52518              
52519              Subject: [ID 20000814.008] Not OK: perl v5.6.0 (6620) on MSWin32-x86 4.0 (UNINSTALLED)
52520              From: Prymmer/Kahn <pvhp@best.com>
52521              Date: Mon, 14 Aug 2000 22:42:06 -0700 (PDT)
52522              Message-Id: <Pine.BSF.4.21.0008142240280.3888-100000@shell8.ba.best.com>
52523      Branch: perl
52524            ! win32/Makefile
52525 ____________________________________________________________________________
52526 [  6631] By: jhi                                   on 2000/08/15  13:45:03
52527         Log: Update (kinda) to Test 1.14, from Joshua Pritikin.
52528      Branch: perl
52529            ! lib/Test.pm
52530 ____________________________________________________________________________
52531 [  6630] By: jhi                                   on 2000/08/15  03:25:09
52532         Log: Update Changes.
52533      Branch: perl
52534            ! Changes
52535 ____________________________________________________________________________
52536 [  6629] By: jhi                                   on 2000/08/15  03:23:53
52537         Log: magic_regdatum_set() is void, not int.
52538      Branch: perl
52539            ! embed.pl mg.c proto.h
52540 ____________________________________________________________________________
52541 [  6628] By: jhi                                   on 2000/08/15  03:08:02
52542         Log: Make the user to give up his firstborn, err, to knowingly
52543              verify installing an unstable developer release.  Also bump
52544              the release to 5.7.0, but leave a patch tag in the local
52545              patches saying that this is not yet the real thing.
52546      Branch: metaconfig
52547            ! U/modified/Instruct.U
52548      Branch: metaconfig/U/perl
52549            + Devel.U
52550      Branch: perl
52551            ! Configure patchlevel.h
52552 ____________________________________________________________________________
52553 [  6627] By: jhi                                   on 2000/08/14  22:32:52
52554         Log: README.os2 update.
52555              
52556              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
52557              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
52558              Date: Wed, 02 Aug 2000 21:55:09 -0700
52559              Message-ID: <tsPi5gzkgegX092yn@efn.org>
52560      Branch: perl
52561            ! README.os2
52562 ____________________________________________________________________________
52563 [  6626] By: jhi                                   on 2000/08/14  21:00:02
52564         Log: Subject: Re: File::Temp problems on VMS in bleedperl
52565              From: Tim Jenness <timj@jach.hawaii.edu>
52566              cc: vmsperl@perl.org
52567              Date: Mon, 14 Aug 2000 09:44:33 -1000 (HST)
52568              Message-ID: <Pine.LNX.4.21.0008140941300.6753-100000@lapaki.jach.hawaii.edu>
52569      Branch: perl
52570            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
52571 ____________________________________________________________________________
52572 [  6625] By: jhi                                   on 2000/08/14  20:52:16
52573         Log: Add SUIDMAIL as was done for the CERT alert.
52574      Branch: perl
52575            ! patchlevel.h
52576 ____________________________________________________________________________
52577 [  6624] By: jhi                                   on 2000/08/14  20:48:50
52578         Log: Subject: sfio2000
52579              From: Daniel Muino <dmuino@afip.gov.ar>
52580              Date: Mon, 14 Aug 2000 16:58:11 -0300
52581              Message-ID: <20000814165811.B16368@con2-dgi>
52582      Branch: perl
52583            ! perlsdio.h perlsfio.h
52584 ____________________________________________________________________________
52585 [  6623] By: jhi                                   on 2000/08/14  20:47:36
52586         Log: Subject: warning: storage class after type is obsolescent
52587              From: Daniel Muino <dmuino@afip.gov.ar>
52588              Date: Mon, 14 Aug 2000 16:42:47 -0300
52589              Message-ID: <20000814164247.A16368@con2-dgi>
52590      Branch: perl
52591            ! regcomp.pl regnodes.h
52592 ____________________________________________________________________________
52593 [  6622] By: jhi                                   on 2000/08/14  20:43:05
52594         Log: Subject: [ID 20000814.002] [Patch] Email address in Changes.
52595              From: abigail@foad.org
52596              Date: 14 Aug 2000 20:00:10 -0000
52597              Message-Id: <20000814200010.27271.qmail@foad.org>
52598      Branch: perl
52599            ! Changes
52600 ____________________________________________________________________________
52601 [  6621] By: jhi                                   on 2000/08/14  15:23:05
52602         Log: Update Changes.
52603      Branch: perl
52604            ! Changes
52605 ____________________________________________________________________________
52606 [  6620] By: jhi                                   on 2000/08/14  15:22:14
52607         Log: Subject: Re: [PATCH] @+, @- readonly
52608              From: Mike Guy <mjtg@cam.ac.uk>
52609              Date: Mon, 14 Aug 2000 15:26:55 +0100
52610              Message-Id: <E13OLCZ-00020N-00@libra.cus.cam.ac.uk>
52611      Branch: perl
52612            ! XSUB.h embed.h embed.pl globvar.sym gv.c mg.c perl.h proto.h
52613            ! sv.c t/op/pat.t
52614 ____________________________________________________________________________
52615 [  6619] By: jhi                                   on 2000/08/14  14:12:08
52616         Log: Update Changes.
52617      Branch: perl
52618            ! Changes
52619 ____________________________________________________________________________
52620 [  6618] By: jhi                                   on 2000/08/14  14:09:34
52621         Log: For now remove the mail code.
52622      Branch: perl
52623            ! perl.c
52624 ____________________________________________________________________________
52625 [  6617] By: jhi                                   on 2000/08/14  14:08:28
52626         Log: Drop the eg/ mentions and also mention the recent suidperl thing.
52627      Branch: perl
52628            ! jpl/README lib/ExtUtils/Embed.pm pod/perlcompile.pod
52629            ! pod/perlfaq8.pod pod/perlsec.pod
52630 ____________________________________________________________________________
52631 [  6616] By: jhi                                   on 2000/08/14  14:00:11
52632         Log: Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
52633              From: Mike Guy <mjtg@cam.ac.uk>
52634              Date: Mon, 14 Aug 2000 08:26:02 +0100
52635              Message-Id: <E13OEdG-0007LT-00@libra.cus.cam.ac.uk>
52636      Branch: perl
52637            ! lib/perl5db.pl
52638 ____________________________________________________________________________
52639 [  6615] By: jhi                                   on 2000/08/14  13:58:45
52640         Log: Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
52641              From: Mike Guy <mjtg@cam.ac.uk>
52642              Date: Mon, 14 Aug 2000 08:04:22 +0100
52643              Message-Id: <E13OEII-0007B2-00@libra.cus.cam.ac.uk>
52644      Branch: perl
52645            ! gv.c mg.c t/op/pat.t
52646 ____________________________________________________________________________
52647 [  6614] By: jhi                                   on 2000/08/14  13:56:45
52648         Log: Subject: Test fails / warnings with perl-current #6612
52649              From: Mike Guy <mjtg@cam.ac.uk>
52650              Date: Mon, 14 Aug 2000 07:57:23 +0100
52651              Message-Id: <E13OEBX-000776-00@libra.cus.cam.ac.uk>
52652      Branch: perl
52653            ! t/lib/b.t t/lib/peek.t
52654 ____________________________________________________________________________
52655 [  6613] By: jhi                                   on 2000/08/14  13:45:33
52656         Log: VMS configure.com update continues.
52657      Branch: perl
52658            - vms/configure.com
52659            ! MANIFEST configure.com
52660 ____________________________________________________________________________
52661 [  6612] By: jhi                                   on 2000/08/13  22:13:35
52662         Log: Update Changes.
52663      Branch: perl
52664            ! Changes
52665 ____________________________________________________________________________
52666 [  6611] By: jhi                                   on 2000/08/13  16:21:45
52667         Log: Upgrade to CGI 2.71, from Lincoln Stein.
52668      Branch: perl
52669            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-function.t
52670 ____________________________________________________________________________
52671 [  6610] By: jhi                                   on 2000/08/13  15:09:16
52672         Log: Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
52673              From: Mike Guy <mjtg@cam.ac.uk>
52674              Date: Sun, 13 Aug 2000 13:45:51 +0100
52675              Message-Id: <E13Nx9D-00027M-00@libra.cus.cam.ac.uk>
52676      Branch: perl
52677            ! t/op/regmesg.t
52678 ____________________________________________________________________________
52679 [  6609] By: jhi                                   on 2000/08/13  14:31:26
52680         Log: Andreas says that 1.56 is fine, so reverting back to it.
52681      Branch: perl
52682            ! lib/CPAN.pm
52683 ____________________________________________________________________________
52684 [  6608] By: jhi                                   on 2000/08/13  05:34:20
52685         Log: Update Changes.
52686      Branch: perl
52687            ! Changes
52688 ____________________________________________________________________________
52689 [  6607] By: jhi                                   on 2000/08/13  05:32:01
52690         Log: Put back the \z changes of #5406 to CPAN.pm.
52691      Branch: perl
52692            ! lib/CPAN.pm
52693 ____________________________________________________________________________
52694 [  6606] By: jhi                                   on 2000/08/13  05:20:16
52695         Log: Fix-n-skip the tests under 5005threads.
52696      Branch: perl
52697            ! t/lib/b.t
52698 ____________________________________________________________________________
52699 [  6605] By: jhi                                   on 2000/08/13  05:07:48
52700         Log: Fix the test for 5005threads.
52701      Branch: perl
52702            ! t/lib/peek.t
52703 ____________________________________________________________________________
52704 [  6604] By: jhi                                   on 2000/08/13  03:35:37
52705         Log: Should have deleted this in #6603.
52706      Branch: perl
52707            - vms/subconfigure.com
52708 ____________________________________________________________________________
52709 [  6603] By: jhi                                   on 2000/08/12  18:29:32
52710         Log: Rewrite of vms/subconfigure.com as configure.com,
52711              from Peter Prymmer and the vmsperl crew.
52712      Branch: perl
52713            + vms/configure.com
52714            ! MANIFEST
52715 ____________________________________________________________________________
52716 [  6602] By: jhi                                   on 2000/08/11  13:00:01
52717         Log: PlainText.pm is dead.
52718      Branch: perl
52719            - lib/Pod/PlainText.pm
52720            ! MANIFEST
52721 ____________________________________________________________________________
52722 [  6601] By: jhi                                   on 2000/08/11  04:06:45
52723         Log: Update Changes.
52724      Branch: perl
52725            ! Changes
52726 ____________________________________________________________________________
52727 [  6600] By: jhi                                   on 2000/08/11  04:06:10
52728         Log: Add a few missing files, update MANIFEST.
52729      Branch: perl
52730            + lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
52731            + lib/Pod/PlainText.pm t/pod/find.t
52732            ! MANIFEST t/op/regmesg.t
52733 ____________________________________________________________________________
52734 [  6599] By: jhi                                   on 2000/08/11  03:31:10
52735         Log: Add Perl debugging tutorial, regen toc. 
52736              
52737              Subject: perldebtut.pod
52738              From: Richard Foley <Richard.Foley@m.dasa.de>
52739              Date: Wed, 09 Aug 2000 10:17:15 +0200
52740              Message-id: <3991138B.262247B8@m.dasa.de>
52741      Branch: perl
52742            + pod/perldebtut.pod
52743            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
52744 ____________________________________________________________________________
52745 [  6598] By: jhi                                   on 2000/08/11  02:48:56
52746         Log: tiny Changes edit
52747      Branch: perl
52748            ! Changes
52749 ____________________________________________________________________________
52750 [  6597] By: jhi                                   on 2000/08/11  02:39:04
52751         Log: Tests for #6589.
52752              
52753              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
52754              From: simon@brecon.co.uk (Simon Cozens)
52755              Date: 11 Aug 2000 02:24:52 GMT
52756              Message-ID: <slrn8p6ovk.5sh.simon@justanother.perlhacker.org>
52757      Branch: perl
52758            ! t/lib/b.t
52759 ____________________________________________________________________________
52760 [  6596] By: jhi                                   on 2000/08/11  01:50:07
52761         Log: Update Changes.
52762      Branch: perl
52763            ! Changes
52764 ____________________________________________________________________________
52765 [  6595] By: jhi                                   on 2000/08/11  01:47:16
52766         Log: nitfix
52767      Branch: perl
52768            ! Changes
52769 ____________________________________________________________________________
52770 [  6594] By: jhi                                   on 2000/08/11  01:36:16
52771         Log: Subject: Getting perlio and threads to compile
52772              From: Lupe Christoph <lupe@lupe-christoph.de>
52773              Date: Wed, 9 Aug 2000 11:35:54 +0200
52774              Message-ID: <20000809113554.G23160@alanya.lupe-christoph.de>
52775              
52776              (the Solaris version changes in Configure skipped)
52777      Branch: perl
52778            ! hints/solaris_2.sh thread.h
52779 ____________________________________________________________________________
52780 [  6593] By: jhi                                   on 2000/08/11  01:30:16
52781         Log: Subject: Re: [ID 20000730.003] utf8::length() bad
52782              From: simon@brecon.co.uk (Simon Cozens)
52783              Date: 1 Aug 2000 06:55:19 GMT
52784              Message-ID: <slrn8oct2n.19l.simon@justanother.perlhacker.org>
52785      Branch: perl
52786            ! lib/utf8.pm
52787 ____________________________________________________________________________
52788 [  6592] By: jhi                                   on 2000/08/11  01:26:39
52789         Log: Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
52790              From: Peter Scott <Peter@PeterScott.com>
52791              Date: Thu, 10 Aug 2000 08:23:27 -0700
52792              Message-Id: <4.3.2.7.2.20000810081749.00aa92c0@peterscott.com>
52793      Branch: perl
52794            ! lib/perl5db.pl
52795 ____________________________________________________________________________
52796 [  6591] By: jhi                                   on 2000/08/11  01:22:02
52797         Log: Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
52798              From: Hugo <hv@crypt.compulink.co.uk>
52799              Date: Thu, 10 Aug 2000 19:23:04 +0100
52800              Message-Id: <200008101823.TAA23580@crypt.compulink.co.uk>
52801      Branch: perl
52802            ! regexec.c t/op/pat.t
52803 ____________________________________________________________________________
52804 [  6590] By: jhi                                   on 2000/08/11  01:19:19
52805         Log: Preprocessing and postprocessing for File::Find.
52806              
52807              Subject: Patch to Find::File.pm to allow alphabetical results
52808              From: Joe Smith <jsmith@inwap.com>
52809              Date: Wed, 9 Aug 2000 02:44:54 -0700
52810              Message-Id: <20000809024453.A21193@tardis.Tymnet.COM>
52811      Branch: perl
52812            ! lib/File/Find.pm
52813 ____________________________________________________________________________
52814 [  6589] By: jhi                                   on 2000/08/11  01:12:39
52815         Log: B::Deparse didn't do sub attributes.
52816              
52817              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
52818              From: simon@brecon.co.uk (Simon Cozens)
52819              Date: 9 Aug 2000 04:49:20 GMT
52820              Message-ID: <slrn8p1omg.beq.simon@justanother.perlhacker.org>
52821      Branch: perl
52822            ! ext/B/B.xs ext/B/B/Deparse.pm ext/B/defsubs_h.PL
52823 ____________________________________________________________________________
52824 [  6588] By: jhi                                   on 2000/08/11  01:06:40
52825         Log: Subject: debugger "d" command doesnt check line number
52826              From: Mike Guy <mjtg@cam.ac.uk>
52827              Date: Tue, 08 Aug 2000 21:54:29 +0100
52828              Message-Id: <E13MGOL-000053-00@libra.cus.cam.ac.uk>
52829      Branch: perl
52830            ! lib/perl5db.pl mg.c pod/perldiag.pod
52831 ____________________________________________________________________________
52832 [  6587] By: jhi                                   on 2000/08/11  00:45:03
52833         Log: sleep(1) does not necessarily return 1.
52834              
52835              Subject: [PATCH bleadperl] op/lex_assign.t  
52836              From: Hugo <hv@crypt.compulink.co.uk>
52837              Date: Thu, 03 Aug 2000 14:34:22 +0100        
52838              Message-Id: <200008031334.OAA03379@crypt.compulink.co.uk>
52839      Branch: perl
52840            ! t/op/lex_assign.t
52841 ____________________________________________________________________________
52842 [  6586] By: jhi                                   on 2000/08/11  00:31:50
52843         Log: Document the IO::Select timeout.
52844      Branch: perl
52845            ! ext/IO/lib/IO/Select.pm
52846 ____________________________________________________________________________
52847 [  6585] By: jhi                                   on 2000/08/11  00:13:54
52848         Log: Forgot contributor.
52849      Branch: perl
52850            ! Changes
52851 ____________________________________________________________________________
52852 [  6584] By: jhi                                   on 2000/08/11  00:09:19
52853         Log: detypo
52854      Branch: perl
52855            ! Changes
52856 ____________________________________________________________________________
52857 [  6583] By: jhi                                   on 2000/08/11  00:07:53
52858         Log: Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
52859              
52860              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
52861              From: Mike Guy <mjtg@cam.ac.uk> 
52862              Date: Thu, 10 Aug 2000 15:50:54 +0100
52863              Message-Id: <E13Mtfa-0005Ge-00@libra.cus.cam.ac.uk>
52864      Branch: perl
52865            ! sv.c t/op/int.t
52866 ____________________________________________________________________________
52867 [  6582] By: jhi                                   on 2000/08/10  23:29:32
52868         Log: Update Changes.
52869      Branch: perl
52870            ! Changes
52871 ____________________________________________________________________________
52872 [  6581] By: jhi                                   on 2000/08/10  23:26:16
52873         Log: Put back the std @INC thing.
52874      Branch: perl
52875            ! t/lib/ansicolor.t t/lib/cgi-form.t t/lib/cgi-function.t
52876            ! t/lib/cgi-html.t t/lib/cgi-pretty.t t/lib/cgi-request.t
52877            ! t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
52878            ! t/lib/gol-oo.t
52879 ____________________________________________________________________________
52880 [  6580] By: jhi                                   on 2000/08/10  23:03:34
52881         Log: Update to CGI 2.70, from Lincoln Stein.
52882      Branch: perl
52883            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
52884            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
52885            ! t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-pretty.t
52886            ! t/lib/cgi-request.t
52887 ____________________________________________________________________________
52888 [  6579] By: jhi                                   on 2000/08/10  22:41:50
52889         Log: Update to CPAN 1.56, from Andreas König.
52890      Branch: perl
52891            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
52892 ____________________________________________________________________________
52893 [  6578] By: jhi                                   on 2000/08/10  22:38:13
52894         Log: Update to Pod::Parser 1.17, from Brad Appleton.
52895      Branch: perl
52896            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
52897            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
52898            ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podchecker.PL
52899            ! pod/podselect.PL t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
52900            ! t/pod/include.t t/pod/included.t t/pod/lref.t
52901            ! t/pod/multiline_items.t t/pod/nested_items.t
52902            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
52903            ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
52904            ! t/pod/special_seqs.t
52905 ____________________________________________________________________________
52906 [  6577] By: jhi                                   on 2000/08/10  22:35:41
52907         Log: Small AUTHORS and MAINTAIN updates.  Could do with big updates.
52908      Branch: perl
52909            ! AUTHORS MAINTAIN
52910 ____________________________________________________________________________
52911 [  6576] By: jhi                                   on 2000/08/10  22:24:54
52912         Log: Update to Getopt::Long 2.23_05, from Johan Vromans.
52913      Branch: perl
52914            + t/lib/gol-oo.t
52915            ! MANIFEST lib/Getopt/Long.pm lib/newgetopt.pl t/lib/gol-basic.t
52916            ! t/lib/gol-compat.t t/lib/gol-linkage.t
52917 ____________________________________________________________________________
52918 [  6575] By: jhi                                   on 2000/08/10  22:02:07
52919         Log: Update to Term::ANSIColor 1.03, from Russ Allbery.
52920      Branch: perl
52921            ! lib/Term/ANSIColor.pm t/lib/ansicolor.t
52922 ____________________________________________________________________________
52923 [  6574] By: jhi                                   on 2000/08/10  21:55:03
52924         Log: Iterating perl6 description.
52925      Branch: perl
52926            ! pod/perlfaq1.pod
52927 ____________________________________________________________________________
52928 [  6573] By: jhi                                   on 2000/08/10  21:48:26
52929         Log: Revert the sv.c part of #6559, a better fix is needed.
52930      Branch: perl
52931            ! sv.c
52932 ____________________________________________________________________________
52933 [  6572] By: jhi                                   on 2000/08/10  20:33:43
52934         Log: It's the 2ndO'ROSSC.
52935      Branch: perl
52936            ! pod/perlfaq1.pod
52937 ____________________________________________________________________________
52938 [  6571] By: jhi                                   on 2000/08/10  15:55:48
52939         Log: detypo
52940      Branch: perl
52941            ! pod/perlfaq1.pod
52942 ____________________________________________________________________________
52943 [  6570] By: jhi                                   on 2000/08/10  14:11:17
52944         Log: An exceptionally sticky typo.
52945      Branch: perl
52946            ! Changes
52947 ____________________________________________________________________________
52948 [  6569] By: jhi                                   on 2000/08/10  14:09:33
52949         Log: detypo (and test Changes updating script)
52950      Branch: perl
52951            ! Changes
52952 ____________________________________________________________________________
52953 [  6568] By: jhi                                   on 2000/08/10  14:07:07
52954         Log: Update Changes.
52955      Branch: perl
52956            ! Changes
52957 ____________________________________________________________________________
52958 [  6567] By: jhi                                   on 2000/08/10  14:06:19
52959         Log: Amend the description of Perl6.
52960              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
52961              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
52962              Date: Wed, 9 Aug 2000 22:11:06 -0500
52963              Message-ID: <20000809221106.A12246@chaos.wustl.edu>
52964      Branch: perl
52965            ! pod/perlfaq1.pod
52966 ____________________________________________________________________________
52967 [  6566] By: jhi                                   on 2000/08/10  13:58:57
52968         Log: Subject: Remove dead entry in perldiag
52969              From: Mike Guy <mjtg@cam.ac.uk>
52970              Date: Thu, 10 Aug 2000 14:19:19 +0100
52971              Message-Id: <E13MsEx-00033G-00@libra.cus.cam.ac.uk>
52972      Branch: perl
52973            ! pod/perldiag.pod
52974 ____________________________________________________________________________
52975 [  6565] By: jhi                                   on 2000/08/10  13:51:48
52976         Log: Zero entries were skipped, fix from Adrian Goalby
52977              <argoalby@yahoo.co.uk>
52978      Branch: perl
52979            ! lib/unicode/Number.pl lib/unicode/mktables.PL
52980 ____________________________________________________________________________
52981 [  6564] By: jhi                                   on 2000/08/10  13:00:12
52982         Log: Subject: [PATCH 5.6.0] cygwin port
52983              From: "Fifer, Eric" <EFifer@sanwaint.com>
52984              Date: Thu, 10 Aug 2000 13:15:36 +0100
52985              Message-ID: <779F20BCCE5AD31186A50008C75D997917176A@silldn_mail1.sanwaint.com>
52986      Branch: perl
52987            ! README.cygwin hints/cygwin.sh
52988 ____________________________________________________________________________
52989 [  6563] By: jhi                                   on 2000/08/10  12:55:16
52990         Log: Get back into sync with Jeffrey on the enhanced regex warnings.
52991      Branch: perl
52992            ! pod/perldiag.pod regcomp.c t/op/re_tests t/op/readdir.t
52993 ____________________________________________________________________________
52994 [  6562] By: gsar                                  on 2000/08/10  08:38:39
52995         Log: warn is a macro, avoid using at a variable to avoid warnings
52996              in some configurations; readdir.t is too conservative in
52997              estimating number of *.t's
52998      Branch: perl
52999            ! t/op/readdir.t util.c
53000 ____________________________________________________________________________
53001 [  6561] By: jhi                                   on 2000/08/09  23:35:42
53002         Log: Update Changes.
53003      Branch: perl
53004            ! Changes
53005 ____________________________________________________________________________
53006 [  6560] By: jhi                                   on 2000/08/09  23:05:47
53007         Log: Subject: Re: enhanced(?) regex error messages
53008              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
53009              Date: Wed, 9 Aug 2000 00:59:43 -0700 (PDT)
53010              Message-Id: <200008090759.AAA07144@ventrue.yahoo.com>
53011              
53012              (plus two small patches sent privately)
53013              (this still seems to leave few test failures)
53014      Branch: perl
53015            + t/op/regmesg.t
53016            ! MANIFEST pod/perldiag.pod regcomp.c regcomp.h t/op/misc.t
53017            ! t/pragma/warn/regcomp
53018 ____________________________________________________________________________
53019 [  6559] By: jhi                                   on 2000/08/09  20:41:18
53020         Log: (The fix did work but was not right, retracted in #6573)
53021              
53022              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
53023              From: Christian Kirsch <ck@held.mind.de>
53024              Date: Wed, 9 Aug 2000 17:05:17 +0200
53025              Message-Id: <20000809170517.A25389@held>
53026      Branch: perl
53027            ! sv.c t/pragma/locale.t
53028 ____________________________________________________________________________
53029 [  6558] By: jhi                                   on 2000/08/08  22:34:08
53030         Log: Tiny updates on the contributors list.
53031      Branch: perl
53032            ! Changes
53033 ____________________________________________________________________________
53034 [  6557] By: jhi                                   on 2000/08/08  19:34:28
53035         Log: Double check that we have a dirhandle.
53036      Branch: perl
53037            ! util.c
53038 ____________________________________________________________________________
53039 [  6556] By: jhi                                   on 2000/08/08  19:01:51
53040         Log: Delete eg as agreed at TPC3 (yes, 3).  Dusty, obsolete, non-w-clean.
53041              May be repopulated with fresh maintained examples.
53042      Branch: perl
53043            + lib/CGI/eg/RunMeFirst lib/CGI/eg/caution.xbm
53044            + lib/CGI/eg/clickable_image.cgi lib/CGI/eg/cookie.cgi
53045            + lib/CGI/eg/crash.cgi lib/CGI/eg/customize.cgi
53046            + lib/CGI/eg/diff_upload.cgi lib/CGI/eg/dna_small_gif.uu
53047            + lib/CGI/eg/file_upload.cgi lib/CGI/eg/frameset.cgi
53048            + lib/CGI/eg/index.html lib/CGI/eg/internal_links.cgi
53049            + lib/CGI/eg/javascript.cgi lib/CGI/eg/monty.cgi
53050            + lib/CGI/eg/multiple_forms.cgi lib/CGI/eg/nph-clock.cgi
53051            + lib/CGI/eg/nph-multipart.cgi lib/CGI/eg/popup.cgi
53052            + lib/CGI/eg/save_state.cgi lib/CGI/eg/tryit.cgi
53053            + lib/CGI/eg/wilogo_gif.uu
53054            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
53055            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
53056            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
53057            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
53058            - eg/cgi/frameset.cgi eg/cgi/index.html
53059            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
53060            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
53061            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
53062            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
53063            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
53064            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
53065            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
53066            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
53067            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
53068            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
53069            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
53070            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
53071            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
53072            - eg/van/vanish eg/who eg/wrapsuid
53073            ! MANIFEST
53074 ____________________________________________________________________________
53075 [  6555] By: jhi                                   on 2000/08/08  18:51:08
53076         Log: Delete chat2 as requested by Randal.
53077              
53078              Subject: Re: perlfaq8 coyness
53079              From: merlyn@stonehenge.com (Randal L. Schwartz) 
53080              Date: 15 May 2000 18:52:42 -0700 
53081              Message-ID: <m166sfl0r9.fsf@halfdome.holdit.com> 
53082      Branch: perl
53083            - lib/chat2.pl
53084            ! MANIFEST
53085 ____________________________________________________________________________
53086 [  6554] By: jhi                                   on 2000/08/08  18:31:35
53087         Log: Regen global.sym.
53088      Branch: perl
53089            ! global.sym
53090 ____________________________________________________________________________
53091 [  6553] By: jhi                                   on 2000/08/08  18:28:13
53092         Log: Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
53093              (either perlbug or p5p ate the original), plus regen
53094              perlapi and perltoc. 
53095      Branch: perl
53096            ! Changes Changes5.004 README.Y2K cop.h emacs/cperl-mode.el
53097            ! ext/B/ramblings/flip-flop ext/Data/Dumper/Dumper.pm
53098            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
53099            ! ext/Socket/Socket.pm lib/CGI.pm lib/CGI/Cookie.pm
53100            ! lib/File/Temp.pm lib/FileHandle.pm lib/Pod/Functions.pm
53101            ! lib/Pod/InputObjects.pm lib/Pod/LaTeX.pm lib/Text/Soundex.pm
53102            ! lib/perl5db.pl op.h opcode.pl perlapi.c perlapi.h
53103            ! pod/perlapi.pod pod/perltoc.pod t/lib/dosglob.t
53104            ! t/lib/ftmp-posix.t t/lib/glob-global.t t/op/grent.t
53105            ! t/op/pwent.t vms/ext/DCLsym/DCLsym.pm
53106 ____________________________________________________________________________
53107 [  6552] By: jhi                                   on 2000/08/08  18:06:29
53108         Log: Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
53109              From: Mike Guy <mjtg@cam.ac.uk>
53110              Message-Id: <E13MAj1-00038W-00@libra.cus.cam.ac.uk>
53111              Date: Tue, 08 Aug 2000 15:51:27 +0100
53112      Branch: perl
53113            ! doop.c sv.h t/op/join.t t/pragma/overload.t
53114 ____________________________________________________________________________
53115 [  6551] By: jhi                                   on 2000/08/08  18:01:11
53116         Log: Re-apply #6549.
53117      Branch: perl
53118            ! lib/perl5db.pl
53119 ____________________________________________________________________________
53120 [  6550] By: jhi                                   on 2000/08/08  17:43:08
53121         Log: Accidental retraction of #6549.
53122      Branch: perl
53123            ! lib/perl5db.pl
53124 ____________________________________________________________________________
53125 [  6549] By: jhi                                   on 2000/08/08  17:40:04
53126         Log: Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
53127              From: Mike Guy <mjtg@cam.ac.uk>
53128              Date: Mon, 07 Aug 2000 21:49:58 +0100
53129              Message-Id: <E13LtqQ-0006Jc-00@libra.cus.cam.ac.uk>
53130      Branch: perl
53131            ! lib/perl5db.pl
53132 ____________________________________________________________________________
53133 [  6548] By: jhi                                   on 2000/08/08  17:37:57
53134         Log: Document here-doc better.
53135              
53136              Subject: Re: [ID 20000804.003] heredoc in s///e replacement
53137              From: Mike Guy <mjtg@cam.ac.uk>
53138              Date: Mon, 07 Aug 2000 14:02:09 +0100
53139              Message-Id: <E13LmXh-0006rM-00@libra.cus.cam.ac.uk>
53140      Branch: perl
53141            ! pod/perldata.pod
53142 ____________________________________________________________________________
53143 [  6547] By: jhi                                   on 2000/08/08  17:33:34
53144         Log: Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
53145              From: "Randy J. Ray" <rjray@redhat.com>
53146              Date: Mon, 07 Aug 2000 19:12:25 -0700
53147              Message-Id: <200008080212.TAA12784@tzimisce.soma.redhat.com>
53148      Branch: perl
53149            ! perl.c pod/perlrun.pod
53150 ____________________________________________________________________________
53151 [  6546] By: jhi                                   on 2000/08/08  17:29:26
53152         Log: Subject: Re: enhanced(?) regex error messages 
53153              From: Hugo <hv@crypt.compulink.co.uk>
53154              Date: Tue, 08 Aug 2000 03:25:51 +0100
53155              Message-Id: <200008080225.DAA10998@crypt.compulink.co.uk>
53156              
53157              plus Capitalize the error messages, plus perldiag them.
53158      Branch: perl
53159            ! pod/perldiag.pod regcomp.c t/op/pat.t t/op/re_tests
53160 ____________________________________________________________________________
53161 [  6545] By: jhi                                   on 2000/08/08  13:59:28
53162         Log: Augment #6539 a bit: don't croak if there's magic in the air.
53163              
53164              Subject: Re: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF) 
53165              From: Hugo <hv@crypt.compulink.co.uk>
53166              Date: Tue, 08 Aug 2000 03:02:03 +0100
53167              Message-Id: <200008080202.DAA09147@crypt.compulink.co.uk>
53168      Branch: perl
53169            ! pp.c t/op/bless.t
53170 ____________________________________________________________________________
53171 [  6544] By: jhi                                   on 2000/08/07  21:11:52
53172         Log: Make the test -w clean.
53173      Branch: perl
53174            ! t/op/bless.t
53175 ____________________________________________________________________________
53176 [  6543] By: jhi                                   on 2000/08/07  19:49:53
53177         Log: use warnings instead of $^W.
53178      Branch: perl
53179            ! t/op/bless.t
53180 ____________________________________________________________________________
53181 [  6542] By: jhi                                   on 2000/08/07  17:41:41
53182         Log: Disable a portability warning Because We Know What We Are Doing.
53183      Branch: perl
53184            ! t/op/bless.t
53185 ____________________________________________________________________________
53186 [  6541] By: jhi                                   on 2000/08/07  17:29:51
53187         Log: Tiny tidying on report_evil_fh().
53188      Branch: perl
53189            ! util.c
53190 ____________________________________________________________________________
53191 [  6540] By: jhi                                   on 2000/08/07  16:37:38
53192         Log: Make regular expression parse error messages easier to understand.
53193              
53194              Subject: Re: enhanced(?) regex error messages
53195              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
53196              Date: Fri, 4 Aug 2000 23:34:07 -0700 (PDT)
53197              Message-Id: <200008050634.XAA20360@ventrue.yahoo.com>
53198      Branch: perl
53199            ! regcomp.c
53200 ____________________________________________________________________________
53201 [  6539] By: jhi                                   on 2000/08/07  16:12:27
53202         Log: Make bless(REF, REF) a fatal error, add bless tests.
53203              
53204              Subject: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF)
53205              From: Hugo <hv@crypt.compulink.co.uk>
53206              Date: Mon, 07 Aug 2000 16:59:38 +0100
53207              Message-Id: <200008071559.QAA29541@crypt.compulink.co.uk>
53208      Branch: perl
53209            + t/op/bless.t
53210            ! MANIFEST pod/perldiag.pod pp.c sv.c
53211 ____________________________________________________________________________
53212 [  6538] By: jhi                                   on 2000/08/07  15:59:43
53213         Log: Subject: [ID 20000803.006] 'use lib ...' doesn't behave as documented
53214              From: Tim Conrow <tim@spindrift.srl.caltech.edu>
53215              Date: Thu, 3 Aug 2000 14:29:21 -0700
53216              Message-Id: <200008032129.OAA27898@spindrift.caltech.edu>
53217      Branch: perl
53218            ! lib/lib_pm.PL
53219 ____________________________________________________________________________
53220 [  6537] By: jhi                                   on 2000/08/07  15:47:18
53221         Log: Retract #6419 for now since it breaks in AFS and MachTen.
53222      Branch: perl
53223            ! lib/Cwd.pm
53224 ____________________________________________________________________________
53225 [  6536] By: jhi                                   on 2000/08/07  15:05:29
53226         Log: Plug the security hole described in the Aug 05 2000 bugtraq message
53227              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
53228              The security hole exists only in suidperls, which isn't
53229              installed or even built by default.
53230      Branch: perl
53231            ! perl.c
53232 ____________________________________________________________________________
53233 [  6535] By: jhi                                   on 2000/08/07  14:45:14
53234         Log: tr memory corruption fix from Simon Cozens.
53235      Branch: perl
53236            ! doop.c
53237 ____________________________________________________________________________
53238 [  6534] By: jhi                                   on 2000/08/06  11:38:16
53239         Log: Document a bit that UDP is not what you might think.
53240              
53241              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
53242              From: Lupe Christoph <lupe@lupe-christoph.de>
53243              Message-ID: <20000724085915.B13172@alanya.lupe-christoph.de>
53244              Date: Mon, 24 Jul 2000 08:59:15 +0200
53245      Branch: perl
53246            ! pod/perlipc.pod
53247 ____________________________________________________________________________
53248 [  6533] By: jhi                                   on 2000/08/06  11:35:01
53249         Log: Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
53250              From: Jeff Pinyan <jeffp@hut.crusoe.net>
53251              Date: Sat, 5 Aug 2000 00:22:01 -0400 (EDT)
53252              Message-ID: <Pine.BSF.3.96.1000805002052.23260A-100000@hut.crusoe.net>
53253      Branch: perl
53254            ! pod/perlfunc.pod
53255 ____________________________________________________________________________
53256 [  6532] By: jhi                                   on 2000/08/06  03:45:41
53257         Log: Have symbols for the IoTYPEs.
53258      Branch: perl
53259            ! doio.c pp_ctl.c pp_sys.c sv.h toke.c util.c
53260 ____________________________________________________________________________
53261 [  6531] By: jhi                                   on 2000/08/06  01:33:55
53262         Log: Continue fixing the io warnings.  This also
53263              sort of fixes bug ID 20000802.003: the core dump
53264              is no more.  Whether the current behaviour is correct
53265              (giving a warning: "Not a format reference"), is another matter.
53266      Branch: perl
53267            ! doio.c pod/perldiag.pod pp_hot.c pp_sys.c t/pragma/warn/doio
53268            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
53269 ____________________________________________________________________________
53270 [  6530] By: jhi                                   on 2000/08/05  21:33:12
53271         Log: Change the Policy policy: now -Dprefix= with an existing
53272              Policy.sh and prefix == siteprefix == vendorprefix, then all
53273              of them follow along the new prefix.
53274              
53275              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
53276              From: Andy Dougherty <doughera@lafayette.edu>
53277              Date: Fri, 4 Aug 2000 14:53:50 -0400 (EDT)
53278              Message-ID: <Pine.SOL.4.10.10008041440560.17981-100000@maxwell.phys.lafayette.edu>
53279      Branch: perl
53280            ! Policy_sh.SH
53281 ____________________________________________________________________________
53282 [  6529] By: jhi                                   on 2000/08/05  18:57:28
53283         Log: Zap lib/Sys directory when cleaning up.
53284      Branch: perl
53285            ! Makefile.SH
53286 ____________________________________________________________________________
53287 [  6528] By: jhi                                   on 2000/08/05  18:40:44
53288         Log: Essential prototype changes were missing from #6527.
53289              Also make report_evil_fh() more bomb-proof.
53290      Branch: perl
53291            ! embed.h util.c
53292 ____________________________________________________________________________
53293 [  6527] By: jhi                                   on 2000/08/05  03:22:05
53294         Log: Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
53295              From: "Ronald F. Guilmette" <rfg@monkeys.com>
53296              Date: Mon, 24 Jul 2000 15:47:00 -0700 (PDT)
53297              Message-Id: <200007242247.PAA52177@monkeys.com>
53298      Branch: perl
53299            ! embed.pl pp_hot.c pp_sys.c proto.h t/pragma/warn/pp_sys util.c
53300 ____________________________________________________________________________
53301 [  6526] By: jhi                                   on 2000/08/04  21:23:27
53302         Log: gcc versions might have (parentheses) in them.
53303      Branch: metaconfig/U/perl
53304            ! gccvers.U
53305      Branch: perl
53306            ! Configure config_h.SH
53307 ____________________________________________________________________________
53308 [  6525] By: jhi                                   on 2000/08/04  20:23:12
53309         Log: Weed buglets pointed out by
53310              
53311              From: Lupe Christoph <lupe@lupe-christoph.de>
53312              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
53313              Date: Fri, 4 Aug 2000 17:34:39 +0200
53314              Message-ID: <20000804173439.L8087@alanya.lupe-christoph.de>
53315      Branch: metaconfig/U/perl
53316            ! gccvers.U uselfs.U
53317      Branch: perl
53318            ! Configure config_h.SH
53319 ____________________________________________________________________________
53320 [  6524] By: jhi                                   on 2000/08/04  19:02:08
53321         Log: Warn under -w if lstat(FH) is attempted.
53322              
53323              Subject: [ID 20000421.003] perlfunc says you can lstat a file handle but you cannot
53324              From: "Todd C. Miller" <Todd.Miller@courtesan.com> 
53325              Date: Fri, 21 Apr 2000 10:43:46 -0600 (MDT) 
53326              Message-Id: <200004211643.e3LGhkX24720@xerxes.courtesan.com> 
53327      Branch: perl
53328            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
53329            ! t/pragma/warn/pp_sys
53330 ____________________________________________________________________________
53331 [  6523] By: jhi                                   on 2000/08/04  12:31:11
53332         Log: Subject: New perlcc, take 2
53333              From: simon@brecon.co.uk (Simon Cozens)
53334              Date: 4 Aug 2000 06:21:04 GMT
53335              Message-ID: <slrn8oko6g.da2.simon@justanother.perlhacker.org>
53336      Branch: perl
53337            ! utils/perlcc.PL
53338 ____________________________________________________________________________
53339 [  6522] By: jhi                                   on 2000/08/04  12:26:33
53340         Log: Subject: Re: Array vs. List context
53341              From: Daniel Chetlin <daniel@chetlin.com>
53342              Date: Fri, 4 Aug 2000 00:22:44 -0700
53343              Message-ID: <20000804002244.A5924@ilmd.chetlin.org>
53344      Branch: perl
53345            ! pod/perlapi.pod pod/perlcall.pod pod/perlembed.pod
53346            ! pod/perlfaq4.pod
53347 ____________________________________________________________________________
53348 [  6521] By: jhi                                   on 2000/08/04  12:22:38
53349         Log: Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
53350              From: Raymund Will <ray@caldera.de>
53351              Date: Fri, 4 Aug 2000 12:07:09 +0200
53352              Message-Id: <20000804120709.A14982@caldera.de>
53353      Branch: perl
53354            ! configure.gnu
53355 ____________________________________________________________________________
53356 [  6520] By: jhi                                   on 2000/08/04  04:09:06
53357         Log: After the #6519 a warning about stat() is just that,
53358              not about a filetest, which now have their own warning.
53359      Branch: perl
53360            ! pod/perldiag.pod
53361 ____________________________________________________________________________
53362 [  6519] By: jhi                                   on 2000/08/04  04:06:30
53363         Log: In the warnings call filehandles consistently so;
53364              add "unopened" warning for stat().
53365      Branch: perl
53366            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
53367            ! t/pragma/warn/pp_sys
53368 ____________________________________________________________________________
53369 [  6518] By: jhi                                   on 2000/08/04  02:55:35
53370         Log: Subject: Minor tweak to perlvar.pod
53371              From: "Stephen P. Potter" <spp@ds.net>
53372              Date: Tue, 18 Apr 2000 09:26:03 -0400
53373              Message-Id: <200004181326.JAA01560@spp.users.ds.net>
53374      Branch: perl
53375            ! pod/perlvar.pod
53376 ____________________________________________________________________________
53377 [  6517] By: jhi                                   on 2000/08/04  02:50:08
53378         Log: Subject: [ID 19990721.004] Documentation bug in perlfunc
53379              From: "Clinton Pierce" <cpierce1@ford.com>
53380              Date: Wed, 21 Jul 1999 16:45:31 -0400
53381              Message-Id: <199907212049.QAA12875@mailfw3.ford.com>
53382              
53383              Fix by Stephen Potter (visible in the bug db but not in p5p?)
53384      Branch: perl
53385            ! pod/perlfunc.pod pod/perlop.pod
53386 ____________________________________________________________________________
53387 [  6516] By: jhi                                   on 2000/08/04  02:09:25
53388         Log: This is 6512.  Really.
53389      Branch: perl
53390            ! dump.c
53391 ____________________________________________________________________________
53392 [  6515] By: jhi                                   on 2000/08/04  01:25:50
53393         Log: mention the idea of @( and @)
53394      Branch: perl
53395            ! Todo-5.6
53396 ____________________________________________________________________________
53397 [  6514] By: bailey                                on 2000/08/04  01:18:46
53398         Log: YA resync with mainstem, including VMS patches from others
53399      Branch: vmsperl
53400           +> (branch 48 files)
53401            - lib/lib.pm pod/Makefile pod/Win32.pod pod/buildtoc
53402           !> (integrate 354 files)
53403 ____________________________________________________________________________
53404 [  6513] By: jhi                                   on 2000/08/04  01:18:18
53405         Log: Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
53406              From: Mark Dickinson <dickins3@fas.harvard.edu>
53407              Date: Wed, 2 Aug 2000 13:25:07 -0400 (EDT)
53408              Message-Id: <Pine.OSF.4.10.10008021321380.32190-200000@is07.fas.harvard.edu>
53409      Branch: perl
53410            ! t/op/grent.t t/op/pwent.t
53411 ____________________________________________________________________________
53412 [  6512] By: jhi                                   on 2000/08/04  01:14:06
53413         Log: Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
53414              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
53415              Date: Wed, 02 Aug 2000 10:51:01 +0100
53416              Message-Id: <E13JvAz-0005B5-00@libra.cus.cam.ac.uk>
53417      Branch: perl
53418            ! sv.c
53419 ____________________________________________________________________________
53420 [  6511] By: jhi                                   on 2000/08/04  00:57:00
53421         Log: Subject: [PATCH] bad cppsymbols on os2 + Configure question                
53422              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
53423              Date: Thu, 03 Aug 2000 17:20:04 -0700
53424              Message-ID: <0wgi5gzkgqLb092yn@efn.org> 
53425      Branch: metaconfig
53426            ! U/modified/Cppsym.U
53427      Branch: perl
53428            ! Configure config_h.SH
53429 ____________________________________________________________________________
53430 [  6510] By: jhi                                   on 2000/08/04  00:25:28
53431         Log: detypo
53432      Branch: perl
53433            ! Makefile.SH
53434 ____________________________________________________________________________
53435 [  6509] By: jhi                                   on 2000/08/03  23:43:18
53436         Log: Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
53437              From: Dominic Dunlop <domo@computer.org>
53438              Date: Thu, 3 Aug 2000 22:16:46 +0200
53439              Message-Id: <p04320411b5af8091f6fe@[194.235.193.148]>
53440      Branch: perl
53441            ! t/op/sprintf.t
53442 ____________________________________________________________________________
53443 [  6508] By: jhi                                   on 2000/08/03  23:40:37
53444         Log: Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
53445              From: Hugo <hv@crypt.compulink.co.uk>
53446              Date: Thu, 03 Aug 2000 18:25:30 +0100
53447              Message-Id: <200008031725.SAA10580@crypt.compulink.co.uk>
53448      Branch: perl
53449            ! regcomp.c t/op/re_tests
53450 ____________________________________________________________________________
53451 [  6507] By: jhi                                   on 2000/08/03  23:38:28
53452         Log: Subject: [PATCH] sv.h documentation - SvLEN
53453              From: Mike Guy <mjtg@cam.ac.uk>
53454              Date: Thu, 03 Aug 2000 14:43:09 +0100
53455              Message-Id: <E13KLHB-0004UK-00@libra.cus.cam.ac.uk>
53456      Branch: perl
53457            ! sv.h
53458 ____________________________________________________________________________
53459 [  6506] By: jhi                                   on 2000/08/03  15:49:14
53460         Log: Disable the fix_pl hack for now.
53461      Branch: perl
53462            ! Makefile.SH
53463 ____________________________________________________________________________
53464 [  6505] By: jhi                                   on 2000/08/03  13:49:04
53465         Log: Add a URL for FSF.
53466              
53467              Subject: Patch for README
53468              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
53469              Date: Wed, 2 Aug 2000 13:25:09 -0500
53470              Message-ID: <20000802132509.I10379@chaos.wustl.edu>
53471      Branch: perl
53472            ! README
53473 ____________________________________________________________________________
53474 [  6504] By: jhi                                   on 2000/08/03  13:29:19
53475         Log: Be more informative on what is skipped and why,
53476              also repeat the list at the end.
53477      Branch: perl
53478            ! Porting/p4desc
53479 ____________________________________________________________________________
53480 [  6503] By: jhi                                   on 2000/08/03  13:07:05
53481         Log: Circumvent the removal of .patch by fix_pl.
53482              
53483              Subject: Re: [ID 20000802.011] unable to 'make test'          
53484              From: simon@brecon.co.uk (Simon Cozens) 
53485              Date: 3 Aug 2000 04:17:00 GMT
53486              Message-ID: <slrn8ohshs.81o.simon@justanother.perlhacker.org> 
53487      Branch: perl
53488            ! Makefile.SH
53489 ____________________________________________________________________________
53490 [  6502] By: jhi                                   on 2000/08/03  00:14:34
53491         Log: Add the missing setproctitle unit.
53492      Branch: metaconfig/U/perl
53493            + d_setproctitle.U
53494 ____________________________________________________________________________
53495 [  6501] By: jhi                                   on 2000/08/03  00:00:26
53496         Log: The subtest 4 may fail also on VOBS, as pointed out
53497              by Nick Ing-Simmons in November 1999, bug id 19991124.003
53498              (but the failure in that bug report isn't the subtest 4).
53499      Branch: perl
53500            ! t/op/stat.t
53501 ____________________________________________________________________________
53502 [  6500] By: jhi                                   on 2000/08/02  23:49:30
53503         Log: Better skip message for the test; one of the two problems in
53504              
53505              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
53506              From: Lupe Christoph <lupe@lupe-christoph.de>
53507              Date: Thu, 24 Feb 2000 11:54:50 +0100 (MET)
53508              Message-Id: <200002241054.LAA06808@lupe-christoph.de>
53509      Branch: perl
53510            ! t/op/numconvert.t
53511 ____________________________________________________________________________
53512 [  6499] By: jhi                                   on 2000/08/02  22:49:16
53513         Log: Allow "no Module;" even if there is no 'unimport'.
53514              
53515              Subject: [ID 20000324.029] `unimport' is not special the way `import' is
53516              From: mjd@plover.com
53517              Date: 24 Mar 2000 15:24:34 -0000
53518              Message-Id: <20000324152434.15160.qmail@plover.com>
53519      Branch: perl
53520            ! gv.c
53521 ____________________________________________________________________________
53522 [  6498] By: jhi                                   on 2000/08/02  22:42:58
53523         Log: Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
53524              that are hopefully soon put into use.
53525      Branch: perl
53526            ! opcode.h opcode.pl opnames.h
53527 ____________________________________________________________________________
53528 [  6497] By: gsar                                  on 2000/08/02  22:28:59
53529         Log: require.t needs binmode() to work on windows
53530      Branch: perl
53531            ! t/comp/require.t
53532 ____________________________________________________________________________
53533 [  6496] By: jhi                                   on 2000/08/02  22:08:51
53534         Log: Document the IVdf UVuf UVof UVxf.
53535      Branch: perl
53536            ! pod/perlguts.pod
53537 ____________________________________________________________________________
53538 [  6495] By: jhi                                   on 2000/08/02  21:54:26
53539         Log: detypo #6494
53540      Branch: perl
53541            ! ext/Data/Dumper/Dumper.xs
53542 ____________________________________________________________________________
53543 [  6494] By: jhi                                   on 2000/08/02  21:49:17
53544         Log: Dump UVs as UVs in Data::Dumper.
53545              
53546              Subject: Re: [ID 20000405.018] Data::Dumper and negative numbers
53547              From: Gurusamy Sarathy <gsar@ActiveState.com>
53548              Date: Thu, 27 Apr 2000 12:26:25 -0700
53549              Message-Id: <200004271926.MAA04331@molotok.activestate.com>
53550      Branch: perl
53551            ! ext/Data/Dumper/Dumper.xs
53552 ____________________________________________________________________________
53553 [  6493] By: jhi                                   on 2000/08/02  17:01:58
53554         Log: Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
53555              From: Hugo <hv@crypt.compulink.co.uk>
53556              Date: Wed, 02 Aug 2000 14:53:56 +0100
53557              Message-Id: <200008021353.OAA24761@crypt.compulink.co.uk>
53558      Branch: perl
53559            ! regexec.c t/op/re_tests
53560 ____________________________________________________________________________
53561 [  6492] By: jhi                                   on 2000/08/02  15:02:46
53562         Log: The new setproctitle() feature is available only in 
53563              bleeding edge FreeBSD.  From Paul Saab.
53564      Branch: perl
53565            ! mg.c
53566 ____________________________________________________________________________
53567 [  6491] By: jhi                                   on 2000/08/02  13:34:36
53568         Log: The tr utf8 patching continues.
53569              
53570              Subject: Re: #6469, too many tests claimed in require.t
53571              From: simon@brecon.co.uk (Simon Cozens)
53572              Date: 2 Aug 2000 02:37:17 GMT
53573              Message-ID: <slrn8of2at.81o.simon@justanother.perlhacker.org>
53574              
53575              (the logic of the test was the wrong way round in the patch)
53576      Branch: perl
53577            ! doop.c
53578 ____________________________________________________________________________
53579 [  6490] By: jhi                                   on 2000/08/02  13:27:38
53580         Log: The name of a filehandle does not have <these>.
53581      Branch: perl
53582            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
53583            ! t/pragma/warn/pp_sys util.c
53584 ____________________________________________________________________________
53585 [  6489] By: jhi                                   on 2000/08/02  04:26:46
53586         Log: Remove the extraneous "main::" prefix from all the
53587              "opened only for", "on closed", and "never opened" warnings.
53588              
53589              Subject: Re: inappropriate warning
53590              From: Gurusamy Sarathy <gsar@ActiveState.com>
53591              Date: Mon, 20 Mar 2000 11:28:02 -0800
53592              Message-Id: <200003201928.LAA32224@maul.ActiveState.com>
53593      Branch: perl
53594            ! doio.c embed.h embed.pl gv.c objXSUB.h pp_hot.c pp_sys.c
53595            ! proto.h t/pragma/warn/4lint t/pragma/warn/doio
53596            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
53597 ____________________________________________________________________________
53598 [  6488] By: jhi                                   on 2000/08/02  03:02:57
53599         Log: memcpy has n o in it, as pinted ut by Sarathy.
53600      Branch: perl
53601            ! pod/perlguts.pod
53602 ____________________________________________________________________________
53603 [  6487] By: jhi                                   on 2000/08/02  02:44:51
53604         Log: Document in one place the memory abstractions used in Perl core.
53605              
53606              Subject: Re: Memory abstraction
53607              From: simon@brecon.co.uk (Simon Cozens)
53608              Date: 2 Aug 2000 02:20:23 GMT
53609              Organization: Earth.li Origins
53610      Branch: perl
53611            ! pod/perlguts.pod
53612 ____________________________________________________________________________
53613 [  6486] By: jhi                                   on 2000/08/02  02:41:57
53614         Log: regen_headers, regen perltoc.
53615      Branch: perl
53616            ! perlapi.c pod/perltoc.pod
53617 ____________________________________________________________________________
53618 [  6485] By: jhi                                   on 2000/08/02  01:43:33
53619         Log: "This little thing tests for a file .patch, and if it contains
53620              a number, pops into patchlevel.h" (making it easier to track
53621              which development version people are reporting bugs against)
53622              
53623              Subject: Patchlevel autogeneration for repository perls
53624              From: simon@brecon.co.uk (Simon Cozens)
53625              Date: 14 Jul 2000 07:12:15 GMT
53626              Message-ID: <slrn8mtfaf.1qo.simon@justanother.perlhacker.org>
53627      Branch: perl
53628            + fix_pl
53629            ! MANIFEST Makefile.SH
53630 ____________________________________________________________________________
53631 [  6484] By: jhi                                   on 2000/08/02  01:32:54
53632         Log: FreeBSD 3.* updates from
53633              
53634              From: Paul Saab <ps@yahoo-inc.com>
53635              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
53636              Date: Tue, 1 Aug 2000 15:41:39 -0700
53637              Message-Id: <20000801154139.A53740@yahoo-inc.com>
53638      Branch: perl
53639            ! hints/freebsd.sh
53640 ____________________________________________________________________________
53641 [  6483] By: jhi                                   on 2000/08/02  01:27:44
53642         Log: In new BSDs changes to argv[] do not show up in ps(1) output,
53643              instead one must use setproctitle().  This was already addressed
53644              by change #6457, but the below has a new variant for FreeBSD 4.0
53645              or later, and the matter is also documented more.
53646              
53647              From: Paul Saab <ps@yahoo-inc.com>
53648              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
53649              Date: Tue, 1 Aug 2000 15:41:39 -0700
53650              Message-Id: <20000801154139.A53740@yahoo-inc.com>
53651      Branch: metaconfig/U/perl
53652            + i_libutil.U
53653      Branch: perl
53654            ! Configure config_h.SH mg.c perl.h pod/perlvar.pod
53655 ____________________________________________________________________________
53656 [  6482] By: jhi                                   on 2000/08/01  22:17:32
53657         Log: The test from this
53658              
53659              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
53660              Date: Sat, 15 Apr 2000 17:03:44 +0100
53661              From: Tom Hughes <tom@compton.nu>
53662              Message-ID: <d1c9b2af49.tom@compton.compton.nu>
53663              
53664              was missing, the code change went in as #5989
53665              (which had a different test?)
53666      Branch: perl
53667            ! t/op/misc.t
53668 ____________________________________________________________________________
53669 [  6481] By: jhi                                   on 2000/08/01  21:48:38
53670         Log: Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
53671              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
53672              Date: Thu, 27 Jul 2000 13:51:41 -0700 (PDT)
53673              Message-Id: <200007272051.NAA02178@xfiles.intercon.hp.com>
53674      Branch: perl
53675            ! perl.h
53676 ____________________________________________________________________________
53677 [  6480] By: jhi                                   on 2000/08/01  18:05:28
53678         Log: Make p4desc to skip non-mainperl branches by default.
53679      Branch: perl
53680            ! Porting/p4desc
53681 ____________________________________________________________________________
53682 [  6479] By: jhi                                   on 2000/08/01  17:29:19
53683         Log: If gccosandvers is equal to osname, clear gccosandvers.
53684      Branch: metaconfig/U/perl
53685            ! gccvers.U
53686      Branch: perl
53687            ! Configure config_h.SH
53688 ____________________________________________________________________________
53689 [  6478] By: jhi                                   on 2000/08/01  15:54:08
53690         Log: BOM patching from Simon Cozens.
53691      Branch: perl
53692            ! toke.c
53693 ____________________________________________________________________________
53694 [  6477] By: jhi                                   on 2000/08/01  04:50:33
53695         Log: Stash away the largefiles flags and libswanted.
53696      Branch: perl
53697            ! hints/aix.sh hints/hpux.sh hints/linux.sh hints/solaris_2.sh
53698 ____________________________________________________________________________
53699 [  6476] By: gsar                                  on 2000/08/01  04:24:24
53700         Log: various syntax errors and such (not fixed: comp/require.t#22 coredump
53701              on Windows)
53702      Branch: perl
53703            ! t/pragma/utf8.t utf8.c win32/win32.c
53704 ____________________________________________________________________________
53705 [  6475] By: jhi                                   on 2000/08/01  03:35:24
53706         Log: Make chr() for values >127 to create utf8 when under utf8.
53707              
53708              Subject: Re: uft8/chr()
53709              From: simon@brecon.co.uk (Simon Cozens)
53710              Date: 1 Aug 2000 02:37:02 GMT
53711              Message-ID: <slrn8ocdud.19l.simon@justanother.perlhacker.org>
53712      Branch: perl
53713            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
53714 ____________________________________________________________________________
53715 [  6474] By: jhi                                   on 2000/08/01  02:36:18
53716         Log: In Digital UNIX warn if gcc explicitly chosen because even
53717              2.95.2 is known to cause problems.
53718      Branch: perl
53719            ! hints/dec_osf.sh
53720 ____________________________________________________________________________
53721 [  6473] By: jhi                                   on 2000/08/01  02:00:56
53722         Log: Make the safety catch for buggy gccs work with triple version
53723              numbers like 2.95.2.  Reported in
53724              
53725              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
53726              From: Maurizio Loreti <maurizio.loreti@pd.infn.it>
53727              Date: Mon, 31 Jul 2000 14:55:06 +0200
53728              Message-Id: <200007311255.AA25586@axcdf4.pd.infn.it>
53729      Branch: perl
53730            ! hints/dec_osf.sh
53731 ____________________________________________________________________________
53732 [  6472] By: jhi                                   on 2000/08/01  01:13:33
53733         Log: Subject: fix and question re: waitpid() under win32
53734              From: Brian Clarke <clarke@appliedmeta.com>
53735              Date: Fri, 28 Jul 2000 15:18:29 -0400
53736              Message-ID: <3981DC85.290314EB@appliedmeta.com>
53737              
53738              Slightly reformatted and WNOHANG # define moved to win32.h
53739              so that also POSIX.xs sees it, as suggsted by Sarathy.
53740      Branch: perl
53741            ! win32/win32.c win32/win32.h
53742 ____________________________________________________________________________
53743 [  6471] By: jhi                                   on 2000/08/01  00:55:05
53744         Log: Subject: [PATCH] allow non-variable as lhs of non-updating tr///
53745              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
53746              Message-Id: <E13JEgd-0003fy-00@libra.cus.cam.ac.uk>
53747              Date: Mon, 31 Jul 2000 13:28:51 +0100
53748              
53749              (aka ID 20000730.002)
53750      Branch: perl
53751            ! op.c t/op/tr.t
53752 ____________________________________________________________________________
53753 [  6470] By: jhi                                   on 2000/07/31  23:34:42
53754         Log: Document the problem with -P in HP-UX and its workaround.
53755              
53756              Subject: [ID 20000628.002] HPUX 11: -Ae compiler flag breaks perl -P
53757              From: Milton Hankins {64892} <webtools@uewrhp03.msd.ray.com>
53758              Date: Wed, 28 Jun 2000 13:58:21 -0400 (EDT)
53759              Message-Id: <200006281758.NAA10339@uewrhp03.msd.ray.com>
53760      Branch: perl
53761            ! README.hpux
53762 ____________________________________________________________________________
53763 [  6469] By: jhi                                   on 2000/07/31  04:15:02
53764         Log: The swallow_bom() saga continues.  The #23 of require.t
53765              (UTF16-LE) still fails (silently, no output) but the #22
53766              (UTF16-BE) seems to be working now.  The root of the
53767              failure may be in sv_gets(): is it UTF-16LE-aware,
53768              especially when it comes to line endings? 
53769      Branch: perl
53770            ! embed.h embed.pl objXSUB.h pod/perldiag.pod proto.h
53771            ! t/comp/require.t toke.c utf8.c
53772 ____________________________________________________________________________
53773 [  6468] By: jhi                                   on 2000/07/30  19:05:48
53774         Log: Find green threads before native threads.
53775              
53776              Subject: Re: Patch to jpl/JNI/Makefile.PL
53777              From: Jens Thomsen <jens@fiend.cis.com>
53778              Date: Fri, 28 Jul 2000 15:54:49 -0600 (MDT)
53779              Message-ID: <Pine.LNX.4.21.0007281553470.687-200000@fiend.cis.com>
53780      Branch: perl
53781            ! jpl/JNI/Makefile.PL
53782 ____________________________________________________________________________
53783 [  6467] By: jhi                                   on 2000/07/30  18:36:22
53784         Log: Fix the HALF_UPGRADE() macro introduced in #6263.
53785      Branch: perl
53786            ! doop.c
53787 ____________________________________________________________________________
53788 [  6466] By: jhi                                   on 2000/07/30  04:37:29
53789         Log: A new version of the "remove UPPERACSE string comparison"
53790              operators.  The problem with the previous one (change #6454)
53791              was that it was for Perl 5.6.0.  From Paul Marquess.
53792      Branch: perl
53793            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/3both
53794            ! t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/7fatal
53795            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
53796 ____________________________________________________________________________
53797 [  6465] By: jhi                                   on 2000/07/29  22:39:56
53798         Log: Do not upgrade SVs into utf8 just because they participate
53799              in eq or cmp.  Reported and fix suggested in
53800              
53801              Subject: [ID 20000720.009] sv_eq UTF8 bug
53802              From: "Simon Cozens" <simon@othersideofthe.earth.li>
53803              Date: 21 Jul 2000 04:37:29 -0000
53804              Message-Id: <20000721043729.30081.qmail@othersideofthe.earth.li>
53805              
53806              Exercise for the kind reader: should we or should we not
53807              cache the utf8 conversion alonside the SV? (as magic,
53808              as thestrxfrm()ed version is cached under use locale)
53809              Argue both for and against.
53810      Branch: perl
53811            ! sv.c
53812 ____________________________________________________________________________
53813 [  6464] By: jhi                                   on 2000/07/29  22:36:22
53814         Log: Subject: UTF8 concat
53815              From: simon@brecon.co.uk (Simon Cozens) 
53816              Date: 30 Jun 2000 06:13:25 GMT
53817              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org> 
53818              
53819              (with a memory leak fixed, plus a few casts added)
53820              
53821              This also seems to help for
53822              
53823              Subject: [ID 20000716.015] join UTF8 weirdness
53824              From: root <root@ak-71.mind.de> 
53825              Date: Sat, 15 Jul 2000 15:29:54 +0200
53826              Message-Id: <200007151329.PAA13970@ak-71.mind.de>
53827              
53828              (from Andreas König)
53829      Branch: perl
53830            ! pp_hot.c
53831 ____________________________________________________________________________
53832 [  6463] By: jhi                                   on 2000/07/29  00:55:39
53833         Log: Tune the comments and hopefully stop a memory leak.
53834      Branch: perl
53835            ! toke.c utf8.c
53836 ____________________________________________________________________________
53837 [  6462] By: jhi                                   on 2000/07/29  00:16:53
53838         Log: The problem described in this
53839              
53840              Subject: [ID 20000322.018] named chars aren't magical enough
53841              From: root <root@dixie.cscaper.com>     
53842              Date: Wed, 22 Mar 2000 18:37:42 -0700
53843              Message-Id: <200003230137.SAA29532@dixie.cscaper.com>
53844              
53845              has been fixed in perl 5.6.0 but just in case added a test
53846              to keep it away.  (The report from Joseph Hall.)
53847      Branch: perl
53848            ! t/lib/charnames.t
53849 ____________________________________________________________________________
53850 [  6461] By: jhi                                   on 2000/07/28  23:56:36
53851         Log: Tiny fixes for #6460.
53852      Branch: metaconfig/U/perl
53853            ! gccvers.U
53854      Branch: perl
53855            ! Configure config_h.SH
53856 ____________________________________________________________________________
53857 [  6460] By: jhi                                   on 2000/07/28  23:24:41
53858         Log: Warn if the version of the operating system used to compile gcc
53859              differs from the current version of the operating system.
53860              Also display the gcc compilation os and version in myconfig.
53861              Inspiration from
53862              
53863              Subject: Re: [ID 20000710.003] ERRORS!!         
53864              From: "Kurt D. Starsinic" <kstar@chapin.edu>
53865              Date: Mon, 10 Jul 2000 15:54:16 -0400
53866              Message-ID: <20000710155416.A1384@O2.chapin.edu>
53867      Branch: metaconfig/U/perl
53868            ! gccvers.U
53869      Branch: perl
53870            ! Configure config_h.SH myconfig.SH
53871 ____________________________________________________________________________
53872 [  6459] By: jhi                                   on 2000/07/28  22:00:32
53873         Log: In DEC OSF aka Digital UNIX aka Tru64 add the version
53874              letter to $Config{osvers}.
53875      Branch: metaconfig
53876            ! U/modified/Oldconfig.U
53877      Branch: perl
53878            ! Configure config_h.SH
53879 ____________________________________________________________________________
53880 [  6458] By: jhi                                   on 2000/07/28  04:15:39
53881         Log: Back out #6454, doesn't seem to work.
53882              (Reason: that patch was for perl 5.6.0, not perl-current)
53883              (A version of the patch for perl-current came in later as #6466)
53884      Branch: perl
53885            ! regcomp.c t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
53886            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
53887            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
53888 ____________________________________________________________________________
53889 [  6457] By: jhi                                   on 2000/07/27  23:31:49
53890         Log: Use setproctitle() if available to modify $0.
53891              
53892              Subject: setting $* on BSD4 broken
53893              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
53894              Date: Sun, 23 Jul 2000 01:31:34 -0700 (PDT)
53895              Message-Id: <200007230831.BAA08379@ventrue.yahoo.com>
53896      Branch: metaconfig
53897            ! U/modified/Myinit.U
53898      Branch: perl
53899            ! Configure config_h.SH mg.c
53900 ____________________________________________________________________________
53901 [  6456] By: jhi                                   on 2000/07/27  14:50:47
53902         Log: Allow "no AutoLoader;", based on change #6444,
53903              suggested by Graham Barr.
53904      Branch: perl
53905            ! lib/AutoLoader.pm
53906 ____________________________________________________________________________
53907 [  6455] By: jhi                                   on 2000/07/27  14:19:10
53908         Log: Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
53909              From: rspier@pobox.com (Robert Spier)
53910              Date: Thu, 27 Jul 2000 09:49:35 -0400 (EDT)
53911              Message-ID: <14720.15855.787664.424783@rls.cx>
53912      Branch: perl
53913            ! pod/perldiag.pod
53914 ____________________________________________________________________________
53915 [  6454] By: jhi                                   on 2000/07/27  14:03:02
53916         Log: Remove EQ, NE, GT, LT, GE, LE (they have been deprecated
53917              for a long time).
53918              
53919              Reported in
53920              
53921              Subject: [ID 20000717.004] Unexpected complaint of NE deprecation
53922              From: Ryan Herbert <rherbert@sycamorehq.com>
53923              Date: Mon, 17 Jul 2000 11:40:42 -0400
53924              Message-Id: <200007171540.LAA20480@beorn.hq.sai>
53925              
53926              Patched in
53927              
53928              Subject: RE: [ID 20000717.004] Unexpected complaint of NE deprecation
53929              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
53930              Date: Wed, 26 Jul 2000 23:40:18 +0100
53931              Message-ID: <000001bff752$79511880$0a17073e@tiny>
53932              
53933              based on an earlier patch from Stephen P. Potter.
53934              
53935              (Removed later by change #6458 because this patch was for
53936              perl 5.6.0, not perl-current)
53937      Branch: perl
53938            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
53939            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
53940            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
53941 ____________________________________________________________________________
53942 [  6453] By: jhi                                   on 2000/07/27  13:48:02
53943         Log: Subject: [PATCH] fixes bug 20000508.004
53944              From: Michael Stevens <mstevens@globnix.org>
53945              Date: Thu, 27 Jul 2000 13:49:04 +0100
53946              Message-ID: <20000727134903.A9351@athenaeum.globnix.org>
53947      Branch: perl
53948            ! pod/perldata.pod
53949 ____________________________________________________________________________
53950 [  6452] By: jhi                                   on 2000/07/26  23:51:26
53951         Log: Further File::Temp patches from Yitzchak Scott-Thoennes
53952              and Craig A. Berry.
53953      Branch: perl
53954            ! lib/File/Temp.pm pod/perlport.pod
53955 ____________________________________________________________________________
53956 [  6451] By: jhi                                   on 2000/07/26  19:43:30
53957         Log: Be wary of close()s, too.
53958              
53959              Subject: Re: [PATCH] perlbug cleanup
53960              From: Tim Jenness <t.jenness@jach.hawaii.edu>
53961              Date: Wed, 26 Jul 2000 09:32:43 -1000 (HST)
53962              Message-ID: <Pine.LNX.4.10.10007260931540.27658-100000@lapaki.jach.hawaii.edu>
53963      Branch: perl
53964            ! utils/perlbug.PL
53965 ____________________________________________________________________________
53966 [  6450] By: jhi                                   on 2000/07/26  18:41:40
53967         Log: Subject: Minor doc patch: handy.h
53968              From: Daniel =?iso-8859-1?Q?Mui=F1o?= <dmuino@afip.gov.ar>
53969              Date: Wed, 26 Jul 2000 15:34:25 -0300
53970              Message-ID: <397F2F31.F3F9F4F3@afip.gov.ar>
53971      Branch: perl
53972            ! handy.h pod/perlapi.pod
53973 ____________________________________________________________________________
53974 [  6449] By: jhi                                   on 2000/07/26  18:23:55
53975         Log: Subject: [PATCH] minor doc change - perlguts
53976              From: Michael Stevens <mstevens@globnix.org>
53977              Date: Thu, 13 Jul 2000 12:39:18 +0100
53978              Message-ID: <20000713123918.A26561@athenaeum.globnix.org>
53979      Branch: perl
53980            ! pod/perlguts.pod
53981 ____________________________________________________________________________
53982 [  6448] By: jhi                                   on 2000/07/26  18:20:30
53983         Log: open() wariness in perlbug.
53984              
53985              Subject: [PATCH] perlbug cleanup
53986              From: Michael Stevens <mstevens@globnix.org>
53987              Message-ID: <20000713155222.A11380@athenaeum.globnix.org>
53988              Date: Thu, 13 Jul 2000 15:52:23 +0100
53989      Branch: perl
53990            ! utils/perlbug.PL
53991 ____________________________________________________________________________
53992 [  6447] By: jhi                                   on 2000/07/26  18:13:04
53993         Log: File::Temp patches for VMS and OS/2 from Tim Jenness.
53994      Branch: perl
53995            ! lib/File/Temp.pm t/lib/ftmp-security.t
53996 ____________________________________________________________________________
53997 [  6446] By: jhi                                   on 2000/07/26  18:06:32
53998         Log: docfix from Peter Scott <Peter@PSDT.com>.
53999      Branch: perl
54000            ! pod/perlfunc.pod
54001 ____________________________________________________________________________
54002 [  6445] By: jhi                                   on 2000/07/26  17:53:31
54003         Log: Fix *foo{FORMAT}.
54004              
54005              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
54006              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
54007              Date: Wed, 26 Jul 2000 19:51:02 +0200
54008              Message-Id: <20000726194952.41DD.H.M.BRAND@hccnet.nl>
54009              
54010              From: Graham Barr <gbarr@pobox.com>
54011              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
54012              Date: Wed, 26 Jul 2000 17:38:36 +0100
54013              Message-ID: <20000726173836.L472@pobox.com>
54014      Branch: perl
54015            ! pp.c sv.c t/op/gv.t
54016 ____________________________________________________________________________
54017 [  6444] By: jhi                                   on 2000/07/26  17:49:14
54018         Log: Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
54019              from Graham Barr in the module list.
54020      Branch: perl
54021            ! gv.c pod/perlobj.pod
54022 ____________________________________________________________________________
54023 [  6443] By: jhi                                   on 2000/07/26  16:06:56
54024         Log: More split() doc and test patches from Mike Guy.
54025      Branch: perl
54026            ! pod/perlfunc.pod t/op/split.t
54027 ____________________________________________________________________________
54028 [  6442] By: jhi                                   on 2000/07/26  16:05:30
54029         Log: MacOS nits from Matthias Neeracher.
54030      Branch: perl
54031            ! perl.c pp_ctl.c
54032 ____________________________________________________________________________
54033 [  6441] By: jhi                                   on 2000/07/26  04:39:57
54034         Log: Subject: [PATCH] split /^/
54035              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
54036              Date: Tue, 25 Jul 2000 14:18:57 +0100
54037              Message-Id: <E13H4bp-00062h-00@libra.cus.cam.ac.uk>
54038              
54039              (with notes from tchrist and gbarr)
54040      Branch: perl
54041            ! pod/perlfunc.pod t/op/split.t
54042 ____________________________________________________________________________
54043 [  6440] By: jhi                                   on 2000/07/26  04:32:32
54044         Log: Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
54045              From: Peter Prymmer <pvhp@forte.com>
54046              Date: Tue, 25 Jul 2000 18:59:16 -0700 (PDT)
54047              Message-ID: <Pine.OSF.4.10.10007251805350.294719-100000@aspara.forte.com>
54048      Branch: perl
54049            ! vms/munchconfig.c
54050 ____________________________________________________________________________
54051 [  6439] By: jhi                                   on 2000/07/26  04:31:01
54052         Log: Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
54053              to be fatal errors (instead of by default ignoring them, and
54054              ignoring with a bug: even though -w gave an error, the opening [
54055              was left in)  Reported in:
54056              
54057              Subject: [ID 20000716.024] [=cc=] / [:blank:]
54058              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
54059              Date: Sun, 16 Jul 2000 17:55:29 -0700
54060              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
54061      Branch: perl
54062            ! pod/perldiag.pod regcomp.c t/pragma/warn/regcomp
54063 ____________________________________________________________________________
54064 [  6438] By: jhi                                   on 2000/07/25  15:41:15
54065         Log: Subject: [PATCH] av.c apidoc
54066              From: simon@brecon.co.uk (Simon Cozens)
54067              Date: 24 Jul 2000 06:40:52 GMT
54068              Message-ID: <slrn8nnp7k.cgv.simon@justanother.perlhacker.org>
54069      Branch: perl
54070            ! av.c embed.h embed.pl embedvar.h global.sym objXSUB.h
54071            ! perlapi.c perlapi.h pod/perlapi.pod proto.h
54072 ____________________________________________________________________________
54073 [  6437] By: jhi                                   on 2000/07/25  14:05:36
54074         Log: Subject: [ID 20000724.003] Documentation changes for perllocale.pod
54075              From: "Stephen P. Potter" <spp@ds.net>
54076              Date: Mon, 24 Jul 2000 14:22:23 -0400
54077              Message-Id: <200007241822.OAA06827@spp.users.ds.net>
54078      Branch: perl
54079            ! pod/perllocale.pod
54080 ____________________________________________________________________________
54081 [  6436] By: jhi                                   on 2000/07/25  14:02:03
54082         Log: Subject: [PATCH] Make large file tests deal with SIGXFSZ
54083              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
54084              Date: Mon, 24 Jul 2000 18:04:28 +0100
54085              Message-Id: <E13GleW-0000fr-00@libra.cus.cam.ac.uk>
54086      Branch: perl
54087            ! t/lib/syslfs.t t/op/lfs.t
54088 ____________________________________________________________________________
54089 [  6435] By: jhi                                   on 2000/07/25  13:59:28
54090         Log: Get UTF16 BOMs working.  Patch from
54091              
54092              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
54093              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
54094              Date: Tue, 25 Jul 2000 12:52:45 +0100
54095              Message-Id: <E13H3GP-0004MR-00@libra.cus.cam.ac.uk>
54096              
54097              and notes from
54098              
54099              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
54100              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
54101              Date: Tue, 25 Jul 2000 11:43:25 +0100
54102              Message-Id: <E13H2BJ-0002nG-00@libra.cus.cam.ac.uk>
54103      Branch: perl
54104            ! t/comp/require.t toke.c utf8.c
54105 ____________________________________________________________________________
54106 [  6434] By: jhi                                   on 2000/07/25  02:39:54
54107         Log: Make the "uninit variable" warning to say "concat or string"
54108              or "join or string" when in concat or join .
54109              
54110              Subject: Re: [ID 20000403.009] uninitialised concatenation???
54111              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
54112              Date: Tue, 04 Apr 2000 18:22:58 +0100
54113              Message-Id: <E12cX2Y-000364-00@taurus.cus.cam.ac.uk>
54114              
54115              Subject: [ID 20000330.052] Use of uninitialized value in concatenation (.)
54116              From: William R Ward <hermit@BayView.COM>
54117              Date: Thu, 30 Mar 2000 19:50:03 -0800
54118              Message-Id: <200003310350.TAA13319@komodo.bayview.com>
54119      Branch: perl
54120            ! opcode.h opcode.pl opnames.h pp.sym pp_proto.h
54121            ! t/pragma/warn/op t/pragma/warn/sv
54122 ____________________________________________________________________________
54123 [  6433] By: jhi                                   on 2000/07/24  17:52:56
54124         Log: File::Spec::VMS fixup for tmpdir from Craig Berry.
54125      Branch: perl
54126            ! lib/File/Spec/VMS.pm
54127 ____________________________________________________________________________
54128 [  6432] By: jhi                                   on 2000/07/24  17:44:44
54129         Log: Test cases for #6431.
54130              
54131              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
54132              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
54133              Date: Mon, 24 Jul 2000 15:32:29 +0100
54134              Message-Id: <E13GjHR-00058t-00@libra.cus.cam.ac.uk>
54135      Branch: perl
54136            ! t/op/pat.t t/op/split.t
54137 ____________________________________________________________________________
54138 [  6431] By: jhi                                   on 2000/07/24  17:43:17
54139         Log: Bind op fix.
54140              
54141              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
54142              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
54143              Date: Mon, 17 Jul 2000 20:04:56 +0100
54144              Message-Id: <E13EGCG-0006oO-00@libra.cus.cam.ac.uk>
54145      Branch: perl
54146            ! op.c
54147 ____________________________________________________________________________
54148 [  6430] By: jhi                                   on 2000/07/24  03:42:42
54149         Log: Subject: [ID 20000716.023] syslog test fails without sockets
54150              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
54151              Date: Sun, 16 Jul 2000 12:07:42 -0700 (PDT)
54152              Message-Id: <200007161907.e6GJ7g115736@garcia.efn.org>
54153      Branch: metaconfig/U/perl
54154            ! Extensions.U
54155      Branch: perl
54156            ! Configure config_h.SH
54157 ____________________________________________________________________________
54158 [  6429] By: jhi                                   on 2000/07/24  03:11:52
54159         Log: Add an optimization for map-maps-a-list-element-to-more-list-elements
54160              case, but add also notes explaining the relationship of this
54161              patch and the earlier notes by Sarathy.
54162              
54163              Subject: Map is still slow
54164              From: "Ben Tilly" <ben_tilly@hotmail.com>
54165              Date: Sat, 15 Jul 2000 17:23:27 EDT
54166              Message-ID: <20000715212327.21656.qmail@hotmail.com>
54167      Branch: perl
54168            ! pp_ctl.c
54169 ____________________________________________________________________________
54170 [  6428] By: jhi                                   on 2000/07/24  02:58:52
54171         Log: Documentation to explain the behaviour of map().
54172              
54173              Subject: Re: Map is still slow 
54174              From: Gurusamy Sarathy <gsar@ActiveState.com>
54175              Date: Sat, 15 Jul 2000 16:05:09 -0700
54176              Message-Id: <200007152305.QAA26887@molotok.activestate.com>
54177      Branch: perl
54178            ! pp_ctl.c
54179 ____________________________________________________________________________
54180 [  6427] By: jhi                                   on 2000/07/24  02:50:03
54181         Log: Add tests for
54182              [ID 19991110.003] another matching finding by pcre author
54183              which has already been fixed by some patch, as verified in
54184              
54185              Subject: Re: two regex bugs from the mists of time (well, last November)
54186              From: Hugo <hv@crypt.compulink.co.uk>
54187              Date: Sat, 22 Jul 2000 18:12:58 +0100
54188              Message-Id: <200007221712.SAA26770@crypt.compulink.co.uk>
54189      Branch: perl
54190            ! t/op/re_tests
54191 ____________________________________________________________________________
54192 [  6426] By: jhi                                   on 2000/07/24  02:11:20
54193         Log: A missing 'break' after the [[:space:]] switch case.
54194              
54195              Subject: [ID 20000718.006] Missing 'break' in regcomp.c
54196              From: "Stephen P. Potter" <spp@ds.net>
54197              Date: Tue, 18 Jul 2000 16:25:17 -0400
54198              Message-Id: <200007182025.QAA28383@spp.users.ds.net>
54199      Branch: perl
54200            ! regcomp.c
54201 ____________________________________________________________________________
54202 [  6425] By: jhi                                   on 2000/07/24  02:06:12
54203         Log: The output might have been produced in the wrong order.
54204              
54205              Subject: [ID 20000720.003] [PATCH] t/op/write.t
54206              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
54207              Date: Thu, 20 Jul 2000 18:49:18 +0100
54208              Message-Id: <E13FKRi-0004rF-00@libra.cus.cam.ac.uk>
54209      Branch: perl
54210            ! t/op/write.t
54211 ____________________________________________________________________________
54212 [  6424] By: jhi                                   on 2000/07/24  02:00:07
54213         Log: Use STDOUT consistently.
54214              
54215              Subject: [ID 20000720.002] [PATCH] Consistency of Test::Harness output
54216              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
54217              Date: Thu, 20 Jul 2000 18:04:01 +0100
54218              Message-Id: <E13FJjt-0004Jh-00@libra.cus.cam.ac.uk>
54219      Branch: perl
54220            ! lib/Test/Harness.pm
54221 ____________________________________________________________________________
54222 [  6423] By: jhi                                   on 2000/07/24  01:54:54
54223         Log: Protect against "wild next"s, that is, callbacks doing "next"
54224              instead of "return".
54225              
54226              Subject: [PATCH] Re: [ID 20000717.003] Core dump in 5.6.0
54227              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
54228              Date: Tue, 18 Jul 2000 11:30:16 +0100
54229              Message-Id: <E13EUdk-0006ha-00@libra.cus.cam.ac.uk>
54230      Branch: perl
54231            ! lib/File/Find.pm
54232 ____________________________________________________________________________
54233 [  6422] By: jhi                                   on 2000/07/24  01:35:47
54234         Log: Out-of-date note removed.
54235              
54236              Subject: [PATCH] documentation perlipc
54237              From: rspier@pobox.com (Robert Spier)
54238              Date: Thu, 20 Jul 2000 19:21:14 -0400 (EDT)
54239              Message-ID: <14711.35178.572612.502654@rls.cx>
54240      Branch: perl
54241            ! pod/perlipc.pod
54242 ____________________________________________________________________________
54243 [  6421] By: jhi                                   on 2000/07/24  00:09:18
54244         Log: Send all installperl messages to STDERR and be -w clean.
54245              
54246              Subject: [PATCH] Re: [ID 20000721.003] installperl stderr/stdout problem
54247              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
54248              Date: Sat, 22 Jul 2000 14:02:11 +0100
54249              Message-Id: <E13Fyux-0003Q2-00@libra.cus.cam.ac.uk>
54250      Branch: perl
54251            ! installperl
54252 ____________________________________________________________________________
54253 [  6420] By: jhi                                   on 2000/07/24  00:04:19
54254         Log: Decutandpasto.
54255              
54256              Subject: [PATCH perl-current] 19990607.008 - perlipc.pod
54257              From: "Richard Soderberg" <rs@crystalflame.net>
54258              Date: Sun, 23 Jul 2000 01:37:23 -0700
54259              Message-ID: <NAEKLNAAHLMBPMPNBMLECEIKCBAA.rs@crystalflame.net>
54260      Branch: perl
54261            ! pod/perlipc.pod
54262 ____________________________________________________________________________
54263 [  6419] By: jhi                                   on 2000/07/24  00:01:12
54264         Log: A cleaner abs_path().
54265              Subject: Re: unix alternative to Cwd.pm
54266              From: Jeff Pinyan <jeffp@crusoe.net>
54267              Date: Sun, 23 Jul 2000 17:43:02 -0400 (EDT)
54268              Message-ID: <Pine.GSO.4.21.0007231739120.4304-100000@crusoe.crusoe.net>
54269      Branch: perl
54270            ! lib/Cwd.pm
54271 ____________________________________________________________________________
54272 [  6418] By: jhi                                   on 2000/07/23  23:48:56
54273         Log: Detypo.
54274              
54275              Subject: [PATCH perl-current] Typo in hints/powerux.sh
54276              From: "Richard Soderberg" <rs@crystalflame.net>
54277              Date: Sun, 23 Jul 2000 01:27:33 -0700
54278              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEIJCBAA.rs@crystalflame.net>
54279      Branch: perl
54280            ! hints/powerux.sh
54281 ____________________________________________________________________________
54282 [  6417] By: jhi                                   on 2000/07/17  22:13:31
54283         Log: Subject: SDBM_File documentation
54284              From: mjd@plover.com
54285              Date: 16 Jul 2000 17:41:17 -0000
54286              Message-ID: <20000716174117.18515.qmail@plover.com>
54287      Branch: perl
54288            ! ext/SDBM_File/SDBM_File.pm
54289 ____________________________________________________________________________
54290 [  6416] By: jhi                                   on 2000/07/17  19:13:26
54291         Log: MPE/ix updates for perl 5.6.0 from Mark Bixby.
54292      Branch: perl
54293            ! hints/mpeix.sh mpeix/relink
54294 ____________________________________________________________________________
54295 [  6415] By: jhi                                   on 2000/07/15  14:11:02
54296         Log: Fix the bitvector ops for utf8 (tricky since past 7 bits
54297              the utf8 'characters' can be more than one octet).
54298              
54299              Date: Sat, 15 Jul 2000 00:21:56 +0100
54300              From: Tom Hughes <tom@compton.nu>
54301              Subject: Re: [ID 20000714.002]
54302              Message-ID: <db2334de49.tom@compton.compton.nu>
54303              
54304              Reported in
54305              
54306              Subject: [ID 20000714.002]
54307              From: "Simon Cozens" <simon@othersideofthe.earth.li>
54308              Date: 14 Jul 2000 15:13:09 -0000
54309              Message-Id: <20000714151309.7170.qmail@othersideofthe.earth.li>
54310      Branch: perl
54311            ! doop.c
54312 ____________________________________________________________________________
54313 [  6414] By: jhi                                   on 2000/07/15  03:13:41
54314         Log: another VMS build tweak from Peter Prymmer
54315      Branch: perl
54316            ! vms/descrip_mms.template
54317 ____________________________________________________________________________
54318 [  6413] By: jhi                                   on 2000/07/15  03:10:40
54319         Log: perlvms.pod whitespace cleanup to keep pod utils happy.
54320      Branch: perl
54321            ! vms/perlvms.pod
54322 ____________________________________________________________________________
54323 [  6412] By: jhi                                   on 2000/07/15  00:31:05
54324         Log: More docs for sv functions.
54325              
54326              Subject: [PATCH cfgperl] sv.c apidoc
54327              From: simon@brecon.co.uk (Simon Cozens)
54328              Date: 13 Jul 2000 09:00:20 GMT
54329              Message-ID: <slrn8mr194.2em.simon@justanother.perlhacker.org>
54330              
54331              Subject: Re: [PATCH cfgperl] sv.c apidoc
54332              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
54333              Date: Thu, 13 Jul 2000 12:27:41 +0100
54334              Message-Id: <E13Ch9Z-0006QL-00@libra.cus.cam.ac.uk>
54335              
54336              Subject: Re: [PATCH cfgperl] sv.c apidoc
54337              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
54338              Date: Thu, 13 Jul 2000 13:23:09 +0100
54339              Message-Id: <E13Ci1F-0007WR-00@libra.cus.cam.ac.uk>
54340              
54341              Subject: Re: [PATCH cfgperl] sv.c apidoc
54342              From: simon@brecon.co.uk (Simon Cozens)
54343              Date: 14 Jul 2000 06:51:02 GMT
54344              Message-ID: <slrn8mte2m.1qo.simon@justanother.perlhacker.org>
54345      Branch: perl
54346            ! embed.pl pod/perlapi.pod sv.c
54347 ____________________________________________________________________________
54348 [  6411] By: jhi                                   on 2000/07/15  00:10:41
54349         Log: lib/b test fixes from Peter Prymmer.
54350      Branch: perl
54351            ! t/lib/b.t
54352 ____________________________________________________________________________
54353 [  6410] By: jhi                                   on 2000/07/15  00:02:09
54354         Log: Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
54355              From: Hugo <hv@crypt.compulink.co.uk>
54356              Date: Fri, 14 Jul 2000 23:05:20 +0100
54357              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
54358              
54359              Didn't anymore apply, but that point still could use another fix.
54360      Branch: perl
54361            ! pod/perlfunc.pod
54362 ____________________________________________________________________________
54363 [  6409] By: jhi                                   on 2000/07/14  23:15:15
54364         Log: thinko fix in vms/descrip_mms.template, the win32.pod in lib,
54365              not in pod, from Peter Prymmer
54366      Branch: perl
54367            ! vms/descrip_mms.template
54368 ____________________________________________________________________________
54369 [  6408] By: jhi                                   on 2000/07/14  20:35:05
54370         Log: The bug report
54371              [ID 19991110.002] minimal matching discrepancy found by pcre author
54372              seems to have been fixed (though differently from what was suggested
54373              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
54374      Branch: perl
54375            ! t/op/re_tests
54376 ____________________________________________________________________________
54377 [  6407] By: jhi                                   on 2000/07/14  17:38:08
54378         Log: Fix AutoSplit to use File::Spec the right way in VMS,
54379              from Peter Prymmer.
54380      Branch: perl
54381            ! lib/AutoSplit.pm
54382 ____________________________________________________________________________
54383 [  6406] By: jhi                                   on 2000/07/14  14:13:22
54384         Log: Merge perlhacktut into perlhack, update perlguts.
54385              
54386              Subject: Re: Perlhacktut
54387              From: simon@brecon.co.uk (Simon Cozens)
54388              Date: 14 Jul 2000 06:49:21 GMT
54389              Message-ID: <slrn8mtdvh.1qo.simon@justanother.perlhacker.org>
54390              
54391              Subject: Re: Perlhacktut
54392              From: simon@brecon.co.uk (Simon Cozens)
54393              Date: 14 Jul 2000 07:09:45 GMT
54394              Message-ID: <slrn8mtf5p.1qo.simon@justanother.perlhacker.org>
54395      Branch: perl
54396            ! pod/perlguts.pod pod/perlhack.pod
54397 ____________________________________________________________________________
54398 [  6405] By: jhi                                   on 2000/07/14  14:02:31
54399         Log: Integrate with Sarathy.
54400      Branch: cfgperl
54401           !> doop.c embed.h embed.pl embedvar.h ext/IPC/SysV/Makefile.PL
54402           !> intrpvar.h lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h
54403           !> pod/perlapi.pod pp.c proto.h sv.h thread.h toke.c util.c
54404 ____________________________________________________________________________
54405 [  6404] By: gsar                                  on 2000/07/14  12:15:02
54406         Log: PERL_OBJECT build tweaks
54407      Branch: perl
54408            ! toke.c
54409 ____________________________________________________________________________
54410 [  6403] By: gsar                                  on 2000/07/14  11:23:41
54411         Log: inconsistent types needs casts
54412      Branch: perl
54413            ! toke.c
54414 ____________________________________________________________________________
54415 [  6402] By: gsar                                  on 2000/07/14  11:12:04
54416         Log: typos in change#6399, regen headers
54417      Branch: perl
54418            ! doop.c embed.h embedvar.h perlapi.h pod/perlapi.pod proto.h
54419 ____________________________________________________________________________
54420 [  6401] By: gsar                                  on 2000/07/14  10:59:12
54421         Log: typecasts needed for change#6394
54422      Branch: perl
54423            ! toke.c
54424 ____________________________________________________________________________
54425 [  6400] By: gsar                                  on 2000/07/14  10:49:37
54426         Log: integrate cfgperl contents into mainline
54427      Branch: perl
54428           !> Configure MANIFEST config_h.SH embed.pl global.sym proto.h
54429           !> regcomp.c regexec.c t/op/re_tests toke.c vms/subconfigure.com
54430 ____________________________________________________________________________
54431 [  6399] By: gsar                                  on 2000/07/14  10:38:35
54432         Log: enable UTF-16 filter by default if relevant BOM is seen; various
54433              cleanups (typos, misformatted code, and small bugs)
54434      Branch: perl
54435            ! doop.c embed.pl mg.c op.c pp.c toke.c
54436 ____________________________________________________________________________
54437 [  6398] By: gsar                                  on 2000/07/14  08:55:38
54438         Log: rename totally bletcherous SvLOCK() thingy (doesn't do what the
54439              name suggests anyway)
54440      Branch: perl
54441            ! ext/IPC/SysV/Makefile.PL sv.h thread.h util.c
54442 ____________________________________________________________________________
54443 [  6397] By: gsar                                  on 2000/07/14  08:44:33
54444         Log: move new variables to the end of the interpreter structure (for
54445              bincompat in code that doesn't #include XSUB.h)
54446      Branch: perl
54447            ! intrpvar.h
54448 ____________________________________________________________________________
54449 [  6396] By: gsar                                  on 2000/07/14  08:13:58
54450         Log: MakeMaker should not remove editor backups (*~) on `make clean`
54451              by default (completes change#6383)
54452      Branch: perl
54453            ! lib/ExtUtils/MM_Unix.pm
54454 ____________________________________________________________________________
54455 [  6395] By: jhi                                   on 2000/07/14  05:20:33
54456         Log: Replace change #6337 with a better one.
54457              
54458              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
54459              From: Hugo <hv@crypt.compulink.co.uk>
54460              Date: Fri, 14 Jul 2000 04:16:20 +0100
54461              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
54462      Branch: cfgperl
54463            ! regexec.c t/op/re_tests
54464 ____________________________________________________________________________
54465 [  6394] By: jhi                                   on 2000/07/14  01:33:59
54466         Log: Fix the BOM bug: not a byteorder bug, a signedness bug.
54467      Branch: cfgperl
54468            ! embed.pl global.sym proto.h toke.c
54469 ____________________________________________________________________________
54470 [  6393] By: jhi                                   on 2000/07/13  23:41:23
54471         Log: remove discarded test
54472      Branch: cfgperl
54473            ! MANIFEST
54474 ____________________________________________________________________________
54475 [  6392] By: jhi                                   on 2000/07/13  23:32:25
54476         Log: The {multiplier} of a fixed substring was overlooked which
54477              caused a wrong initial search offset for that substring.
54478              
54479              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
54480              From: Hugo <hv@crypt.compulink.co.uk>
54481              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
54482              Date: Thu, 13 Jul 2000 19:27:13 +0100
54483      Branch: cfgperl
54484            ! regcomp.c t/op/re_tests
54485 ____________________________________________________________________________
54486 [  6391] By: jhi                                   on 2000/07/13  16:37:42
54487         Log: typo fix from Craig Berry
54488      Branch: cfgperl
54489            ! vms/subconfigure.com
54490 ____________________________________________________________________________
54491 [  6390] By: jhi                                   on 2000/07/13  13:20:12
54492         Log: Integrate with Sarathy.
54493      Branch: cfgperl
54494            - t/op/method2entersub.t
54495           !> Changes Configure Makefile.SH ext/IPC/SysV/Makefile.PL
54496           !> pod/perldelta.pod sv.c t/lib/english.t t/lib/selfloader.t
54497           !> t/op/sprintf.t toke.c win32/Makefile win32/config_h.PL
54498           !> win32/makefile.mk win32/win32sck.c x2p/Makefile.SH
54499 ____________________________________________________________________________
54500 [  6389] By: jhi                                   on 2000/07/13  13:18:48
54501         Log: Detypo from Peter Prymmer, part of #6388.
54502      Branch: cfgperl
54503            ! Configure config_h.SH
54504      Branch: metaconfig
54505            ! U/modified/d_longlong.U
54506 ____________________________________________________________________________
54507 [  6388] By: gsar                                  on 2000/07/13  06:33:40
54508         Log: typos (spotted by Peter Prymmer)
54509      Branch: perl
54510            ! Configure t/lib/english.t
54511 ____________________________________________________________________________
54512 [  6387] By: gsar                                  on 2000/07/13  05:35:28
54513         Log: new selfloader.t in change#6183 doesn't close DATA handles,
54514              and thus fails to clean up tmp files on dosish platforms
54515      Branch: perl
54516            ! t/lib/selfloader.t
54517 ____________________________________________________________________________
54518 [  6386] By: gsar                                  on 2000/07/12  21:42:39
54519         Log: sprintf test tweaks (from Dominic Dunlop)
54520      Branch: perl
54521            ! t/op/sprintf.t
54522 ____________________________________________________________________________
54523 [  6385] By: gsar                                  on 2000/07/12  21:33:46
54524         Log: fix bugs in processing %v-*d and similar format specs (from
54525              Avi Finkel <avi@finkel.org>)
54526      Branch: perl
54527            ! sv.c t/op/sprintf.t
54528 ____________________________________________________________________________
54529 [  6384] By: gsar                                  on 2000/07/12  16:04:19
54530         Log: readd missing perldelta.pod changes from changes#6339,6376
54531      Branch: perl
54532            ! pod/perldelta.pod
54533 ____________________________________________________________________________
54534 [  6383] By: gsar                                  on 2000/07/12  16:00:51
54535         Log: don't clobber *.orig files on *clean targets
54536      Branch: perl
54537            ! Makefile.SH ext/IPC/SysV/Makefile.PL x2p/Makefile.SH
54538 ____________________________________________________________________________
54539 [  6382] By: gsar                                  on 2000/07/12  07:59:12
54540         Log: fix broken integrations in cfgperl
54541      Branch: cfgperl
54542           !> Changes pod/perldelta.pod
54543 ____________________________________________________________________________
54544 [  6381] By: gsar                                  on 2000/07/12  07:42:17
54545         Log: integrate cfgperl changes into mainline
54546      Branch: perl
54547            ! Changes
54548           !> Configure config_h.SH pod/perlbook.pod pod/perldelta.pod
54549           !> pod/perlre.pod
54550 ____________________________________________________________________________
54551 [  6380] By: gsar                                  on 2000/07/12  07:31:00
54552         Log: get sprintf.t to adjust properly for 3-digit exponents
54553      Branch: perl
54554            ! t/op/sprintf.t
54555 ____________________________________________________________________________
54556 [  6379] By: gsar                                  on 2000/07/12  06:40:04
54557         Log: change#6174 needs corresponding change in win32/config_h.PL,
54558              which grovels through config_h.SH to find the config.h name
54559      Branch: perl
54560            ! win32/config_h.PL
54561 ____________________________________________________________________________
54562 [  6378] By: jhi                                   on 2000/07/12  05:03:59
54563         Log: Do the cc sanity check both before the hints and
54564              after the cc selction.
54565      Branch: cfgperl
54566            ! Configure config_h.SH
54567      Branch: metaconfig
54568            ! U/modified/Oldconfig.U U/modified/cc.U
54569      Branch: metaconfig/U/perl
54570            + Checkcc.U
54571 ____________________________________________________________________________
54572 [  6377] By: jhi                                   on 2000/07/12  02:49:22
54573         Log: Fix nits noticed by Boston.pm.
54574      Branch: cfgperl
54575            ! pod/perlre.pod
54576 ____________________________________________________________________________
54577 [  6376] By: jhi                                   on 2000/07/11  21:22:13
54578         Log: Configure cosmetics and perldelta.
54579      Branch: cfgperl
54580            ! Configure config_h.SH pod/perldelta.pod
54581      Branch: metaconfig
54582            ! U/modified/cc.U
54583 ____________________________________________________________________________
54584 [  6375] By: gsar                                  on 2000/07/11  21:17:35
54585         Log: windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
54586      Branch: perl
54587            ! t/op/sprintf.t win32/Makefile win32/makefile.mk
54588            ! win32/win32sck.c
54589 ____________________________________________________________________________
54590 [  6374] By: gsar                                  on 2000/07/11  20:48:50
54591         Log: tweak for build failure under multiplicity
54592      Branch: perl
54593            ! toke.c
54594 ____________________________________________________________________________
54595 [  6373] By: gsar                                  on 2000/07/11  20:37:23
54596         Log: integrate cfgperl changes#6325..6373 into mainline
54597              (NOTE: today's batch of integrations still untested)
54598      Branch: perl
54599           +> ext/DynaLoader/hints/netbsd.pl
54600            ! Changes
54601           !> (integrate 26 files)
54602 ____________________________________________________________________________
54603 [  6372] By: jhi                                   on 2000/07/11  20:30:36
54604         Log: Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
54605              regen perltoc.
54606      Branch: cfgperl
54607            + pod/perlbook.pod
54608            ! MANIFEST pod/Makefile.SH pod/buildtoc.PL pod/perl.pod
54609            ! pod/perltoc.pod
54610 ____________________________________________________________________________
54611 [  6371] By: jhi                                   on 2000/07/11  20:08:56
54612         Log: Minor cleanups on the booklist.
54613      Branch: cfgperl
54614            ! pod/perlfaq2.pod
54615 ____________________________________________________________________________
54616 [  6370] By: jhi                                   on 2000/07/11  19:31:13
54617         Log: mjd's tr patches "broke" tr/z-Z/z-Z/
54618      Branch: cfgperl
54619            ! t/pragma/overload.t
54620 ____________________________________________________________________________
54621 [  6369] By: gsar                                  on 2000/07/11  19:27:48
54622         Log: integrate cfgperl changes#6293..6324 into mainline
54623      Branch: perl
54624           +> lib/Win32.pod lib/lib_pm.PL pod/Makefile.SH pod/buildtoc.PL
54625            - lib/lib.pm.PL pod/Makefile pod/Win32.pod pod/buildtoc
54626           !> (integrate 30 files)
54627 ____________________________________________________________________________
54628 [  6368] By: gsar                                  on 2000/07/11  19:18:57
54629         Log: skip integrate of problematic change#6292 from cfgperl into mainline
54630      Branch: perl
54631           !> pp_hot.c
54632 ____________________________________________________________________________
54633 [  6367] By: gsar                                  on 2000/07/11  19:17:21
54634         Log: integrate cfgperl changes#6288..6290 into mainline
54635      Branch: perl
54636           !> lib/File/Spec/Functions.pm lib/File/Spec/OS2.pm
54637 ____________________________________________________________________________
54638 [  6366] By: gsar                                  on 2000/07/11  19:11:18
54639         Log: integrate cfgperl changes#6268..6282 into mainline
54640      Branch: perl
54641           !> (integrate 30 files)
54642 ____________________________________________________________________________
54643 [  6365] By: gsar                                  on 2000/07/11  18:57:00
54644         Log: delete new accidentally branched file
54645      Branch: perl
54646            - t/op/method2entersub.t
54647 ____________________________________________________________________________
54648 [  6364] By: gsar                                  on 2000/07/11  18:55:13
54649         Log: skip integrate of change#6267 from cfgperl into mainline (the
54650              method call optimization is flawed without additional hints
54651              from user about immutableness of @ISA and no runtime method
54652              definitions)
54653      Branch: perl
54654           +> t/op/method2entersub.t
54655           !> MANIFEST embed.pl lib/ExtUtils/Install.pm lib/base.pm op.c
54656           !> perl.h t/op/sprintf.t xsutils.c
54657 ____________________________________________________________________________
54658 [  6363] By: gsar                                  on 2000/07/11  18:49:43
54659         Log: integrate cfgperl changes#6261..6266 into mainline
54660      Branch: perl
54661           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
54662           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
54663           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
54664           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
54665 ____________________________________________________________________________
54666 [  6362] By: gsar                                  on 2000/07/11  18:43:26
54667         Log: integrate cfgperl changes#6252..6260 into mainline
54668      Branch: perl
54669           !> MANIFEST doop.c embed.h embed.pl embedvar.h lib/Exporter.pm
54670           !> lib/IPC/Open3.pm objXSUB.h op.c pod/perlfunc.pod pp.c
54671           !> pp_proto.h proto.h sv.c t/op/my_stash.t t/op/pack.t t/op/tr.t
54672           !> t/pragma/constant.t t/pragma/warn/op t/pragma/warn/regcomp
54673 ____________________________________________________________________________
54674 [  6361] By: gsar                                  on 2000/07/11  18:37:12
54675         Log: skip integrate of problematic change#6251 from cfgperl into mainline
54676      Branch: perl
54677           !> lib/Exporter.pm
54678 ____________________________________________________________________________
54679 [  6360] By: gsar                                  on 2000/07/11  18:34:56
54680         Log: integrate cfgperl change#6250 into mainline
54681      Branch: perl
54682           +> t/op/my_stash.t
54683           !> MANIFEST embed.pl proto.h toke.c
54684 ____________________________________________________________________________
54685 [  6359] By: gsar                                  on 2000/07/11  18:21:19
54686         Log: integrate cfgperl changes#6242..6249 into mainline
54687      Branch: perl
54688           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
54689           !> gv.c lib/File/Spec.pm lib/IPC/Open3.pm objXSUB.h perlapi.c
54690           !> perlapi.h pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod
54691           !> pp_proto.h proto.h sv.c t/lib/filefunc.t t/lib/filespec.t
54692           !> t/lib/peek.t utf8.c
54693 ____________________________________________________________________________
54694 [  6358] By: gsar                                  on 2000/07/11  18:15:45
54695         Log: skip integrate of problematic change#6241 from cfgperl into mainline
54696      Branch: perl
54697           !> regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
54698 ____________________________________________________________________________
54699 [  6357] By: jhi                                   on 2000/07/11  18:15:16
54700         Log: Fix for
54701              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
54702              From: Roderick Schertler <roderick@argon.org> 
54703              Date: Tue, 11 Jul 2000 13:55:05 -0400 
54704              Message-Id: <200007111755.NAA05077@jones.argon.org> 
54705      Branch: cfgperl
54706            ! doio.c
54707 ____________________________________________________________________________
54708 [  6356] By: jhi                                   on 2000/07/11  18:12:51
54709         Log: Typo in #6341.
54710      Branch: cfgperl
54711            ! pp_hot.c
54712 ____________________________________________________________________________
54713 [  6355] By: gsar                                  on 2000/07/11  18:12:10
54714         Log: integrate cfgperl changes#6231..6240 into mainline
54715      Branch: perl
54716           +> pod/perlutil.pod
54717           !> (integrate 35 files)
54718 ____________________________________________________________________________
54719 [  6354] By: jhi                                   on 2000/07/11  18:04:34
54720         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take 2
54721              From: Dominic Dunlop <domo@computer.org> 
54722              Date: Tue, 11 Jul 2000 12:27:33 +0200 
54723              Message-Id: <p04320405b590a14d4650@[192.168.1.4]> 
54724              
54725              Replaces change #6268.
54726      Branch: cfgperl
54727            ! t/op/sprintf.t
54728 ____________________________________________________________________________
54729 [  6353] By: gsar                                  on 2000/07/11  17:59:51
54730         Log: skip integrate of problematic change#6230 from cfgperl into mainline
54731              (a later version of File::Spec is already in mainline)
54732      Branch: perl
54733           !> lib/File/Spec.pm lib/File/Spec/Functions.pm
54734           !> lib/File/Spec/OS2.pm t/lib/filefunc.t t/lib/filespec.t
54735 ____________________________________________________________________________
54736 [  6352] By: gsar                                  on 2000/07/11  17:57:48
54737         Log: integrate cfgperl changes#6224..6229 into mainline
54738      Branch: perl
54739           +> lib/lib.pm.PL
54740            - lib/lib.pm
54741           !> MANIFEST Makefile.SH README.hpux embed.pl ext/Socket/Socket.pm
54742           !> lib/English.pm op.c t/lib/english.t
54743 ____________________________________________________________________________
54744 [  6351] By: gsar                                  on 2000/07/11  17:50:10
54745         Log: skip integrate of problematic change#6223 from cfgperl into mainline
54746      Branch: perl
54747           !> doio.c
54748 ____________________________________________________________________________
54749 [  6350] By: gsar                                  on 2000/07/11  17:48:28
54750         Log: integrate cfgperl changes#6220..6222 into mainline
54751      Branch: perl
54752           !> doop.c embed.pl lib/Pod/Usage.pm makedef.pl pod/perlop.pod
54753           !> toke.c utf8.c win32/win32.h
54754 ____________________________________________________________________________
54755 [  6349] By: gsar                                  on 2000/07/11  17:46:13
54756         Log: skip integrate of problematic changes#6218..6219 from cfgperl into
54757              mainline
54758      Branch: perl
54759           !> bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
54760           !> ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
54761           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
54762 ____________________________________________________________________________
54763 [  6348] By: jhi                                   on 2000/07/11  17:45:49
54764         Log: README.posix-bc podified from Thomas Dorner.
54765      Branch: cfgperl
54766            ! README.posix-bc
54767 ____________________________________________________________________________
54768 [  6347] By: gsar                                  on 2000/07/11  17:42:04
54769         Log: integrate cfgperl change#6217 into mainline
54770      Branch: perl
54771           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h gv.c
54772           !> intrpvar.h objXSUB.h perl.c perlapi.h pp.c pp_ctl.c proto.h
54773           !> sv.h util.c util.h vmesa/vmesa.c win32/win32.c
54774 ____________________________________________________________________________
54775 [  6346] By: gsar                                  on 2000/07/11  17:39:37
54776         Log: skip integrate of problematic changes#6211..6212 from cfgperl into
54777              mainline
54778      Branch: perl
54779           !> embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm ext/B/defsubs_h.PL
54780           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
54781           !> ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
54782           !> perlapi.h pod/perlapi.pod
54783 ____________________________________________________________________________
54784 [  6345] By: gsar                                  on 2000/07/11  17:36:42
54785         Log: integrate cfgperl changes#6207..6210 into mainline
54786      Branch: perl
54787           !> doio.c embed.h embed.pl gv.c intrpvar.h objXSUB.h perl.c pp.c
54788           !> pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c win32/win32.c
54789 ____________________________________________________________________________
54790 [  6344] By: gsar                                  on 2000/07/11  17:31:20
54791         Log: skip integrate of problematic changes#6204..6206 from cfgperl into
54792              mainline
54793      Branch: perl
54794           !> (integrate 40 files)
54795 ____________________________________________________________________________
54796 [  6343] By: gsar                                  on 2000/07/11  17:19:08
54797         Log: integrate cfgperl changes#6174..6203 into mainline (first of several)
54798      Branch: perl
54799           +> Makefile.micro README.micro Todo.micro uconfig.h uconfig.sh
54800            ! Changes
54801           !> (integrate 34 files)
54802 ____________________________________________________________________________
54803 [  6342] By: jhi                                   on 2000/07/11  16:05:48
54804         Log: Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
54805              To: perl5-porters@perl.org
54806              From: Karsten Sperling <spiff@phreax.net>
54807              Date: Mon, 10 Jul 2000 15:12:52 +0200
54808              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
54809      Branch: cfgperl
54810            ! lib/Symbol.pm
54811 ____________________________________________________________________________
54812 [  6341] By: jhi                                   on 2000/07/11  15:59:23
54813         Log: Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
54814              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
54815              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
54816              Date: Fri, 07 Jul 2000 17:57:16 +0100
54817      Branch: cfgperl
54818            ! pp_hot.c
54819 ____________________________________________________________________________
54820 [  6340] By: jhi                                   on 2000/07/11  15:55:47
54821         Log: Subject: Re: format bug report  [Patch]
54822              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
54823              Date: Wed, 05 Jul 2000 13:12:52 +0200
54824              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
54825              
54826              Subject: Re: format bug report  [Patch]
54827              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
54828              Date: Wed, 05 Jul 2000 14:10:01 +0200
54829              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
54830      Branch: cfgperl
54831            ! t/op/write.t toke.c
54832 ____________________________________________________________________________
54833 [  6339] By: jhi                                   on 2000/07/11  13:54:09
54834         Log: Be less forgiving about ambiguous and illegal tr ranges.
54835              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
54836              From: Mark-Jason Dominus <mjd@plover.com>
54837              Date: Tue, 04 Jul 2000 10:00:12 -0400
54838              Message-ID: <20000704140012.17772.qmail@plover.com>
54839              
54840              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
54841              From: Mark-Jason Dominus <mjd@plover.com>
54842              Date: Wed, 05 Jul 2000 09:37:36 -0400
54843              Message-ID: <20000705133736.27293.qmail@plover.com>
54844      Branch: cfgperl
54845            ! pod/perldelta.pod pod/perldiag.pod t/op/tr.t toke.c
54846 ____________________________________________________________________________
54847 [  6338] By: jhi                                   on 2000/07/11  13:31:24
54848         Log: Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
54849              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
54850              Date: Tue, 11 Jul 2000 13:50:51 +0100
54851              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
54852      Branch: cfgperl
54853            ! sv.c
54854 ____________________________________________________________________________
54855 [  6337] By: jhi                                   on 2000/07/11  13:29:14
54856         Log: Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
54857              From: Hugo <hv@crypt.compulink.co.uk>
54858              Date: Tue, 11 Jul 2000 12:44:50 +0100
54859              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
54860      Branch: cfgperl
54861            ! regexec.c t/op/re_tests
54862 ____________________________________________________________________________
54863 [  6336] By: jhi                                   on 2000/07/11  13:26:47
54864         Log: Subject: [PATCH cfgperl] $& segfaults if you trick it
54865              From: simon@brecon.co.uk (Simon Cozens)
54866              Date: 7 Jul 2000 11:26:09 GMT
54867              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
54868      Branch: cfgperl
54869            ! mg.c
54870 ____________________________________________________________________________
54871 [  6335] By: jhi                                   on 2000/07/11  13:23:37
54872         Log: Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
54873              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
54874              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
54875              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
54876      Branch: cfgperl
54877            + ext/DynaLoader/hints/netbsd.pl
54878            ! MANIFEST ext/DynaLoader/hints/openbsd.pl
54879 ____________________________________________________________________________
54880 [  6334] By: jhi                                   on 2000/07/11  13:20:38
54881         Log: Subject: PATCH perlguts.pod: Document D and d magic types
54882              From: mjd@plover.com
54883              Date: 5 Jul 2000 18:01:51 -0000
54884              Message-ID: <20000705180151.29413.qmail@plover.com>
54885      Branch: cfgperl
54886            ! pod/perlguts.pod
54887 ____________________________________________________________________________
54888 [  6333] By: jhi                                   on 2000/07/11  13:15:51
54889         Log: Precedence goof, fix based on
54890              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
54891              From: Hugo <hv@crypt.compulink.co.uk>
54892              Date: Tue, 11 Jul 2000 12:52:38 +0100
54893              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
54894      Branch: cfgperl
54895            ! t/op/taint.t
54896 ____________________________________________________________________________
54897 [  6332] By: jhi                                   on 2000/07/11  12:40:17
54898         Log: Integrate with Sarathy.
54899      Branch: cfgperl
54900           !> win32/win32sck.c
54901 ____________________________________________________________________________
54902 [  6331] By: jhi                                   on 2000/07/10  20:14:16
54903         Log: Sprinkle ldlibpath.
54904      Branch: cfgperl
54905            ! pod/Makefile.SH
54906 ____________________________________________________________________________
54907 [  6330] By: jhi                                   on 2000/07/10  17:54:49
54908         Log: More POSIX.pod tweaks.
54909      Branch: cfgperl
54910            ! ext/POSIX/POSIX.pod
54911 ____________________________________________________________________________
54912 [  6329] By: jhi                                   on 2000/07/10  14:02:12
54913         Log: Reorder perl.pod once more.
54914      Branch: cfgperl
54915            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
54916 ____________________________________________________________________________
54917 [  6328] By: gsar                                  on 2000/07/10  07:06:00
54918         Log: accept() leaks memory on windows due to incorrect ordering of
54919              closesocket() and fclose() calls
54920      Branch: perl
54921            ! win32/win32sck.c
54922 ____________________________________________________________________________
54923 [  6327] By: gsar                                  on 2000/07/10  06:49:17
54924         Log: winsock options weren't being set in all threads under ithreads
54925              (caused send()s from second and subsequent threads to fail)
54926      Branch: perl
54927            ! win32/win32sck.c
54928 ____________________________________________________________________________
54929 [  6326] By: jhi                                   on 2000/07/08  02:45:40
54930         Log: Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
54931              was cast to an unsigned (32-bit) integer with wild abandon.
54932      Branch: cfgperl
54933            ! ext/Devel/DProf/DProf.xs
54934 ____________________________________________________________________________
54935 [  6325] By: jhi                                   on 2000/07/07  18:50:33
54936         Log: Remove perlbook, update perlfaq book listing,
54937              rearrange perl.pod, regenerate perltoc.
54938      Branch: cfgperl
54939            - pod/perlbook.pod
54940            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldiag.pod
54941            ! pod/perlfaq2.pod pod/perltoc.pod
54942 ____________________________________________________________________________
54943 [  6324] By: jhi                                   on 2000/07/07  14:03:40
54944         Log: Fix the alignment problem in Crays ([ID 20000612.002]).
54945      Branch: cfgperl
54946            ! sv.h toke.c
54947 ____________________________________________________________________________
54948 [  6323] By: jhi                                   on 2000/07/06  16:03:55
54949         Log: Fix complaints of buildtoc.
54950      Branch: cfgperl
54951            + lib/Win32.pod
54952            - pod/Win32.pod
54953            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
54954 ____________________________________________________________________________
54955 [  6322] By: jhi                                   on 2000/07/06  15:15:52
54956         Log: Add =head1 NAMEs so that buildtoc is happy.
54957              (The CGI::Util nit reported to Lincoln.)
54958      Branch: cfgperl
54959            ! ext/B/B/Stash.pm lib/CGI/Util.pm lib/warnings/register.pm
54960            ! pod/perltoc.pod
54961 ____________________________________________________________________________
54962 [  6321] By: jhi                                   on 2000/07/06  03:16:04
54963         Log: Config is being used.
54964      Branch: cfgperl
54965            ! t/op/method.t
54966 ____________________________________________________________________________
54967 [  6320] By: jhi                                   on 2000/07/06  03:13:13
54968         Log: Integrate with Sarathy.
54969      Branch: cfgperl
54970           !> lib/perl5db.pl win32/perllib.c win32/vdir.h win32/win32sck.c
54971 ____________________________________________________________________________
54972 [  6319] By: jhi                                   on 2000/07/06  03:11:46
54973         Log: Autogenerate pod/Makefile and pod/buildtoc.
54974              buildtoc also checks whether the existin pods are
54975              mentioned in MANIFEST and perl.pod, and vice versa.
54976              (None of the thusly found discrepancies fixed yet.)
54977              roffitall also needs to be autogenerated similarly but it
54978              seems so badly out of date that I didn't touch it yet.
54979      Branch: cfgperl
54980            + pod/Makefile.SH pod/buildtoc.PL
54981            - pod/Makefile pod/buildtoc
54982            ! MANIFEST Makefile.SH pod/perl.pod pod/perltoc.pod
54983 ____________________________________________________________________________
54984 [  6318] By: gsar                                  on 2000/07/05  22:10:54
54985         Log: fix UNC path handling on Windows under ithreads, and chdir()
54986              return value when given a non-existent directory
54987      Branch: perl
54988            ! win32/vdir.h
54989 ____________________________________________________________________________
54990 [  6317] By: gsar                                  on 2000/07/05  22:08:19
54991         Log: winsock cleanup never done on Windows (leads to handle leaks)
54992      Branch: perl
54993            ! win32/perllib.c win32/win32sck.c
54994 ____________________________________________________________________________
54995 [  6316] By: gsar                                  on 2000/07/05  22:06:19
54996         Log: some debugger output does not go to the socket when RemotePort is set
54997      Branch: perl
54998            ! lib/perl5db.pl
54999 ____________________________________________________________________________
55000 [  6315] By: jhi                                   on 2000/07/05  00:25:21
55001         Log: Integrate with Sarathy, preliminary fix for unicos
55002              alignment problems in [ID 20000612.002] Perl problem on Cray system.
55003      Branch: cfgperl
55004            ! sv.h
55005           !> pp_hot.c
55006 ____________________________________________________________________________
55007 [  6314] By: gsar                                  on 2000/07/04  23:34:02
55008         Log: tyop in change#6306
55009      Branch: perl
55010            ! pp_hot.c
55011 ____________________________________________________________________________
55012 [  6313] By: jhi                                   on 2000/07/04  22:14:38
55013         Log: Multiline string literals ENONPORTABLE.
55014      Branch: cfgperl
55015            ! pp_hot.c
55016 ____________________________________________________________________________
55017 [  6312] By: jhi                                   on 2000/07/04  20:34:44
55018         Log: Integrate with Sarathy.
55019      Branch: cfgperl
55020           !> pod/perldelta.pod pod/perldiag.pod pp_hot.c t/lib/b.t
55021           !> t/op/method.t
55022 ____________________________________________________________________________
55023 [  6311] By: jhi                                   on 2000/07/04  20:30:56
55024         Log: More POSIX.pod embellishment.
55025      Branch: cfgperl
55026            ! ext/POSIX/POSIX.pod
55027 ____________________________________________________________________________
55028 [  6310] By: gsar                                  on 2000/07/04  17:28:48
55029         Log: b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
55030      Branch: perl
55031            ! t/lib/b.t
55032 ____________________________________________________________________________
55033 [  6309] By: jhi                                   on 2000/07/04  17:22:18
55034         Log: The #6308 required a little bit more.
55035      Branch: cfgperl
55036            ! Makefile.SH win32/Makefile
55037 ____________________________________________________________________________
55038 [  6308] By: jhi                                   on 2000/07/04  16:35:24
55039         Log: Rename lib.pm.PL to lib_pm.PL to keep the 8.3 people happy.
55040      Branch: cfgperl
55041            + lib/lib_pm.PL
55042            - lib/lib.pm.PL
55043            ! MANIFEST Makefile.SH
55044 ____________________________________________________________________________
55045 [  6307] By: jhi                                   on 2000/07/04  16:28:58
55046         Log: Win32 patches for cfgperl from Sarathy.
55047      Branch: cfgperl
55048            ! doio.c doop.c embed.h embed.pl global.sym gv.c makedef.pl
55049            ! objXSUB.h op.c perlapi.c pp.c pp_ctl.c pp_hot.c proto.h
55050            ! thread.h toke.c util.c win32/Makefile win32/win32.c
55051 ____________________________________________________________________________
55052 [  6306] By: gsar                                  on 2000/07/04  16:28:40
55053         Log: better diagnostic on Frob->stuff() when Frob:: doesn't exist
55054              (from Richard Soderberg <rs@oregonnet.com>)
55055      Branch: perl
55056            ! pod/perldelta.pod pod/perldiag.pod pp_hot.c t/op/method.t
55057 ____________________________________________________________________________
55058 [  6305] By: jhi                                   on 2000/07/04  16:24:24
55059         Log: Integrate with Sarathy.
55060      Branch: cfgperl
55061           !> embed.h embed.pl global.sym lib/File/Spec/Mac.pm
55062           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
55063           !> lib/File/Spec/Win32.pm objXSUB.h perlapi.c pod/perldiag.pod
55064           !> proto.h win32/win32.c
55065 ____________________________________________________________________________
55066 [  6304] By: gsar                                  on 2000/07/04  16:17:24
55067         Log: missing perldiag entry for unpack("w",...) diagnostic (from
55068              Andreas Koenig)
55069      Branch: perl
55070            ! pod/perldiag.pod
55071 ____________________________________________________________________________
55072 [  6303] By: gsar                                  on 2000/07/04  16:14:44
55073         Log: remove rel2abs prototypes (from Barrie Slaymaker)
55074      Branch: perl
55075            ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
55076            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
55077 ____________________________________________________________________________
55078 [  6302] By: gsar                                  on 2000/07/04  04:59:35
55079         Log: adjust change#6299
55080      Branch: perl
55081            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
55082            ! win32/win32.c
55083 ____________________________________________________________________________
55084 [  6301] By: jhi                                   on 2000/07/04  04:50:07
55085         Log: Integrate with Sarathy.
55086      Branch: cfgperl
55087           !> embed.h embed.pl embedvar.h global.sym hv.c intrpvar.h
55088           !> makedef.pl objXSUB.h perl.c perl.h perlapi.c perlapi.h
55089           !> pp_hot.c proto.h sv.c t/io/argv.t win32/win32.c
55090 ____________________________________________________________________________
55091 [  6300] By: gsar                                  on 2000/07/04  04:42:09
55092         Log: PERL_OBJECT build tweak
55093      Branch: perl
55094            ! perl.h
55095 ____________________________________________________________________________
55096 [  6299] By: gsar                                  on 2000/07/04  04:37:00
55097         Log: fix memory leak on Windows (PL_sys_intern contents were never
55098              freed)
55099      Branch: perl
55100            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
55101            ! perlapi.c proto.h win32/win32.c
55102 ____________________________________________________________________________
55103 [  6298] By: gsar                                  on 2000/07/04  04:15:59
55104         Log: fix large memory leak that has been around for ever, masked by
55105              -DPURIFY (most of the arenas were never freed!)
55106      Branch: perl
55107            ! embedvar.h global.sym hv.c intrpvar.h perl.c perlapi.h sv.c
55108 ____________________________________________________________________________
55109 [  6297] By: gsar                                  on 2000/07/04  04:07:46
55110         Log: fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
55111      Branch: perl
55112            ! perl.c
55113 ____________________________________________________________________________
55114 [  6296] By: jhi                                   on 2000/06/30  18:28:37
55115         Log: Elaborate POSIX.pod.  Still needs work.
55116      Branch: cfgperl
55117            ! ext/POSIX/POSIX.pod
55118 ____________________________________________________________________________
55119 [  6295] By: jhi                                   on 2000/06/30  14:58:18
55120         Log: Point to perlipc for more SysV IPC examples.
55121      Branch: cfgperl
55122            ! pod/perlfunc.pod
55123 ____________________________________________________________________________
55124 [  6294] By: gsar                                  on 2000/06/30  14:47:45
55125         Log: slurp mode fix in change#4736 still not quite right
55126      Branch: perl
55127            ! pp_hot.c t/io/argv.t
55128 ____________________________________________________________________________
55129 [  6293] By: jhi                                   on 2000/06/30  12:02:55
55130         Log: Integrate with Sarathy.
55131      Branch: cfgperl
55132           !> cop.h pp_ctl.c pp_hot.c t/op/args.t
55133 ____________________________________________________________________________
55134 [  6292] By: jhi                                   on 2000/06/30  12:01:11
55135         Log: From: simon@brecon.co.uk (Simon Cozens)
55136              Subject: UTF8 concat
55137              Date: 30 Jun 2000 06:13:25 GMT
55138              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org>
55139      Branch: cfgperl
55140            ! pp_hot.c
55141 ____________________________________________________________________________
55142 [  6291] By: gsar                                  on 2000/06/30  04:37:33
55143         Log: dounwind() may cause POPSUB() to diddle the wrong PL_curpad
55144              when @_ is modified, causing coredumps
55145      Branch: perl
55146            ! cop.h pp_ctl.c pp_hot.c t/op/args.t
55147 ____________________________________________________________________________
55148 [  6290] By: jhi                                   on 2000/06/30  02:21:44
55149         Log: Integrate with Sarathy.
55150      Branch: cfgperl
55151           !> vms/vms.c vms/vmsish.h
55152 ____________________________________________________________________________
55153 [  6289] By: jhi                                   on 2000/06/30  02:21:02
55154         Log: Check VERSIONs.
55155      Branch: cfgperl
55156            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
55157            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
55158            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
55159 ____________________________________________________________________________
55160 [  6288] By: jhi                                   on 2000/06/30  02:18:52
55161         Log: Integrate with Sarathy.
55162      Branch: cfgperl
55163           !> ext/Opcode/Opcode.xs lib/File/Spec.pm
55164           !> lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
55165           !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
55166           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm pod/perlembed.pod
55167 ____________________________________________________________________________
55168 [  6287] By: gsar                                  on 2000/06/30  02:17:08
55169         Log: integrate vmsperl changes into mainline
55170      Branch: perl
55171           !> vms/vms.c vms/vmsish.h
55172 ____________________________________________________________________________
55173 [  6285] By: gsar                                  on 2000/06/30  02:05:28
55174         Log: localize %INC in a Safe compartment so that use/require work
55175              (many other magic globals probably need similar treatment)
55176      Branch: perl
55177            ! ext/Opcode/Opcode.xs
55178 ____________________________________________________________________________
55179 [  6284] By: gsar                                  on 2000/06/30  01:54:54
55180         Log: tweak perlembed for multiplicity/usethreads sanity; correct notes
55181              about Windows
55182      Branch: perl
55183            ! pod/perlembed.pod
55184 ____________________________________________________________________________
55185 [  6283] By: jhi                                   on 2000/06/30  01:50:10
55186         Log: Subject: [PATCH bleedperl] File::Spec 0.82 beta
55187              From: Barrie Slaymaker <barries@jester.slaysys.com>
55188              Date: Wed, 28 Jun 2000 11:35:29 -0400
55189              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
55190      Branch: perl
55191            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
55192            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
55193            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
55194            ! lib/File/Spec/Win32.pm
55195 ____________________________________________________________________________
55196 [  6282] By: jhi                                   on 2000/06/29  22:57:22
55197         Log: Subject: [PATCH 5.6.0]ITHREADs for VMS
55198              From: Dan Sugalski <dan@sidhe.org>
55199              Date: Tue, 06 Jun 2000 11:59:50 -0400
55200              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
55201      Branch: cfgperl
55202            ! vms/vms.c
55203 ____________________________________________________________________________
55204 [  6281] By: jhi                                   on 2000/06/29  22:52:50
55205         Log: Subject: [PATCH 5.6.0] utils/h2xs.PL
55206              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
55207              Date: Wed, 7 Jun 2000 04:02:04 -0500
55208              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
55209      Branch: cfgperl
55210            ! utils/h2xs.PL
55211 ____________________________________________________________________________
55212 [  6280] By: jhi                                   on 2000/06/29  22:45:47
55213         Log: Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
55214              From: rspier@pobox.com (Robert Spier)
55215              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
55216              Message-ID: <14654.31913.845602.610277@rls.cx>
55217      Branch: cfgperl
55218            ! utils/h2xs.PL
55219 ____________________________________________________________________________
55220 [  6279] By: jhi                                   on 2000/06/29  22:38:16
55221         Log: Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
55222              From: Tim Ayers <tayers@bridge.com>
55223              Date: Thu, 08 Jun 2000 08:11:06 +0200
55224              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
55225              [resent by Richard Foley, Message-Id probably wrong]
55226      Branch: cfgperl
55227            ! pod/perlsub.pod
55228 ____________________________________________________________________________
55229 [  6278] By: jhi                                   on 2000/06/29  22:21:45
55230         Log: Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
55231              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
55232              Date: Fri, 09 Jun 2000 12:39:27 -0400
55233              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
55234              (plus update the version "number" of Text::Wrap)
55235      Branch: cfgperl
55236            ! lib/Text/Wrap.pm
55237 ____________________________________________________________________________
55238 [  6277] By: jhi                                   on 2000/06/29  22:13:10
55239         Log: Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
55240              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
55241              Date: Mon, 12 Jun 2000 14:55:59 +0100
55242              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
55243      Branch: cfgperl
55244            ! pod/perlfunc.pod
55245 ____________________________________________________________________________
55246 [  6276] By: jhi                                   on 2000/06/29  22:11:06
55247         Log: Subject: [PATCH] Re: eval documentation: context
55248              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
55249              Date: Mon, 12 Jun 2000 15:07:29 +0100
55250              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
55251      Branch: cfgperl
55252            ! pod/perlfunc.pod
55253 ____________________________________________________________________________
55254 [  6275] By: jhi                                   on 2000/06/29  21:59:46
55255         Log: Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
55256              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
55257              Date: Tue, 13 Jun 2000 02:43:48 -0500
55258              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
55259      Branch: cfgperl
55260            ! lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
55261 ____________________________________________________________________________
55262 [  6274] By: jhi                                   on 2000/06/29  21:56:14
55263         Log: Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
55264              From: Andy Dougherty <doughera@lafayette.edu>
55265              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
55266              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
55267      Branch: cfgperl
55268            ! ext/File/Glob/Glob.pm
55269 ____________________________________________________________________________
55270 [  6273] By: jhi                                   on 2000/06/29  21:49:09
55271         Log: Subject: [PATCH] xsub attributes
55272              From: Doug MacEachern <dougm@covalent.net>
55273              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
55274              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
55275      Branch: cfgperl
55276            ! embed.h embed.pl embedvar.h global.sym lib/ExtUtils/xsubpp
55277            ! objXSUB.h op.c perlapi.c perlapi.h proto.h
55278 ____________________________________________________________________________
55279 [  6272] By: jhi                                   on 2000/06/29  21:41:28
55280         Log: Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
55281              From: Tom Phoenix <rootbeer@redcat.com>
55282              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
55283              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
55284      Branch: cfgperl
55285            ! lib/Net/Ping.pm
55286 ____________________________________________________________________________
55287 [  6271] By: jhi                                   on 2000/06/29  21:36:55
55288         Log: Subject: PATCH pod/perltie.pod
55289              From: Ian Phillipps <Ian.Phillipps@iname.com>
55290              Date: Fri, 16 Jun 2000 00:17:19 +0100
55291              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
55292              (only the first hunk, the second hunk had already been done
55293              by some other patch)
55294      Branch: cfgperl
55295            ! pod/perltie.pod
55296 ____________________________________________________________________________
55297 [  6270] By: jhi                                   on 2000/06/29  21:24:51
55298         Log: Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
55299              From: Nicholas Clark <nick@talking.bollo.cx>
55300              Date: Fri, 23 Jun 2000 16:21:15 +0100
55301              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
55302      Branch: cfgperl
55303            ! t/lib/anydbm.t t/lib/dprof.t t/lib/dumper-ovl.t t/lib/dumper.t
55304            ! t/lib/hostname.t t/lib/ipc_sysv.t t/op/taint.t
55305 ____________________________________________________________________________
55306 [  6269] By: jhi                                   on 2000/06/29  19:38:15
55307         Log: Regen headers for #6261 (and update embed.pl for this) and #6267,
55308              silence few compiler warnings.
55309      Branch: cfgperl
55310            ! doop.c embed.pl global.sym objXSUB.h op.c proto.h toke.c
55311 ____________________________________________________________________________
55312 [  6268] By: jhi                                   on 2000/06/29  18:21:50
55313         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
55314              From: Dominic Dunlop <domo@computer.org> 
55315              Date: Thu, 29 Jun 2000 12:32:39 +0200 
55316              Message-Id: <p04320403b580cc1338db@[192.168.1.4]> 
55317      Branch: cfgperl
55318            ! t/op/sprintf.t
55319 ____________________________________________________________________________
55320 [  6267] By: jhi                                   on 2000/06/29  18:16:07
55321         Log: Subject: Re: [PATCH] Re: Speeding up method lookups 
55322              From: Doug MacEachern <dougm@covalent.net>
55323              Date: Sun, 18 Jun 2000 13:24:55 -0700 (PDT)
55324              Message-ID: <Pine.LNX.4.10.10006181306031.397-100000@mojo.covalent.net>
55325      Branch: cfgperl
55326            + t/op/method2entersub.t
55327            ! MANIFEST embed.pl lib/ExtUtils/Install.pm lib/File/Spec/Mac.pm
55328            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
55329            ! lib/File/Spec/Win32.pm lib/base.pm op.c perl.h t/op/sprintf.t
55330            ! xsutils.c
55331 ____________________________________________________________________________
55332 [  6266] By: jhi                                   on 2000/06/29  15:11:15
55333         Log: Subject: [PATCH 5.6.0] cygwin port
55334              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
55335              From: "Fifer, Eric" <EFifer@sanwaint.com>
55336              Date: Thu, 29 Jun 2000 12:58:29 +0100
55337      Branch: cfgperl
55338            ! cygwin/Makefile.SHs
55339 ____________________________________________________________________________
55340 [  6265] By: jhi                                   on 2000/06/29  15:04:05
55341         Log: Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
55342              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
55343              Date: Wed, 28 Jun 2000 17:50:12 -0700
55344              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
55345      Branch: cfgperl
55346            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
55347 ____________________________________________________________________________
55348 [  6264] By: jhi                                   on 2000/06/29  15:00:57
55349         Log: Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
55350              From: Marty Lucich <marty@netcom.com>
55351              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
55352              Message-Id: <200006282116.OAA11148@netcom.com>
55353              ccdlflags update (the BSD/OS 4.1 part had already been taken
55354              care of by #6141).
55355      Branch: cfgperl
55356            ! hints/bsdos.sh
55357 ____________________________________________________________________________
55358 [  6263] By: jhi                                   on 2000/06/29  13:47:44
55359         Log: tr fixes from Simon Cozens
55360      Branch: cfgperl
55361            ! doop.c
55362 ____________________________________________________________________________
55363 [  6262] By: jhi                                   on 2000/06/28  18:46:01
55364         Log: Subject: 5.6.0 Patch for EPOC
55365              From: Olaf Flebbe <o.flebbe@gmx.de>
55366              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
55367              Message-ID: <23449.960929969@www11.gmx.net>
55368      Branch: cfgperl
55369            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epocish.c
55370            ! epoc/epocish.h
55371 ____________________________________________________________________________
55372 [  6261] By: jhi                                   on 2000/06/28  18:29:07
55373         Log: Subject: Re: [PATCH cfgperl] BOMs away!
55374              From: simon@brecon.co.uk (Simon Cozens)
55375              Date: 17 Jun 2000 11:49:57 GMT
55376              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
55377      Branch: cfgperl
55378            ! pod/perldiag.pod t/comp/require.t toke.c
55379 ____________________________________________________________________________
55380 [  6260] By: jhi                                   on 2000/06/28  17:47:16
55381         Log: Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
55382              From: simon@brecon.co.uk (Simon Cozens) 
55383              Date: 17 Jun 2000 11:56:44 GMT 
55384              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org> 
55385              pack U0, pack C0
55386      Branch: cfgperl
55387            ! pod/perlfunc.pod pp.c t/op/pack.t
55388 ____________________________________________________________________________
55389 [  6259] By: jhi                                   on 2000/06/28  16:43:17
55390         Log: perlnewmod was missing from MANIFEST.
55391      Branch: cfgperl
55392            ! MANIFEST
55393 ____________________________________________________________________________
55394 [  6258] By: jhi                                   on 2000/06/28  15:54:30
55395         Log: linenumber tweak
55396      Branch: cfgperl
55397            ! t/pragma/warn/regcomp
55398 ____________________________________________________________________________
55399 [  6257] By: jhi                                   on 2000/06/28  15:50:44
55400         Log: Subject: Re: [PATCH] "Constant subroutine redefined" mandatory warning
55401              From: Doug MacEachern <dougm@covalent.net>
55402              Date: Sun, 25 Jun 2000 12:11:28 -0700 (PDT)
55403              Message-ID: <Pine.LNX.4.10.10006251209191.461-100000@mojo.covalent.net>
55404              (one part of the patch had been applied earlier)
55405      Branch: cfgperl
55406            ! op.c sv.c t/pragma/constant.t t/pragma/warn/op
55407 ____________________________________________________________________________
55408 [  6256] By: jhi                                   on 2000/06/28  15:40:22
55409         Log: tweaks from Simon Cozens to further fix tr/// under utf8
55410      Branch: cfgperl
55411            ! doop.c
55412 ____________________________________________________________________________
55413 [  6255] By: jhi                                   on 2000/06/28  15:33:45
55414         Log: small thinko tweaks
55415      Branch: cfgperl
55416            ! lib/IPC/Open3.pm t/op/my_stash.t
55417 ____________________________________________________________________________
55418 [  6254] By: jhi                                   on 2000/06/28  15:33:25
55419         Log: Subject: tr///, help wanted.
55420              From: simon@brecon.co.uk (Simon Cozens)
55421              Date: 28 Jun 2000 11:29:04 GMT
55422              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
55423      Branch: cfgperl
55424            ! doop.c embed.h embed.pl embedvar.h global.sym objXSUB.h
55425            ! pp_proto.h proto.h t/op/tr.t
55426 ____________________________________________________________________________
55427 [  6253] By: jhi                                   on 2000/06/28  15:09:17
55428         Log: Paranoia tweak on #6249.
55429              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
55430              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
55431              Date: Sun, 25 Jun 2000 23:43:12 -0400
55432              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
55433      Branch: cfgperl
55434            ! lib/IPC/Open3.pm
55435 ____________________________________________________________________________
55436 [  6252] By: jhi                                   on 2000/06/28  15:01:38
55437         Log: Document #6249 and #6251.
55438      Branch: cfgperl
55439            ! lib/Exporter.pm lib/IPC/Open3.pm
55440 ____________________________________________________________________________
55441 [  6251] By: jhi                                   on 2000/06/28  14:50:43
55442         Log: Subject: [PATCH] inline AUTOLOADed constants via Exporter.pm
55443              From: Doug MacEachern <dougm@covalent.net>
55444              Date: Fri, 23 Jun 2000 00:16:39 -0700 (PDT)
55445              Message-ID: <Pine.LNX.4.10.10006230009400.322-100000@mojo.covalent.net>
55446      Branch: cfgperl
55447            ! lib/Exporter.pm
55448 ____________________________________________________________________________
55449 [  6250] By: jhi                                   on 2000/06/28  14:45:23
55450         Log: Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
55451              From: Doug MacEachern <dougm@covalent.net>
55452              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
55453              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
55454      Branch: cfgperl
55455            + t/op/my_stash.t
55456            ! MANIFEST embed.pl global.sym proto.h toke.c
55457 ____________________________________________________________________________
55458 [  6249] By: jhi                                   on 2000/06/28  14:36:34
55459         Log: Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's 
55460              From: Frank Tobin <ftobin@uiuc.edu>
55461              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
55462              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
55463      Branch: cfgperl
55464            ! lib/IPC/Open3.pm
55465 ____________________________________________________________________________
55466 [  6248] By: jhi                                   on 2000/06/28  14:11:25
55467         Log: Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
55468              From: Mark-Jason Dominus <mjd@plover.com>
55469              Date: Tue, 27 Jun 2000 22:36:42 -0400
55470              Message-ID: <20000628023642.12166.qmail@plover.com>
55471      Branch: cfgperl
55472            ! pod/perlfunc.pod
55473 ____________________________________________________________________________
55474 [  6247] By: jhi                                   on 2000/06/27  12:46:37
55475         Log: Tweak $VERSION, patch from Doug MacEachern.
55476      Branch: cfgperl
55477            ! lib/File/Spec.pm
55478 ____________________________________________________________________________
55479 [  6246] By: jhi                                   on 2000/06/27  03:34:46
55480         Log: Allow for standalone testing.
55481      Branch: cfgperl
55482            ! t/lib/filefunc.t t/lib/filespec.t
55483 ____________________________________________________________________________
55484 [  6245] By: jhi                                   on 2000/06/27  02:50:02
55485         Log: Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
55486              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
55487              Date: Sat, 24 Jun 2000 13:06:20 +0100
55488              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
55489      Branch: cfgperl
55490            ! ext/DynaLoader/DynaLoader_pm.PL
55491 ____________________________________________________________________________
55492 [  6244] By: jhi                                   on 2000/06/27  02:46:10
55493         Log: Subject: [PATCH] avoid mg_ptr in '*' magic
55494              From: Doug MacEachern <dougm@covalent.net>
55495              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
55496              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
55497      Branch: cfgperl
55498            ! gv.c sv.c t/lib/peek.t
55499 ____________________________________________________________________________
55500 [  6243] By: jhi                                   on 2000/06/27  02:38:07
55501         Log: Subject: [PATCH] is_utf8_string
55502              From: simon@brecon.co.uk (Simon Cozens)
55503              Date: 26 Jun 2000 02:25:59 GMT
55504              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
55505      Branch: cfgperl
55506            ! embed.h embed.pl embedvar.h global.sym objXSUB.h perlapi.c
55507            ! perlapi.h pod/perlapi.pod pod/perlintern.pod pp_proto.h
55508            ! proto.h utf8.c
55509 ____________________________________________________________________________
55510 [  6242] By: jhi                                   on 2000/06/27  02:24:00
55511         Log: Subject: [PATCH] bytes<->utf8 fixes
55512              From: simon@brecon.co.uk (Simon Cozens)
55513              Date: 26 Jun 2000 04:55:45 GMT
55514              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
55515      Branch: cfgperl
55516            ! embed.pl perlapi.c pod/perlapi.pod proto.h utf8.c
55517 ____________________________________________________________________________
55518 [  6241] By: jhi                                   on 2000/06/27  02:12:42
55519         Log: Do no -warn on \_, only on \alpha.
55520              Subject: New Unrecognized escape warning for /\_/ from activestate perl-current5.6.0
55521              From: David Dyck <dcd@tc.fluke.com>
55522              Date: Mon, 26 Jun 2000 09:32:02 -0700 (PDT)
55523              Message-ID: <Pine.LNX.4.05.10006260830280.3054-100000@dd.tc.fluke.com>
55524      Branch: cfgperl
55525            ! regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
55526 ____________________________________________________________________________
55527 [  6240] By: jhi                                   on 2000/06/27  02:00:01
55528         Log: Subject: [ID 20000626.007] h2xs man page contains trailing garbage
55529              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
55530              Date: Mon, 26 Jun 2000 18:40:14 +0100
55531              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
55532      Branch: cfgperl
55533            ! utils/h2xs.PL
55534 ____________________________________________________________________________
55535 [  6239] By: jhi                                   on 2000/06/27  01:53:40
55536         Log: Configure maintenance.  Sever some dependency cycles,
55537              separate gccversion from the cc unit,
55538              address [ID 20000623.006] Configure script patch for using gcc on AIX
55539              (but solve it a little bit differently),
55540              unduplex some accidentally duplicated units,
55541              suggest using gcc if no cc available
55542              (p5p thread: "Solaris configure: counterproposal", 1999-09)
55543      Branch: cfgperl
55544            ! Configure Todo-5.6 config_h.SH
55545      Branch: metaconfig
55546            ! U/modified/Config_h.U U/modified/cc.U U/modified/cpp_stuff.U
55547            ! U/modified/libs.U U/modified/models.U U/modified/usrinc.U
55548      Branch: metaconfig/U/perl
55549            + gccvers.U
55550            ! d_getespwnam.U d_getprpwnam.U i_prot.U
55551 ____________________________________________________________________________
55552 [  6238] By: jhi                                   on 2000/06/25  18:04:56
55553         Log: Subject: [PATCH 5.6.0] XS module loading fixup for VMS
55554              From: Dan Sugalski <dan@sidhe.org>
55555              Date: Fri, 23 Jun 2000 17:00:00 -0400
55556              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
55557      Branch: cfgperl
55558            ! lib/ExtUtils/MM_VMS.pm vms/vms.c
55559 ____________________________________________________________________________
55560 [  6237] By: jhi                                   on 2000/06/25  16:36:45
55561         Log: Tweak embed.pl, regen headers.
55562      Branch: cfgperl
55563            ! embed.h embed.pl embedvar.h ext/B/B/Asmdata.pm
55564            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
55565            ! keywords.h lib/warnings.pm objXSUB.h opcode.h opnames.h
55566            ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod pp.sym
55567            ! pp_proto.h proto.h regnodes.h utf8.c warnings.h
55568 ____________________________________________________________________________
55569 [  6236] By: jhi                                   on 2000/06/25  15:26:42
55570         Log: Regen headers.
55571      Branch: cfgperl
55572            ! embed.h embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
55573            ! ext/ByteLoader/byterun.h global.sym keywords.h lib/warnings.pm
55574            ! objXSUB.h opcode.h opnames.h perlapi.c perlapi.h
55575            ! pod/perlapi.pod pod/perlintern.pod pp.sym pp_proto.h proto.h
55576            ! regnodes.h warnings.h
55577 ____________________________________________________________________________
55578 [  6235] By: jhi                                   on 2000/06/23  19:39:35
55579         Log: The thread begun by
55580              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
55581              From: Kevin.Ruscoe@ubsw.com
55582              Date: Fri, 16 Jun 2000 16:38:51 +0100
55583              Message-Id: <H000019b03c300d6@MHS>
55584      Branch: cfgperl
55585            ! hints/solaris_2.sh
55586 ____________________________________________________________________________
55587 [  6234] By: jhi                                   on 2000/06/23  19:23:36
55588         Log: Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
55589              because when run as services (Win32ese for daemons)
55590              no environment variables are set and tmpdir ends up as /tmp,
55591              which is ambiguous.
55592              
55593              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
55594              From: matt@sergeant.org
55595              Date: 16 Jun 2000 16:30:43 -0000
55596              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
55597      Branch: cfgperl
55598            ! lib/File/Spec/Win32.pm
55599 ____________________________________________________________________________
55600 [  6233] By: jhi                                   on 2000/06/23  19:18:58
55601         Log: Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
55602              From: Mark-Jason Dominus <mjd@plover.com>
55603              Date: Fri, 16 Jun 2000 20:53:04 -0400
55604              Message-ID: <20000617005304.8008.qmail@plover.com>
55605      Branch: cfgperl
55606            ! op.h
55607 ____________________________________________________________________________
55608 [  6232] By: jhi                                   on 2000/06/23  16:10:02
55609         Log: Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
55610              From: simon@brecon.co.uk (Simon Cozens)
55611              Date: 19 Jun 2000 15:18:27 GMT
55612              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
55613              
55614              plus update pod/Makefile and regenerate perltoc
55615      Branch: cfgperl
55616            + pod/perlutil.pod
55617            ! MANIFEST Todo-5.6 pod/Makefile pod/perltoc.pod pod/roffitall
55618 ____________________________________________________________________________
55619 [  6231] By: jhi                                   on 2000/06/23  15:19:18
55620         Log: Subject: [PATCH 5.6.0] cygwin port
55621              From: "Fifer, Eric" <EFifer@sanwaint.com>
55622              Date: Tue, 20 Jun 2000 14:30:58 +0100
55623              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
55624      Branch: cfgperl
55625            ! README.cygwin lib/File/Find.pm
55626 ____________________________________________________________________________
55627 [  6230] By: jhi                                   on 2000/06/23  14:25:21
55628         Log: Upgrade to File::Spec 0.810_01 from CPAN by Barrie Slaymaker.
55629      Branch: cfgperl
55630            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
55631            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
55632            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
55633            ! lib/File/Spec/Win32.pm t/lib/filefunc.t t/lib/filespec.t
55634 ____________________________________________________________________________
55635 [  6229] By: jhi                                   on 2000/06/23  14:13:34
55636         Log: Subject: README.hpux version 0.6.1
55637              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
55638              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
55639              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
55640      Branch: cfgperl
55641            ! README.hpux
55642 ____________________________________________________________________________
55643 [  6228] By: jhi                                   on 2000/06/23  14:07:20
55644         Log: Subject: [PATCH] "Constant subroutine redefined" mandatory warning
55645              From: Doug MacEachern <dougm@covalent.net>
55646              Date: Tue, 20 Jun 2000 21:23:56 -0700 (PDT)
55647              Message-ID: <Pine.LNX.4.10.10006202116340.321-100000@mojo.covalent.net>
55648      Branch: cfgperl
55649            ! op.c
55650 ____________________________________________________________________________
55651 [  6227] By: jhi                                   on 2000/06/23  14:01:06
55652         Log: Subject: [PATCH] lib.pm -> lib.pm.PL
55653              From: Doug MacEachern <dougm@covalent.net>
55654              Date: Tue, 20 Jun 2000 22:14:41 -0700 (PDT)
55655              Message-ID: <Pine.LNX.4.10.10006202208210.321-100000@mojo.covalent.net>
55656      Branch: cfgperl
55657            + lib/lib.pm.PL
55658            - lib/lib.pm
55659            ! MANIFEST Makefile.SH
55660 ____________________________________________________________________________
55661 [  6226] By: jhi                                   on 2000/06/23  13:53:07
55662         Log: Subject: [PATCH] remove forward declarations in Socket.pm
55663              From: Doug MacEachern <dougm@covalent.net>
55664              Date: Tue, 20 Jun 2000 21:54:12 -0700 (PDT)
55665              Message-ID: <Pine.LNX.4.10.10006202149190.321-100000@mojo.covalent.net>
55666              
55667              From: Doug MacEachern <dougm@covalent.net>
55668              Subject: Re: [PATCH] remove forward declarations in Socket.pm
55669              Date: Fri, 23 Jun 2000 00:09:29 -0700 (PDT)
55670              Message-ID: <Pine.LNX.4.10.10006222349440.322-100000@mojo.covalent.net>
55671      Branch: cfgperl
55672            ! ext/Socket/Socket.pm op.c
55673 ____________________________________________________________________________
55674 [  6225] By: jhi                                   on 2000/06/23  13:41:52
55675         Log: Add source code filenames to apidoc.
55676              From: simon@brecon.co.uk (Simon Cozens)
55677              Subject: [PATCH embed.pl] Source X-ref
55678              Date: 22 Jun 2000 02:18:49 GMT
55679              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
55680      Branch: cfgperl
55681            ! embed.pl
55682 ____________________________________________________________________________
55683 [  6224] By: jhi                                   on 2000/06/23  13:32:33
55684         Log: A way to avoid English.pm performance hit.
55685              From: root <root@jester.slaysys.com>
55686              Subject: [YAPATCH English.pm] My turn to putt again
55687              Date: Thu, 22 Jun 2000 20:33:58 -0400
55688              Message-Id: <200006230033.UAA05960@jester.slaysys.com>
55689      Branch: cfgperl
55690            ! lib/English.pm t/lib/english.t
55691 ____________________________________________________________________________
55692 [  6223] By: jhi                                   on 2000/06/23  13:27:06
55693         Log: Avoid double close().
55694              Subject: [PATCH] avoid double close()
55695              From: Doug MacEachern <dougm@covalent.net>
55696              Date: Thu, 22 Jun 2000 23:08:06 -0700 (PDT)
55697              Message-ID: <Pine.LNX.4.10.10006222251260.322-100000@mojo.covalent.net>
55698      Branch: cfgperl
55699            ! doio.c
55700 ____________________________________________________________________________
55701 [  6222] By: jhi                                   on 2000/06/23  13:25:54
55702         Log: doc typo fix
55703              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
55704              From: Ian Phillipps <Ian.Phillipps@iname.com>
55705              Date: Fri, 23 Jun 2000 10:40:58 +0100
55706              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
55707      Branch: cfgperl
55708            ! lib/Pod/Usage.pm
55709 ____________________________________________________________________________
55710 [  6221] By: jhi                                   on 2000/06/23  13:24:15
55711         Log: Remove tr///CU (the feature is to be obsoleted by better interfaces).
55712              From: simon@brecon.co.uk (Simon Cozens)
55713              Subject: [PATCH] Eliminate tr///[CU][CU]
55714              Date: 23 Jun 2000 11:05:40 GMT
55715              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
55716      Branch: cfgperl
55717            ! doop.c embed.pl pod/perlop.pod toke.c utf8.c
55718 ____________________________________________________________________________
55719 [  6220] By: jhi                                   on 2000/06/22  16:07:51
55720         Log: Win32 patches from Benjamin Stuhl.
55721      Branch: cfgperl
55722            ! makedef.pl win32/win32.h
55723 ____________________________________________________________________________
55724 [  6219] By: jhi                                   on 2000/06/22  16:06:34
55725         Log: Bytecode patches from Benjamin Stuhl.
55726      Branch: cfgperl
55727            ! bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
55728            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
55729            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
55730 ____________________________________________________________________________
55731 [  6218] By: jhi                                   on 2000/06/15  23:54:16
55732         Log: Bytecode patches from Benjamin Stuhl.
55733      Branch: cfgperl
55734            ! ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
55735 ____________________________________________________________________________
55736 [  6217] By: jhi                                   on 2000/06/09  13:38:29
55737         Log: Rename the fdpid locking and integrate with Sarathy.
55738      Branch: cfgperl
55739            ! Configure config_h.SH doio.c embed.h embed.pl embedvar.h
55740            ! global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
55741            ! pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
55742            ! win32/win32.c
55743           !> av.h cop.h hints/solaris_2.sh t/op/runlevel.t
55744 ____________________________________________________________________________
55745 [  6216] By: gsar                                  on 2000/06/08  14:54:21
55746         Log: be more optimal about clearing @_
55747      Branch: perl
55748            ! cop.h
55749 ____________________________________________________________________________
55750 [  6215] By: gsar                                  on 2000/06/08  14:33:04
55751         Log: tweak comment about @DB::args
55752      Branch: perl
55753            ! av.h pp_ctl.c
55754 ____________________________________________________________________________
55755 [  6214] By: gsar                                  on 2000/06/08  13:57:54
55756         Log: @_ can't have junk in it even in the non-USE_ITHREADS case because
55757              caller() wants to populate @DB::args with it (causes a coredump
55758              in Carp::confess())
55759      Branch: perl
55760            ! cop.h t/op/runlevel.t
55761 ____________________________________________________________________________
55762 [  6213] By: gsar                                  on 2000/06/08  07:06:35
55763         Log: back out change#6106 (seems problematic)
55764      Branch: perl
55765            ! hints/solaris_2.sh
55766 ____________________________________________________________________________
55767 [  6212] By: jhi                                   on 2000/06/07  03:10:36
55768         Log: Continuing mopup for #6204.
55769      Branch: cfgperl
55770            ! ext/B/defsubs_h.PL
55771 ____________________________________________________________________________
55772 [  6211] By: jhi                                   on 2000/06/07  02:41:50
55773         Log: Mopup for #6204.
55774              Under the 5005 threads the t/lib/b.t for B::Deparse fails:
55775              Can't locate object method "PV" via package "B::RV" at ../lib/B/Deparse.pm line 2360.
55776              This is comes from const() where POK isn't on when expected.
55777      Branch: cfgperl
55778            ! embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm
55779            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
55780            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
55781            ! perlapi.h pod/perlapi.pod
55782 ____________________________________________________________________________
55783 [  6210] By: jhi                                   on 2000/06/07  01:56:29
55784         Log: Mopup for #6207 and #6209.
55785      Branch: cfgperl
55786            ! doio.c gv.c sv.h util.c vmesa/vmesa.c win32/win32.c
55787 ____________________________________________________________________________
55788 [  6209] By: jhi                                   on 2000/06/07  01:33:12
55789         Log: Lock PL_fdpid against race conditions, based on:
55790              Subject: [PATCH 5.6.0]subprocess fixup for threads
55791              From: Dan Sugalski <dan@sidhe.org>
55792              To: perl5-porters@perl.org
55793              Date: Tue, 11 Apr 2000 17:02:32 -0400
55794              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
55795      Branch: cfgperl
55796            ! doio.c intrpvar.h perl.c sv.h util.c vmesa/vmesa.c
55797            ! win32/win32.c
55798 ____________________________________________________________________________
55799 [  6208] By: jhi                                   on 2000/06/07  01:05:23
55800         Log: Regen headers for #6207.
55801      Branch: cfgperl
55802            ! embed.h global.sym objXSUB.h proto.h
55803 ____________________________________________________________________________
55804 [  6207] By: jhi                                   on 2000/06/06  23:43:13
55805         Log: Subject: [PATCH 5.6.0] Threadsafe patches
55806              From: Dan Sugalski <dan@sidhe.org>
55807              To: perl5-porters@perl.org
55808              Date: Mon, 08 May 2000 18:08:13 -0400
55809              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
55810      Branch: cfgperl
55811            ! embed.pl global.sym gv.c intrpvar.h perl.c pp.c pp_ctl.c
55812            ! proto.h sv.h util.c
55813 ____________________________________________________________________________
55814 [  6206] By: jhi                                   on 2000/06/06  23:21:23
55815         Log: Subject: [PATCH] Eliminate $a/$b in pod
55816              From: David Glasser <me@davidglasser.net>
55817              To: perl5-porters@perl.org
55818              Date: Mon, 29 May 2000 21:15:59 -0400
55819              Message-Id: <l03130302b558bb2640ce@[209.195.241.121]>
55820      Branch: cfgperl
55821            ! pod/perl5004delta.pod pod/perl56delta.pod pod/perlboot.pod
55822            ! pod/perlbot.pod pod/perlcall.pod pod/perldata.pod
55823            ! pod/perldbmfilter.pod pod/perldiag.pod pod/perldsc.pod
55824            ! pod/perlembed.pod pod/perlfaq4.pod pod/perlfaq6.pod
55825            ! pod/perlfaq7.pod pod/perlfilter.pod pod/perlfunc.pod
55826            ! pod/perlguts.pod pod/perllexwarn.pod pod/perllocale.pod
55827            ! pod/perlobj.pod pod/perlop.pod pod/perlref.pod pod/perlsub.pod
55828            ! pod/perlsyn.pod pod/perltie.pod pod/perltrap.pod
55829            ! pod/perlvar.pod pod/perlxs.pod
55830 ____________________________________________________________________________
55831 [  6205] By: jhi                                   on 2000/06/06  23:12:14
55832         Log: Subject: [PATCH] Win32 improvements
55833              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
55834              To: gsar@activestate.com, perl5-porters@perl.org
55835              Date: Mon, 29 May 2000 17:22:24 PDT
55836              Message-ID: <20000530002224.91142.qmail@hotmail.com>
55837              (MUA had mangled many lines by wordwrapping)
55838      Branch: cfgperl
55839            ! utils/c2ph.PL win32/makefile.mk win32/win32.c win32/win32sck.c
55840 ____________________________________________________________________________
55841 [  6204] By: jhi                                   on 2000/06/06  23:01:50
55842         Log: Subject: [PATCH] B::Bytecode patches
55843              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
55844              To: gsar@activestate.com, jhi@iki.fi
55845              Cc: perl5-porters@perl.org
55846              Message-ID: <20000602202526.48694.qmail@hotmail.com>
55847              (MUA had mangled many lines by wordwrapping)
55848      Branch: cfgperl
55849            ! bytecode.pl ext/B/B.pm ext/B/B.xs ext/B/B/Assembler.pm
55850            ! ext/B/B/Bytecode.pm ext/B/O.pm ext/B/defsubs_h.PL
55851            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
55852            ! intrpvar.h perl.c
55853 ____________________________________________________________________________
55854 [  6203] By: jhi                                   on 2000/06/06  22:32:43
55855         Log: Subject: [PATCH] perldiag should refer to perlos2.pod not README.os2
55856              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
55857              Date: Tue, 06 Jun 2000 13:07:45 -0700
55858              Message-ID: <RoVP5gzkgmTL092yn@efn.org>
55859      Branch: cfgperl
55860            ! pod/perldiag.pod
55861 ____________________________________________________________________________
55862 [  6202] By: jhi                                   on 2000/06/06  19:38:35
55863         Log: Integrate with Sarathy.
55864      Branch: cfgperl
55865           !> perl.c
55866 ____________________________________________________________________________
55867 [  6201] By: gsar                                  on 2000/06/06  00:42:59
55868         Log: Perl_eval_pv() leaks 4 bytes every time it is called because it
55869              does a PUSHMARK that's never ever POPMARKed; in general, only
55870              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
55871              Perl_eval_[sp]v() don't because they don't take any incoming
55872              arguments (this leak has been around since the original version
55873              of perl_eval_pv() in 5.003_97e)
55874      Branch: perl
55875            ! perl.c
55876 ____________________________________________________________________________
55877 [  6200] By: jhi                                   on 2000/06/04  03:44:52
55878         Log: Update to cperl-mode.el 4.31 from
55879              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
55880              Subject: A couple of notes
55881              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
55882              To: Mailing list Perl5 <perl5-porters@perl.org>
55883              Date: Sat, 3 Jun 2000 23:33:32 -0400
55884              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
55885      Branch: cfgperl
55886            ! emacs/cperl-mode.el
55887 ____________________________________________________________________________
55888 [  6199] By: jhi                                   on 2000/06/03  15:11:05
55889         Log: Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
55890              From: Dan Sugalski <dan@sidhe.org>
55891              To: perl5-porters@perl.org, vmsperl@perl.org
55892              Date: Fri, 02 Jun 2000 17:30:51 -0400
55893              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
55894      Branch: cfgperl
55895            ! vms/descrip_mms.template vms/gen_shrfls.pl
55896 ____________________________________________________________________________
55897 [  6198] By: jhi                                   on 2000/06/03  14:59:15
55898         Log: Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
55899              From: Dan Sugalski <dan@sidhe.org>
55900              To: vmsperl@perl.org, perl5-porters@perl.org
55901              Date: Fri, 02 Jun 2000 16:00:41 -0400
55902              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
55903              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
55904      Branch: cfgperl
55905            ! embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs global.sym
55906            ! objXSUB.h perlapi.c perlapi.h pod/perlapi.pod
55907            ! pod/perlintern.pod proto.h vms/vms.c vms/vmsish.h
55908 ____________________________________________________________________________
55909 [  6197] By: jhi                                   on 2000/06/03  14:41:30
55910         Log: Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
55911              From: John Borwick <jhborwic@unity.ncsu.edu>
55912              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
55913              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
55914      Branch: cfgperl
55915            ! pod/perlsyn.pod
55916 ____________________________________________________________________________
55917 [  6196] By: jhi                                   on 2000/06/03  14:38:09
55918         Log: Integrate with Sarathy.
55919      Branch: cfgperl
55920           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
55921           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
55922           !> vms/perly_c.vms
55923 ____________________________________________________________________________
55924 [  6195] By: gsar                                  on 2000/06/02  22:43:13
55925         Log: fix yet another eval"" leak under USE_ITHREADS
55926      Branch: perl
55927            ! op.c
55928 ____________________________________________________________________________
55929 [  6194] By: gsar                                  on 2000/06/02  18:22:06
55930         Log: fix small eval"" memory leaks under USE_ITHREADS
55931      Branch: perl
55932            ! cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
55933            ! perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
55934            ! vms/perly_c.vms
55935 ____________________________________________________________________________
55936 [  6193] By: jhi                                   on 2000/06/01  13:03:56
55937         Log: Signals-be-gone for microperl.
55938      Branch: cfgperl
55939            ! Todo.micro doop.c mg.c perl.c perl.h pp_sys.c util.c
55940 ____________________________________________________________________________
55941 [  6192] By: jhi                                   on 2000/06/01  12:52:02
55942         Log: Integrate with Sarathy.
55943      Branch: cfgperl
55944           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
55945           !> AUTHORS MAINTAIN MANIFEST doop.c embed.pl
55946           !> ext/Devel/Peek/Peek.pm handy.h lib/SelfLoader.pm perl.c
55947           !> pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
55948           !> pod/perlfaq9.pod pod/perlfunc.pod pod/perllocale.pod
55949           !> pod/perlre.pod pod/perltrap.pod pod/pod2latex.PL t/op/tr.t
55950           !> t/op/vec.t utils/h2xs.PL
55951 ____________________________________________________________________________
55952 [  6191] By: gsar                                  on 2000/06/01  09:38:21
55953         Log: vec() loses numericalness (modified version of patch suggested
55954              by Robin Barker)
55955      Branch: perl
55956            ! doop.c t/op/vec.t
55957 ____________________________________________________________________________
55958 [  6190] By: gsar                                  on 2000/06/01  09:26:15
55959         Log: submit missing embed.pl change
55960      Branch: perl
55961            ! embed.pl
55962 ____________________________________________________________________________
55963 [  6189] By: gsar                                  on 2000/06/01  09:05:34
55964         Log: counting tr/// corrupts later operation (from M.J.T Guy)
55965      Branch: perl
55966            ! doop.c t/op/tr.t
55967 ____________________________________________________________________________
55968 [  6188] By: gsar                                  on 2000/06/01  08:58:39
55969         Log: h2xs tweaks
55970      Branch: perl
55971            ! utils/h2xs.PL
55972 ____________________________________________________________________________
55973 [  6187] By: gsar                                  on 2000/06/01  08:50:07
55974         Log: replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
55975              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
55976      Branch: perl
55977            + lib/Pod/LaTeX.pm
55978            ! AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm
55979            ! pod/pod2latex.PL
55980 ____________________________________________________________________________
55981 [  6186] By: gsar                                  on 2000/06/01  08:24:40
55982         Log: further qualify references to "alphanumeric" (from Wolfgang Laun
55983              <wolfgang.laun@alcatel.at>)
55984      Branch: perl
55985            ! handy.h pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
55986            ! pod/perlfaq9.pod pod/perllocale.pod pod/perlre.pod
55987 ____________________________________________________________________________
55988 [  6185] By: gsar                                  on 2000/06/01  08:12:00
55989         Log: remove incorrect documentation about implicit split to @_ in
55990              list context, which never really worked in perl 5 (from
55991              M.J.T. Guy)
55992      Branch: perl
55993            ! pod/perlfunc.pod pod/perltrap.pod
55994 ____________________________________________________________________________
55995 [  6184] By: gsar                                  on 2000/06/01  07:52:27
55996         Log: tweak for change#6127
55997      Branch: perl
55998            ! perl.c
55999 ____________________________________________________________________________
56000 [  6183] By: gsar                                  on 2000/06/01  07:41:02
56001         Log: SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
56002              <nick@ccl4.org>)
56003      Branch: perl
56004            + t/lib/selfloader.t
56005            ! MANIFEST lib/SelfLoader.pm
56006 ____________________________________________________________________________
56007 [  6182] By: jhi                                   on 2000/06/01  00:34:42
56008         Log: Be Cleaner Part Deux.
56009      Branch: cfgperl
56010            ! Makefile.SH
56011 ____________________________________________________________________________
56012 [  6181] By: jhi                                   on 2000/06/01  00:32:09
56013         Log: Integrate with Sarathy.
56014      Branch: cfgperl
56015           !> pp.c t/op/arith.t
56016 ____________________________________________________________________________
56017 [  6180] By: jhi                                   on 2000/06/01  00:31:13
56018         Log: microperl nits from Simon Cozens.
56019      Branch: cfgperl
56020            + uconfig.h
56021            ! MAINTAIN MANIFEST Makefile.SH Todo.micro perl.h uconfig.sh
56022            ! unixish.h
56023 ____________________________________________________________________________
56024 [  6179] By: gsar                                  on 2000/05/31  22:37:51
56025         Log: buggy modulus on UVs introduced by change#3378 (resulted in
56026              4063328477 % 65535 amounting to 27406, instead of 27407)
56027      Branch: perl
56028            ! pp.c t/op/arith.t
56029 ____________________________________________________________________________
56030 [  6178] By: jhi                                   on 2000/05/31  21:52:41
56031         Log: Be cleaner.
56032      Branch: cfgperl
56033            ! Makefile.SH
56034 ____________________________________________________________________________
56035 [  6177] By: jhi                                   on 2000/05/31  21:47:33
56036         Log: Substitution utf8 patch from Simon Cozens.
56037      Branch: cfgperl
56038            ! pp_hot.c
56039 ____________________________________________________________________________
56040 [  6176] By: jhi                                   on 2000/05/31  21:45:34
56041         Log: Single-quoted utf8 patch from Simon Cozens.
56042      Branch: cfgperl
56043            ! toke.c
56044 ____________________________________________________________________________
56045 [  6175] By: jhi                                   on 2000/05/31  21:40:18
56046         Log: Integrate with Sarathy.
56047      Branch: cfgperl
56048           !> op.c regexec.c t/lib/filefind.t t/op/re_tests t/op/wantarray.t
56049 ____________________________________________________________________________
56050 [  6174] By: jhi                                   on 2000/05/31  21:37:31
56051         Log: microperl changes from Simon Cozens; Makefile for microperl
56052              written from scratch; few casts added as microperl compilation
56053              doesn't have all prototypes available.
56054      Branch: cfgperl
56055            + Makefile.micro README.micro Todo.micro uconfig.sh
56056            ! Configure MAINTAIN MANIFEST config_h.SH doop.c mg.c op.c
56057            ! perl.c perl.h perlio.c unixish.h utf8.c util.c
56058      Branch: metaconfig
56059            + U/modified/Config_h.U
56060 ____________________________________________________________________________
56061 [  6173] By: jhi                                   on 2000/05/31  20:00:24
56062         Log: metaconfig maintenance.
56063      Branch: metaconfig
56064            + U/modified/Inhdr.U U/typedefs/inotype.U
56065      Branch: metaconfig/U/perl
56066            + d_finitel.U d_getcwd.U d_llseek.U i_fp_class.U i_iconv.U
56067            + i_ieeefp.U i_syslog.U i_sysrusage.U i_ulimit.U
56068 ____________________________________________________________________________
56069 [  6172] By: gsar                                  on 2000/05/31  05:05:42
56070         Log: fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
56071              (from Ilya Zakharevich)
56072      Branch: perl
56073            ! regexec.c t/op/re_tests
56074 ____________________________________________________________________________
56075 [  6171] By: gsar                                  on 2000/05/31  05:01:47
56076         Log: scalar() doesn't force scalar context when used in void context
56077              (from Simon Cozens)
56078      Branch: perl
56079            ! op.c t/op/wantarray.t
56080 ____________________________________________________________________________
56081 [  6170] By: gsar                                  on 2000/05/31  04:41:33
56082         Log: change#6142 needs tweaks to tests to work where there's no symlink()
56083              (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
56084      Branch: perl
56085            ! t/lib/filefind.t
56086 ____________________________________________________________________________
56087 [  6169] By: gsar                                  on 2000/05/31  04:29:49
56088         Log: integrate cfgperl contents into mainline
56089      Branch: perl
56090           +> pod/perlmodlib.PL pod/perlnewmod.pod
56091           !> (integrate 42 files)
56092 ____________________________________________________________________________
56093 [  6168] By: jhi                                   on 2000/05/30  22:53:37
56094         Log: Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
56095      Branch: cfgperl
56096            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
56097            ! config_h.SH epoc/config.sh perl.h toke.c vms/subconfigure.com
56098            ! vos/config.def vos/config.h vos/config.pl vos/config_h.SH_orig
56099            ! win32/config.bc win32/config.gc win32/config.vc
56100            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
56101            ! win32/config_h.PL win32/config_sh.PL
56102      Branch: metaconfig/U/perl
56103            ! perlxv.U
56104 ____________________________________________________________________________
56105 [  6167] By: jhi                                   on 2000/05/30  22:20:21
56106         Log: tweak todo 
56107      Branch: cfgperl
56108            ! Todo-5.6
56109 ____________________________________________________________________________
56110 [  6166] By: jhi                                   on 2000/05/30  22:11:51
56111         Log: Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
56112              in case somebody wants to write an extension for more
56113              shadow database interfaces.
56114      Branch: cfgperl
56115            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
56116            ! config_h.SH epoc/config.sh pp_sys.c vms/subconfigure.com
56117            ! vos/config.def vos/config.h vos/config_h.SH_orig
56118            ! win32/config.bc win32/config.gc win32/config.vc
56119            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
56120      Branch: metaconfig
56121            ! U/modified/Myinit.U
56122      Branch: metaconfig/U/perl
56123            + d_getespwnam.U d_getprpwnam.U i_prot.U
56124 ____________________________________________________________________________
56125 [  6165] By: jhi                                   on 2000/05/30  18:35:34
56126         Log: Integrate with Sarathy.
56127      Branch: cfgperl
56128           !> op.c
56129 ____________________________________________________________________________
56130 [  6164] By: jhi                                   on 2000/05/30  18:30:16
56131         Log: detypo
56132      Branch: cfgperl
56133            ! Configure config_h.SH
56134      Branch: metaconfig/U/perl
56135            ! perlxv.U
56136 ____________________________________________________________________________
56137 [  6163] By: gsar                                  on 2000/05/30  03:24:03
56138         Log: fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
56139      Branch: perl
56140            ! op.c
56141 ____________________________________________________________________________
56142 [  6162] By: gsar                                  on 2000/05/30  03:09:38
56143         Log: fix memory leak in method call optimization (change#3768);
56144              made C<eval "$x->foo()"> leak
56145      Branch: perl
56146            ! op.c
56147 ____________________________________________________________________________
56148 [  6161] By: jhi                                   on 2000/05/29  17:56:26
56149         Log: Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
56150              both from Simon Cozens.
56151      Branch: cfgperl
56152            + pod/perlmodlib.PL pod/perlnewmod.pod
56153            ! AUTHORS MAINTAIN MANIFEST pod/Makefile pod/perl.pod
56154            ! pod/perlmodlib.pod pod/perltoc.pod
56155 ____________________________________________________________________________
56156 [  6160] By: jhi                                   on 2000/05/29  17:23:55
56157         Log: Changes for the File::Temp 0.08 (change #6159) test suite
56158              to fit better into the Perl distribution test framework.
56159      Branch: cfgperl
56160            ! t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t t/lib/ftmp-security.t
56161            ! t/lib/ftmp-tempfile.t
56162 ____________________________________________________________________________
56163 [  6159] By: jhi                                   on 2000/05/29  16:55:36
56164         Log: Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
56165      Branch: cfgperl
56166            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
56167            ! t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
56168 ____________________________________________________________________________
56169 [  6158] By: bailey                                on 2000/05/29  16:22:08
56170         Log: Add fallback to tmpfile for use in cases where user's relying on
56171              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
56172              Lane's patch)
56173      Branch: vmsperl
56174            ! vms/vms.c vms/vmsish.h
56175 ____________________________________________________________________________
56176 [  6157] By: jhi                                   on 2000/05/29  03:10:36
56177         Log: Regen Configure to jive with #6149.
56178      Branch: cfgperl
56179            ! Configure
56180      Branch: metaconfig
56181            ! U/modified/Getfile.U
56182 ____________________________________________________________________________
56183 [  6156] By: jhi                                   on 2000/05/29  03:01:38
56184         Log: Integrate with Sarathy.
56185      Branch: cfgperl
56186           +> ext/DynaLoader/dl_mac.xs
56187           !> (integrate 38 files)
56188 ____________________________________________________________________________
56189 [  6155] By: gsar                                  on 2000/05/28  21:15:58
56190         Log: small bug in change#6144; remove random \xA0 character that snuck
56191              in via change#6145
56192      Branch: perl
56193            ! lib/AutoSplit.pm lib/ExtUtils/xsubpp
56194 ____________________________________________________________________________
56195 [  6154] By: gsar                                  on 2000/05/28  21:04:19
56196         Log: avoid type mismatch warning
56197      Branch: perl
56198            ! perl.c
56199 ____________________________________________________________________________
56200 [  6153] By: gsar                                  on 2000/05/28  20:58:31
56201         Log: prettier Test::Harness output on failed tests (from Nicholas Clark
56202              <nick@Bagpuss.uk.boo.com>)
56203      Branch: perl
56204            ! lib/Test/Harness.pm
56205 ____________________________________________________________________________
56206 [  6152] By: gsar                                  on 2000/05/28  20:53:42
56207         Log: cosmetic fixups of RE debug output (from Ilya Zakharevich)
56208      Branch: perl
56209            ! regexec.c
56210 ____________________________________________________________________________
56211 [  6151] By: gsar                                  on 2000/05/28  20:50:28
56212         Log: fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
56213      Branch: perl
56214            ! regexec.c
56215 ____________________________________________________________________________
56216 [  6150] By: gsar                                  on 2000/05/28  20:39:58
56217         Log: perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
56218      Branch: perl
56219            ! pod/perlrequick.pod
56220 ____________________________________________________________________________
56221 [  6149] By: gsar                                  on 2000/05/28  20:35:16
56222         Log: OS/2 tweaks for usethreads build (from Rocco Caputo
56223              <troc@netrus.net>)
56224      Branch: perl
56225            ! Configure hints/os2.sh makedef.pl os2/Makefile.SHs
56226            ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
56227            ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
56228            ! os2/os2.c os2/os2ish.h perl.c util.c x2p/a2p.h
56229 ____________________________________________________________________________
56230 [  6148] By: gsar                                  on 2000/05/28  20:21:07
56231         Log: close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
56232      Branch: perl
56233            ! lib/ExtUtils/MM_Unix.pm
56234 ____________________________________________________________________________
56235 [  6147] By: gsar                                  on 2000/05/28  20:12:41
56236         Log: add a make entry to Config.pm so "perl -V:make" works on VMS
56237              (from Peter Prymmer)
56238      Branch: perl
56239            ! vms/subconfigure.com
56240 ____________________________________________________________________________
56241 [  6146] By: gsar                                  on 2000/05/28  20:06:15
56242         Log: doc typo
56243      Branch: perl
56244            ! lib/warnings.pm warnings.h warnings.pl
56245 ____________________________________________________________________________
56246 [  6145] By: gsar                                  on 2000/05/28  18:44:33
56247         Log: make xsubpp skip embedded pod (from Matthias Neeracher
56248              <neeri@iis.ee.ethz.ch>)
56249      Branch: perl
56250            ! lib/ExtUtils/xsubpp
56251 ____________________________________________________________________________
56252 [  6144] By: gsar                                  on 2000/05/28  18:42:49
56253         Log: MacOS support, part 2: make AutoSplit use File::Spec instead
56254              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
56255              <neeri@iis.ee.ethz.ch>)
56256      Branch: perl
56257            ! lib/AutoSplit.pm
56258 ____________________________________________________________________________
56259 [  6143] By: gsar                                  on 2000/05/28  18:41:12
56260         Log: MacOS support, part 1 (from Matthias Neeracher
56261              <neeri@iis.ee.ethz.ch>)
56262      Branch: perl
56263            + ext/DynaLoader/dl_mac.xs
56264            ! MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
56265            ! ext/POSIX/POSIX.xs lib/ExtUtils/MakeMaker.pm mg.c perl.c
56266            ! perlsfio.h pod/perlfaq4.pod pp_ctl.c proto.h toke.c util.c
56267            ! util.h
56268 ____________________________________________________________________________
56269 [  6142] By: gsar                                  on 2000/05/28  18:21:51
56270         Log: File::Find fails to chdir when chasing symlinks (from
56271              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
56272      Branch: perl
56273            ! lib/File/Find.pm t/lib/filefind.t
56274 ____________________________________________________________________________
56275 [  6141] By: jhi                                   on 2000/05/28  14:25:15
56276         Log: BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
56277              forwarded by Peter Seebach from the bsdi-users mailing list.
56278              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
56279      Branch: perl
56280            ! hints/bsdos.sh
56281 ____________________________________________________________________________
56282 [  6140] By: jhi                                   on 2000/05/28  14:11:57
56283         Log: Integrate with Sarathy.
56284      Branch: cfgperl
56285           +> (branch 30 files)
56286           !> (integrate 93 files)
56287 ____________________________________________________________________________
56288 [  6139] By: gsar                                  on 2000/05/28  10:01:48
56289         Log: revise mktables.PL for bugs and newness in Unicode 3.0
56290              (from James Bence <jbence@amgen.com>)
56291      Branch: perl
56292            + lib/unicode/Is/BidiAL.pl lib/unicode/Is/BidiBN.pl
56293            + lib/unicode/Is/BidiLRE.pl lib/unicode/Is/BidiLRO.pl
56294            + lib/unicode/Is/BidiNSM.pl lib/unicode/Is/BidiPDF.pl
56295            + lib/unicode/Is/BidiRLE.pl lib/unicode/Is/BidiRLO.pl
56296            + lib/unicode/Is/Cf.pl lib/unicode/Is/Cs.pl
56297            + lib/unicode/Is/DCfraction.pl lib/unicode/Is/Me.pl
56298            + lib/unicode/Is/Nl.pl lib/unicode/Is/Pc.pl lib/unicode/Is/Pf.pl
56299            + lib/unicode/Is/Pi.pl lib/unicode/Is/Sk.pl
56300            + lib/unicode/Is/SylAA.pl lib/unicode/Is/SylAAI.pl
56301            + lib/unicode/Is/SylAI.pl lib/unicode/Is/SylEE.pl
56302            + lib/unicode/Is/SylII.pl lib/unicode/Is/SylN.pl
56303            + lib/unicode/Is/SylOO.pl lib/unicode/Is/SylWAA.pl
56304            + lib/unicode/Is/SylWEE.pl lib/unicode/Is/SylWII.pl
56305            + lib/unicode/Is/SylWO.pl lib/unicode/Is/SylWOO.pl
56306            + lib/unicode/Is/SylWU.pl
56307            ! MANIFEST lib/unicode/Is/Cn.pl lib/unicode/Is/Graph.pl
56308            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
56309            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
56310            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
56311            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
56312            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
56313            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
56314            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
56315            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
56316            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
56317            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
56318            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
56319            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
56320            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
56321            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
56322            ! lib/unicode/Is/LbrkZW.pl lib/unicode/Is/Punct.pl
56323            ! lib/unicode/Is/Space.pl lib/unicode/Is/SylA.pl
56324            ! lib/unicode/Is/SylC.pl lib/unicode/Is/SylE.pl
56325            ! lib/unicode/Is/SylI.pl lib/unicode/Is/SylO.pl
56326            ! lib/unicode/Is/SylU.pl lib/unicode/Is/SylV.pl
56327            ! lib/unicode/Is/SylWA.pl lib/unicode/Is/SylWC.pl
56328            ! lib/unicode/Is/SylWE.pl lib/unicode/Is/SylWI.pl
56329            ! lib/unicode/Is/SylWV.pl lib/unicode/Is/Upper.pl
56330            ! lib/unicode/Makefile lib/unicode/mktables.PL
56331 ____________________________________________________________________________
56332 [  6138] By: gsar                                  on 2000/05/28  08:50:32
56333         Log: add note about the handling of negative indices to tied arrays
56334              (from Michael G Schwern <schwern@pobox.com>)
56335      Branch: perl
56336            ! pod/perltie.pod
56337 ____________________________________________________________________________
56338 [  6137] By: gsar                                  on 2000/05/28  08:46:10
56339         Log: fix bogus redeclaration warning for "our" variables in different
56340              scopes
56341      Branch: perl
56342            ! op.c t/pragma/strict-vars
56343 ____________________________________________________________________________
56344 [  6136] By: gsar                                  on 2000/05/28  08:31:20
56345         Log: random pod typos (from Peter Scott <Peter@PSDT.com>)
56346      Branch: perl
56347            ! ext/Devel/Peek/Peek.pm pod/perldebguts.pod
56348 ____________________________________________________________________________
56349 [  6135] By: gsar                                  on 2000/05/28  08:17:50
56350         Log: enable Test::Harness to dynamically determine column width etc.
56351              (from Rob Napier <rnapier@employees.org>)
56352      Branch: perl
56353            ! lib/Test/Harness.pm
56354 ____________________________________________________________________________
56355 [  6134] By: gsar                                  on 2000/05/28  08:13:39
56356         Log: make Test::Harness use wait.h/WCOREDUMP if available
56357              (from Ben Tilly <ben_tilly@hotmail.com>)
56358      Branch: perl
56359            ! lib/Test/Harness.pm
56360 ____________________________________________________________________________
56361 [  6133] By: gsar                                  on 2000/05/28  08:08:05
56362         Log: elide bogus test in change#6132
56363      Branch: perl
56364            ! t/pragma/warn/9enabled
56365 ____________________________________________________________________________
56366 [  6132] By: gsar                                  on 2000/05/28  08:03:14
56367         Log: warnings::enabled() doesn't fall back to looking at $^W if
56368              caller isn't using lexical warnings (from Paul Marquess)
56369      Branch: perl
56370            ! pp_ctl.c t/pragma/warn/9enabled
56371 ____________________________________________________________________________
56372 [  6131] By: gsar                                  on 2000/05/28  07:57:47
56373         Log: avoid warnings in POSIX.pm (from Barrie Slaymaker)
56374      Branch: perl
56375            ! ext/POSIX/POSIX.pm
56376 ____________________________________________________________________________
56377 [  6130] By: gsar                                  on 2000/05/28  07:29:12
56378         Log: fix places that mean C<"word" character> but say C<alphanumeric
56379              character>
56380      Branch: perl
56381            ! pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
56382 ____________________________________________________________________________
56383 [  6129] By: gsar                                  on 2000/05/28  07:18:41
56384         Log: VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
56385      Branch: perl
56386            ! vms/test.com
56387 ____________________________________________________________________________
56388 [  6128] By: gsar                                  on 2000/05/28  07:12:55
56389         Log: new perlxstut example for passing/returning refs to arrays
56390              (from David Lowe <dlowe@pootpoot.com>)
56391      Branch: perl
56392            ! pod/perlxstut.pod
56393 ____________________________________________________________________________
56394 [  6127] By: gsar                                  on 2000/05/28  07:02:50
56395         Log: call_method(...,G_EVAL) can longjmp() out if the method probing
56396              failed (from Gisle Aas)
56397      Branch: perl
56398            ! cop.h perl.c
56399 ____________________________________________________________________________
56400 [  6126] By: gsar                                  on 2000/05/28  06:39:53
56401         Log: change#2879 broke rvalue autovivification of magicals such as ${$num}
56402              (reworked variant of patch suggested by Simon Cozens)
56403      Branch: perl
56404            ! embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
56405            ! pp_hot.c proto.h t/op/gv.t
56406 ____________________________________________________________________________
56407 [  6125] By: gsar                                  on 2000/05/28  05:14:55
56408         Log: enable propagating exception objects via Perl_croak() in XS code
56409              (from Gisle Aas)
56410      Branch: perl
56411            ! util.c
56412 ____________________________________________________________________________
56413 [  6124] By: gsar                                  on 2000/05/28  05:07:28
56414         Log: integrate vmsperl contents into mainline
56415      Branch: perl
56416           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
56417           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
56418           !> vms/vmsish.h
56419 ____________________________________________________________________________
56420 [  6123] By: gsar                                  on 2000/05/28  05:03:53
56421         Log: clarify gotcha with #line directives (from Rocco Caputo
56422              <troc@netrus.net>)
56423      Branch: perl
56424            ! pod/perldebug.pod pod/perlsyn.pod
56425 ____________________________________________________________________________
56426 [  6122] By: gsar                                  on 2000/05/28  04:58:29
56427         Log: downgrade fatal error on C<"foo@nosucharray.com"> to optional warning
56428              (from Mark-Jason Dominus)
56429      Branch: perl
56430            ! lib/ExtUtils/typemap pod/perl56delta.pod pod/perlsub.pod
56431            ! pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
56432            ! t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
56433            ! toke.c
56434 ____________________________________________________________________________
56435 [  6121] By: bailey                                on 2000/05/25  04:46:54
56436         Log: Allow eliminate_macros() and fixpath() to handle space-delimited
56437              lists (based on fixes by Craig Berry)
56438      Branch: vmsperl
56439            ! lib/File/Spec/VMS.pm
56440 ____________________________________________________________________________
56441 [  6120] By: bailey                                on 2000/05/25  04:25:38
56442         Log: Add missing escape (Charles Lane)
56443      Branch: vmsperl
56444            ! t/op/lex_assign.t
56445 ____________________________________________________________________________
56446 [  6119] By: bailey                                on 2000/05/25  04:21:25
56447         Log: Quiet error messages in vmsish.t (Charles Lane)
56448      Branch: vmsperl
56449            ! vms/ext/vmsish.t
56450 ____________________________________________________________________________
56451 [  6118] By: bailey                                on 2000/05/25  04:17:57
56452         Log: Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
56453              Flatten case labels in switch statements uniformly (Charles Bailey)
56454      Branch: vmsperl
56455            ! vms/vms.c
56456 ____________________________________________________________________________
56457 [  6117] By: bailey                                on 2000/05/25  03:58:09
56458         Log: Treat sockets as special in sys(read|write) (Charles Lane et al.)
56459      Branch: vmsperl
56460            ! vms/vmsish.h
56461 ____________________________________________________________________________
56462 [  6116] By: bailey                                on 2000/05/25  03:11:15
56463         Log: Miscellaneous cosmetic fixes (Charles Lane)
56464      Branch: vmsperl
56465            ! lib/ExtUtils/MM_VMS.pm
56466 ____________________________________________________________________________
56467 [  6115] By: bailey                                on 2000/05/25  03:10:36
56468         Log: Add bounds checking for several strings (Charles Lane)
56469      Branch: vmsperl
56470            ! vms/vms.c
56471 ____________________________________________________________________________
56472 [  6114] By: bailey                                on 2000/05/25  02:25:34
56473         Log: Urk -- undo previous removal of vmsish 'exit' change
56474      Branch: vmsperl
56475            ! vms/ext/vmsish.pm vms/vmsish.h
56476 ____________________________________________________________________________
56477 [  6113] By: bailey                                on 2000/05/24  02:24:40
56478         Log: Ugly workaround for version-specific RTL error
56479      Branch: vmsperl
56480            ! vms/vms.c
56481 ____________________________________________________________________________
56482 [  6112] By: bailey                                on 2000/05/24  02:19:55
56483         Log: Check for existence of file before trying to delete
56484      Branch: vmsperl
56485            ! vms/test.com
56486 ____________________________________________________________________________
56487 [  6111] By: bailey                                on 2000/05/23  23:35:13
56488         Log: Resync with mainline prior to post-5.6.0 updates
56489      Branch: vmsperl
56490           +> (branch 49 files)
56491            - t/lib/thread.t t/op/64bit.t t/op/nothread.t
56492            ! vms/ext/vmsish.pm
56493           !> (integrate 334 files)
56494 ____________________________________________________________________________
56495 [  6110] By: jhi                                   on 2000/05/23  19:28:32
56496         Log: todo tweak
56497      Branch: cfgperl
56498            ! Todo-5.6
56499 ____________________________________________________________________________
56500 [  6109] By: jhi                                   on 2000/05/18  17:38:54
56501         Log: Integrate with Sarathy.
56502      Branch: cfgperl
56503           !> mg.c perl.h win32/perlhost.h
56504 ____________________________________________________________________________
56505 [  6108] By: gsar                                  on 2000/05/17  02:24:56
56506         Log: reenable fake signal handling on Windows, bugs and all
56507      Branch: perl
56508            ! mg.c perl.h win32/perlhost.h
56509 ____________________________________________________________________________
56510 [  6107] By: jhi                                   on 2000/05/15  18:01:41
56511         Log: Tweak the todo list.
56512      Branch: cfgperl
56513            ! Todo-5.6
56514 ____________________________________________________________________________
56515 [  6106] By: jhi                                   on 2000/05/15  13:41:48
56516         Log: The (Configure) script refuses to go on, after asking for
56517              'You may also choose to try maximal 64-bitness....'.
56518              If answer is yes the script can't find the 'workshoplibpth.cbu' file.
56519              -- Patrick Zima
56520              p5p Message-Id: <200005151108.NAA19733@pc026991.otn.lm.dasa.de> 
56521      Branch: cfgperl
56522            ! hints/solaris_2.sh
56523 ____________________________________________________________________________
56524 [  6105] By: jhi                                   on 2000/05/11  14:37:43
56525         Log: Integrate with Sarathy.
56526      Branch: cfgperl
56527           !> embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
56528           !> perlapi.c pod/perlapi.pod proto.h win32/win32.c
56529 ____________________________________________________________________________
56530 [  6104] By: gsar                                  on 2000/05/11  03:39:07
56531         Log: PL_sys_intern was being initialized too late on windows
56532      Branch: perl
56533            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
56534            ! perlapi.c pod/perlapi.pod proto.h win32/win32.c
56535 ____________________________________________________________________________
56536 [  6103] By: jhi                                   on 2000/05/09  19:42:20
56537         Log: Test tweaking for Unicos continues.
56538      Branch: cfgperl
56539            ! t/op/64bitint.t
56540 ____________________________________________________________________________
56541 [  6102] By: jhi                                   on 2000/05/09  16:47:27
56542         Log: The test suite tweak in #6101 wasn't quite right.
56543      Branch: cfgperl
56544            ! t/lib/complex.t
56545 ____________________________________________________________________________
56546 [  6101] By: jhi                                   on 2000/05/09  15:35:34
56547         Log: Hints and test tweaks for Unicos.
56548      Branch: cfgperl
56549            ! hints/unicos.sh t/lib/b.t t/lib/complex.t t/op/64bitint.t
56550 ____________________________________________________________________________
56551 [  6100] By: jhi                                   on 2000/05/08  21:15:06
56552         Log: More compilation tweakery from Allen Smith.
56553      Branch: cfgperl
56554            ! hints/irix_6.sh
56555 ____________________________________________________________________________
56556 [  6099] By: jhi                                   on 2000/05/08  19:21:18
56557         Log: Tweaks for the cc bugs from Allen Smith.
56558      Branch: cfgperl
56559            ! hints/irix_6.sh
56560 ____________________________________________________________________________
56561 [  6098] By: jhi                                   on 2000/05/08  19:13:37
56562         Log: Add a note about other, yet unsupported, shadow password APIs.
56563      Branch: cfgperl
56564            ! pp_sys.c
56565 ____________________________________________________________________________
56566 [  6097] By: jhi                                   on 2000/05/08  18:46:34
56567         Log: Add a note about possible compilation problems from Allen Smith.
56568      Branch: cfgperl
56569            ! hints/irix_6.sh
56570 ____________________________________________________________________________
56571 [  6096] By: jhi                                   on 2000/05/08  17:33:10
56572         Log: Integrate with Sarathy.
56573      Branch: cfgperl
56574           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
56575           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
56576 ____________________________________________________________________________
56577 [  6095] By: jhi                                   on 2000/05/08  16:21:33
56578         Log: Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
56579              might be useful in future.
56580      Branch: cfgperl
56581            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
56582            ! config_h.SH
56583      Branch: metaconfig
56584            ! U/installdirs/inc_version_list.U
56585      Branch: metaconfig/U/perl
56586            ! perlxv.U
56587 ____________________________________________________________________________
56588 [  6094] By: gsar                                  on 2000/05/08  14:22:22
56589         Log: cygwin update (from Eric Fifer <efifer@sanwaint.com>)
56590      Branch: perl
56591            ! README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
56592            ! hints/cygwin.sh pp_sys.c
56593 ____________________________________________________________________________
56594 [  6093] By: gsar                                  on 2000/05/08  12:52:28
56595         Log: fork() failure to create pseudo process sets errno=EAGAIN and returns
56596              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
56597      Branch: perl
56598            ! pp_sys.c sv.c win32/perlhost.h
56599 ____________________________________________________________________________
56600 [  6092] By: jhi                                   on 2000/05/07  22:40:34
56601         Log: Regen perltoc with the fixed buildtoc.
56602      Branch: cfgperl
56603            ! pod/perltoc.pod
56604 ____________________________________________________________________________
56605 [  6091] By: jhi                                   on 2000/05/07  22:24:16
56606         Log: Integrate with Sarathy.
56607      Branch: cfgperl
56608           !> perl.c pod/buildtoc pp.c pp_hot.c sv.c t/op/quotemeta.t
56609           !> t/op/substr.t toke.c
56610 ____________________________________________________________________________
56611 [  6090] By: gsar                                  on 2000/05/07  19:47:07
56612         Log: concat doesn't preserve utf8-ness, and doesn't invalidate
56613              [NI]OK; added tests for both
56614      Branch: perl
56615            ! perl.c pp_hot.c sv.c t/op/substr.t
56616 ____________________________________________________________________________
56617 [  6089] By: gsar                                  on 2000/05/07  18:18:38
56618         Log: buildtoc tweak to fix newline lossage
56619      Branch: perl
56620            ! pod/buildtoc
56621 ____________________________________________________________________________
56622 [  6088] By: jhi                                   on 2000/05/07  16:35:36
56623         Log: Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
56624              because we do not use those.  The HAS_GETSPNAM remains,
56625              though, because we still do use that.
56626      Branch: cfgperl
56627            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
56628            ! config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
56629            ! pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
56630            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
56631            ! win32/config.vc win32/config_H.bc win32/config_H.gc
56632            ! win32/config_H.vc win32/config_h.PL win32/config_sh.PL
56633 ____________________________________________________________________________
56634 [  6087] By: gsar                                  on 2000/05/07  16:05:16
56635         Log: reverse() and quotemeta() weren't preserving utf8-ness; add tests
56636      Branch: perl
56637            ! pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
56638 ____________________________________________________________________________
56639 [  6086] By: jhi                                   on 2000/05/07  15:27:07
56640         Log: Integrate with Sarathy.
56641      Branch: cfgperl
56642           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
56643           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
56644           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
56645           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
56646           !> pod/perltie.pod pp.c t/lib/peek.t t/op/substr.t
56647           !> utils/perlbug.PL vms/vms.c vms/vmsish.h
56648 ____________________________________________________________________________
56649 [  6085] By: gsar                                  on 2000/05/07  05:52:02
56650         Log: repeat operator (x) doesn't preserve utf8-ness
56651      Branch: perl
56652            ! pp.c t/op/substr.t
56653 ____________________________________________________________________________
56654 [  6084] By: gsar                                  on 2000/05/07  05:39:55
56655         Log: substr() does not preserve utf8-ness (from Stefan Eissing
56656              <Eissing@medicaldataservice.de>); added tests
56657      Branch: perl
56658            ! pp.c t/op/substr.t
56659 ____________________________________________________________________________
56660 [  6083] By: gsar                                  on 2000/05/07  05:24:46
56661         Log: note about undocumented caller() return value (from M.J.T. Guy);
56662              yet another peek.t tweak
56663      Branch: perl
56664            ! pod/perlfunc.pod t/lib/peek.t
56665 ____________________________________________________________________________
56666 [  6082] By: gsar                                  on 2000/05/07  05:08:40
56667         Log: peek.t non-portable to ithreads
56668      Branch: perl
56669            ! t/lib/peek.t
56670 ____________________________________________________________________________
56671 [  6081] By: gsar                                  on 2000/05/07  04:17:04
56672         Log: better default perlbug categories for ok reports (from Richard Foley)
56673      Branch: perl
56674            ! utils/perlbug.PL
56675 ____________________________________________________________________________
56676 [  6080] By: gsar                                  on 2000/05/07  04:08:07
56677         Log: add File::Temp v0.08 from CPAN, with small tweaks to testsuite
56678              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
56679      Branch: perl
56680            + lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
56681            + t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
56682            ! AUTHORS MAINTAIN MANIFEST
56683 ____________________________________________________________________________
56684 [  6079] By: gsar                                  on 2000/05/07  04:01:38
56685         Log: remove outdated kludge in Carp (NULLs are permitted in diagnostics now)
56686      Branch: perl
56687            ! lib/Carp/Heavy.pm
56688 ____________________________________________________________________________
56689 [  6078] By: gsar                                  on 2000/05/07  01:24:19
56690         Log: workaround for CRT bug in chdir() (from Charles Lane, via
56691              Peter Prymmer)
56692      Branch: perl
56693            ! iperlsys.h vms/vms.c vms/vmsish.h
56694 ____________________________________________________________________________
56695 [  6077] By: gsar                                  on 2000/05/07  01:22:23
56696         Log: avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
56697              and Tom Phoenix)
56698      Branch: perl
56699            ! lib/diagnostics.pm pod/perlrun.pod pod/perltie.pod
56700 ____________________________________________________________________________
56701 [  6076] By: gsar                                  on 2000/05/06  17:36:29
56702         Log: integrate cfgperl contents into mainline
56703      Branch: perl
56704           +> t/lib/peek.t
56705           !> Configure MANIFEST Porting/Glossary Porting/config.sh
56706           !> Porting/config_H config_h.SH ext/POSIX/POSIX.xs
56707           !> hints/unicos.sh lib/Math/Complex.pm pp_sys.c sv.c
56708           !> t/lib/complex.t t/op/grent.t t/op/pwent.t toke.c util.c
56709 ____________________________________________________________________________
56710 [  6075] By: jhi                                   on 2000/05/05  18:56:10
56711         Log: Make the test more portable.
56712      Branch: cfgperl
56713            ! t/lib/peek.t
56714 ____________________________________________________________________________
56715 [  6074] By: jhi                                   on 2000/05/05  18:49:20
56716         Log: Introduce t/lib/peek.t.
56717      Branch: cfgperl
56718            + t/lib/peek.t
56719            ! MANIFEST
56720 ____________________________________________________________________________
56721 [  6073] By: jhi                                   on 2000/05/05  14:30:45
56722         Log: Complex tweaks.
56723      Branch: cfgperl
56724            ! lib/Math/Complex.pm t/lib/complex.t
56725 ____________________________________________________________________________
56726 [  6072] By: jhi                                   on 2000/05/05  12:27:13
56727         Log: Integrate with Sarathy.
56728      Branch: cfgperl
56729           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
56730           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
56731           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
56732           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
56733 ____________________________________________________________________________
56734 [  6071] By: gsar                                  on 2000/05/05  02:24:46
56735         Log: misformatted perllocal.pod (from Tim Jenness
56736              <t.jenness@jach.hawaii.edu>)
56737      Branch: perl
56738            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
56739 ____________________________________________________________________________
56740 [  6070] By: gsar                                  on 2000/05/05  02:16:52
56741         Log: remove misleading comment (from M.J.T. Guy)
56742      Branch: perl
56743            ! t/lib/anydbm.t
56744 ____________________________________________________________________________
56745 [  6069] By: gsar                                  on 2000/05/05  02:15:13
56746         Log: File::Spec compatibility update (from Barrie Slaymaker
56747              <barries@slaysys.com>)
56748      Branch: perl
56749            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
56750            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
56751 ____________________________________________________________________________
56752 [  6068] By: gsar                                  on 2000/05/05  02:01:50
56753         Log: note about values()
56754      Branch: perl
56755            ! pod/perlfunc.pod
56756 ____________________________________________________________________________
56757 [  6067] By: gsar                                  on 2000/05/05  01:33:09
56758         Log: replace direct call to sighandler() with (*PL_sighandlerp)()
56759      Branch: perl
56760            ! win32/win32.c
56761 ____________________________________________________________________________
56762 [  6066] By: gsar                                  on 2000/05/05  01:23:43
56763         Log: s/END/CHECK/
56764      Branch: perl
56765            ! perl.c
56766 ____________________________________________________________________________
56767 [  6065] By: jhi                                   on 2000/05/04  17:30:22
56768         Log: Integrate with Sarathy.
56769      Branch: cfgperl
56770           !> pp_sys.c sv.c t/pragma/utf8.t toke.c
56771 ____________________________________________________________________________
56772 [  6064] By: gsar                                  on 2000/05/04  17:26:14
56773         Log: change#5905 wasn't quite right--it's intent only applies when arguments
56774              to sv_vcatpvfn() are SVs instead of C types; back out change#5907 as well
56775      Branch: perl
56776            ! pp_sys.c sv.c
56777 ____________________________________________________________________________
56778 [  6063] By: gsar                                  on 2000/05/04  16:52:29
56779         Log: tokeq() could read unallocated field in argument
56780      Branch: perl
56781            ! toke.c
56782 ____________________________________________________________________________
56783 [  6062] By: gsar                                  on 2000/05/04  16:34:51
56784         Log: additional tests for utf8.t
56785      Branch: perl
56786            ! t/pragma/utf8.t
56787 ____________________________________________________________________________
56788 [  6061] By: gsar                                  on 2000/05/04  16:09:28
56789         Log: change#5921 neglected to make eq honor "use bytes"
56790      Branch: perl
56791            ! sv.c
56792 ____________________________________________________________________________
56793 [  6060] By: jhi                                   on 2000/05/04  15:30:16
56794         Log: Integrate with Sarathy.
56795      Branch: cfgperl
56796           !> perl.c regcomp.c t/pragma/utf8.t
56797 ____________________________________________________________________________
56798 [  6059] By: jhi                                   on 2000/05/04  15:26:37
56799         Log: The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
56800              in natively 64-bit platforms where a long is a quad (no need
56801              for long longs).  Also added bias for IVs.
56802      Branch: cfgperl
56803            ! toke.c
56804 ____________________________________________________________________________
56805 [  6058] By: gsar                                  on 2000/05/04  00:19:14
56806         Log: printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
56807              (spotted by Donald Kinzer <dkinzer@premia.com>)
56808      Branch: perl
56809            ! perl.c
56810 ____________________________________________________________________________
56811 [  6057] By: gsar                                  on 2000/05/03  18:34:01
56812         Log: fix broken parsing of /\x{ab}/
56813      Branch: perl
56814            ! regcomp.c t/pragma/utf8.t
56815 ____________________________________________________________________________
56816 [  6056] By: jhi                                   on 2000/05/03  17:57:16
56817         Log: The search of infinity continues, this time simplified.
56818      Branch: cfgperl
56819            ! lib/Math/Complex.pm
56820 ____________________________________________________________________________
56821 [  6055] By: jhi                                   on 2000/05/03  17:45:30
56822         Log: Detypo.
56823      Branch: cfgperl
56824            ! hints/unicos.sh
56825 ____________________________________________________________________________
56826 [  6054] By: jhi                                   on 2000/05/02  22:28:27
56827         Log: Be more forgiving in POSIX about HUGE_VALL.
56828      Branch: cfgperl
56829            ! ext/POSIX/POSIX.xs
56830 ____________________________________________________________________________
56831 [  6053] By: jhi                                   on 2000/05/02  22:25:05
56832         Log: Integrate with Sarathy.
56833      Branch: cfgperl
56834           !> hints/irix_6.sh pod/perlop.pod
56835 ____________________________________________________________________________
56836 [  6052] By: jhi                                   on 2000/05/02  22:24:31
56837         Log: Unicos hint tweak.
56838      Branch: cfgperl
56839            ! hints/unicos.sh
56840 ____________________________________________________________________________
56841 [  6051] By: jhi                                   on 2000/05/02  22:21:26
56842         Log: Complex tweakery.
56843      Branch: cfgperl
56844            ! lib/Math/Complex.pm t/lib/complex.t
56845 ____________________________________________________________________________
56846 [  6050] By: jhi                                   on 2000/05/02  19:26:22
56847         Log: Use setxxent()/endxxent().
56848      Branch: cfgperl
56849            ! t/op/grent.t t/op/pwent.t
56850 ____________________________________________________________________________
56851 [  6049] By: jhi                                   on 2000/05/02  19:06:02
56852         Log: Test both the scalar and list contexts.
56853      Branch: cfgperl
56854            ! t/op/grent.t t/op/pwent.t
56855 ____________________________________________________________________________
56856 [  6048] By: gsar                                  on 2000/05/02  18:29:10
56857         Log: add note about how $( doesn't interpolate in REs (from
56858              Philip Newton <newton@ficus.frogspace.net>)
56859      Branch: perl
56860            ! pod/perlop.pod
56861 ____________________________________________________________________________
56862 [  6047] By: jhi                                   on 2000/05/02  17:41:24
56863         Log: Call getspnam() only iff needd.
56864      Branch: cfgperl
56865            ! pp_sys.c
56866 ____________________________________________________________________________
56867 [  6046] By: gsar                                  on 2000/05/02  17:07:25
56868         Log: libscheck has insufficient checks for n32 libs (from
56869              Albert Chin-A-Young <china@thewrittenword.com>)
56870      Branch: perl
56871            ! hints/irix_6.sh
56872 ____________________________________________________________________________
56873 [  6045] By: jhi                                   on 2000/05/02  13:57:17
56874         Log: Integrate with Sarathy.
56875      Branch: cfgperl
56876           !> MANIFEST Porting/makerel perl.c pod/perlretut.pod
56877           !> pod/perltrap.pod pp.c regcomp.c t/op/oct.t toke.c util.c
56878 ____________________________________________________________________________
56879 [  6044] By: gsar                                  on 2000/05/02  06:48:19
56880         Log: change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
56881              such that underscores are only ignored in literal numbers,
56882              "\x{...}", and hex/oct argument
56883      Branch: perl
56884            ! perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
56885 ____________________________________________________________________________
56886 [  6043] By: gsar                                  on 2000/05/02  02:22:29
56887         Log: perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
56888      Branch: perl
56889            ! pod/perlretut.pod
56890 ____________________________________________________________________________
56891 [  6042] By: gsar                                  on 2000/05/02  02:17:51
56892         Log: remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
56893      Branch: perl
56894            ! pod/perltrap.pod
56895 ____________________________________________________________________________
56896 [  6041] By: gsar                                  on 2000/05/02  01:53:51
56897         Log: cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
56898              to compensate
56899      Branch: perl
56900            ! Porting/makerel
56901 ____________________________________________________________________________
56902 [  6040] By: gsar                                  on 2000/05/02  01:51:57
56903         Log: missing files in MANIFEST
56904      Branch: perl
56905            ! MANIFEST
56906 ____________________________________________________________________________
56907 [  6039] By: jhi                                   on 2000/05/02  00:36:46
56908         Log: Infinite problems.
56909      Branch: cfgperl
56910            ! lib/Math/Complex.pm
56911 ____________________________________________________________________________
56912 [  6038] By: jhi                                   on 2000/05/02  00:06:38
56913         Log: pwent/spent #ifdef imbalance.
56914      Branch: cfgperl
56915            ! pp_sys.c
56916 ____________________________________________________________________________
56917 [  6037] By: jhi                                   on 2000/05/01  22:50:11
56918         Log: Use HUGE_VALL if applicable.
56919      Branch: cfgperl
56920            ! ext/POSIX/POSIX.xs util.c
56921 ____________________________________________________________________________
56922 [  6036] By: jhi                                   on 2000/05/01  22:20:53
56923         Log: Correct Freudian slip.
56924      Branch: cfgperl
56925            ! pp_sys.c
56926 ____________________________________________________________________________
56927 [  6035] By: jhi                                   on 2000/05/01  21:07:38
56928         Log: Continue on the pwent/spent case.
56929      Branch: cfgperl
56930            ! pp_sys.c
56931 ____________________________________________________________________________
56932 [  6034] By: jhi                                   on 2000/05/01  17:45:14
56933         Log: Integrate with Sarathy; unfortunately Sarathy's whitespace
56934              adjustments in 6032 conflicted badly with this, will have
56935              to revisit them later.
56936      Branch: cfgperl
56937           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
56938           !> MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
56939           !> lib/CGI/Pretty.pm lib/CGI/Push.pm lib/English.pm
56940           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/diagnostics.pm
56941           !> pod/perldiag.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
56942           !> t/lib/cgi-html.t t/lib/cgi-request.t
56943 ____________________________________________________________________________
56944 [  6033] By: jhi                                   on 2000/05/01  17:40:49
56945         Log: Rewrite the pwent/spent logic to be a little bit more clearer.
56946      Branch: cfgperl
56947            ! pp_sys.c
56948 ____________________________________________________________________________
56949 [  6032] By: gsar                                  on 2000/05/01  15:56:32
56950         Log: whitespace adjustments
56951      Branch: perl
56952            ! pp_sys.c
56953 ____________________________________________________________________________
56954 [  6031] By: gsar                                  on 2000/05/01  15:19:41
56955         Log: small nits in diagnostics.pm (from Robin Barker)
56956      Branch: perl
56957            ! lib/diagnostics.pm pod/perldiag.pod
56958 ____________________________________________________________________________
56959 [  6030] By: gsar                                  on 2000/05/01  08:39:18
56960         Log: introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
56961              for @- and @+ (from Johan Vromans)
56962      Branch: perl
56963            ! lib/English.pm pod/perlvar.pod
56964 ____________________________________________________________________________
56965 [  6029] By: gsar                                  on 2000/05/01  08:16:10
56966         Log: add CGI.pm v2.66 (from Lincoln Stein)
56967      Branch: perl
56968            + lib/CGI/Util.pm t/lib/cgi-pretty.t
56969            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
56970            ! lib/CGI/Pretty.pm lib/CGI/Push.pm t/lib/cgi-function.t
56971            ! t/lib/cgi-html.t t/lib/cgi-request.t
56972 ____________________________________________________________________________
56973 [  6028] By: gsar                                  on 2000/05/01  06:34:41
56974         Log: Pod::Man generates groff-incompatible macro definition (from
56975              Tom Christiansen)
56976      Branch: perl
56977            ! lib/Pod/Man.pm
56978 ____________________________________________________________________________
56979 [  6027] By: gsar                                  on 2000/05/01  06:31:36
56980         Log: podlators-1.02 update (from Russ Allbery)
56981      Branch: perl
56982            ! lib/Pod/Man.pm lib/Pod/Text.pm
56983 ____________________________________________________________________________
56984 [  6026] By: jhi                                   on 2000/04/30  23:24:23
56985         Log: Integrate with Sarathy.
56986      Branch: cfgperl
56987           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
56988           !> ext/Sys/Syslog/Syslog.xs lib/perl5db.pl
56989           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
56990           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
56991           !> pod/perl56delta.pod sv.c t/lib/b.t t/lib/open3.t
56992           !> t/lib/syslog.t toke.c win32/win32.h
56993 ____________________________________________________________________________
56994 [  6025] By: gsar                                  on 2000/04/30  18:17:47
56995         Log: Is{Alnum,Alpha,Word} don't match titlecase
56996              
56997              TODO: IsSpace is defined recursively!
56998              
56999              (both spotted by Larry)
57000      Branch: perl
57001            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
57002            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
57003 ____________________________________________________________________________
57004 [  6024] By: gsar                                  on 2000/04/30  17:50:19
57005         Log: extend "Unrecognized escape" warning to \8, \9, and \_ as well
57006              (from Hugo van der Sanden)
57007      Branch: perl
57008            ! toke.c
57009 ____________________________________________________________________________
57010 [  6023] By: gsar                                  on 2000/04/30  17:14:43
57011         Log: debugger stomps on $. (from M.J.T. Guy)
57012      Branch: perl
57013            ! lib/perl5db.pl
57014 ____________________________________________________________________________
57015 [  6022] By: gsar                                  on 2000/04/30  16:59:22
57016         Log: unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
57017      Branch: perl
57018            ! sv.c
57019 ____________________________________________________________________________
57020 [  6021] By: gsar                                  on 2000/04/29  21:00:08
57021         Log: remove Win2K issue in pod (fixed by change#6020)
57022      Branch: perl
57023            ! README.win32 pod/perl56delta.pod
57024 ____________________________________________________________________________
57025 [  6020] By: gsar                                  on 2000/04/29  20:51:49
57026         Log: test tweak
57027      Branch: perl
57028            ! t/lib/open3.t
57029 ____________________________________________________________________________
57030 [  6019] By: gsar                                  on 2000/04/29  20:34:27
57031         Log: windows portability tweaks
57032      Branch: perl
57033            ! t/lib/b.t win32/win32.h
57034 ____________________________________________________________________________
57035 [  6018] By: gsar                                  on 2000/04/29  19:55:24
57036         Log: make lib/syslog.t portable to systems that don't have _PATH_LOG,
57037              make _PATH_LOG() return "" if unavailable
57038      Branch: perl
57039            ! ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
57040            ! ext/Sys/Syslog/Syslog.xs t/lib/syslog.t
57041 ____________________________________________________________________________
57042 [  6017] By: jhi                                   on 2000/04/28  22:49:46
57043         Log: Integrate with Sarathy.
57044      Branch: cfgperl
57045           !> op.c perl.c pod/perldiag.pod t/lib/b.t
57046 ____________________________________________________________________________
57047 [  6016] By: jhi                                   on 2000/04/28  22:46:14
57048         Log: Do not warn that an infinity does not look like a number.
57049      Branch: cfgperl
57050            ! sv.c
57051 ____________________________________________________________________________
57052 [  6015] By: gsar                                  on 2000/04/28  22:35:49
57053         Log: tweak test for portability
57054      Branch: perl
57055            ! t/lib/b.t
57056 ____________________________________________________________________________
57057 [  6014] By: gsar                                  on 2000/04/28  22:05:31
57058         Log: glob() loading File::Glob behind the scenes may cause syntax errors
57059      Branch: perl
57060            ! op.c
57061 ____________________________________________________________________________
57062 [  6013] By: gsar                                  on 2000/04/28  21:25:22
57063         Log: tweak change#5945 to display correct switch name in diagnostic
57064      Branch: perl
57065            ! perl.c pod/perldiag.pod
57066 ____________________________________________________________________________
57067 [  6012] By: jhi                                   on 2000/04/28  21:08:12
57068         Log: Integrate with Sarathy.
57069      Branch: cfgperl
57070           !> Changes ext/IO/lib/IO/Poll.pm installperl pod/perl56delta.pod
57071           !> pod/perldelta.pod pod/perlfunc.pod pod/perlmod.pod
57072           !> t/lib/io_poll.t utils/perldoc.PL vms/subconfigure.com
57073 ____________________________________________________________________________
57074 [  6011] By: jhi                                   on 2000/04/28  21:04:46
57075         Log: &HUGE_VAL is not defined, it exists.
57076      Branch: cfgperl
57077            ! lib/Math/Complex.pm
57078 ____________________________________________________________________________
57079 [  6010] By: gsar                                  on 2000/04/28  21:02:58
57080         Log: clarify note about shadow password support (from
57081              gellyfish@gellyfish.com)
57082      Branch: perl
57083            ! pod/perlfunc.pod
57084 ____________________________________________________________________________
57085 [  6009] By: gsar                                  on 2000/04/28  21:00:00
57086         Log: IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
57087      Branch: perl
57088            ! ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
57089 ____________________________________________________________________________
57090 [  6008] By: gsar                                  on 2000/04/28  20:56:33
57091         Log: VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
57092      Branch: perl
57093            ! installperl vms/subconfigure.com
57094 ____________________________________________________________________________
57095 [  6007] By: gsar                                  on 2000/04/28  20:51:21
57096         Log: note about compile failures and END blocks (from M.J.T. Guy)
57097      Branch: perl
57098            ! pod/perl56delta.pod pod/perlmod.pod
57099 ____________________________________________________________________________
57100 [  6006] By: jhi                                   on 2000/04/28  20:42:14
57101         Log: Regen Configure.
57102      Branch: cfgperl
57103            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
57104            ! config_h.SH
57105 ____________________________________________________________________________
57106 [  6005] By: gsar                                  on 2000/04/28  20:41:16
57107         Log: perldoc might fail via "use blib" (from Hugo van der Sanden)
57108      Branch: perl
57109            ! utils/perldoc.PL
57110 ____________________________________________________________________________
57111 [  6004] By: jhi                                   on 2000/04/28  20:28:21
57112         Log: Integrate with Sarathy.
57113      Branch: cfgperl
57114           !> Configure INSTALL Porting/Glossary Porting/config.sh
57115           !> Porting/config_H config_h.SH epoc/config.sh perl.c sv.c
57116           !> t/pragma/warn/toke toke.c vms/subconfigure.com vos/config.def
57117           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
57118           !> win32/config.vc win32/win32.c
57119 ____________________________________________________________________________
57120 [  6003] By: gsar                                  on 2000/04/28  20:11:20
57121         Log: allow REG_EXPAND_SZ keys in Windows registry (from
57122              John Clayton <John.Clayton@barclayscapital.com>)
57123      Branch: perl
57124            ! win32/win32.c
57125 ____________________________________________________________________________
57126 [  6002] By: gsar                                  on 2000/04/28  19:34:16
57127         Log: destructive sv_setsv() can lose UV-ness from source, causing
57128              numeric promotions/comparisons to fail to do the right thing
57129      Branch: perl
57130            ! sv.c
57131 ____________________________________________________________________________
57132 [  6001] By: gsar                                  on 2000/04/28  18:44:15
57133         Log: support additional library locations via $Config{otherlibdirs}
57134              (from Andy Dougherty)
57135      Branch: perl
57136            ! Configure INSTALL Porting/Glossary Porting/config.sh
57137            ! Porting/config_H config_h.SH epoc/config.sh perl.c
57138            ! vms/subconfigure.com vos/config.def vos/config_h.SH_orig
57139            ! win32/config.bc win32/config.gc win32/config.vc
57140 ____________________________________________________________________________
57141 [  6000] By: gsar                                  on 2000/04/28  18:26:58
57142         Log: reworked otherlibdirs.U (from Andy Dougherty)
57143      Branch: metaconfig
57144            ! U/installdirs/otherlibdirs.U
57145 ____________________________________________________________________________
57146 [  5999] By: gsar                                  on 2000/04/28  18:17:07
57147         Log: fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
57148      Branch: perl
57149            ! t/pragma/warn/toke toke.c
57150 ____________________________________________________________________________
57151 [  5998] By: jhi                                   on 2000/04/28  13:32:17
57152         Log: Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
57153      Branch: cfgperl
57154            ! lib/Math/Complex.pm
57155 ____________________________________________________________________________
57156 [  5997] By: jhi                                   on 2000/04/28  13:14:04
57157         Log: Preserve $!.
57158      Branch: cfgperl
57159            ! lib/Math/Complex.pm
57160 ____________________________________________________________________________
57161 [  5996] By: jhi                                   on 2000/04/28  12:59:23
57162         Log: Integrate with Sarathy.
57163      Branch: cfgperl
57164           +> pod/perlrequick.pod pod/perlretut.pod
57165           !> (integrate 51 files)
57166 ____________________________________________________________________________
57167 [  5995] By: gsar                                  on 2000/04/28  09:37:36
57168         Log: fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
57169      Branch: perl
57170            ! mg.c t/pragma/warn/7fatal warnings.h warnings.pl
57171 ____________________________________________________________________________
57172 [  5994] By: gsar                                  on 2000/04/28  09:33:26
57173         Log: fix for missed accounting for null byte in pack("Z",...) (from
57174              M.J.T. Guy)
57175      Branch: perl
57176            ! pp.c t/op/pack.t
57177 ____________________________________________________________________________
57178 [  5993] By: gsar                                  on 2000/04/28  09:30:05
57179         Log: various minor tweaks seen on p5p
57180      Branch: perl
57181            ! lib/perl5db.pl pod/perlipc.pod pod/perlvar.pod
57182 ____________________________________________________________________________
57183 [  5992] By: gsar                                  on 2000/04/28  09:08:19
57184         Log: pod nit (from Simon Cozens)
57185      Branch: perl
57186            ! pod/perlop.pod
57187 ____________________________________________________________________________
57188 [  5991] By: gsar                                  on 2000/04/28  09:06:36
57189         Log: posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
57190      Branch: perl
57191            ! README.posix-bc hints/posix-bc.sh
57192 ____________________________________________________________________________
57193 [  5990] By: gsar                                  on 2000/04/28  08:54:52
57194         Log: use $ENV{LIB} to search for libs under Visual C compiler
57195              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
57196      Branch: perl
57197            ! lib/ExtUtils/Liblist.pm
57198 ____________________________________________________________________________
57199 [  5989] By: gsar                                  on 2000/04/28  08:27:12
57200         Log: qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
57201              itself and no other (from Tom Hughes)
57202      Branch: perl
57203            ! t/op/array.t toke.c
57204 ____________________________________________________________________________
57205 [  5988] By: gsar                                  on 2000/04/28  08:01:38
57206         Log: s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
57207              <paul@miraclefish.com>)
57208      Branch: perl
57209            ! lib/ExtUtils/MakeMaker.pm
57210 ____________________________________________________________________________
57211 [  5987] By: gsar                                  on 2000/04/28  07:53:09
57212         Log: B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
57213      Branch: perl
57214            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm
57215 ____________________________________________________________________________
57216 [  5986] By: gsar                                  on 2000/04/28  07:44:17
57217         Log: add regular expressions tutorial and quick-start guide (from
57218              Mark Kvale <kvale@phy.ucsf.edu>)
57219      Branch: perl
57220            + pod/perlrequick.pod pod/perlretut.pod
57221            ! AUTHORS MAINTAIN MANIFEST
57222 ____________________________________________________________________________
57223 [  5985] By: gsar                                  on 2000/04/28  07:30:28
57224         Log: forked child may not exit correctly if it failed to open
57225              /dev/console (from Graham Barr)
57226      Branch: perl
57227            ! ext/Sys/Syslog/Syslog.pm
57228 ____________________________________________________________________________
57229 [  5984] By: gsar                                  on 2000/04/28  07:27:20
57230         Log: attributes::reftype() doesn't work on tied argument
57231      Branch: perl
57232            ! xsutils.c
57233 ____________________________________________________________________________
57234 [  5983] By: gsar                                  on 2000/04/28  07:15:04
57235         Log: numeric conversion of non-number in change#3378 tramples on
57236              OOK offset, causing segfaults
57237      Branch: perl
57238            ! sv.c
57239 ____________________________________________________________________________
57240 [  5982] By: gsar                                  on 2000/04/28  04:48:25
57241         Log: avoid error in IO::Socket::INET when given an unknown service name
57242              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
57243      Branch: perl
57244            ! ext/IO/lib/IO/Socket/INET.pm
57245 ____________________________________________________________________________
57246 [  5981] By: gsar                                  on 2000/04/28  04:31:31
57247         Log: rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
57248              prototype mismatch with CORE::glob(); update pod and tests to
57249              suit (File::Glob::glob() is still available for backward
57250              compatibility, but should be considered deprecated)
57251      Branch: perl
57252            ! ext/File/Glob/Glob.pm t/lib/glob-basic.t t/lib/glob-case.t
57253            ! t/lib/glob-taint.t
57254 ____________________________________________________________________________
57255 [  5980] By: gsar                                  on 2000/04/28  03:47:29
57256         Log: allow Configure -S to run non-interactively (spotted by Greg Hudson
57257              <ghudson@mit.edu>)
57258      Branch: metaconfig
57259            ! U/modified/Options.U
57260      Branch: perl
57261            ! Configure
57262 ____________________________________________________________________________
57263 [  5979] By: gsar                                  on 2000/04/28  03:07:54
57264         Log: under useithreads, constant pad entries could inadvertantly be
57265              shared across threads (from Eric Blood <eblood@xmission.com>);
57266              added Eric's test case to testsuite
57267      Branch: perl
57268            ! op.c t/op/misc.t
57269 ____________________________________________________________________________
57270 [  5978] By: gsar                                  on 2000/04/27  21:13:00
57271         Log: sync version numbers in File::Spec with the ones on CPAN
57272              (from Barrie Slaymaker)
57273      Branch: perl
57274            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
57275            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
57276            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
57277 ____________________________________________________________________________
57278 [  5977] By: gsar                                  on 2000/04/27  21:07:29
57279         Log: autoquote barewords followed by newline and arrow properly
57280              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
57281      Branch: perl
57282            ! t/pragma/warn/toke toke.c
57283 ____________________________________________________________________________
57284 [  5976] By: gsar                                  on 2000/04/27  20:41:20
57285         Log: DB_File v1.73 update (from Paul Marquess)
57286      Branch: perl
57287            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
57288            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
57289 ____________________________________________________________________________
57290 [  5975] By: gsar                                  on 2000/04/27  20:34:24
57291         Log: allow sort() reentrancy (variant of patch suggested by
57292              Hugo van der Sanden)
57293      Branch: perl
57294            ! pp_ctl.c t/op/sort.t
57295 ____________________________________________________________________________
57296 [  5974] By: gsar                                  on 2000/04/27  19:46:57
57297         Log: change#4197 somehow missed initializing PL_errors, meaning
57298              sytax error queueing wasn't working outside eval"" at all;
57299              also fixed eval"" to localize PL_error_count, so that compile-time
57300              eval's don't clobber the error state of the outer context
57301      Branch: perl
57302            ! lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
57303            ! t/pragma/warn/toke
57304 ____________________________________________________________________________
57305 [  5973] By: gsar                                  on 2000/04/27  18:29:05
57306         Log: fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
57307      Branch: perl
57308            ! regcomp.c regexec.c t/op/re_tests
57309 ____________________________________________________________________________
57310 [  5972] By: jhi                                   on 2000/04/27  18:22:41
57311         Log: Integrate with Sarathy.
57312      Branch: cfgperl
57313           +> t/lib/b.t t/lib/syslog.t
57314           !> (integrate 31 files)
57315 ____________________________________________________________________________
57316 [  5971] By: jhi                                   on 2000/04/27  18:18:46
57317         Log: Unicos tweaks from Mark P. Lutz.
57318      Branch: cfgperl
57319            ! hints/unicos.sh lib/Math/Complex.pm
57320 ____________________________________________________________________________
57321 [  5970] By: gsar                                  on 2000/04/27  18:05:11
57322         Log: Data::Dumper fumbles negative numbers on 32-bit platforms where
57323              IV is >32bits
57324      Branch: perl
57325            ! ext/Data/Dumper/Dumper.xs t/lib/dumper.t
57326 ____________________________________________________________________________
57327 [  5969] By: gsar                                  on 2000/04/27  17:50:56
57328         Log: fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
57329      Branch: perl
57330            + t/lib/syslog.t
57331            ! MANIFEST ext/Sys/Syslog/Syslog.pm
57332 ____________________________________________________________________________
57333 [  5968] By: gsar                                  on 2000/04/27  17:44:49
57334         Log: tolerate spaces in group names in test on solaris (from David Boyce
57335              <dsb@boyski.com>)
57336      Branch: perl
57337            ! t/op/groups.t
57338 ____________________________________________________________________________
57339 [  5967] By: gsar                                  on 2000/04/27  17:41:22
57340         Log: improved docs on the warn_uninit diagnostic (from David Glasser
57341              and Simon Cozens)
57342      Branch: perl
57343            ! pod/perldiag.pod
57344 ____________________________________________________________________________
57345 [  5966] By: gsar                                  on 2000/04/27  16:54:58
57346         Log: add testsuite for B backends, fix bug in B::Deparse (from
57347              Simon Cozens <simon@brecon.co.uk>)
57348      Branch: perl
57349            + t/lib/b.t
57350            ! MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
57351 ____________________________________________________________________________
57352 [  5965] By: gsar                                  on 2000/04/27  16:10:37
57353         Log: avoid "will not stay shared" warnings for our variables (from
57354              Robin Barker)
57355      Branch: perl
57356            ! op.c t/pragma/warn/op
57357 ____________________________________________________________________________
57358 [  5964] By: gsar                                  on 2000/04/27  07:05:05
57359         Log: reformat to 72 columns (again)
57360      Branch: perl
57361            ! pod/perldiag.pod
57362 ____________________________________________________________________________
57363 [  5963] By: gsar                                  on 2000/04/27  06:28:31
57364         Log: patch from Larry to make (\&) prototype work; added tests for
57365              the same
57366      Branch: perl
57367            ! op.c t/comp/proto.t
57368 ____________________________________________________________________________
57369 [  5962] By: gsar                                  on 2000/04/27  06:15:47
57370         Log: updated README.hpux (from Jeff Okamoto)
57371      Branch: perl
57372            ! README.hpux
57373 ____________________________________________________________________________
57374 [  5961] By: gsar                                  on 2000/04/27  05:55:03
57375         Log: recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
57376      Branch: perl
57377            ! emacs/cperl-mode.el
57378 ____________________________________________________________________________
57379 [  5960] By: gsar                                  on 2000/04/27  05:49:26
57380         Log: better INSTALL notes on Solaris issues (from Dominic Dunlop)
57381      Branch: perl
57382            ! INSTALL
57383 ____________________________________________________________________________
57384 [  5959] By: gsar                                  on 2000/04/27  05:33:41
57385         Log: doubled words in pods (from Simon Cozens
57386              <simon.p.cozens@jp.pwcglobal.com>)
57387      Branch: perl
57388            ! pod/perl56delta.pod pod/perldebguts.pod pod/perlfaq5.pod
57389            ! pod/perlfork.pod pod/perlfunc.pod pod/perlipc.pod
57390            ! pod/perllexwarn.pod pod/perllocale.pod pod/perlmodlib.pod
57391            ! pod/perlnumber.pod pod/perlopentut.pod pod/perltodo.pod
57392            ! pod/perltootc.pod
57393 ____________________________________________________________________________
57394 [  5958] By: gsar                                  on 2000/04/27  05:11:39
57395         Log: change#3569 deleted some essential code, revert; avoid use of
57396              atexit() to make DynaLoader work properly on AIX under mod_perl
57397              (from Jens-Uwe Mager <jum@helios.de>)
57398      Branch: perl
57399            ! ext/DynaLoader/dl_aix.xs
57400 ____________________________________________________________________________
57401 [  5957] By: gsar                                  on 2000/04/27  04:54:51
57402         Log: pod nits (from A. C. Yardley <yardley@tanet.net>)
57403      Branch: perl
57404            ! pod/perlmod.pod
57405 ____________________________________________________________________________
57406 [  5956] By: gsar                                  on 2000/04/27  04:51:47
57407         Log: better diagnostics on failed tests (from Ilya Zakharevich)
57408      Branch: perl
57409            ! t/op/lex_assign.t
57410 ____________________________________________________________________________
57411 [  5955] By: gsar                                  on 2000/04/27  04:26:44
57412         Log: longstanding bug exposed by change#3307: sort arguments weren't
57413              compiled with the right wantarray context (ensuing runtime lookup
57414              via block_gimme() was getting the incidental context of the
57415              sort() itself)
57416      Branch: perl
57417            ! op.c t/op/sort.t
57418 ____________________________________________________________________________
57419 [  5954] By: gsar                                  on 2000/04/26  23:42:12
57420         Log: integrate cfgperl contents into mainline
57421      Branch: perl
57422           !> (integrate 30 files)
57423 ____________________________________________________________________________
57424 [  5953] By: jhi                                   on 2000/04/26  23:06:42
57425         Log: Integrate with Sarathy.
57426      Branch: cfgperl
57427           !> README.win32 ext/B/B/Deparse.pm
57428           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
57429           !> lib/vars.pm perl.c pod/perldiag.pod pod/perlsub.pod
57430           !> pod/perlsyn.pod pod/perlthrtut.pod pod/perltoc.pod
57431           !> pod/perltodo.pod pod/perlxs.pod pod/perlxstut.pod
57432           !> utils/perldoc.PL vms/perlvms.pod
57433 ____________________________________________________________________________
57434 [  5952] By: jhi                                   on 2000/04/26  23:03:46
57435         Log: Undo "use integer" addition from 64bitint as it seems
57436              to break most of the subtests in Digital UNIX;
57437              Unicos needs to find another way.
57438      Branch: cfgperl
57439            ! t/op/64bitint.t
57440 ____________________________________________________________________________
57441 [  5951] By: jhi                                   on 2000/04/26  22:57:53
57442         Log: Be more robust on "extreme" (large absolute value)
57443              arguments.  Originally reported by Daniel Connelly
57444              as a problem with asinh() on large negative arguments,
57445              asinh() used to bail out because an argument to log()
57446              ended up being zero.  Ilya Zakharevich proposed using
57447              Taylor's series in such cases, which for such large
57448              arguments is a very good approximation.
57449      Branch: cfgperl
57450            ! lib/Math/Complex.pm t/lib/complex.t
57451 ____________________________________________________________________________
57452 [  5950] By: gsar                                  on 2000/04/25  19:13:12
57453         Log: reformat perldiag to avoid long lines
57454      Branch: perl
57455            ! pod/perldiag.pod
57456 ____________________________________________________________________________
57457 [  5949] By: gsar                                  on 2000/04/25  18:41:11
57458         Log: make perldoc use the pod2man from the same version (from
57459              M.J.T. Guy)
57460      Branch: perl
57461            ! utils/perldoc.PL
57462 ____________________________________________________________________________
57463 [  5948] By: gsar                                  on 2000/04/25  18:21:57
57464         Log: typo in vars.pm that leads to cryptic message (from Piotr Piatkowski
57465              <kompas@kompas.usr.onet.pl>)
57466      Branch: perl
57467            ! lib/vars.pm
57468 ____________________________________________________________________________
57469 [  5947] By: gsar                                  on 2000/04/25  18:11:53
57470         Log: use &dl_error rather than &dl_load_file as the guard for calling
57471              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
57472              statically built perl)
57473      Branch: perl
57474            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
57475 ____________________________________________________________________________
57476 [  5946] By: jhi                                   on 2000/04/25  17:37:54
57477         Log: Document that tr() is not tr(1).
57478      Branch: cfgperl
57479            ! pod/perlop.pod
57480 ____________________________________________________________________________
57481 [  5945] By: gsar                                  on 2000/04/25  16:34:33
57482         Log: make module name mandatory after -M switch; reorder perldiag
57483              alphabetically (from Mark-Jason Dominus)
57484      Branch: perl
57485            ! perl.c pod/perldiag.pod
57486 ____________________________________________________________________________
57487 [  5944] By: jhi                                   on 2000/04/25  01:15:18
57488         Log: On second thoughts frexp() does have two arguments.
57489      Branch: cfgperl
57490            ! perl.h
57491 ____________________________________________________________________________
57492 [  5943] By: jhi                                   on 2000/04/24  22:56:32
57493         Log: Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
57494              Now pp_ncmp() returns undef is either operand is a NaN.
57495      Branch: cfgperl
57496            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
57497            ! Todo-5.6 config_h.SH epoc/config.sh perl.h pp.c pp_sys.c
57498            ! vms/subconfigure.com vos/config.def vos/config.h
57499            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
57500            ! win32/config.vc win32/config_H.bc win32/config_H.gc
57501            ! win32/config_H.vc
57502      Branch: metaconfig/U/perl
57503            + d_modfl.U
57504 ____________________________________________________________________________
57505 [  5942] By: jhi                                   on 2000/04/24  19:45:17
57506         Log: Regen Configure to match #5937.
57507      Branch: cfgperl
57508            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
57509            ! config_h.SH
57510      Branch: metaconfig
57511            ! U/installdirs/inc_version_list.U U/modified/cpp_stuff.U
57512 ____________________________________________________________________________
57513 [  5941] By: jhi                                   on 2000/04/24  19:24:11
57514         Log: Further Unicos fixes for Mark Lutz.
57515      Branch: cfgperl
57516            ! hints/unicos.sh pp_ctl.c
57517 ____________________________________________________________________________
57518 [  5940] By: jhi                                   on 2000/04/24  19:09:06
57519         Log: Various Unicos 10.0.0.6 fixes.
57520              
57521              Subject: [ID 20000414.007] Test suite failures in perl 5.6 on Cray T90
57522              From: Mark P Lutz <tecmpl1@triton.ca.boeing.com> 
57523              Reply-To: tecmpl1@triton.ca.boeing.com 
57524              To: perl5-porters@perl.org 
57525              Date: Fri, 14 Apr 2000 20:21:00 GMT 
57526              Message-Id: <200004142021.UAA36232@triton.ca.boeing.com> 
57527      Branch: cfgperl
57528            ! hints/unicos.sh pp.c pp_ctl.c t/op/64bitint.t
57529 ____________________________________________________________________________
57530 [  5939] By: gsar                                  on 2000/04/24  19:01:24
57531         Log: more pod nits (from Larry Virden)
57532      Branch: perl
57533            ! README.win32 pod/perlsub.pod pod/perlsyn.pod
57534            ! pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
57535            ! pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
57536 ____________________________________________________________________________
57537 [  5938] By: gsar                                  on 2000/04/24  18:54:01
57538         Log: Consolidated B::Deparse fixes (from Stephen McCamant)
57539      Branch: perl
57540            ! ext/B/B/Deparse.pm
57541 ____________________________________________________________________________
57542 [  5937] By: jhi                                   on 2000/04/24  17:39:00
57543         Log: Integrate with Sarathy.
57544      Branch: cfgperl
57545           +> (branch 31 files)
57546           !> (integrate 73 files)
57547 ____________________________________________________________________________
57548 [  5936] By: gsar                                  on 2000/04/24  17:30:06
57549         Log: additional tests for change#5934 (from Paul Marquess, who also
57550              sent in the same fix)
57551      Branch: perl
57552            ! t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
57553            ! t/pragma/warn/5nolint t/pragma/warn/6default
57554 ____________________________________________________________________________
57555 [  5935] By: jhi                                   on 2000/04/24  17:26:05
57556         Log: Do not assume sign propagation.
57557              Subject:  [PATCH] Re: [ID 20000410.010] Unicoss 10.0.0.6 and perl 5.6.0
57558              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> 
57559              To: payner@ncifcrf.gov, perl5-porters@perl.org 
57560              Date: Tue, 18 Apr 2000 18:24:49 +0100 
57561              Message-Id: <E12hbk1-0006Ws-00@ursa.cus.cam.ac.uk> 
57562      Branch: cfgperl
57563            ! t/op/bop.t t/op/misc.t
57564 ____________________________________________________________________________
57565 [  5934] By: gsar                                  on 2000/04/24  17:16:54
57566         Log: propagate lexical warnings from surrounding scope correctly
57567              within string eval()
57568      Branch: perl
57569            ! pp_ctl.c t/pragma/warn/pp_ctl
57570 ____________________________________________________________________________
57571 [  5933] By: jhi                                   on 2000/04/24  17:01:07
57572         Log: Flatten the cpp jungle doing the nosuid checking.
57573      Branch: cfgperl
57574            ! perl.c
57575 ____________________________________________________________________________
57576 [  5932] By: gsar                                  on 2000/04/24  09:08:14
57577         Log: add rsignal(), whichsig() and do_join() to public API list
57578              (mod_perl uses them to good advantage)
57579      Branch: perl
57580            ! embed.pl global.sym objXSUB.h perlapi.c proto.h
57581 ____________________________________________________________________________
57582 [  5931] By: gsar                                  on 2000/04/24  09:01:40
57583         Log: fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
57584      Branch: perl
57585            ! pp_hot.c regexec.c t/op/pat.t
57586 ____________________________________________________________________________
57587 [  5930] By: gsar                                  on 2000/04/24  08:58:33
57588         Log: small os390 tweaks (from Peter Prymmer)
57589      Branch: perl
57590            ! config_h.SH makedepend.SH
57591 ____________________________________________________________________________
57592 [  5929] By: gsar                                  on 2000/04/24  08:55:25
57593         Log: pod nits
57594      Branch: perl
57595            ! pod/perlguts.pod
57596 ____________________________________________________________________________
57597 [  5928] By: gsar                                  on 2000/04/24  08:50:13
57598         Log: revert change#5923 ("breaks" t/lib/io_poll.t)
57599      Branch: perl
57600            ! ext/IO/lib/IO/Poll.pm
57601 ____________________________________________________________________________
57602 [  5927] By: gsar                                  on 2000/04/24  08:43:24
57603         Log: arrange for next() to resume at the unstack op rather than the
57604              loop conditional, so that scope cleanup happens correctly
57605              (from Stephen McCamant)
57606      Branch: perl
57607            ! op.c pp_ctl.c t/op/misc.t
57608 ____________________________________________________________________________
57609 [  5926] By: gsar                                  on 2000/04/24  08:18:40
57610         Log: on windows, reserve 16M of stack rather than 128M (allows more
57611              threads to run concurrently)
57612      Branch: perl
57613            ! win32/Makefile win32/makefile.mk
57614 ____________________________________________________________________________
57615 [  5925] By: gsar                                  on 2000/04/24  08:13:52
57616         Log: POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
57617      Branch: perl
57618            ! toke.c
57619 ____________________________________________________________________________
57620 [  5924] By: gsar                                  on 2000/04/24  08:08:59
57621         Log: avoid using uninitialized memory in require version check
57622      Branch: perl
57623            ! pp_ctl.c universal.c
57624 ____________________________________________________________________________
57625 [  5923] By: gsar                                  on 2000/04/24  07:20:14
57626         Log: various bugs in IO::Poll (from Lincoln D. Stein <lstein@cshl.org>)
57627      Branch: perl
57628            ! ext/IO/lib/IO/Poll.pm
57629 ____________________________________________________________________________
57630 [  5922] By: gsar                                  on 2000/04/24  07:08:42
57631         Log: commentary about IoTYPE() (from Nathan Torkington)
57632      Branch: perl
57633            ! sv.h
57634 ____________________________________________________________________________
57635 [  5921] By: gsar                                  on 2000/04/24  06:58:26
57636         Log: make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
57637              by fix
57638      Branch: perl
57639            ! sv.c t/lib/charnames.t t/pragma/utf8.t
57640 ____________________________________________________________________________
57641 [  5920] By: gsar                                  on 2000/04/24  06:37:59
57642         Log: Larry's fix for buggy propagation of utf8-ness in join(); add test
57643      Branch: perl
57644            ! doop.c t/op/ver.t
57645 ____________________________________________________________________________
57646 [  5919] By: gsar                                  on 2000/04/24  06:21:58
57647         Log: Configure might miss old directories when prefix must be
57648              expanded (from Robin Barker)
57649      Branch: metaconfig
57650            ! U/installdirs/inc_version_list.U
57651      Branch: perl
57652            ! Configure
57653 ____________________________________________________________________________
57654 [  5918] By: gsar                                  on 2000/04/24  06:16:11
57655         Log: VMS nits in glob() test (from Charles Lane)
57656      Branch: perl
57657            ! t/lib/glob-basic.t
57658 ____________________________________________________________________________
57659 [  5917] By: gsar                                  on 2000/04/24  06:11:56
57660         Log: various pod nits (from Larry Virden and others)
57661      Branch: perl
57662            ! README.amiga README.hpux README.machten README.os2
57663            ! README.os390 README.win32 embed.pl handy.h lib/IPC/Open3.pm
57664            ! pod/Win32.pod pod/perl56delta.pod pod/perlapi.pod
57665            ! pod/perlbook.pod pod/perlcompile.pod pod/perldebguts.pod
57666            ! pod/perldiag.pod pod/perlfork.pod pod/perlfunc.pod
57667            ! pod/perlguts.pod pod/perlintern.pod pod/perlipc.pod
57668            ! pod/perlmod.pod pod/perlmodinstall.pod pod/perlnumber.pod
57669            ! pod/perlop.pod pod/perlport.pod pod/perlre.pod
57670            ! pod/perltrap.pod pod/perlunicode.pod pod/perlvar.pod pp.h
57671 ____________________________________________________________________________
57672 [  5916] By: gsar                                  on 2000/04/24  05:52:43
57673         Log: ignore dotfiles (.cvsignore etc) in test (from Warren Jones
57674              <wjones@tc.fluke.com>)
57675      Branch: perl
57676            ! t/lib/glob-basic.t
57677 ____________________________________________________________________________
57678 [  5915] By: gsar                                  on 2000/04/24  05:07:01
57679         Log: supported platforms mixed up
57680      Branch: perl
57681            ! pod/perl56delta.pod pod/perlport.pod
57682 ____________________________________________________________________________
57683 [  5914] By: gsar                                  on 2000/04/24  04:56:08
57684         Log: caller() wasn't returning the right number of elements for
57685              eval {...}
57686      Branch: perl
57687            ! pp_ctl.c t/pragma/warn/9enabled
57688 ____________________________________________________________________________
57689 [  5913] By: gsar                                  on 2000/04/24  04:35:41
57690         Log: pod nit: $yday range for localtime/gmtime is 0..364 not 1..365 (from
57691              Mark-Jason Dominus)
57692      Branch: perl
57693            ! pod/perlfunc.pod
57694 ____________________________________________________________________________
57695 [  5912] By: gsar                                  on 2000/04/24  04:17:15
57696         Log: fix totally broken caching in UNIVERSAL::isa() (from
57697              Nick Ing-Simmons)
57698      Branch: perl
57699            ! t/op/universal.t universal.c
57700 ____________________________________________________________________________
57701 [  5911] By: gsar                                  on 2000/04/24  03:39:47
57702         Log: add linebreak properties from unicode/LineBrk.txt (from
57703              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
57704      Branch: perl
57705            + lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
57706            + lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
57707            + lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
57708            + lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
57709            + lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
57710            + lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
57711            + lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
57712            + lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
57713            + lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
57714            + lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
57715            + lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
57716            + lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
57717            + lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
57718            + lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
57719            + lib/unicode/Is/LbrkZW.pl
57720            ! lib/unicode/mktables.PL
57721 ____________________________________________________________________________
57722 [  5910] By: gsar                                  on 2000/04/24  03:23:10
57723         Log: typo in pod
57724      Branch: perl
57725            ! ext/Thread/Thread.pm
57726 ____________________________________________________________________________
57727 [  5909] By: gsar                                  on 2000/04/24  03:22:03
57728         Log: mode argument to do_binmode() should be file mode, not boolean
57729      Branch: perl
57730            ! pp_sys.c
57731 ____________________________________________________________________________
57732 [  5908] By: gsar                                  on 2000/04/16  16:51:08
57733         Log: introduce illegal symbols into null package so that gv_fetchpv(...,TRUE)
57734              always returns a valid GV even when the symbol is trapped by strictures
57735              (avoids coredumps)
57736              
57737              TODO: the C<package;> hack needs similar treatment
57738      Branch: perl
57739            ! embedvar.h gv.c intrpvar.h perl.c perlapi.h
57740            ! t/pragma/strict-vars
57741 ____________________________________________________________________________
57742 [  5907] By: jhi                                   on 2000/03/31  23:42:56
57743         Log: pp_gmtime() assumed that newSVpvf %d would take C ints,
57744              an assumption which #5905 demolished.
57745      Branch: cfgperl
57746            ! pp_sys.c
57747 ____________________________________________________________________________
57748 [  5906] By: jhi                                   on 2000/03/31  18:54:37
57749         Log: Typo in #5905.
57750      Branch: cfgperl
57751            ! t/op/64bitint.t
57752 ____________________________________________________________________________
57753 [  5905] By: jhi                                   on 2000/03/31  18:50:54
57754         Log: Fix for "[ID 20000329.080] quad printing does not work as documented",
57755              reported by Joseph N. Hall.  The bug was that even with use64bitint
57756              one had to use the prefixes q, L, or ll with printf/sprintf,
57757              contrary to the documentation and common sense.
57758      Branch: cfgperl
57759            ! sv.c t/op/64bitint.t
57760 ____________________________________________________________________________
57761 [  5904] By: gsar                                  on 2000/03/28  02:31:32
57762         Log: add Changes, perldelta.pod
57763      Branch: perl
57764            + Changes pod/perldelta.pod
57765 ____________________________________________________________________________
57766 [  5903] By: gsar                                  on 2000/03/28  02:03:55
57767         Log: rename Changes and perldelta.pod
57768      Branch: perl
57769           +> Changes5.6 pod/perl56delta.pod
57770            - Changes pod/perldelta.pod
57771            ! MANIFEST
57772 ____________________________________________________________________________
57773 [  5902] By: gsar                                  on 2000/03/28  01:59:14
57774         Log: create maint-5.6 branch
57775      Branch: maint-5.6/perl
57776           +> (branch 1611 files)
57777 ____________________________________________________________________________
57778 [  5901] By: jhi                                   on 2000/03/23  05:48:43
57779         Log: Integrate with Sarathy.
57780      Branch: cfgperl
57781           !> Changes patchlevel.h pod/perlhist.pod pod/perltoc.pod
57782 ____________________________________________________________________________
57783 [  5900] By: gsar                                  on 2000/03/23  05:42:43
57784         Log: three guesses on what this is :-)
57785      Branch: perl
57786            ! Changes